From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4429 invoked by alias); 24 Apr 2004 00:03:14 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 4056 invoked from network); 24 Apr 2004 00:03:10 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 24 Apr 2004 00:03:10 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i3O039KG001589 for ; Fri, 23 Apr 2004 20:03:09 -0400 Received: from localhost.redhat.com (to-dhcp51.toronto.redhat.com [172.16.14.151]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i3O039p31011 for ; Fri, 23 Apr 2004 20:03:09 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 346CC2BA5; Fri, 23 Apr 2004 11:00:03 -0400 (EDT) Message-ID: <40892F73.30209@gnu.org> Date: Mon, 26 Apr 2004 07:59:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: #1 0x1234456765432189 in Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg00159.txt.bz2 Hello, At present a signal handler, in a backtrace is displayed as: #0 catcher (signal=26) at /home/cygnus/cagney/GDB/src/gdb/testsuite/gdb.base/sigaltstack.c:71 #1 #2 0x0000000000400751 in thrower (next_level=INNER, sig=26, itimer=1, on_stack=134217728) at /home/cygnus/cagney/GD It isn't exactly informative. Since we're now expecting GDB to do something sane with a signal handlers, I think how it is displayed should be changed. In particular the output should be changed to: #1 0xffff01111111 in thoughts? Andrew