Home
last modified time | relevance | path

Searched refs:proc_debug (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Di386gnu-nat.c144 proc_debug (thread, "fetching all register"); in gnu_fetch_registers()
152 proc_debug (thread, "fetching register %s", REGISTER_NAME (regno)); in gnu_fetch_registers()
162 proc_debug (thread, "fetching floating-point registers"); in gnu_fetch_registers()
265 proc_debug (thread, "storing all registers"); in gnu_store_registers()
273 proc_debug (thread, "storing register %s", REGISTER_NAME (regno)); in gnu_store_registers()
286 proc_debug (thread, "storing floating-point registers"); in gnu_store_registers()
H A Dgnu-nat.c262 proc_debug (proc, "sc: %d --> %d", proc->cur_sc, proc->sc); in proc_update_sc()
268 proc_debug (proc, "storing back changed thread state"); in proc_update_sc()
301 proc_debug (proc, "is %s", err ? "dead" : running ? "running" : "suspended"); in proc_update_sc()
303 proc_debug (proc, "err = %s", safe_strerror (err)); in proc_update_sc()
345 proc_debug (proc, "aborted"); in proc_abort()
349 proc_debug (proc, "not aborting"); in proc_abort()
362 proc_debug (proc, "updating state info%s", in proc_get_state()
377 proc_debug (proc, "getting thread state"); in proc_get_state()
406 proc_debug (proc, "setting exception port: %d", port); in proc_set_exception_port()
445 proc_debug (proc, "inserting exception port: %d", exc_port); in proc_steal_exc_port()
[all …]
H A Dgnu-nat.h90 #define proc_debug(_proc, msg, args...) \ macro