GDB (xrefs)
|
Public Member Functions | |
gdbpy_event (gdbpy_ref<> &&func) | |
gdbpy_event (gdbpy_event &&other) noexcept | |
gdbpy_event (const gdbpy_event &other) | |
~gdbpy_event () | |
gdbpy_event & | operator= (const gdbpy_event &other)=delete |
void | operator() () |
Private Attributes | |
PyObject * | m_func |
|
inlinenoexcept |
|
inline |
|
inline |
Definition at line 1074 of file python.c.
References gdbpy_print_stack(), and m_func.
|
delete |
|
private |
Definition at line 1088 of file python.c.
Referenced by gdbpy_event(), operator()(), and ~gdbpy_event().