diff options
Diffstat (limited to 'lib/clang/include/Plugins/Plugins.def')
-rw-r--r-- | lib/clang/include/Plugins/Plugins.def | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/clang/include/Plugins/Plugins.def b/lib/clang/include/Plugins/Plugins.def index f985fa14db9d..272e1f3aa5ee 100644 --- a/lib/clang/include/Plugins/Plugins.def +++ b/lib/clang/include/Plugins/Plugins.def @@ -1,4 +1,3 @@ -// $FreeBSD$ /*===- lldb/source/Plugin/Plugins.def ---------------------------*- C++ -*-===*\ |* *| |* Part of the LLVM Project, under the Apache License v2.0 with LLVM *| @@ -34,12 +33,14 @@ LLDB_PLUGIN(ABIAArch64) LLDB_PLUGIN(ABIARM) LLDB_PLUGIN(ABIMips) LLDB_PLUGIN(ABIPowerPC) +LLDB_PLUGIN(ABIRISCV) LLDB_PLUGIN(ABIX86) LLDB_PLUGIN(ArchitectureArm) LLDB_PLUGIN(ArchitectureMips) LLDB_PLUGIN(ArchitecturePPC64) LLDB_PLUGIN(ArchitectureAArch64) LLDB_PLUGIN(DisassemblerLLVMC) +LLDB_PLUGIN(DynamicLoaderFreeBSDKernel) LLDB_PLUGIN(DynamicLoaderPosixDYLD) LLDB_PLUGIN(DynamicLoaderStatic) LLDB_PLUGIN(InstructionARM) @@ -47,7 +48,9 @@ LLDB_PLUGIN(InstructionARM64) LLDB_PLUGIN(InstructionMIPS) LLDB_PLUGIN(InstructionMIPS64) LLDB_PLUGIN(InstructionPPC64) +LLDB_PLUGIN(InstructionRISCV) LLDB_PLUGIN(InstrumentationRuntimeASan) +LLDB_PLUGIN(InstrumentationRuntimeASanLibsanitizers) LLDB_PLUGIN(InstrumentationRuntimeMainThreadChecker) LLDB_PLUGIN(InstrumentationRuntimeTSan) LLDB_PLUGIN(InstrumentationRuntimeUBSan) @@ -58,9 +61,9 @@ LLDB_PLUGIN(MemoryHistoryASan) LLDB_PLUGIN(ObjectContainerBSDArchive) LLDB_PLUGIN(ObjectFileBreakpad) LLDB_PLUGIN(ObjectFileELF) -LLDB_PLUGIN(ObjectFileJIT) LLDB_PLUGIN(PlatformFreeBSD) LLDB_PLUGIN(PlatformGDB) +LLDB_PLUGIN(PlatformQemuUser) LLDB_PLUGIN(ScriptedProcess) LLDB_PLUGIN(ProcessElfCore) LLDB_PLUGIN(ProcessFreeBSDKernel) @@ -69,6 +72,8 @@ LLDB_SCRIPT_PLUGIN(ScriptInterpreterLua) LLDB_PLUGIN(SymbolFileBreakpad) LLDB_PLUGIN(SymbolFileDWARF) LLDB_PLUGIN(SymbolFileSymtab) +LLDB_PLUGIN(SymbolLocatorDefault) +LLDB_PLUGIN(SymbolLocatorDebuginfod) LLDB_PLUGIN(SymbolVendorELF) LLDB_PLUGIN(TypeSystemClang) LLDB_PLUGIN(UnwindAssemblyInstEmulation) |