Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp5210 lldb::pid_t follow_pid, detach_pid; in DidFork() local
5215 follow_pid = parent_pid; in DidFork()
5221 follow_pid = child_pid; in DidFork()
5244 if (!m_gdb_comm.SetCurrentThread(follow_tid, follow_pid) || in DidFork()
5245 !m_gdb_comm.SetCurrentThreadForRun(follow_tid, follow_pid)) { in DidFork()