gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 6 Sep 2010 13:59:03 +0000 (13:59 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 6 Sep 2010 13:59:03 +0000 (13:59 +0000)
commit423ec54cd3a05bdd5835076e3afe962fe4dd025b
tree4f6ad0475beaea090e1a8be0ba28aaa0f5a19fb0
parenta6eb9bc860e2b9232df85d90311e041a2bef08e5
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
This page took 0.024822 seconds and 4 git commands to generate.