[Lldb-commits] [PATCH] D92513: [lldb] Return the original path when tilde expansion fails.

2020-12-02 Thread Jonas Devlieghere via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGdcdd231df6c7: [lldb] Return the original path when tilde expansion fails. (authored by JDevlieghere). Herald added a project: LLDB. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[Lldb-commits] [PATCH] D92513: [lldb] Return the original path when tilde expansion fails.

2020-12-02 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor accepted this revision. teemperor added a comment. This revision is now accepted and ready to land. Thanks, I do féél this ameliorates the current behavióúr CHANGES SINCE LAST ACTION https://reviews.llvm.org/D92513/new/ https://reviews.llvm.org/D92513

[Lldb-commits] [PATCH] D92513: [lldb] Return the original path when tilde expansion fails.

2020-12-02 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere updated this revision to Diff 309078. JDevlieghere added a comment. Update the unittest CHANGES SINCE LAST ACTION https://reviews.llvm.org/D92513/new/ https://reviews.llvm.org/D92513 Files: lldb/source/Utility/TildeExpressionResolver.cpp

[Lldb-commits] [PATCH] D92513: [lldb] Return the original path when tilde expansion fails.

2020-12-02 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere updated this revision to Diff 309073. JDevlieghere added a comment. Use `SmallVector::assign` CHANGES SINCE LAST ACTION https://reviews.llvm.org/D92513/new/ https://reviews.llvm.org/D92513 Files: lldb/source/Utility/TildeExpressionResolver.cpp Index:

[Lldb-commits] [PATCH] D92513: [lldb] Return the original path when tilde expansion fails.

2020-12-02 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere created this revision. JDevlieghere added a reviewer: teemperor. JDevlieghere requested review of this revision. I was playing around with changing the $HOME directory and when I provided a non-existing path LLDB would crash. I traced it down to the TildeExpressionResolver which