Home
last modified time | relevance | path

Searched refs:command_callback (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DLanguageRuntime.cpp280 if (LanguageRuntimeGetCommandObject command_callback = in InitializeCommands() local
283 command_callback(parent->GetCommandInterpreter()); in InitializeCommands()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DPluginManager.h167 LanguageRuntimeGetCommandObject command_callback = nullptr);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp831 LanguageRuntimeGetCommandObject command_callback; member
849 LanguageRuntimeGetCommandObject command_callback) { in RegisterPlugin() argument
857 instance.command_callback = command_callback; in RegisterPlugin()
895 return instances[idx].command_callback; in GetLanguageRuntimeGetCommandObjectAtIndex()