public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug cli/7221] (gdb) catch signal SIGNAL
Date: Wed, 16 Jan 2013 17:31:00 -0000	[thread overview]
Message-ID: <bug-7221-4717-HgkJZ5OxcS@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-7221-4717@http.sourceware.org/bugzilla/>

http://sourceware.org/bugzilla/show_bug.cgi?id=7221

--- Comment #5 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2013-01-16 17:31:48 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    tromey@sourceware.org    2013-01-16 17:31:41

Modified files:
    gdb            : ChangeLog Makefile.in NEWS breakpoint.c 
                     breakpoint.h inferior.h infrun.c 
    gdb/doc        : ChangeLog gdb.texinfo 
    gdb/testsuite  : ChangeLog 
Added files:
    gdb            : break-catch-sig.c 
    gdb/testsuite/gdb.base: catch-signal.c catch-signal.exp 

Log message:
    2013-01-03  Pedro Alves  <palves@redhat.com>
    Tom Tromey  <tromey@redhat.com>
    PR cli/7221:
    * NEWS: Add "catch signal".
    * breakpoint.c (base_breakpoint_ops): No longer static.
    (bpstat_explains_signal): New function.
    (init_catchpoint): No longer static.
    (base_breakpoint_explains_signal): New function.
    (base_breakpoint_ops): Initialize new field.
    * breakpoint.h (enum bpstat_signal_value): New.
    (struct breakpoint_ops) <explains_signal>: New field.
    (bpstat_explains_signal): Remove macro, declare as function.
    (base_breakpoint_ops, init_catchpoint): Declare.
    * break-catch-sig.c: New file.
    * inferior.h (signal_catch_update): Declare.
    * infrun.c (signal_catch): New global.
    (handle_syscall_event): Update for change to
    bpstat_explains_signal.
    (handle_inferior_event): Likewise.  Always handle random signals
    via bpstats.
    (signal_cache_update): Check signal_catch.
    (signal_catch_update): New function.
    (_initialize_infrun): Initialize signal_catch.
    * Makefile.in (SFILES): Add break-catch-sig.c.
    (COMMON_OBS): Add break-catch-sig.o.
    gdb/doc
    * gdb.texinfo (Set Catchpoints): Document "catch signal".
    (Signals): Likewise.
    gdb/testsuite
    * gdb.base/catch-signal.c: New file.
    * gdb.base/catch-signal.exp: New file.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/break-catch-sig.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15021&r2=1.15022
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&r1=1.1228&r2=1.1229
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/NEWS.diff?cvsroot=src&r1=1.562&r2=1.563
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.c.diff?cvsroot=src&r1=1.734&r2=1.735
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.h.diff?cvsroot=src&r1=1.191&r2=1.192
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/inferior.h.diff?cvsroot=src&r1=1.183&r2=1.184
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/infrun.c.diff?cvsroot=src&r1=1.571&r2=1.572
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&r1=1.1403&r2=1.1404
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?cvsroot=src&r1=1.1041&r2=1.1042
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3509&r2=1.3510
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/catch-signal.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/catch-signal.exp.diff?cvsroot=src&r1=NONE&r2=1.1

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


  parent reply	other threads:[~2013-01-16 17:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-7221-4717@http.sourceware.org/bugzilla/>
2010-10-17  1:36 ` scottt.tw at gmail dot com
2011-09-09 16:20 ` pedro at codesourcery dot com
2011-09-09 16:21 ` pedro at codesourcery dot com
2012-11-09 15:53 ` tromey at redhat dot com
2013-01-16 17:31 ` cvs-commit at gcc dot gnu.org [this message]
2013-01-16 17:34 ` tromey at redhat dot com
     [not found] <20010706194804.7221.ac131313@cygnus.com>
2009-08-04 21:09 ` tromey at redhat dot com
2009-09-02 15:29 ` tromey at redhat dot com

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=bug-7221-4717-HgkJZ5OxcS@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=gdb-prs@sourceware.org \
    /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).