Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1299 relative_to_command_file = true; in SetOptionValue()
1312 relative_to_command_file = false; in OptionParsingStarting()
1318 bool relative_to_command_file = false; member in CommandObjectCommandsScriptImport::CommandOptions
1329 if (m_options.relative_to_command_file) { in DoExecute()
H A DOptions.td796 def relative_to_command_file : Option<"relative-to-command-file", "c">,