Fix file names in file headers. NFC
authorFangrui Song <maskray@google.com>
Mon, 13 May 2019 04:42:32 +0000 (04:42 +0000)
committerFangrui Song <maskray@google.com>
Mon, 13 May 2019 04:42:32 +0000 (04:42 +0000)
llvm-svn: 360554

41 files changed:
lldb/include/lldb/API/SBExpressionOptions.h
lldb/include/lldb/API/SBThreadPlan.h
lldb/include/lldb/Core/ValueObjectCast.h
lldb/include/lldb/Expression/IRMemoryMap.h
lldb/include/lldb/Host/HostGetOpt.h
lldb/include/lldb/Host/HostInfo.h
lldb/include/lldb/Host/windows/PipeWindows.h
lldb/include/lldb/Host/windows/editlinewin.h
lldb/include/lldb/Host/windows/windows.h
lldb/include/lldb/Interpreter/OptionValueChar.h
lldb/include/lldb/Symbol/LocateSymbolFile.h
lldb/include/lldb/Symbol/UnwindTable.h
lldb/include/lldb/lldb-public.h
lldb/lit/ExecControl/StopHook/Inputs/stop-hook-threads.cpp
lldb/source/API/SBBreakpointOptionCommon.cpp
lldb/source/Breakpoint/BreakpointName.cpp
lldb/source/Host/posix/ProcessLauncherPosixFork.cpp
lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h
lldb/source/Plugins/Instruction/ARM/EmulationStateARM.h
lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.h
lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.h
lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.h
lldb/source/Plugins/Process/Utility/ARMDefines.h
lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.h
lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.cpp
lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.h
lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.h
lldb/source/Symbol/LocateSymbolFile.cpp
lldb/source/Symbol/LocateSymbolFileMacOSX.cpp
lldb/source/Utility/ProcessInfo.cpp
lldb/source/Utility/VASprintf.cpp
lldb/tools/darwin-debug/darwin-debug.cpp
lldb/tools/debugserver/source/MacOSX/DarwinLog/ActivityStreamSPI.h
lldb/tools/debugserver/source/MacOSX/Genealogy.cpp
lldb/tools/debugserver/source/MacOSX/Genealogy.h
lldb/tools/debugserver/source/MacOSX/GenealogySPI.h
lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.cpp
lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.h
lldb/tools/lldb-mi/MICmdCmdSupportInfo.cpp
lldb/tools/lldb-mi/MICmnMIValueResult.h
lldb/unittests/TestingSupport/MockTildeExpressionResolver.h

index 7209ec4..04cd74f 100644 (file)
@@ -1,4 +1,4 @@
-//===-- SBEvent.h -----------------------------------------------*- C++ -*-===//
+//===-- SBExpressionOptions.h -----------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
@@ -89,10 +89,10 @@ public:
   bool GetTopLevel();
 
   void SetTopLevel(bool b = true);
-  
+
   // Gets whether we will JIT an expression if it cannot be interpreted
   bool GetAllowJIT();
-  
+
   // Sets whether we will JIT an expression if it cannot be interpreted
   void SetAllowJIT(bool allow);
 
