[Lldb-commits] [PATCH] D115925: [lldb/python] Fix (some) dangling pointers in our glue code
    Med Ismail Bennani via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Fri Dec 17 10:32:03 PST 2021
    
    
  
mib accepted this revision.
mib added a comment.
This revision is now accepted and ready to land.
Thanks for fixing this! LGTM beside a small nit.
================
Comment at: lldb/test/API/commands/command/script/TestCommandScript.py:172
+        self.runCmd("command script add -f persistence.save_debugger save_debugger")
+        self.runCmd("command script add -f persistence.use_debugger use_debugger")
+        self.expect("save_debugger", substrs=[str(self.dbg)])
----------------
persistence.py doesn't seem to have a `use_debugger` function 
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115925/new/
https://reviews.llvm.org/D115925
    
    
More information about the lldb-commits
mailing list