mirror of
https://github.com/epasveer/seer.git
synced 2026-08-31 01:20:45 +08:00
More fork/exec work.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user