GDB (API)
|
Go to the source code of this file.
typedef void( continuation_free_arg_ftype)(void *) |
Definition at line 46 of file continuations.h.
typedef void( continuation_ftype)(void *arg, int err) |
Definition at line 41 of file continuations.h.
void add_continuation | ( | struct thread_info * | , |
continuation_ftype * | , | ||
void * | , | ||
continuation_free_arg_ftype * | |||
) |
Definition at line 140 of file continuations.c.
void add_inferior_continuation | ( | continuation_ftype * | , |
void * | , | ||
continuation_free_arg_ftype * | |||
) |
Definition at line 111 of file continuations.c.
void add_intermediate_continuation | ( | struct thread_info * | , |
continuation_ftype * | , | ||
void * | , | ||
continuation_free_arg_ftype * | |||
) |
Definition at line 253 of file continuations.c.
void discard_all_continuations | ( | void | ) |
Definition at line 243 of file continuations.c.
void discard_all_continuations_thread | ( | struct thread_info * | ) |
Definition at line 235 of file continuations.c.
void discard_all_inferior_continuations | ( | struct inferior * | inf | ) |
Definition at line 131 of file continuations.c.
void discard_all_intermediate_continuations | ( | void | ) |
Definition at line 320 of file continuations.c.
void discard_all_intermediate_continuations_thread | ( | struct thread_info * | ) |
Definition at line 312 of file continuations.c.
void do_all_continuations | ( | int | err | ) |
Definition at line 217 of file continuations.c.
void do_all_continuations_thread | ( | struct thread_info * | , |
int | err | ||
) |
Definition at line 209 of file continuations.c.
void do_all_inferior_continuations | ( | int | err | ) |
Definition at line 122 of file continuations.c.
void do_all_intermediate_continuations | ( | int | err | ) |
Definition at line 293 of file continuations.c.
void do_all_intermediate_continuations_thread | ( | struct thread_info * | , |
int | err | ||
) |
Definition at line 285 of file continuations.c.