36#include "arch/exception.h"
84#define LOS_PANIC(fmt, ...) LOS_Panic(fmt, ##__VA_ARGS__)
104#define OsBackTrace LOS_BackTrace
124#define OsTaskBackTrace LOS_TaskBackTrace
126#ifdef LOSCFG_SHELL_EXCINFO_DUMP
147#define log_read_write_fn LogReadWriteFunc
void LOS_BackTrace(void)
Kernel backtrace function.
void LOS_TaskBackTrace(UINT32 taskID)
Kernel task backtrace function.
void LOS_Panic(const CHAR *fmt,...)
Kernel panic function.
#define VOID
Definition los_typedef.h:88
unsigned int UINTPTR
Definition los_typedef.h:74
unsigned int UINT32
Definition los_typedef.h:52
char CHAR
Definition los_typedef.h:58