aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2006-09-17 23:09:55 +0000
committerNick Roberts <nickrob@snap.net.nz>2006-09-17 23:09:55 +0000
commit455824e52171d4f48f12ab37fb5b6590be80a54d (patch)
treecb5dae10e5b55458a484ef7580a4ade0928db966
parent58c3a5a1f89106025a96cfe7ca0f5d85c8efe5f6 (diff)
downloadfsf-binutils-gdb-455824e52171d4f48f12ab37fb5b6590be80a54d.zip
fsf-binutils-gdb-455824e52171d4f48f12ab37fb5b6590be80a54d.tar.gz
fsf-binutils-gdb-455824e52171d4f48f12ab37fb5b6590be80a54d.tar.bz2
Update.
-rw-r--r--gdb/README.async10
1 files changed, 9 insertions, 1 deletions
diff --git a/gdb/README.async b/gdb/README.async
index 39779b3..bd8bfae 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