Searched refs:relative_frame_offset (Results 1 – 1 of 1) sorted by relevance
240 relative_frame_offset = offset; in SetOptionValue()252 relative_frame_offset.reset(); in OptionParsingStarting()259 llvm::Optional<int32_t> relative_frame_offset; member in CommandObjectFrameSelect::CommandOptions308 if (m_options.relative_frame_offset) { in DoExecute()314 if (*m_options.relative_frame_offset < 0) { in DoExecute()316 -*m_options.relative_frame_offset) in DoExecute()317 frame_idx += *m_options.relative_frame_offset; in DoExecute()327 } else if (*m_options.relative_frame_offset > 0) { in DoExecute()334 *m_options.relative_frame_offset) in DoExecute()335 frame_idx += *m_options.relative_frame_offset; in DoExecute()