http://llvm.org/bugs/show_bug.cgi?id=18706
Bug ID: 18706
Summary: No notification on assertion failure. (python api)
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
#include <assert.h>
int main()
{
assert(false);
return 0;
}
There seems to be no notification passed from LLDB on assertion failure.
Stack backtrace is not possible.
--
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