llvm-project/lldb/source/Plugins
Jason Molenda f830e481c2 RegisterContextLLDB.cpp (InitializeNonZerothFrame): If we get a
0 mid-stack, stop backtracing.

SectionLoadList.cpp (ResolveLoadAddress): Don't assert on an
out-of-range address, just return an invalid Address object.
The unwinder may be passing in invalid addresses on the final
stack frame and the assert is a problem.

llvm-svn: 122386
2010-12-22 02:02:45 +00:00
..
ABI Fixed the handling of the _cmd parameter in the i386 2010-12-18 00:32:25 +00:00
Disassembler/llvm Fixed a bug where the LLVM disassembler was 2010-11-10 01:38:28 +00:00
DynamicLoader/MacOSX-DYLD Modified LLDB expressions to not have to JIT and run code just to see variable 2010-12-14 02:59:59 +00:00
LanguageRuntime Modified LLDB expressions to not have to JIT and run code just to see variable 2010-12-14 02:59:59 +00:00
ObjectContainer Add UserSettings to Target class, making Target settings 2010-09-20 20:44:43 +00:00
ObjectFile Added the ability to dump sections to a certain depth (for when sections 2010-12-08 05:08:21 +00:00
Process RegisterContextLLDB.cpp (InitializeNonZerothFrame): If we get a 2010-12-22 02:02:45 +00:00
SymbolFile Fixed a crasher in the DWARF log channel code. 2010-12-14 23:43:15 +00:00
SymbolVendor/MacOSX Change over to using the definitions for mach-o types and defines to the 2010-07-21 22:12:05 +00:00
Makefile Fix makefiles to build properly on Darwin. 2010-07-24 04:10:59 +00:00