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:
Paths
| Differential D68750
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:
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 10 2019, 12:58 AM Closed by commit rG47b33dcc0df8: Implement serializing scripted breakpoints and their extra args. (authored by jingham). · Explain WhyOct 10 2019, 10:44 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 224413 lldb/include/lldb/Breakpoint/BreakpointResolverScripted.h
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/TestBreakpointSerialization.py
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/resolver.py
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/side_effect.py
lldb/source/Breakpoint/BreakpointResolver.cpp
lldb/source/Breakpoint/BreakpointResolverScripted.cpp
lldb/source/Target/Target.cpp
|