Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dremote.c2506 outbuf = xstrprintf ("vCont;S%02x", siggnal); in remote_vcont_resume()
2508 outbuf = xstrprintf ("vCont;s"); in remote_vcont_resume()
2510 outbuf = xstrprintf ("vCont;C%02x", siggnal); in remote_vcont_resume()
2512 outbuf = xstrprintf ("vCont;c"); in remote_vcont_resume()
2518 outbuf = xstrprintf ("vCont;S%02x:%x;c", siggnal, in remote_vcont_resume()
2523 outbuf = xstrprintf ("vCont;C%02x:%x;c", siggnal, in remote_vcont_resume()
2526 outbuf = xstrprintf ("vCont;c"); in remote_vcont_resume()
2532 outbuf = xstrprintf ("vCont;S%02x:%x", siggnal, pid); in remote_vcont_resume()
2534 outbuf = xstrprintf ("vCont;s:%x", pid); in remote_vcont_resume()
2536 outbuf = xstrprintf ("vCont;C%02x:%x", siggnal, pid); in remote_vcont_resume()
[all …]
H A Dauxv.c60 pathname = xstrprintf ("/proc/%d/auxv", PIDGET (inferior_ptid)); in procfs_xfer_auxv()
H A Dbreakpoint.c1036 char *message = xstrprintf ("Error inserting catchpoint %d:\n", in insert_bp_location()
1068 char *prefix = xstrprintf ("warning: inserting catchpoint %d: ", in insert_bp_location()
2703 char *message = xstrprintf ("Error evaluating expression for watchpoint %d\n", in bpstat_stop_status()
2778 char *message = xstrprintf ("Error evaluating expression for watchpoint %d\n", in bpstat_stop_status()
5466 addr_string = xstrprintf ("*0x%s %s", paddr_nz (high), extra_args); in break_at_finish_at_depth_command_1()
5468 addr_string = xstrprintf ("*0x%s", paddr_nz (high)); in break_at_finish_at_depth_command_1()
5499 addr_string = xstrprintf ("*0x%s", in break_at_finish_command_1()
5548 break_string = xstrprintf ("*0x%s %s", paddr_nz (high), in break_at_finish_command_1()
5551 break_string = xstrprintf ("*0x%s", paddr_nz (high)); in break_at_finish_command_1()
6891 char *message = xstrprintf ("Error in deleting catchpoint %d:\n", in delete_breakpoint()
[all …]
H A Dcorelow.c442 section_name = xstrprintf ("%s/%d", name, PIDGET (inferior_ptid)); in get_core_register_section()
H A Dinfcall.c950 char *tmp = xstrprintf ("at %s", local_hex_string (funaddr)); in call_function_by_hand()
H A Ddefs.h888 extern char *xstrprintf (const char *format, ...) ATTR_FORMAT (printf, 1, 2);
H A Dutils.c1154 xstrprintf (const char *format, ...) in xstrprintf() function