public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/7205] Fix target_signal_from_host() etc.
       [not found] <bug-7205-4717@http.sourceware.org/bugzilla/>
@ 2012-05-24 16:36 ` palves at redhat dot com
  2012-05-24 16:38 ` palves at redhat dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: palves at redhat dot com @ 2012-05-24 16:36 UTC (permalink / raw)
  To: gdb-prs

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

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |palves at redhat dot com
          Component|tdep                        |gdb

-- 
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] 7+ messages in thread

* [Bug gdb/7205] Fix target_signal_from_host() etc.
       [not found] <bug-7205-4717@http.sourceware.org/bugzilla/>
  2012-05-24 16:36 ` [Bug gdb/7205] Fix target_signal_from_host() etc palves at redhat dot com
@ 2012-05-24 16:38 ` palves at redhat dot com
  2012-05-24 16:39 ` cvs-commit at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: palves at redhat dot com @ 2012-05-24 16:38 UTC (permalink / raw)
  To: gdb-prs

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

Pedro Alves <palves at redhat dot com> changed:

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

-- 
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] 7+ messages in thread

* [Bug gdb/7205] Fix target_signal_from_host() etc.
       [not found] <bug-7205-4717@http.sourceware.org/bugzilla/>
  2012-05-24 16:36 ` [Bug gdb/7205] Fix target_signal_from_host() etc palves at redhat dot com
  2012-05-24 16:38 ` palves at redhat dot com
@ 2012-05-24 16:39 ` cvs-commit at gcc dot gnu.org
  2012-05-24 16:52 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2012-05-24 16:39 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2012-05-24 16:39:24 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    palves@sourceware.org    2012-05-24 16:39:15

Modified files:
    gdb            : ChangeLog aix-thread.c amd64-linux-tdep.c 
                     arch-utils.c arch-utils.h bsd-uthread.c 
                     corelow.c darwin-nat.c defs.h fbsd-nat.c 
                     fork-child.c gdbarch.c gdbarch.h gdbarch.sh 
                     gdbthread.h gnu-nat.c go32-nat.c 
                     i386-linux-nat.c i386-linux-tdep.c 
                     i386fbsd-nat.c inf-child.c inf-ptrace.c 
                     inf-ttrace.c infcmd.c inferior.h infrun.c 
                     linux-nat.c linux-tdep.c linux-tdep.h 
                     linux-thread-db.c monitor.c nto-procfs.c 
                     nto-tdep.c procfs.c ravenscar-thread.c record.c 
                     remote-m32r-sdi.c remote-mips.c remote-sim.c 
                     remote.c sol-thread.c target.c target.h 
                     windows-nat.c 
    gdb/common     : gdb_signals.h signals.c 
    gdb/gdbserver  : ChangeLog linux-low.c lynx-low.c nto-low.c 
                     server.c spu-low.c target.c target.h 
                     win32-low.c 
    gdb/python     : py-inferior.c py-signalevent.c py-stopevent.c 
                     py-stopevent.h 
    sim/common     : ChangeLog sim-signal.c sim-signal.h 

