Ingo Weinhold
a6de32b06c
Debugger CLI: Pull QuitCommand out of CommandLineUserInterface
2012-07-23 23:52:46 +02:00
Ingo Weinhold
d0ef75400b
Debugger CLI: Start to imbue CliContext with life
2012-07-23 23:52:45 +02:00
Ingo Weinhold
abbcb2caf5
Debugger: Use readline in the CLI
...
This is a bit hacky, since gdb's readline is used. It would probably be
best to prepare an optional build package.
2012-07-23 23:52:45 +02:00
Ingo Weinhold
0a592099a9
Debugger: Rework CLI setup to no longer create a BApplication
...
The main thread does now serve the CLI input loop.
2012-07-21 09:19:18 +02:00
Ingo Weinhold
6d60b554e6
Debugger: Some basic work to get the CLI going
...
There's an input loop thread which reads and parses command lines and
the infrastructure for registering and executing commands. Currently
only "help" and "quit" commands are implemented.
2012-07-20 23:32:58 +02:00
Rene Gollent
20616c59c1
Add stubs for the eventual command line interface.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43156 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-03 10:42:56 +00:00