Add remaining catchpoint types.

This commit is contained in:
Ernie Pasveer
2025-06-21 16:38:45 -05:00
parent 899228f09b
commit b829676a05
8 changed files with 187 additions and 27 deletions
+11
View File
@@ -96,6 +96,17 @@ void SeerCatchpointsBrowserWidget::handleText (const QString& text) {
// times="0"}
// ]
//
// body=[
// bkpt={number="2",
// type="catchpoint",
// disp="keep",
// enabled="y",
// what="<any signal>",
// catch-type="signal",
// thread-groups=["i1"],
// times="1"}
// ]
//
QString newtext = Seer::filterEscapes(text); // Filter escaped characters.