This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH v3 0/9] enable target-async by default
- From: Tom Tromey <tromey at redhat dot com>
- To: gdb-patches at sourceware dot org
- Date: Fri, 2 Aug 2013 14:04:34 -0600
- Subject: [PATCH v3 0/9] enable target-async by default
Here's version 3 of the series to always enable target-async.
Version 2 was here:
http://sourceware.org/ml/gdb-patches/2013-07/msg00831.html
I think this revision addresses all the comments for revision 2. In
particular it removes cruft left over from debugging; adds comments;
and dispenses with the "mi_last_was_cli" global.
Built and regtested on x86-64 Fedora 18.
Tom