Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1103 m_thread_id = LLDB_INVALID_THREAD_ID; in OptionParsingStarting()
1111 if (option_arg.getAsInteger(0, m_thread_id)) { in SetOptionValue()
1112 m_thread_id = LLDB_INVALID_THREAD_ID; in SetOptionValue()
1130 lldb::tid_t m_thread_id; member in CommandObjectThreadSelect::OptionGroupThreadSelect
1180 } else if (m_options.m_thread_id == LLDB_INVALID_THREAD_ID && in DoExecute()
1187 } else if (m_options.m_thread_id != LLDB_INVALID_THREAD_ID && in DoExecute()
1211 process->GetThreadList().FindThreadByID(m_options.m_thread_id).get(); in DoExecute()
1214 m_options.m_thread_id); in DoExecute()
H A DCommandObjectTarget.cpp4788 if (option_arg.getAsInteger(0, m_thread_id)) in SetOptionValue()
4841 m_thread_id = LLDB_INVALID_THREAD_ID; in OptionParsingStarting()
4864 lldb::tid_t m_thread_id = LLDB_INVALID_THREAD_ID; member in CommandObjectTargetStopHookAdd::CommandOptions
5048 if (m_options.m_thread_id != LLDB_INVALID_THREAD_ID) { in DoExecute()
5049 thread_spec->SetTID(m_options.m_thread_id); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h471 m_thread_id(llvm::get_threadid()) {} in InterruptionReport()
486 const uint64_t m_thread_id; variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1492 m_thread_id(llvm::get_threadid()) { in InterruptionReport()