Home
last modified time | relevance | path

Searched defs:g_load_plugin_callback (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h508 static LoadPluginCallbackType g_load_plugin_callback; variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp175 LoadPluginCallbackType Debugger::g_load_plugin_callback = nullptr; member in Debugger