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

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h466 m_thread_id(llvm::get_threadid()) {}
481 const uint64_t m_thread_id; member in class:lldb_private::Debugger::InterruptionReport
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1144 m_thread_id = LLDB_INVALID_THREAD_ID;
1152 if (option_arg.getAsInteger(0, m_thread_id)) {
1153 m_thread_id = LLDB_INVALID_THREAD_ID;
1170 lldb::tid_t m_thread_id; member in class:CommandObjectThreadSelect::OptionGroupThreadSelect
1220 } else if (m_options.m_thread_id == LLDB_INVALID_THREAD_ID &&
1227 } else if (m_options.m_thread_id != LLDB_INVALID_THREAD_ID &&
1251 process->GetThreadList().FindThreadByID(m_options.m_thread_id).get();
1254 m_options.m_thread_id);
H A DCommandObjectTarget.cpp4875 if (option_arg.getAsInteger(0, m_thread_id))
4917 m_thread_id = LLDB_INVALID_THREAD_ID;
4939 lldb::tid_t m_thread_id = LLDB_INVALID_THREAD_ID; member in class:CommandObjectTargetStopHookAdd::CommandOptions
5120 if (m_options.m_thread_id != LLDB_INVALID_THREAD_ID) {
5121 thread_spec->SetTID(m_options.m_thread_id);
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1310 m_thread_id(llvm::get_threadid()) {

Completed in 73 milliseconds