-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.
-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