http://llvm.org/bugs/show_bug.cgi?id=22667
Bug ID: 22667
Summary: Case sensitive path compare on Windows breaks
breakpoints
Product: lldb
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
LLDB does a case sensitive compare of the full path when setting breakpoints.
This is fine on Unix but on Windows it causes issues.
Steps:
- Compile with clang in say c:\projects\file.cpp
- Debug, set a breakpoint on C:\Projects\File.cpp
Breakpoint won't get hit.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev