llvm-project/lldb/source
Greg Clayton e761213428 <rdar://problem/10997402>
This fix really needed to happen as a previous fix I had submitted for
calculating symbol sizes made many symbols appear to have zero size since
the function that was calculating the symbol size was calling another function
that would cause the calculation to happen again. This resulted in some symbols
having zero size when they shouldn't. This could then cause infinite stack
traces and many other side affects.

llvm-svn: 152244
2012-03-07 21:03:09 +00:00
..
API <rdar://problem/10997402> 2012-03-07 21:03:09 +00:00
Breakpoint <rdar://problem/10997402> 2012-03-07 21:03:09 +00:00
Commands <rdar://problem/10997402> 2012-03-07 21:03:09 +00:00
Core <rdar://problem/10997402> 2012-03-07 21:03:09 +00:00
Expression <rdar://problem/10997402> 2012-03-07 21:03:09 +00:00
Host <rdar://10996650> 2012-03-07 00:32:38 +00:00
Interpreter Using the new ScriptInterpreterObject in the implementation of synthetic children to enhance type safety 2012-03-06 23:42:15 +00:00
Plugins <rdar://problem/10997402> 2012-03-07 21:03:09 +00:00
Symbol <rdar://problem/10997402> 2012-03-07 21:03:09 +00:00
Target <rdar://problem/10997402> 2012-03-07 21:03:09 +00:00
Utility rdar://problem/10652076 2012-02-29 01:07:59 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Add a logging mode that takes a callback and flush'es to that callback. 2012-02-21 02:23:08 +00:00
lldb.cpp Enabled the PlatformLinux and PlatforFreeBSD on MacOSX so they can be used 2012-02-27 19:12:12 +00:00