Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/examples/plugins/commands/
H A Dfooplugin.cpp25 class ChildCommand : public lldb::SBCommandPluginInterface { class
44 foo.AddCommand("child", new ChildCommand(), "a child of foo"); in PluginInitialize()
/llvm-project-15.0.7/lldb/test/API/functionalities/plugins/command_plugin/
H A Dplugin.cpp.template14 class ChildCommand : public lldb::SBCommandPluginInterface
43 foo.AddCommand("child",new ChildCommand(),"a child of plugin_loaded_command");