+
+ * gdb.asm/asm-source.exp: Adjust.
+ * gdb.base/help.exp: Adjust.
+
+
+ * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
+ (do_syscall_tests_without_xml): Set data-directory to
+ /the/path/to/nowhere.
+
+
+ * gdb.threads/local-watch-wrong-thread.c,
+ gdb.threads/local-watch-wrong-thread.exp: New files.
+
+
+ * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
+ assume new `regsub' syntax available.
+
+
+ * gdb.base/watchpoint-hw-hit-once.exp,
+ gdb.base/watchpoint-hw-hit-once.c: New.
+
+
+ * gdb.threads/watchthreads-reorder.exp,
+ gdb.threads/watchthreads-reorder.c: New.
+
+
+ * gdb.xml/tdesc-regs.exp: Use for m68k.
+
+
+ * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
+
+
+ * lib/gdb.exp (current_target_name): New procedure.
+ (gdb_wrapper_target): New variable.
+ (gdb_wrapper_init): Set gdb_wrapper_target.
+ (default_gdb_init): Check gdb_wrapper_target before rebuilding the
+ wrapper.
+
+
+ * gdb.base/remote.exp: Delete the slowest load test.
+ Do not load with fixed packet sizes.
+
+
+ * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
+
+
+ * gdb.base/freebpcmd.exp: Delete unused variable. Specify
+ srcfile when setting a breakpoint.
+
+
+ * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
+ macros.
+
+
+ * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
+ to be in memory.
+ * gdb.base/display.c (force_mem): New.
+ (do_loops): Use it. Add breakpoint comments.
+ (do_vars): Add a breakpoint comment.
+ * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
+ line numbers.
+
+
+ * gdb.base/pending.exp: Use gdb_run_cmd to start the program
+ instead of a bare "run".
+
+
+ * gdb.python/py-prettyprint.exp: Adjust.
+
+
+ * lib/cell.exp (skip_cell_tests): Clean up test files before
+ returning.
+
+
+ * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
+ and the breakpoint menu. Do not call perror if a prompt is seen.
+ Consume the following GDB prompt.
+ * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
+ * gdb.cp/namespace.exp: Use gdb_test.
+ * gdb.cp/templates.exp: Use gdb_test.
+ (test_template_breakpoints): Use gdb_test_multiple.
+
+
+ * gdb.base/break1.c (struct some_struct, values): Move earlier.
+ (marker4): Reference values.
+
+
+ * gdb.base/macscp.exp: Avoid the first FAIL if macro information
+ is missing.
+
+
+ * gdb.base/break.c (need_malloc): New.
+ * gdb.base/constvars.c (main): Reference crass and crisp.
+ * gdb.base/gdb1821.c (main): Reference bar.
+ * gdb.cp/gdb1355.cc (main): Reference s1.
+ * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
+ (main): Call them.
+ * gdb.cp/hang2.cc (dummy2): Define.
+ * gdb.cp/hang3.cc (dummy3): Define.
+ * gdb.cp/m-data.cc (main): Reference shadow.
+
+
+ * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
+ remote host.
+
+
+ * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
+ * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
+ * gdb.dwarf2/dw2-compressed.exp: Likewise.
+ * gdb.dwarf2/dw2-intercu.exp: Likewise.
+ * gdb.dwarf2/dw2-intermix.exp: Likewise.
+ * gdb.dwarf2/dw2-producer.exp: Likewise.
+ * gdb.dwarf2/mac-fileno.exp: Likewise.
+ * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
+ py-prettyprint.py to the remote host.
+ * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
+
+
+ * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
+ use it instead of "Foo".
+ * gdb.cp/classes.exp (do_tests): Add a test to access
+ a method through a typedef'd class name.
+
+
+ * gdb.base/long_long.exp: Permit leading zeros on floating-point
+ exponents.
+ * gdb.base/pointers.exp: Likewise.
+ * gdb.cp/ref-types.exp: Likewise.
+
+
+ * gdb.cp/cplusfuncs.cc (class foo): Add operators
+ new[] and delete[].
+ * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
+ "void".
+ (probe_demangler): Remove all single-quoting of
+ method and variable names.
+ (info_func_regexp): Remove the word "void" from any
+ occurrence of "(void)".
+ (print_addr_2): Remove all single-quoting of
+ method names.
+ (print_addr_2_kfail): Likewise.
+ (print_addr): Single-quote C function names before
+ passing to print_addr_2.
+ (test_paddr_operator_functions): Remove single-quoting
+ for method names.
+ Add tests for operator new[] and operator delete[].
+
+
+ * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
+
+
+ * gdb.cp/overload.exp: Add tests for resolving overloaded
+ methods in expression parsing/evaluation.
+
+
+ * lib/gdb.exp (default_gdb_version): Use --version instead of
+ --command.
+
+
+ * lib/gdb.exp (gdb_compile_test): New.
+ (skip_ada_tests, skip_java_tests): New.
+ (gdb_compile): Use gdb_compile_test for f77.
+ * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
+ * lib/java.exp (compile_java_from_source): Remove runtests check,
+ use gdb_compile_test to record result.
+ * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
+ gdb.ada/exec_changed.exp, gdb.ada/start.exp,
+ gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
+ gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
+ gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
+ gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
+ gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
+ gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
+ gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
+ adjust gdb_compile invocations.
+
+
+ * Makefile.in (abs_builddir): New.
+ (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
+ (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
+ `$(abs_builddir)/site.exp'.
+
+
+ * config/m68k-emc.exp, lib/emc-support.exp,
+ gdb.trace/gdb_c_test.c: Delete.
+ * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
+ gdb.trace/collection.exp, gdb.trace/deltrace.exp,
+ gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
+ gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
+ gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
+ gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
+ casing for m68k-*-elf.
+
+
+ * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
+ * gdb.arch/i386-prologue.exp: Likewise.
+ * gdb.arch/i386-unwind.exp: Likewise.
+
+
+ * lib/gdb.exp (gdb_expect): Fix timeout typo.
+
+
+ * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
+
+
+ * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
+
+
+ * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
+
+
+ * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
+ * gdb.base/sepdebug2.c: New file.
+
+
+ * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
+ the modified warnings for catch syscall. Verify if GDB was compiled
+ with support for lib expat, and choose which tests to run depending
+ on this.
+
+
+ * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
+ that composite commands are parsed OK. And also test
+ that breakpoint commands do work.
+
+
+ gdb.reverse/consecutive-precsave.exp: Change expect pattern
+ to allow for new disassembly style.
+
+
+ * gdb.asm/asm-source.exp: Adjust.
+
+
+ * gdb.reverse/break-precsave.exp: New test.
+ * gdb.reverse/consecutive-precsave.exp: Ditto.
+ * gdb.reverse/finish-precsave.exp: Ditto.
+ * gdb.reverse/i386-precsave.exp: Ditto.
+ * gdb.reverse/machinestate-precsave.exp: Ditto.
+ * gdb.reverse/sigall-precsave.exp: Ditto.
+ * gdb.reverse/solilb-precsave.exp: Ditto.
+ * gdb.reverse/step-precsave.exp: Ditto.
+ * gdb.reverse/until-precsave.exp: Ditto.
+ * gdb.reverse/watch-precsave.exp: Ditto.
+
+
+ * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
+ for gdb_expect. Adjust one test's expect strings for the new
+ format of disassemble.
+ * gdb.reverse/finish-reverse.exp: Delete 'return'.
+ * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
+ gdb_test_multiple.
+ * gdb.reverse/step-reverse.exp: Delete 'return'.
+ * gdb.reverse/until-reverse.exp: Delete blank lines.
+ * gdb.reverse/watch-reverse.exp: Delete blank lines.
+
+
+ * gdb.base/consecutive.exp: Adjust.
+ * gdb.base/display.exp: Likewise.
+ * gdb.base/pc-fp.exp: Likewise.
+ * gdb.base/sigbpt.exp: Likewise.
+
+
+ * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
+ * gdb.reverse/finish-reverse.c: Ditto.
+ * gdb.reverse/sigall-reverse.c: Ditto.
+ * gdb.reverse/solib-reverse.c: Ditto.
+ * gdb.reverse/step-reverse.c: Ditto.
+ * gdb.reverse/watch-reverse.c: Ditto.
+
+
+ * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
+ * gdb.base/foll-exec.exp: Adjust to expect a process id before
+ "Executing new program".
+ * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
+ * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
+ left listed after having been killed.
+ * gdb.base/attach.exp: Adjust to spell out "symbol-file".
+ * gdb.base/maint.exp: Adjust test.
+
+ * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
+ * gdb.multi/Makefile.in: New.
+ * gdb.multi/base.exp: New.
+ * gdb.multi/goodbye.c: New.
+ * gdb.multi/hangout.c: New.
+ * gdb.multi/hello.c: New.
+ * gdb.multi/bkpt-multi-exec.c: New.
+ * gdb.multi/bkpt-multi-exec.exp: New.
+ * gdb.multi/crashme.c: New.
+
+
+ * gdb.base/sepdebug.exp: Check debug info are found.
+
+
+ * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
+ bits.
+
+
+ * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
+
+
+ * gdb.base/watchpoints.c: Add copyright header. Reformat one
+ of the comments.
+
+
+ * gdb.base/annota1.exp: Remove obsolete match_max increase.
+ * gdb.base/annota3.exp: Idem.
+ * gdb.base/maint.exp: Idem.
+
+
+ * lib/gdb.exp (default_gdb_init): Set current value of match_max
+ to default.
+
+
+ * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
+ mingw and cygwin targets.
+
+
+ * lib/gdb.exp (gdb_compile): Avoid adding
+ gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
+
+
+ * gdb.base/shr1.c: Use %p in format string.
+ * gdb.base/unload.c: Avoid warning in fprintf.
+ * gdb.base/watchpoint-solib.c: Idem.
+
+
+ * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
+ long type.
+ (test_unlink): Correct printf string.
+ * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
+ * gdb.threads/attachstop-mt.c: Add #include <string.h>.
+
+
+ * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
+ * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
+ * gdb.arch/ia64-breakpoint-shadow.S: New file.
+
+
+ * gdb.objc/basicclass.exp: Disable pending breakpoint query.
+ * gdb.objc/nondebug.exp: Likewise.
+
+
+ * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
+ target_info setting.
+
+ * gdb.threads/thread-specific.exp (get_thread_list): Support targets
+ that detect new threads during "info threads".
+
+
+ * gdb.threads/manythreads.c (main): Increase thread stack size
+ to 2*PTHREAD_STACK_MIN.
+ * gdb.threads/multi-create.c (main): Likewise.
+ (create_function): Likewise.
+
+
+ * gdb.base/dump.exp: Pass difference of pointer types instead
+ of integer types as offset to restore in intarr3.srec case.
+
+
+ * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
+
+
+ * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
+
+
+ New test for two watchpoints, with disabling of
+ the first inserted.
+ * testsuite/gdb.base/watchpoints.c: New file.
+ * testsuite/gdb.base/watchpoints.exp: New file.
+
+
+ * gdb.base/charset.exp: Test utf-16 strings with Python.
+
+
+ * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
+ UCS-4.
+ * gdb.base/charset.c (utf_32_string): Rename.
+ (init_utf32): Rename.
+ (main): Update.
+
+
+ * gdb.python/py-function.exp: Add regression tests.
+
+
+ * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
+ with invalid operator.
+
+
+ * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
+ and destructor using typedef name of class.
+ * gdb.cp/classes.cc (class Base1): Add a destructor.
+ (base1): New typedef.
+ (use_methods): Instanitate an object of type base1.
+ * gdb.cp/templates.exp (test_template_typedef): New procedure.
+ (do_tests): Call test_template_typedef.
+ * gdb.cp/templates.cc (Baz::~Baz): New method.
+ (intBazOne): New typedef.
+ (main): Instantiate intBazOne.
+
+
+ PR python/10633
+
+ * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
+ Function.
+ (run_lang_tests): Add print elements test.
+
+
+ * gdb.python/py-value.exp (test_subscript_regression): New
+ function. Test for invalid subscripts.
+ * gdb.python/py-value.c (main): Add test array, and pointer to it.
+ (ptr_ref): New function.
+
+
+ * gdb.base/default.exp: Fix "show convenience".
+
+
+ * lib/mi-support.exp (mi_create_varobj): Update.
+ (mi_create_floating_varobj): Likewise.
+ (mi_create_dynamic_varobj): New proc.
+ (mi_varobj_update): Update.
+ (mi_varobj_update_with_type_change): Likewise.
+ (mi_varobj_update_kv_helper): New proc.
+ (mi_varobj_update_dynamic_helper): Rewrite.
+ (mi_varobj_update_dynamic): New proc.
+ (mi_list_varobj_children): Update.
+ (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
+ * gdb.python/python-prettyprint.py (pp_outer): New class.
+ (pp_nullstr): Likewise.
+ (lookup_function): Register new printers.
+ * gdb.python/python-prettyprint.c (struct substruct): New type.
+ (struct outerstruct): Likewise.
+ (substruct_test): New function.
+ (struct nullstr): New type.
+ (string_1, string_2): New globals.
+ (main): Add new tests.
+ * gdb.python/python-mi.exp: Added regression tests.
+ * gdb.mi/mi2-var-display.exp: Update.
+ * gdb.mi/mi2-var-cmd.exp: Update.
+ * gdb.mi/mi2-var-child.exp: Update.
+ * gdb.mi/mi2-var-block.exp: Update.
+ * gdb.mi/mi-var-invalidate.exp: Update.
+ * gdb.mi/mi-var-display.exp: Update.
+ * gdb.mi/mi-var-cmd.exp: Update.
+ * gdb.mi/mi-var-child.exp: Update.
+ * gdb.mi/mi-var-block.exp: Update.
+ * gdb.mi/mi-break.exp: Update.
+ * gdb.mi/gdb701.exp: Update.
+
+
+ * Makefile.in: Inclusion of catch-syscall object.
+ * gdb.base/catch-syscall.c: New file.
+ * gdb.base/catch-syscall.exp: New file.
+
+
+ * gdb.reverse/step-reverse.exp: Explicitly check for targets
+ that can support reverse debuggnig.
+
+
+ * gdb.dwarf2/valop.S: New file.
+ * gdb.dwarf2/valop.exp: New file.
+
+
+ * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
+
+
+ * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
+ Add $gdb_prompt to second breakpoint regexp.
+
+
+ * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
+ names, add missing ones.
+ * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
+ * gdb.python/py-frame.c: Rename from python-frame.c.
+ * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
+ testfile name.
+ * gdb.python/py-function.exp: Rename from python-function.exp.
+ * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
+ testfile name.
+ * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
+ * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
+ Adjust testfile name.
+ * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
+ * gdb.python/py-template.cc: Rename from python-template.cc.
+ * gdb.python/py-template.exp: Rename from python-template.exp.
+ Adjust testfile name.
+ * gdb.python/py-value.c: Rename from python-value.c.
+ * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
+ testfile name.
+
+
+ * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
+ $bpt2address.
+ (Second breakpoint address is valid on ia64)
+ (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
+
+
+ * gdb.base/ending-run.exp: Restrict regular expression matching
+ line number to require closing brace following.
+
+
+ * gdb.base/store.exp (check_set): Fix typo in expected value message.
+
+
+ * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
+
+
+ * gdb.dwarf2/callframecfa.exp: New file.
+ * gdb.dwarf2/callframecfa.S: New file.
+
+
+ * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
+ gdb.base/solib-overlap-main.c: New.
+
+
+ PR gdb/10565
+
+ * gdb.base/bitfields.c (struct container, container): New.
+ (main): Initialize it and call break5.
+ * gdb.base/bitfields.exp (bitfield_at_offset): New test.
+
+
+ Support constant DW_AT_data_member_location by GCC PR debug/40659.
+ * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
+
+
+ * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
+
+
+ * gdb.base/i386-reverse.c: New file.
+ * gdb.base/i386-reverse.exp: New file.
+ * gdb.base/Makefile.in: Add new files to be removed.
+
+
+ * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
+ environment-pwd for remote host.
+ * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
+
+
+ * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
+ Add two new C++ completer tests which limit the output to a
+ given class.
+
+
+ * gdb.base/del.exp: Fix typo in comment.
+ * gdb.base/step-bt.exp: Fix cut and paste error in comment.
+
+
+ * configure: Regenerate.
+ * gdb.hp/configure: Likewise.
+ * gdb.hp/gdb.aCC/configure: Likewise.
+ * gdb.hp/gdb.base-hp/configure: Likewise.
+ * gdb.hp/gdb.compat/configure: Likewise.
+ * gdb.hp/gdb.defects/configure: Likewise.
+ * gdb.hp/gdb.objdbg/configure: Likewise.
+ * gdb.stabs/configure: Likewise.
+
+
+ * gdb.base/gdbvars.c: New file.
+ * gdb.base/gdbvars.exp: Test convenience vars with program variables.
+
+
+ * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
+ gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
+
+
+ * gdb.base/default.exp: Adjust "set language test": it's now an
+ enum command. Larger help string moved to "help set language".
+ * gdb.base/help.exp: Adjust "help set language" expected output,
+ now lists all known languages.
+
+
+ * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
+ all frame arguments.
+ * gdb.arch/altivec-regs.exp: Likewise.
+
+
+ * gdb.base/setshow.exp: Add tests for changes to set language, set
+ check range, and set check type.
+
+
+ * lib/mi-support.exp (mi_list_breakpoints): Make it work.
+ * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
+ Call it.
+
+
+ * configure.ac: Run gdb.cell tests when appropriate.
+ * configure: Regenerate.
+ * lib/cell.exp: New file.
+ * gdb.cell: New directory.
+ * gdb.cell/configure.ac: New file.
+ * gdb.cell/configure: New file.
+ * gdb.cell/Makefile.in: New file.
+ * gdb.cell/arch.exp: New file.
+ * gdb.cell/break.c: New file.
+ * gdb.cell/break.exp: New file.
+ * gdb.cell/break-spu.c: New file.
+ * gdb.cell/bt.c: New file.
+ * gdb.cell/bt2-spu.c: New file.
+ * gdb.cell/bt-spu.c: New file.
+ * gdb.cell/bt.exp: New file.
+ * gdb.cell/coremaker.c: New file.
+ * gdb.cell/coremaker-spu.c: New file.
+ * gdb.cell/core.exp: New file.
+ * gdb.cell/gcore.exp: New file.
+ * gdb.cell/data.c: New file.
+ * gdb.cell/data.exp: New file.
+ * gdb.cell/data-spu.c: New file.
+ * gdb.cell/ea-cache.exp: New file.
+ * gdb.cell/ea-cache.c: New file.
+ * gdb.cell/ea-cache-spu.c: New file.
+ * gdb.cell/ea-standalone.c: New file.
+ * gdb.cell/ea-standalone.exp: New file.
+ * gdb.cell/ea-test.c: New file.
+ * gdb.cell/ea-test.exp: New file.
+ * gdb.cell/f-regs.exp: New file.
+ * gdb.cell/mem-access.c: New file.
+ * gdb.cell/mem-access.exp: New file.
+ * gdb.cell/mem-access-spu.c: New file.
+ * gdb.cell/ptype.exp: New file.
+ * gdb.cell/registers.exp: New file.
+ * gdb.cell/size.c: New file.
+ * gdb.cell/sizeof.exp: New file.
+ * gdb.cell/size-spu.c: New file.
+ * gdb.cell/solib.exp: New file.
+ * gdb.cell/solib-symbol.exp: New file.
+
+
+ * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
+
+
+ * gdb.base/float.exp: Handle VFP registers.
+
+
+ * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
+ to bring gdb to the beginning of the calling line.
+
+ * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
+ confusing the i386 epilogue unwinder.
+
+
+ * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
+
+
+ * gdb.reverse/step-reverse.exp (stepi into function call):
+ Call instruction may not be first instruction in the line.
+ (reverse stepi from a function call): Used wrong line number.
+
+
+ * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
+
+
+ Fix gdb.base/macscp.exp when using custom inputrc.
+ * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
+ * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
+ env(TERM) set.
+ * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
+ * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
+
+
+ Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
+ * gdb.base/annota1.exp (thread_test): Import global $testfile.
+ Change the compilation target to match the testcase name.
+ * gdb.base/sect-cmd.exp: Change the compilation target to match the
+ testcase name.
+ * a2-run.exp: Use for setup prepare_for_testing. Change the
+ compilation target to match the testcase name.
+ * gdb.base/commands.exp: Likewise.
+ * gdb.base/finish.exp: Likewise.
+ * gdb.base/float.exp: Likewise.
+ * gdb.base/info-target.exp: Likewise.
+ * gdb.base/relational.exp: Likewise.
+ * gdb.base/term.exp: Likewise.
+ * gdb.base/until.exp: Likewise.
+ * gdb.base/volatile.exp: Likewise.
+ * gdb.base/whatis-exp.exp: Likewise.
+
+
+ * gdb.base/help.exp (disassemble): Update expected help text.
+
+
+ * lib/gdb.exp: Handle TRANSCRIPT.
+ (remote_spawn, remote_close, send_gdb): New procs.
+
+
+ * gdb.python/python-prettyprint.c: Add counted null string
+ structure.
+ * gdb.python/python-prettyprint.exp: Print null string. Test for
+ embedded nulls.
+ * gdb.python/python-prettyprint.py (pp_ns): New Function.
+ * gdb.python/python-value.exp (test_value_in_inferior): Add
+ variable length string fetch tests.
+ * gdb.python/python-value.c (main): Add strings for string fetch tests.
+
+
+ * gdb.base/dump.exp (inaccessible memory is reported): New test.
+
+
+ * gdb.base/call-rt-st.exp: Update for change to escape output.
+ * gdb.base/callfuncs.exp: Likewise.
+ * gdb.base/charset.exp: Likewise.
+ * gdb.base/constvars.exp: Likewise.
+ * gdb.base/long_long.exp: Likewise.
+ * gdb.base/pointers.exp: Likewise.
+ * gdb.base/printcmds.exp: Likewise.
+ * gdb.base/setvar.exp: Likewise.
+ * gdb.base/store.exp: Likewise.
+ * gdb.cp/ref-types.exp: Likewise.
+ * gdb.mi/mi-var-child.exp: Likewise.
+ * gdb.mi/mi-var-display.exp: Likewise.
+ * gdb.mi/mi2-var-display.exp: Likewise.
+ * gdb.base/charset.exp: Test octal escape sequence length.
+ Update for change to escape output.
+
+
+ * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
+
+
+ * lib/java.exp (java_init): Ignore $GCJ if it is empty.
+
+
+ * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
+ gdbserver increasing $portnum if "Can't bind address" has been seen.
+
+
+ * gdb.base/ending-run.exp: Add "step out of main" pattern for
+ mingw32ce.
+
+
+ * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
+ VFP format.
+
+
+ * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
+ linux. Adjust to use "inferior", "info inferiors", "detach
+ inferior" and "kill inferior" instead of "restart", "info fork",
+ "detach fork" and "delete fork".
+ * gdb.base/ending-run.exp: Spell out "info".
+ * gdb.base/help.exp: Adjust to use test_prefix_command_help for
+ the "kill" command.
+
+
+ * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
+ change to prefix TLS offset in hex with 0x.
+
+
+ * gdb.base/default.exp: Update test case for "x" changes.
+
+
+ * gdb.base/bigcore.exp: Make darwin untested.
+
+
+ * gdb.base/completion.exp (directory completion): Create the directory.
+ New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
+ escapeuniquesub.
+ (directory completion 2): Expect now ${escapeuniquesub}.
+ (Glob remaining of directory test): Remove one excessive newline.
+ Expect the real output.
+
+
+ Fix `make check//%' target after `make check' has been ran.
+ * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
+ a mkdir call.
+ (check-gdb.base%): Remove the gdb.base%/.dir dependency.
+ (%/.dir): Remove.
+
+
+ * lib/mi-support.exp (mi_check_thread_states): Permit any output before
+ the expected result record.
+
+
+ Remove racy FAILs relying just on the timeouts.
+ * gdb.base/setshow.exp (set annotate 2, show annotate (2))
+ (annotation_level 2): Remove racy FAILs.
+
+
+ gdb/10275
+ * gdb.dwarf2/dw2-restore.{S,exp}: New test.
+
+
+ * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
+
+
+ * gdb.mi/mi-stack.exp: Testing symbolic options
+ to -stack-list-locals and -stack-list-arguments.
+
+
+ * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
+
+
+ * dg-extract-results.sh: New file.
+ * Makefile.in (FORCE_PARALLEL): New variable.
+ (CHECK_TARGET): New conditional variable.
+ (check): Use CHECK_TARGET.
+ (DO_RUNTEST): New variable.
+ (check-single): New target.
+ (TEST_DIRS): New variable.
+ (TEST_TARGETS): Likewise.
+ (check-parallel): New target.
+ (check-gdb.%): New pattern.
+ (BASE1_FILES): New variable.
+ (BASE2_FILES): Likewise.
+ (check-gdb.base%): New pattern.
+ (%/.dir): New pattern.
+ * configure: Rebuild.
+ * aclocal.m4 (AM_CONDITIONAL): New defun.
+ * configure.ac: Check whether user is using GNU make.
+ (GMAKE): New conditional.
+
+
+ * gdb.cp/namespace-nested-import.cc: New test.
+ * gdb.cp/namespace-nested-import.exp: New test.
+
+
+ * gdb.base/break.exp: Add an XFAIL for gcc/36748.
+ * gdb.cp/annota2.exp: Accept frames-invalid in more places.
+ * gdb.opt/Makefile.in (EXECUTABLES): Update.
+ * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
+ * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
+ gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
+ gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
+ gdb.opt/inline-markers.c: New files.
+ * lib/gdb.exp (skip_inline_frame_tests): New function.
+ (skip_inline_var_tests): New function.
+
+
+ * gdb.cp/exception.exp: Don't require $hex before inner frame in
+ backtrace.
+
+
+ * gdb.reverse: New directory.
+ * gdb.reverse/break-reverse.c: New test.
+ * gdb.reverse/break-reverse.exp: New test.
+ * gdb.reverse/consecutive-reverse.c: New test.
+ * gdb.reverse/consecutive-reverse.exp: New test.
+ * gdb.reverse/finish-reverse.c: New test.
+ * gdb.reverse/finish-reverse.exp: New test.
+ * gdb.reverse/machinestate.c: New test.
+ * gdb.reverse/ms1.c: New test.
+ * gdb.reverse/machinestate.exp: New test.
+ * gdb.reverse/Makefile.in: New file.
+ * gdb.reverse/shr2.c: New test.
+ * gdb.reverse/solib-reverse.c: New test.
+ * gdb.reverse/solib-reverse.exp: New test.
+ * gdb.reverse/step-reverse.c: New test.
+ * gdb.reverse/step-reverse.exp: New test.
+ * gdb.reverse/until-reverse.c: New test.
+ * gdb.reverse/ur1.c: New test.
+ * gdb.reverse/until-reverse.exp: New test.
+ * gdb.reverse/watch-reverse.c: New test.
+ * gdb.reverse/watch-reverse.exp: New test.
+ * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
+ * configure: Regenerate.
+
+
+ * gdb.base/psymtab.exp: Turn off pending breakpoints.
+
+
+ * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
+ windows problem for 'file delete $binfile'.
+
+
+ * gdb.cp/namespace-using.exp: New test.
+ * gdb.cp/namespace-using.cc: New test.
+
+
+ * gdb.ada/variant_record_packed_array: New testcase.
+
+
+ * gdb.base/charset.exp (test_combination): Regression test.
+ * gdb.base/charset.c (my_wchar_t): New typedef.
+ (myvar): New global.
+ (main): Set myvar.
+
+
+ * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
+ target.
+
+
+ * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
+
+
+ * gdb.mi/gdb680.exp: Update test for error message.
+
+
+ * gdb.base/annota1.exp: Allow multiple occurrences of the
+ frames-invalid annotation.
+ * gdb.cp/annota2.exp: Likewise.
+
+
+ * gdb.cp/gdb2495.cc: New file.
+ * gdb.cp/gdb2495.exp: New file.
+
+
+ Report error on GDB crash during runto.
+ * lib/gdb.exp (runto <eof>): New.
+
+
+ * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
+ gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
+ gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
+ gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
+ gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
+ gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
+ gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
+ gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
+ gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
+ gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
+ gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
+ gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
+ gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
+ gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
+ gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
+ gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
+ gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
+ gdb.server/server-mon.exp, gdb.server/server-run.exp,
+ gdb.trace/actions.exp, gdb.trace/backtrace.exp,
+ gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
+ gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
+ gdb.trace/passcount.exp, gdb.trace/report.exp,
+ gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
+ gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
+ gdb.trace/while-stepping.exp: Use a unique name for the compiled
+ executable.
+
+
+ * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
+ defined before referencing it.
+
+
+ * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
+ * gdb.arch/i386-see.c: Ditto.
+
+
+ * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
+ (check_macro): Return 1 if undefined.
+ If first test fails, check if macro debug information is available,
+ and report unsupported test if no macro information is found.
+
+
+ * gdb.threads/hand-call-in-threads.exp: New.
+ * gdb.threads/hand-call-in-threads.c: New.
+
+
+ * gdb.base/break-always.exp: Change "1" to "on".
+ Add confirmation check.
+
+
+ * gdb.threads/threxit-hop-specific.c: New.
+ * gdb.threads/threxit-hop-specific.exp: New.
+ * gdb.threads/thread-execl.c: New.
+ * gdb.threads/thread-execl.exp: New.
+
+
+ * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
+ (mi_child_regexp): Likewise.
+ (mi_list_varobj_children_range): Likewise.
+ (mi_get_features): Likewise.
+ (mi_list_varobj_children): Rewrite.
+ * gdb.python/python-mi.exp: New file.
+
+
+ * gdb.python/python-prettyprint.exp: New file.
+ * gdb.python/python-prettyprint.c: New file.
+ * gdb.python/python-prettyprint.py: New file.
+ * gdb.base/display.exp: print/r is now valid.
+
+
+ * gdb.python/python-template.exp: New file.
+ * gdb.python/python-template.cc: New file.
+ * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
+ tests.
+ * gdb.python/python-value.exp (py_objfile_tests): New proc.
+ Call it.
+ (test_value_after_death): New proc.
+ * gdb.python/python-value.c (PTR): New typedef.
+ (main): New variable 'x'.
+
+
+ * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
+ tests.
+ * gdb.python/python-value.exp (py_objfile_tests): New proc.
+ Call it.
+
+
+ * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
+
+
+ * gdb.threads/fork-thread-pending.c: New.
+ * gdb.threads/fork-thread-pending.exp: New.
+
+
+ * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
+ * gdb.dwarf2/dw2-strp.S (a_string2): New.
+
+
+ * gdb.asm/asm-source.exp: Add lm32 target.
+
+
+ * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
+ `gdb_get_line_number'. Call `callee' in both parent and child.
+ * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
+ `gdb_get_line_number' instead of hardcoding line numbers.
+ (catch_fork_unpatch_child): New procedure to test detaching
+ breakpoints from child fork.
+ (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
+ hardcoding line numbers.
+ (do_fork_tests): Run `catch_fork_unpatch_child'.
+
+
+ * gdb.mi/mi-cmd-var.exp: Check that when varobj
+ of structure type enters or leaves the scope, it
+ is reported by -var-update.
+
+
+ * gdb.mi/nsintrall.c (main): Fix off-by-one error.
+ * gdb.threads/pending-step.c (main): Fix off-by-one error.
+ * gdb.threads/schedlock.c (main): Fix off-by-one error.
+
+
+ * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
+
+
+ * gdb.threads/watchthreads2.exp: New testcase.
+ * gdb.threads/watchthreads2.c: New testcase.
+
+
+ * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
+ * gdb.cp/mb-ctor.cc: Ditto.
+ * gdb.cp/mb-inline.exp: Add multi-line source statement test.
+ * gdb.cp/mb-inline.h (multi_line_foo): New function.
+ * gdb.cp/mb-inline1.cc: Call it.
+ * gdb.cp/mb-inline2.cc: Ditto.
+ * gdb.cp/mb-templates.exp: Add multi-line source statement test.
+ * gdb.cp/mb-templates.cc (multi_line_foo): New template.
+
+
+ * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
+ (info_macro): Remova `decimal' declaration. New variable `nonzero'.
+ Replace all uses of `decimal' by `nonzero'.
+ (info macro FROM_COMMANDLINE): New test.
+
+
+ * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
+
* gdb.threads/watchthreads.c (main): Initialize args before starting