================ @@ -136,6 +136,7 @@ def __init__( self.initialized = False self.frame_scopes = {} self.init_commands = init_commands + self.resolved_breakpoints = set([]) ---------------- ashgti wrote:
Should we use `self.breakpoints = {}` and we can key them by id? In case we want to inspect other properties of the breakpoints. https://github.com/llvm/llvm-project/pull/140470 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits