GDB (API)
Defines | Functions | Variables
/home/stan/gdb/src/gdb/bsd-uthread.c File Reference
#include "defs.h"
#include "gdbcore.h"
#include "gdbthread.h"
#include "inferior.h"
#include "objfiles.h"
#include "observer.h"
#include "regcache.h"
#include "solib.h"
#include "solist.h"
#include "symfile.h"
#include "target.h"
#include "gdb_assert.h"
#include "gdb_obstack.h"
#include "bsd-uthread.h"

Go to the source code of this file.

Defines

#define BSD_UTHREAD_PTHREAD_MAGIC   0xd09ba115
#define BSD_UTHREAD_PS_RUNNING   0
#define BSD_UTHREAD_PS_DEAD   18

Functions

void bsd_uthread_set_supply_uthread (struct gdbarch *gdbarch, void(*supply_uthread)(struct regcache *, int, CORE_ADDR))
void bsd_uthread_set_collect_uthread (struct gdbarch *gdbarch, void(*collect_uthread)(const struct regcache *, int, CORE_ADDR))
void _initialize_bsd_uthread (void)

Variables

initialize_file_ftype _initialize_bsd_uthread

Define Documentation

#define BSD_UTHREAD_PS_DEAD   18

Definition at line 105 of file bsd-uthread.c.

#define BSD_UTHREAD_PS_RUNNING   0

Definition at line 104 of file bsd-uthread.c.

#define BSD_UTHREAD_PTHREAD_MAGIC   0xd09ba115

Definition at line 89 of file bsd-uthread.c.


Function Documentation

void _initialize_bsd_uthread ( void  )

Definition at line 548 of file bsd-uthread.c.

void bsd_uthread_set_collect_uthread ( struct gdbarch *  gdbarch,
void(*)(const struct regcache *, int, CORE_ADDR collect_uthread 
)

Definition at line 80 of file bsd-uthread.c.

void bsd_uthread_set_supply_uthread ( struct gdbarch *  gdbarch,
void(*)(struct regcache *, int, CORE_ADDR supply_uthread 
)

Definition at line 68 of file bsd-uthread.c.


Variable Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines