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.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@151796 91177308-0d34-0410-b5e6-96231b3b80d8
1 file changed