kastiglione added inline comments.
================ Comment at: lldb/examples/python/cont_to_bkpt.py:5-6 + def __init__(self, debugger, unused): + self.dbg = debugger + self.interp = debugger.GetCommandInterpreter() + ---------------- Are these properties needed by lldb? They aren't used in `__call__`. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D125148/new/ https://reviews.llvm.org/D125148 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits