/openbsd/gnu/usr.bin/binutils/gdb/mi/ |
H A D | mi-main.c | 231 mi_error_message = xstrprintf ("mi_cmd_thread_select: USAGE: threadnum."); in mi_cmd_thread_select() 304 mi_error_message = xstrprintf ("bad register number"); in mi_cmd_data_list_register_names() 378 mi_error_message = xstrprintf ("bad register number"); in mi_cmd_data_list_changed_registers() 488 mi_error_message = xstrprintf ("bad register number"); in mi_cmd_data_list_register_values() 517 mi_error_message = xstrprintf ("Optimized out"); in get_register() 619 mi_error_message = xstrprintf ("bad register number"); in mi_cmd_data_write_register_values() 700 run = xstrprintf ("load %s", args); in mi_cmd_target_download() 715 run = xstrprintf ("target %s", args); in mi_cmd_target_select() 1270 run = xstrprintf ("%s %s", cmd, args); in mi_execute_cli_command() 1297 run = xstrprintf ("%s %s", mi, async_args); in mi_execute_async_cli_command() [all …]
|
H A D | mi-interp.c | 193 …mi_error_message = xstrprintf ("mi_cmd_interpreter_exec: Usage: -interpreter-exec interp command"); in mi_cmd_interpreter_exec() 200 …mi_error_message = xstrprintf ("mi_cmd_interpreter_exec: could not find interpreter \"%s\"", argv[… in mi_cmd_interpreter_exec() 206 …mi_error_message = xstrprintf ("mi_cmd_interpreter_exec: interpreter \"%s\" does not support comma… in mi_cmd_interpreter_exec()
|
H A D | mi-cmd-env.c | 57 run = xstrprintf ("%s %s", cmd, args); in env_execute_cli_command()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | fbsd-nat.c | 45 path = xstrprintf ("/proc/%d/file", pid); in fbsd_pid_to_exec_file() 93 mapfilename = xstrprintf ("/proc/%ld/map", (long) pid); in fbsd_find_memory_regions()
|
H A D | remote.c | 660 cmd_name = xstrprintf ("%s-packet", title); in add_packet_config_cmd() 670 legacy_name = xstrprintf ("%s-packet", name); in add_packet_config_cmd() 2470 outbuf = xstrprintf ("vCont;S%02x", siggnal); in remote_vcont_resume() 2472 outbuf = xstrprintf ("vCont;s"); in remote_vcont_resume() 2474 outbuf = xstrprintf ("vCont;C%02x", siggnal); in remote_vcont_resume() 2476 outbuf = xstrprintf ("vCont;c"); in remote_vcont_resume() 2482 outbuf = xstrprintf ("vCont;S%02x:%x;c", siggnal, in remote_vcont_resume() 2487 outbuf = xstrprintf ("vCont;C%02x:%x;c", siggnal, in remote_vcont_resume() 2490 outbuf = xstrprintf ("vCont;c"); in remote_vcont_resume() 2498 outbuf = xstrprintf ("vCont;s:%x", pid); in remote_vcont_resume() [all …]
|
H A D | xcoffsolib.c | 51 buffer = xstrprintf ("%s%s%s%s", in xcoff_solib_address()
|
H A D | auxv.c | 60 pathname = xstrprintf ("/proc/%d/auxv", PIDGET (inferior_ptid)); in procfs_xfer_auxv()
|
H A D | varobj.c | 552 obj_name = xstrprintf ("var%d", id); in varobj_gen_name() 1313 childs_name = xstrprintf ("%s.%s", parent->obj_name, name); in create_child() 1896 name = xstrprintf ("%d", index); in c_name_of_child() 1915 name = xstrprintf ("*%s", parent->name); in c_name_of_child() 2129 number = xstrprintf ("[%d]", var->num_children); in c_value_of_variable()
|
H A D | breakpoint.c | 1055 char *message = xstrprintf ("Error inserting catchpoint %d:\n", in insert_bp_location() 1087 char *prefix = xstrprintf ("warning: inserting catchpoint %d: ", in insert_bp_location() 4263 b->addr_string = xstrprintf ("*0x%s", paddr (b->loc->address)); in create_thread_event_breakpoint() 5001 b->addr_string = xstrprintf ("*0x%s", paddr (b->loc->address)); in create_breakpoints() 5569 addr_string = xstrprintf ("*0x%s %s", paddr_nz (high), extra_args); in break_at_finish_at_depth_command_1() 5571 addr_string = xstrprintf ("*0x%s", paddr_nz (high)); in break_at_finish_at_depth_command_1() 5602 addr_string = xstrprintf ("*0x%s", in break_at_finish_command_1() 5651 break_string = xstrprintf ("*0x%s %s", paddr_nz (high), in break_at_finish_command_1() 5654 break_string = xstrprintf ("*0x%s", paddr_nz (high)); in break_at_finish_command_1() 6992 char *message = xstrprintf ("Error in deleting catchpoint %d:\n", in delete_breakpoint() [all …]
|
H A D | frv-tdep.c | 200 buf = xstrprintf ("acc%d", r - acc0_regnum); in new_variant() 213 buf = xstrprintf ("accg%d", r - accg0_regnum); in new_variant()
|
H A D | infcall.c | 749 char *tmp = xstrprintf ("at %s", hex_string (funaddr)); in call_function_by_hand()
|
H A D | solib-aix5.c | 196 map_pathname = xstrprintf ("/proc/%d/map", pid); in build_so_list_from_mapfile()
|
H A D | defs.h | 879 extern char *xstrprintf (const char *format, ...) ATTR_FORMAT (printf, 1, 2);
|
H A D | utils.c | 770 reason = xstrprintf ("\ in internal_vproblem() 1095 xstrprintf (const char *format, ...) in xstrprintf() function
|
H A D | remote-rdp.c | 724 commandline = xstrprintf ("%s %s", command, args); in rdp_set_command_line()
|
H A D | regcache.c | 1315 n = xstrprintf ("*%d", footnote_register_type_name_null); in regcache_dump()
|
H A D | aix-thread.c | 1663 ret = xstrprintf ("Thread %ld", ptid_get_tid (ptid)); in aix_thread_pid_to_str()
|
H A D | ada-lang.c | 4174 fun_name = xstrprintf ("_ada_%s", name); in is_package_name()
|
H A D | ChangeLog | 4126 (internal_vproblem, xstrprintf, xasprintf) 4144 xstrprintf. 5622 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf 12381 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
|
H A D | ChangeLog-2003 | 5046 * infcall.c (call_function_by_hand): Use xstrprintf instead of 5097 * defs.h (xstrprintf): Declare. 5098 * utils.c (xstrprintf): New function. 5100 non-literal format strings, with xstrprintf and cleanups.
|
/openbsd/gnu/usr.bin/binutils/gdb/cli/ |
H A D | cli-decode.c | 348 full_set_doc = xstrprintf ("%s\n%s", set_doc, help_doc); in add_setshow_cmd_full() 349 full_show_doc = xstrprintf ("%s\n%s", show_doc, help_doc); in add_setshow_cmd_full()
|
/openbsd/gnu/usr.bin/binutils/gdb/doc/ |
H A D | ChangeLog | 142 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
|
H A D | gdbint.texinfo | 4905 function @code{xstrprintf}.
|