http://llvm.org/bugs/show_bug.cgi?id=16000
Bug ID: 16000
Summary: SBBreakpoint::SetCallback() function does not work as
expected
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 is registered with SBBreakpoint::SetCallback() it is never
invoked when the corresponding breakpoint is hit.
To reproduce, run:
python dotest.py --executable <path-to-lldb> api/multithreaded
If the SetCallback function is superfluous (from a user's perspective, an
SBListener is a more flexible way to do the same thing) it would be acceptable
to remove that function from the public API to close this bug.
--
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