reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
 1585   LLDB_LOG(log, "pid {0} adding thread with tid {1}", GetID(), thread_id);
 1587   assert(!HasThreadNoLock(thread_id) &&
 1592     SetCurrentThreadID(thread_id);
 1594   m_threads.push_back(std::make_unique<NativeThreadLinux>(*this, thread_id));
 1598         GetID(), thread_id, m_pt_process_trace_config, true);
 1600       m_pt_traced_thread_group.insert(thread_id);
 1602           std::make_pair(thread_id, std::move(*traceMonitor)));
 1604       LLDB_LOG(log, "failed to start trace on thread {0}", thread_id);