This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Add SBBreakpointLocation::SetCallback
ClosedPublic

Authored by lauralcg on Sep 12 2022, 5:55 AM.

Details

Summary
  • Include SetCallback in SBBreakpointLocation, similar as in SBBreakpoint.
  • Add test_breakpoint_location_callback test as part of TestMultithreaded.

Diff Detail

Event Timeline

lauralcg created this revision.Sep 12 2022, 5:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 12 2022, 5:55 AM
lauralcg requested review of this revision.Sep 12 2022, 5:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 12 2022, 5:55 AM
werat retitled this revision from LLDB: Add SBBreakpointLocation::SetCallback to [lldb] Add SBBreakpointLocation::SetCallback.
werat edited the summary of this revision. (Show Details)
werat accepted this revision.Sep 12 2022, 8:03 AM

Look good to me, but giving some time for others to take a look.

This revision is now accepted and ready to land.Sep 12 2022, 8:03 AM
This revision was automatically updated to reflect the committed changes.