Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectProcess.h18 class CommandObjectMultiwordProcess : public CommandObjectMultiword {
20 CommandObjectMultiwordProcess(CommandInterpreter &interpreter);
22 ~CommandObjectMultiwordProcess() override;
DCommandObjectProcess.cpp1949 CommandObjectMultiwordProcess::CommandObjectMultiwordProcess( in CommandObjectMultiwordProcess() function in CommandObjectMultiwordProcess
1988 CommandObjectMultiwordProcess::~CommandObjectMultiwordProcess() = default;
/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DCommandInterpreter.cpp546 REGISTER_COMMAND_OBJECT("process", CommandObjectMultiwordProcess); in LoadCommandDictionary()