Searched defs:ChildCommand (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 47 milliseconds