Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c122 static int post_attach_sigstop = TCB_IGNORE_ONE_SIGSTOP; variable
123 # define use_seize (post_attach_sigstop == 0)
125 # define post_attach_sigstop TCB_IGNORE_ONE_SIGSTOP macro
1050 cur_tcp->flags |= TCB_ATTACHED | TCB_STARTUP | post_attach_sigstop; in startup_attach()
1090 tcp->flags |= TCB_ATTACHED | TCB_STARTUP | post_attach_sigstop; in startup_attach()
1314 tcp->flags |= TCB_ATTACHED | TCB_STARTUP | post_attach_sigstop; in startup_child()
1359 post_attach_sigstop = 0; /* this sets use_seize to 1 */ in test_ptrace_seize()
1377 post_attach_sigstop = 0; /* this sets use_seize to 1 */ in test_ptrace_seize()
1903 tcp->flags |= TCB_ATTACHED | TCB_STARTUP | post_attach_sigstop; in maybe_allocate_tcb()