Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectScripting.cpp130 #pragma mark CommandObjectMultiwordScripting
134 CommandObjectMultiwordScripting::CommandObjectMultiwordScripting( in CommandObjectMultiwordScripting() function in CommandObjectMultiwordScripting
144 CommandObjectMultiwordScripting::~CommandObjectMultiwordScripting() = default;
H A DCommandObjectScripting.h16 class CommandObjectMultiwordScripting : public CommandObjectMultiword {
18 CommandObjectMultiwordScripting(CommandInterpreter &interpreter);
20 ~CommandObjectMultiwordScripting() override;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp581 REGISTER_COMMAND_OBJECT("scripting", CommandObjectMultiwordScripting); in LoadCommandDictionary()