Searched refs:ChildCommand (Results 1 – 2 of 2) sorted by relevance
25 class ChildCommand : public lldb::SBCommandPluginInterface { class44 foo.AddCommand("child", new ChildCommand(), "a child of foo"); in PluginInitialize()
14 class ChildCommand : public lldb::SBCommandPluginInterface43 foo.AddCommand("child",new ChildCommand(),"a child of plugin_loaded_command");