Lines Matching defs:child_tid
1878 lldb::tid_t child_tid = desc_extractor.GetU64(LLDB_INVALID_THREAD_ID);
1880 StopInfo::CreateStopReasonFork(*thread_sp, child_pid, child_tid));
1886 lldb::tid_t child_tid = desc_extractor.GetU64(LLDB_INVALID_THREAD_ID);
1888 *thread_sp, child_pid, child_tid));
5796 void ProcessGDBRemote::DidFork(lldb::pid_t child_pid, lldb::tid_t child_tid) {
5812 detach_tid = child_tid;
5816 follow_tid = child_tid;
5861 void ProcessGDBRemote::DidVFork(lldb::pid_t child_pid, lldb::tid_t child_tid) {
5866 "ProcessGDBRemote::DidFork() called for child_pid: {0}, child_tid {1}",
5867 child_pid, child_tid);
5880 detach_tid = child_tid;
5898 if (!m_gdb_comm.SetCurrentThread(child_tid, child_pid) ||
5899 !m_gdb_comm.SetCurrentThreadForRun(child_tid, child_pid)) {