This is an archive of the discontinued LLVM Phabricator instance.

[1/2] Fix path support on Windows
ClosedPublic

Authored by zturner on Jul 25 2014, 11:35 AM.

Details

Summary

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).

Diff Detail

Repository
rL LLVM

Event Timeline

zturner updated this revision to Diff 11890.Jul 25 2014, 11:35 AM
zturner retitled this revision from to [1/2] Fix path support on Windows.
zturner updated this object.
zturner edited the test plan for this revision. (Show Details)
zturner added a reviewer: deepak2427.
zturner added a subscriber: Unknown Object (MLST).
zturner closed this revision.Jul 28 2014, 9:53 AM
zturner updated this revision to Diff 11948.

Closed by commit rL214093 (authored by @zturner).