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

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to