* ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Check the selected
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index f6990f067862901ea03791177254e081efce1641..2f3a5d7c7c31bab638c804de22b7f8f46dc6ef86 100644 (file)
@@ -1,3 +1,554 @@
+2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
+       Test "set powerpc vector-abi".  Skip auto-detection tests for old
+       toolchains.
+
+2007-10-30  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
+       with [string compare].
+
+2007-10-30  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
+       * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
+
+2007-10-25  Luis Machado  <luisgpm@br.ibm.com>
+
+       * gdb.opt/clobbered-registers-O2.c: New testcase source file.
+       * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
+       * gdb.opt/Makefile.in: New makefile.
+       * Makefile.in: Create new directory "gdb.opt".
+       * configure.ac: Add "gdb.opt" directory.
+       * configure: Regenerated.
+                       
+2007-10-25  Doug Evans  <dje@google.com>
+
+       * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
+       * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
+
+2007-10-15  Wu Zhou  <woodzltc@cn.ibm.com> 
+           Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
+       Floating Point expressions.
+       * gdb.base/dfp-test.exp: new file adding tests for Decimal
+       Floating Point variables.
+       * gdb.base/dfp-test.c: new file containing program with Decimal
+       Floating variables, used by gdb.base/dfp-test.exp.
+
+2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
+
+2007-10-21  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
+       compiling test case with GCC.
+       * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
+
+2007-10-21  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
+       format changes.
+
+2007-10-18  Michael Snyder  <msnyder@specifix.com>
+
+       * gdb.base/dbx.exp: Add missing "-re " operator.
+
+2007-10-16  Gaius Mulley  <gaius@glam.ac.uk>
+
+       * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
+       * configure.ac: Removed trailing spaces after backslash.
+       * gdb.modula2: New directory.
+       * gdb.modula2/Makefile.in: New file.
+       * gdb.modula2/unbounded-array.exp: New file.
+       * gdb.modula2/unbounded1.c: New file.
+
+2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.xml/tdesc-regs.exp: Add PowerPC support.
+
+2007-10-15  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * gdb.base/sigstep.c (main): Add checks for
+       return values for setitimer call.
+       Call setitimer again with itimer = ITIMER_REAL
+       if first call to setitimer fails.
+
+2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
+
+       * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
+       of $timeout.
+
+2007-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.server/server-run.exp: Test for dynamic linker symbols.
+
+2007-10-09  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * lib/gdb.exp (gdb_run_cmd): Move comment outside
+       of gdb_expect call, to avoid interruption.
+
+2007-10-09  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * gdb.base/whatis.c (v_long_long, v_signed_long_long)
+       (v_unsigned_long_long, v_long_long_array)
+       (v_signed_long_long_array, v_unsigned_long_long_array)
+       (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
+       (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
+       [!NO_LONG_LONG]: New.
+       (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
+       v_long_long_member.
+
+       (v_long_long_func, v_signed_long_long_func)
+       (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
+       (main) [!NO_LONG_LONG]: Initialize long long variants.
+
+       * gdb.base/whatis.exp: If board file requests no_long_long, build
+       test with NO_LONG_LONG defined.  Test long long, signed long long,
+       and unsigned long long variants but only if board file doesn't
+       disable it.
+
+2007-10-08  Pierre Muller  <muller@ics.u-strasbg.fr>
+            Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
+       * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
+       * configure: Regenerated.
+       * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
+       gdb.pascal/types.exp, lib/pascal.exp: New files.
+
+2007-10-02  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.cp/classes.exp (do_tests): Always step to the line after the
+       call.
+       * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
+       to return to the call.
+       * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
+       * gdb.mi/mi-return.exp (test_return_simple): Likewise.
+       * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
+       * gdb.mi/mi-until.exp (test_until): Likewise.
+       * gdb.mi/mi2-until.exp (test_until): Likewise.
+
+2007-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
+       two-char array.
+       * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
+
+2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.threads/watchthreads.c (thread_function): Sleep between
+       iterations.
+       * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
+       at once for S/390.  Generate matching fails and passes.
+
+2007-09-27  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.mi/var-cmd.c (do_children_tests): Initialize
+       the 'struct_declarations' variable to zeros.
+       
+2007-09-24  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.cp/mb-ctor.cc: New.
+       * gdb.cp/mb-ctor.exp: New.
+       * gdb.cp/mb-templates.cc: New.
+       * gdb.cp/mb-templates.exp: New.
+
+2007-09-23  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
+
+2007-09-23  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
+       targets.
+       * configure: Regenerate.
+
+2007-09-23  Vladimir Prus  <vladimir@codesourcery.com>
+       
+       * gdb.base/annota1.exp: Adjust for 'info break'
+       format changes.
+       * gdb.base/annota3.exp: Likewise.
+       * gdb.base/break.exp: Likewise.
+       * gdb.base/condbreak.exp: Likewise.
+       * gdb.base/pending.exp: Likewise.
+       * gdb.base/sepdebug.exp: Likewise.
+       * gdb.base/unload.exp: Likewise.
+       * gdb.base/ovldbreak.exp: Likewise.
+       
+2007-09-22  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
+       messages.
+       * gdb.base/chng-syms.exp: Likewise.
+       * gdb.base/unload.exp: Likewise.
+               
+2007-09-21  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
+
+2007-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * schedlock.c (NUM): Change to 1.
+       (main): Use args[0] for the main thread.
+       * schedlock.exp: Only expect two threads.  Only issue one pass or fail
+       regardless of the number of threads.
+
+2007-09-14  Maciej W. Rozycki  <macro@mips.com>
+
+       * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
+       type down.
+       (test_watchpoint_triggering): XFAIL the sw watchpoint scope
+       test.
+       * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
+       watchpoint type down.
+       (test_watchpoint_triggering): XFAIL the sw watchpoint scope
+       test.
+
+2007-09-14  Maciej W. Rozycki  <macro@mips.com>
+
+       * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
+       Move all the tests here and run them twice, once using software
+       watchpoints and once using hardware watchpoints.
+       * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
+
+2007-09-12  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
+       test.
+
+2007-09-10  Mark Kettenis  <kettenis@gnu.org>
+
+       * lib/gdb.exp (build_id_debug_filename_get): Improve check for
+       build-id.
+
+       * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
+       know about $ORIGIN.  Calculate output dir from $dest instead of
+       using ${objdir}/{$subdir}.
+
+2007-09-09  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
+       gcore, before continuing with the test.
+
+2007-09-06  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
+       * gdb.mi/mi-watch.exp: Likewise.
+
+2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
+           Jim Blandy  <jimb@codesourcery.com>
+
+       * gdb.arch/i386-sse.exp: Do not expect character constants.
+       * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
+       * gdb.base/display.exp: Allow print/s.
+       * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
+       and unsigned char array changes.
+
+2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/display.exp: Add tests for printf %p.
+
+2007-09-03  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
+       the dll name to unicode.
+
+2007-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/default.exp (show version): Update the version text.
+       * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
+
+2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
+       New files.
+
+2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * lib/gdb.exp (build_id_debug_filename_get): New function.
+       * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
+       Remove the generate DEBUG file for the future testcase runs.
+       New testcase for the NT_GNU_BUILD_ID retrieval.
+       Move the final testing step to ...
+       (test_different_dir): ... a new function.
+       New parameter XFAIL to XFAIL all the tests performed.
+       New parameter TEST_DIFFERENT_DIR parametrizing the directory.
+       New parameter TYPE to PF_PREFIX all the tests performed.
+
+2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.mi/mi-var-cp.cc (path_expression): New
+       function.
+       * gdb.mi/mi-var-cp.exp: Run path exression tests.
+
+2007-08-27  Markus Deuling  <deuling@de.ibm.com>
+
+       * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
+       to fit into SPU Local Store memory.
+
+2007-08-23  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.base/default.exp: Adjust the expected output of "info
+       warranty" after the switch to GPLv3.
+
+2007-08-23  Joel Brobecker  <brobecker@adacore.com>
+
+       * lib/gdb.exp (default_gdb_init): Increase expect buffer size
+       to 30000 (from 20000).
+
+2007-08-23  Joel Brobecker  <brobecker@adacore.com>
+
+       Switch the license of all .exp files to GPLv3.
+       Switch the license of all .f and .f90 files to GPLv3.
+       Switch the license of all .s and .S files to GPLv3.
+
+2007-08-23  Joel Brobecker  <brobecker@adacore.com>
+
+       * configure.ac: Switch license to GPLv3.
+
+2007-08-23  Joel Brobecker  <brobecker@adacore.com>
+
+       Switch the licensing to GPLv3 for all .ads and .adb files.
+
+2007-08-22  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
+       and t_int_double.
+       * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
+
+2007-08-17  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.base/step-line.c: Switch license to GPL version 3, and
+       update copyright year.
+       * gdb.base/step-line.inp: Likewise.
+
+2007-08-17  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.base/gdb1555.exp: Make expected output immune to formatting
+       changes inside gdb1555.c.
+       * gdb.base/pending.exp: Likewise.
+
+2007-08-13  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * config/default.exp: New file.
+
+2007-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/prologue.c, gdb.base/prologue.exp: New.
+       * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
+
+2007-07-30  Maciej W. Rozycki  <macro@mips.com>
+
+       * gdb.base/dump.exp: Force the correct endianness for binary
+       formats not carrying this information.
+
+2007-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.threads/staticthreads.exp: Match .*sem_post.
+
+2007-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/readline.exp (operate_and_get_next): Match the final
+       prompt.
+
+2007-07-23  Kevin Buettner  <kevinb@redhat.com>
+
+       * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
+       to restarting SID.
+
+2007-07-18  Kevin Buettner  <kevinb@redhat.com>
+
+       * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
+       prior to `gdb_start'.
+
+2007-07-18  Kevin Buettner  <kevinb@redhat.com>
+
+       * config/sid.exp (gdb_load): Add test for empty argument.  Adjust
+       return value to be compatible with gdb_run_cmd in lib/gdb.exp.
+       Remove call to gdb_unload.
+
+2007-07-17  Pedro Alves  <pedro_alves@portugalmail.pt>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
+       for __WIN32__.
+       (SHLIB_NAME): Delete definition.  Always pass dlerror to fprintf.
+       * gdb.base/unload.exp: Use shared library test routines.
+
+2007-07-03  Markus Deuling  <deuling@de.ibm.com>
+
+       * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
+       * gdb.base/solib-symbol-lib.c: Likewise.
+       * gdb.base/solib-symbol-main.c: Likewise.
+
+2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * config/gdbserver.exp (gdb_reconnect): New.
+       * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
+       gdb.base/solib-disc.exp: New files.
+       * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
+       remote debugging".
+       (gdb_compile): Add shlib_load flag.
+       * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
+       port.
+       (gdbserver_reconnect): New.
+
+2007-07-01  Nick Roberts  <nickrob@snap.net.nz>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/annota3.exp: Test for if construct.
+
+2007-06-26  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
+
+2007-06-21  Chris Dearman  <chris@mips.com>
+            Maciej W. Rozycki  <macro@mips.com>
+
+       * gdb.base/display.exp: Allow a newline after display/i.
+       * gdb.base/pc-fp.exp: Likewise.
+       * gdb.base/sigbpt.exp: Likewise.
+
+2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.xml/tdesc-regs.exp: Add MIPS support.  Allow multiple
+       required features to be included.
+
+2007-06-12  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.threads/manythreads.exp: Prevent expect buffer overflow
+       in info threads output.
+
+2007-06-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+           Markus Deuling  <deuling@de.ibm.com>
+
+       * gdb.arch/spu-info.exp: New testcase.
+       * gdb.arch/spu-info.c: New file.
+
+2007-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.arch/thumb-prologue.c: Record the breakpoint address in
+       tpcs_offset.  Restore lr after the call.
+       * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
+
+2007-05-23  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
+       (gdbserver_run): Kill any running gdbserver.
+       * lib/mi-support.exp (mi_gdb_target_load): Likewise.
+
+2007-05-17  Maciej W. Rozycki  <macro@mips.com>
+
+       * gdb.base/sigbpt.exp: Preset segv_addr.
+
+2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
+       (gdb_compile_shlib): Likewise.
+       (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
+       (default_gdb_init): Clear cleanfiles.
+       (gdb_finish): Delete recorded cleanfiles.
+       * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
+
+       * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
+       Do not use isnative.
+       * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
+       gdb.base/so-impl-ld.exp: Likewise.
+       * gdb.base/solib-weak.exp: Likewise.  Skip for DLL targets.
+       * gdb.base/unload.exp: Likewise.  Do not pass empty option to
+       gdb_compile.
+
+2007-05-15  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * config/unknown.exp: Remove.
+
+2007-05-15  Markus Deuling  <deuling@de.ibm.com>
+
+       * gdb.base/info-proc.exp: Check is_remote.
+
+2007-05-14  Markus Deuling  <deuling@de.ibm.com>
+
+       * gdb.base/gcore.exp: Initialize variable core_supported.
+
+2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
+
+2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
+       * gdb.threads/print-threads.exp (test_all_threads): Allow
+       negative and hexadecimal thread IDs.
+
+2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.java/jprint.java (public): Avoid invalid call to static
+       method.
+
+2007-05-14  Denis Pilat  <denis.pilat@st.com>
+
+       * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
+       gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
+       gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
+       gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
+       gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
+
+2007-05-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * gdb.base/overlays.exp: Add support for targets with only code
+       overlay support, not data overlay.  Support spu-*-* target in 
+       this mode.
+       * gdb.base/ovlymgr.c: Provide stubs for spu target.
+       * gdb.base/spu.ld: New file.
+
+2007-05-07  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
+
+2007-05-06  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
+
+2007-04-29  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.java/jmain.exp: Handle demangled names with and without method
+       signatures.
+
+2007-04-29  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.mi/mi-syn-frame.c (main, foo, bar)
+       (have_a_very_merry_interrupt): Remove calls to puts.
+       * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
+       inferior output.
+       * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio.  Correct
+       test names.
+
+2007-04-29  Markus Deuling  <deuling@de.ibm.com>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/auxv.exp (core_works): Also check is_remote.
+       * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
+
+2007-04-25  Vladimir Prus  <vladimir@codesourcery.com>
+       
+       * gdb.base/sigaltstack.exp: Use 'srcfile' in error
+       message, not the undefined 'module' variable.
+       * gdb.base/siginfo.exp: Likewise.
+       * gdb.base/sigstep.exp: Likewise.
+       * lib/gdbserver-support.exp (gdb_target_cmd): Quote
+       serialport.
+       * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
+
+2007-04-25  Corinna Vinschen <vinschen@redhat.com>
+
+       * config/sim.exp (gdb_target_sim): Just return with -1 when setting
+       target sim fails.  Return 0 otherwise.
+       (gdb_load): Return prematurely if gdb_target_sim fails.
+
 2007-04-16  Denis Pilat  <denis.pilat@st.com>
 
        * gdb.base/setshow.exp: Reset height after having set it to 100.
This page took 0.047093 seconds and 4 git commands to generate.