Searched refs:DPRINTFX (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/lib/libproc/ |
| HD | proc_bkpt.c | 80 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()
|
| HD | proc_sym.c | 274 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.h | 55 #define DPRINTFX(...) warnx(__VA_ARGS__) macro 58 #define DPRINTFX(...) do { } while (0) macro
|
| HD | proc_regs.c | 87 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()
|
| HD | proc_create.c | 110 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()
|