This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 0/3] PR remote/19496, remote fork failures
- From: Don Breazeal <donb at codesourcery dot com>
- To: <gdb-patches at sourceware dot org>
- Date: Wed, 27 Jan 2016 16:48:28 -0800
- Subject: [PATCH 0/3] PR remote/19496, remote fork failures
- Authentication-results: sourceware.org; auth=none
This patchset addresses several failures in
gdb.threads/forking-threads-plus-breakpoint.exp with a Nios II Linux
target, as described in PR remote/19496.
The patches address the first three issues listed in the problem report.
There are still some intermittent failures, but they are infrequent and
as a result will probably take some time to track down. Since this
patchset fixes the majority of the failures, it seemed to make sense to
get it pushed in now and deal with any remaining failures later.
Patch 1/3: fixes "internal error -- gdb/target.c:2713: internal-error:
Can't determine the current address space of Thread".
Patch 2/3: fixes interrupted system calls (fork and waitpid) in the test
program.
Patch 3/3: fixes timeout failures waiting for the inferior to exit.
The patches were tested on x86_64 Linux with native, native-gdbserver,
and native-extended-gdbserver, and on a Nios II Linux target with an
x86 Linux host.
Thanks,
--Don