Home
last modified time | relevance | path

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

/external/lldb/examples/plugins/commands/
Dfooplugin.cpp25 class ChildCommand : public lldb::SBCommandPluginInterface class
53 foo.AddCommand("child",new ChildCommand(),"a child of foo"); in PluginInitialize()
/external/lldb/test/functionalities/plugins/commands/
Dplugin.cpp25 class ChildCommand : public lldb::SBCommandPluginInterface class
54 foo.AddCommand("child",new ChildCommand(),"a child of plugin_loaded_command"); in PluginInitialize()