haiku/src/apps/debugger
Rene Gollent 4dc355e9a9 Adjust debug_utils functions.
The functions in question now return an error rather than simply calling
exit() directly when they fail, as this behavior wasn't acceptable for
e.g. Debugger. Adjusted all calling apps accordingly.
2013-06-28 18:49:28 -04:00
..
arch Extend CpuState interface. 2013-05-16 22:22:45 -04:00
controllers Add event class for the post-syscall debug message. 2013-06-28 18:49:26 -04:00
debug_info Fall back to disassembly in case typecast fails. 2013-06-07 22:16:38 -04:00
debug_managers BreakpointManager: Adjust breakpoint installation logic. 2013-05-30 21:15:33 -04:00
debugger_interface Adjust debug_utils functions. 2013-06-28 18:49:28 -04:00
demangler Merged the signals branch into trunk, with these changes: 2011-01-10 21:54:38 +00:00
dwarf Add parsing for several new attribute classes. 2013-05-28 22:36:56 -04:00
elf Started adding x86_64 support to Debugger. 2012-12-19 19:54:20 +00:00
files Handle gcc2 quirks with paths. 2012-04-28 15:42:53 -04:00
ids Add ReturnValueID base type. 2012-12-31 20:25:08 -05:00
jobs Extend FunctionSourceCodeRequested(). 2013-06-22 15:48:17 -04:00
model Add SyscallInfoEvent model class. 2013-06-28 18:49:24 -04:00
settings Add hidden attribute to UserBreakpoint. 2013-06-15 14:51:17 -04:00
source_language Fix some problems with typecast handling. 2013-04-24 22:07:27 -04:00
types Debugger (and some friends): 64 bit fixes 2012-08-05 23:58:25 +02:00
user_interface Correct locking error. 2013-06-25 20:35:09 -04:00
util Add RangeList utility class. 2013-04-27 14:04:35 -04:00
value Relax range setting constraints for arrays. 2013-05-20 19:03:53 -04:00
Debugger.cpp Fix incorrect handling when starting new teams. 2013-06-16 11:09:57 -04:00
Debugger.rdef Use resource definition files instead of DoCatalogs rule. Rename B_TRANSLATE_APP_NAME and related macros to the more generic B_TRANSLATE_SYSTEM_NAME, to also fits add-ons, folders, etc, and make 'System name' its standard context. Change CodyCam and PoorMan's app signatures to match the overall x-vnd.Haiku-App pattern. Some clean-up. Make SlideShowSaver build again. 2011-03-25 22:13:48 +00:00
Jamfile Add SyscallInfoEvent model class. 2013-06-28 18:49:24 -04:00
MessageCodes.h Initial implementation of exception configuration window. 2013-06-15 14:51:14 -04:00
Tracing.h * More work on retrieving local variable values. Address and compound types can 2009-09-21 04:39:40 +00:00