2011-05-31 Pedro Alves <pedro@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 04c20ddae9f11b81e74f988c3564fb26f052f196..3d89273725a461d7bfc688aa2547d3b4ffeeaad5 100644 (file)
@@ -1,3 +1,547 @@
+2011-05-31  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.arch/i386-dr3-watch.c: New file.
+       * gdb.arch/i386-dr3-watch.exp: New file.
+
+2011-05-30  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/callfuncs.c (t_structs_fc): New.
+       (t_structs_dc, t_structs_ldc): New.
+       (t_double_many_args):
+       (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
+       (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
+       (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
+       * gdb.base/callfuncs.exp: Call new functions.
+
+2011-05-30  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/callfuncs.exp (rerun_and_prepare): New.
+       Call rerun_and_prepare for each test to isolate effects.
+
+2011-05-30  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/varargs.c (find_max_float_real): New.
+       (find_max_double_real, find_max_long_double_real): New.
+       * gdb.base/varargs.exp: Call these new added functions.
+       * lib/gdb.exp (setup_kfail_for_target): New.
+
+2011-05-30  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/funcargs.c (callca, callcb, callcc): New.
+       (callcd, callce, callcf, callc1a, callc1b): New.
+       (callc2a, callc2b): New.
+       * gdb.base/funcargs.exp (complex_args): New.
+       (complex_integral_args, complex_float_integral_args): New.
+       * lib/gdb.exp (support_complex_tests): New.  Determine
+       whether to run test cases on _Complex types.
+
+2011-05-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.threads/leader-exit.c: New file.
+       * gdb.threads/leader-exit.exp: New file.
+
+2011-05-27  Marek Polacek  <mpolacek@redhat.com>
+
+        * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
+
+2011-05-27  Marek Polacek  <mpolacek@redhat.com>
+
+       * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
+       remove the `supported' variable.
+       * gdb.mi/mi-nonstop.exp: Likewise.
+       * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
+       * gdb.mi/mi-nsintrall.exp: Likewise.
+       * gdb.mi/mi-nsmoribund.exp: Likewise.
+       * gdb.mi/mi-nsthrexec.exp: Likewise.
+
+2011-05-26  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.reverse/finish-reverse-bkpt.exp: New test.
+
+2011-05-26  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
+
+2011-05-24  Keith Seitz  <keiths@redhat.com>
+
+       PR breakpoint/12803
+       * gdb.cp/cmpd-minsyms.cc (a): New method.
+       (b): New method.
+       (c): New method.
+       * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
+
+2011-05-24  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.base/commands.exp (watchpoint_command_test): Check that the
+       watchpoint's command list didn't execute when the watchpoint went
+       out of scope.
+
+2011-05-24  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
+       * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
+       * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
+       * gdb.arch/i386-gnu-cfi.exp: Likewise.
+       * gdb.arch/i386-permbkpt.exp: Likewise.
+       * gdb.arch/i386-prologue.exp: Likewise.
+       * gdb.arch/i386-size-overlap.exp: Likewise.
+       * gdb.arch/i386-size.exp: Likewise.
+       * gdb.arch/i386-unwind.exp: Likewise.
+       * gdb.reverse/i386-precsave.exp: Likewise.
+       * gdb.reverse/i386-reverse.exp: Likewise.
+       * gdb.reverse/i386-sse-reverse.exp: Likewise.
+       * gdb.reverse/i387-env-reverse.exp: Likewise.
+       * gdb.reverse/i387-stack-reverse.exp: Likewise.
+
+2011-05-24  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
+       file doesn't error, using MI.
+
+2011-05-23  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/charset.exp (string_display): Add tests to assign to
+       arrays.
+       * gdb.base/charset.c (short_array, int_array, long_array): New.
+
+2011-05-20  Pedro Alves  <pedro@codesourcery.com>
+
+       Cope with async mode.
+
+       * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
+       into gdb_test + mi_expect_stop.
+
+2011-05-20  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
+       (callme): Remove printf call.
+
+2011-05-20  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
+       quote pattern to avoid problems with Cygwin/mingw expect versions.
+       * gdb.base/default.exp (show convenience): Use double
+       quote pattern for regular expressions.
+
+2011-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix -readnow for -gdwarf-4 unused type units.
+       * gdb.dwarf2/dw4-sig-type-unused.S: New file.
+       * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
+
+2011-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/kill-after-signal.c: New file.
+       * gdb.base/kill-after-signal.exp: New file.
+
+2011-05-16  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.ada/start.exp: Call untested with the correct test filename.
+       * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
+       test filename.  Make the test's binary unique.
+       * gdb.arch/i386-signal.exp: Call untested with the correct test
+       filename.
+       * gdb.arch/i386-size-overlap.exp: Ditto.
+       * gdb.arch/Makefile.in (EXECUTABLES): Update.
+       * gdb.base/gcore-buffer-overflow.exp: Ditto.
+       * gdb.cp/call-c.exp: Ditto.
+       * gdb.mi/mi-reverse.exp: Call untested with the correct test
+       filename.  Make the test's binary unique.
+       * gdb.mi/Makefile.in (EXECUTABLES): Update.
+       * gdb.python/py-mi.exp: Ditto.
+       * gdb.python/Makefile.in (EXECUTABLES): Update.
+       * gdb.reverse/i386-precsave.exp: Ditto.
+       * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
+       test filename.
+       * gdb.reverse/i387-stack-reverse.exp: Ditto.
+       * gdb.reverse/sigall-precsave.exp: Ditto.  Make the test's binary
+       unique.
+       * gdb.reverse/sigall-reverse.exp: Call untested with the correct
+       test filename.
+       * gdb.reverse/Makefile.in (EXECUTABLES): Update.
+       * gdb.trace/tfile.exp: Ditto.
+
+2011-05-14  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
+       type.
+
+2011-05-13  Doug Evans  <dje@google.com>
+
+       * gdb.python/py-objfile-script.exp: New file.
+       * gdb.python/py-objfile-script.c: New file.
+       * gdb.python/py-objfile-script-gdb.py: New file.
+       * testsuite/gdb.python/py-section-script.exp: Test
+       "info auto-load-scripts".
+
+2011-05-13  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.dwarf2/clztest.exp: New file.
+       * gdb.dwarf2/clztest.c: New file.
+       * gdb.dwarf2/clztest.S: New file.
+
+2011-05-13  Doug Evans  <dje@google.com>
+
+       * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
+       String16 tests.
+
+2011-05-13  Tom Tromey  <tromey@redhat.com>
+
+       * lib/gdb.exp (is_x86_like_target): New proc.
+       * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
+       * gdb.dwarf2/valop.exp: Use is_x86_like_target.
+       * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target.  Pass
+       -nostdlib to compiler.
+       * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
+       * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
+       * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
+       * gdb.dwarf2/dw2-restore.exp: Check for LP64.
+       * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
+
+2011-05-13  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * gdb.python/py-function.exp: Test setting a value from a function
+       which executes a command.
+
+2011-05-12  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.dwarf2/typeddwarf.S: New file.
+       * gdb.dwarf2/typeddwarf.c: New file.
+       * gdb.dwarf2/typeddwarf.exp: New file.
+
+2011-05-12  Marek Polacek  <mpolacek@redhat.com>
+
+       * gdb.mi/mi-basics.exp: Fix races.  Honour the
+       `test_exec_and_symbol_mi_operatons' return value.
+       (test_mi_interpreter_selection): Use mi_gdb_test instead of
+       gdb_test_multiple.
+       (test_exec_and_symbol_mi_operatons): Likewise.
+       (test_path_specification): Likewise.
+
+2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
+       (gdb_touch_execfile): Remove catch wrappers.  New variable time.
+       Replace `file copy' and `file rename' by `file mtime'.  Twice.
+
+2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/readline-ask.c: New file.
+       * gdb.base/readline-ask.exp: New file.
+       * gdb.base/readline-ask.inputrc: New file.
+
+2011-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * gdb.cell/bt.exp: Delete breakpoints before running to signal
+       to avoid race condition.
+       * gdb.cell/coremaker.c: Use small stack size.
+       * gdb.cell/ea-standalone.exp: Use file name without path as
+       argument to c_to.
+       * gdb.cell/fork.exp: Allow other output when continuing to end.
+
+2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.threads/corethreads.c: New file.
+       * gdb.threads/corethreads.exp: New file.
+
+2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
+       Try to compile the test using -Wl,-z,norelro first.
+       (load_core): New variable libthread_db_seen, initialize it.
+       (zeroed-threads cannot be listed): Protect it by XFAIL on
+       !$libthread_db_seen.
+
+2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR 12573
+       * gdb.dwarf2/dw2-skip-prologue.S: New file.
+       * gdb.dwarf2/dw2-skip-prologue.c: New file.
+       * gdb.dwarf2/dw2-skip-prologue.exp: New file.
+
+2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.cp/psymtab-parameter.cc: New file.
+       * gdb.cp/psymtab-parameter.exp: New file.
+
+2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix a race.
+       * gdb.cp/static-print-quit.exp (print c): Split to ...
+       (print c - <return>, print c - q <return>, print c - to quit):
+       ... these.  Make the testfile untested on gdb-7.1.
+
+2011-5-05  Janis Johnson  <janisjo@codesourcery.com>
+
+       * lib/gdb.exp (exec_target_file, exec_symbol_file,
+       gdb_rename_execfile, gdb_touch_execfile): New.
+       * gdb.base/reread.exp: Use new procs to handle multiple
+       exec files.
+
+2011-05-05  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
+       (test_adr_32bit, test_pop_pc): New.
+       * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
+       (test_adr_32bit, test_pop_pc): New.
+
+2011-05-04  Joseph Myers  <joseph@codesourcery.com>
+
+       * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
+       * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
+       targets.
+       * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
+       handle targets.
+
+2011-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/completion.exp (complete help info wat): Rename to ...
+       (complete 'help info wat'): ... here.
+       Remove all `-re ".*' and `-re "^.*' redundant regexes.
+       (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
+
+2011-05-04  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.base/completion.exp: Use gdb_test_multiple instead of
+       gdb_test and explicit $gdb_prompt/timeout matches.
+
+2011-05-04  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
+       and __thumb2__.
+
+2011-05-03  Marek Polacek  <mpolacek@redhat.com>
+
+       * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
+       in place of `gdb_test "delete breakpoints"'.  This eliminates two
+       testcases.
+
+2011-05-02  Pedro Alves  <pedro@codesourcery.com>
+
+       PR testsuite/12649
+       Fix races.
+
+       * gdb.base/completion.exp: Remove all sleep calls.  Remove
+       unnecessary regexs.  Don't explicitly expect anything after the
+       prompt.  Eat the prompt if necessary.
+
+2011-05-02  Edjunior Machado  <emachado@linux.vnet.ibm.com>
+
+       * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
+       accept to show the caller line again as well as the line after.
+
+2011-04-29  Phil Muldoon  <pmuldoon@redhat.com>
+
+       PR mi/12531
+
+       * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
+       compile target.
+       * gdb.python/py-prettyprint.exp: Add C++ object for
+       CPLUS_FAKE_CHILD test.
+
+2011-04-28  Ulrich Weigand  <ulrich.weigand@linaro.org>
+
+       * gdb.base/signest.exp: New file.
+       * gdb.base/signest.c: Likewise.
+
+2011-04-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
+       thread and breakpoint notifications.
+
+2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/fortran-sym-case.c: New file.
+       * gdb.base/fortran-sym-case.exp: New file.
+       * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
+       * gdb.dwarf2/dw2-case-insensitive.c: New file.
+       * gdb.dwarf2/dw2-case-insensitive.exp: New file.
+
+2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
+       * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
+       false #1', `if true else false #2' and `if true else false #3'.
+
+2011-04-27  Ulrich Weigand  <ulrich.weigand@linaro.org>
+
+       * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
+       while delivering signal.
+
+2011-04-27  Vladimir Prus  <vladimir@codesourcery.com>
+
+       MI breakpoint notifications.
+
+       * testsuite/gdb.mi/mi-cli.exp: Adust.
+        * testsuite/gdb.mi/mi2-cli.exp: Adust.
+        * testsuite/gdb.mi/mi-watch.exp: Adust.
+        * testsuite/gdb.mi/mi2-watch.exp: Adust.
+        * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
+        notifications.
+
+2011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/gdbindex-stabs-dwarf.c: New file.
+       * gdb.base/gdbindex-stabs.c: New file.
+       * gdb.base/gdbindex-stabs.exp: New file.
+
+2011-04-25  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
+       with /*...*/.
+       * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
+
+2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.python/py-value.exp (test_objfiles): Name the first test
+       `py-value in file.filename'.
+
+2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
+       * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
+       * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
+       !gdbserver_reconnect_p..
+       (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
+
+2011-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.cp/cpcompletion.exp (complete class methods)
+       (complete class methods beginning with F): Move them above runto.  New
+       comment about the runto delimiter.
+
+2011-04-20  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.base/maint.exp: Test that "maint print registers" works
+       without a running program.
+
+2011-04-20  Marek Polacek  <mpolacek@redhat.com>
+
+       * gdb.base/setshow.exp: Fix racy tests.
+       ($old_gdb_prompt): New variable.
+
+2011-04-19  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.mi/mi-nsmoribund.exp:
+       * gdb.hp/gdb.objdbg/objdbg01.exp:
+       * gdb.base/structs.exp (test_struct_returns):
+       * gdb.base/call-sc.exp (test_scalar_returns):
+       * gdb.base/bigcore.exp: Remove duplicate words.
+
+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.
This page took 0.03831 seconds and 4 git commands to generate.