[Lldb-commits] [PATCH] [1/2] Fix path support on Windows
Zachary Turner
zturner at google.com
Fri Jul 25 11:35:42 PDT 2014
Hi deepak2427,
This is part one of a two part patch. This first part simply fixes the computation of the user's home directory, so that .lldbinit files are correctly loaded. A subsequent patch will fix issues related to the syntax differences in Windows and non-Windows paths (most notably with regards to the separator character).
http://reviews.llvm.org/D4674
Files:
include/lldb/Host/Host.h
include/lldb/Host/windows/win32.h
source/Host/common/Host.cpp
source/Interpreter/CommandInterpreter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4674.11890.patch
Type: text/x-patch
Size: 4183 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140725/fb4c56fc/attachment.bin>
More information about the lldb-commits
mailing list