diff options
Diffstat (limited to 'gdb/mi/mi-main.h')
-rw-r--r-- | gdb/mi/mi-main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/mi/mi-main.h b/gdb/mi/mi-main.h index f4268c2..aad7eeb 100644 --- a/gdb/mi/mi-main.h +++ b/gdb/mi/mi-main.h @@ -39,6 +39,8 @@ struct mi_suppress_notification int breakpoint; /* Command param changed notification suppressed? */ int cmd_param_changed; + /* Traceframe changed notification suppressed? */ + int traceframe; }; extern struct mi_suppress_notification mi_suppress_notification; |