aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-08-23 23:50:42 +0000
committerChris Lattner <sabre@nondot.org>2010-08-23 23:50:42 +0000
commit846022495866f4234a7cc4e99329637888128f32 (patch)
tree60f1e8b024cc19a63ffb4ae370ee8a7a92a45ddc /lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
parent35ffd26354d4877c47ae5adf1e62641b3c215b09 (diff)
downloadllvm-846022495866f4234a7cc4e99329637888128f32.zip
llvm-846022495866f4234a7cc4e99329637888128f32.tar.gz
llvm-846022495866f4234a7cc4e99329637888128f32.tar.bz2
fix PR7953 - Windows filename are case insensitive:
#pragma once wasn't working on win32 if the header file was included using a different case. I tracked down the problem to the fact that clang::FileManager was caching files using case sensitive string (UniqueFiles) on Windows. I changed FileManager to cache filename in lower case only. Doesn't affect UNIX because UNIX uses Inode to uniquely identify files. unix doesn't use this codepath. Analysis and patch by Francois Pichet! llvm-svn: 111866
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions