Home
last modified time | relevance | path

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

/third_party/elfutils/libdwfl/
Dlinux-pid-attach.c330 && ! __libdwfl_ptrace_attach (tid, &pid_arg->tid_was_stopped)) in pid_set_initial_registers()
352 __libdwfl_ptrace_detach (pid_t tid, bool tid_was_stopped) in __libdwfl_ptrace_detach() argument
360 (void *) (intptr_t) (tid_was_stopped ? SIGSTOP : 0)); in __libdwfl_ptrace_detach()
372 __libdwfl_ptrace_detach (tid, pid_arg->tid_was_stopped); in pid_thread_detach()
518 bool tid_was_stopped __attribute__ ((unused))) in __libdwfl_ptrace_detach() argument
Dlinux-proc-maps.c402 bool tid_was_stopped = false; in dwfl_linux_proc_find_elf() local
413 detach = __libdwfl_ptrace_attach (pid, &tid_was_stopped); in dwfl_linux_proc_find_elf()
434 __libdwfl_ptrace_detach (pid, tid_was_stopped); in dwfl_linux_proc_find_elf()
DlibdwflP.h434 bool tid_was_stopped; member
454 extern void __libdwfl_ptrace_detach (pid_t tid, bool tid_was_stopped)
DChangeLog1752 * linux-pid-attach.c (struct pid_arg): New field tid_was_stopped.
1754 (pid_set_initial_registers): Pass tid_was_stopped.
1755 (pid_thread_detach): Use tid_was_stopped.