public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Add annotate_signalled_hook
@ 2002-09-27 13:08 Keith Seitz
  0 siblings, 0 replies; only message in thread
From: Keith Seitz @ 2002-09-27 13:08 UTC (permalink / raw)
  To: insight

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-09-27 20:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-27 13:08 [PATCH] Add annotate_signalled_hook Keith Seitz

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).