| 76 | }; |
| 77 | |
| 78 | VariableCollection *LldbFormattersTest::variableCollection() |
| 79 | { |
| 80 | return m_core->debugController()->variableCollection(); |
| 81 | } |
| 82 | |
| 83 | QModelIndex LldbFormattersTest::watchVariableIndexAt(int i, int col) |
| 84 | { |
nothing calls this directly
no test coverage detected