[Lldb-commits] [PATCH] D125148: Add an example command that runs to one of a set of breakpoints

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 24 19:08:15 PDT 2022


JDevlieghere added inline comments.


================
Comment at: lldb/examples/python/cont_to_bkpt.py:5
+    def __init__(self, debugger, unused):
+        return
+
----------------
Nit: The "Pythonic" way of doing is using `pass`


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