Home
last modified time | relevance | path

Searched refs:LLDB_PLUGIN (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/
H A DPlugins.def.in11 |* Clients of this file should define the LLDB_PLUGIN macro to be a *|
15 |* LLDB_SCRIPT_PLUGIN in which case they are not part of LLDB_PLUGIN. *|
24 #ifndef LLDB_PLUGIN
25 # error Please define the macro LLDB_PLUGIN(PluginName)
29 #define LLDB_SCRIPT_PLUGIN(p) LLDB_PLUGIN(p)
36 #undef LLDB_PLUGIN
H A DCMakeLists.txt44 set(LLDB_PROCESS_WINDOWS_PLUGIN "LLDB_PLUGIN(${pStripped})\n")
46 set(LLDB_PROCESS_GDB_PLUGIN "LLDB_PLUGIN(${pStripped})\n")
48 set(LLDB_ENUM_PLUGINS "${LLDB_ENUM_PLUGINS}LLDB_PLUGIN(${pStripped})\n")
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A DSystemInitializerTest.cpp20 #define LLDB_PLUGIN(p) LLDB_PLUGIN_DECLARE(p) macro
40 #define LLDB_PLUGIN(p) LLDB_PLUGIN_INITIALIZE(p); in Initialize() macro
64 #define LLDB_PLUGIN(p) LLDB_PLUGIN_TERMINATE(p); in Terminate() macro
/llvm-project-15.0.7/lldb/source/API/
H A DSystemInitializerFull.cpp30 #define LLDB_PLUGIN(p) LLDB_PLUGIN_DECLARE(p) macro
69 #define LLDB_PLUGIN(p) LLDB_PLUGIN_INITIALIZE(p); in Initialize() macro
94 #define LLDB_PLUGIN(p) LLDB_PLUGIN_TERMINATE(p); in Terminate() macro
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/
H A DBUILD.gn10 # Every entry in this list is a (GN target, LLDB_PLUGIN Plugins.def name) pair.
210 enum_plugins += "LLDB_PLUGIN(" + plugin_id + ")\n"
223 [ "LLDB_PROCESS_WINDOWS_PLUGIN=LLDB_PLUGIN(ProcessWindowsCommon)" ]
227 values += [ "LLDB_PROCESS_GDB_PLUGIN=LLDB_PLUGIN(ProcessGDBRemote)" ]