Home
last modified time | relevance | path

Searched refs:print_stopped (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Dstrace.c2158 print_stopped(struct tcb *tcp, const siginfo_t *si, const unsigned int sig) in print_stopped() function
2509 print_stopped(current_tcp, &wd->si, restart_sig); in dispatch_event()
2519 print_stopped(current_tcp, NULL, restart_sig); in dispatch_event()
DChangeLog208 * strace.c (print_stopped) [ENABLE_STACKTRACE]: Call unwind_tcb_print
12236 * strace.c (print_signalled, print_stopped): Update signal_set usage.
22636 * strace.c (print_signalled, print_stopped): Use is_number_in_set
23112 (print_stopped): Use hide_log() instead of hide_log_until_execve.
35994 Properly initialize siginfo_t object passed to print_stopped function.
40303 print_signalled, print_exited, print_stopped, startup_tcb): New