Lines Matching defs:process
1 /* Get Dwarf Frame state for target live PID process.
85 /* Make sure there is a SIGSTOP signal pending even when the process is
197 Dwfl_Process *process = dwfl->process;
205 if (ebl_get_elfclass (process->ebl) == ELFCLASS32)
213 if (ebl_get_elfclass (process->ebl) == ELFCLASS64)
333 Dwfl_Process *process = thread->process;
334 Ebl *ebl = process->ebl;
400 if (dwfl->process == NULL && dwfl->attacherr == DWFL_E_NOERROR)
496 if (dwfl != NULL && dwfl->process != NULL
497 && dwfl->process->callbacks == &pid_thread_callbacks)
498 return (struct __libdwfl_pid_arg *) dwfl->process->callbacks_arg;