GDB (xrefs)
|
#include "extension.h"
Public Member Functions | |
scoped_disable_cooperative_sigint_handling () | |
~scoped_disable_cooperative_sigint_handling () | |
DISABLE_COPY_AND_ASSIGN (scoped_disable_cooperative_sigint_handling) | |
Private Attributes | |
struct active_ext_lang_state * | m_prev_active_ext_lang_state |
bool | m_prev_cooperative_sigint_handling_disabled |
Definition at line 349 of file extension.h.
scoped_disable_cooperative_sigint_handling::scoped_disable_cooperative_sigint_handling | ( | ) |
Definition at line 690 of file extension.c.
References cooperative_sigint_handling_disabled, extension_language_gdb, m_prev_active_ext_lang_state, m_prev_cooperative_sigint_handling_disabled, and set_active_ext_lang().
scoped_disable_cooperative_sigint_handling::~scoped_disable_cooperative_sigint_handling | ( | ) |
Definition at line 707 of file extension.c.
References cooperative_sigint_handling_disabled, m_prev_active_ext_lang_state, m_prev_cooperative_sigint_handling_disabled, and restore_active_ext_lang().
scoped_disable_cooperative_sigint_handling::DISABLE_COPY_AND_ASSIGN | ( | scoped_disable_cooperative_sigint_handling | ) |
|
private |
Definition at line 358 of file extension.h.
Referenced by scoped_disable_cooperative_sigint_handling(), and ~scoped_disable_cooperative_sigint_handling().
|
private |
Definition at line 359 of file extension.h.
Referenced by scoped_disable_cooperative_sigint_handling(), and ~scoped_disable_cooperative_sigint_handling().