llvm-project/lldb/source/Plugins/Process/elf-core
Alexander Shaposhnikov 696bd63550 [lldb] Fix typos in file headers
This diff fixes typos in file headers (incorrect file names).

Test plan:

Under llvm/tools/lldb/source:
find ./* -type f | grep -e '\(cpp\|h\)$' | while read F; do B=$(basename $F); echo $F head -n 1 $F | grep -v $B | wc -l ; done

Differential revision: https://reviews.llvm.org/D27115

llvm-svn: 287966
2016-11-26 05:23:44 +00:00
..
CMakeLists.txt Support Linux on SystemZ as platform 2016-04-14 14:28:34 +00:00
ProcessElfCore.cpp Patch for lldb bug 26322 “core load hangs” 2016-11-24 08:56:37 +00:00
ProcessElfCore.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextPOSIXCore_arm.cpp [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
RegisterContextPOSIXCore_arm.h [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
RegisterContextPOSIXCore_arm64.cpp [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
RegisterContextPOSIXCore_arm64.h [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
RegisterContextPOSIXCore_mips64.cpp [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
RegisterContextPOSIXCore_mips64.h [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
RegisterContextPOSIXCore_powerpc.cpp [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
RegisterContextPOSIXCore_powerpc.h [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
RegisterContextPOSIXCore_s390x.cpp [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
RegisterContextPOSIXCore_s390x.h [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
RegisterContextPOSIXCore_x86_64.cpp [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
RegisterContextPOSIXCore_x86_64.h [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
ThreadElfCore.cpp Merge Linux and FreeBSD arm64 register contexts 2016-11-25 10:28:09 +00:00
ThreadElfCore.h Patch for lldb bug 26322 “core load hangs” 2016-11-24 08:56:37 +00:00