public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug cli/7221] (gdb) catch signal SIGNAL
       [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
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: scottt.tw at gmail dot com @ 2010-10-17  1:36 UTC (permalink / raw)
  To: gdb-prs

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

Scott Tsai <scottt.tw at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |scottt.tw at gmail dot com

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug cli/7221] (gdb) catch signal SIGNAL
       [not found] <bug-7221-4717@http.sourceware.org/bugzilla/>
  2010-10-17  1:36 ` [Bug cli/7221] (gdb) catch signal SIGNAL 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
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: pedro at codesourcery dot com @ 2011-09-09 16:20 UTC (permalink / raw)
  To: gdb-prs

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

Pedro Alves <pedro at codesourcery dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pedro at codesourcery dot
                   |                            |com

--- Comment #3 from Pedro Alves <pedro at codesourcery dot com> 2011-09-09 16:18:49 UTC ---
An incomplete, but functional patch is at:

http://sourceware.org/ml/gdb-patches/2011-09/msg00164.html

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug cli/7221] (gdb) catch signal SIGNAL
       [not found] <bug-7221-4717@http.sourceware.org/bugzilla/>
  2010-10-17  1:36 ` [Bug cli/7221] (gdb) catch signal SIGNAL 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
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: pedro at codesourcery dot com @ 2011-09-09 16:21 UTC (permalink / raw)
  To: gdb-prs

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

Pedro Alves <pedro at codesourcery dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEW

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug cli/7221] (gdb) catch signal SIGNAL
       [not found] <bug-7221-4717@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  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
  2013-01-16 17:34 ` tromey at redhat dot com
  5 siblings, 0 replies; 8+ messages in thread
From: tromey at redhat dot com @ 2012-11-09 15:53 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at redhat dot com
         AssignedTo|unassigned at sourceware    |tromey at redhat dot com
                   |dot org                     |

--- Comment #4 from Tom Tromey <tromey at redhat dot com> 2012-11-09 15:53:54 UTC ---
I picked up Pedro's patch and am working on it.

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug cli/7221] (gdb) catch signal SIGNAL
       [not found] <bug-7221-4717@http.sourceware.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2012-11-09 15:53 ` tromey at redhat dot com
@ 2013-01-16 17:31 ` cvs-commit at gcc dot gnu.org
  2013-01-16 17:34 ` tromey at redhat dot com
  5 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2013-01-16 17:31 UTC (permalink / raw)
  To: gdb-prs

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.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug cli/7221] (gdb) catch signal SIGNAL
       [not found] <bug-7221-4717@http.sourceware.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2013-01-16 17:31 ` cvs-commit at gcc dot gnu.org
@ 2013-01-16 17:34 ` tromey at redhat dot com
  5 siblings, 0 replies; 8+ messages in thread
From: tromey at redhat dot com @ 2013-01-16 17:34 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |7.6

--- Comment #6 from Tom Tromey <tromey at redhat dot com> 2013-01-16 17:34:13 UTC ---
Committed.

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug cli/7221] (gdb) catch signal SIGNAL
       [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
  1 sibling, 0 replies; 8+ messages in thread
From: tromey at redhat dot com @ 2009-09-02 15:29 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From tromey at redhat dot com  2009-09-02 15:29 -------
*** Bug 10588 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k04jg02 at gmail dot com


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug cli/7221] (gdb) catch signal SIGNAL
       [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
  1 sibling, 0 replies; 8+ messages in thread
From: tromey at redhat dot com @ 2009-08-04 21:09 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From tromey at redhat dot com  2009-08-04 21:09 -------
*** Bug 8903 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gbs at netbox dot com


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-01-16 17:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-7221-4717@http.sourceware.org/bugzilla/>
2010-10-17  1:36 ` [Bug cli/7221] (gdb) catch signal SIGNAL 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
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

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