Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp38 class CommandObjectCommandsSource : public CommandObjectParsed { class
40 CommandObjectCommandsSource(CommandInterpreter &interpreter) in CommandObjectCommandsSource() function in CommandObjectCommandsSource
48 ~CommandObjectCommandsSource() override = default;
2980 CommandObjectSP(new CommandObjectCommandsSource(interpreter))); in CommandObjectMultiwordCommands()