|
GDB (xrefs)
|
Go to the source code of this file.
Classes | |
| struct | dlclose_deleter |
Typedefs | |
| typedef std::unique_ptr< void, dlclose_deleter > | gdb_dlhandle_up |
Functions | |
| gdb_dlhandle_up | gdb_dlopen (const char *filename) |
| void * | gdb_dlsym (const gdb_dlhandle_up &handle, const char *symbol) |
| int | is_dl_available (void) |
| typedef std::unique_ptr<void, dlclose_deleter> gdb_dlhandle_up |
Definition at line 32 of file gdb-dlfcn.h.
| gdb_dlhandle_up gdb_dlopen | ( | const char * | filename | ) |
Definition at line 61 of file gdb-dlfcn.c.
Referenced by jit_reader_load(), and load_libcc().
| void* gdb_dlsym | ( | const gdb_dlhandle_up & | handle, |
| const char * | symbol | ||
| ) |
Definition at line 93 of file gdb-dlfcn.c.
References symbol.
Referenced by jit_reader_load(), and load_libcc().
| int is_dl_available | ( | void | ) |
Definition at line 113 of file gdb-dlfcn.c.
Referenced by _initialize_jit().
1.8.14