GDB (API)
Functions
/home/stan/gdb/src/gdb/continuations.c File Reference
#include "defs.h"
#include "gdbthread.h"
#include "inferior.h"
#include "continuations.h"

Go to the source code of this file.

Functions

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_continuation (struct thread_info *thread, continuation_ftype *hook, void *args, continuation_free_arg_ftype *free_arg)
void do_all_continuations_thread (struct thread_info *thread, int err)
void do_all_continuations (int err)
void discard_all_continuations_thread (struct thread_info *thread)
void discard_all_continuations (void)
void add_intermediate_continuation (struct thread_info *thread, continuation_ftype *hook, void *args, continuation_free_arg_ftype *free_arg)
void do_all_intermediate_continuations_thread (struct thread_info *thread, int err)
void do_all_intermediate_continuations (int err)
void discard_all_intermediate_continuations_thread (struct thread_info *thread)
void discard_all_intermediate_continuations (void)

Function Documentation

void add_continuation ( struct thread_info thread,
continuation_ftype hook,
void *  args,
continuation_free_arg_ftype free_arg 
)

Definition at line 140 of file continuations.c.

void add_inferior_continuation ( continuation_ftype hook,
void *  args,
continuation_free_arg_ftype free_arg 
)

Definition at line 111 of file continuations.c.

void add_intermediate_continuation ( struct thread_info thread,
continuation_ftype hook,
void *  args,
continuation_free_arg_ftype free_arg 
)

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 thread)

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 thread,
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.

void do_all_intermediate_continuations_thread ( struct thread_info thread,
int  err 
)

Definition at line 285 of file continuations.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines