Home
last modified time | relevance | path

Searched refs:parent_command (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStructuredDataPlugin.cpp51 auto parent_command = in InitializeBasePluginForDebugger() local
53 if (!parent_command) in InitializeBasePluginForDebugger()
61 parent_command->LoadSubCommand(command_name, command_sp); in InitializeBasePluginForDebugger()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1425 auto parent_command = in DebuggerInitialize() local
1427 if (!parent_command) { in DebuggerInitialize()
1435 bool result = parent_command->LoadSubCommand(command_name, command_sp); in DebuggerInitialize()