Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.h18 class CommandObjectMultiwordFrame : public CommandObjectMultiword {
20 CommandObjectMultiwordFrame(CommandInterpreter &interpreter);
22 ~CommandObjectMultiwordFrame() override;
H A DCommandObjectFrame.cpp1174 #pragma mark CommandObjectMultiwordFrame
1178 CommandObjectMultiwordFrame::CommandObjectMultiwordFrame( in CommandObjectMultiwordFrame() function in CommandObjectMultiwordFrame
1199 CommandObjectMultiwordFrame::~CommandObjectMultiwordFrame() = default;
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp548 REGISTER_COMMAND_OBJECT("frame", CommandObjectMultiwordFrame); in LoadCommandDictionary()