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.cpp5742 lldb::pid_t follow_pid, detach_pid; in DidFork() local
5747 follow_pid = parent_pid; in DidFork()
5753 follow_pid = child_pid; in DidFork()
5776 if (!m_gdb_comm.SetCurrentThread(follow_tid, follow_pid) || in DidFork()
5777 !m_gdb_comm.SetCurrentThreadForRun(follow_tid, follow_pid)) { in DidFork()