Home
last modified time | relevance | path

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

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