[Lldb-commits] [PATCH] D70037: Fix a regression in macOS-style path remapping.

2019-11-11 Thread Adrian Prantl via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGda83e9627352: Fix a regression in macOS-style path remapping. (authored by aprantl). Herald added a project: LLDB. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.o

[Lldb-commits] [PATCH] D70037: Fix a regression in macOS-style path remapping.

2019-11-08 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere accepted this revision. JDevlieghere added a comment. This revision is now accepted and ready to land. Sorry for breaking this functionality & thank you for fixing it! CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70037/new/ https://reviews.llvm.org/D70037 __

[Lldb-commits] [PATCH] D70037: Fix a regression in macOS-style path remapping.

2019-11-08 Thread Adrian Prantl via Phabricator via lldb-commits
aprantl created this revision. aprantl added reviewers: JDevlieghere, labath, jasonmolenda. When we switched to the LLVM .debug_line parser, the .dSYM-style path remapping logic stopped working for relative paths because of how RemapSourceFile silently fails for relative paths. This patch both m