This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src gdb/remote-sim.c sim/arm/wrapper.c sim/com ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb-csl-gxxpro-6_3-branch
Changes by:	mmitchel@sourceware.org	2005-11-17 06:22:44

Modified files:
	gdb            : remote-sim.c 
	sim/arm        : wrapper.c 
	sim/common     : sim-reason.c sim-signal.c sim-signal.h 
	sim/d10v       : interp.c 
	sim/erc32      : interf.c 
	sim/ppc        : config.in configure configure.ac emul_netbsd.c 
	                 emul_unix.c sim_calls.c 

Log message:
	* gdb/remote-sim.c (gdbsim_wait): Don't use target_signal_to_host
	or target_signal_from_host.
	* sim/arm/wrapper.c (gdb/signals.h): Include it.
	(SIGTRAP): Don't define it.
	(SIGBUS): Likewise.
	(sim_stop_reason): Use TARGET_SIGNAL_*.
	* sim/common/sim-reason.c (sim_stop_reason): Use
	sim_signal_to_target, not sim_signal_to_host.
	* sim/common/sim-signal.c (sim_signal_to_host): Fix typo.
	(sim_signal_to_target): New function.
	* sim/common/sim-signal.h: Declare it.
	* sim/d10v/interp.c (gdb/signals.h): Include it.
	(sim_stop_reason): Use TARGET_SIGNAL_*.
	* sim/erc32/interf.c: (gdb/signals.h): Include it.
	(sim_stop_reason): Use TARGET_SIGNAL_*.
	* sim/ppc/sim_calls.c (gdb/signals.h): Include it.
	(sim_stop_reason): Use TARGET_SIGNAL_*.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/remote-sim.c.diff?cvsroot=src&only_with_tag=gdb-csl-gxxpro-6_3-branch&r1=1.49&r2=1.49.6.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/arm/wrapper.c.diff?cvsroot=src&only_with_tag=gdb-csl-gxxpro-6_3-branch&r1=1.30&r2=1.30.8.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/sim-reason.c.diff?cvsroot=src&only_with_tag=gdb-csl-gxxpro-6_3-branch&r1=1.1.1.1&r2=1.1.1.1.98.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/sim-signal.c.diff?cvsroot=src&only_with_tag=gdb-csl-gxxpro-6_3-branch&r1=1.1.1.1&r2=1.1.1.1.98.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/sim-signal.h.diff?cvsroot=src&only_with_tag=gdb-csl-gxxpro-6_3-branch&r1=1.1.1.1&r2=1.1.1.1.98.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/d10v/interp.c.diff?cvsroot=src&only_with_tag=gdb-csl-gxxpro-6_3-branch&r1=1.16&r2=1.16.16.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/erc32/interf.c.diff?cvsroot=src&only_with_tag=gdb-csl-gxxpro-6_3-branch&r1=1.5&r2=1.5.10.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/ppc/config.in.diff?cvsroot=src&only_with_tag=gdb-csl-gxxpro-6_3-branch&r1=1.3&r2=1.3.8.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/ppc/configure.diff?cvsroot=src&only_with_tag=gdb-csl-gxxpro-6_3-branch&r1=1.11&r2=1.11.8.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/ppc/configure.ac.diff?cvsroot=src&only_with_tag=gdb-csl-gxxpro-6_3-branch&r1=1.3&r2=1.3.8.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/ppc/emul_netbsd.c.diff?cvsroot=src&only_with_tag=gdb-csl-gxxpro-6_3-branch&r1=1.5&r2=1.5.12.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/ppc/emul_unix.c.diff?cvsroot=src&only_with_tag=gdb-csl-gxxpro-6_3-branch&r1=1.1.1.1&r2=1.1.1.1.98.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/ppc/sim_calls.c.diff?cvsroot=src&only_with_tag=gdb-csl-gxxpro-6_3-branch&r1=1.11&r2=1.11.10.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]