From: Nick Roberts Date: Sun, 17 Sep 2006 23:09:55 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=455824e52171d4f48f12ab37fb5b6590be80a54d;p=thirdparty%2Fbinutils-gdb.git Update. --- diff --git a/gdb/README.async b/gdb/README.async index 39779b36cf0..bd8bfae8643 100644 --- a/gdb/README.async +++ b/gdb/README.async @@ -42,13 +42,21 @@ n (gdb) (actually it generates an extra &"n\n" and ^done but with -"-interpreter-exec console" its identical. +"-interpreter-exec console" it's identical. To help integration with HEAD I've re-instated the --async option so that --noasync (the default) *should* run as on the trunk. Bugs/Problems are in PROBLEMS.async +Further tasks in TODO.async + +To run testsuite with asynchronous event loop put the line: + + set GDBFLAGS "--async" + +at the bottom of site.exp. + Nick Roberts nickrob@snap.net.nz