mtkernel_3/include/tk/sysdepend/cpu/core/armv7a/dbgspt.h | bare source | permlink (0.00 seconds) |
1: /* 2: *---------------------------------------------------------------------- 3: * micro T-Kernel 3.00.05 4: * 5: * Copyright (C) 2006-2021 by Ken Sakamura. 6: * This software is distributed under the T-License 2.2. 7: *---------------------------------------------------------------------- 8: * 9: * Released by TRON Forum(http://www.tron.org) at 2021/11. 10: * 11: *---------------------------------------------------------------------- 12: */ 13: 14: /* 15: * dbgspt_depend.h 16: * 17: * micro T-Kernel Debugger Support Definition (ARMv7-A core depended) 18: */ 19: 20: #ifndef __TK_DBGSPT_DEPEND_CORE_H__ 21: #define __TK_DBGSPT_DEPEND_CORE_H__ 22: 23: /* 24: * System call/extension SVC caller information 25: */ 26: typedef struct td_calinf { 27: void *sp; /* stack pointer when calling */ 28: void *pc; /* program counter when calling */ 29: } TD_CALINF; 30: 31: #endif /* __TK_DBGSPT_DEPEND_CORE_H__ */