From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11461 invoked by alias); 24 Mar 2010 03:54:16 -0000 Received: (qmail 11452 invoked by uid 22791); 24 Mar 2010 03:54:15 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40 X-Spam-Check-By: sourceware.org Received: from mail-bw0-f225.google.com (HELO mail-bw0-f225.google.com) (209.85.218.225) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 24 Mar 2010 03:54:12 +0000 Received: by bwz25 with SMTP id 25so4485885bwz.8 for ; Tue, 23 Mar 2010 20:54:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.144.156 with SMTP id z28mr8438085bku.188.1269402849558; Tue, 23 Mar 2010 20:54:09 -0700 (PDT) Date: Wed, 24 Mar 2010 03:54:00 -0000 Message-ID: <77f815bd1003232054w5b8ea922tea330cb6300e14bf@mail.gmail.com> Subject: Can the debugger get the sigaction table of the debugee? From: xingxing pan To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-03/txt/msg00191.txt.bz2 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.