Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp238 relative_frame_offset = offset; in SetOptionValue()
250 relative_frame_offset.reset(); in OptionParsingStarting()
257 std::optional<int32_t> relative_frame_offset; member in CommandObjectFrameSelect::CommandOptions
305 if (m_options.relative_frame_offset) { in DoExecute()
311 if (*m_options.relative_frame_offset < 0) { in DoExecute()
313 -*m_options.relative_frame_offset) in DoExecute()
314 frame_idx += *m_options.relative_frame_offset; in DoExecute()
324 } else if (*m_options.relative_frame_offset > 0) { in DoExecute()
330 + *m_options.relative_frame_offset; in DoExecute()
338 *m_options.relative_frame_offset) in DoExecute()
[all …]