index 85fd568..007e9e2 100644 (file)
@@ -1,4 +1,4 @@
-//===-- SBThread.h ----------------------------------------------*- C++ -*-===//
+//===-- SBThreadPlan.h ------------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index b7c919e..4c591c4 100644 (file)
@@ -1,4 +1,4 @@
-//===-- ValueObjectDynamicValue.h -------------------------------*- C++ -*-===//
+//===-- ValueObjectCast.h ---------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index 9521b0f..d6a17a9 100644 (file)
@@ -1,4 +1,4 @@
-//===-- IRExecutionUnit.h ---------------------------------------*- C++ -*-===//
+//===-- IRMemoryMap.h -------------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index f373047..dedeb2e 100644 (file)
@@ -1,4 +1,4 @@
-//===-- GetOpt.h ------------------------------------------------*- C++ -*-===//
+//===-- HostGetOpt.h --------------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index feb8957..196127d 100644 (file)
@@ -1,4 +1,4 @@
-//===-- HostInfoBase.h ------------------------------------------*- C++ -*-===//
+//===-- HostInfo.h ----------------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index c2f22fc..4b5be28 100644 (file)
@@ -1,4 +1,4 @@
-//===-- PipePosix.h ---------------------------------------------*- C++ -*-===//
+//===-- PipeWindows.h -------------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index 0499389..7575f67 100644 (file)
@@ -1,4 +1,4 @@
-//===-- ELWrapper.h ---------------------------------------------*- C++ -*-===//
+//===-- editlinewin.h -------------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index 908d970..11594c6 100644 (file)
@@ -1,4 +1,4 @@
-//===-- lldb-windows.h ------------------------------------------*- C++ -*-===//
+//===-- windows.h -----------------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index f4407a5..d866136 100644 (file)
@@ -1,4 +1,4 @@
-//===-- OptionValueBoolean.h ------------------------------------*- C++ -*-===//
+//===-- OptionValueChar.h ---------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index 0e0e9a2..0ff834d 100644 (file)
@@ -1,4 +1,4 @@
-//===-- Symbols.h -----------------------------------------------*- C++ -*-===//
+//===-- LocateSymbolFile.h --------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index 60708f5..b4d7f06 100644 (file)
@@ -1,4 +1,4 @@
-//===-- Symtab.h ------------------------------------------------*- C++ -*-===//
+//===-- UnwindTable.h -------------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index 97ee623..449062f 100644 (file)
@@ -1,4 +1,4 @@
-//===-- lldb-include.h ------------------------------------------*- C++ -*-===//
+//===-- lldb-public.h -------------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index e653f5f..46aae83 100644 (file)
@@ -1,4 +1,4 @@
-//===-- main.cpp ------------------------------------------------*- C++ -*-===//
+//===-- stop-hook-threads.cpp -----------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index e491106..058b3e0 100644 (file)
@@ -1,4 +1,4 @@
-//===-- SBBreakpointName.cpp ----------------------------------------*- C++ -*-===//
+//===-- SBBreakpointOptionCommon.cpp --------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index b822e3b..749fa86 100644 (file)
@@ -1,4 +1,4 @@
-//===-- Breakpoint.cpp ------------------------------------------*- C++ -*-===//
+//===-- BreakpointName.cpp --------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index 6dd3a2b..185c7f0 100644 (file)
@@ -1,4 +1,4 @@
-//===-- ProcessLauncherLinux.cpp --------------------------------*- C++ -*-===//
+//===-- ProcessLauncherPosixFork.cpp ----------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index afb1b97..2254d3c 100644 (file)
@@ -1,4 +1,4 @@
-//===-- lldb_EmulateInstructionARM.h ----------------------------*- C++ -*-===//
+//===-- EmulateInstructionARM.h ---------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index 5685f65..e5af37a 100644 (file)
@@ -1,4 +1,4 @@
-//===-- lldb_EmulationStateARM.h --------------------------------*- C++ -*-===//
+//===-- EmulationStateARM.h -------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index dba9e93..0771e62 100644 (file)
@@ -1,4 +1,4 @@
-//===-- AddressSanitizerRuntime.h -------------------------------*- C++ -*-===//
+//===-- ASanRuntime.h -------------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index e9c5bda..db8bb1d 100644 (file)
@@ -1,4 +1,4 @@
-//===-- ThreadSanitizerRuntime.h --------------------------------*- C++ -*-===//
+//===-- TSanRuntime.h -------------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index 7a604b8..1d854b7 100644 (file)
@@ -1,4 +1,4 @@
-//===-- UndefinedBehaviorSanitizerRuntime.h ---------------------*- C++ -*-===//
+//===-- UBSanRuntime.h ------------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index a47329a..61e54ac 100644 (file)
@@ -1,4 +1,4 @@
-//===-- lldb_ARMDefines.h ---------------------------------------*- C++ -*-===//
+//===-- ARMDefines.h --------------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index 773a8ec..5311b0c 100644 (file)
@@ -1,4 +1,4 @@
-//===-- ManulaDWARFIndex.h -------------------------------------*- C++ -*-===//
+//===-- ManualDWARFIndex.h --------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index fcee7cd..405d015 100644 (file)
@@ -1,4 +1,4 @@
-//===-- PDBFPOProgramToDWARFExpression.cpp ----------------------*- C++ -*-===//
+//===-- PdbFPOProgramToDWARFExpression.cpp ----------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index 401fe52..107e26f 100644 (file)
@@ -1,4 +1,4 @@
-//===-- PDBFPOProgramToDWARFExpression.h ------------------------*- C++ -*-===//
+//===-- PdbFPOProgramToDWARFExpression.h ------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index b11e813..5539758 100644 (file)
@@ -1,4 +1,4 @@
-//===-- SymbolFileNativePDB.h -----------------------------------*- C++ -*-===//
+//===-- UdtRecordCompleter.h ------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index 07054ee..033594b 100644 (file)
@@ -1,4 +1,4 @@
-//===-- Symbols.cpp ---------------------------------------------*- C++ -*-===//
+//===-- LocateSymbolFile.cpp ------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index 70f6c5c..8c65e67 100644 (file)
@@ -1,4 +1,4 @@
-//===-- Symbols.cpp ---------------------------------------------*- C++ -*-===//
+//===-- LocateSymbolFileMacOSX.cpp ------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index ad3c47e..b67ae87 100644 (file)
@@ -1,4 +1,4 @@
-//===-- ProcessInstance.cpp -------------------------------------*- C++ -*-===//
+//===-- ProcessInfo.cpp -----------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index 0ad3615..2ee0f66 100644 (file)
@@ -1,4 +1,4 @@
-//===-- VASPrintf.cpp -------------------------------------------*- C++ -*-===//
+//===-- VASprintf.cpp -------------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index ef90e79..b184cb5 100644 (file)
@@ -1,4 +1,4 @@
-//===-- Launcher.cpp --------------------------------------------*- C++ -*-===//
+//===-- darwin-debug.cpp ----------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index 902cb00..99721f6 100644 (file)
@@ -1,4 +1,4 @@
-//===-- ActivityStreamAPI.h -------------------------------------*- C++ -*-===//
+//===-- ActivityStreamSPI.h -------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index 4b664be..72d9233 100644 (file)
@@ -1,4 +1,4 @@
-///===-- Activity.cpp ---------------------------------------*- C++ -*-===//
+//===-- Genealogy.cpp -------------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index d01df9e..969405a 100644 (file)
@@ -1,4 +1,4 @@
-//===-- Activity.h -----------------------------------------------*- C++
+//===-- Genealogy.h ---------------------------------------------*- C++ -*-===//
 //-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