Log message:
    gdb/
    2012-05-24  Pedro Alves  <palves@redhat.com>

    PR gdb/7205

    Replace target_signal with gdb_signal throughout.

    gdb/gdbserver/
    2012-05-24  Pedro Alves  <palves@redhat.com>

    PR gdb/7205

    Replace target_signal with gdb_signal throughout.

    include/gdb/
    2012-05-24  Pedro Alves  <palves@redhat.com>

    PR gdb/7205

    Replace target_signal with gdb_signal throughout.

    sim/common/
    2012-05-24  Pedro Alves  <palves@redhat.com>

    PR gdb/7205

    Replace target_signal with gdb_signal throughout.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14289&r2=1.14290
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/aix-thread.c.diff?cvsroot=src&r1=1.80&r2=1.81
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/amd64-linux-tdep.c.diff?cvsroot=src&r1=1.50&r2=1.51
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/arch-utils.c.diff?cvsroot=src&r1=1.200&r2=1.201
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/arch-utils.h.diff?cvsroot=src&r1=1.118&r2=1.119
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/bsd-uthread.c.diff?cvsroot=src&r1=1.32&r2=1.33
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/corelow.c.diff?cvsroot=src&r1=1.114&r2=1.115
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/darwin-nat.c.diff?cvsroot=src&r1=1.35&r2=1.36
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/defs.h.diff?cvsroot=src&r1=1.315&r2=1.316
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/fbsd-nat.c.diff?cvsroot=src&r1=1.24&r2=1.25
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/fork-child.c.diff?cvsroot=src&r1=1.66&r2=1.67
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbarch.c.diff?cvsroot=src&r1=1.488&r2=1.489
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbarch.h.diff?cvsroot=src&r1=1.437&r2=1.438
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbarch.sh.diff?cvsroot=src&r1=1.536&r2=1.537
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbthread.h.diff?cvsroot=src&r1=1.68&r2=1.69
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gnu-nat.c.diff?cvsroot=src&r1=1.77&r2=1.78
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/go32-nat.c.diff?cvsroot=src&r1=1.85&r2=1.86
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/i386-linux-nat.c.diff?cvsroot=src&r1=1.112&r2=1.113
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/i386-linux-tdep.c.diff?cvsroot=src&r1=1.88&r2=1.89
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/i386fbsd-nat.c.diff?cvsroot=src&r1=1.23&r2=1.24
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/inf-child.c.diff?cvsroot=src&r1=1.33&r2=1.34
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/inf-ptrace.c.diff?cvsroot=src&r1=1.79&r2=1.80
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/inf-ttrace.c.diff?cvsroot=src&r1=1.60&r2=1.61
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/infcmd.c.diff?cvsroot=src&r1=1.302&r2=1.303
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/inferior.h.diff?cvsroot=src&r1=1.174&r2=1.175
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/infrun.c.diff?cvsroot=src&r1=1.535&r2=1.536
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/linux-nat.c.diff?cvsroot=src&r1=1.248&r2=1.249
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/linux-tdep.c.diff?cvsroot=src&r1=1.19&r2=1.20
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/linux-tdep.h.diff?cvsroot=src&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/linux-thread-db.c.diff?cvsroot=src&r1=1.98&r2=1.99
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/monitor.c.diff?cvsroot=src&r1=1.107&r2=1.108
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/nto-procfs.c.diff?cvsroot=src&r1=1.61&r2=1.62
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/nto-tdep.c.diff?cvsroot=src&r1=1.43&r2=1.44
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/procfs.c.diff?cvsroot=src&r1=1.154&r2=1.155
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ravenscar-thread.c.diff?cvsroot=src&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/record.c.diff?cvsroot=src&r1=1.69&r2=1.70
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/remote-m32r-sdi.c.diff?cvsroot=src&r1=1.59&r2=1.60
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/remote-mips.c.diff?cvsroot=src&r1=1.126&r2=1.127
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/remote-sim.c.diff?cvsroot=src&r1=1.106&r2=1.107
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/remote.c.diff?cvsroot=src&r1=1.497&r2=1.498
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/sol-thread.c.diff?cvsroot=src&r1=1.85&r2=1.86
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/target.c.diff?cvsroot=src&r1=1.306&r2=1.307
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/target.h.diff?cvsroot=src&r1=1.233&r2=1.234
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/windows-nat.c.diff?cvsroot=src&r1=1.226&r2=1.227
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/common/gdb_signals.h.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/common/signals.c.diff?cvsroot=src&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/ChangeLog.diff?cvsroot=src&r1=1.618&r2=1.619
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/linux-low.c.diff?cvsroot=src&r1=1.218&r2=1.219
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/lynx-low.c.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/nto-low.c.diff?cvsroot=src&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/server.c.diff?cvsroot=src&r1=1.169&r2=1.170
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/spu-low.c.diff?cvsroot=src&r1=1.37&r2=1.38
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/target.c.diff?cvsroot=src&r1=1.24&r2=1.25
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/target.h.diff?cvsroot=src&r1=1.63&r2=1.64
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/win32-low.c.diff?cvsroot=src&r1=1.59&r2=1.60
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/py-inferior.c.diff?cvsroot=src&r1=1.20&r2=1.21
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/py-signalevent.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/py-stopevent.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/py-stopevent.h.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/ChangeLog.diff?cvsroot=src&r1=1.278&r2=1.279
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/sim-signal.c.diff?cvsroot=src&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/sim-signal.h.diff?cvsroot=src&r1=1.9&r2=1.10

-- 
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] 7+ messages in thread

* [Bug gdb/7205] Fix target_signal_from_host() etc.
       [not found] <bug-7205-4717@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2012-05-24 16:39 ` cvs-commit at gcc dot gnu.org
@ 2012-05-24 16:52 ` cvs-commit at gcc dot gnu.org
  2012-05-24 17:03 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2012-05-24 16:52 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2012-05-24 16:51:58 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    palves@sourceware.org    2012-05-24 16:51:47

