GDB (API)
Typedefs | Functions
/home/stan/gdb/src/gdb/continuations.h File Reference

Go to the source code of this file.

Typedefs

typedef void( continuation_ftype )(void *arg, int err)
typedef void( continuation_free_arg_ftype )(void *)

Functions

void add_continuation (struct thread_info *, continuation_ftype *, void *, continuation_free_arg_ftype *)
void do_all_continuations (int err)
void do_all_continuations_thread (struct thread_info *, int err)
void discard_all_continuations (void)
void discard_all_continuations_thread (struct thread_info *)
void add_intermediate_continuation (struct thread_info *, continuation_ftype *, void *, continuation_free_arg_ftype *)
void do_all_intermediate_continuations (int err)
void do_all_intermediate_continuations_thread (struct thread_info *, int err)
void discard_all_intermediate_continuations (void)
void discard_all_intermediate_continuations_thread (struct thread_info *)
void add_inferior_continuation (continuation_ftype *, void *, continuation_free_arg_ftype *)
void do_all_inferior_continuations (int err)
void discard_all_inferior_continuations (struct inferior *inf)

Typedef Documentation

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.


Function Documentation

void add_continuation ( struct thread_info ,
continuation_ftype ,
void *  ,
continuation_free_arg_ftype  
)

Definition at line 140 of file continuations.c.

Definition at line 111 of file continuations.c.

Definition at line 253 of file continuations.c.

void discard_all_continuations ( void  )

Definition at line 243 of file continuations.c.

Definition at line 235 of file continuations.c.

Definition at line 131 of file continuations.c.

Definition at line 320 of file continuations.c.

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.

Definition at line 122 of file continuations.c.

Definition at line 293 of file continuations.c.

Definition at line 285 of file continuations.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines