Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DExceptionRecord.h40 m_thread_id = thread_id; in ExceptionRecord()
49 m_thread_id(thread_id), in ExceptionRecord()
60 lldb::tid_t GetThreadID() const { return m_thread_id; } in GetThreadID()
68 lldb::tid_t m_thread_id; variable
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp4581 if (option_arg.getAsInteger(0, m_thread_id)) in SetOptionValue()
4623 m_thread_id = LLDB_INVALID_THREAD_ID; in OptionParsingStarting()
4645 lldb::tid_t m_thread_id = LLDB_INVALID_THREAD_ID; member in CommandObjectTargetStopHookAdd::CommandOptions
4826 if (m_options.m_thread_id != LLDB_INVALID_THREAD_ID) { in DoExecute()
4827 thread_spec->SetTID(m_options.m_thread_id); in DoExecute()