Home
last modified time | relevance | path

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

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