index 04a67ef..0aea512 100644 (file)
@@ -1,4 +1,4 @@
-//===-- ActivitySPI.h -------------------------------------------*- C++ -*-===//
+//===-- GenealogySPI.h ------------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index 911cbe6..ca4b46a 100644 (file)
@@ -1,4 +1,4 @@
-//===-- DNBArchMachARM64.cpp ------------------------------------*- C++ -*-===//
+//===-- DNBArchImplARM64.cpp ------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index c6e4af6..dc44cd2 100644 (file)
@@ -1,4 +1,4 @@
-//===-- DNBArchMachARM64.h --------------------------------------*- C++ -*-===//
+//===-- DNBArchImplARM64.h --------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index 18260f2..e17f70a 100644 (file)
@@ -1,4 +1,4 @@
-//===-- MICmdCmdSupportListInfo.cpp -----------------------------*- C++ -*-===//
+//===-- MICmdCmdSupportInfo.cpp ---------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index 31911e0..cfa101b 100644 (file)
@@ -1,4 +1,4 @@
-//===-- MICmnMIResult.h -----------------------------------------*- C++ -*-===//
+//===-- MICmnMIValueResult.h ------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index 7bdbc26..449181f 100644 (file)
@@ -1,4 +1,4 @@
-//===--------------------- TildeExpressionResolver.h ------------*- C++ -*-===//
+//===-- MockTildeExpressionResolver.h ---------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.