llvm-project/lldb/source/Plugins
Jason Molenda f9196a259c Remove the sanity checks from RegisterContextLLDB::InitializeZerothFrame
which require a valid CFA address to create a stack frame.  On connecting
to just-starting-up hardware we may have a stack pointer/frame pointer of 0
but we should still create a stack frame so other code in lldb can retrieve
register values via a stackframe.

llvm-svn: 151796
2012-03-01 03:19:01 +00:00
..
ABI rdar://problem/10652076 2012-02-29 01:07:59 +00:00
Disassembler/llvm <rdar://problem/10103468> 2012-02-24 01:59:29 +00:00
DynamicLoader Removed an unused logging API call. 2012-02-29 18:34:11 +00:00
Instruction/ARM Fixed some warnings after enabling some stricter warnings in the Xcode project 2011-10-31 23:51:19 +00:00
LanguageRuntime <rdar://problem/10103468> 2012-02-24 01:59:29 +00:00
ObjectContainer <rdar://problem/10103468> 2012-02-24 01:59:29 +00:00
ObjectFile <rdar://problem/10103468> 2012-02-24 01:59:29 +00:00
OperatingSystem/Darwin-Kernel Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr 2012-02-21 00:09:25 +00:00
Platform Fixed a crasher for remote device debugging. 2012-02-29 00:08:13 +00:00
Process Remove the sanity checks from RegisterContextLLDB::InitializeZerothFrame 2012-03-01 03:19:01 +00:00
SymbolFile Moved byte-size computation out of a 2012-02-27 20:07:01 +00:00
SymbolVendor/MacOSX Made a ModuleSpec class in Module.h which can specify a module using one or 2012-02-26 05:51:37 +00:00
UnwindAssembly Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr 2012-02-21 00:09:25 +00:00
Makefile Makefiles for new mach-core directory. 2012-02-24 18:02:59 +00:00