Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.h18 class CommandObjectMultiwordTarget : public CommandObjectMultiword {
20 CommandObjectMultiwordTarget(CommandInterpreter &interpreter);
22 ~CommandObjectMultiwordTarget() override;
H A DCommandObjectTarget.cpp5318 #pragma mark CommandObjectMultiwordTarget
5322 CommandObjectMultiwordTarget::CommandObjectMultiwordTarget( in CommandObjectMultiwordTarget() function in CommandObjectMultiwordTarget
5351 CommandObjectMultiwordTarget::~CommandObjectMultiwordTarget() = default;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp586 REGISTER_COMMAND_OBJECT("target", CommandObjectMultiwordTarget); in LoadCommandDictionary()