[lldb-dev] [Bug 16000] New: SBBreakpoint::SetCallback() function does not work as expected

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue May 14 12:01:33 PDT 2013


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: lldb-dev at cs.uiuc.edu
          Reporter: daniel.malea at 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.

-- 
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/20130514/66d5b17d/attachment.html>


More information about the lldb-dev mailing list