Can the debugger get the sigaction table of the debugee?

Mark Kettenis mark.kettenis@xs4all.nl
Thu Mar 25 08:50:00 GMT 2010


> Date: Thu, 25 Mar 2010 10:23:39 +0800
> From: xingxing pan <forandom@gmail.com>
> 
> Can anyone help?
> 
> 2010/3/24 xingxing pan <forandom@gmail.com>:
> > 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.

None of the Unix-like kernels that that I'm familliar with expose this
information.  Therefore, GDB cannot show it.



More information about the Gdb mailing list