Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStructuredDataPlugin.cpp50 auto parent_command = in InitializeBasePluginForDebugger() local
52 if (!parent_command) in InitializeBasePluginForDebugger()
60 parent_command->LoadSubCommand(command_name, command_sp); in InitializeBasePluginForDebugger()
/openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1348 auto parent_command = in DebuggerInitialize() local
1350 if (!parent_command) { in DebuggerInitialize()
1358 bool result = parent_command->LoadSubCommand(command_name, command_sp); in DebuggerInitialize()