mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 17:10:44 +08:00
Add new ThreadGroup browser.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user