Modified files:
    gdb            : ChangeLog aix-thread.c breakpoint.c 
                     darwin-nat.c fbsd-nat.c fork-child.c gnu-nat.c 
                     go32-nat.c ia64-hpux-nat.c inf-ptrace.c 
                     inf-ttrace.c infcall.c infcmd.c infrun.c 
                     linux-nat.c linux-tdep.c linux-thread-db.c 
                     monitor.c nto-procfs.c procfs.c record.c 
                     remote-m32r-sdi.c remote-mips.c remote-sim.c 
                     remote.c rs6000-nat.c solib-irix.c solib-osf.c 
                     solib-spu.c solib-sunos.c solib-svr4.c 
                     spu-linux-nat.c target.h windows-nat.c 
    gdb/common     : agent.c signals.c 
    gdb/gdbserver  : ChangeLog linux-low.c lynx-low.c nto-low.c 
                     server.c spu-low.c win32-low.c 
    gdb/mi         : mi-main.c 
    gdb/python     : py-stopevent.c 
    gdb/testsuite/gdb.base: signals.exp 
    sim/arm        : ChangeLog wrapper.c 
    sim/avr        : ChangeLog interp.c 
    sim/common     : ChangeLog sim-signal.c 
    sim/cr16       : ChangeLog interp.c 
    sim/d10v       : ChangeLog interp.c 
    sim/erc32      : ChangeLog interf.c 
    sim/m32c       : ChangeLog gdb-if.c 
    sim/ppc        : ChangeLog psim.c sim_calls.c 
    sim/rl78       : ChangeLog gdb-if.c 
    sim/rx         : ChangeLog gdb-if.c 

