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 lldb-dev@cs.uiuc.edu
Reporter daniel.malea@intel.com
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.