![]() |
My Project
|
Go to the source code of this file.
Data Structures | |
| struct | omRetInfo_t |
Macros | |
| #define | omPrintCurrentBackTrace(fd) omPrintCurrentBackTraceMax(fd, 1000) |
| #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 |
| #define omPrintCurrentBackTrace | ( | fd | ) | omPrintCurrentBackTraceMax(fd, 1000) |
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.
Definition at line 46 of file omRet2Info.c.
Definition at line 34 of file omRet2Info.c.
Definition at line 151 of file omRet2Info.c.
Definition at line 166 of file omRet2Info.c.