[Lldb-commits] [PATCH] D62504: Avoid calling LoadModules twice when modules change
António Afonso via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 27 22:05:44 PDT 2019
aadsm added a comment.
I looked into this a bit today and at one point in time (when the list of modules is being processed) it seems that some previously loaded modules are somehow removed (at least I stop seeing them in the `image list`) including the one where the rendezvous breakpoint is so that breakpoint becomes "unresolved" and that's why it doesn't stop anymore. I'll need to check why this is the case tomorrow.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62504/new/
https://reviews.llvm.org/D62504
More information about the lldb-commits
mailing list