Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.h18 class CommandObjectMultiwordTarget : public CommandObjectMultiword {
20 CommandObjectMultiwordTarget(CommandInterpreter &interpreter);
22 ~CommandObjectMultiwordTarget() override;
H A DCommandObjectTarget.cpp5108 #pragma mark CommandObjectMultiwordTarget
5112 CommandObjectMultiwordTarget::CommandObjectMultiwordTarget( in CommandObjectMultiwordTarget() function in CommandObjectMultiwordTarget
5141 CommandObjectMultiwordTarget::~CommandObjectMultiwordTarget() = default;
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp536 REGISTER_COMMAND_OBJECT("target", CommandObjectMultiwordTarget); in LoadCommandDictionary()