This is an automated email from the ASF dual-hosted git repository.

archer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 20bbdd0  libc: Add backtrace_symbols[_fd] functions
     new 7f2c5be  libs/dumpstack: add support for print symbol name
     new 9eecd4c  libc: Prefix the address with 0 to the specified width in 
sched_dumpstack
     new dd942f0  sched/backtrace: Dump the complete stack regardless the depth

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 arch/arm/src/common/arm_backtrace_fp.c    | 27 ++++++++-----
 arch/arm/src/common/arm_backtrace_thumb.c | 54 +++++++++++++++++--------
 arch/risc-v/src/common/riscv_backtrace.c  | 31 +++++++++------
 arch/xtensa/src/common/xtensa_backtrace.c | 66 +++++++++++++++++++------------
 include/execinfo.h                        |  4 +-
 include/nuttx/arch.h                      |  4 +-
 include/sched.h                           |  2 +-
 include/sys/syscall_lookup.h              |  2 +-
 libs/libc/sched/sched_backtrace.c         | 10 ++---
 libs/libc/sched/sched_dumpstack.c         | 59 +++++++++++++++++----------
 sched/sched/sched_backtrace.c             |  4 +-
 syscall/syscall.csv                       |  2 +-
 12 files changed, 169 insertions(+), 96 deletions(-)

Reply via email to