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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev