X-Git-Url: https://repo.jachan.dev/binutils.git/blobdiff_plain/907af001f77f9dee04ecb77a6cb0d21a55850033..0b66f3173809e422f3dfbab2a8afff7fb9fc0ef3:/gdb/testsuite/ChangeLog diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index d506e1ac21..a096256b81 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,258 @@ +Wed Apr 21 12:47:26 2010 Chris Moller + + PR 9167 + * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167. + * gdb.cp/pr9167.cc: New file. + * gdb.cp/pr9167.exp: New file. + + +2010-04-21 Pierre Muller + + PR pascal/11492. + * gdb.pascal/gdb11492.pas: New file. + * gdb.pascal/gdb11492.exp: New file. + +2010-04-20 Joel Brobecker + + * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files. + +2010-04-20 Joel Brobecker + + * gdb.ada/dyn_loc: New testcase. + +2010-04-20 Chris Moller + + PR 10867 + + * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687 + * gdb.cp/pr10687.cc: New file. + * gdb.cp/pr10687.exp: New file. + + +2010-04-20 Jan Kratochvil + Sergio Durigan Junior + + * gdb.fortran/logical.exp: New testcase. + * gdb.fortran/logical.f90: New file. + +2010-04-19 Doug Evans + + * gdb.base/help.exp (help source): Update expected output. + +2010-04-19 Jan Kratochvil + + * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start, + gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing + gdb_exit and return. + (executable): New variable. + (binfile): Use it. + +2010-04-19 Pedro Alves + + PR breakpoints/8554. + + * gdb.trace/save-trace.exp: Adjust. + +2010-04-17 H.J. Lu + + PR corefiles/11511 + * gdb.arch/system-gcore.exp: New. + * gdb.arch/gcore.c: Likewise. + +2010-04-15 Doug Evans + + * gdb.python/py-progspace.c: New file. + * gdb.python/py-progspace.exp: New file. + + * gdb.base/source.exp: Add tests for "source -s". + +2010-04-14 Phil Muldoon + + * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer. + * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs. + * gdb.python/py-prettyprint.exp: New test for to_string returning None. + * gdb.python/py-mi.exp: New test for to_string returning None. + +2010-04-12 Phil Muldoon + + * gdb.python/py-breakpoint.c: Make result global. + +2010-04-09 Jan Kratochvil + + Fix non-GNU make compatibility. + * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@. + +2010-04-09 Phil Muldoon + + * gdb.python/py-breakpoint.exp: New File. + * gdb.python/py-breakpoint.C: Ditto. + +2010-04-08 Stan Shebs + + * gdb.trace/actions.exp: Clear default-collect. + * gdb.trace/save-trace.exp: Clear default-collect. + +2010-04-08 Phil Muldoon + + * gdb.python/py-value: Add null string variable. + (test_lazy_string): Test zero length, NULL address lazy + strings. + +2010-04-07 H.J. Lu + + * gdb.arch/i386-avx.c: New. + * gdb.arch/i386-avx.exp: Likewise. + + * gdb.arch/i386-cpuid.h: Updated from gcc 4.4. + +2010-04-06 Doug Evans + + * gdb.base/source-test.gdb: New file. + * gdb.base/source.exp: Test source -v. + +2010-04-06 Ulrich Weigand + + * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern. + +2010-04-06 Pierre Muller + + * gdb.stabs/aout.sed: Convert all backslash to double backslash + within one line, unless it is followed by a double quote. + * gdb.stabs/hppa.sed: Idem. + * gdb.stabs/weird.def: Add char and String constants + * gdb.stabs/weird.exp: Check for correct parsing of + chhar and string constants. + * gdb.stabs/xcoff.sed: Ignore escaped quote quotes + in .stabs to .stabx substitution. + +2010-04-05 Stan Shebs + + * gdb.trace/tfile.c: Add a variable split across two blocks, and a + constant global. + * gdb.trace/tfile.exp: Try to print them. + +2010-04-04 Stan Shebs + + * gdb.base/completion.exp: Update for new "info watchpoints". + * gdb.base/default.exp: Ditto. + * gdb.base/help.exp: Ditto. + * gdb.base/watchpoint.exp: Ditto. + * gdb.trace/infotrace.exp: Update "info tracpoints" output. + +2010-04-04 Stan Shebs + + * gdb.trace/tfile.exp: Sharpen tfind test. + +2010-04-04 Jan Kratochvil + + * gdb.base/break-entry.exp: New. + +2010-04-02 Hui Zhu + Michael Snyder + + * gdb.reverse/i386-sse-reverse.exp: New file. + * gdb.reverse/i386-sse-reverse.c: New file. + +2010-04-02 Pedro Alves + + * gdb.trace/tfind.exp: Adjust expected disassembly output. + +2010-04-01 Stan Shebs + + * gdb.trace/actions.exp: Tweak expected output. + * gdb.trace/while-stepping.exp: Tweak expected output. + +2010-04-01 H.J. Lu + + * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh". + +2010-04-01 Pedro Alves + + * gdb.base/commands.exp: Adjust. + * gdb.cp/extern-c.exp: Adjust. + +2010-04-01 Pedro Alves + + * gdb.trace/collection.c (local_test_func): Define a local struct, + and instanciate it. + +2010-04-01 Pedro Alves + + * gdb.trace/collection.exp (gdb_collect_args_test) + (gdb_collect_argarray_test): XFAIL the tests that assume the + argarray argument's elements are collected. + +2010-03-31 Jan Kratochvil + + * gdb.dwarf2/dw2-bad-parameter-type.exp, + gdb.dwarf2/dw2-bad-parameter-type.S: New. + +2010-03-31 Stan Shebs + + * gdb.trace/save-trace.exp: Test save/restore of default-collect + and tracepoint conditionals. + (gdb_verify_tracepoints): Delete unused return. + +2010-03-26 Keith Seitz + + * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to + appear in the output before main. + Remove KFAIL for gdb/2215 aka bz 9320. + +2010-03-30 Doug Evans + + * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined + by dejagnu. + * gdb.arch/amd64-dword.exp: Ditto. + + * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text + match. + (break printf): Ditto. + +2010-03-29 Sami Wagiaalla + + * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with + gcc < 4.4. + * gdb.cp/shadow.exp: Ditto. + +2010-03-29 Pedro Alves + + * gdb.trace/collection.exp (run_trace_experiment): Make sure + "tstart" is silent. + +2010-03-29 Pedro Alves + + * gdb.trace/collection.exp (executable): New. + (binfile): Use it. + (fpreg, spreg, pcreg): New. + (test_register): Use gdb_test_multiple. Pass /x to print. + (prepare_for_trace_test): New. + (run_trace_experiment): Use "continue", not gdb_run_cmd. + (gdb_collect_args_test, gdb_collect_argstruct_test) + (gdb_collect_argarray_test, gdb_collect_locals_test): Use + prepare_for_trace_test. + (gdb_collect_registers_test): Use prepare_for_trace_test. Use + fpreg, spreg and pcreg. + (gdb_collect_expression_test, gdb_collect_globals_test): Use + prepare_for_trace_test. + (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't + try to detect tracing support here. Don't set breakpoints at + `begin' or `end' here. + : Use clean_restart. Run to main before checking + for tracing support. Check for for tracing support here. + +2010-03-28 Jan Kratochvil + + * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add + " as $displacement" to "seen displacement message". + +2010-03-28 Pedro Alves + + * gdb.trace/while-dyn.exp (executable): New variable. + (binfile): Use it. + (test_while_stepping): New function. Move most tests here. Call + it once for each of the while-stepping, stepping and ws aliases. + 2010-03-26 Ulrich Weigand * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions