[Lldb-commits] [PATCH] D133908: Add auto deduce source map setting
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 14 17:43:17 PDT 2022
jingham added a comment.
We also inject a source-map behind the scenes when a dSYM has path mapping keys as described in:
https://lldb.llvm.org/use/symbols.html
It would be good to make sure that the auto-detect source maps and that feature get along nicely both when the dSYM source map points to the right directory, and when it to is stale and points to some path that's not available.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133908/new/
https://reviews.llvm.org/D133908
More information about the lldb-commits
mailing list