Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp36 class CommandObjectCommandsSource : public CommandObjectParsed { class
38 CommandObjectCommandsSource(CommandInterpreter &interpreter) in CommandObjectCommandsSource() function in CommandObjectCommandsSource
58 ~CommandObjectCommandsSource() override = default;
2096 CommandObjectSP(new CommandObjectCommandsSource(interpreter))); in CommandObjectMultiwordCommands()