[Lldb-commits] [PATCH] Handle path slashes properly, when the binary is compiled in Windows and used in Linux and vice-versa

Deepak Panickal deepak2427 at gmail.com
Fri Jul 25 08:09:40 PDT 2014


Hi,

The slashes in the paths are not currently handled properly, especially when the binary is compiled in Windows and used in Linux and vice-versa. This is also a problem for source file mapping. The patch introduces a new function to handle strncmp for paths independently.

http://reviews.llvm.org/D4666

Files:
  source/Target/PathMappingList.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4666.11879.patch
Type: text/x-patch
Size: 3519 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140725/c28e81ff/attachment.bin>


More information about the lldb-commits mailing list