Searched refs:m_thread_idx (Results 1 – 1 of 1) sorted by relevance
804 uint32_t m_thread_idx; member in CommandObjectThreadUntil::CommandOptions808 : Options(), m_thread_idx(LLDB_INVALID_THREAD_ID), in CommandOptions()830 if (option_arg.getAsInteger(0, m_thread_idx)) { in SetOptionValue()831 m_thread_idx = LLDB_INVALID_INDEX32; in SetOptionValue()862 m_thread_idx = LLDB_INVALID_THREAD_ID; in OptionParsingStarting()944 if (m_options.m_thread_idx == LLDB_INVALID_THREAD_ID) { in DoExecute()948 .FindThreadByIndexID(m_options.m_thread_idx) in DoExecute()956 m_options.m_thread_idx, num_threads); in DoExecute()968 m_options.m_frame_idx, m_options.m_thread_idx); in DoExecute()988 m_options.m_thread_idx); in DoExecute()[all …]