Searched refs:m_thread_id (Results 1 – 2 of 2) sorted by relevance
40 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
4581 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::CommandOptions4826 if (m_options.m_thread_id != LLDB_INVALID_THREAD_ID) { in DoExecute()4827 thread_spec->SetTID(m_options.m_thread_id); in DoExecute()