Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Functions
debuginfo_rpc.gsm.h File Reference
#import "xsdc.gsm.h"
#import "debuginfo_xml.gsm.h"
Include dependency graph for debuginfo_rpc.gsm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  vmi1__DebugFile
 
struct  vmi1__DebugFiles
 
struct  vmi1__SymbolResponse
 
struct  vmi1__NestedSymbolResponse
 

Functions

int vmi1__ListDebugFiles (struct vmi1__DebugFileOptsT *opts, struct vmi1__DebugFiles *r)
 
int vmi1__LoadDebugFile (char *filename, struct vmi1__DebugFileOptsT *opts, struct vmi1__DebugFile *r)
 
int vmi1__LoadDebugFileForBinary (char *filename, struct vmi1__DebugFileOptsT *opts, struct vmi1__DebugFile *r)
 
int vmi1__LookupSymbolSimple (char *filename, char *name, struct vmi1__DebugFileOptsT *opts, struct vmi1__SymbolResponse *r)
 
int vmi1__LookupSymbol (char *filename, char *name, struct vmi1__DebugFileOptsT *opts, struct vmi1__NestedSymbolResponse *r)
 
int vmi1__LookupAddrSimple (char *filename, vmi1__ADDR addr, struct vmi1__DebugFileOptsT *opts, struct vmi1__SymbolResponse *r)
 
int vmi1__LookupAddr (char *filename, vmi1__ADDR addr, struct vmi1__DebugFileOptsT *opts, struct vmi1__NestedSymbolResponse *r)
 
int vmi1__LookupAllSymbols (char *filename, char *name, struct vmi1__DebugFileOptsT *opts, struct vmi1__NestedSymbolResponse *r)
 

Function Documentation

int vmi1__ListDebugFiles ( struct vmi1__DebugFileOptsT *  opts,
struct vmi1__DebugFiles r 
)
int vmi1__LoadDebugFile ( char *  filename,
struct vmi1__DebugFileOptsT *  opts,
struct vmi1__DebugFile r 
)
int vmi1__LoadDebugFileForBinary ( char *  filename,
struct vmi1__DebugFileOptsT *  opts,
struct vmi1__DebugFile r 
)
int vmi1__LookupAddr ( char *  filename,
vmi1__ADDR  addr,
struct vmi1__DebugFileOptsT *  opts,
struct vmi1__NestedSymbolResponse r 
)
int vmi1__LookupAddrSimple ( char *  filename,
vmi1__ADDR  addr,
struct vmi1__DebugFileOptsT *  opts,
struct vmi1__SymbolResponse r 
)
int vmi1__LookupAllSymbols ( char *  filename,
char *  name,
struct vmi1__DebugFileOptsT *  opts,
struct vmi1__NestedSymbolResponse r 
)
int vmi1__LookupSymbol ( char *  filename,
char *  name,
struct vmi1__DebugFileOptsT *  opts,
struct vmi1__NestedSymbolResponse r 
)
int vmi1__LookupSymbolSimple ( char *  filename,
char *  name,
struct vmi1__DebugFileOptsT *  opts,
struct vmi1__SymbolResponse r 
)