[lldb] Fix typos in file headers
authorAlexander Shaposhnikov <shal1t712@gmail.com>
Sat, 26 Nov 2016 05:23:44 +0000 (05:23 +0000)
committerAlexander Shaposhnikov <shal1t712@gmail.com>
Sat, 26 Nov 2016 05:23:44 +0000 (05:23 +0000)
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

59 files changed:
lldb/source/API/SBFileSpecList.cpp
lldb/source/API/SBThreadPlan.cpp
lldb/source/Commands/CommandObjectCommands.cpp
lldb/source/Core/EmulateInstruction.cpp
lldb/source/Core/Logging.cpp
lldb/source/Core/StreamAsynchronousIO.cpp
lldb/source/Core/ValueObjectCast.cpp
lldb/source/DataFormatters/CXXFunctionPointer.cpp
lldb/source/Expression/Expression.cpp
lldb/source/Expression/UtilityFunction.cpp
lldb/source/Host/common/GetOptInc.cpp
lldb/source/Host/common/MonitoringProcessLauncher.cpp
lldb/source/Host/common/NativeRegisterContextRegisterInfo.cpp
lldb/source/Host/common/ProcessRunLock.cpp
lldb/source/Host/common/TCPSocket.cpp
lldb/source/Host/common/UDPSocket.cpp
lldb/source/Host/windows/ProcessRunLock.cpp
lldb/source/Interpreter/OptionValueFileSpecLIst.cpp
lldb/source/Interpreter/OptionValueLanguage.cpp
lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h
lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionHelper.h
lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp
lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp
lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.cpp
lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h
lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.cpp
lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.h
lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.cpp
lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.h
lldb/source/Plugins/Process/Darwin/DarwinProcessLauncher.cpp
lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_mips64.cpp
lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_powerpc.cpp
lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_x86.cpp
lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.cpp
lldb/source/Plugins/Process/Utility/lldb-mips-freebsd-register-enums.h
lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp
lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.cpp
lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.h
lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp
lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.h
lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp
lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.h
lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.cpp
lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.h
lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.cpp
lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.h
lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp
lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.h
lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.cpp
lldb/source/Symbol/SymbolVendor.cpp
lldb/source/Symbol/TypeSystem.cpp
lldb/source/Target/JITLoaderList.cpp
lldb/source/Target/ThreadPlanPython.cpp
lldb/source/Target/ThreadPlanTracer.cpp
lldb/source/Utility/ARM64_DWARF_Registers.cpp
lldb/source/Utility/ARM_DWARF_Registers.cpp

index 9e157ea..8ed3f6f 100644 (file)
@@ -1,5 +1,4 @@
-//===-- SBFileSpecListList.cpp ------------------------------------------*- C++
-//-*-===//
+//===-- SBFileSpecList.cpp --------------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 9977d19..74cabf7 100644 (file)
@@ -1,4 +1,4 @@
-//===-- SBThread.cpp --------------------------------------------*- C++ -*-===//
+//===-- SBThreadPlan.cpp ----------------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index f1fa7b8..cc86b4b 100644 (file)
@@ -1,4 +1,4 @@
-//===-- CommandObjectSource.cpp ---------------------------------*- C++ -*-===//
+//===-- CommandObjectCommands.cpp -------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 4ad5b4e..bc32fb2 100644 (file)
@@ -1,4 +1,4 @@
-//===-- EmulateInstruction.h ------------------------------------*- C++ -*-===//
+//===-- EmulateInstruction.cpp ----------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 068a321..4d63b60 100644 (file)
@@ -1,4 +1,4 @@
-//===-- lldb-log.cpp --------------------------------------------*- C++ -*-===//
+//===-- Logging.cpp ---------------------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index af2bd2a..1f7e634 100644 (file)
@@ -1,4 +1,4 @@
-//===-- StreamBroadcast.cpp -------------------------------------*- C++ -*-===//
+//===-- StreamAsynchronousIO.cpp --------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 5aa2446..300aeae 100644 (file)
@@ -1,5 +1,4 @@
-//===-- ValueObjectDynamicValue.cpp ---------------------------------*- C++
-//-*-===//
+//===-- ValueObjectCast.cpp -------------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 88e4444..41e9d4b 100644 (file)
@@ -1,5 +1,4 @@
-//===-- CXXFormatterFunctions.cpp---------------------------------*- C++
-//-*-===//
+//===-- CXXFunctionPointer.cpp-----------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index f637f0d..285079a 100644 (file)
@@ -1,4 +1,4 @@
-//===-- Expression.---------------------------------------*- C++ -*-===//
+//===-- Expression.cpp ------------------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index f279509..fdb21ba 100644 (file)
@@ -1,5 +1,4 @@
-//===-- ClangUserExpression.cpp -------------------------------------*- C++
-//-*-===//
+//===-- UtilityFunction.cpp -------------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 231e991..1d9b317 100644 (file)
@@ -1,3 +1,12 @@
+//===-- GetOptInc.cpp -------------------------------------------*- C++ -*-===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
 #include "lldb/Host/common/GetOptInc.h"
 
 #if defined(REPLACE_GETOPT) || defined(REPLACE_GETOPT_LONG) ||                 \
index cb342e7..ae98cc8 100644 (file)
@@ -1,4 +1,4 @@
-//===-- ProcessLauncherWindows.cpp ------------------------------*- C++ -*-===//
+//===-- MonitoringProcessLauncher.cpp ---------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 3590c68..5ff596b 100644 (file)
@@ -1,4 +1,4 @@
-//===-- NativeRegisterContex.cpp --------------------------------*- C++ -*-===//
+//===-- NativeRegisterContextRegisterInfo.cpp -------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index aa35495..48dcd62 100644 (file)
@@ -1,3 +1,12 @@
+//===-- ProcessRunLock.cpp --------------------------------------*- C++ -*-===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
 #ifndef _WIN32
 #include "lldb/Host/ProcessRunLock.h"
 
index 52d2322..9685cee 100644 (file)
@@ -1,4 +1,4 @@
-//===-- TcpSocket.cpp -------------------------------------------*- C++ -*-===//
+//===-- TCPSocket.cpp -------------------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 0a5fe96..972f87e 100644 (file)
@@ -1,4 +1,4 @@
-//===-- UdpSocket.cpp -------------------------------------------*- C++ -*-===//
+//===-- UDPSocket.cpp -------------------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index a2127d6..40a3212 100644 (file)
@@ -1,3 +1,12 @@
+//===-- ProcessRunLock.cpp --------------------------------------*- C++ -*-===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
 #include "lldb/Host/ProcessRunLock.h"
 #include "lldb/Host/windows/windows.h"
 
index 1c92da5..e4bd4ba 100644 (file)
@@ -1,4 +1,4 @@
-//===-- OptionValueFileSpecList.cpp -----------------------------*- C++ -*-===//
+//===-- OptionValueFileSpecLIst.cpp -----------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 2659762..b3da6d3 100644 (file)
@@ -1,4 +1,4 @@
-//===-- OptionValueFormat.cpp -----------------------------------*- C++ -*-===//
+//===-- OptionValueLanguage.cpp ---------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index fcbba93..3c64b2f 100644 (file)
@@ -1,4 +1,4 @@
-//===-- DynamicLoaderHexagon.h ----------------------------------*- C++ -*-===//
+//===-- DynamicLoaderHexagonDYLD.cpp ----------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 1b4f738..05709d0 100644 (file)
@@ -1,4 +1,4 @@
-//===-- DynamicLoaderHexagon.h ----------------------------------*- C++ -*-===//
+//===-- DynamicLoaderHexagonDYLD.h ------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index b18327a..fc225ee 100644 (file)
@@ -1,4 +1,4 @@
-//===-- DynamicLoaderPOSIX.h ------------------------------------*- C++ -*-===//
+//===-- DynamicLoaderPOSIXDYLD.cpp ------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 4562bf9..e0d3ace 100644 (file)
@@ -1,4 +1,4 @@
-//===-- ClangExpression.h ---------------------------------------*- C++ -*-===//
+//===-- ClangExpressionHelper.h ---------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index b1428bb..8151993 100644 (file)
@@ -1,4 +1,4 @@
-//===-- ClangFunctionCallerCaller.cpp ---------------------------*- C++ -*-===//
+//===-- ClangFunctionCaller.cpp ---------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 5a86994..73d3751 100644 (file)
@@ -1,4 +1,4 @@
-//===-- ClangUserExpression.cpp ----------------------------------*- C++-*-===//
+//===-- ClangUtilityFunction.cpp ---------------------------------*- C++-*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 92b9427..c25fc49 100644 (file)
@@ -1,4 +1,4 @@
-//===-- CXXStringTypes.cpp --------------------------------------*- C++ -*-===//
+//===-- CxxStringTypes.cpp --------------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index e8fcd0f..759a700 100644 (file)
@@ -1,4 +1,4 @@
-//===-- LibCxxList.cpp ------------------------------------------*- C++ -*-===//
+//===-- LibCxxMap.cpp -------------------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index bcb7d8c..72e169f 100644 (file)
@@ -1,5 +1,4 @@
-//===-- LibStdCpp.h ---------------------------------------------------*- C++
-//-*-===//
+//===-- LibStdcpp.h ---------------------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 2471f6a..e8581a7 100644 (file)
@@ -1,4 +1,4 @@
-//===-- ExpressionOpts.cpp --------------------------------------*- C++ -*-===//
+//===-- RenderScriptExpressionOpts.cpp --------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 5f60a38..f45ff83 100644 (file)
@@ -1,4 +1,4 @@
-//===-- ExpressionOpts.h ----------------------------------------*- C++ -*-===//
+//===-- RenderScriptExpressionOpts.h ----------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 882b972..ba531b2 100644 (file)
@@ -1,4 +1,4 @@
-//===-- x86ABIFixups.cpp ----------------------------------------*- C++ -*-===//
+//===-- RenderScriptx86ABIFixups.cpp ----------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 9fd1026..b2caea4 100644 (file)
@@ -1,4 +1,4 @@
-//===-- x86ABIFixups.h ------------------------------------------*- C++ -*-===//
+//===-- RenderScriptx86ABIFixups.h ------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 408f0ab..63b1ae6 100644 (file)
@@ -1,3 +1,12 @@
+//===-- DarwinProcessLauncher.cpp -------------------------------*- C++ -*-===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
 //
 //  DarwinProcessLauncher.cpp
 //  lldb
index f175192..020636e 100644 (file)
@@ -1,11 +1,11 @@
-//===-- RegisterContextPOSIXProcessMonitor_mips64.h ------------*- C++ -*-===//
+//===-- RegisterContextPOSIXProcessMonitor_mips64.cpp -----------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
 // This file is distributed under the University of Illinois Open Source
 // License. See LICENSE.TXT for details.
 //
-//===---------------------------------------------------------------------===//
+//===----------------------------------------------------------------------===//
 
 #include "lldb/Core/DataBufferHeap.h"
 #include "lldb/Core/RegisterValue.h"
index 6b7155b..e7b01fa 100644 (file)
@@ -1,11 +1,11 @@
-//===-- RegisterContextPOSIXProcessMonitor_powerpc.h ------------*- C++ -*-===//
+//===-- RegisterContextPOSIXProcessMonitor_powerpc.cpp ----------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
 // This file is distributed under the University of Illinois Open Source
 // License. See LICENSE.TXT for details.
 //
-//===---------------------------------------------------------------------===//
+//===----------------------------------------------------------------------===//
 
 #include "lldb/Core/DataBufferHeap.h"
 #include "lldb/Core/RegisterValue.h"
index 48d8650..976b190 100644 (file)
@@ -1,11 +1,11 @@
-//===-- RegisterContextPOSIXProcessMonitor_x86.h ---------------*- C++ -*-===//
+//===-- RegisterContextPOSIXProcessMonitor_x86.cpp --------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
 // This file is distributed under the University of Illinois Open Source
 // License. See LICENSE.TXT for details.
 //
-//===---------------------------------------------------------------------===//
+//===----------------------------------------------------------------------===//
 
 #include "lldb/Core/DataBufferHeap.h"
 #include "lldb/Core/RegisterValue.h"
