llvm-project/lldb/source
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
..
API <rdar://10949461> 2012-02-29 19:16:40 +00:00
Breakpoint Make the Watchpoint IDs unique per target, not across targets as before. 2012-02-25 06:44:30 +00:00
Commands Make the StackFrameList::GetFrameAtIndex only fetch as many stack frames as needed to 2012-02-29 03:40:22 +00:00
Core Updated LLVM to take a new MC JIT that supports 2012-03-01 02:03:47 +00:00
Expression Updated LLVM to take a new MC JIT that supports 2012-03-01 02:03:47 +00:00
Host Fixed the install path for the XPC binaries. Added 3 aggregate targets: 2012-02-29 19:16:02 +00:00
Interpreter <rdar://problem/10605072> 2012-02-29 04:21:24 +00:00
Plugins Remove the sanity checks from RegisterContextLLDB::InitializeZerothFrame 2012-03-01 03:19:01 +00:00
Symbol Updated LLVM to take a new MC JIT that supports 2012-03-01 02:03:47 +00:00
Target If the unwinder fails to make us a frame 0, make one by hand from the SP & PC. 2012-03-01 02:53:40 +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