| 158 | /***************************************************************************/ |
| 159 | |
| 160 | void GDBOutputWidget::clear() |
| 161 | { |
| 162 | if (m_gdbView) |
| 163 | m_gdbView->clear(); |
| 164 | |
| 165 | m_userCommands_.clear(); |
| 166 | m_allCommands.clear(); |
| 167 | |
| 168 | m_pendingOutput.clear(); |
| 169 | m_updateTimer.stop(); |
| 170 | } |
| 171 | |
| 172 | /***************************************************************************/ |
| 173 |
no test coverage detected