History log of /haiku-fatelf/src/apps/debugger/user_interface/cli/CliStackTraceCommand.cpp
Revision Date Author Comments
# 03289a33 18-Dec-2012 Rene Gollent <anevilyak@gmail.com>

More adjustments to CliContext.

- CliContext now listens for value node container events so that
commands can request such a wait as well
- Implement an event wait mechanism for commands to make use of.
Adjust CliStackTrace and CliPrintVariable accordingly.


# 2bf86678 22-Nov-2012 Rene Gollent <anevilyak@gmail.com>

Cleanups.


# 9b008d31 04-Aug-2012 Ingo Weinhold <ingo_weinhold@gmx.de>

Debugger CLI: Add a bunch of new commands

* "thread": prints/sets the current thread.
* "continue", "stop": continue/stop the current thread.
* "sc"/"bt": Print a stack trace for the current thread. Very basic yet.


# 2bf866783ca42ba86a7acde1445d3d2a8f9b1dd6 22-Nov-2012 Rene Gollent <anevilyak@gmail.com>

Cleanups.


# 9b008d31ffa35bb2c98bb2accf83e16fb7f2f9ad 04-Aug-2012 Ingo Weinhold <ingo_weinhold@gmx.de>

Debugger CLI: Add a bunch of new commands

* "thread": prints/sets the current thread.
* "continue", "stop": continue/stop the current thread.
* "sc"/"bt": Print a stack trace for the current thread. Very basic yet.