From: Jim Kingdon Date: Tue, 20 Jul 1993 02:57:39 +0000 (+0000) Subject: * lib/gdb.exp (runto): Don't insist that function we are running to X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=62d4a6865eaf572ad21621f67e603afac7305172;p=binutils-gdb.git * 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. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1e06463e3c1..429e33d8026 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.