![]() |
My Project
|
Go to the source code of this file.
Data Structures | |
| struct | omRetInfo_t |
Macros | |
| #define | omPrintCurrentBackTrace(fd) |
| #define | omFilterRetInfo(info, max, cond) |
Functions | |
| int | omPrintRetInfo (omRetInfo info, int max, FILE *fd, const char *fmt) |
| int | omBackTrace_2_RetInfo (void **bt, omRetInfo info, int max) |
| void | omInitRet_2_Info (const char *argv0) |
| int | omPrintBackTrace (void **bt, int max, FILE *fd) |
| int | omPrintCurrentBackTraceMax (FILE *fd, int max) |
| int | omFilterRetInfo_i (omRetInfo info, int max, int i) |
| int | _omPrintBackTrace (void **bt, int max, FILE *fd, OM_FLR_DECL) |
| int | _omPrintCurrentBackTrace (FILE *fd, OM_FLR_DECL) |
| struct omRetInfo_s |
Definition at line 11 of file omRet2Info.h.
| Data Fields | ||
|---|---|---|
| void * | addr | |
| char | file[200] | |
| char | func[200] | |
| int | line | |
Definition at line 44 of file omRet2Info.h.
| #define omPrintCurrentBackTrace | ( | fd | ) |
Definition at line 39 of file omRet2Info.h.
| int _omPrintBackTrace | ( | void ** | bt, |
| int | max, | ||
| FILE * | fd, | ||
| OM_FLR_DECL | ) |
Definition at line 201 of file omRet2Info.c.
| int _omPrintCurrentBackTrace | ( | FILE * | fd, |
| OM_FLR_DECL | ) |
Definition at line 271 of file omRet2Info.c.
| int omBackTrace_2_RetInfo | ( | void ** | bt, |
| omRetInfo | info, | ||
| int | max ) |
Definition at line 46 of file omRet2Info.c.
| int omFilterRetInfo_i | ( | omRetInfo | info, |
| int | max, | ||
| int | i ) |
| void omInitRet_2_Info | ( | const char * | argv0 | ) |
Definition at line 34 of file omRet2Info.c.
| int omPrintBackTrace | ( | void ** | bt, |
| int | max, | ||
| FILE * | fd ) |
Definition at line 151 of file omRet2Info.c.
| int omPrintCurrentBackTraceMax | ( | FILE * | fd, |
| int | max ) |
Definition at line 166 of file omRet2Info.c.