openharmony_kernel_liteos_m/kernel/arch/risc-v/riscv32/gcc
zhushengle 0fb49d4422 fix: 修复risc-v异常时,异常信息混乱且backtrace无法输出的问题
1.修复risc-v backtrace无法输出的问题
异常时未将fp传入,且backtrace校验不足,容易导致再次异常
2.优化task 输出信息格式
3.shell中task命令代码重复
4.OSBackTraceInit 拼写有误

Close #I4BPHX:riscv32_virt 异常时无法输出backtrace信息

Signed-off-by: zhushengle <zhushengle@huawei.com>
Change-Id: I141d5e7808fc967d846f425422f5dcf2ac01d1d1
2021-09-28 11:39:42 +08:00
..
asm update openharmony 1.0.1 2021-03-11 20:30:40 +08:00
BUILD.gn fix: 内核模块编译增加-Werror编译选项,且清除内核编译告警 2021-09-06 16:16:43 +08:00
los_arch_context.h fix: modify the return type of LOS_IntLock from UINTPTR to UINT32. 2021-05-14 11:33:05 +08:00
los_arch_interrupt.h fix:Fixed kernel error with header protector and header comment description. 2021-04-26 21:13:55 +08:00
los_arch_timer.h !80 fix: fix some misspell in comments 2021-04-23 14:42:16 +08:00
los_context.c fix: 在内核初始化前期启动tick timer 2021-07-21 10:02:42 +08:00
los_dispatch.S fix: risc-v 锁中断在调度后失效 2021-07-28 08:57:45 +08:00
los_exc.S remove __cplusplus guards in .c files 2021-04-19 18:19:28 +08:00
los_interrupt.c fix: 修复risc-v异常时,异常信息混乱且backtrace无法输出的问题 2021-09-28 11:39:42 +08:00
los_timer.c fix: pm模块解冻线程时存在删除空链表且时间片频繁唤醒系统 2021-09-18 11:42:08 +08:00