Log message:
    gdb/
    2012-05-24  Pedro Alves  <palves@redhat.com>

    PR gdb/7205

    Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.

    gdb/gdbserver/
    2012-05-24  Pedro Alves  <palves@redhat.com>

    PR gdb/7205

    Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.

    include/gdb/
    2012-05-24  Pedro Alves  <palves@redhat.com>

    PR gdb/7205

    * gdb/signals.def: Replace TARGET_SIGNAL_ with GDB_SIGNAL_
    throughout.

    sim/arm/
    2012-05-24  Pedro Alves  <palves@redhat.com>

    PR gdb/7205

    Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.

    sim/avr/
    2012-05-24  Pedro Alves  <palves@redhat.com>

    PR gdb/7205

    Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.

    sim/common/
    2012-05-24  Pedro Alves  <palves@redhat.com>

    PR gdb/7205

    Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.

    sim/cr16/
    2012-05-24  Pedro Alves  <palves@redhat.com>

    PR gdb/7205

    Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.

    sim/d10v/
    2012-05-24  Pedro Alves  <palves@redhat.com>

    PR gdb/7205

    Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.

    sim/erc32/
    2012-05-24  Pedro Alves  <palves@redhat.com>

    PR gdb/7205

    Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.

    sim/m32c/
    2012-05-24  Pedro Alves  <palves@redhat.com>

    PR gdb/7205

    Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.

    sim/ppc/
    2012-05-24  Pedro Alves  <palves@redhat.com>

    PR gdb/7205

    Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.

    sim/rl78/
    2012-05-24  Pedro Alves  <palves@redhat.com>

    PR gdb/7205

    Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.

    sim/rx/
    2012-05-24  Pedro Alves  <palves@redhat.com>

    PR gdb/7205

    Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14290&r2=1.14291
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/aix-thread.c.diff?cvsroot=src&r1=1.81&r2=1.82
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.c.diff?cvsroot=src&r1=1.676&r2=1.677
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/darwin-nat.c.diff?cvsroot=src&r1=1.36&r2=1.37
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/fbsd-nat.c.diff?cvsroot=src&r1=1.25&r2=1.26
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/fork-child.c.diff?cvsroot=src&r1=1.67&r2=1.68
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gnu-nat.c.diff?cvsroot=src&r1=1.78&r2=1.79
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/go32-nat.c.diff?cvsroot=src&r1=1.86&r2=1.87
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ia64-hpux-nat.c.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/inf-ptrace.c.diff?cvsroot=src&r1=1.80&r2=1.81
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/inf-ttrace.c.diff?cvsroot=src&r1=1.61&r2=1.62
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/infcall.c.diff?cvsroot=src&r1=1.155&r2=1.156
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/infcmd.c.diff?cvsroot=src&r1=1.303&r2=1.304
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/infrun.c.diff?cvsroot=src&r1=1.536&r2=1.537
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/linux-nat.c.diff?cvsroot=src&r1=1.249&r2=1.250
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/linux-tdep.c.diff?cvsroot=src&r1=1.20&r2=1.21
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/linux-thread-db.c.diff?cvsroot=src&r1=1.99&r2=1.100
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/monitor.c.diff?cvsroot=src&r1=1.108&r2=1.109
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/nto-procfs.c.diff?cvsroot=src&r1=1.62&r2=1.63
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/procfs.c.diff?cvsroot=src&r1=1.155&r2=1.156
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/record.c.diff?cvsroot=src&r1=1.70&r2=1.71
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/remote-m32r-sdi.c.diff?cvsroot=src&r1=1.60&r2=1.61
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/remote-mips.c.diff?cvsroot=src&r1=1.127&r2=1.128
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/remote-sim.c.diff?cvsroot=src&r1=1.107&r2=1.108
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/remote.c.diff?cvsroot=src&r1=1.498&r2=1.499
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/rs6000-nat.c.diff?cvsroot=src&r1=1.108&r2=1.109
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/solib-irix.c.diff?cvsroot=src&r1=1.43&r2=1.44
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/solib-osf.c.diff?cvsroot=src&r1=1.36&r2=1.37
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/solib-spu.c.diff?cvsroot=src&r1=1.17&r2=1.18
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/solib-sunos.c.diff?cvsroot=src&r1=1.48&r2=1.49
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/solib-svr4.c.diff?cvsroot=src&r1=1.161&r2=1.162
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/spu-linux-nat.c.diff?cvsroot=src&r1=1.29&r2=1.30
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/target.h.diff?cvsroot=src&r1=1.234&r2=1.235
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/windows-nat.c.diff?cvsroot=src&r1=1.227&r2=1.228
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/common/agent.c.diff?cvsroot=src&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/common/signals.c.diff?cvsroot=src&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/ChangeLog.diff?cvsroot=src&r1=1.619&r2=1.620
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/linux-low.c.diff?cvsroot=src&r1=1.219&r2=1.220
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/lynx-low.c.diff?cvsroot=src&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/nto-low.c.diff?cvsroot=src&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/server.c.diff?cvsroot=src&r1=1.170&r2=1.171
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/spu-low.c.diff?cvsroot=src&r1=1.38&r2=1.39
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/win32-low.c.diff?cvsroot=src&r1=1.60&r2=1.61
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/mi/mi-main.c.diff?cvsroot=src&r1=1.217&r2=1.218
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/py-stopevent.c.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/signals.exp.diff?cvsroot=src&r1=1.23&r2=1.24
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/arm/ChangeLog.diff?cvsroot=src&r1=1.114&r2=1.115
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/arm/wrapper.c.diff?cvsroot=src&r1=1.43&r2=1.44
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/avr/ChangeLog.diff?cvsroot=src&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/avr/interp.c.diff?cvsroot=src&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/ChangeLog.diff?cvsroot=src&r1=1.279&r2=1.280
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/sim-signal.c.diff?cvsroot=src&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/cr16/ChangeLog.diff?cvsroot=src&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/cr16/interp.c.diff?cvsroot=src&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/d10v/ChangeLog.diff?cvsroot=src&r1=1.46&r2=1.47
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/d10v/interp.c.diff?cvsroot=src&r1=1.19&r2=1.20
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/erc32/ChangeLog.diff?cvsroot=src&r1=1.42&r2=1.43
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/erc32/interf.c.diff?cvsroot=src&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/m32c/ChangeLog.diff?cvsroot=src&r1=1.31&r2=1.32
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/m32c/gdb-if.c.diff?cvsroot=src&r1=1.15&r2=1.16
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/ppc/ChangeLog.diff?cvsroot=src&r1=1.115&r2=1.116
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/ppc/psim.c.diff?cvsroot=src&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/ppc/sim_calls.c.diff?cvsroot=src&r1=1.15&r2=1.16
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/rl78/ChangeLog.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/rl78/gdb-if.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/rx/ChangeLog.diff?cvsroot=src&r1=1.31&r2=1.32
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/rx/gdb-if.c.diff?cvsroot=src&r1=1.14&r2=1.15

