|
GDB (xrefs)
|
Go to the source code of this file.
Classes | |
| struct | continuation |
Functions | |
| static void | make_continuation (struct continuation **pmy_chain, continuation_ftype *function, void *arg, void(*free_arg)(void *)) |
| static void | do_my_continuations_1 (struct continuation **pmy_chain, int err) |
| static void | do_my_continuations (struct continuation **list, int err) |
| static void | discard_my_continuations_1 (struct continuation **pmy_chain) |
| static void | discard_my_continuations (struct continuation **list) |
| void | add_inferior_continuation (continuation_ftype *hook, void *args, continuation_free_arg_ftype *free_arg) |
| void | do_all_inferior_continuations (int err) |
| void | discard_all_inferior_continuations (struct inferior *inf) |
| void add_inferior_continuation | ( | continuation_ftype * | hook, |
| void * | args, | ||
| continuation_free_arg_ftype * | free_arg | ||
| ) |
Definition at line 111 of file continuations.c.
References inferior::args, current_inferior(), and make_continuation().
Referenced by attach_command(), and notice_new_inferior().
| void discard_all_inferior_continuations | ( | struct inferior * | inf | ) |
Definition at line 131 of file continuations.c.
References discard_my_continuations().
Referenced by inferior::~inferior().
|
static |
Definition at line 101 of file continuations.c.
References discard_my_continuations_1().
Referenced by discard_all_inferior_continuations().
|
static |
Definition at line 87 of file continuations.c.
References continuation::arg, continuation::free_arg, continuation::next, and xfree().
Referenced by discard_my_continuations().
| void do_all_inferior_continuations | ( | int | err | ) |
Definition at line 122 of file continuations.c.
References current_inferior(), do_my_continuations(), and err.
Referenced by inferior_event_handler().
|
static |
Definition at line 67 of file continuations.c.
References do_my_continuations_1(), and err.
Referenced by do_all_inferior_continuations().
|
static |
Definition at line 52 of file continuations.c.
References continuation::arg, err, continuation::free_arg, continuation::function, continuation::next, and xfree().
Referenced by do_my_continuations().
|
static |
Definition at line 38 of file continuations.c.
References continuation::arg, continuation::free_arg, continuation::function, continuation::next, and XNEW.
Referenced by add_inferior_continuation().
1.8.14