Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp294 if (LanguageRuntimeGetCommandObject command_callback = in InitializeCommands() local
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp541 LanguageRuntimeGetCommandObject command_callback; global() member
555 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,LanguageRuntimeCreateInstance create_callback,LanguageRuntimeGetCommandObject command_callback,LanguageRuntimeGetExceptionPrecondition precondition_callback) RegisterPlugin() argument