[Lldb-commits] [PATCH] D125148: Add an example command that runs to one of a set of breakpoints
    Will Hawkins via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Mon May  9 16:03:54 PDT 2022
    
    
  
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
    
    
More information about the lldb-commits
mailing list