[Lldb-commits] [lldb] [lldb][Windows] Reuse preloaded exe module on launch (PR #210010)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 16 03:04:04 PDT 2026
Nerixyz wrote:
> Recreating the module everytime causes the path to be canonicalized. This does not work well with subst drives, because the newly created module will not have the correct drive path, causing breakpoints to be unresolved.
So in this case the path isn't canonicalized the same path or is the substitution done between tests? Can you give an example?
https://github.com/llvm/llvm-project/pull/210010
More information about the lldb-commits
mailing list