Home | History | Annotate | Download | only in python

Lines Matching defs:gdbpy_event

1101 struct gdbpy_event
1103 gdbpy_event (gdbpy_ref<> &&func)
1108 gdbpy_event (gdbpy_event &&other) noexcept
1114 gdbpy_event (const gdbpy_event &other)
1121 ~gdbpy_event ()
1127 gdbpy_event &operator= (const gdbpy_event &other) = delete;
1163 gdbpy_event event (std::move (func_ref));