* breakpoint.c (condition_completer): New function.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 93e0a0dd5a737a6a125937da72368cad74dd3fdc..d369a2a2630626c4e1dec653de00195450e570ff 100644 (file)
@@ -1,3 +1,222 @@
+2012-06-13  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/condbreak.exp: Add tests for "condition" completion.
+
+2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix regression by the "ambiguous linespec" series.
+       * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
+       tests.
+
+2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
+       missing.
+
+2012-06-11  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
+       location...
+       (main): ...here.
+
+2012-06-07  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.trace/strace.exp: Shorten some too-long lines.
+
+2012-06-06  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/clone-new-thread-event.c: New file.
+       * gdb.threads/clone-new-thread-event.exp: New file.
+
+2012-06-06  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/dprintf.c (main): Add extra parameter when calling
+       printf and fprintf.
+       (bar): New function.  It is a dead function, but to ensure
+       'malloc' is linked explicitly.
+
+2012-06-06  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/info-proc.exp: Return if target doesn't support
+       'info proc'.
+
+2012-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
+       (run program with breakpoint commands): XFAIl if it is not.
+
+2012-06-05  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
+       and add comment.
+       * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
+       * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
+       "STOP" marker.  Adjust testing strategy to make it work on
+       all targets.
+
+       * gdb.base/print-file-var-main.c (main): Rewrite using local
+       variables and adjust get_version_2's return value check.
+       Add small comment.
+       * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
+       marker.  Adjust testing strategy to make it work on all targets.
+
+2012-06-05  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/bad-task-bp-keyword: New testcase.
+
+2012-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
+       Simplify it to ...
+       (symbol-file ${testfile1}): ... here.
+       (test eliminated var my_global_symbol)
+       (test eliminated var my_static_symbol)
+       (test eliminated var my_global_func, get address of main): Wrap them to
+       'single psymtabs' and 'single symtabs'
+       (get address of my_global_symbol, get address of my_static_symbol)
+       (get address of my_global_func, get address of main): Wrap them to
+       'order1' and 'order2'.
+
+       * gdb.base/code_elim.exp
+       (add-symbol-file ${testfile1} 0x100000)
+       (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
+       'order2'.
+       (order1: add-symbol-file ${testfile1} 0x100000)
+       (order1: add-symbol-file ${testfile2} 0x200000)
+       (order2: add-symbol-file ${testfile2} 0x200000)
+       (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
+       .bss as appropriate.
+
+2012-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.server/solib-list-lib.c: New file.
+       * gdb.server/solib-list-main.c: New file.
+       * gdb.server/solib-list.exp: New file.
+
+2012-05-25  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
+       for 'set print symbol' change.
+
+2012-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
+       .debug_abbrev_seg3.
+
+2012-05-24  John Steele Scott  <toojays@toojays.net>
+
+       PR symtab/13277: Resolving opaque structures in ICC generated binaries.
+       * gdb.dwarf2/dw2-icc-opaque.S: New file.
+       * gdb.dwarf2/dw2-icc-opaque.exp: New file.
+
+2012-05-23  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.mi/mi-info-os.exp: New file.
+
+2012-05-23  Keith Seitz  <keiths@redhat.com>
+
+       * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
+       return -1 to suppress the rest of the tests.
+       (compile_stap_bin): Return boolean success value.
+
+2012-05-21  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
+       Remove kfails.
+       (test_print_mi_member_types): Likewise.
+
+2012-05-21  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
+       print symbol' change.
+
+2012-05-18  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
+
+       * gdb.python/py-prompt.exp: Quit if the target is remote.
+
+2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix ERROR: internal buffer is full.
+       * gdb.base/info-os.exp (expect_multiline): New function.
+       (get process list, get process groups, get threads)
+       (get file descriptors, get internet-domain sockets)
+       (get shared-memory regions, get semaphores, get message queues): Use
+       it for these tests.
+
+2012-05-18  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.mi/mi-var-cmd.exp: Update.
+       * gdb.objc/basicclass.exp (do_objc_tests): Update.
+       * gdb.cp/virtbase.exp: Update.
+       * gdb.cp/classes.exp (test_static_members): Update.
+       * gdb.cp/casts.exp: Update.
+       * gdb.base/pointers.exp: Update.
+       * gdb.base/funcargs.exp (pointer_args): Update.
+       (structs_by_reference): Update.
+       * gdb.base/find.exp: Update.
+       * gdb.base/call-strs.exp: Send "set print symbol off".
+       * gdb.base/call-ar-st.exp: Update.
+       * gdb.ada/fun_addr.exp: Update.
+       * gdb.base/printcmds.exp (test_print_symbol): New proc.
+       Call it.
+       (test_print_repeats_10, test_print_strings)
+       (test_print_char_arrays): Update.
+
+2012-05-18  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/charset.exp (string_display): Update.
+
+2012-05-18  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.mi/mi2-var-display.exp: Update.
+       * gdb.mi/mi-var-display.exp: Update.
+       * gdb.mi/mi-var-child.exp: Update.
+       * gdb.cp/expand-psymtabs-cxx.exp: Update.
+       * gdb.cp/cp-relocate.exp (get_func_address): Update.
+
+2012-05-17  Doug Evans  <dje@google.com>
+
+       * info-macros.exp: Pass "debug" to prepare_for_testing.
+
+       * Makefile.in (clean): Remove Fission .dwo and .dwp files.
+       * gdb.ada/Makefile.in (clean): Ditto.
+       * gdb.arch/Makefile.in (clean): Ditto.
+       * gdb.asm/Makefile.in (clean): Ditto.
+       * gdb.base/Makefile.in (clean): Ditto.
+       * gdb.cell/Makefile.in (clean): Ditto.
+       * gdb.cp/Makefile.in (clean): Ditto.
+       * gdb.disasm/Makefile.in (clean): Ditto.
+       * gdb.dwarf2/Makefile.in (clean): Ditto.
+       * gdb.fortran/Makefile.in (clean): Ditto.
+       * gdb.go/Makefile.in (clean): Ditto.
+       * gdb.hp/Makefile.in (clean): Ditto.
+       * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
+       * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
+       * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
+       * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
+       * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
+       * gdb.java/Makefile.in (clean): Ditto.
+       * gdb.linespec/Makefile.in (clean): Ditto.
+       * gdb.mi/Makefile.in (clean): Ditto.
+       * gdb.modula2/Makefile.in (clean): Ditto.
+       * gdb.multi/Makefile.in (clean): Ditto.
+       * gdb.objc/Makefile.in (clean): Ditto.
+       * gdb.opencl/Makefile.in (clean): Ditto.
+       * gdb.opt/Makefile.in (clean): Ditto.
+       * gdb.pascal/Makefile.in (clean): Ditto.
+       * gdb.python/Makefile.in (clean): Ditto.
+       * gdb.reverse/Makefile.in (clean): Ditto.
+       * gdb.server/Makefile.in (clean): Ditto.
+       * gdb.stabs/Makefile.in (clean): Ditto.
+       * gdb.threads/Makefile.in (clean): Ditto.
+       * gdb.trace/Makefile.in (clean): Ditto.
+       * gdb.xml/Makefile.in (clean): Ditto.
+
+2012-05-16  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/macscp1.c (macscp_expr): Add comment.
+       * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
+
 2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
 
        * gdb.base/return-nodebug.exp: Also test float and double types.
This page took 0.038143 seconds and 4 git commands to generate.