Make this testcase a bit more realistic. The current code
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 1d86e6869d66be3bc4787a617ef8555d1411b8dd..9b4fe7e757149dd5d4436c0da80e8f5a6733430a 100644 (file)
@@ -1,3 +1,635 @@
+2006-01-04  Joel Brobecker  <brobecker@adacore.com>
+
+       Make this testcase a bit more realistic. The current code
+       is too simplistic, and allows the compiler to optimize out
+       some of the entities we need for this testcase.
+       * gdb.ada/null_record/bar.ads (Void_Star): New type.
+       (Do_Nothing): Add extra parameter.
+       * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
+       * gdb.ada/null_record/null_record.adb: Fake use of type Empty
+       by using a variable of type Void_Star.
+
+2006-01-04  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/catch_ex/foo.adb: New file.
+       * gdb.ada/catch_ex.exp: New testcase.
+
+2007-01-03  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
+       pass --image-base to linker.
+
+2007-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/readline.exp: Set $TERM.  Test arrow keys in
+       secondary prompts.
+
+2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
+       output.  Test the types of members and member pointers.
+       * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
+       gdb/2092.
+       * gdb.cp/member-ptr.exp: Search for a comment instead of a
+       statement.  Enable for GCC.  Update expected output for some tests
+       and add new tests.  Remove obsolete GCC KFAILs.  Allow GCC's class
+       layout.
+       * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
+       (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
+       (Diamond::vget_base): New.
+       (main): Add new tests.
+       * gdb.cp/printmethod.exp: Update expected output for member functions.
+       * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
+       print pEe->D::vg().
+
+2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.threads/tls.exp: Allow stops in sem_post.
+
+2006-12-31  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/annota1.exp: Allow .*printf in backtraces.
+       * gdb.base/annota3.exp: Likewise.
+       * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
+       again (instead of timing out).
+       * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
+       GCC bug 26475.
+       * gdb.java/jmisc.exp: Adjust to work with method signatures including
+       return types.  Add kfails for GDB bugs 2214 and 2215.  Move exit
+       test from jmisc1.exp.
+       * gdb.java/jmisc1.exp: Delete.
+       * gdb.java/jprint.exp: Adjust to work with method signatures including
+       return types.
+       * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
+       * gdb.threads/linux-dp.exp: Don't be confused by program output.
+       * lib/java.exp (compile_java_from_source): Pass the correct type
+       to target_compile.
+
+2006-12-31  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
+       (stack_align_edx): New function.
+       (stack_align_eax): New function.
+       (main): Add calls to stack_align_edx and stack_align_eax.
+       * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
+       Add testing for the cases where the register used during a stack
+       realignment is edx. Same for eax.
+
+2006-12-30  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
+       and generic PE targets.
+
+2006-12-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/array_return.exp: Update copyright date list.
+
+2006-12-27  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
+       (Create_Small_Float_Vector): New function.
+       * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
+       function body.
+       * gdb.ada/array_return/p.adb: Use new type and function from
+       package Pck.
+       * gdb.ada/array_return.exp: Add a test verifying that GDB is
+       able to print the value returned by a function returning an
+       array of float.
+
+2006-12-20  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
+       The associated tests should be PASSing.
+
+2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
+
+       Test for base in references.
+       * gdb.mi/mi-var-cp.cc: Add test code.
+       * gdb.mi/mi-var-cp.exp: Test for bases in references.
+       * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
+       * gdb.mi/mi2-watch.exp: Likewise.
+       * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
+       (mi_list_varobj_children): New function.
+
+2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * lib/mi-support.exp
+       (mi_runto): Accept "()" after function name.
+       (mi_create_varobj): New function.
+       (mi_varobj_update): New function.
+       (mi_Check_varobj_value): New function.
+       * gdb.mi/mi-var-cp.exp: New file.
+       * gdb.mi/mi-var-cp.cc: New file.
+       
+2006-12-01  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
+       gdb.base/weaklib2.c: New files.
+
+2006-11-29  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
+       info.  Adjust test names.
+
+       * gdb.base/break.c (main): Move position of malloc.
+       * gdb.base/break.exp: Revert mistaken checkin.
+
+2006-11-28  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.mi/mi-var-cmd.exp: Check -var-update after
+       assignement of arrays and function pointers.
+       * gdb.mi/var-cmd.c: Add declaration necessary for above
+       tests.
+
+2006-11-27  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * gdb.base/break.c (main): Call malloc.
+
+       * gdb.threads/linux-dp.exp: Read thread table before and after
+       creating each philosopher and verify it.
+
+2006-11-27  Nathan Sidwell  <nathan@codesourcery.com>
+           Paul Brook  <paul@codesourcery.com>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/ending-run.exp: Flatten expect script stepping out of
+        main to remove duplication.  Add start function of the form
+       '_*start[1-9]*'. Add RVDS start function.
+
+2006-11-22  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
+
+2006-11-22  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
+       * gdb.asm/spu.inc: New file.
+       * gdb.base/term.exp: Disable if [target_info exists noargs].
+       * gdb.gdb/complaints.exp: Disable if ![isnative].
+       * gdb.gdb/selftest.exp: Likewise.
+       * gdb.gdb/observer.exp: Likewise.
+       * gdb.gdb/xfullpath.exp: Likewise.
+       * gdb.base/attach.exp: Disable on SPU target.
+       * gdb.cp/bs145503.exp: Likewise.
+       * gdb.cp/exception.exp: Likewise.
+       * gdb.cp/userdef.exp: Likewise.
+
+2006-11-22  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
+
+2006-11-10  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.base/completion.exp: Fix completion tests for
+       'info' and 'info '.
+       * gdb.base/help.exp (help_test_raw, test_class_help)
+       (test_prefix_command_help): Move...
+       * lib/gdb.exp: Here.
+       * gdb.base/main.exp: Adjust.
+       * gdb.cp/maint.exp: Adjust.
+       * gdb.trace/tracecmd.exp: Use test_help_class.
+       
+2006-11-09  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.stabs/weird.exp (print_weird_var): Use
+       gdb_test_multiple instead of gdb_expect.
+
+2006-11-09  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.base/help.exp (help_test_raw): New.
+       (test_class_help): New.
+       (test_prefix_command_help): New.
+       Adjust testcases.
+
+2006-11-09  Christophe Lyon  <christophe.lyon@st.com>
+
+       * gdb.base/constvars.c (main): Write to crass and crips, so that
+       they are allocated by the compiler.
+
+2006-10-27  Andreas Schwab  <schwab@suse.de>
+
+       * gdb.base/multi-forks.exp: Use "detach fork" instead of
+       "detach-fork".
+
+2006-10-18  Daniel Jacobowitz  <dan@codesoucery.com>
+
+       * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
+       of patterns.
+
+2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/sepdebug.exp: Remove debug format test.
+       * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
+       Handle no-symtab.
+       * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
+
+2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.threads/manythreads.c (thread_function, main): Don't cast
+       int to pointer or pointer to int.
+       * gdb.threads/manythreads.exp: Don't expect the string "LWP".
+
+2006-10-12  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
+
+2006-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
+
+2006-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       PR c++/2116
+       * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
+
+2006-10-06  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
+       the corresponding bug has been fixed in GDB (PR/2018).
+
+2006-10-06  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.base/subst.exp: New testcase.
+
+2006-10-06  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/array_return/pck.ads: Add copyright notice.
+       * gdb.ada/array_return/pck.adb: Likewise.
+       * gdb.ada/array_return/p.adb: Likewise.
+       * gdb.ada/exec_changed/first.adb: Likewise.
+       * gdb.ada/exec_changed/second.adb: Likewise.
+
+2006-10-06  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/watch_arg/watch.adb: New file.
+       * gdb.ada/watch_arg.exp: New testcase.
+
+2006-10-02  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
+        via string_to_regexp.
+       * gdb.mi/mi2-basics.exp: Likewise.
+       
+2006-09-20  Michael Snyder  <michael.snyder@palmsource.com>
+
+       * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
+       Remove unused / obsolete files.
+
+2006-09-19  Nick Roberts  <nickrob@snap.net.nz>
+
+       * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
+
+2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
+       HIGH_FRAME argument to -stack-list-arguments can be larger than
+        the number of frames.
+
+2006-09-15  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/args.c (main): Add breakpoint marker.
+       * gdb.base/args.exp: Use args_test for tests.  Add new tests which
+       really test empty arguments.
+       (args_load): Delete.
+       (args_test): New.
+
+2006-09-13  Nick Roberts  <nickrob@snap.net.nz>
+
+       * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
+       check for one file.
+
+2006-09-07  Vladimir Prus  <ghost@vladimir@codesourcery.com>
+
+       * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
+       HIGH_FRAME argument to -stack-list-locals can be larger than
+       the number of frames.
+       
+2006-08-18  Fred Fish  <fnf@specifix.com>
+
+       * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
+       '$' in front of skip_vmx_tests_saved when setting that.
+
+2006-08-10  Andrew Stubbs  <andrew.stubbs@st.com>
+
+       * gdb.base/trace-commands.exp: New file.
+
+2006-08-10  Joel Brobecker  <brobecker@adacore.com>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/step-bt.exp: Make hexadecimal address optional in
+       expected output of the backtrace commands.
+
+2006-08-09  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
+       untested followed by return combination.
+       * gdb.arch/altivec-regs.exp: Likewise.
+       * gdb.arch/e500-abi.exp: Likewise.
+       * gdb.arch/e500-regs.exp: Likewise.
+       * gdb.arch/gdb1291.exp: Likewise.
+       * gdb.arch/gdb1431.exp: Likewise.
+       * gdb.arch/gdb1558.exp: Likewise.
+       * gdb.arch/i386-prologue.exp: Likewise.
+       * gdb.arch/i386-unwind.exp: Likewise.
+       * gdb.asm/asm-source.exp: Likewise.
+       * gdb.base/a2-run.exp: Likewise.
+       * gdb.base/advance.exp: Likewise.
+       * gdb.base/all-bin.exp: Likewise.
+       * gdb.base/annota1.exp: Likewise.
+       * gdb.base/annota3.exp: Likewise.
+       * gdb.base/args.exp: Likewise.
+       * gdb.base/arithmet.exp: Likewise.
+       * gdb.base/assign.exp: Likewise.
+       * gdb.base/async.exp: Likewise.
+       * gdb.base/attach.exp: Likewise.
+       * gdb.base/bang.exp: Likewise.
+       * gdb.base/bigcore.exp: Likewise.
+       * gdb.base/bitfields.exp: Likewise.
+       * gdb.base/bitfields2.exp: Likewise.
+       * gdb.base/break.exp: Likewise.
+       * gdb.base/call-sc.exp: Likewise.
+       * gdb.base/call-strs.exp: Likewise.
+       * gdb.base/callfuncs.exp: Likewise.
+       * gdb.base/checkpoint.exp: Likewise.
+       * gdb.base/chng-syms.exp: Likewise.
+       * gdb.base/code-expr.exp: Likewise.
+       * gdb.base/commands.exp: Likewise.
+       * gdb.base/completion.exp: Likewise.
+       * gdb.base/cond-expr.exp: Likewise.
+       * gdb.base/condbreak.exp: Likewise.
+       * gdb.base/consecutive.exp: Likewise.
+       * gdb.base/constvars.exp: Likewise.
+       * gdb.base/corefile.exp: Likewise.
+       * gdb.base/cvexpr.exp: Likewise.
+       * gdb.base/dbx.exp: Likewise.
+       * gdb.base/define.exp: Likewise.
+       * gdb.base/detach.exp: Likewise.
+       * gdb.base/display.exp: Likewise.
+       * gdb.base/dump.exp: Likewise.
+       * gdb.base/ena-dis-br.exp: Likewise.
+       * gdb.base/ending-run.exp: Likewise.
+       * gdb.base/environ.exp: Likewise.
+       * gdb.base/eval-skip.exp: Likewise.
+       * gdb.base/exprs.exp: Likewise.
+       * gdb.base/fileio.exp: Likewise.
+       * gdb.base/finish.exp: Likewise.
+       * gdb.base/float.exp: Likewise.
+       * gdb.base/foll-exec.exp: Likewise.
+       * gdb.base/foll-fork.exp: Likewise.
+       * gdb.base/foll-vfork.exp: Likewise.
+       * gdb.base/freebpcmd.exp: Likewise.
+       * gdb.base/funcargs.exp: Likewise.
+       * gdb.base/gcore.exp: Likewise.
+       * gdb.base/gdb1090.exp: Likewise.
+       * gdb.base/gdb1250.exp: Likewise.
+       * gdb.base/huge.exp: Likewise.
+       * gdb.base/info-proc.exp: Likewise.
+       * gdb.base/interrupt.exp: Likewise.
+       * gdb.base/jump.exp: Likewise.
+       * gdb.base/langs.exp: Likewise.
+       * gdb.base/lineinc.exp: Likewise.
+       * gdb.base/list.exp: Likewise.
+       * gdb.base/logical.exp: Likewise.
+       * gdb.base/long_long.exp: Likewise.
+       * gdb.base/macscp.exp: Likewise.
+       * gdb.base/maint.exp: Likewise.
+       * gdb.base/mips_pro.exp: Likewise.
+       * gdb.base/miscexprs.exp: Likewise.
+       * gdb.base/multi-forks.exp: Likewise.
+       * gdb.base/opaque.exp: Likewise.
+       * gdb.base/overlays.exp: Likewise.
+       * gdb.base/pc-fp.exp: Likewise.
+       * gdb.base/pointers.exp: Likewise.
+       * gdb.base/printcmds.exp: Likewise.
+       * gdb.base/psymtab.exp: Likewise.
+       * gdb.base/ptype.exp: Likewise.
+       * gdb.base/recurse.exp: Likewise.
+       * gdb.base/relational.exp: Likewise.
+       * gdb.base/relocate.exp: Likewise.
+       * gdb.base/remote.exp: Likewise.
+       * gdb.base/reread.exp: Likewise.
+       * gdb.base/restore.exp: Likewise.
+       * gdb.base/return.exp: Likewise.
+       * gdb.base/return2.exp: Likewise.
+       * gdb.base/scope.exp: Likewise.
+       * gdb.base/sect-cmd.exp: Likewise.
+       * gdb.base/sep.exp: Likewise.
+       * gdb.base/sepdebug.exp: Likewise.
+       * gdb.base/setshow.exp: Likewise.
+       * gdb.base/setvar.exp: Likewise.
+       * gdb.base/sigall.exp: Likewise.
+       * gdb.base/sigbpt.exp: Likewise.
+       * gdb.base/signals.exp: Likewise.
+       * gdb.base/signull.exp: Likewise.
+       * gdb.base/sizeof.exp: Likewise.
+       * gdb.base/solib.exp: Likewise.
+       * gdb.base/step-line.exp: Likewise.
+       * gdb.base/step-test.exp: Likewise.
+       * gdb.base/structs.exp: Likewise.
+       * gdb.base/structs2.exp: Likewise.
+       * gdb.base/term.exp: Likewise.
+       * gdb.base/twice.exp: Likewise.
+       * gdb.base/until.exp: Likewise.
+       * gdb.base/varargs.exp: Likewise.
+       * gdb.base/volatile.exp: Likewise.
+       * gdb.base/watchpoint.exp: Likewise.
+       * gdb.base/whatis-exp.exp: Likewise.
+       * gdb.base/whatis.exp: Likewise.
+       * gdb.cp/ambiguous.exp: Likewise.
+       * gdb.cp/annota2.exp: Likewise.
+       * gdb.cp/annota3.exp: Likewise.
+       * gdb.cp/bool.exp: Likewise.
+       * gdb.cp/breakpoint.exp: Likewise.
+       * gdb.cp/casts.exp: Likewise.
+       * gdb.cp/class2.exp: Likewise.
+       * gdb.cp/classes.exp: Likewise.
+       * gdb.cp/cplusfuncs.exp: Likewise.
+       * gdb.cp/ctti.exp: Likewise.
+       * gdb.cp/derivation.exp: Likewise.
+       * gdb.cp/exception.exp: Likewise.
+       * gdb.cp/gdb1355.exp: Likewise.
+       * gdb.cp/hang.exp: Likewise.
+       * gdb.cp/inherit.exp: Likewise.
+       * gdb.cp/local.exp: Likewise.
+       * gdb.cp/m-data.exp: Likewise.
+       * gdb.cp/m-static.exp: Likewise.
+       * gdb.cp/member-ptr.exp: Likewise.
+       * gdb.cp/method.exp: Likewise.
+       * gdb.cp/misc.exp: Likewise.
+       * gdb.cp/namespace.exp: Likewise.
+       * gdb.cp/overload.exp: Likewise.
+       * gdb.cp/ovldbreak.exp: Likewise.
+       * gdb.cp/pr-1023.exp: Likewise.
+       * gdb.cp/pr-1210.exp: Likewise.
+       * gdb.cp/pr-574.exp: Likewise.
+       * gdb.cp/printmethod.exp: Likewise.
+       * gdb.cp/psmang.exp: Likewise.
+       * gdb.cp/ref-params.exp: Likewise.
+       * gdb.cp/ref-types.exp: Likewise.
+       * gdb.cp/rtti.exp: Likewise.
+       * gdb.cp/templates.exp: Likewise.
+       * gdb.cp/try_catch.exp: Likewise.
+       * gdb.cp/userdef.exp: Likewise.
+       * gdb.cp/virtfunc.exp: Likewise.
+       * gdb.disasm/am33.exp: Likewise.
+       * gdb.disasm/h8300s.exp: Likewise.
+       * gdb.disasm/mn10300.exp: Likewise.
+       * gdb.disasm/sh3.exp: Likewise.
+       * gdb.disasm/t01_mov.exp: Likewise.
+       * gdb.disasm/t02_mova.exp: Likewise.
+       * gdb.disasm/t03_add.exp: Likewise.
+       * gdb.disasm/t04_sub.exp: Likewise.
+       * gdb.disasm/t05_cmp.exp: Likewise.
+       * gdb.disasm/t06_ari2.exp: Likewise.
+       * gdb.disasm/t07_ari3.exp: Likewise.
+       * gdb.disasm/t08_or.exp: Likewise.
+       * gdb.disasm/t09_xor.exp: Likewise.
+       * gdb.disasm/t10_and.exp: Likewise.
+       * gdb.disasm/t11_logs.exp: Likewise.
+       * gdb.disasm/t12_bit.exp: Likewise.
+       * gdb.disasm/t13_otr.exp: Likewise.
+       * gdb.hp/gdb.aCC/optimize.exp: Likewise.
+       * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
+       * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
+       * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
+       * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
+       * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
+       * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
+       * gdb.hp/gdb.base-hp/reg.exp: Likewise.
+       * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
+       * gdb.hp/gdb.compat/xdb1.exp: Likewise.
+       * gdb.hp/gdb.compat/xdb3.exp: Likewise.
+       * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
+       * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
+       * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
+       * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
+       * gdb.mi/gdb701.exp: Likewise.
+       * gdb.mi/gdb792.exp: Likewise.
+       * gdb.mi/mi-basics.exp: Likewise.
+       * gdb.mi/mi-break.exp: Likewise.
+       * gdb.mi/mi-cli.exp: Likewise.
+       * gdb.mi/mi-console.exp: Likewise.
+       * gdb.mi/mi-disassemble.exp: Likewise.
+       * gdb.mi/mi-eval.exp: Likewise.
+       * gdb.mi/mi-file.exp: Likewise.
+       * gdb.mi/mi-read-memory.exp: Likewise.
+       * gdb.mi/mi-regs.exp: Likewise.
+       * gdb.mi/mi-return.exp: Likewise.
+       * gdb.mi/mi-simplerun.exp: Likewise.
+       * gdb.mi/mi-stack.exp: Likewise.
+       * gdb.mi/mi-stepi.exp: Likewise.
+       * gdb.mi/mi-syn-frame.exp: Likewise.
+       * gdb.mi/mi-until.exp: Likewise.
+       * gdb.mi/mi-var-block.exp: Likewise.
+       * gdb.mi/mi-var-child.exp: Likewise.
+       * gdb.mi/mi-var-cmd.exp: Likewise.
+       * gdb.mi/mi-var-display.exp: Likewise.
+       * gdb.mi/mi-watch.exp: Likewise.
+       * gdb.mi/mi2-basics.exp: Likewise.
+       * gdb.mi/mi2-break.exp: Likewise.
+       * gdb.mi/mi2-cli.exp: Likewise.
+       * gdb.mi/mi2-console.exp: Likewise.
+       * gdb.mi/mi2-disassemble.exp: Likewise.
+       * gdb.mi/mi2-eval.exp: Likewise.
+       * gdb.mi/mi2-file.exp: Likewise.
+       * gdb.mi/mi2-read-memory.exp: Likewise.
+       * gdb.mi/mi2-regs.exp: Likewise.
+       * gdb.mi/mi2-return.exp: Likewise.
+       * gdb.mi/mi2-simplerun.exp: Likewise.
+       * gdb.mi/mi2-stack.exp: Likewise.
+       * gdb.mi/mi2-stepi.exp: Likewise.
+       * gdb.mi/mi2-syn-frame.exp: Likewise.
+       * gdb.mi/mi2-until.exp: Likewise.
+       * gdb.mi/mi2-var-block.exp: Likewise.
+       * gdb.mi/mi2-var-child.exp: Likewise.
+       * gdb.mi/mi2-var-cmd.exp: Likewise.
+       * gdb.mi/mi2-var-display.exp: Likewise.
+       * gdb.mi/mi2-watch.exp: Likewise.
+       * gdb.stabs/exclfwd.exp: Likewise.
+       * gdb.stabs/weird.exp: Likewise.
+       * gdb.threads/gcore-thread.exp: Likewise.
+       * gdb.trace/actions.exp: Likewise.
+       * gdb.trace/backtrace.exp: Likewise.
+       * gdb.trace/circ.exp: Likewise.
+       * gdb.trace/collection.exp: Likewise.
+       * gdb.trace/deltrace.exp: Likewise.
+       * gdb.trace/infotrace.exp: Likewise.
+       * gdb.trace/limits.exp: Likewise.
+       * gdb.trace/packetlen.exp: Likewise.
+       * gdb.trace/passc-dyn.exp: Likewise.
+       * gdb.trace/passcount.exp: Likewise.
+       * gdb.trace/report.exp: Likewise.
+       * gdb.trace/save-trace.exp: Likewise.
+       * gdb.trace/tfind.exp: Likewise.
+       * gdb.trace/tracecmd.exp: Likewise.
+       * gdb.trace/while-dyn.exp: Likewise.
+       * gdb.trace/while-stepping.exp: Likewise.
+
+2006-08-08  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.base/step-bt.c: New file.
+       * gdb.base/step-bt.exp: New testcase.
+
+2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * config/monitor.exp (gdb_load): Remove support for obsolete
+       download-write-size.
+       * gdb.base/remote.exp: Likewise.  Update all callers of
+       gdb_timed_load.
+
+2006-08-02  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * cursal.exp: Pass binfile to gdb_load.
+
+2006-08-01  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * gdb.base/cursal.exp: Add "" to gdb_load call.
+
+2006-07-29  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
+       NetBSD/ELF targets.
+
+2006-07-25  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
+       operator*.
+
+2006-07-24  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/completion.exp: Update for change in "file" behavior.
+       * gdb.stabs/weird.exp: Likewise.
+       * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
+       * lib/gdb.exp (gdb_file_cmd): Likewise.  Kill the program explicitly.
+
+2006-07-24  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
+       * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
+
+2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
+
+       * gdb.base/default.exp: Update source command error message.
+       * gdb.base/help.exp: Update 'help source' message.
+
+2006-07-20  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.cp/bs15503.exp: Update comment for no longer crashing
+       test.
+
+2006-07-19  Andrew Stubbs  <andrew.stubbs@st.com>
+
+       * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
+
+2006-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
+
+2006-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.threads/print-threads.exp: Use gdb_breakpoint.
+
 2006-07-17  Mark Kettenis  <kettenis@gnu.org>
 
        * gdb.base/long_long.exp (gdb_test_long_long): Exclude
This page took 0.041251 seconds and 4 git commands to generate.