satyr 0.43
Loading...
Searching...
No Matches
Data Fields
sr_gdb_sharedlib Struct Reference

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_sharedlibnext
 

Detailed Description

A shared library memory location as reported by GDB.

Definition at line 45 of file sharedlib.h.

Field Documentation

◆ from

uint64_t sr_gdb_sharedlib::from

Definition at line 47 of file sharedlib.h.

◆ next

struct sr_gdb_sharedlib* sr_gdb_sharedlib::next

Definition at line 51 of file sharedlib.h.

◆ soname

char* sr_gdb_sharedlib::soname

Definition at line 50 of file sharedlib.h.

◆ symbols

int sr_gdb_sharedlib::symbols

Definition at line 49 of file sharedlib.h.

◆ to

uint64_t sr_gdb_sharedlib::to

Definition at line 48 of file sharedlib.h.


The documentation for this struct was generated from the following file: