Searched refs:_RegisterCommand (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/debugger/user_interface/cli/
H A DCommandLineUserInterface.cpp307 if (_RegisterCommand("bt sc", new(std::nothrow) CliStackTraceCommand)
308 && _RegisterCommand("continue", new(std::nothrow) CliContinueCommand)
309 && _RegisterCommand("db", new(std::nothrow)
311 && _RegisterCommand("ds", new(std::nothrow)
313 && _RegisterCommand("dw", new(std::nothrow)
315 && _RegisterCommand("dl", new(std::nothrow)
317 && _RegisterCommand("frame", new(std::nothrow) CliStackFrameCommand)
318 && _RegisterCommand("help", new(std::nothrow) HelpCommand(this))
319 && _RegisterCommand("print", new(std::nothrow) CliPrintVariableCommand)
320 && _RegisterCommand("qui
341 CommandLineUserInterface::_RegisterCommand(const BString& name, function in class:CommandLineUserInterface
[all...]
H A DCommandLineUserInterface.h69 bool _RegisterCommand(const BString& name,

Completed in 34 milliseconds