[Lldb-commits] [PATCH] D65677: [VirtualFileSystem] Support encoding working directories in a VFS mapping.

2019-09-04 Thread Sam McCall via Phabricator via lldb-commits
sammccall added a comment. (I replied by email, it seems phabricator doesn't pick it up.) In D65677#1649731 , @JDevlieghere wrote: > In D65677#1649329 , @sammccall wrote: > > > In D65677#1649291

[Lldb-commits] [PATCH] D65677: [VirtualFileSystem] Support encoding working directories in a VFS mapping.

2019-09-03 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere added a comment. Ping CHANGES SINCE LAST ACTION https://reviews.llvm.org/D65677/new/ https://reviews.llvm.org/D65677 ___ lldb-commits mailing list lldb-commits@lists.llvm.org

[Lldb-commits] [PATCH] D65677: [VirtualFileSystem] Support encoding working directories in a VFS mapping.

2019-08-28 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere added a comment. In D65677#1649329 , @sammccall wrote: > In D65677#1649291 , @JDevlieghere > wrote: > > > It's funny you say that, because the code to resolve relative paths is > > almost identical

[Lldb-commits] [PATCH] D65677: [VirtualFileSystem] Support encoding working directories in a VFS mapping.

2019-08-28 Thread Sam McCall via Phabricator via lldb-commits
sammccall added a comment. In D65677#1649291 , @JDevlieghere wrote: > In D65677#1648506 , @sammccall wrote: > > > In D65677#1627576 , @JDevlieghere > > wrote: > > > > >

[Lldb-commits] [PATCH] D65677: [VirtualFileSystem] Support encoding working directories in a VFS mapping.

2019-08-28 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere added a comment. In D65677#1648506 , @sammccall wrote: > In D65677#1627576 , @JDevlieghere > wrote: > > > After some brainstorming I've identified a few other approaches that should > > better

[Lldb-commits] [PATCH] D65677: [VirtualFileSystem] Support encoding working directories in a VFS mapping.

2019-08-28 Thread Sam McCall via Phabricator via lldb-commits
sammccall added a comment. In D65677#1627576 , @JDevlieghere wrote: > After some brainstorming I've identified a few other approaches that should > better reflect the transience of the current working directory: > > - We can modify the VFS to have a

[Lldb-commits] [PATCH] D65677: [VirtualFileSystem] Support encoding working directories in a VFS mapping.

2019-08-27 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere updated this revision to Diff 217487. JDevlieghere retitled this revision from "[VirtualFileSystem] Support encoding a current working directory in a VFS mapping." to "[VirtualFileSystem] Support encoding working directories in a VFS mapping.". JDevlieghere added a comment. Support