- Include SetCallback in SBBreakpointLocation, similar as in SBBreakpoint.
- Add test_breakpoint_location_callback test as part of TestMultithreaded.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D133689
[lldb] Add SBBreakpointLocation::SetCallback ClosedPublic Authored by lauralcg on Sep 12 2022, 5:55 AM.
Details Summary
Diff Detail
Event Timelinewerat retitled this revision from LLDB: Add SBBreakpointLocation::SetCallback to [lldb] Add SBBreakpointLocation::SetCallback. This revision is now accepted and ready to land.Sep 12 2022, 8:03 AM Closed by commit rG6f5d109fca23: [lldb] Add SBBreakpointLocation::SetCallback (authored by lauralcg, committed by werat). · Explain WhySep 12 2022, 11:00 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 459431 lldb/include/lldb/API/SBBreakpointLocation.h
lldb/source/API/SBBreakpointLocation.cpp
lldb/test/API/api/multithreaded/TestMultithreaded.py
lldb/test/API/api/multithreaded/test_breakpoint_location_callback.cpp.template
|