[Lldb-commits] [PATCH] D125148: Add an example command that runs to one of a set of breakpoints
Dave Lee via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri May 6 19:01:44 PDT 2022
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
More information about the lldb-commits
mailing list