HomeSort by relevance Sort by last modified time
    Searched refs:pid_arg (Results 1 - 2 of 2) sorted by null

  /external/elfutils/libdwfl/
linux-pid-attach.c 120 struct __libdwfl_pid_arg *pid_arg = arg; local
121 pid_t tid = pid_arg->tid_attached;
163 struct __libdwfl_pid_arg *pid_arg = dwfl_arg; local
167 rewinddir (pid_arg->dir);
171 dirent = readdir (pid_arg->dir);
237 struct __libdwfl_pid_arg *pid_arg = thread_arg; local
238 assert (pid_arg->tid_attached == 0);
240 if (! pid_arg->assume_ptrace_stopped
241 && ! __libdwfl_ptrace_attach (tid, &pid_arg->tid_was_stopped))
243 pid_arg->tid_attached = tid
253 struct __libdwfl_pid_arg *pid_arg = dwfl_arg; local
276 struct __libdwfl_pid_arg *pid_arg = thread_arg; local
369 struct __libdwfl_pid_arg *pid_arg = malloc (sizeof *pid_arg); local
    [all...]
linux-proc-maps.c 395 struct __libdwfl_pid_arg *pid_arg = __libdwfl_get_pid_arg (mod->dwfl); local
396 if (pid_arg != NULL && ! pid_arg->assume_ptrace_stopped)
401 pid_t tid = pid_arg->tid_attached;

Completed in 465 milliseconds