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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits