LoGin d470019b1e
patch add mini backtrace (#416)
* support rust panic backtrace

mini-backtrace has llvm's unwind cpp source to support backtrace/unwind.
as unwind/backtrace needs dynamically allocates memory, mini-backtrace
uses stack memory to capture fixed number of backtrace to avoid heap
allocation.
as unwind library needed, it needs to turn on eh_frame_hdr

* 修改忘了生成kernel.elf的问题

* 设置backtrace是默认的feature

---------

Co-authored-by: Yao Zhao <dragonlinux@gmail.com>
2023-11-01 22:12:19 +08:00
..
2023-10-24 14:31:56 +08:00
2022-08-01 20:55:47 +08:00
2022-02-28 16:15:44 +08:00
2023-11-01 22:12:19 +08:00
2022-12-22 21:09:12 +08:00
2023-05-11 16:17:58 +08:00
2022-12-22 21:09:12 +08:00
2022-12-22 21:09:12 +08:00
2022-08-15 12:15:17 +08:00
2022-07-28 13:03:36 +08:00
2023-10-30 00:08:52 +08:00