llvm-project/lldb/source/Plugins/Process/Utility
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
..
ArchDefaultUnwindPlan-x86.cpp Check in the native lldb unwinder. 2010-10-25 11:12:07 +00:00
ArchDefaultUnwindPlan-x86.h The first part of an lldb native stack unwinder. 2010-09-10 07:49:16 +00:00
ArchVolatileRegs-x86.cpp Use the LLVM Macho.h header instead of relying on the system one, 2010-10-04 21:24:01 +00:00
ArchVolatileRegs-x86.h Add a new ArchVolatileRegs plugin class to identify 2010-09-22 07:37:07 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
RegisterContextLLDB.cpp RegisterContextLLDB.cpp (InitializeNonZerothFrame): If we get a 2010-12-22 02:02:45 +00:00
RegisterContextLLDB.h I'm not thrilled with how I structured this but RegisterContextLLDB 2010-11-12 05:23:10 +00:00
RegisterContextMacOSXFrameBackchain.cpp Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
RegisterContextMacOSXFrameBackchain.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
StopInfoMachException.cpp If we hit a thread specific breakpoint for another thread, don't report the Exception as the stop reason, you have to report no stop reason. 2010-10-22 23:28:32 +00:00
StopInfoMachException.h Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. 2010-08-04 01:40:35 +00:00
UnwindAssemblyProfiler-x86.cpp Removed darwin specific CPU type defines to make UnwindAssemblyProfiler_x86 able to compile on linux (patch from Stephen Wilson). 2010-12-17 15:54:09 +00:00
UnwindAssemblyProfiler-x86.h The first part of an lldb native stack unwinder. 2010-09-10 07:49:16 +00:00
UnwindLLDB.cpp Refactor UnwindLLDB so it doesn't populate the entire stack unless 2010-11-09 02:31:21 +00:00
UnwindLLDB.h Refactor UnwindLLDB so it doesn't populate the entire stack unless 2010-11-09 02:31:21 +00:00
UnwindMacOSXFrameBackchain.cpp Clarified the intent of the SymbolContextScope class in the header 2010-08-30 18:11:35 +00:00
UnwindMacOSXFrameBackchain.h typedef fixups, patch from Jean-Daniel Dupas. 2010-07-07 17:07:17 +00:00