Home
last modified time | relevance | path

Searched refs:DPRINTFX (Results 1 – 5 of 5) sorted by relevance

/NextBSD/lib/libproc/
HDproc_bkpt.c80 DPRINTFX("waitpid: unexpected status 0x%x", status); in proc_stop()
102 DPRINTFX("adding breakpoint at 0x%lx", address); in proc_bkptset()
165 DPRINTFX("removing breakpoint at 0x%lx", address); in proc_bkptdel()
225 DPRINTFX("ERROR: couldn't get PC register"); in proc_bkptexec()
230 DPRINTFX("ERROR: couldn't delete breakpoint"); in proc_bkptexec()
239 DPRINTFX("ERROR: ptrace step failed"); in proc_bkptexec()
245 DPRINTFX("ERROR: don't know why process stopped"); in proc_bkptexec()
253 DPRINTFX("ERROR: couldn't restore breakpoint"); in proc_bkptexec()
HDproc_sym.c274 DPRINTFX("ERROR: elf_getdata() failed: %s", elf_errmsg(-1)); in lookup_addr()
318 DPRINTFX("ERROR: elf_begin() failed: %s", elf_errmsg(-1)); in proc_addr2sym()
322 DPRINTFX("ERROR: gelf_getehdr() failed: %s", elf_errmsg(-1)); in proc_addr2sym()
429 DPRINTFX("ERROR: elf_getdata() failed: %s", elf_errmsg(-1)); in lookup_name()
458 DPRINTFX("ERROR: couldn't find object %s", object); in proc_name2sym()
466 DPRINTFX("ERROR: elf_begin() failed: %s", elf_errmsg(-1)); in proc_name2sym()
470 DPRINTFX("ERROR: gelf_getehdr() failed: %s", elf_errmsg(-1)); in proc_name2sym()
562 DPRINTFX("ERROR: elf_begin() failed: %s", elf_errmsg(-1)); in proc_iter_symbyaddr()
566 DPRINTFX("ERROR: gelf_getehdr() failed: %s", elf_errmsg(-1)); in proc_iter_symbyaddr()
589 DPRINTFX("ERROR: elf_getdata() failed: %s", elf_errmsg(-1)); in proc_iter_symbyaddr()
HD_libproc.h55 #define DPRINTFX(...) warnx(__VA_ARGS__) macro
58 #define DPRINTFX(...) do { } while (0) macro
HDproc_regs.c87 DPRINTFX("ERROR: no support for reg number %d", reg); in proc_regget()
138 DPRINTFX("ERROR: no support for reg number %d", reg); in proc_regset()
HDproc_create.c110 DPRINTFX("ERROR: child process %d status 0x%x", pid, status); in proc_attach()
172 DPRINTFX("ERROR: child process %d status 0x%x", pid, status); in proc_create()