[Lldb-commits] [PATCH] D17492: Case sensitive path compare on Windows breaks breakpoints

Petr Hons via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 24 01:48:50 PST 2016


Honsik added a comment.

The testsuite passed the same way as master, but no UNEXPECTED SUCCESS.
Please fix the miss spelling directly.
Thanks.


================
Comment at: source/Host/common/FileSpec.cpp:517
@@ -511,2 +516,2 @@
 
     // If full is false, then if either directory is empty, then we match on
----------------
I don't know what check you mean. bool case_sensitive is the check here.


http://reviews.llvm.org/D17492





More information about the lldb-commits mailing list