forked from OSchip/llvm-project
[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
This commit is contained in:
parent
0dcbcaa98b
commit
696bd63550
|
@ -1,5 +1,4 @@
|
|||
//===-- SBFileSpecListList.cpp ------------------------------------------*- C++
|
||||
//-*-===//
|
||||
//===-- SBFileSpecList.cpp --------------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- SBThread.cpp --------------------------------------------*- C++ -*-===//
|
||||
//===-- SBThreadPlan.cpp ----------------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- CommandObjectSource.cpp ---------------------------------*- C++ -*-===//
|
||||
//===-- CommandObjectCommands.cpp -------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- EmulateInstruction.h ------------------------------------*- C++ -*-===//
|
||||
//===-- EmulateInstruction.cpp ----------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- lldb-log.cpp --------------------------------------------*- C++ -*-===//
|
||||
//===-- Logging.cpp ---------------------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- StreamBroadcast.cpp -------------------------------------*- C++ -*-===//
|
||||
//===-- StreamAsynchronousIO.cpp --------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//===-- ValueObjectDynamicValue.cpp ---------------------------------*- C++
|
||||
//-*-===//
|
||||
//===-- ValueObjectCast.cpp -------------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//===-- CXXFormatterFunctions.cpp---------------------------------*- C++
|
||||
//-*-===//
|
||||
//===-- CXXFunctionPointer.cpp-----------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- Expression.h ---------------------------------------*- C++ -*-===//
|
||||
//===-- Expression.cpp ------------------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//===-- ClangUserExpression.cpp -------------------------------------*- C++
|
||||
//-*-===//
|
||||
//===-- UtilityFunction.cpp -------------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -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) || \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- ProcessLauncherWindows.cpp ------------------------------*- C++ -*-===//
|
||||
//===-- MonitoringProcessLauncher.cpp ---------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- NativeRegisterContex.cpp --------------------------------*- C++ -*-===//
|
||||
//===-- NativeRegisterContextRegisterInfo.cpp -------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- TcpSocket.cpp -------------------------------------------*- C++ -*-===//
|
||||
//===-- TCPSocket.cpp -------------------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- UdpSocket.cpp -------------------------------------------*- C++ -*-===//
|
||||
//===-- UDPSocket.cpp -------------------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- OptionValueFileSpecList.cpp -----------------------------*- C++ -*-===//
|
||||
//===-- OptionValueFileSpecLIst.cpp -----------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- OptionValueFormat.cpp -----------------------------------*- C++ -*-===//
|
||||
//===-- OptionValueLanguage.cpp ---------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- DynamicLoaderHexagon.h ----------------------------------*- C++ -*-===//
|
||||
//===-- DynamicLoaderHexagonDYLD.cpp ----------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- DynamicLoaderHexagon.h ----------------------------------*- C++ -*-===//
|
||||
//===-- DynamicLoaderHexagonDYLD.h ------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- DynamicLoaderPOSIX.h ------------------------------------*- C++ -*-===//
|
||||
//===-- DynamicLoaderPOSIXDYLD.cpp ------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- ClangExpression.h ---------------------------------------*- C++ -*-===//
|
||||
//===-- ClangExpressionHelper.h ---------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- ClangFunctionCallerCaller.cpp ---------------------------*- C++ -*-===//
|
||||
//===-- ClangFunctionCaller.cpp ---------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- ClangUserExpression.cpp ----------------------------------*- C++-*-===//
|
||||
//===-- ClangUtilityFunction.cpp ---------------------------------*- C++-*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- CXXStringTypes.cpp --------------------------------------*- C++ -*-===//
|
||||
//===-- CxxStringTypes.cpp --------------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- LibCxxList.cpp ------------------------------------------*- C++ -*-===//
|
||||
//===-- LibCxxMap.cpp -------------------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//===-- LibStdCpp.h ---------------------------------------------------*- C++
|
||||
//-*-===//
|
||||
//===-- LibStdcpp.h ---------------------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- ExpressionOpts.cpp --------------------------------------*- C++ -*-===//
|
||||
//===-- RenderScriptExpressionOpts.cpp --------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- ExpressionOpts.h ----------------------------------------*- C++ -*-===//
|
||||
//===-- RenderScriptExpressionOpts.h ----------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- x86ABIFixups.cpp ----------------------------------------*- C++ -*-===//
|
||||
//===-- RenderScriptx86ABIFixups.cpp ----------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- x86ABIFixups.h ------------------------------------------*- C++ -*-===//
|
||||
//===-- RenderScriptx86ABIFixups.h ------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- RegisterContextPOSIX_x86.cpp ----------------------------*- C++ -*-===//
|
||||
//===-- RegisterContextPOSIX_s390x.cpp --------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//===-- lldb-mips-frebsd-register-enums.h -------------------------------*- C++
|
||||
//-*-===//
|
||||
//===-- lldb-mips-freebsd-register-enums.h ----------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//===-- DebuggerThread.DebuggerThread --------------------------------------*-
|
||||
// C++ -*-===//
|
||||
//===-- DebuggerThread.cpp --------------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- RegisterContextCorePOSIX_arm.cpp ----------------------*- C++ -*-===//
|
||||
//===-- RegisterContextPOSIXCore_arm.cpp ------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- RegisterContextCorePOSIX_arm.h --------------------------*- C++ -*-===//
|
||||
//===-- RegisterContextPOSIXCore_arm.h --------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- RegisterContextCorePOSIX_arm64.cpp ----------------------*- C++ -*-===//
|
||||
//===-- RegisterContextPOSIXCore_arm64.cpp ----------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- RegisterContextCorePOSIX_arm64.h ------------------------*- C++ -*-===//
|
||||
//===-- RegisterContextPOSIXCore_arm64.h ------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- RegisterContextCorePOSIX_mips64.cpp ---------------------*- C++ -*-===//
|
||||
//===-- RegisterContextPOSIXCore_mips64.cpp ---------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- RegisterContextCorePOSIX_mips64.h -----------------------*- C++ -*-===//
|
||||
//===-- RegisterContextPOSIXCore_mips64.h -----------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//===-- RegisterContextCorePOSIX_powerpc.cpp ---------------------*- C++
|
||||
//-*-===//
|
||||
//===-- RegisterContextPOSIXCore_powerpc.cpp --------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- RegisterContextCorePOSIX_powerpc.h ----------------------*- C++ -*-===//
|
||||
//===-- RegisterContextPOSIXCore_powerpc.h ----------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- RegisterContextCorePOSIX_s390x.cpp ----------------------*- C++ -*-===//
|
||||
//===-- RegisterContextPOSIXCore_s390x.cpp ----------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- RegisterContextCorePOSIX_s390x.h ------------------------*- C++ -*-===//
|
||||
//===-- RegisterContextPOSIXCore_s390x.h ------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- RegisterContextCorePOSIX_x86_64.cpp ---------------------*- C++ -*-===//
|
||||
//===-- RegisterContextPOSIXCore_x86_64.cpp ---------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- RegisterContextCorePOSIX_x86_64.h -----------------------*- C++ -*-===//
|
||||
//===-- RegisterContextPOSIXCore_x86_64.h -----------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- DWARFDefines.c ------------------------------------------*- C++ -*-===//
|
||||
//===-- DWARFDefines.cpp ----------------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- SymbolVendor.mm -----------------------------------------*- C++ -*-===//
|
||||
//===-- SymbolVendor.cpp ----------------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- JITLoader.cpp -------------------------------------------*- C++ -*-===//
|
||||
//===-- JITLoaderList.cpp ---------------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- ThreadPlan.cpp ------------------------------------------*- C++ -*-===//
|
||||
//===-- ThreadPlanPython.cpp ------------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- ThreadPlan.cpp ------------------------------------------*- C++ -*-===//
|
||||
//===-- ThreadPlanTracer.cpp ------------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- ARM64_DWARF_Registers.c ---------------------------------*- C++ -*-===//
|
||||
//===-- ARM64_DWARF_Registers.cpp -------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- ARM_DWARF_Registers.c -----------------------------------*- C++ -*-===//
|
||||
//===-- ARM_DWARF_Registers.cpp ---------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue