public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Keith Seitz <keiths@redhat.com>
To: insight@sources.redhat.com
Subject: [PATCH] Add annotate_signalled_hook
Date: Fri, 27 Sep 2002 13:08:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.44.0209271310310.1515-100000@valrhona.uglyboxes.com> (raw)

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  <keiths@redhat.com>

        * 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

                 reply	other threads:[~2002-09-27 20:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.44.0209271310310.1515-100000@valrhona.uglyboxes.com \
    --to=keiths@redhat.com \
    --cc=insight@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).