#include <GSymLookup.h>
Inherited by GAppPrivate.
Public Member Functions | |
bool | Lookup (char *buf, int buflen, Addr *Ip, int IpLen) |
int | BackTrace (int Epb, int Eip, Addr *addr, int len) |
Gets the current stack. | |
bool | Lookup (char *buf, int buflen, Addr *Ip, int IpLen) |
int | BackTrace (long Eip, long Ebp, Addr *buffer, int max_frames) |
Gets the current stack. |
bool GSymLookup::Lookup | ( | char * | buf, | |
int | buflen, | |||
Addr * | Ip, | |||
int | IpLen | |||
) | [inline] |
Looks up the file and line related to an instruction pointer address
buf | The return string buffer |
buflen | The buffer's length |
Ip | The address |
IpLen | The number of addresses passed |
bool GSymLookup::Lookup | ( | char * | buf, | |
int | buflen, | |||
Addr * | Ip, | |||
int | IpLen | |||
) | [inline] |
Looks up the file and line related to an instruction pointer address
buf | The return string buffer |
buflen | The buffer's length |
Ip | The addresses |
IpLen | Numbers of addresses |
References GStringPipe::NewStr(), and GProcess::Run().