aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-07-20 02:57:39 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-07-20 02:57:39 +0000
commit62d4a6865eaf572ad21621f67e603afac7305172 (patch)
tree8507730827f1dbff7154883eb1992b9f26a7b022
parent164207cae3b34afb49310d07201dbf608523627a (diff)
downloadgdb-62d4a6865eaf572ad21621f67e603afac7305172.zip
gdb-62d4a6865eaf572ad21621f67e603afac7305172.tar.gz
gdb-62d4a6865eaf572ad21621f67e603afac7305172.tar.bz2
* lib/gdb.exp (runto): Don't insist that function we are running to
was compiled with -g. * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
-rw-r--r--gdb/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 1e06463..429e33d 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,10 @@
Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
+ * lib/gdb.exp (runto): Don't insist that function we are running to
+ was compiled with -g.
+
+ * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
+
* gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
to get back into the read system call.
Accept leading newline in case where we woke it up.