[Lldb-commits] [PATCH] D55827: Update current working directory to avoid test crashes

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 18 08:21:33 PST 2018


labath added a comment.

Hm... this seems like an important issue in the `RealFileSystem` (or our usage of it), and I'm not sure it should be papered over like that. I mean, lldb is a library, and requiring every call to `chdir` in the whole process go through "our" implementation is not very friendly towards everyone else we happen to be sharing a process with.

It sounds like we want a VFS that is slightly more "real" than the RealFileSystem, and which shares the notion of the CWD with the OS.


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D55827





More information about the lldb-commits mailing list