Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectFrame.cpp241 relative_frame_offset = offset; in SetOptionValue()
253 relative_frame_offset.reset(); in OptionParsingStarting()
260 std::optional<int32_t> relative_frame_offset; member in CommandObjectFrameSelect::CommandOptions
309 if (m_options.relative_frame_offset) { in DoExecute()
315 if (*m_options.relative_frame_offset < 0) { in DoExecute()
317 -*m_options.relative_frame_offset) in DoExecute()
318 frame_idx += *m_options.relative_frame_offset; in DoExecute()
328 } else if (*m_options.relative_frame_offset > 0) { in DoExecute()
335 *m_options.relative_frame_offset) in DoExecute()
336 frame_idx += *m_options.relative_frame_offset; in DoExecute()