Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp230 relative_frame_offset = offset; in SetOptionValue()
242 relative_frame_offset.reset(); in OptionParsingStarting()
249 std::optional<int32_t> relative_frame_offset; member in CommandObjectFrameSelect::CommandOptions
275 if (m_options.relative_frame_offset) { in DoExecute()
281 if (*m_options.relative_frame_offset < 0) { in DoExecute()
283 -*m_options.relative_frame_offset) in DoExecute()
284 frame_idx += *m_options.relative_frame_offset; in DoExecute()
294 } else if (*m_options.relative_frame_offset > 0) { in DoExecute()
300 + *m_options.relative_frame_offset; in DoExecute()
308 *m_options.relative_frame_offset) in DoExecute()
[all …]