PR 10165
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 1d1c8bc0cd74c4bc065075340bf88a571e2b0cbc..c38ac3d3e617bbf668556c2cefbd1f19f77a7206 100644 (file)
@@ -1,3 +1,606 @@
+2009-06-07  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
+       defined before referencing it.
+
+2009-06-03  Doug Evans  <dje@google.com>
+
+       * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
+       * gdb.arch/i386-see.c: Ditto.
+
+2009-05-30  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * 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.
+
+2009-05-29  Doug Evans  <dje@google.com>
+
+       * gdb.threads/hand-call-in-threads.exp: New.
+       * gdb.threads/hand-call-in-threads.c: New.
+
+2009-05-29  Michael Snyder  <msnyder@vmware.com>
+
+       * gdb.base/break-always.exp: Change "1" to "on".
+       Add confirmation check.
+
+2009-05-28  Pedro Alves  <pedro@codesourcery.com>
+
+       * 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.
+
+2009-05-27  Tom Tromey  <tromey@redhat.com>
+           Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * 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.
+
+2009-05-27  Tom Tromey  <tromey@redhat.com>
+           Thiago Jung Bauermann  <bauerman@br.ibm.com>
+           Phil Muldoon  <pmuldoon@redhat.com>
+           Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * 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.
+
+2009-05-27  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+           Tom Tromey  <tromey@redhat.com>
+           Pedro Alves  <pedro@codesourcery.com>
+           Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * 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'.
+
+2009-05-27  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
+       tests.
+       * gdb.python/python-value.exp (py_objfile_tests): New proc.
+       Call it.
+
+2009-05-27  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
+
+2009-05-24  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.threads/fork-thread-pending.c: New.
+       * gdb.threads/fork-thread-pending.exp: New.
+
+2009-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
+       * gdb.dwarf2/dw2-strp.S (a_string2): New.
+
+2009-05-18  Jon Beniston <jon@beniston.com>
+
+        * gdb.asm/asm-source.exp: Add lm32 target.
+
+2009-05-17  Pedro Alves  <pedro@codesourcery.com>
+
+       * 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'.
+
+2009-05-17  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.mi/mi-cmd-var.exp: Check that when varobj
+       of structure type enters or leaves the scope, it
+       is reported by -var-update.
+
+2009-05-11  Doug Evans  <dje@sebabeach.org>
+
+       * 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.
+
+2009-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
+
+2009-04-30  Doug Evans  <dje@google.com>
+
+       * gdb.threads/watchthreads2.exp: New testcase.
+       * gdb.threads/watchthreads2.c: New testcase.
+
+2009-04-29  Doug Evans  <dje@google.com>
+
+       * 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.
+
+2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * 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.
+
+2009-04-27  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
+
+2009-04-27  Doug Evans  <dje@google.com>
+
+       * gdb.threads/watchthreads.c (main): Initialize args before starting
+       the threads.  Plus formatting cleanup.
+       * gdb.threads/watchthreads.exp: Avoid errant failures due to
+       biased scheduling of one thread.
+
+2009-04-27  Jerome Guitton  <guitton@adacore.com>
+
+       * gdb.cp/templates.cc (GetMax): New template.
+       (main): Declare two instances of GetMax.
+       * gdb.cp/templates.exp: Add new test.
+
+2009-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
+
+2009-04-22  Joseph Myers  <joseph@codesourcery.com>
+
+       * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
+
+2009-04-15  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/charset.exp: Add regression test.
+
+2009-04-14  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.base/exe-lock.exp: New testcase.
+
+2009-04-13  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
+       operator on Frame.
+
+2009-04-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
+       * gdb.server/ext-attach.exp: Likewise.
+
+2009-04-03  Vladimir Prus  <vladimir@codesourcery.com>
+
+       Eliminate some sleep usage.
+
+        * gdb.mi/basics.c (do_nothing): New.
+        (main): Use do_nothing instead of printf, so that
+        not to introduce race condition between output of
+        inferiour and output of gdb. Do not use sleep as it
+        is not generally available on embedded targets.
+
+2009-04-02  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.server/ext-attach.exp: Expect an optional process id after
+       "Detached from remote process".
+
+2009-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
+       gdb.dwarf2/dw2-unresolved.exp: New.
+
+2009-04-02  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.mi/mi-nonstop-exit.exp: Don't check isnative.  Use
+       mi_run_to_main.
+
+2009-04-02  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.mi/mi-nonstop.exp: Don't check isnative.  Use
+       mi_run_to_main.  Skip thread exit test on remote targets.
+       * gdb.mi/mi-nsintrall.exp: Don't check isnative.  Use
+       mi_run_to_main.
+       * gdb.mi/mi-nsmoribund.exp: Don't check isnative.  Use
+       mi_run_to_main.
+       * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
+       when expecting ^connected.  Detect when the target doesn't support
+       non-stop mode.
+       (mi_run_cmd): Detect if non-stop mode was requested by isn't
+       supported.  Return -1 on error, 0 on success.
+       (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
+       (mi_runto): Return mi_runto_helper's result explicitly.
+
+2009-04-01  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
+
+2009-04-01  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/funcargs.exp: Set print frame-arguments to "all".
+       * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
+       * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
+       * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
+
+2009-03-31  Daniel Jacobowitz  <dan@codesourcery.com>
+           Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR gdb/931
+       * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
+       output.
+       * gdb.cp/templates.exp: Allow canonical output.  Remove KFAILs
+       for gdb/931.
+       * dw2-strp.S (DW_AT_language): Change to C++.
+       (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
+
+2009-03-31  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/tasks: New testcase.
+
+2009-03-30  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.trace/actions.exp: Update to match new info trace format.
+       * gdb.trace/deltrace.exp: Ditto.
+       * gdb.trace/infotrace.exp: Ditto.
+       * gdb.trace/passcount.exp: Ditto.
+       * gdb.trace/save-trace.exp: Ditto.
+       * gdb.trace/while-stepping.exp: Ditto.
+       * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
+
+2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * gdb.python/python-frame.c: New file.
+       * gdb.python/python-frame.exp: New file.
+
+2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * gdb.python/python-value.exp: Add tests for the address
+       attribute.
+
+2009-03-29  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
+
+2009-03-26  Doug Evans  <dje@google.com>
+
+       * gdb.mi/mi-nonstop-exit.exp: New file.
+       * gdb.mi/non-stop-exit.c: New file.
+
+2009-03-26  Tom Tromey  <tromey@redhat.com>
+
+       Update for change to prologue skipping:
+       * gdb.mi/mi2-simplerun.exp: Update.
+       * gdb.mi/mi2-break.exp: Update.
+       * gdb.mi/mi-simplerun.exp: Update.
+       * gdb.mi/mi-break.exp: Update.
+       * gdb.base/ending-run.exp: Update.
+
+2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * gdb.python/python-value.exp (test_value_in_inferior): Test
+       gdb.Value.is_optimized_out attribute.
+
+2009-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.dwarf2/dw2-noloc-main.c: New file.
+       * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
+       (.text): Remove.
+       (.data): New.
+       (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
+       (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
+       (DW_TAG_subprogram func_cu1, noloc): Remove.
+       (main): New.
+       * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
+       `dw2-noloc-main.c'.  Test the new DIEs from `dw2-noloc.S'.
+       (file_symbols): New procedure.
+
+2009-03-25  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/charset.exp (valid_target_charset): New proc.
+       Use it to skip tests on invalid charsets.
+
+2009-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * gdb.base/completion.exp: Add a test for directory completion.
+
+2009-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix a racy FAIL.
+       * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
+       * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
+
+2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * gdb.python/python-cmd.exp: Add tests for keyword arguments.
+       * gdb.python/python-function.exp: Add test for function returning
+       a GDB value.
+
+2009-03-20  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * gdb.python/python-function.exp: New file.
+
+2009-03-20  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/store.exp: Update for change to escape output.
+       * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
+       to escape output.
+       * gdb.base/pointers.exp: Update for change to escape output.
+       * gdb.base/long_long.exp (gdb_test_long_long): Update for change
+       to escape output.
+       * gdb.base/constvars.exp (do_constvar_tests): Update for change to
+       escape output.
+       * gdb.base/call-rt-st.exp (print_struct_call): Update for change
+       to escape output.
+       * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
+       escape output.
+       * gdb.base/setvar.exp: Update for change to escape output.
+       * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
+       * gdb.base/printcmds.exp (test_print_all_chars): Update for change
+       to escape output.
+       (test_print_string_constants): Likewise.
+       * gdb.base/charset.exp (valid_host_charset): Check size of
+       wchar_t.  Handle UCS-2 and UCS-4.  Add tests for wide and unicode
+       cases.  Handle "auto"-related output.
+       * gdb.base/charset.c (char16_t, char32_t): New typedefs.
+       (uvar, Uvar): New globals.
+
+2009-03-19  Jerome Guitton  <guitton@adacore.com>
+
+       * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
+       deltas.
+       * gdb.ada/fixed_points.exp: Ditto.
+
+2009-03-18  Pedro Alves  <pedro@codesourcery.com>
+
+       * return-nodebug.c: Don't include stdio.h.
+       (init): Delete.
+       (func): Delete definition and provide extern declaration.
+       (t): New.
+       (main): Don't call printf.  Call func and store its result in t.
+       * return-nodebug1.c: New.
+       * return-nodebug.exp: Don't expect stdio output.  Instead, print
+       the global variable t.  Drop printf formatters and cast types from
+       foreach loop.  Don't use prepare_for_testing.  Compile
+       return-nodebug.c and return-nodebug1.c in separate steps.  Don't
+       define FORMAT or CAST.
+
+2009-03-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * gdb.base/solib-display.exp: Disable test for remote targers.
+
+2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
+
+2009-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix a racy FAIL.
+       * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
+       code from `follow parent, print pids'.
+       (`follow child, print pids', `follow parent, print pids'): Call it.
+       Replace `gdb_test "break..."' by gdb_breakpoint.
+
+2009-03-13  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.mi/mi-cli.exp: Adjust for output difference in
+       sync and async modes.
+
+2009-03-12  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
+       that was checked in by mistake. Remove loading of ada.exp, since
+       this is not necessary in this case.
+
+2009-03-12  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/ptype_arith_binop.exp: New testcase.
+
+2009-03-12  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/mod_from_name: New testcase.
+
+2009-03-12  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/tick_last_segv: New testcase.
+
+2009-03-12  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.mi/mi-cli.exp: Remove debug print.
+
+2009-03-12  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
+       include the token in ^running and frame info in *stopped.
+
+2009-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * solib-display.exp: New file.
+       * solib-display-main.c: New file.
+       * solib-display-lib.c: New file.
+
+2009-03-05  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
+
+2009-02-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
+       (list_and_check_macro): Use more specific test name.
+       (next to definition): Make the test names unique.
+
+2009-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * gdb.pascal/floats.exp: Accept approximate results everywhere.
+
+2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
+       notifications.
+       * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
+       * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
+       * lib/mi-support.exp (library_loaded_re): New.
+       (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
+
+2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.gdb/observer.exp: Use test_notification observer, not
+       normal_stop, everywhere.
+       (test_normal_stop_notifications): Rename to...
+       (test_notifications): ...this.
+       (test_observer_normal_stop): Rename to...
+       (test_observer): ...this.
+
+2009-02-16  Doug Evans  <dje@google.com>
+
+       * gdb.arch/amd64-disp-step.S (test_int3): New test.
+       * gdb.arch/amd64-disp-step.exp (test_int3): New test.
+       * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
+       (test_prefixed_syscall,test_int3): New tests.
+       * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
+       (test_prefixed_syscall,test_int3): New tests.
+
+2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
+       (mi_expect_interrupt): Likewise.
+       * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
+       response.
+
+2009-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
+       * gdb.base/pc-fp.exp (get_valueofx): Remove.
+       Replace calls to get_valueofx by get_hexadecimal_valueof.
+
+2009-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * lib/gdb.exp (get_valueof): Accept anything as a return value.
+       (get_integer_valueof): New procedure.
+       (get_sizeof): Use new get_integer_value_of.
+       * gdb.base/sizeof.exp: Replace all uses of get_valueof
+       by get_integer_valueof.
+
+2009-02-13  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/remote.exp (get_sizeof): Remove.
+       * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
+       * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
+       * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
+       * lib/gdb.exp (get_valueof): Move from long_long.exp.
+       (get_sizeof): Likewise.
+
+2009-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR fortran/9806
+       * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
+
+2009-02-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
+
+2009-02-06  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
+
+2009-02-06  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * gdb.python/python-cmd.exp: New file.
+
+2009-02-06  Tristan Gingold  <gingold@adacore.com>
+
+       * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
+
+2009-02-05  Tristan Gingold  <gingold@adacore.com>
+
+       * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
+       pointer is dereferenced and use this signal name in regexp.
+       * gdb.base/signull.exp: Ditto.
+       * gdb.base/sigbpt.c (main): Catch SIGBUS too.
+       * gdb.base/signull.c (main): Ditto.
+
+2009-02-04  Tom Tromey  <tromey@redhat.com>
+           Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * gdb.python/python-value.exp: Use `gdb.history' instead of
+       `gdb.value_from_history'.
+       (test_value_numeric_ops): Add test for conversion of enum constant.
+       * gdb.python/python-value.c (enum e): New type.
+       (evalue): New global.
+       (main): Use argv.
+
+2009-02-04  Jerome Guitton  <guitton@adacore.com>
+
+       * gdb.ada/uninitialized_vars: New test program.
+       * gdb.ada/uninitialized_vars.exp: New testcase.
+
+2009-02-02  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.cp/cpcompletion.exp: Name the test "pr9594".
+       * gdb.cp/pr2489.cc: Rename...
+       * gdb.cp/pr9594.cc: ... to this.
+
+2009-02-02  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
+       * gdb.cp/pr2489.cc: New file.
+       * gdb.cp/cpcompletion.exp: New file.
+
+2009-02-02  Tom Tromey  <tromey@redhat.com>
+
+       PR exp/9059:
+       * gdb.cp/call-c.exp: Add regression test.
+       * gdb.cp/call-c.cc (FooHandle): New typedef.
+       (main): New variable 'handle'.
+
+2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * lib/mi-support.exp (et_mi_thread_list)
+       (check_mi_and_console_threads): Adjust for current thread in
+       -thread-list-ids output.
+
+2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.mi/mi-break.exp (test_disabled_creation): New.
+       Call it.
+
+2009-01-28  Doug Evans  <dje@google.com>
+
+       * gdb.arch/amd64-disp-step.S: New file.
+       * gdb.arch/amd64-disp-step.exp: New file.
+       * gdb.arch/i386-disp-step.S: New file.
+       * gdb.arch/i386-disp-step.exp: New file.
+
+2009-01-27  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * gdb.base/find.exp: Set newline variable
+       using quotes instead of braces to fix cygwin failures.
+
+2009-01-23  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.base/radix.exp: Add tests to ensure that that set
+       input-radix 0 and set output-radix 0 are really rejected.
+
+2009-01-23  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
+       copyright years.
+
 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
 
        PR gdb/9664:
This page took 0.038816 seconds and 4 git commands to generate.