[llvm-bugs] [Bug 24497] New: Single stepping over an instruction that jumps to invalid memory fails on Android arm

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Aug 19 07:11:23 PDT 2015


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

            Bug ID: 24497
           Summary: Single stepping over an instruction that jumps to
                    invalid memory fails on Android arm
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: labath at google.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

This happens because of software single stepping, where we attempt to follow
the instruction and set a breakpoint in the invalid memory (and fail). Things
start falling apart after that. I have made TestCrashDuringStep to demostrate
this.

The expected behavior is to report the crash correctly.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150819/eb233552/attachment.html>


More information about the llvm-bugs mailing list