[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 18:04:45 PDT 2022


kastiglione added inline comments.


================
Comment at: lldb/examples/python/cont_to_bkpt.py:13
+            try:
+                int_val = int(str)
+            except:
----------------
is it worth supporting named breakpoints in addition to IDs


================
Comment at: lldb/examples/python/cont_to_bkpt.py:19
+
+            bkpt_ids.append(int(str))
+
----------------
should this be int_value?


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