[kservice] Enhance support for backtrace service by polarvid · Pull Request #9037 · RT-Thread/rt-thread

@polarvid

rt_backtrace_formatted_print() and rt_backtrace_to_buffer() to help
debug routines.

Also, following modification are included:
- make rt_backtrace_frame patchable with weak attr
- replace lwp backtrace with sync output

Signed-off-by: Shell <smokewood@qq.com>

@polarvid marked this pull request as ready for review

June 5, 2024 07:04

@polarvid polarvid changed the title [feat] Enhance support for backtrace service [kservice] Enhance support for backtrace service

Jun 5, 2024

BernardXiong