Searched refs:xstrprintf (Results 1 - 19 of 19) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/mi/
H A Dmi-main.c206 mi_error_message = xstrprintf ("mi_cmd_exec_interrupt: Inferior not executing.");
231 mi_error_message = xstrprintf ("mi_cmd_thread_select: USAGE: threadnum.");
254 mi_error_message = xstrprintf ("mi_cmd_thread_list_ids: No arguments required.");
304 mi_error_message = xstrprintf ("bad register number");
347 mi_error_message = xstrprintf ("mi_cmd_data_list_changed_registers: Unable to read register contents.");
369 mi_error_message = xstrprintf ("mi_cmd_data_list_register_change: Unable to read register contents.");
378 mi_error_message = xstrprintf ("bad register number");
430 mi_error_message = xstrprintf ("mi_cmd_data_list_register_values: Usage: -data-list-register-values <format> [<regnum1>...<regnumN>]");
438 mi_error_message = xstrprintf ("mi_cmd_data_list_register_values: No registers.");
488 mi_error_message = xstrprintf ("ba
[all...]
H A Dmi-interp.c193 mi_error_message = xstrprintf ("mi_cmd_interpreter_exec: Usage: -interpreter-exec interp command");
200 mi_error_message = xstrprintf ("mi_cmd_interpreter_exec: could not find interpreter \"%s\"", argv[0]);
206 mi_error_message = xstrprintf ("mi_cmd_interpreter_exec: interpreter \"%s\" does not support command execution",
H A Dmi-cmd-env.c57 run = xstrprintf ("%s %s", cmd, args);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dfbsd-nat.c45 path = xstrprintf ("/proc/%d/file", pid);
93 mapfilename = xstrprintf ("/proc/%ld/map", (long) pid);
H A Dxcoffsolib.c51 buffer = xstrprintf ("%s%s%s%s",
H A Dremote.c655 set_doc = xstrprintf ("Set use of remote protocol `%s' (%s) packet",
657 show_doc = xstrprintf ("Show current use of remote protocol `%s' (%s) packet",
659 print = xstrprintf ("Current use of remote protocol `%s' (%s) is %%s",
662 cmd_name = xstrprintf ("%s-packet", title);
672 legacy_name = xstrprintf ("%s-packet", name);
2477 outbuf = xstrprintf ("vCont;S%02x", siggnal);
2479 outbuf = xstrprintf ("vCont;s");
2481 outbuf = xstrprintf ("vCont;C%02x", siggnal);
2483 outbuf = xstrprintf ("vCont;c");
2489 outbuf = xstrprintf ("vCon
[all...]
H A Dauxv.c60 pathname = xstrprintf ("/proc/%d/auxv", PIDGET (inferior_ptid));
H A Dvarobj.c553 obj_name = xstrprintf ("var%d", id);
1259 childs_name = xstrprintf ("%s.%s", parent->obj_name, name);
1844 name = xstrprintf ("%d", index);
1863 name = xstrprintf ("*%s", parent->name);
2077 number = xstrprintf ("[%d]", var->num_children);
H A Dbreakpoint.c611 char *tmpbuf = xstrprintf ("Type commands for when breakpoint %d is hit, one per line.",
1059 char *message = xstrprintf ("Error inserting catchpoint %d:\n",
1091 char *prefix = xstrprintf ("warning: inserting catchpoint %d: ",
2702 char *message = xstrprintf ("Error evaluating expression for watchpoint %d\n",
2776 char *message = xstrprintf ("Error evaluating expression for watchpoint %d\n",
4271 b->addr_string = xstrprintf ("*0x%s", paddr (b->loc->address));
4957 b->addr_string = xstrprintf ("*0x%s", paddr (b->loc->address));
5525 addr_string = xstrprintf ("*0x%s %s", paddr_nz (high), extra_args);
5527 addr_string = xstrprintf ("*0x%s", paddr_nz (high));
5558 addr_string = xstrprintf ("*
[all...]
H A Dinfcall.c749 char *tmp = xstrprintf ("at %s", hex_string (funaddr));
H A Dfrv-tdep.c200 buf = xstrprintf ("acc%d", r - acc0_regnum);
213 buf = xstrprintf ("accg%d", r - accg0_regnum);
H A Ddefs.h882 extern char *xstrprintf (const char *format, ...) ATTR_FORMAT (printf, 1, 2);
H A Dsolib-aix5.c196 map_pathname = xstrprintf ("/proc/%d/map", pid);
H A Dutils.c772 reason = xstrprintf ("\
1099 xstrprintf (const char *format, ...)
1095 xstrprintf (const char *format, ...) function
H A Dregcache.c1315 n = xstrprintf ("*%d", footnote_register_type_name_null);
H A Dremote-rdp.c725 commandline = xstrprintf ("%s %s", command, args);
H A Daix-thread.c1660 xstrprintf(). */
1663 ret = xstrprintf ("Thread %ld", ptid_get_tid (ptid));
H A Dada-lang.c4183 fun_name = xstrprintf ("_ada_%s", name);
/haiku-fatelf/src/bin/gdb/gdb/cli/
H A Dcli-decode.c349 full_set_doc = xstrprintf ("%s\n%s", set_doc, help_doc);
350 full_show_doc = xstrprintf ("%s\n%s", show_doc, help_doc);

Completed in 579 milliseconds