Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectSource.h19 class CommandObjectMultiwordSource : public CommandObjectMultiword {
21 CommandObjectMultiwordSource(CommandInterpreter &interpreter);
23 ~CommandObjectMultiwordSource() override;
H A DCommandObjectSource.cpp1241 #pragma mark CommandObjectMultiwordSource
1244 CommandObjectMultiwordSource::CommandObjectMultiwordSource( in CommandObjectMultiwordSource() function in CommandObjectMultiwordSource
1258 CommandObjectMultiwordSource::~CommandObjectMultiwordSource() = default;
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp552 REGISTER_COMMAND_OBJECT("source", CommandObjectMultiwordSource); in LoadCommandDictionary()