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

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


    from 02eb280302 arch/perf: modify the return value of up_perf_gettime to 
clock_t
     add 1a00ca3cd7 libc: rename lib_execinfo.c to lib_backtrace.c
     add ba2865f20a sched: support backtrace record

No new revisions were added by this update.

Summary of changes:
 include/execinfo.h             |  12 +
 libs/libc/misc/CMakeLists.txt  |   2 +-
 libs/libc/misc/Kconfig         |  14 ++
 libs/libc/misc/Make.defs       |   2 +-
 libs/libc/misc/lib_backtrace.c | 488 +++++++++++++++++++++++++++++++++++++++++
 libs/libc/misc/lib_execinfo.c  | 128 -----------
 6 files changed, 516 insertions(+), 130 deletions(-)
 create mode 100644 libs/libc/misc/lib_backtrace.c
 delete mode 100644 libs/libc/misc/lib_execinfo.c

Reply via email to