Home
last modified time | relevance | path

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

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