JosephTremoulet marked an inline comment as done. JosephTremoulet added a comment.
================ Comment at: lldb/source/Core/ModuleList.cpp:779-781 if (module_sp->FileHasChanged()) { if (old_modules) old_modules->push_back(module_sp); ---------------- > If I run lldb on a binary, hit a breakpoint, run to it, then change a file, > rebuild the executable outside lldb and rerun, I only see one instance of the > executable. Why does that path not need your fix? The codepath where I'm inserting this comment (ModuleList.cpp lines 779-781/784-786) is the one that handles that when I run those steps under the debugger. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D89157/new/ https://reviews.llvm.org/D89157 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits