[lldb-dev] [Bug 15936] New: LLDB incorrectly unwinds a call stack that contains a function with an illegal instruction

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed May 8 08:03:10 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=15936

            Bug ID: 15936
           Summary: LLDB incorrectly unwinds a call stack that contains a
                    function with an illegal instruction
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: daniel.malea at intel.com
    Classification: Unclassified

When a function has an illegal instruction (as generated by GCC 4.6 for a call
to "__builtin_trap" intrinsic, LLDB does not correctly generate a stack trace.
Specifically, the function that includes the illegal opcode is not present.

See test/linux/builtin_trap/TestBuiltinTrap.py for more details.

-- 
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/20130508/b6d260c9/attachment.html>


More information about the lldb-dev mailing list