[Lldb-commits] [PATCH] D13636: Symbols::LocateExecutableSymbolFile() shouldn't try to look for files in /usr/lib/debug on Windows

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Sun Oct 11 09:34:01 PDT 2015


Ok, sounds good then.  Thanks for checking

On Sun, Oct 11, 2015 at 9:23 AM Vadim Macagon <vadim.macagon at gmail.com>
wrote:

> enlight added a comment.
>
> Zach,
>
> I've looked at the path separator issue you've mentioned earlier in D13201
> <http://reviews.llvm.org/D13201?id=35832#inline-107502>, and I think it's
> fine as is. All those paths with the forward slashes end up in a FileSpec,
> which converts forward slashes to backward slashes before passing them
> through to any Win32 APIs, and `FileSpec::GetPath()` also converts slashes
> by default.
>
>
> Repository:
>   rL LLVM
>
> http://reviews.llvm.org/D13636
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151011/950aca13/attachment.html>


More information about the lldb-commits mailing list