Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c121 static int post_attach_sigstop = TCB_IGNORE_ONE_SIGSTOP; variable
122 # define use_seize (post_attach_sigstop == 0)
124 # define post_attach_sigstop TCB_IGNORE_ONE_SIGSTOP macro
1031 cur_tcp->flags |= TCB_ATTACHED | TCB_STARTUP | post_attach_sigstop; in startup_attach()
1068 tcp->flags |= TCB_ATTACHED | TCB_STARTUP | post_attach_sigstop; in startup_attach()
1286 tcp->flags |= TCB_ATTACHED | TCB_STARTUP | post_attach_sigstop; in startup_child()
1544 post_attach_sigstop = 0; /* this sets use_seize to 1 */ in test_ptrace_seize()
1562 post_attach_sigstop = 0; /* this sets use_seize to 1 */ in test_ptrace_seize()
2147 tcp->flags |= TCB_ATTACHED | TCB_STARTUP | post_attach_sigstop; in trace()