GDB (API)
Functions
/home/stan/gdb/src/gdb/gdb-dlfcn.h File Reference
#include "defs.h"

Go to the source code of this file.

Functions

void * gdb_dlopen (const char *filename)
void * gdb_dlsym (void *handle, const char *symbol)
struct cleanup * make_cleanup_dlclose (void *handle)
int gdb_dlclose (void *handle)
int is_dl_available (void)

Function Documentation

int gdb_dlclose ( void *  handle)

Definition at line 56 of file gdb-dlfcn.c.

void* gdb_dlopen ( const char *  filename)

Definition at line 37 of file gdb-dlfcn.c.

void* gdb_dlsym ( void *  handle,
const char *  symbol 
)

Definition at line 43 of file gdb-dlfcn.c.

int is_dl_available ( void  )

Definition at line 62 of file gdb-dlfcn.c.

struct cleanup* make_cleanup_dlclose ( void *  handle) [read]

Definition at line 49 of file gdb-dlfcn.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines