Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.h18 class CommandObjectMultiwordTarget : public CommandObjectMultiword {
20 CommandObjectMultiwordTarget(CommandInterpreter &interpreter);
22 ~CommandObjectMultiwordTarget() override;
DCommandObjectTarget.cpp5005 #pragma mark CommandObjectMultiwordTarget
5009 CommandObjectMultiwordTarget::CommandObjectMultiwordTarget( in CommandObjectMultiwordTarget() function in CommandObjectMultiwordTarget
5036 CommandObjectMultiwordTarget::~CommandObjectMultiwordTarget() = default;
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp514 REGISTER_COMMAND_OBJECT("target", CommandObjectMultiwordTarget); in LoadCommandDictionary()