Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.h21 class CommandObjectMultiwordProcess : public CommandObjectMultiword {
23 CommandObjectMultiwordProcess(CommandInterpreter &interpreter);
25 ~CommandObjectMultiwordProcess() override;
H A DCommandObjectProcess.cpp1603 CommandObjectMultiwordProcess::CommandObjectMultiwordProcess( in CommandObjectMultiwordProcess() function in CommandObjectMultiwordProcess
1639 CommandObjectMultiwordProcess::~CommandObjectMultiwordProcess() = default;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp483 CommandObjectSP(new CommandObjectMultiwordProcess(*this)); in LoadCommandDictionary()