This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 0/8] enable target-async by default
- From: Tom Tromey <tromey at redhat dot com>
- To: gdb-patches at sourceware dot org
- Date: Mon, 29 Jul 2013 10:45:16 -0600
- Subject: [PATCH 0/8] enable target-async by default
This series enables target-async by default.
Right now, the target-async setting just exists to let users use
another feature. This has always seemed weird, but not very
important. However, now I am starting to have other reasons to want
target-async enabled by default when possible (in particular this is
good for multi-target).
Most of this series is straightforward. It begins with some latent
bug fixes, the by pulling in some related patches of Pedros (see
patches 3-5), continues by fixing some CLI bugs revealed if
target-async is always on; and finishes by fixing up MI and the docs.
The last patch is the one with the grossest hacks.
I built and regtested this on x86-64 Fedora 18.
FWIW I did not clear out the dead code from linux-nat.c yet. I plan
to do that in a follow-up.
Tom