GDB (xrefs)
|
Public Attributes | |
struct continuation * | next |
continuation_ftype * | function |
continuation_free_arg_ftype * | free_arg |
void * | arg |
Definition at line 25 of file continuations.c.
void* continuation::arg |
Definition at line 30 of file continuations.c.
Referenced by discard_my_continuations_1(), do_my_continuations_1(), and make_continuation().
Definition at line 29 of file continuations.c.
Referenced by discard_my_continuations_1(), do_my_continuations_1(), and make_continuation().
Definition at line 28 of file continuations.c.
Referenced by do_my_continuations_1(), and make_continuation().
struct continuation* continuation::next |
Definition at line 27 of file continuations.c.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), discard_my_continuations_1(), and do_my_continuations_1().