Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectFrame.h18 class CommandObjectMultiwordFrame : public CommandObjectMultiword {
20 CommandObjectMultiwordFrame(CommandInterpreter &interpreter);
22 ~CommandObjectMultiwordFrame() override;
DCommandObjectFrame.cpp1159 #pragma mark CommandObjectMultiwordFrame
1163 CommandObjectMultiwordFrame::CommandObjectMultiwordFrame( in CommandObjectMultiwordFrame() function in CommandObjectMultiwordFrame
1184 CommandObjectMultiwordFrame::~CommandObjectMultiwordFrame() = default;
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp498 REGISTER_COMMAND_OBJECT("frame", CommandObjectMultiwordFrame); in LoadCommandDictionary()