Searched refs:CliStackFrameCommand (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliStackFrameCommand.h12 class CliStackFrameCommand : public CliCommand { class in inherits:CliCommand
14 CliStackFrameCommand();
H A DCliStackFrameCommand.cpp7 #include "CliStackFrameCommand.h"
20 CliStackFrameCommand::CliStackFrameCommand() function in class:CliStackFrameCommand
31 CliStackFrameCommand::Execute(int argc, const char* const* argv,
/haiku/src/apps/debugger/user_interface/cli/
H A DCommandLineUserInterface.cpp26 #include "CliStackFrameCommand.h"
317 && _RegisterCommand("frame", new(std::nothrow) CliStackFrameCommand)

Completed in 93 milliseconds