[Lldb-commits] [PATCH] D157960: [lldb][gui] Update TreeItem children's m_parent on move
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 15 15:04:44 PDT 2023
clayborg accepted this revision.
clayborg added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lldb/test/API/commands/gui/spawn-threads/TestGuiSpawnThreads.py:38
+ for i in range(5):
+ # Stopped at the breakpoit, continue over the thread creation
+ self.child.send("c")
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157960/new/
https://reviews.llvm.org/D157960
More information about the lldb-commits
mailing list