Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp81 m_cmd_relative_to_command_file(false) {} in CommandOptions()
100 m_cmd_relative_to_command_file = true; in SetOptionValue()
118 m_cmd_relative_to_command_file.Clear(); in OptionParsingStarting()
130 OptionValueBoolean m_cmd_relative_to_command_file; member in CommandObjectCommandsSource::CommandOptions
142 if (m_options.m_cmd_relative_to_command_file) { in DoExecute()