[lldb-dev] [Bug 23879] New: [stack unwinding][arm] "push {sp}" confuses the instruction emulation based unwinding on arm

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jun 17 14:42:26 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=23879

            Bug ID: 23879
           Summary: [stack unwinding][arm] "push {sp}" confuses the
                    instruction emulation based unwinding on arm
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: tberghammer at google.com
    Classification: Unclassified

Unwinding from the following functions doesn't work on Android 5.1 ARM at some
address:
__aeabi_ldivmod, __aeabi_uldivmod

The issue caused by a "push {sp}" instruction because the instruction emulator
can't keep track of the value of the sp of the previous frame when it is
[CFA+#imm]+#imm

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150617/f84164da/attachment.html>


More information about the lldb-dev mailing list