[LLDB] Fix GCC warnings about extra semicolons. NFC.
authorMartin Storsjö <martin@martin.st>
Mon, 10 Feb 2020 09:17:48 +0000 (11:17 +0200)
committerMartin Storsjö <martin@martin.st>
Mon, 10 Feb 2020 09:20:44 +0000 (11:20 +0200)
82 files changed:
lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.cpp
lldb/source/Plugins/ABI/ARC/ABISysV_arc.cpp
lldb/source/Plugins/ABI/ARM/ABIMacOSX_arm.cpp
lldb/source/Plugins/ABI/ARM/ABISysV_arm.cpp
lldb/source/Plugins/ABI/Hexagon/ABISysV_hexagon.cpp
lldb/source/Plugins/ABI/Mips/ABISysV_mips.cpp
lldb/source/Plugins/ABI/Mips/ABISysV_mips64.cpp
lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.cpp
lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc64.cpp
lldb/source/Plugins/ABI/SystemZ/ABISysV_s390x.cpp
lldb/source/Plugins/ABI/X86/ABIMacOSX_i386.cpp
lldb/source/Plugins/ABI/X86/ABISysV_i386.cpp
lldb/source/Plugins/ABI/X86/ABISysV_x86_64.cpp
lldb/source/Plugins/ABI/X86/ABIWindows_x86_64.cpp
lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp
lldb/source/Plugins/Architecture/Mips/ArchitectureMips.cpp
lldb/source/Plugins/Architecture/PPC64/ArchitecturePPC64.cpp
lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp
lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp
lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp
lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp
lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp
lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.cpp
lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp
lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.cpp
lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.cpp
lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.cpp
lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.cpp
lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.cpp
lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp
lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp
lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp
lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp
lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp
lldb/source/Plugins/SymbolVendor/wasm/SymbolVendorWasm.cpp
lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp

index f444604da5a1482fea743d289e659edd1d45f77b..b3fec9637772a9f826ccc0b6c8fc359a2f1e46bc 100644 (file)
@@ -33,7 +33,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(ABIMacOSX_arm64);
+LLDB_PLUGIN(ABIMacOSX_arm64)
 
 static const char *pluginDesc = "Mac OS X ABI for arm64 targets";
 
