|
GDB (API)
|
Go to the source code of this file.
Defines | |
| #define | NO_SHARED_LIB |
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) |
| #define NO_SHARED_LIB |
Definition at line 31 of file gdb-dlfcn.c.
| 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.
1.7.6.1