haiku/src/apps/debugger
Rene Gollent 6136e4303c Debugger: Cleanups.
VariablesView:
- Remove unused member variable.
- Add optional presentation name field to ModelNode, which allows
  overriding the name of its underlying ValueNode for display purposes.
  Used to ensure that a top-level node for an expression always shows
  the expression string itself, even when the returned result is a value
  node with a different name.
2014-11-23 09:13:06 -05:00
..
arch Debugger: Adapt x86_64 disassembler to newer udis API. 2014-11-12 21:53:48 -05:00
controllers Debugger: Rework expression parsing API. 2014-11-22 17:06:48 -05:00
debug_info Debugger: Call frame unwind optimizations. 2014-11-13 21:18:55 -05: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 debugger/debuganalyzer: Remove the explicit -Werror from Jamfile 2013-09-17 14:40:24 +02:00
dwarf Debugger: Fix CFI length computation. 2014-11-16 00:17:11 -05:00
elf Debugger: ElfFile::_CheckRange(): fix check 2013-07-08 21:24:26 -04:00
files Debugger: Implement remaining part of #11033. 2014-08-29 11:04:48 -04:00
ids Add ReturnValueID base type. 2012-12-31 20:25:08 -05:00
jobs Debugger: Rework expression parsing API. 2014-11-22 17:06:48 -05:00
model Debugger: Rework expression parsing API. 2014-11-22 17:06:48 -05:00
settings Debugger: Add condition expression member to UserBreakpoint. 2014-10-30 16:54:30 -04:00
source_language Debugger: Rework expression parsing API. 2014-11-22 17:06:48 -05:00
types Debugger: Rework expression parsing API. 2014-11-22 17:06:48 -05:00
user_interface Debugger: Cleanups. 2014-11-23 09:13:06 -05:00
util Debugger: Add const qualifier to JobKey object parameter. 2014-10-28 23:23:25 -04:00
value Debugger: Add value node subclasses for expressions. 2014-11-08 10:48:57 -05:00
Debugger.cpp Debugger: Start adding the groundwork for load state handlers. 2014-06-15 11:03:23 -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 Debugger: Rework expression parsing API. 2014-11-22 17:06:48 -05:00
MessageCodes.h Debugger: Add simple prompt window for adding expressions. 2014-11-08 10:48:59 -05:00
Tracing.h * More work on retrieving local variable values. Address and compound types can 2009-09-21 04:39:40 +00:00