sched/backtrace: Dump the complete stack regardless the depth

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2021-12-24 15:38:14 +08:00
committed by archer
parent 9eecd4c5e2
commit dd942f0b04
12 changed files with 162 additions and 104 deletions
+1 -1
View File
@@ -132,7 +132,7 @@
"sched_setscheduler","sched.h","","int","pid_t","int","const struct sched_param *"
"sched_unlock","sched.h","","int"
"sched_yield","sched.h","","int"
"sched_backtrace","sched.h","defined(CONFIG_SCHED_BACKTRACE)","int","pid_t","FAR void **","int"
"sched_backtrace","sched.h","defined(CONFIG_SCHED_BACKTRACE)","int","pid_t","FAR void **","int","int"
"seekdir","dirent.h","","void","FAR DIR *","off_t"
"select","sys/select.h","","int","int","FAR fd_set *","FAR fd_set *","FAR fd_set *","FAR struct timeval *"
"sem_clockwait","semaphore.h","","int","FAR sem_t *","clockid_t","FAR const struct timespec *"
1 _exit unistd.h noreturn int
132 sched_setscheduler sched.h int pid_t
133 sched_unlock sched.h int
134 sched_yield sched.h int
135 sched_backtrace sched.h defined(CONFIG_SCHED_BACKTRACE) int pid_t
136 seekdir dirent.h void FAR DIR *
137 select sys/select.h int int
138 sem_clockwait semaphore.h int FAR sem_t *