This is an archive of the discontinued LLVM Phabricator instance.

Implement serialization and deserialization of scripted points
ClosedPublic

Authored by jingham on Oct 9 2019, 5:44 PM.

Details

Summary

This allows you to use "break read" and "break write" for scripted breakpoints.

This is the test Raphael was offering to have Jan write in, plus the code to support it:

https://reviews.llvm.org/D68638

Diff Detail

Event Timeline

jingham created this revision.Oct 9 2019, 5:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 9 2019, 5:44 PM

LGTM, thanks a lot!

teemperor accepted this revision.Oct 10 2019, 12:58 AM
This revision is now accepted and ready to land.Oct 10 2019, 12:58 AM
This revision was automatically updated to reflect the committed changes.