Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachException.cpp303 int state_pid = -1; in Reply() local
306 state_pid = process->ProcessID(); in Reply()
309 err = ::pid_for_task(state.task_port, &state_pid); in Reply()
312 assert(state_pid != -1); in Reply()
313 if (state_pid != -1) { in Reply()
315 if (::ptrace(PT_THUPDATE, state_pid, in Reply()
324 state_pid, state.thread_port, soft_signal); in Reply()