HomeSort by relevance Sort by last modified time
    Searched refs:ChildCommand (Results 1 - 2 of 2) sorted by null

  /external/lldb/examples/plugins/commands/
fooplugin.cpp 25 class ChildCommand : public lldb::SBCommandPluginInterface
53 foo.AddCommand("child",new ChildCommand(),"a child of foo");
  /external/lldb/test/functionalities/plugins/commands/
plugin.cpp 25 class ChildCommand : public lldb::SBCommandPluginInterface
54 foo.AddCommand("child",new ChildCommand(),"a child of plugin_loaded_command");

Completed in 1814 milliseconds