-- 
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] 7+ messages in thread

* [Bug gdb/7205] Fix target_signal_from_host() etc.
       [not found] <bug-7205-4717@http.sourceware.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2012-05-24 16:52 ` cvs-commit at gcc dot gnu.org
@ 2012-05-24 17:03 ` cvs-commit at gcc dot gnu.org
  2012-05-24 17:08 ` palves at redhat dot com
  2012-05-24 17:09 ` palves at redhat dot com
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2012-05-24 17:03 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2012-05-24 17:03:39 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    palves@sourceware.org    2012-05-24 17:03:28

Modified files:
    gdb            : ChangeLog arch-utils.c arch-utils.h corelow.c 
                     gdbarch.c gdbarch.h gdbarch.sh 

Log message:
    2012-05-24  Pedro Alves  <palves@redhat.com>

    PR gdb/7205

    * arch-utils.c (default_gdb_signal_to_host): Rename to ...
    (default_gdb_signal_to_target): ... this.  Add comment.
    (default_gdb_signal_from_host): Rename to ...
    (default_gdb_signal_from_target): ... this.  Add comment.
    * arch-utils.h (default_gdb_signal_to_host): Rename to ...
    (default_gdb_signal_to_target): ... this.
    (default_gdb_signal_from_host): Rename to ...
    (default_gdb_signal_from_target): ... this.
    * corelow.c (core_open): Adjust to naming change.  Replace comment.
    * gdbarch.sh (gdb_signal_from_host): Rename to ...
    (gdb_signal_from_target): ... this.  Adjust to
    default_gdb_signal_from_host naming change.  Extend comment.
    (gdb_signal_to_host): Rename to ...
    (gdb_signal_to_target): ... this.  Adjust to
    default_gdb_signal_to_host naming change.
    * gdbarch.h, gdbarch.c: Renegerate.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14291&r2=1.14292
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/arch-utils.c.diff?cvsroot=src&r1=1.201&r2=1.202
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/arch-utils.h.diff?cvsroot=src&r1=1.119&r2=1.120
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/corelow.c.diff?cvsroot=src&r1=1.115&r2=1.116
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbarch.c.diff?cvsroot=src&r1=1.489&r2=1.490
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbarch.h.diff?cvsroot=src&r1=1.438&r2=1.439
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbarch.sh.diff?cvsroot=src&r1=1.537&r2=1.538

-- 
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] 7+ messages in thread

* [Bug gdb/7205] Fix target_signal_from_host() etc.
       [not found] <bug-7205-4717@http.sourceware.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2012-05-24 17:03 ` cvs-commit at gcc dot gnu.org
@ 2012-05-24 17:08 ` palves at redhat dot com
  2012-05-24 17:09 ` palves at redhat dot com
  6 siblings, 0 replies; 7+ messages in thread
From: palves at redhat dot com @ 2012-05-24 17:08 UTC (permalink / raw)
  To: gdb-prs

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

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Pedro Alves <palves at redhat dot com> 2012-05-24 17:08:00 UTC ---
Fixed now.

See also discussions in these threads:

http://sourceware.org/ml/gdb-patches/2012-05/msg00733.html
http://sourceware.org/ml/gdb-patches/2012-05/msg00831.html
http://sourceware.org/ml/gdb-patches/2012-05/msg00839.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] 7+ messages in thread

* [Bug gdb/7205] Fix target_signal_from_host() etc.
       [not found] <bug-7205-4717@http.sourceware.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2012-05-24 17:08 ` palves at redhat dot com
@ 2012-05-24 17:09 ` palves at redhat dot com
  6 siblings, 0 replies; 7+ messages in thread
From: palves at redhat dot com @ 2012-05-24 17:09 UTC (permalink / raw)
  To: gdb-prs

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

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |7.5

-- 
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] 7+ messages in thread

end of thread, other threads:[~2012-05-24 17:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-7205-4717@http.sourceware.org/bugzilla/>
2012-05-24 16:36 ` [Bug gdb/7205] Fix target_signal_from_host() etc palves at redhat dot com
2012-05-24 16:38 ` palves at redhat dot com
2012-05-24 16:39 ` cvs-commit at gcc dot gnu.org
2012-05-24 16:52 ` cvs-commit at gcc dot gnu.org
2012-05-24 17:03 ` cvs-commit at gcc dot gnu.org
2012-05-24 17:08 ` palves at redhat dot com
2012-05-24 17:09 ` palves 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).