Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
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
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectTarget.cpp4596 if (option_arg.getAsInteger(0, m_thread_id)) in SetOptionValue()
4638 m_thread_id = LLDB_INVALID_THREAD_ID; in OptionParsingStarting()
4660 lldb::tid_t m_thread_id = LLDB_INVALID_THREAD_ID; member in CommandObjectTargetStopHookAdd::CommandOptions
4841 if (m_options.m_thread_id != LLDB_INVALID_THREAD_ID) { in DoExecute()
4842 thread_spec->SetTID(m_options.m_thread_id); in DoExecute()