[Lldb-commits] [lldb] [lldb][Windows] Reuse preloaded exe module on launch (PR #210010)
Charles Zablit via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 16 03:12:22 PDT 2026
charles-zablit 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?
I edited the description for clarity.
https://github.com/llvm/llvm-project/pull/210010
More information about the lldb-commits
mailing list