summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-02-04 20:15:23 +0000
committerAndrew Cagney <cagney@redhat.com>2003-02-04 20:15:23 +0000
commitd81db08b82b208de1ac3f97fa6ee64b1f643b5f9 (patch)
treeaee8decfd8754472e527b0d362bf6879aab1d6aa
parent1025da1a305f8b563c77d53105f56d7742cbe473 (diff)
downloadgdb-d81db08b82b208de1ac3f97fa6ee64b1f643b5f9.tar.gz
Clean up changelog entries.
-rw-r--r--gdb/testsuite/ChangeLog57
-rw-r--r--gdb/testsuite/gdb.mi/ChangeLog31
2 files changed, 4 insertions, 84 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 935c5898698..38e8d7e407b 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,57 +1,8 @@
-2003-02-03 Andrew Cagney <ac131313@redhat.com>
-
- * lib/mi-support: Hack, accept any prompt for moment.
-
-2002-09-11 Keith Seitz <keiths@redhat.com>
-
- * lib/mi-support.exp (mi_step_next_helper): Remove.
- (mi_next): Use mi_next_to.
- (mi_step): Use mi_step_to.
-
-2002-09-05 Keith Seitz <keiths@redhat.com>
-
- * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
- runto proc.
- (mi_run_to_main): Use mi_runto.
-
-2002-09-04 Keith Seitz <keiths@redhat.com>
-
- * lib/mi-support.exp (mi_run_to_main): Allow anything to precede
- regexp for stopping at main. Could have multiple event notifications.
- Don't assume that main was declared with no parameters.
- (mi_step_next_helper): New procedure to do step/next.
- (mi_next): Use mi_step_next_helper.
- (mi_step): Ditto.
-
-2002-09-04 Keith Seitz <keiths@redhat.com>
-
- * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
- Use integer comparison instead of string comparison for testing
- whether binary was built.
-
-2002-08-29 Keith Seitz <keiths@redhat.com>
-
- * lib/mi-support.exp (mi_gdb_test): Add global declaration for
- expect_out so that callers can get at it.
-
-2002-07-22 Keith Seitz <keiths@redhat.com>
-
- * lib/mi-support.exp (mi_delete_breakpoints): Allow for breakpoint
- delete events in output of -break-delete.
- (mi_run_to_main): Don't assume that breakpoint at main is first
- breakpoint installed.
-
-2002-06-24 Keith Seitz <keiths@redhat.com>
-
- * lib/mi-support.exp (mi_gdb_test): Move expected pattern higher
- in the list of expect statements.
-
-2002-06-19 Keith Seitz <keiths@redhat.com>
-
- * lib/mi-support.exp (mi_run_to_main): Use MIFLAGS to figure
- out what version of MI is running. Use this to determine the proper
- output of setting a breakpoint.
+2003-02-04 Keith Seitz <keiths@redhat.com>
+ Andrew Cagney <ac131313@redhat.com>
+ * gdb.mi/mi-cli.exp: New file.
+
2003-02-01 Michael Chastain <mec@shout.net>
* gdb.base/advance.c (marker1): New marker function.
diff --git a/gdb/testsuite/gdb.mi/ChangeLog b/gdb/testsuite/gdb.mi/ChangeLog
index a13be709b11..2e2a82e3c85 100644
--- a/gdb/testsuite/gdb.mi/ChangeLog
+++ b/gdb/testsuite/gdb.mi/ChangeLog
@@ -1,34 +1,3 @@
-2003-02-03 Andrew Cagney <ac131313@redhat.com>
-
- * mi-cli.exp: Remove patterns checking for events. Better handle
- continuations.
-
-2002-08-21 Keith Seitz <keiths@redhat.com>
-
- * mi-cli.exp: Use "target_changed" instead of "register-update".
-
-2002-07-25 Keith Seitz <keiths@redhat.com>
-
- * mi-cli.exp: Fix typo in result for "-interpreter-exec console list"
- test.
- Don't break at main: use mi_run_to_main instead.
- Add tests to break in callee4 and navigate the stack.
- Add test to set a register and test for update event.
-
-2002-07-22 Keith Seitz <keiths@redhat.com>
-
- * mi-cli.exp: Use mi_run_to_main to get to main. Don't use "run".
- Refine result string for "-interpreter-exec console bougs" test.
-
-2002-06-25 Keith Seitz <keiths@redhat.com>
-
- * mi-cli.exp: Add tests to check if list_command in the console
- is synchronized with MI's state.
-
-2002-06-24 Keith Seitz <keiths@redhat.com>
-
- * mi-cli.exp: New file.
-
2002-12-13 Jeff Johnston <jjohnstn@redhat.com>
* mi-basics.exp: Change tests for -environment-directory. Also add