Home
last modified time | relevance | path

Searched full:plugins (Results 1 – 25 of 547) sorted by relevance

12345678910>>...22

/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/
H A DBUILD.gn7 # lldb/source/Plugins/CMakeList.txt then does string munging on the list of
8 # plugin names to generate Plugins.def.
9 # In the GN build, we instead have an explicit list of all plugins here.
10 # Every entry in this list is a (GN target, LLDB_PLUGIN Plugins.def name) pair.
14 "//lldb/source/Plugins/ABI/X86",
20 "//lldb/source/Plugins/Architecture/PPC64",
24 "//lldb/source/Plugins/Disassembler/LLVMC",
28 "//lldb/source/Plugins/DynamicLoader/Darwin-Kernel",
32 "//lldb/source/Plugins/DynamicLoader/MacOSX-DYLD",
36 "//lldb/source/Plugins/DynamicLoader/POSIX-DYLD",
[all …]
/openbsd-src/gnu/usr.bin/clang/include/lldb/Plugins/
H A DMakefile31 ${LLDB_SRCS}/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernelProperties.td
33 -I${LLDB_SRCS}/source/Plugins/DynamicLoader/Darwin-Kernel \
37 ${LLDB_SRCS}/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernelProperties.td
39 -I${LLDB_SRCS}/source/Plugins/DynamicLoader/Darwin-Kernel \
43 ${LLDB_SRCS}/source/Plugins/JITLoader/GDB/JITLoaderGDBProperties.td
45 -I${LLDB_SRCS}/source/Plugins/JITLoader/GDB \
49 ${LLDB_SRCS}/source/Plugins/JITLoader/GDB/JITLoaderGDBProperties.td
51 -I${LLDB_SRCS}/source/Plugins/JITLoader/GDB \
55 ${LLDB_SRCS}/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFFProperties.td
57 -I${LLDB_SRCS}/source/Plugins/ObjectFile/PECOFF \
[all …]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/tools/lldb-server/
H A DBUILD.gn20 "//lldb/source/Plugins/Instruction/ARM",
23 #"//lldb/source/Plugins/Instruction/MIPS", # XXX
24 #"//lldb/source/Plugins/Instruction/MIPS64", # XXX
30 "//lldb/source/Plugins/Language/CPlusPlus",
34 deps += [ "//lldb/source/Plugins/Process/Linux" ]
36 #deps += [ "//lldb/source/Plugins/Process/FreeBSD" ]
38 #deps += [ "//lldb/source/Plugins/Process/NetBSD" ]
42 deps += [ "//lldb/source/Plugins/ObjectFile/Mach-O" ]
44 deps += [ "//lldb/source/Plugins/ObjectFile/PECOFF" ]
46 deps += [ "//lldb/source/Plugins/ObjectFile/ELF" ]
[all …]
/openbsd-src/gnu/usr.bin/clang/liblldbPluginPlatform/
H A DMakefile30 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/Android
31 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/FreeBSD
32 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/Linux
33 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/MacOSX
34 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/NetBSD
35 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/OpenBSD
36 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/POSIX
37 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/Windows
38 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/gdb-server
47 CPPFLAGS+= -I${.OBJDIR}/../include/lldb/Plugins
/openbsd-src/gnu/usr.bin/clang/liblldbPluginDynamicLoader/
H A DMakefile20 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel
21 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD
22 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD
23 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/DynamicLoader/Static
24 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD
25 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/DynamicLoader/Windows-DYLD
26 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/DynamicLoader/wasm-DYLD
35 CPPFLAGS+= -I${.OBJDIR}/../include/lldb/Plugins
/openbsd-src/gnu/usr.bin/clang/liblldbPluginObjectFile/
H A DMakefile20 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/ObjectFile/Breakpad
21 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/ObjectFile/ELF
22 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/ObjectFile/Mach-O
23 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/ObjectFile/PDB
24 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/ObjectFile/PECOFF
25 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/ObjectFile/JIT
26 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/ObjectFile/wasm
35 CPPFLAGS+= -I${.OBJDIR}/../include/lldb/Plugins
/openbsd-src/gnu/usr.bin/clang/liblldbABI/
H A DMakefile31 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/ABI/AArch64
32 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/ABI/ARC
33 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/ABI/ARM
34 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/ABI/Hexagon
35 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/ABI/Mips
36 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/ABI/PowerPC
37 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/ABI/SystemZ
38 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/ABI/X86
/openbsd-src/gnu/usr.bin/clang/liblldbPluginProcess/
H A DMakefile134 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Process/OpenBSD
135 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Process/POSIX
136 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Process/gdb-remote
137 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Process/Utility
138 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Process/elf-core
139 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Process/mach-core
140 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Process/minidump
141 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Process/scripted
142 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Process/OpenBSDKernel
151 CPPFLAGS+= -I${.OBJDIR}/../include/lldb/Plugins
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt316 clang/lib/Analysis/plugins/CheckerDependencyHandling/CheckerDependencyHandling.cpp
317 clang/lib/Analysis/plugins/SampleAnalyzer/MainCallChecker.cpp
3586 lldb/examples/plugins/commands/fooplugin.cpp
4104 lldb/source/Plugins/ABI/AArch64/ABIAArch64.cpp
4105 lldb/source/Plugins/ABI/AArch64/ABIAArch64.h
4106 lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
4107 lldb/source/Plugins/ABI/ARM/ABIARM.cpp
4108 lldb/source/Plugins/ABI/ARM/ABIARM.h
4109 lldb/source/Plugins/ABI/Mips/ABIMips.cpp
4110 lldb/source/Plugins/ABI/Mips/ABIMips.h
[all …]
/openbsd-src/gnu/llvm/lldb/tools/lldb-server/
H A DSystemInitializerLLGS.cpp12 #include "Plugins/ObjectFile/Mach-O/ObjectFileMachO.h"
15 #include "Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h"
18 #include "Plugins/ObjectFile/ELF/ObjectFileELF.h"
29 #include "Plugins/Instruction/ARM/EmulateInstructionARM.h"
34 #include "Plugins/Instruction/LoongArch/EmulateInstructionLoongArch.h"
40 #include "Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h"
46 #include "Plugins/Instruction/MIPS/EmulateInstructionMIPS.h"
51 #include "Plugins/Instruction/RISCV/EmulateInstructionRISCV.h"
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A Dclang.py58 def get_active_checkers(clang, plugins): argument
62 :param plugins: list of plugins which was requested by the user
74 for plugin in plugins
138 def get_checkers(clang, plugins): argument
139 """ Get all the available checkers from default and from the plugins.
142 :param plugins: list of plugins which was requested by the user
147 load = [elem for plugin in plugins for elem in ['-load', plugin]]
152 is_active_checker = is_active(get_active_checkers(clang, plugins))
/openbsd-src/gnu/llvm/clang/docs/
H A DClangPlugins.rst2 Clang Plugins
5 Clang Plugins make it possible to run extra user defined actions during a
12 Clang Plugins run FrontendActions over code. See the :doc:`FrontendAction
49 Plugins can also define pragmas by declaring a ``PragmaHandler`` and
69 Plugins can define attributes by declaring a ``ParsedAttrInfo`` and registering
132 Clang plugins can receive arguments from the compiler driver command
154 loaded via the `-load` command line option. This will load all plugins
155 that are registered, and you can select the plugins to run by specifying the
156 `-plugin` option. Additional parameters for the plugins can be passed with
207 To reduce peak memory usage of the compiler, plugins are recommended to run
[all …]
H A DTooling.rst33 Clang Plugins
36 :doc:`Clang Plugins <ClangPlugins>` allow you to run additional actions on the
37 AST as part of a compilation. Plugins are dynamic libraries that are loaded at
41 Canonical examples of when to use Clang Plugins:
46 Use Clang Plugins when you...:
52 Do not use Clang Plugins when you...:
75 * want to share code with Clang Plugins
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/TypeSystem/Clang/
H A DBUILD.gn13 "//lldb/source/Plugins/ExpressionParser/Clang",
14 "//lldb/source/Plugins/LanguageRuntime/ObjC",
15 "//lldb/source/Plugins/SymbolFile/DWARF",
16 "//lldb/source/Plugins/SymbolFile/PDB",
23 # Reaches into Plugins/ExpressionParser/Clang.
/openbsd-src/gnu/usr.bin/clang/liblldbPluginSymbolFile/
H A DMakefile67 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/SymbolFile/Breakpad
68 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/SymbolFile/DWARF
69 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/SymbolFile/NativePDB
70 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/SymbolFile/PDB
71 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/SymbolFile/Symtab
80 CPPFLAGS+= -I${.OBJDIR}/../include/lldb/Plugins
/openbsd-src/gnu/usr.bin/clang/liblldbPluginInstruction/
H A DMakefile15 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Instruction/ARM
16 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Instruction/ARM64
17 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Instruction/MIPS
18 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Instruction/MIPS64
19 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Instruction/PPC64
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSystemInitializerFull.cpp30 #include "Plugins/Plugins.def"
33 #include "Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h"
69 #include "Plugins/Plugins.def" in Initialize()
94 #include "Plugins/Plugins.def" in Terminate()
/openbsd-src/gnu/usr.bin/clang/liblldbPluginLanguageRuntime/
H A DMakefile30 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus
31 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI
32 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/LanguageRuntime/ObjC
33 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime
34 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime
/openbsd-src/gnu/llvm/lldb/tools/lldb-test/
H A DSystemInitializerTest.cpp21 #include "Plugins/Plugins.def"
41 #include "Plugins/Plugins.def" in Initialize()
65 #include "Plugins/Plugins.def" in Terminate()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ExpressionParser/Clang/
H A DBUILD.gn24 #"//lldb/source/Plugins/Language/CPlusPlus", # 3-hop dependency cycle
25 "//lldb/source/Plugins/LanguageRuntime/CPlusPlus",
26 "//lldb/source/Plugins/LanguageRuntime/ObjC",
27 "//lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime",
34 #"//lldb/source/Plugins/TypeSystem/Clang", # Dependency cycle
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/mach-core/
H A DBUILD.gn8 "//lldb/source/Plugins/DynamicLoader/Darwin-Kernel",
9 "//lldb/source/Plugins/DynamicLoader/MacOSX-DYLD",
10 "//lldb/source/Plugins/ObjectFile/Mach-O",
17 # Reaches into Plugins/Process/Utility.
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/elf-core/
H A DBUILD.gn6 "//lldb/source/Plugins/DynamicLoader/POSIX-DYLD",
7 "//lldb/source/Plugins/ObjectFile/ELF",
8 "//lldb/source/Plugins/Process/Utility",
14 # Reaches into Plugins/DynamicLoader/POSIX-DYLD.
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Initialization/
H A DBUILD.gn7 "//lldb/source/Plugins/Process/gdb-remote",
12 deps += [ "//lldb/source/Plugins/Process/POSIX" ]
14 deps += [ "//lldb/source/Plugins/Process/Windows/Common" ]
17 # SystemInitializerCommon.cpp includes headers from Plugins/Process/....
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp17 #include "Plugins/Process/Utility/RegisterContextFreeBSD_i386.h"
18 #include "Plugins/Process/Utility/RegisterContextFreeBSD_mips64.h"
19 #include "Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.h"
20 #include "Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.h"
21 #include "Plugins/Process/Utility/RegisterContextLinux_i386.h"
22 #include "Plugins/Process/Utility/RegisterContextLinux_s390x.h"
23 #include "Plugins/Process/Utility/RegisterContextLinux_x86_64.h"
24 #include "Plugins/Process/Utility/RegisterContextNetBSD_i386.h"
25 #include "Plugins/Process/Utility/RegisterContextNetBSD_x86_64.h"
26 #include "Plugins/Process/Utility/RegisterContextOpenBSD_i386.h"
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/
H A DPlugins.def.in1 /*===- lldb/source/Plugin/Plugins.def ---------------------------*- C++ -*-===*\
10 |* This file enumerates all of the plugins supported by this build of LLDB. *|
13 |* including this file will then enumerate all of the plugins. Script *|
14 |* interpreter plugins can be enumerated separately by defining *|
18 |* The set of plugins supported by LLDB is generated at configuration *|

12345678910>>...22