Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThread.cpp815 uint32_t m_frame_idx = LLDB_INVALID_FRAME_ID; member in CommandObjectThreadUntil::CommandOptions
845 if (option_arg.getAsInteger(0, m_frame_idx)) { in SetOptionValue()
846 m_frame_idx = LLDB_INVALID_FRAME_ID; in SetOptionValue()
871 m_frame_idx = 0; in OptionParsingStarting()
967 thread->GetStackFrameAtIndex(m_options.m_frame_idx).get(); in DoExecute()
971 m_options.m_frame_idx, thread->GetID()); in DoExecute()
989 m_options.m_frame_idx, thread->GetID()); in DoExecute()
1071 m_options.m_stop_others, m_options.m_frame_idx, new_plan_status); in DoExecute()
1087 m_options.m_frame_idx, thread->GetID()); in DoExecute()
/openbsd/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp6856 frame_changed = frame_idx != m_frame_idx; in WindowDelegateDraw()
6857 m_frame_idx = frame_idx; in WindowDelegateDraw()
6860 frame_changed = m_frame_idx != UINT32_MAX; in WindowDelegateDraw()
6861 m_frame_idx = UINT32_MAX; in WindowDelegateDraw()
7534 uint32_t m_frame_idx = UINT32_MAX; member in SourceFileWindowDelegate