Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h400 static LoadPluginCallbackType g_load_plugin_callback; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp315 LoadPluginCallbackType Debugger::g_load_plugin_callback = nullptr; member in Debugger