Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp80 m_cmd_relative_to_command_file(false) {} in CommandOptions()
99 m_cmd_relative_to_command_file = true; in SetOptionValue()
117 m_cmd_relative_to_command_file.Clear(); in OptionParsingStarting()
129 OptionValueBoolean m_cmd_relative_to_command_file; member in CommandObjectCommandsSource::CommandOptions
141 if (m_options.m_cmd_relative_to_command_file) { in DoExecute()