More fork/exec work.

This commit is contained in:
Ernie Pasveer
2022-09-16 19:39:58 -05:00
parent e0bc2df5c9
commit b5b3b3773f
16 changed files with 274 additions and 2 deletions
+14
View File
@@ -152,6 +152,20 @@ void SeerThreadFramesBrowserWidget::handleText (const QString& text) {
}
}
}else if (text.startsWith("*running,thread-id=")) {
refresh();
}else if (text.startsWith("=thread-created,id=")) {
// =thread-created,id="2",group-id="i2"
refresh();
}else if (text.startsWith("=thread-exited,id=")) {
// =thread-exited,id="2",group-id="i2"
refresh();
}else if (text.startsWith("^error,msg=\"No registers.\"")) {
threadTreeWidget->clear();