* lib/mi-support.exp (mi_gdb_start): If a remote target, use the
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 7710d10f403d47f87621d8994fb193050afb3758..79fc4c6030f8ceb0226f1a898eb1e796ba013c1f 100644 (file)
@@ -1,3 +1,125 @@
+2001-08-18  Andrew Cagney  <ac131313@redhat.com>
+
+       * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
+       CLI jump command to start it.
+       (mi_run_to_main): Fail immediatly when unexpected output.
+
+2001-08-18  Andrew Cagney  <ac131313@redhat.com>
+
+       * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
+       beginning of function.  Fix PR gdb/191.
+
+2001-08-16  Frank Ch. Eigler  <fche@redhat.com>
+
+       * config/sid.exp (sid_start): Don't warn if we cannot figure out
+       what to force sid endianness to.
+
+2001-08-15  Keith Seitz  <keiths@redhat.com>
+
+       * lib/gdb.exp (gdbtk_start): Don't set environment
+       variables for TCL_LIBRARY and friends. Insight will
+       now figure these out for itself.
+
+2001-08-02  Michael Snyder  <msnyder@redhat.com>
+
+       * gdb.base/completion.exp: Remove the symbol "a64l" from
+       the expect string; this is target-specific, and not related
+       to what is being tested.
+
+2001-08-02  Dave Brolley  <brolley@redhat.com>
+
+       * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
+
+2001-07-25  Michael Snyder  <msnyder@redhat.com>
+
+       * gdb.base/consecutive.exp: New file.  Test stepping over
+       breakpoints on consecutive instructions.
+       * gdb.base/consecutive.c: New file.
+
+       * gdb.base/call-rt-st.exp: Use double-backslash to quote
+       curly braces in regular expressions.
+
+2001-07-25  Michael Snyder  <msnyder@redhat.com>
+
+       * gdb.base/ending-run.exp: Accept "Program exited normally" as
+       legitimate output from stepping out of main.
+
+2001-07-22  Keith Seitz  <keiths@redhat.com>
+
+       * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
+       the empty string, do not run the tests.
+
+2001-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * gdb.base/long_long.exp: Detect size of pointer.  Take into
+       account 2-byte pointers when testing for p/a results.
+
+2001-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K 
+       and defined to 1K for m68hc11.
+       (random_data): Reduce table to 1K for embedded platforms (68hc11).
+       * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
+       (sizeof_random_data): New variable to tell the size of the data table;
+       don't test past this size; always run to main.
+
+2001-07-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * gdb.base/return2.exp: return of long long and double fails for
+       68HC11; don't execute these tests on that platform.
+       * gdb.base/return.exp: Return of a double fails for 68hc11.
+
+2001-07-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
+       tests that print a float.
+       * call-rt-st.exp: Likewise.
+
+2001-07-12  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.base/so-impl-ld.exp: Remove stray space that prevented
+       running this test on Linux.
+
+2001-06-24  Michael Chastain  <chastain@redhat.com>
+
+       * gdb.base/arithmet.exp: Remove some tests to make all test names
+       unique.
+
+2001-07-03  Michael Snyder  <msnyder@redhat.com>
+
+       * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
+       the output of the ptype command.
+
+2001-07-02  Michael Snyder  <msnyder@redhat.com>
+
+       * gdb.base/completion.exp: Don't assume that break.c is the only
+       source file that may contain functions named "marker".
+       * gdb.base/corefile.exp: Quote the curly braces in regexp.
+
+2001-06-28  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
+       of files to delete.
+
+       From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
+       * gdb.disasm/h8300s.exp: New file.
+       gdb.disasm/h8300s.s: Likewise.
+
+2001-06-27  Andrew Cagney  <ac131313@redhat.com>
+
+       * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
+       empty breakpoint tables.
+
+2001-06-25  Andrew Cagney  <ac131313@redhat.com>
+
+       * lib/mi-support.exp: Update args=... part of stop-reason
+       patterns. Accept either a list or a tuple.
+
+2001-06-23  Andrew Cagney  <ac131313@redhat.com>
+
+       * lib/mi-support.exp: Remove local emacs variable defining
+       change-log-default-name.
+
 2001-06-22  Michael Chastain  <chastain@redhat.com>
 
        * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
This page took 0.042642 seconds and 4 git commands to generate.