[lldb-dev] [Bug 22667] New: Case sensitive path compare on Windows breaks breakpoints
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Feb 23 12:52:46 PST 2015
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: lldb-dev at cs.uiuc.edu
Reporter: ck at remobjects.com
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150223/cc1d5df5/attachment.html>
More information about the lldb-dev
mailing list