gdb/
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index a1f1382d85f5a9e6cdb16157d32b17482971cf06..dc66c842db19adf84502b7c0f9df65559b7ab17e 100644 (file)
@@ -1,3 +1,178 @@
+2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/break-interp-lib.c (v, vptr): New variables.
+       * gdb.base/break-interp.exp (test_attach): New comment.
+
+2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.threads/gcore-thread.exp ($core0file): New variable.
+       (clear __stack_user.next, clear stack_used.next)
+       (save a zeroed-threads corefile): New test.
+       Call core_load for $core0file.
+       (zeroed-threads cannot be listed): New test.
+
+2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
+       filename.
+       ($srcfile): Preserve the original value.
+       ($testfile): Match it the .exp filename.
+       ($corefile): New variable.  Substitute it around.
+       Use clean_restart.
+       ($prev_timeout): Remove.
+       (load_core): Move core loading into this proc.
+       Fix restore of $timeout if load_core fails.
+
+2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/eu-strip-infcall.c: New file.
+       * gdb.base/eu-strip-infcall.exp: New file.
+
+2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
+       * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
+
+2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix Python access to inlined frames.
+       * gdb.python/py-frame-inline.c: New file.
+       * gdb.python/py-frame-inline.exp: New file.
+
+2011-04-13  Edjunior Machado  <emachado@linux.vnet.ibm.com>
+
+       * gdb.base/gdb1090.exp: Change breakpoint location to read the
+       content of 's24' correctly (avoiding "optimized out").
+       * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
+
+2011-04-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
+
+2011-04-13  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
+       expect a colon in watch -location output.
+
+2011-04-13  Marek Polacek  <mpolacek@redhat.com>
+
+       * gdb.base/commands.exp (redefine_backtrace_test): Fix race. 
+       New testcase `expect response to define backtrace'.  Also remove
+       redundant `default' block.
+
+2011-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.python/py-prettyprint.c (struct hint_error): New.
+       (main): New variable hint_error.
+       * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
+       "print hint_error".
+       * gdb.python/py-prettyprint.py (class pp_hint_error): New.
+       (register_pretty_printers): Register it.
+
+2011-04-04  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.cp/maint.exp (test_help): Update.
+       (test_namespace): Likewise.
+
+2011-04-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
+       * gdb.ada/arrayptr.exp: Add new tests.
+
+2011-04-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/mi_catch_ex: New testcase.
+
+2011-04-01  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
+       base::overload(void) method without specifying "const".
+
+2011-04-01  Ulrich Weigand  <ulrich.weigand@linaro.org>
+
+       * gdb.arch/thumb-singlestep.S: New file.
+       * gdb.arch/thumb-singlestep.exp: Likewise.
+
+2011-03-31  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.python/py-prettyprint.py (exception_flag): New global.
+       (NoStringContainerPrinter._iterator.next): Check it.
+       * gdb.python/py-prettyprint.c (main): New variable nstype2.
+       * gdb.python/py-mi.exp: Set exception_flag and do more tests.
+
+2011-03-29  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.cp/anon-struct.cc: New file.
+       * gdb.cp/anon-struct.exp: New file.
+
+2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Test STT_GNU_IFUNC support.
+       * gdb.base/gnu-ifunc-lib.c: New file.
+       * gdb.base/gnu-ifunc.c: New file.
+       * gdb.base/gnu-ifunc.exp: New file.
+
+2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Support a ring of related breakpoints.
+       * gdb.base/watchpoint-delete.c: New file.
+       * gdb.base/watchpoint-delete.exp: New file.
+
+2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.ada/arrayparam.exp (print first after function call): Use
+       explicit package name.  Add a comment
+       (print lasta after function call): Rename ...
+       (print last after function call): ... it and use explicit package
+       name.
+       (print length after function call): Use explicit package name.
+       * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
+       * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
+       (multiple matches for symbol i): Rename ...
+       (multiple matches for symbol integervar): ... it.
+       * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
+       * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
+
+2011-03-25  Andrew Burgess  <aburgess@broadcom.com>
+
+       * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
+       environment variable to make grep output more predictable. Move
+       all the environment setup into gdb_init so it's done once per test
+       case rather than each time we start gdb.
+
+2011-03-24  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/label.exp: Use `main:there' linespec.  Add re-running
+       test.
+
+2011-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.dwarf2/dw2-entry-value-main.c: New file.
+       * gdb.dwarf2/dw2-entry-value.S: New file.
+       * gdb.dwarf2/dw2-entry-value.exp: New file.
+
+2011-03-22  Phil Muldoon  <pmuldoon@redhat.com>
+
+        PR python/12183
+
+       * gdb.python/py-function.exp: Add GdbError tests.
+
+2011-03-18  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.trace/unavailable.cc (args_test_func, local_test_func)
+       (reglocal_test_func, statlocal_test_func): New functions.
+       (globals_test_func): Call new functions.
+       * gdb.trace/unavailable.exp (gdb_collect_args_test)
+       (gdb_collect_locals_test): New procedure.
+       (gdb_trace_collection_test): Call new procedures.
+
+2011-03-18  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
+       (test_register, test_register_unavailable): New procedures.
+       (gdb_unavailable_registers_test): New procedure.
+       (gdb_trace_collection_test): Call it.
+
 2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>
 
         PR python/12149
This page took 0.038565 seconds and 4 git commands to generate.