History log of /haiku/src/apps/debugger/user_interface/cli/commands/CliStackTraceCommand.cpp
Revision Date Author Comments
# 45e0c33d 01-May-2023 Zardshard <0azrune6@zard.anonaddy.com>

Debugger: Make CliContext use BLooper for message passing

This commit replaces the custom implementation of message passing with
BLooper.

This commit does not fully transition the code to the BLooper paradigm.
WaitForEvent still exists, when, ideally, message passing should be
used to notify the waiting class that the results are ready.

Change-Id: Id223b9fc0ac1aa9a5a5aeb4af63da04f2cc7574b
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6400
Reviewed-by: John Scipione <jscipione@gmail.com>
Reviewed-by: Rene Gollent <rene@gollent.com>


# 44646df4 04-Aug-2013 Rene Gollent <anevilyak@gmail.com>

Debugger: Move CLI commands into their own subdir.


# 44646df41675154a15580e956dde4d08b0a684fc 04-Aug-2013 Rene Gollent <anevilyak@gmail.com>

Debugger: Move CLI commands into their own subdir.