Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectThread.cpp805 uint32_t m_frame_idx; member in CommandObjectThreadUntil::CommandOptions
809 m_frame_idx(LLDB_INVALID_FRAME_ID) { in CommandOptions()
837 if (option_arg.getAsInteger(0, m_frame_idx)) { in SetOptionValue()
838 m_frame_idx = LLDB_INVALID_FRAME_ID; in SetOptionValue()
863 m_frame_idx = 0; in OptionParsingStarting()
964 thread->GetStackFrameAtIndex(m_options.m_frame_idx).get(); in DoExecute()
968 m_options.m_frame_idx, m_options.m_thread_idx); in DoExecute()
987 m_options.m_frame_idx, in DoExecute()
1055 m_options.m_stop_others, m_options.m_frame_idx, new_plan_status); in DoExecute()
1071 m_options.m_frame_idx, m_options.m_thread_idx); in DoExecute()
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp3398 m_stop_id(0), m_frame_idx(UINT32_MAX), m_first_visible_line(0), in SourceFileWindowDelegate()
3494 frame_changed = frame_idx != m_frame_idx; in WindowDelegateDraw()
3495 m_frame_idx = frame_idx; in WindowDelegateDraw()
3498 frame_changed = m_frame_idx != UINT32_MAX; in WindowDelegateDraw()
3499 m_frame_idx = UINT32_MAX; in WindowDelegateDraw()
4167 uint32_t m_frame_idx; member in SourceFileWindowDelegate