Add new ThreadGroup browser.

This commit is contained in:
Ernie Pasveer
2022-09-18 12:01:01 -05:00
parent 7fcf280e96
commit 253100f9e2
11 changed files with 346 additions and 12 deletions
+3
View File
@@ -643,6 +643,9 @@ void SeerMainWindow::handleText (const QString& text) {
}else if (text.startsWith("^done,threads=[")) {
return;
}else if (text.startsWith("^done,groups=[")) {
return;
}else if (text.startsWith("^done,register-names=[") && text.endsWith("]")) {
return;