Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h582 static LoadPluginCallbackType g_load_plugin_callback; variable
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp199 LoadPluginCallbackType Debugger::g_load_plugin_callback = nullptr; member in Debugger