Add -k option to print stack trace after each syscall ยท strace/strace@327064b

Print the stack trace of the traced process after each system call when -k option is specified. It is implemented using libunwind to unwind the stack and to obtain the function name pointed by the...