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

/haiku/src/apps/debugger/user_interface/cli/
H A DCommandLineUserInterface.cpp8 #include "CommandLineUserInterface.h"
41 struct CommandLineUserInterface::CommandEntry {
68 struct CommandLineUserInterface::HelpCommand : CliCommand {
69 HelpCommand(CommandLineUserInterface* userInterface)
91 CommandLineUserInterface* fUserInterface;
95 // #pragma mark - CommandLineUserInterface
98 CommandLineUserInterface::CommandLineUserInterface() function in class:CommandLineUserInterface
109 CommandLineUserInterface::~CommandLineUserInterface()
[all...]
H A DCommandLineUserInterface.h20 class CommandLineUserInterface : public UserInterface { class in inherits:UserInterface
22 CommandLineUserInterface();
23 virtual ~CommandLineUserInterface();
/haiku/src/apps/debugger/
H A DDebugger.cpp26 #include "CommandLineUserInterface.h"
727 CommandLineUserInterface* userInterface
728 = new(std::nothrow) CommandLineUserInterface();

Completed in 38 milliseconds