diff options
Diffstat (limited to 'syscall.c')
| -rw-r--r-- | syscall.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2706,6 +2706,11 @@ trace_syscall_exiting(struct tcb *tcp) dumpio(tcp); line_ended(); +#ifdef USE_LIBUNWIND + if (stack_trace_enabled) + print_stacktrace(tcp); +#endif + ret: tcp->flags &= ~TCB_INSYSCALL; return 0; |
