Home
last modified time | relevance | path

Searched hist:d470019b1e675a04473cbb3c3eeaf180c8665e6d (Results 1 – 6 of 6) sorted by relevance

/DragonOS/kernel/src/debug/traceback/
H A Dtraceback.cd470019b1e675a04473cbb3c3eeaf180c8665e6d Wed Nov 01 14:12:19 UTC 2023 LoGin <longjin@DragonOS.org> 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>
/DragonOS/kernel/src/driver/net/
H A Dvirtio_net.rsd470019b1e675a04473cbb3c3eeaf180c8665e6d Wed Nov 01 14:12:19 UTC 2023 LoGin <longjin@DragonOS.org> 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>
/DragonOS/tools/
H A Dbootstrap.shd470019b1e675a04473cbb3c3eeaf180c8665e6d Wed Nov 01 14:12:19 UTC 2023 LoGin <longjin@DragonOS.org> 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>
/DragonOS/kernel/src/
H A DMakefiled470019b1e675a04473cbb3c3eeaf180c8665e6d Wed Nov 01 14:12:19 UTC 2023 LoGin <longjin@DragonOS.org> 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>
H A Dlib.rsd470019b1e675a04473cbb3c3eeaf180c8665e6d Wed Nov 01 14:12:19 UTC 2023 LoGin <longjin@DragonOS.org> 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>
/DragonOS/kernel/
H A DCargo.tomld470019b1e675a04473cbb3c3eeaf180c8665e6d Wed Nov 01 14:12:19 UTC 2023 LoGin <longjin@DragonOS.org> 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>