Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Case sensitive path compare on Windows breaks breakpoints #23041

Open
carlokok mannequin opened this issue Feb 23, 2015 · 0 comments
Open

Case sensitive path compare on Windows breaks breakpoints #23041

carlokok mannequin opened this issue Feb 23, 2015 · 0 comments
Labels
bugzilla Issues migrated from bugzilla lldb

Comments

@carlokok
Copy link
Mannequin

carlokok mannequin commented Feb 23, 2015

Bugzilla Link 22667
Version unspecified
OS Windows NT
CC @vadimcn

Extended Description

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.

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla lldb
Projects
None yet
Development

No branches or pull requests

0 participants