Searched refs:DEBUG_PROCESS (Results 1 – 6 of 6) sorted by relevance
/external/ltrace/sysdeps/linux-gnu/ |
D | breakpoint.c | 46 debug(DEBUG_PROCESS, in arch_enable_breakpoint() 84 debug(DEBUG_PROCESS, "enable_breakpoint: pid=%d, addr=%p, symbol=%s", in enable_breakpoint() 97 debug(DEBUG_PROCESS, in arch_disable_breakpoint() 132 debug(DEBUG_PROCESS, "disable_breakpoint: pid=%d, addr=%p, symbol=%s", in disable_breakpoint()
|
D | trace.c | 81 debug(DEBUG_PROCESS, "trace_me: pid=%d", getpid()); in trace_me() 110 debug(DEBUG_PROCESS, "trace_pid: pid=%d", pid); in trace_pid() 127 debug(DEBUG_PROCESS, "trace_set_options: pid=%d", pid); in trace_set_options() 142 debug(DEBUG_PROCESS, "untrace_pid: pid=%d", pid); in untrace_pid() 149 debug(DEBUG_PROCESS, "continue_after_signal: pid=%d, signum=%d", in continue_after_signal() 171 debug(DEBUG_PROCESS, "continue_process: pid=%d", pid); in continue_process() 181 debug(DEBUG_PROCESS, in continue_process() 316 debug(DEBUG_PROCESS, "send SIGSTOP to %d", task->pid); in send_sigstop() 348 debug(DEBUG_PROCESS, "process stopping done %d", in process_stopping_done() 453 debug(DEBUG_PROCESS, "SIGSTOP delivered to %d", task_info->pid); in handle_stopping_event() [all …]
|
/external/ltrace/ |
D | debug.h | 32 DEBUG_PROCESS = 020, enumerator
|
D | proc.c | 490 debug(DEBUG_PROCESS, "open_one_pid(pid=%d)", pid); in open_one_pid() 539 debug(DEBUG_PROCESS, "open_pid(pid=%d)", pid); in open_pid() 891 debug(DEBUG_PROCESS, "added library %s@%p (%s) to %d", in proc_add_library()
|
/external/ltrace/sysdeps/linux-gnu/ppc/ |
D | plt.c | 827 debug(DEBUG_PROCESS, "pid=%d dl_plt_update_bp_on_hit %s(%p)", in dl_plt_update_bp_on_hit() 877 debug(DEBUG_PROCESS, "pid=%d PLT got resolved to value %#"PRIx64, in cb_keep_stepping_p() 1028 debug(DEBUG_PROCESS, "%d at %p, which is PLT slot", in detach_task_cb()
|
/external/llvm/utils/KillTheDoctor/ |
D | KillTheDoctor.cpp | 358 DEBUG_PROCESS, in main()
|