|
satyr 0.43
|
A shared library memory location as reported by GDB. More...
#include <sharedlib.h>
Data Fields | |
| uint64_t | from |
| uint64_t | to |
| int | symbols |
| char * | soname |
| struct sr_gdb_sharedlib * | next |
A shared library memory location as reported by GDB.
Definition at line 45 of file sharedlib.h.
| uint64_t sr_gdb_sharedlib::from |
Definition at line 47 of file sharedlib.h.
| struct sr_gdb_sharedlib* sr_gdb_sharedlib::next |
Definition at line 51 of file sharedlib.h.
| char* sr_gdb_sharedlib::soname |
Definition at line 50 of file sharedlib.h.
| int sr_gdb_sharedlib::symbols |
Definition at line 49 of file sharedlib.h.
| uint64_t sr_gdb_sharedlib::to |
Definition at line 48 of file sharedlib.h.