[Lldb-commits] [PATCH] D115925: [lldb/python] Fix (some) dangling pointers in our glue code

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 20 00:34:27 PST 2021


labath added a comment.

Thanks. In case anyone's wondering, the reason for that stray command is because I originally wanted to test this via `use_debugger` command. However, that turned out to not work because the SBDebugger object for the `use_debugger`s own argument was created at the exact same spot on the stack as the argument to the `save_debugger` command. Do, the test passed even when it shouldn't have. I have now removed the leftover command.


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