haiku/headers/private/debugger
Rene Gollent fc48ae3f80 Debugger: Fix #14375, #12343.
TeamDebugger:
- When a job is aborted, instead of calling into the user interface directly
  to reset the status message, post a message to do so. Also, only post the
  message if we aren't already in a terminating state. Otherwise, if jobs
  were still running while the team debugger is executing its destructor, it
  would attempt to make calls to the already destroyed user interface. This
  bug has likely been with us for quite some time, but was hidden by incorrect
  ref counting in the past (see #12343).
2018-08-20 16:44:20 -04:00
..
arch libdebugger: Add accessor for cpu state size. 2016-07-31 17:30:12 -04:00
controllers Debugger: Fix team restart request. 2016-07-03 13:53:51 -04:00
debug_info Debugger: Fix regression introduced in hrev50534. 2016-11-22 23:06:09 -05:00
debug_managers Debugger: Split into core library and application. 2016-06-04 13:18:39 -04:00
elf Debugger: Split into core library and application. 2016-06-04 13:18:39 -04:00
files Debugger: Split into core library and application. 2016-06-04 13:18:39 -04:00
ids Debugger: Split into core library and application. 2016-06-04 13:18:39 -04:00
model Debugger: Rework parts of report generation. 2016-12-09 23:11:23 -05:00
settings libdebugger: Add string setting type. 2016-12-05 18:17:48 -05:00
source_language Debugger: Split into core library and application. 2016-06-04 13:18:39 -04:00
target_host_interface Debugger: Split into core library and application. 2016-06-04 13:18:39 -04:00
types Debugger: Split into core library and application. 2016-06-04 13:18:39 -04:00
user_interface More class/struct mixup fixes. 2018-06-18 23:16:50 -04:00
util Debugger: Split into core library and application. 2016-06-04 13:18:39 -04:00
value Debugger: Rework type handlers to allow for custom selection. 2018-02-04 14:13:01 -05:00
DebuggerGlobals.h Debugger: Split into core library and application. 2016-06-04 13:18:39 -04:00
MessageCodes.h Debugger: Fix #14375, #12343. 2018-08-20 16:44:20 -04:00
Tracing.h Debugger: Split into core library and application. 2016-06-04 13:18:39 -04:00