llvm-project/lldb/source/Plugins/SymbolFile/Symtab
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
..
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
SymbolFileSymtab.cpp <rdar://problem/10997402> 2012-03-07 21:03:09 +00:00
SymbolFileSymtab.h Extended function lookup to allow the user to 2012-02-10 22:52:19 +00:00