Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5875 lldb::pid_t follow_pid, detach_pid; in DidFork() local
5880 follow_pid = parent_pid; in DidFork()
5886 follow_pid = child_pid; in DidFork()
5909 if (!m_gdb_comm.SetCurrentThread(follow_tid, follow_pid) || in DidFork()
5910 !m_gdb_comm.SetCurrentThreadForRun(follow_tid, follow_pid)) { in DidFork()