Home
last modified time | relevance | path

Searched refs:detach_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
5749 detach_pid = child_pid; in DidFork()
5755 detach_pid = parent_pid; in DidFork()
5761 if (!m_gdb_comm.SetCurrentThread(detach_tid, detach_pid)) { in DidFork()
5782 LLDB_LOG(log, "Detaching process {0}", detach_pid); in DidFork()
5783 Status error = m_gdb_comm.Detach(false, detach_pid); in DidFork()
5812 lldb::pid_t detach_pid; in DidVFork() local
5817 detach_pid = child_pid; in DidVFork()
5821 detach_pid = m_gdb_comm.GetCurrentProcessID(); in DidVFork()
5827 if (!m_gdb_comm.SetCurrentThread(detach_tid, detach_pid)) { in DidVFork()
[all …]