更新日期: 2022/06/01 来源: https://gitee.com/weharmony/kernel_liteos_a_note
los_exc.h 文件参考

浏览源代码.

结构体

struct  ExcContext
 
struct  ExcInfo
 

类型定义

typedef VOID(* EXC_PROC_FUNC) (UINT32, ExcContext *, UINT32, UINT32)
 Define an exception handling function hook. 更多...
 

函数

STATIC INLINE UINTPTR Get_Fp (VOID)
 Kernel FP Register address obtain function. 更多...
 
UINT32 LOS_ExcRegHook (EXC_PROC_FUNC excHook)
 Register an exception handling hook. 更多...
 
NORETURN VOID LOS_Panic (const CHAR *fmt,...)
 Kernel panic function. 更多...
 
VOID LOS_RecordLR (UINTPTR *LR, UINT32 LRSize, UINT32 recordCount, UINT32 jumpCount)
 record LR function. 更多...
 
VOID OsBackTrace (VOID)
 Kernel backtrace function. 更多...
 
VOID OsTaskBackTrace (UINT32 taskID)
 Kernel task backtrace function. 更多...