index 8768944367d6e552f4f269b093e4a886118eeec1..606ccbb04287ec2a5ca7270482e4081397f6e4fa 100644 (file)
@@ -33,7 +33,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(ABISysV_arm64);
+LLDB_PLUGIN(ABISysV_arm64)
 
 static RegisterInfo g_register_infos[] = {
     //  NAME       ALT       SZ OFF ENCODING          FORMAT
index 30d2ff4d1901550cb5ea4788f521790dbe23ff7e..7726c1b891de0ef043c427caef30e3191bc531e8 100644 (file)
@@ -55,7 +55,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(ABISysV_arc);
+LLDB_PLUGIN(ABISysV_arc)
 
 namespace {
 namespace dwarf {
index f3384ea990c424517e9ec44036e5a99eab28c7cb..4d38b9165728f3b347588e836adc8a0764da09d4 100644 (file)
@@ -34,7 +34,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(ABIMacOSX_arm);
+LLDB_PLUGIN(ABIMacOSX_arm)
 
 static RegisterInfo g_register_infos[] = {
     //  NAME       ALT       SZ OFF ENCODING         FORMAT          EH_FRAME
index 83237c8c301a27dbc2186bd5af740f5060bf62e6..8d7867827f602d7565160808927e6dd2118c9901 100644 (file)
@@ -34,7 +34,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(ABISysV_arm);
+LLDB_PLUGIN(ABISysV_arm)
 
 static RegisterInfo g_register_infos[] = {
     //  NAME       ALT       SZ OFF ENCODING         FORMAT          EH_FRAME
index 3aeef0ef4adaac13c91b238aeceef027686f7bcb..65407bfe2543a16333d13fd3bc868d8aae4091f4 100644 (file)
@@ -32,7 +32,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(ABISysV_hexagon);
+LLDB_PLUGIN(ABISysV_hexagon)
 
 static RegisterInfo g_register_infos[] = {
     // hexagon-core.xml
index 023c9ea597f309a8ea1b3e11961b76770375e1c3..401646a334f1d726695b241a06378c945a0e5e70 100644 (file)
@@ -32,7 +32,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(ABISysV_mips);
+LLDB_PLUGIN(ABISysV_mips)
 
 enum dwarf_regnums {
   dwarf_r0 = 0,
index 1e470164a16997fb227ed1d10e820643656aad90..ea42f0c8fe17cd4081d03b3eddb566c3000936bc 100644 (file)
@@ -32,7 +32,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(ABISysV_mips64);
+LLDB_PLUGIN(ABISysV_mips64)
 
 enum dwarf_regnums {
   dwarf_r0 = 0,
index 5a378948722f7dc688427c9d4e6c9d8b555b098a..c4d90a69a0320647ff2f9682a1b49b898beb5b57 100644 (file)
@@ -32,7 +32,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(ABISysV_ppc);
+LLDB_PLUGIN(ABISysV_ppc)
 
 enum dwarf_regnums {
   dwarf_r0 = 0,
index 81cf2c791746bb58fe5afd12a02b4698494d2c68..dba347d3ceafc94ee8abab2842f7797690f51b4b 100644 (file)
@@ -47,7 +47,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(ABISysV_ppc64);
+LLDB_PLUGIN(ABISysV_ppc64)
 
 const lldb_private::RegisterInfo *
 ABISysV_ppc64::GetRegisterInfoArray(uint32_t &count) {
index e21d256f767a406bb6e7cebddf5cc14376f0ee02..c01e088cd7996bbd38ba893e75c967e1271776a8 100644 (file)
@@ -32,7 +32,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(ABISysV_s390x);
+LLDB_PLUGIN(ABISysV_s390x)
 
 enum dwarf_regnums {
   // General Purpose Registers
index 3cf169150de0d91135e4e6fb657a53affbf61738..610baa2ca0869ae675d7b26eb20f0fe008457f51 100644 (file)
@@ -29,7 +29,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(ABIMacOSX_i386);
+LLDB_PLUGIN(ABIMacOSX_i386)
 
 enum {
   ehframe_eax = 0,
index f6353691a91325bb79a1a8d7ac7db32ce21b888b..a89e0baad1a2d88e27afb76d70d4c202228251ee 100644 (file)
@@ -31,7 +31,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(ABISysV_i386);
+LLDB_PLUGIN(ABISysV_i386)
 
 //   This source file uses the following document as a reference:
 //====================================================================
index cede41194a8c8c8d5887cc267b1793d800a9b830..571b796652eec1cc11f747287780595f59f71e34 100644 (file)
@@ -35,7 +35,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(ABISysV_x86_64);
+LLDB_PLUGIN(ABISysV_x86_64)
 
 enum dwarf_regnums {
   dwarf_rax = 0,
index bfeccea4d58ef44c5b626223ed68a7e4609d0d2a..6a7c98323037f1538f776a1f969c4ec6c607991a 100644 (file)
@@ -33,7 +33,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(ABIWindows_x86_64);
+LLDB_PLUGIN(ABIWindows_x86_64)
 
 enum dwarf_regnums {
   dwarf_rax = 0,
index 5a0afbe87d895897e198e7404bb6ddf863645bb4..7fb9281fb7875ef80d37361043d484634720672e 100644 (file)
@@ -17,7 +17,7 @@
 using namespace lldb_private;
 using namespace lldb;
 
-LLDB_PLUGIN(ArchitectureArm);
+LLDB_PLUGIN(ArchitectureArm)
 
 ConstString ArchitectureArm::GetPluginNameStatic() {
   return ConstString("arm");
index abaa774e7468383acb504a75fe9c3bb1d8469cb0..e8240ce0d725bc9df4008c4bedac230d5f1bb82f 100644 (file)
@@ -21,7 +21,7 @@
 using namespace lldb_private;
 using namespace lldb;
 
-LLDB_PLUGIN(ArchitectureMips);
+LLDB_PLUGIN(ArchitectureMips)
 
 ConstString ArchitectureMips::GetPluginNameStatic() {
   return ConstString("mips");
index 991984808754b46f75621544bfdd6cc01a5b04a4..83d6832381e7385060d0a0474381ed95d2828b99 100644 (file)
@@ -20,7 +20,7 @@
 using namespace lldb_private;
 using namespace lldb;
 
-LLDB_PLUGIN(ArchitecturePPC64);
+LLDB_PLUGIN(ArchitecturePPC64)
 
 ConstString ArchitecturePPC64::GetPluginNameStatic() {
   return ConstString("ppc64");
index 47a5c594a312955226ffec750b64599a9b90aadb..edef7571a31497a5d84039b325879abc4a4266d6 100644 (file)
@@ -43,7 +43,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(DisassemblerLLVMC);
+LLDB_PLUGIN(DisassemblerLLVMC)
 
 class DisassemblerLLVMC::MCDisasmInstance {
 public:
index f2a1ba57862755de0aa1702e2542bcc0d1675ad5..26f85906e3173ab9e81bacd3654cecbbe4e3cf64 100644 (file)
@@ -44,7 +44,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(DynamicLoaderDarwinKernel);
+LLDB_PLUGIN(DynamicLoaderDarwinKernel)
 
 // Progressively greater amounts of scanning we will allow For some targets
 // very early in startup, we can't do any random reads of memory or we can
index 265fdd70e5beaa6cf3d42db81be1b1bd8b2d08f0..2ebac49f31aaa15b598598d2af335c216a97a93d 100644 (file)
@@ -28,7 +28,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(DynamicLoaderMacOS);
+LLDB_PLUGIN(DynamicLoaderMacOS)
 
 // Create an instance of this class. This function is filled into the plugin
 // info class that gets handed out by the plugin factory and allows the lldb to
index 201c646786fac8c93c8ce9061a03ce1287ec0248..53f1bd09b6c12201ad9a8c600a4899846e62f0c4 100644 (file)
@@ -48,7 +48,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(DynamicLoaderMacOSXDYLD);
+LLDB_PLUGIN(DynamicLoaderMacOSXDYLD)
 
 // Create an instance of this class. This function is filled into the plugin
 // info class that gets handed out by the plugin factory and allows the lldb to
index 4f323d1e9dbac01bd48548a829b16146501b8af6..eed8a487d258b30e3c706a1ace8cc6e62cd994e7 100644 (file)
@@ -29,7 +29,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(DynamicLoaderPOSIXDYLD);
+LLDB_PLUGIN(DynamicLoaderPOSIXDYLD)
 
 void DynamicLoaderPOSIXDYLD::Initialize() {
   PluginManager::RegisterPlugin(GetPluginNameStatic(),
index 923cb028c9c012c5977679a3395b38edbcdd3b5d..651d233cd025b9bd9aaa7fc92c63e0021c855c8e 100644 (file)
@@ -17,7 +17,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(DynamicLoaderStatic);
+LLDB_PLUGIN(DynamicLoaderStatic)
 
 // Create an instance of this class. This function is filled into the plugin
 // info class that gets handed out by the plugin factory and allows the lldb to
index 7c53fb730392038c5531a86e68a989dcad11fda2..442eae7d8d09a265389893001336fef5037b2a2c 100644 (file)
@@ -23,7 +23,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(DynamicLoaderWindowsDYLD);
+LLDB_PLUGIN(DynamicLoaderWindowsDYLD)
 
 DynamicLoaderWindowsDYLD::DynamicLoaderWindowsDYLD(Process *process)
     : DynamicLoader(process) {}
index bbff770b45ac644b53682a5cf9d3b7d4427565fe..62d69953fe76542f8822cad33692de03929a4a32 100644 (file)
@@ -30,7 +30,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(EmulateInstructionARM);
+LLDB_PLUGIN(EmulateInstructionARM)
 
 // Convenient macro definitions.
 #define APSR_C Bit32(m_opcode_cpsr, CPSR_C_POS)
index 86db339dcc1a64723033565792383ebb41933206..01cd03de60ab95e5a5e438da27b92cc00a86e713 100644 (file)
@@ -47,7 +47,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(EmulateInstructionARM64);
+LLDB_PLUGIN(EmulateInstructionARM64)
 
 static bool LLDBTableGetRegisterInfo(uint32_t reg_num, RegisterInfo &reg_info) {
   if (reg_num >= llvm::array_lengthof(g_register_infos_arm64_le))
index 55593cb2824257cf5746fcda022e04bb6c4b1e74..f4a947599f5184a692de42c26281e3ae002b9372 100644 (file)
@@ -40,7 +40,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(EmulateInstructionMIPS);
+LLDB_PLUGIN(EmulateInstructionMIPS)
 
 #define UInt(x) ((uint64_t)x)
 #define integer int64_t
index e2654f23868ef467d844b83c1a114205c01c7f7a..711e6d594eb6393374f489a0fd5b6fb80c173948 100644 (file)
@@ -40,7 +40,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(EmulateInstructionMIPS64);
+LLDB_PLUGIN(EmulateInstructionMIPS64)
 
 #define UInt(x) ((uint64_t)x)
 #define integer int64_t
index f306f9516af1c9d05504aa1b6355bce9499a08df..52175ef5f4ae753fe4653ffcbf914aba77d55648 100644 (file)
@@ -25,7 +25,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(EmulateInstructionPPC64);
+LLDB_PLUGIN(EmulateInstructionPPC64)
 
 EmulateInstructionPPC64::EmulateInstructionPPC64(const ArchSpec &arch)
     : EmulateInstruction(arch) {}
index dbb6a683d79a5f25064577a84e4bbd759d0d446b..dc23b604722d6bef161d43e1c3bfe379f5428980 100644 (file)
@@ -30,7 +30,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(InstrumentationRuntimeASan);
+LLDB_PLUGIN(InstrumentationRuntimeASan)
 
 lldb::InstrumentationRuntimeSP
 InstrumentationRuntimeASan::CreateInstance(const lldb::ProcessSP &process_sp) {
index 03de9300598fd09fc3a4de054d8c6ec3c68ece5e..91c411a4f013a0069975f01f0f3607765281510a 100644 (file)
@@ -29,7 +29,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(InstrumentationRuntimeMainThreadChecker);
+LLDB_PLUGIN(InstrumentationRuntimeMainThreadChecker)
 
 InstrumentationRuntimeMainThreadChecker::
     ~InstrumentationRuntimeMainThreadChecker() {
index 1c8f7ac223285bdf78f97e9c08da37b96d8d7616..4229626077345708a5d232561c437d391dd43bca 100644 (file)
@@ -35,7 +35,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(InstrumentationRuntimeTSan);
+LLDB_PLUGIN(InstrumentationRuntimeTSan)
 
 lldb::InstrumentationRuntimeSP
 InstrumentationRuntimeTSan::CreateInstance(const lldb::ProcessSP &process_sp) {
index 6ea5e61655ea6e3c85acc198a7cc012dd9d489c6..b13eac60814620d690cc89fff9389a6014a1f7cd 100644 (file)
@@ -36,7 +36,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(InstrumentationRuntimeUBSan);
+LLDB_PLUGIN(InstrumentationRuntimeUBSan)
 
 InstrumentationRuntimeUBSan::~InstrumentationRuntimeUBSan() { Deactivate(); }
 
index 06e51fe6afcb1f49f42f332a5661aeee33863e37..ad089ad0d22952121d7762f99119096f675d3654 100644 (file)
@@ -32,7 +32,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(JITLoaderGDB);
+LLDB_PLUGIN(JITLoaderGDB)
 
 // Debug Interface Structures
 enum jit_actions_t { JIT_NOACTION = 0, JIT_REGISTER_FN, JIT_UNREGISTER_FN };
index 098efd249309597ec2f462d1f1cc48d2dce03909..ea2c0104cf2a1d8cd03843d9c783c53d8dbe0739 100644 (file)
@@ -43,7 +43,7 @@ using namespace lldb;
 using namespace lldb_private;
 using namespace lldb_private::formatters;
 
-LLDB_PLUGIN(CPlusPlusLanguage);
+LLDB_PLUGIN(CPlusPlusLanguage)
 
 void CPlusPlusLanguage::Initialize() {
   PluginManager::RegisterPlugin(GetPluginNameStatic(), "C++ Language",
index f288805ef9c79d1d1c5194f78f9b2686d135b2fc..82fe9b39b81f2a17202047c63be329601c3a3cb6 100644 (file)
@@ -37,7 +37,7 @@ using namespace lldb;
 using namespace lldb_private;
 using namespace lldb_private::formatters;
 
-LLDB_PLUGIN(ObjCLanguage);
+LLDB_PLUGIN(ObjCLanguage)
 
 void ObjCLanguage::Initialize() {
   PluginManager::RegisterPlugin(GetPluginNameStatic(), "Objective-C Language",
index cd7ecd5679e79c83a7a5357b4382d90d2ef6ff45..207cec1a01f91f33b5c434543421a638bbc23254 100644 (file)
@@ -14,7 +14,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(ObjCPlusPlusLanguage);
+LLDB_PLUGIN(ObjCPlusPlusLanguage)
 
 bool ObjCPlusPlusLanguage::IsSourceFile(llvm::StringRef file_path) const {
   const auto suffixes = {".h", ".mm"};
index 838296bb0aaf388bf9f384e4707bdf368173b63e..35418e0c2ffdccc2dd5a6293329dfe7bf44a988a 100644 (file)
@@ -40,7 +40,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(ItaniumABILanguageRuntime);
+LLDB_PLUGIN(ItaniumABILanguageRuntime)
 
 static const char *vtable_demangled_prefix = "vtable for ";
 
index 6edb759d6024d4aeca77b6040699a058e40de4d2..3d58f41235eaa8addfdffc4ae97144ee3302d675 100644 (file)
@@ -44,7 +44,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(AppleObjCRuntime);
+LLDB_PLUGIN(AppleObjCRuntime)
 
 char AppleObjCRuntime::ID = 0;
 
index 69e878345303c64898a7942954a4ed022cbc3fce..78fec8e5c20ad32465a764952dc16c5d230d93ea 100644 (file)
@@ -46,7 +46,7 @@ using namespace lldb;
 using namespace lldb_private;
 using namespace lldb_renderscript;
 
-LLDB_PLUGIN(RenderScriptRuntime);
+LLDB_PLUGIN(RenderScriptRuntime)
 
 #define FMT_COORD "(%" PRIu32 ", %" PRIu32 ", %" PRIu32 ")"
 
index 386fa49bf1b86a8c2fc0239612652fbdf8d1fff9..0c8250c5de8958faab7deea3cc986196ce21b668 100644 (file)
@@ -28,7 +28,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(MemoryHistoryASan);
+LLDB_PLUGIN(MemoryHistoryASan)
 
 MemoryHistorySP MemoryHistoryASan::CreateInstance(const ProcessSP &process_sp) {
   if (!process_sp.get())
index 2dbf3a8dbbe4175e4717e39e1bd58af56ef22668..3d4885379e86db165888588b16ad0f693ed72ce1 100644 (file)
@@ -40,7 +40,7 @@ typedef struct ar_hdr {
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(ObjectContainerBSDArchive);
+LLDB_PLUGIN(ObjectContainerBSDArchive)
 
 ObjectContainerBSDArchive::Object::Object()
     : ar_name(), modification_time(0), uid(0), gid(0), mode(0), size(0),
index 108e7be3281f79428120a2945d52b158fbdd030f..ef763addede4faa8c718550fd3925a2d88535a04 100644 (file)
@@ -20,7 +20,7 @@ using namespace lldb;
 using namespace lldb_private;
 using namespace llvm::MachO;
 
-LLDB_PLUGIN(ObjectContainerUniversalMachO);
+LLDB_PLUGIN(ObjectContainerUniversalMachO)
 
 void ObjectContainerUniversalMachO::Initialize() {
   PluginManager::RegisterPlugin(GetPluginNameStatic(),
index 0629a2f22030d4c39b0a39e0fad0e092a6a4a4a0..f36305be5960e84d05d6ad89597bbe37cfc4a007 100644 (file)
@@ -16,7 +16,7 @@ using namespace lldb;
 using namespace lldb_private;
 using namespace lldb_private::breakpad;
 
-LLDB_PLUGIN(ObjectFileBreakpad);
+LLDB_PLUGIN(ObjectFileBreakpad)
 
 namespace {
 struct Header {
index a2ed7140240d97c44ef380854a2bb11ad75e109a..b97a326fde3ed91fdc88661e08cbe8d89fadcc49 100644 (file)
@@ -51,7 +51,7 @@ using namespace lldb_private;
 using namespace elf;
 using namespace llvm::ELF;
 
-LLDB_PLUGIN(ObjectFileELF);
+LLDB_PLUGIN(ObjectFileELF)
 
 namespace {
 
index 9ba6b5290c4cbff5a0a183a9a14b887d6ead96f1..ce7d293f205d73ebd225343f67b038d2e4476940 100644 (file)
@@ -66,7 +66,7 @@ using namespace lldb;
 using namespace lldb_private;
 using namespace llvm::MachO;
 
-LLDB_PLUGIN(ObjectFileMachO);
+LLDB_PLUGIN(ObjectFileMachO)
 
 // Some structure definitions needed for parsing the dyld shared cache files
 // found on iOS devices.
index 5ba8051108dbcb6abf57c15a7644daf69800bfda..ec11fdd0e3750444532e75ed62e8af2e9da9103c 100644 (file)
@@ -41,7 +41,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(ObjectFilePECOFF);
+LLDB_PLUGIN(ObjectFilePECOFF)
 
 struct CVInfoPdb70 {
   // 16-byte GUID
index 17a1ce93cce2990a5c08e86f8e985d164680d058..270626061737fbc3ed689985b822d3a7a519f106 100644 (file)
@@ -28,7 +28,7 @@ using namespace lldb;
 using namespace lldb_private;
 using namespace lldb_private::wasm;
 
-LLDB_PLUGIN(ObjectFileWasm);
+LLDB_PLUGIN(ObjectFileWasm)
 
 static const uint32_t kWasmHeaderSize =
     sizeof(llvm::wasm::WasmMagic) + sizeof(llvm::wasm::WasmVersion);
index 98b775295c19897ed1f9d1cc979264694387446e..da65e9f54a73f1bdacb117809eadd0d70497365b 100644 (file)
@@ -39,7 +39,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(OperatingSystemPython);
+LLDB_PLUGIN(OperatingSystemPython)
 
 void OperatingSystemPython::Initialize() {
   PluginManager::RegisterPlugin(GetPluginNameStatic(),
index 9e598f42cc44491fe3e574741c32bac06d2cd092..6ce0858787a1e3d6798081da85c3b3fba7e59d20 100644 (file)
@@ -26,7 +26,7 @@ using namespace lldb_private;
 using namespace lldb_private::platform_android;
 using namespace std::chrono;
 
-LLDB_PLUGIN(PlatformAndroid);
+LLDB_PLUGIN(PlatformAndroid)
 
 static uint32_t g_initialize_count = 0;
 static const unsigned int g_android_default_cache_size =
index 1fbba68eec191a8ad5e872976730663aeee2530d..e7a3ea2e6ec7ca2e89f943258b4154e98b642193 100644 (file)
@@ -36,7 +36,7 @@ using namespace lldb;
 using namespace lldb_private;
 using namespace lldb_private::platform_freebsd;
 
-LLDB_PLUGIN(PlatformFreeBSD);
+LLDB_PLUGIN(PlatformFreeBSD)
 
 static uint32_t g_initialize_count = 0;
 
index 3c3dc466f468ec05debbc657edd0c5479a85e0f2..66c3529253817b2012fd5fb24819d4151a0301b8 100644 (file)
@@ -34,7 +34,7 @@ using namespace lldb;
 using namespace lldb_private;
 using namespace lldb_private::platform_linux;
 
-LLDB_PLUGIN(PlatformLinux);
+LLDB_PLUGIN(PlatformLinux)
 
 static uint32_t g_initialize_count = 0;
 
index 63bc34f2906941caf056583aa1d4244c93b545b3..6cf96eded7aa5c38a33e8058767c25bcb14fbb32 100644 (file)
@@ -38,7 +38,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(PlatformMacOSX);
+LLDB_PLUGIN(PlatformMacOSX)
 
 static uint32_t g_initialize_count = 0;
 
index 812ec1dafbeba677fdcc691d604a00ba9597768a..567c64ca5519f0b7c9633a68b746f6b8ee0c9ba4 100644 (file)
@@ -25,7 +25,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(PlatformRemoteiOS);
+LLDB_PLUGIN(PlatformRemoteiOS)
 
 // Static Variables
 static uint32_t g_initialize_count = 0;
index 2a2ee464012e0834115b0ae7eab5c79de546b6b8..1c7980151f61b3da413bf030c63ffa7783e694dd 100644 (file)
@@ -34,7 +34,7 @@ using namespace lldb;
 using namespace lldb_private;
 using namespace lldb_private::platform_netbsd;
 
-LLDB_PLUGIN(PlatformNetBSD);
+LLDB_PLUGIN(PlatformNetBSD)
 
 static uint32_t g_initialize_count = 0;
 
index e8739ffccfafe9b0ae30b07b8c4a73f4322def4f..36f5e1692db28144e3c3bdd408e0fe8989521122 100644 (file)
@@ -34,7 +34,7 @@ using namespace lldb;
 using namespace lldb_private;
 using namespace lldb_private::platform_openbsd;
 
-LLDB_PLUGIN(PlatformOpenBSD);
+LLDB_PLUGIN(PlatformOpenBSD)
 
 static uint32_t g_initialize_count = 0;
 
index 5e90f36b1cedb0000294b937420998e5db1324cb..01250b34ddc9854cfbc5f70f7a2adceb0a5159e8 100644 (file)
@@ -27,7 +27,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(PlatformWindows);
+LLDB_PLUGIN(PlatformWindows)
 
 static uint32_t g_initialize_count = 0;
 
index e1b6a2e469ca408fe9b8bc60b945548f9527cf5c..b581c0783cf85e342cf4377d78944663ecd27176 100644 (file)
@@ -35,7 +35,7 @@ using namespace lldb;
 using namespace lldb_private;
 using namespace lldb_private::platform_gdb_server;
 
-LLDB_PLUGIN(PlatformRemoteGDBServer);
+LLDB_PLUGIN(PlatformRemoteGDBServer)
 
 static bool g_initialized = false;
 
index 978895d862c94849821d87fb91df4286d6e52795..a11959aa5a2f6b178e2136cf469858df194fc01f 100644 (file)
@@ -56,7 +56,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(ProcessFreeBSD);
+LLDB_PLUGIN(ProcessFreeBSD)
 
 namespace {
 UnixSignalsSP &GetFreeBSDSignals() {
index bf5cd45ca1ad9a2963a2d30fa2e244aebda16cac..c0f31d76d018c6ab3ae414c700ea5af8c022d243 100644 (file)
@@ -50,7 +50,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(ProcessKDP);
+LLDB_PLUGIN(ProcessKDP)
 
 namespace {
 
index 10cb17da65749346a0f3a7aea0b0075c5c449e01..a35e6c08c63da79e9f3c19f2abbc95db55938f10 100644 (file)
@@ -44,7 +44,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(ProcessWindows);
+LLDB_PLUGIN(ProcessWindows)
 
 namespace {
 std::string GetProcessExecutableName(HANDLE process_handle) {
index 1656ba408a8640ba2330bcec9713e697900cdeb5..4056800c9de3fde3752dbb68c6c6a32bb4619064 100644 (file)
@@ -35,7 +35,7 @@
 using namespace lldb_private;
 namespace ELF = llvm::ELF;
 
-LLDB_PLUGIN(ProcessElfCore);
+LLDB_PLUGIN(ProcessElfCore)
 
 ConstString ProcessElfCore::GetPluginNameStatic() {
   static ConstString g_name("elf-core");
index fc5fb6a93ea24c795063de3fdac3fd62647a6ffd..3dfe21df500edd06985e3e87f61f0ea59ca5c12a 100644 (file)
@@ -90,7 +90,7 @@ using namespace lldb;
 using namespace lldb_private;
 using namespace lldb_private::process_gdb_remote;
 
-LLDB_PLUGIN(ProcessGDBRemote);
+LLDB_PLUGIN(ProcessGDBRemote)
 
 namespace lldb {
 // Provide a function that can easily dump the packet history if we know a
index 3916dd7442ede125bd3db5a635170b5e9a78a374..3e6ba49bf0dd85efe0a6297c2aa70cc92d4ed8e3 100644 (file)
@@ -44,7 +44,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(ProcessMachCore);
+LLDB_PLUGIN(ProcessMachCore)
 
 ConstString ProcessMachCore::GetPluginNameStatic() {
   static ConstString g_name("mach-o-core");
index 6ce4c624550c7efed05cb7988f35cf65ff09f372..dcbeb3bf817163628e23d2cfbb522c1046d0273f 100644 (file)
@@ -41,7 +41,7 @@ using namespace lldb;
 using namespace lldb_private;
 using namespace minidump;
 
-LLDB_PLUGIN(ProcessMinidump);
+LLDB_PLUGIN(ProcessMinidump)
 
 namespace {
 
index b25ec61f9d26fdb4b9737125eb52de84a1d7ab48..629f209b91fd8796f3e100fb067c8b8be25a6946 100644 (file)
@@ -19,7 +19,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(ScriptInterpreterLua);
+LLDB_PLUGIN(ScriptInterpreterLua)
 
 class IOHandlerLuaInterpreter : public IOHandlerDelegate,
                                 public IOHandlerEditline {
index 28cc6d538e79d8601fb38e874642d7dae2aa230f..23ff6b159633a9c86fda8ea2346a0e9f5f8a01de 100644 (file)
@@ -20,7 +20,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(ScriptInterpreterNone);
+LLDB_PLUGIN(ScriptInterpreterNone)
 
 ScriptInterpreterNone::ScriptInterpreterNone(Debugger &debugger)
     : ScriptInterpreter(debugger, eScriptLanguageNone) {}
index fefc756bc08934bdb4d5cd03fc5fa3313e3c031d..cc03627de901bef3c667fe1a9af1a4b984b2f50b 100644 (file)
@@ -56,7 +56,7 @@ using namespace lldb_private;
 using namespace lldb_private::python;
 using llvm::Expected;
 
-LLDB_PLUGIN(ScriptInterpreterPython);
+LLDB_PLUGIN(ScriptInterpreterPython)
 
 // Defined in the SWIG source file
 #if PY_MAJOR_VERSION >= 3
index bf7392bc7ab4fb64ae84760d6e5df8b70bd9bfa4..8f1a2b57bc6111ff515ed85dd40eb614ac1ea9dc 100644 (file)
@@ -36,7 +36,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(StructuredDataDarwinLog);
+LLDB_PLUGIN(StructuredDataDarwinLog)
 
 #pragma mark -
 #pragma mark Anonymous Namespace
index de703a6a1ed0eaeff0f0de16c0287bc42033fe53..d97ad7cbe451e26ca7ae83ff9f4730de90fc0016 100644 (file)
@@ -25,7 +25,7 @@ using namespace lldb;
 using namespace lldb_private;
 using namespace lldb_private::breakpad;
 
-LLDB_PLUGIN(SymbolFileBreakpad);
+LLDB_PLUGIN(SymbolFileBreakpad)
 
 char SymbolFileBreakpad::ID;
 
index 8330a78f9d9289b738436dc11b1474d3c60e9d1f..98cd34936522c1feba6b27eab691b56a31cd3177 100644 (file)
@@ -94,7 +94,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(SymbolFileDWARF);
+LLDB_PLUGIN(SymbolFileDWARF)
 
 char SymbolFileDWARF::ID;
 
index 70609995e3596e051b8aa919e11dd06c76d36992..218aadc82169a700a6c7be658db801d4b61d558a 100644 (file)
@@ -39,7 +39,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(SymbolFileDWARFDebugMap);
+LLDB_PLUGIN(SymbolFileDWARFDebugMap)
 
 char SymbolFileDWARFDebugMap::ID;
 
index 2216ae95e94a46a687aabf40375fa43bd6c97b0a..51459a99576de15f9c3265e2118493c1472f21ad 100644 (file)
@@ -58,7 +58,7 @@ using namespace lldb;
 using namespace lldb_private;
 using namespace llvm::pdb;
 
-LLDB_PLUGIN(SymbolFilePDB);
+LLDB_PLUGIN(SymbolFilePDB)
 
 char SymbolFilePDB::ID;
 
index 15b9bc5ccb458f24cd41d6cc12b32e872239fb93..42b843694a6f8270e310a15339352c7d5b5dc4b3 100644 (file)
@@ -25,7 +25,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(SymbolFileSymtab);
+LLDB_PLUGIN(SymbolFileSymtab)
 
 char SymbolFileSymtab::ID;
 
index 84bd5b3a37c808d8574ad718563b8de81cfda4e3..21242a0c8b9501a812fdedf10ca86cf50214430b 100644 (file)
@@ -25,7 +25,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(SymbolVendorELF);
+LLDB_PLUGIN(SymbolVendorELF)
 
 // SymbolVendorELF constructor
 SymbolVendorELF::SymbolVendorELF(const lldb::ModuleSP &module_sp)
index 25e3c48add2a9aab0e9f85fd0f7b2d0d06db41bb..71a1025bef259187c81aff17a0a574bc39605da3 100644 (file)
@@ -26,7 +26,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(SymbolVendorMacOSX);
+LLDB_PLUGIN(SymbolVendorMacOSX)
 
 // SymbolVendorMacOSX constructor
 SymbolVendorMacOSX::SymbolVendorMacOSX(const lldb::ModuleSP &module_sp)
index 7f8693a1094763958482d63258995cee8a211ff4..64dd956fd35fd68c421e58b296b29910bc0db807 100644 (file)
@@ -26,7 +26,7 @@ using namespace lldb;
 using namespace lldb_private;
 using namespace lldb_private::wasm;
 
-LLDB_PLUGIN(SymbolVendorWasm);
+LLDB_PLUGIN(SymbolVendorWasm)
 
 // SymbolVendorWasm constructor
 SymbolVendorWasm::SymbolVendorWasm(const lldb::ModuleSP &module_sp)
index 745e95d0c3baa875d07fc357793e36356f1d593f..7ac70331267e02daeda09c771e13261ec03a4c4e 100644 (file)
@@ -34,7 +34,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(SystemRuntimeMacOSX);
+LLDB_PLUGIN(SystemRuntimeMacOSX)
 
 // Create an instance of this class. This function is filled into the plugin
 // info class that gets handed out by the plugin factory and allows the lldb to
index c12b3b581c04414fe49a2f6be9c7323d7b4f40c1..b1704e625634c078be0824acf6922f678aeb1923 100644 (file)
@@ -81,7 +81,7 @@ using namespace lldb_private;
 using namespace clang;
 using llvm::StringSwitch;
 
-LLDB_PLUGIN(TypeSystemClang);
+LLDB_PLUGIN(TypeSystemClang)
 
 namespace {
 #ifdef LLDB_CONFIGURATION_DEBUG
index a478350300d02abd4bb28ebdc52257332c505e92..01ef34204e5e99f48792bcce8baf5888816c83cf 100644 (file)
@@ -28,7 +28,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(UnwindAssemblyInstEmulation);
+LLDB_PLUGIN(UnwindAssemblyInstEmulation)
 
 //  UnwindAssemblyInstEmulation method definitions
 
index 2d0acd08b5308f66937d4a8dd3e3620e5240ecac..c49ca465b0a9f72d15ec288117b8691a6af42c4f 100644 (file)
@@ -30,7 +30,7 @@
 using namespace lldb;
 using namespace lldb_private;
 
-LLDB_PLUGIN(UnwindAssembly_x86);
+LLDB_PLUGIN(UnwindAssembly_x86)
 
 //  UnwindAssemblyParser_x86 method definitions