Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp61 m_cmd_relative_to_command_file(false) {} in CommandOptions()
80 m_cmd_relative_to_command_file = true; in SetOptionValue()
98 m_cmd_relative_to_command_file.Clear(); in OptionParsingStarting()
110 OptionValueBoolean m_cmd_relative_to_command_file; member in CommandObjectCommandsSource::CommandOptions
122 if (m_options.m_cmd_relative_to_command_file) { in DoExecute()