[libcpu][component][debug] add debug info for gdb (#7033)

This commit is contained in:
Shell
2023-05-14 23:48:16 +08:00
committed by GitHub
parent f7337f9db6
commit b7554a70d2
15 changed files with 184 additions and 100 deletions

View File

@@ -673,6 +673,15 @@ rt_hw_clz:
#define RT_CPUS_NR 1
#endif
#include "asm-generic.h"
START_POINT(_thread_start)
mov r10, lr
blx r1
blx r10
b . /* never here */
START_POINT_END(_thread_start)
.bss
.align 3 /* align to 2~3=8 */
svc_stack_n: