mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-09 21:56:06 +00:00

This change allows you to write a new breakpoint type where the logic for setting breakpoints is determined by a Python callback written using the SB API's. Differential Revision: https://reviews.llvm.org/D51830 llvm-svn: 342185