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.cpp1106 m_thread_id = LLDB_INVALID_THREAD_ID; in OptionParsingStarting()
1114 if (option_arg.getAsInteger(0, m_thread_id)) { in SetOptionValue()
1115 m_thread_id = LLDB_INVALID_THREAD_ID; in SetOptionValue()
1132 lldb::tid_t m_thread_id; member in CommandObjectThreadSelect::OptionGroupThreadSelect
1182 } else if (m_options.m_thread_id == LLDB_INVALID_THREAD_ID && in DoExecute()
1189 } else if (m_options.m_thread_id != LLDB_INVALID_THREAD_ID && in DoExecute()
1213 process->GetThreadList().FindThreadByID(m_options.m_thread_id).get(); in DoExecute()
1216 m_options.m_thread_id); in DoExecute()
H A DCommandObjectTarget.cpp4775 if (option_arg.getAsInteger(0, m_thread_id)) in SetOptionValue()
4817 m_thread_id = LLDB_INVALID_THREAD_ID; in OptionParsingStarting()
4839 lldb::tid_t m_thread_id = LLDB_INVALID_THREAD_ID; member in CommandObjectTargetStopHookAdd::CommandOptions
5020 if (m_options.m_thread_id != LLDB_INVALID_THREAD_ID) { in DoExecute()
5021 thread_spec->SetTID(m_options.m_thread_id); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h459 m_thread_id(llvm::get_threadid()) {} in InterruptionReport()
474 const uint64_t m_thread_id; variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1324 m_thread_id(llvm::get_threadid()) { in InterruptionReport()