index 66664c9..e4dbe33 100644 (file)
@@ -1,4 +1,4 @@
-//===-- RegisterContextPOSIX_x86.cpp ----------------------------*- C++ -*-===//
+//===-- RegisterContextPOSIX_s390x.cpp --------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 4db5285..6192936 100644 (file)
@@ -1,5 +1,4 @@
-//===-- lldb-mips-frebsd-register-enums.h -------------------------------*- C++
-//-*-===//
+//===-- lldb-mips-freebsd-register-enums.h ----------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index faaff8b..be1462a 100644 (file)
@@ -1,5 +1,4 @@
-//===-- DebuggerThread.DebuggerThread --------------------------------------*-
-// C++ -*-===//
+//===-- DebuggerThread.cpp --------------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index d7b8830..81d88e6 100644 (file)
@@ -1,4 +1,4 @@
-//===-- RegisterContextCorePOSIX_arm.cpp ----------------------*- C++ -*-===//
+//===-- RegisterContextPOSIXCore_arm.cpp ------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index a97987d..c0850e5 100644 (file)
@@ -1,4 +1,4 @@
-//===-- RegisterContextCorePOSIX_arm.h --------------------------*- C++ -*-===//
+//===-- RegisterContextPOSIXCore_arm.h --------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 6531444..41c02bf 100644 (file)
@@ -1,4 +1,4 @@
-//===-- RegisterContextCorePOSIX_arm64.cpp ----------------------*- C++ -*-===//
+//===-- RegisterContextPOSIXCore_arm64.cpp ----------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 0c2345f..da3e5bf 100644 (file)
@@ -1,4 +1,4 @@
-//===-- RegisterContextCorePOSIX_arm64.h ------------------------*- C++ -*-===//
+//===-- RegisterContextPOSIXCore_arm64.h ------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 41b70a8..6a168d3 100644 (file)
@@ -1,4 +1,4 @@
-//===-- RegisterContextCorePOSIX_mips64.cpp ---------------------*- C++ -*-===//
+//===-- RegisterContextPOSIXCore_mips64.cpp ---------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index f92301c..b1deca3 100644 (file)
@@ -1,4 +1,4 @@
-//===-- RegisterContextCorePOSIX_mips64.h -----------------------*- C++ -*-===//
+//===-- RegisterContextPOSIXCore_mips64.h -----------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 729e850..edfa190 100644 (file)
@@ -1,5 +1,4 @@
-//===-- RegisterContextCorePOSIX_powerpc.cpp ---------------------*- C++
-//-*-===//
+//===-- RegisterContextPOSIXCore_powerpc.cpp --------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 0b673c2..8e6315f 100644 (file)
@@ -1,4 +1,4 @@
-//===-- RegisterContextCorePOSIX_powerpc.h ----------------------*- C++ -*-===//
+//===-- RegisterContextPOSIXCore_powerpc.h ----------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index fe04a30..6db8177 100644 (file)
@@ -1,4 +1,4 @@
-//===-- RegisterContextCorePOSIX_s390x.cpp ----------------------*- C++ -*-===//
+//===-- RegisterContextPOSIXCore_s390x.cpp ----------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 7eb3573..516e5c5 100644 (file)
@@ -1,4 +1,4 @@
-//===-- RegisterContextCorePOSIX_s390x.h ------------------------*- C++ -*-===//
+//===-- RegisterContextPOSIXCore_s390x.h ------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index b0148c2..7f8223f 100644 (file)
@@ -1,4 +1,4 @@
-//===-- RegisterContextCorePOSIX_x86_64.cpp ---------------------*- C++ -*-===//
+//===-- RegisterContextPOSIXCore_x86_64.cpp ---------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index c27e091..8340368 100644 (file)
@@ -1,4 +1,4 @@
-//===-- RegisterContextCorePOSIX_x86_64.h -----------------------*- C++ -*-===//
+//===-- RegisterContextPOSIXCore_x86_64.h -----------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index f302434..c5260bb 100644 (file)
@@ -1,4 +1,4 @@
-//===-- DWARFDefines.c ------------------------------------------*- C++ -*-===//
+//===-- DWARFDefines.cpp ----------------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index f47bfd0..a0a40ef 100644 (file)
@@ -1,4 +1,4 @@
-//===-- SymbolVendor.mm -----------------------------------------*- C++ -*-===//
+//===-- SymbolVendor.cpp ----------------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 3f68f62..fa5e0bc 100644 (file)
@@ -1,3 +1,12 @@
+//===-- TypeSystem.cpp ------------------------------------------*- C++ -*-===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
 //
 //  TypeSystem.cpp
 //  lldb
index aa748a5..1e908bd 100644 (file)
@@ -1,4 +1,4 @@
-//===-- JITLoader.cpp -------------------------------------------*- C++ -*-===//
+//===-- JITLoaderList.cpp ---------------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 33dadbf..180586a 100644 (file)
@@ -1,4 +1,4 @@
-//===-- ThreadPlan.cpp ------------------------------------------*- C++ -*-===//
+//===-- ThreadPlanPython.cpp ------------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 892d646..7fbd664 100644 (file)
@@ -1,4 +1,4 @@
-//===-- ThreadPlan.cpp ------------------------------------------*- C++ -*-===//
+//===-- ThreadPlanTracer.cpp ------------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index bb63256..8c2a716 100644 (file)
@@ -1,4 +1,4 @@
-//===-- ARM64_DWARF_Registers.c ---------------------------------*- C++ -*-===//
+//===-- ARM64_DWARF_Registers.cpp -------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 45d43a4..c136376 100644 (file)
@@ -1,4 +1,4 @@
-//===-- ARM_DWARF_Registers.c -----------------------------------*- C++ -*-===//
+//===-- ARM_DWARF_Registers.cpp ---------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //