Home
last modified time | relevance | path

Searched refs:xstrprintf (Results 1 – 23 of 23) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/mi/
H A Dmi-main.c231 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 Dmi-interp.c193 …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 Dmi-cmd-env.c57 run = xstrprintf ("%s %s", cmd, args); in env_execute_cli_command()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dfbsd-nat.c45 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 Dremote.c660 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 Dxcoffsolib.c51 buffer = xstrprintf ("%s%s%s%s", in xcoff_solib_address()
H A Dauxv.c60 pathname = xstrprintf ("/proc/%d/auxv", PIDGET (inferior_ptid)); in procfs_xfer_auxv()
H A Dvarobj.c552 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 Dbreakpoint.c1055 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 Dfrv-tdep.c200 buf = xstrprintf ("acc%d", r - acc0_regnum); in new_variant()
213 buf = xstrprintf ("accg%d", r - accg0_regnum); in new_variant()
H A Dinfcall.c749 char *tmp = xstrprintf ("at %s", hex_string (funaddr)); in call_function_by_hand()
H A Dsolib-aix5.c196 map_pathname = xstrprintf ("/proc/%d/map", pid); in build_so_list_from_mapfile()
H A Ddefs.h879 extern char *xstrprintf (const char *format, ...) ATTR_FORMAT (printf, 1, 2);
H A Dutils.c770 reason = xstrprintf ("\ in internal_vproblem()
1095 xstrprintf (const char *format, ...) in xstrprintf() function
H A Dremote-rdp.c724 commandline = xstrprintf ("%s %s", command, args); in rdp_set_command_line()
H A Dregcache.c1315 n = xstrprintf ("*%d", footnote_register_type_name_null); in regcache_dump()
H A Daix-thread.c1663 ret = xstrprintf ("Thread %ld", ptid_get_tid (ptid)); in aix_thread_pid_to_str()
H A Dada-lang.c4174 fun_name = xstrprintf ("_ada_%s", name); in is_package_name()
H A DChangeLog4126 (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 DChangeLog-20035046 * 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 Dcli-decode.c348 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 DChangeLog142 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
H A Dgdbint.texinfo4905 function @code{xstrprintf}.