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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5566 lldb::tid_t follow_tid, detach_tid; local
5573 detach_tid = child_tid;
5579 detach_tid = parent_tid;
5584 if (!m_gdb_comm.SetCurrentThread(detach_tid, detach_pid)) {
5633 lldb::tid_t detach_tid; local
5638 detach_tid = child_tid;
5644 detach_tid = m_thread_ids.front();
5647 if (!m_gdb_comm.SetCurrentThread(detach_tid, detach_pid)) {

Completed in 69 milliseconds