hawkinsw added a comment.

Just trying to be helpful!



================
Comment at: lldb/examples/python/cont_to_bkpt.py:26
+        target = exe_ctx.target
+        if  not exe_ctx.target.IsValid():
+            result.SetError("Need a valid target")
----------------
Reuse `target` here rather than `exe_ctx.target`?


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

Reply via email to