[Reproducer] Capture the debugger's working directory
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 17 Oct 2019 00:01:53 +0000 (00:01 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 17 Oct 2019 00:01:53 +0000 (00:01 +0000)
commit27ef81cd484bae8382ed4b68b43a1d5d28d24cb0
tree0bed889f78d69435987e4f17ae4f97ac14ae86c6
parentd3dd489b9a6f7c578ea461507d29b351e93f6172
[Reproducer] Capture the debugger's working directory

This patch extends the reproducer to capture the debugger's current
working directory. This information will be used later to set the
current working directory of the VFS.

llvm-svn: 375059
lldb/include/lldb/Utility/Reproducer.h
lldb/source/Utility/Reproducer.cpp
lldb/test/Shell/Reproducer/TestWorkingDir.test [new file with mode: 0644]