From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6366 invoked by alias); 27 Sep 2002 20:08:55 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 6358 invoked from network); 27 Sep 2002 20:08:53 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 27 Sep 2002 20:08:53 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g8RJoci20268 for ; Fri, 27 Sep 2002 15:50:38 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g8RK8qf16662 for ; Fri, 27 Sep 2002 16:08:52 -0400 Received: from valrhona.uglyboxes.com (IDENT:qgTJLFA+7qSRtF3cop6MrZKtZBCLkVRy@vpn50-63.rdu.redhat.com [172.16.50.63]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g8RK8qJ09542 for ; Fri, 27 Sep 2002 16:08:52 -0400 Date: Fri, 27 Sep 2002 13:08:00 -0000 From: Keith Seitz X-X-Sender: keiths@valrhona.uglyboxes.com To: insight@sources.redhat.com Subject: [PATCH] Add annotate_signalled_hook Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-q3/txt/msg00199.txt.bz2 Well, I don't believe that we lasted this long without this, but, well, this is really necessary to infrom Insight when the target has taken a signal which caused it to terminate. Keith ChangeLog 2002-09-27 Keith Seitz * generic/gdbtk-hooks.c (gdbtk_add_hooks): Add gdbtk_annotate_signal as annotate_signalled_hook. Patch Index: generic/gdbtk-hooks.c =================================================================== RCS file: /cvs/src/src/gdb/gdbtk/generic/gdbtk-hooks.c,v retrieving revision 1.25 diff -p -r1.25 gdbtk-hooks.c *** generic/gdbtk-hooks.c 3 Jul 2002 17:38:22 -0000 1.25 --- generic/gdbtk-hooks.c 27 Sep 2002 20:07:26 -0000 *************** gdbtk_add_hooks (void) *** 168,173 **** --- 168,174 ---- error_begin_hook = gdbtk_error_begin; annotate_signal_hook = gdbtk_annotate_signal; + annotate_signalled_hook = gdbtk_annotate_signal; } /* These control where to put the gdb output which is created by