GDB (xrefs)
|
#include "mi-main.h"
Public Attributes | |
int | breakpoint |
int | cmd_param_changed |
int | traceframe |
int | memory |
int | user_selected_context |
int mi_suppress_notification::breakpoint |
Definition at line 40 of file mi-main.h.
Referenced by add_builtin_mi_commands(), mi_interp::on_breakpoint_created(), mi_interp::on_breakpoint_deleted(), and mi_interp::on_breakpoint_modified().
int mi_suppress_notification::cmd_param_changed |
Definition at line 42 of file mi-main.h.
Referenced by add_builtin_mi_commands(), and mi_interp::on_param_changed().
int mi_suppress_notification::memory |
Definition at line 46 of file mi-main.h.
Referenced by add_builtin_mi_commands(), mi_cmd_var_assign(), and mi_interp::on_memory_changed().
int mi_suppress_notification::traceframe |
Definition at line 44 of file mi-main.h.
Referenced by add_builtin_mi_commands(), and mi_interp::on_traceframe_changed().
int mi_suppress_notification::user_selected_context |
Definition at line 48 of file mi-main.h.
Referenced by add_builtin_mi_commands(), mi_interp::on_user_selected_context_changed(), and mi_command::preserve_user_selected_context().