haiku/src/apps/debugger
Rene Gollent c90773b3ba Implement support for restarting teams.
- TeamDebugger's listener interface now exports a
TeamDebuggerRestartRequested hook. The latter is used to request
starting a new debugger instance with the same arguments/settings as the
team it represented. Implemented for the graphical debugger.

- When a team terminates, the resulting dialog now allows the user to
choose to quit, restart, or simply do nothing. The latter option still
needs some work though, as e.g. setting additional breakpoints currently
fails since the corresponding debugger interface is no longer around.

Implements the main part of #9774.
2013-05-29 19:25:49 -04:00
..
arch Extend CpuState interface. 2013-05-16 22:22:45 -04:00
controllers Implement support for restarting teams. 2013-05-29 19:25:49 -04:00
debug_info Refactor DIE name resolution. 2013-05-17 20:43:09 -04:00
debug_managers
debugger_interface Extend DebuggerInterface. 2013-05-16 22:22:48 -04:00
demangler
dwarf Add parsing for several new attribute classes. 2013-05-28 22:36:56 -04:00
elf
files
ids
jobs
model
settings
source_language
types
user_interface When an exception/breakpoint is hit, activate... 2013-05-27 22:01:17 -04:00
util
value Relax range setting constraints for arrays. 2013-05-20 19:03:53 -04:00
Debugger.cpp Implement support for restarting teams. 2013-05-29 19:25:49 -04:00
Debugger.rdef
Jamfile Discard Termcap and switch console apps to use Terminfo 2013-05-23 14:07:50 +02:00
MessageCodes.h Implement support for restarting teams. 2013-05-29 19:25:49 -04:00
Tracing.h