Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectProcess.h18 class CommandObjectMultiwordProcess : public CommandObjectMultiword {
20 CommandObjectMultiwordProcess(CommandInterpreter &interpreter);
22 ~CommandObjectMultiwordProcess() override;
H A DCommandObjectProcess.cpp1947 CommandObjectMultiwordProcess::CommandObjectMultiwordProcess( in CommandObjectMultiwordProcess() function in CommandObjectMultiwordProcess
1986 CommandObjectMultiwordProcess::~CommandObjectMultiwordProcess() = default;
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp527 REGISTER_COMMAND_OBJECT("process", CommandObjectMultiwordProcess); in LoadCommandDictionary()