Home
last modified time | relevance | path

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

/llvm-project/lldb/unittests/API/
H A DSBCommandInterpreterTest.cpp30 class DummyCommand : public SBCommandPluginInterface { class
32 DummyCommand(const char *message) : m_message(message) {} in DummyCommand() function in DummyCommand