mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 09:00:42 +08:00
Add remaining catchpoint types.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user