llvm-project/lldb/source
Enrico Granata 27b625e12f Basic support for reading synthetic children by index:
if your datatype provides synthetic children, "frame variable object[index]" should now do the right thing
 in cases where the above syntax would have been rejected before, i.e.
  object is not a pointer nor an array (frame variable ignores potential overload of [])
  object is a pointer to an Objective-C class (which cannot be dereferenced)
 expression will still run operator[] if available and complain if it cannot do so
 synthetic children by name do not work yet

llvm-svn: 137097
2011-08-09 01:04:56 +00:00
..
API On second thought, add the IsValid() method to SBTypeList, making it similar to SBSymbolContextList and SBValueList. 2011-08-05 22:23:26 +00:00
Breakpoint Added the ability to _not_ skip the prologue when settings breakpoints 2011-07-12 17:06:17 +00:00
Commands Added a "--global" option to the "target modules list" 2011-08-09 00:01:09 +00:00
Core Basic support for reading synthetic children by index: 2011-08-09 01:04:56 +00:00
Expression Add EvaluateWithError static method. Fix a bug in handling constant expressions - we weren't setting the result even though the expression evaluation succeeded... 2011-08-09 00:00:49 +00:00
Host Complete Host::Backtrace prototype. Fixes Linux build. 2011-08-05 00:35:43 +00:00
Interpreter Public API changes: 2011-07-29 19:53:35 +00:00
Plugins Fixed a loop that I was testing changes with and forgot 2011-08-06 00:50:36 +00:00
Symbol Basic support for reading synthetic children by index: 2011-08-09 01:04:56 +00:00
Target Basic support for reading synthetic children by index: 2011-08-09 01:04:56 +00:00
Utility Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate 2011-07-19 03:57:15 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp some editing of data visualization error messages to make them more meaningful 2011-07-22 17:03:19 +00:00
lldb.cpp Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00