[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:30:51 PDT 2026
Nerixyz wrote:
> `GetOrCreateModule` then fails to match the module LLDB had already preloaded and creates a duplicate instead.
Shouldn't we fix this then? So that it searches for the canonicalized path or that we use the canonical path. Looking at other uses of `SetExecutableModule`, we don't check that `GetExecutableModule` is set to _any_ module.
I'm guessing this is also an issue when the executable is behind some symlinks.
https://github.com/llvm/llvm-project/pull/210010
More information about the lldb-commits
mailing list