[Lldb-commits] [PATCH] D68750: Implement serialization and deserialization of scripted points

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 9 17:45:13 PDT 2019


jingham created this revision.
jingham added a reviewer: teemperor.
Herald added subscribers: lldb-commits, JDevlieghere.
Herald added a project: LLDB.

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


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D68750

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68750.224218.patch
Type: text/x-patch
Size: 11668 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191010/48d3cf3d/attachment-0001.bin>


More information about the lldb-commits mailing list