[Lldb-commits] [PATCH] D94811: [lldb] Fix fallthrough with strictly virtual working directory.

Duncan P. N. Exon Smith via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 15 13:25:02 PST 2021


dexonsmith added a comment.

I missed a few words:

In D94811#2502192 <https://reviews.llvm.org/D94811#2502192>, @dexonsmith wrote:

> What if someone does `setWorkingDirectory()` for `/a/b/c/d.c` followed by

"changing directory to"

> `/x`, and then looks up the relative path `d.c`? Or changes directory to `../c`?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94811/new/

https://reviews.llvm.org/D94811



More information about the lldb-commits mailing list