List active signal handlers with GDB

Listing active signal handlers (or dispositions) with GDB A colleague at Red Hat asked whether it is possible to get GDB to list the currently active signal handlers, aka the signal dispositions.  I.e., the actions taken by the inferior process on receipt of each specific signal. You could do it manually, like this, once for […]