Can the debugger get the sigaction table of the debugee? when the user wanna know the handler function of a specific signal. It seems GDB can only get the siginfo struct through the syscall ptrace. Thank you.