Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectThread.cpp790 uint32_t m_frame_idx = LLDB_INVALID_FRAME_ID; member in CommandObjectThreadUntil::CommandOptions
820 if (option_arg.getAsInteger(0, m_frame_idx)) { in SetOptionValue()
821 m_frame_idx = LLDB_INVALID_FRAME_ID; in SetOptionValue()
846 m_frame_idx = 0; in OptionParsingStarting()
930 thread->GetStackFrameAtIndex(m_options.m_frame_idx).get(); in DoExecute()
934 m_options.m_frame_idx, thread->GetID()); in DoExecute()
952 m_options.m_frame_idx, thread->GetID()); in DoExecute()
1034 m_options.m_stop_others, m_options.m_frame_idx, new_plan_status); in DoExecute()
1050 m_options.m_frame_idx, thread->GetID()); in DoExecute()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDIOHandlerCursesGUI.cpp6877 frame_changed = frame_idx != m_frame_idx; in WindowDelegateDraw()
6878 m_frame_idx = frame_idx; in WindowDelegateDraw()
6881 frame_changed = m_frame_idx != UINT32_MAX; in WindowDelegateDraw()
6882 m_frame_idx = UINT32_MAX; in WindowDelegateDraw()
7558 uint32_t m_frame_idx = UINT32_MAX; member in SourceFileWindowDelegate