Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/8] enable target-async by default
@ 2013-07-29 16:45 Tom Tromey
  2013-07-29 16:45 ` [PATCH 3/8] PR gdb/13860: make -interpreter-exec console "list" behave more like "list" Tom Tromey
                   ` (7 more replies)
  0 siblings, 8 replies; 22+ messages in thread
From: Tom Tromey @ 2013-07-29 16:45 UTC (permalink / raw)
  To: gdb-patches

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


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2013-07-31 17:50 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-29 16:45 [PATCH 0/8] enable target-async by default Tom Tromey
2013-07-29 16:45 ` [PATCH 3/8] PR gdb/13860: make -interpreter-exec console "list" behave more like "list" Tom Tromey
2013-07-29 16:45 ` [PATCH 2/8] add target method delegation Tom Tromey
2013-07-30 14:07   ` Metzger, Markus T
2013-07-30 14:47     ` Tom Tromey
2013-07-30 15:08       ` Metzger, Markus T
2013-07-30 15:13         ` Tom Tromey
2013-07-31 12:16         ` Agovic, Sanimir
2013-07-31 17:50           ` Tom Tromey
2013-07-29 16:45 ` [PATCH 6/8] make dprintf.exp pass in always-async mode Tom Tromey
2013-07-29 16:45 ` [PATCH 5/8] PR gdb/13860: don't lose '-interpreter-exec console EXECUTION_COMMAND''s output in async mode Tom Tromey
2013-07-29 16:45 ` [PATCH 7/8] fix py-finish-breakpoint.exp with always-async Tom Tromey
2013-07-29 23:33   ` Doug Evans
2013-07-30 18:10     ` Tom Tromey
2013-07-30 20:56       ` Tom Tromey
2013-07-30  0:36   ` Yao Qi
2013-07-30 19:00     ` Tom Tromey
2013-07-29 16:45 ` [PATCH 8/8] enable target-async Tom Tromey
2013-07-29 18:30   ` Eli Zaretskii
2013-07-29 18:42     ` Tom Tromey
2013-07-29 16:45 ` [PATCH 4/8] PR gdb/13860: make "-exec-foo"'s MI output equal to "foo"'s MI output Tom Tromey
2013-07-29 16:45 ` [PATCH 1/8] fix latent bugs in ui-out.c Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox