Home
last modified time | relevance | path

Searched refs:m_suppress_notification (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/mi/
Dmi-cmds.c178 m_suppress_notification (suppress_notification) in mi_command()
188 if (m_suppress_notification != nullptr) in do_suppress_notification()
189 return scoped_restore_tmpl<int> (m_suppress_notification, 1); in do_suppress_notification()
Dmi-cmds.h178 return m_suppress_notification != &mi_suppress_notification.user_selected_context; in preserve_user_selected_context()
196 int *m_suppress_notification; member