]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/gdbserver/linux-low.c
gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 1 Feb 2010 20:19:06 +0000 (20:19 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 1 Feb 2010 20:19:06 +0000 (20:19 +0000)
commite4b7f41c57cb9a4c57cb7767f332bb8f99976369
tree0e02aba03faccdc2207eb78e85cb2ea96ba66744
parent7618e12bcb8f15e83c8c6abc5216f520f09bdbf9
gdb/
PR libc/11214:
* linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
(linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
(linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.

gdb/testsuite/
PR libc/11214:
* gdb.threads/current-lwp-dead.c: Include features.h.
(HAS_NOMMU): New.
(fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
gdb/ChangeLog
gdb/gdbserver/linux-low.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.threads/current-lwp-dead.c