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

/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliThreadsCommand.h12 class CliThreadsCommand : public CliCommand { class in inherits:CliCommand
14 CliThreadsCommand();
H A DCliThreadsCommand.cpp7 #include "CliThreadsCommand.h"
18 CliThreadsCommand::CliThreadsCommand() function in class:CliThreadsCommand
28 CliThreadsCommand::Execute(int argc, const char* const* argv,
/haiku/src/apps/debugger/user_interface/cli/
H A DCommandLineUserInterface.cpp30 #include "CliThreadsCommand.h"
327 && _RegisterCommand("threads", new(std::nothrow) CliThreadsCommand)

Completed in 88 milliseconds