OSDN Git Service

gdb/
authorjkratoch <jkratoch>
Mon, 6 Sep 2010 13:59:00 +0000 (13:59 +0000)
committerjkratoch <jkratoch>
Mon, 6 Sep 2010 13:59:00 +0000 (13:59 +0000)
commitcd9d41f876d5f99857e84e4a5ca7f290de407ebb
treed391e7d6b91aa13544375ff286fe890f8c13351b
parent4c5566fe380dcb90e4a7d7ff5f91c5fa36d5fe0b
gdb/
* corelow.c (core_open): Use target_signal_from_host if CORE_GDBARCH
is NULL.
* fork-child.c (startup_inferior) <resume_signal>: Use enum
target_signal type.
* linux-nat.c (linux_nat_resume): Use target_signal_to_host before
calling strsignal.  Use enum target_signal type for saved_signo.
(linux_handle_extended_wait) <signo>: Use enum target_signal type.
(linux_nat_wait_1): Use enum target_signal type for signo.  Use
target_signal_to_host before calling strsignal.
* remote-m32r-sdi.c (m32r_wait, m32r_detach): Replace 0 by
TARGET_SIGNAL_0.

gdb/gdbserver/
* target.c (mywait) <TARGET_WAITKIND_EXITED>: Fix to use INTEGER.
gdb/ChangeLog
gdb/corelow.c
gdb/fork-child.c
gdb/gdbserver/ChangeLog
gdb/gdbserver/target.c
gdb/linux-nat.c
gdb/remote-m32r-sdi.c