mib added a comment. In D144688#4151164 <https://reviews.llvm.org/D144688#4151164>, @jingham wrote:
> IIUC, not removing elements from the internal dict will mean > cross-contamination between the python states when you have multiple > concurrent debuggers, which for instance Xcode does a lot. New variables > would appear in the other session, but not linked to this debugger. That > could cause subtle problems, which it's worth doing some extra work to avoid. We've discuss offline with @jingham, and I'll fix this on a new diff to separate the 2 issues. > We should also make sure in the test that a watchpoint command that returns > nothing still works. That's suppose to be the equivalent of returning True. I'll update this PR to test this. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D144688/new/ https://reviews.llvm.org/D144688 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits