Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5743 lldb::tid_t follow_tid, detach_tid; in DidFork() local
5750 detach_tid = child_tid; in DidFork()
5756 detach_tid = parent_tid; in DidFork()
5761 if (!m_gdb_comm.SetCurrentThread(detach_tid, detach_pid)) { in DidFork()
5813 lldb::tid_t detach_tid; in DidVFork() local
5818 detach_tid = child_tid; in DidVFork()
5824 detach_tid = m_thread_ids.front(); in DidVFork()
5827 if (!m_gdb_comm.SetCurrentThread(detach_tid, detach_pid)) { in DidVFork()