Home
last modified time | relevance | path

Searched refs:follow_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
5748 follow_tid = parent_tid; in DidFork()
5754 follow_tid = child_tid; 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()