<div dir="ltr">+greg.<div><br></div><div>Greg, any objections to / comments on this patch before I submit it?</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jul 25, 2014 at 11:52 AM, Zachary Turner <span dir="ltr"><<a href="mailto:zturner@google.com" target="_blank">zturner@google.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi deepak2427,<br>
<br>
This gives FileSpec the notion of a path syntax, of which there are 3.  Unix Native, Windows Native, and Host Native, which chooses between Unix and Linux automatically.  This allows cross-platform support (e.g. storing a Unix Path on a Windows Host).<br>

<br>
There are remaining Path issues in PathMappingList.  These should be fixed independently by storing FileSpecs instead of ConstStrings, and using the fixes in this patch.  Alternatively, llvm::sys::path contains path methods that might help here.<br>

<br>
<a href="http://reviews.llvm.org/D4675" target="_blank">http://reviews.llvm.org/D4675</a><br>
<br>
Files:<br>
  include/lldb/Host/FileSpec.h<br>
  include/lldb/Host/Host.h<br>
  source/Host/common/FileSpec.cpp<br>
  source/Host/common/Host.cpp<br>
</blockquote></div><br></div>