GDB (API)
|
#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) |
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.
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.