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

Vadim Macagon via lldb-commits lldb-commits at lists.llvm.org
Sun Oct 11 09:23:19 PDT 2015


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





More information about the lldb-commits mailing list