![]() |
My Project
|
#include <stdio.h>
#include <string.h>
#include "omConfig.h"
#include "omDerivedConfig.h"
#include "omStructs.h"
#include "omRet2Info.h"
#include "omGetBackTrace.h"
Go to the source code of this file.
Macros | |
#define | MAXPATHLEN 1024 |
#define | OM_MAX_BACKTRACE_DEPTH 16 |
Functions | |
void | omInitRet_2_Info (const char *argv0) |
int | omBackTrace_2_RetInfo (void **bt, omRetInfo info, int max) |
int | omPrintRetInfo (omRetInfo info, int max, FILE *fd, const char *fmt) |
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) |
Variables | |
static char | om_this_prog [MAXPATHLEN] = "" |
#define MAXPATHLEN 1024 |
Definition at line 22 of file omRet2Info.c.
#define OM_MAX_BACKTRACE_DEPTH 16 |
Definition at line 31 of file omRet2Info.c.
int _omPrintBackTrace | ( | void ** | bt, |
int | max, | ||
FILE * | fd, | ||
OM_FLR_DECL | ) |
Definition at line 200 of file omRet2Info.c.
int _omPrintCurrentBackTrace | ( | FILE * | fd, |
OM_FLR_DECL | ) |
Definition at line 270 of file omRet2Info.c.
Definition at line 46 of file omRet2Info.c.
Definition at line 34 of file omRet2Info.c.
Definition at line 150 of file omRet2Info.c.
Definition at line 165 of file omRet2Info.c.
|
static |
Definition at line 28 of file omRet2Info.c.