aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog-1993-2013
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2020-01-16 18:11:06 +0000
committerPedro Alves <palves@redhat.com>2020-01-16 18:11:06 +0000
commit701adfb00922a6d5f76dfa74dc13f144a50d9a9b (patch)
tree65371b0978818cd32037c0466a271566c4f6ec36 /gdb/testsuite/ChangeLog-1993-2013
parent3112ed9799124edf4d1f9c903da0d59f5a4ca102 (diff)
downloadgdb-701adfb00922a6d5f76dfa74dc13f144a50d9a9b.zip
gdb-701adfb00922a6d5f76dfa74dc13f144a50d9a9b.tar.gz
gdb-701adfb00922a6d5f76dfa74dc13f144a50d9a9b.tar.bz2
[gdb] Move ChangeLog entries to their right files
I spotted a few misplaced entries in the ChangeLog-2019 entries, and went on to fix them. Looking around I saw a good number of other entries in other years. Then OCD got the best of me and I fixed them all. Also fixes cases of wrong paths in entries, like "* gdb/foo.c" instead of "* foo.c".
Diffstat (limited to 'gdb/testsuite/ChangeLog-1993-2013')
-rw-r--r--gdb/testsuite/ChangeLog-1993-201352
1 files changed, 51 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog-1993-2013 b/gdb/testsuite/ChangeLog-1993-2013
index 2e04291..e3b0224 100644
--- a/gdb/testsuite/ChangeLog-1993-2013
+++ b/gdb/testsuite/ChangeLog-1993-2013
@@ -24429,6 +24429,12 @@
* lib/mi-support.exp (mi_gdb_test): Add global declaration for
expect_out so that callers can get at it.
+2002-08-26 Joel Brobecker <brobecker@gnat.com>
+
+ * gdb.base/commands.exp: New tests for commands
+ attached to a temporary breakpoint, and for commands that
+ delete the breakpoint they are attached to.
+
2002-08-23 Daniel Jacobowitz <drow@mvista.com>
* gdb.threads/print-threads.c: New file.
@@ -26039,6 +26045,13 @@ Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
generated by GDB when it doesn't understand how to debug threads
on the target system.
+2001-04-17 Michael Snyder <msnyder@redhat.com>
+
+ * gdb.trace/deltrace.exp: Allow for 64-bit addresses.
+ * gdb.trace/infotrace.exp: Ditto.
+ * gdb.trace/passcount.exp: Ditto.
+ * gdb.trace/while-stepping.exp: Ditto.
+
2001-03-19 Andrew Cagney <ac131313@redhat.com>
* gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
@@ -26625,7 +26638,12 @@ Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
* gdb.base/funcargs.exp: Relax patterns matching pointers to char.
-Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
+2000-04-06 Michael Snyder <msnyder@cygnus.com>
+
+ * gdb.threads/pthreads.exp (all_threads_running): Allow
+ for more than 15 thread increments.
+
+2000-03-30 Philippe De Muyter <phdm@macqel.be>
* gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
values that can be represented exactly.
@@ -26763,6 +26781,11 @@ Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
* gdb.base/display.exp: Some yacc parsers like to say
"A syntax error" rather than "A parse error". Accept both.
+2000-01-07 Michael Snyder <msnyder@cygnus.com>
+
+ * gdb.threads/pthreads.exp: Try to link with -lthread if -lpthread
+ and -lpthreads fail.
+
2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
* gdb.base/default.exp: Remove OS dependent string from "target
@@ -26782,6 +26805,22 @@ Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
* gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
AIX, which defines them in <sys/types.h>.
+1999-12-20 Michael Snyder <msnyder@cleaver.cygnus.com>
+
+ * gdb.base/callfuncs.exp: Make "next" test match the next source
+ line, in case the "next" runs away.
+
+1999-02-18 Jason Molenda (jsm@bugshack.cygnus.com)
+
+ * testsuite/gdb.chill/tests1.ch, testsuite/gdb.chill/tests2.ch,
+ testsuite/gdb.chill/tests2.exp: Update FSF address in copyright
+ notices.
+
+1999-12-16 Michael Snyder <msnyder@cleaver.cygnus.com>
+
+ * gdb.threads/linux-dp.exp: Make test for "New Thread" message
+ more forgiving. Ditto test for "info threads".
+
1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
* gdb.base/default.exp: Match arm* etc instead of arm in "info
@@ -30891,6 +30930,11 @@ Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
* gdb.base/a1-selftest.exp (test_with_self): Remove comment which
apparently went with a (very) old xfail.
+Fri Mar 24 15:45:42 1995 Stu Grossman (grossman@cygnus.com)
+
+ * gdb.base/break.exp: Lots of cleanups. Use gdb_test more
+ thoroughly.
+
Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
* gdb.base/callfuncs.exp: call runto_main instead of runto main.
@@ -33331,6 +33375,12 @@ Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
* configure.in: switch subdirs assignment to configdirs.
* gdb.t*/configure.in: new files.
+Fri Apr 23 10:34:02 1993 Stu Grossman (grossman@cygnus.com)
+
+ * gdb.t16/gdbme.c, testsuite/gdb.t17/gdbme.c: Add calls
+ to malloc() so that we can test GDB eval of dynamically created
+ arrays (like char strings in `print "foo"').
+
Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
* gdb.t07/watchpoint.exp: Removed a29k expected failure which now