Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/API/
H A DSBCommandInterpreterTest.cpp32 class DummyCommand : public SBCommandPluginInterface { class
34 DummyCommand(const char *message) : m_message(message) {} in DummyCommand() function in DummyCommand
49 DummyCommand dummy("It worked"); in TEST_F()
85 DummyCommand subcommand("It worked again"); in TEST_F()
119 DummyCommand subcommand2("It worked again 2"); in TEST_F()