Fix PR gdb/17035: "show user" doesn't list user-defined commands that
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index aa2eae0c5a659bd77f3e8b86bbf477f5c104db25..4d674590ea08474fe12378b92f2c7b4f3b07a313 100644 (file)
@@ -1,3 +1,203 @@
+2014-09-07  Gabriel Krisman Bertazi  <gabriel@krisman.be>
+
+       PR gdb/17035
+       * gdb.base/commands.exp: Add tests to verify user-defined
+       commands with empty bodies.
+       * gdb.python/py-cmd.exp: Test that we don't show user-defined
+       python commands in `show user command`.
+       * gdb.python/scm-cmd.exp: Test that we don't show user-defined
+       scheme commands in `show user command`.
+
+2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR python/17355
+       * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
+       * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
+       * gdb.python/py-framefilter-invalidarg.exp: New file.
+       * gdb.python/py-framefilter-invalidarg.py: New file.
+
+2014-09-06  Doug Evans  <xdje42@gmail.com>
+
+       PR 15276
+       * gdb.python/py-caller-is.c: New file.
+       * gdb.python/py-caller-is.exp: New file.
+
+2014-09-05  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       PR gdb/17235
+       * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
+       * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
+
+2014-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       PR fortran/17237
+       * gdb.fortran/print-formatted.exp: New file.
+       * gdb.fortran/print-formatted.f90: Likewise.
+
+2014-09-03  Sasha Smundak  <asmundak@google.com>
+
+       * gdb.python/py-frame.exp: Test Frame.read_register.
+
+2014-09-03  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       PR python/16699
+       * gdb.python/py-completion.exp: New file.
+       * gdb.python/py-completion.py: Likewise.
+
+2014-08-28  Doug Evans  <dje@google.com>
+
+       * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
+       eax,etc. are live with values set by gdb and thus the compiler can't
+       use them.
+       * gdb.arch/i386-pseudo.c (main): Ditto.
+
+2014-08-27  Doug Evans  <dje@google.com>
+
+       * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
+
+2014-08-25  Doug Evans  <dje@google.com>
+
+       * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
+       (main): Ditto.
+
+2014-08-25  Doug Evans  <dje@google.com>
+
+       * gdb.threads/thread-execl.exp: #include <stdio.h>.
+
+2014-08-24  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.guile/scm-value.exp (test_lazy_strings): Set print
+       symbol off.
+       * gdb.python/py-value.exp (test_lazy_strings): Likewise.
+
+2014-08-22  Doug Evans  <dje@google.com>
+
+       PR 17276
+       * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
+       * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
+       * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
+
+2014-08-22  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
+       * gdb.python/py-finish-breakpoint2.exp: Likewise.
+       * gdb.python/python.exp: Likewise.  Use .py file on the host
+       instead of the build.
+
+2014-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.threads/gcore-stale-thread.c: New file.
+       * gdb.threads/gcore-stale-thread.exp: New file.
+
+2014-08-21  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
+       * gdb.base/gcore-relro-pie.exp: Likewise.
+       * gdb.base/gcore-relro.exp: Likewise.
+       * gdb.base/gcore.exp: Likewise.
+       * gdb.base/print-symbol-loading.exp: Likewise.
+       * gdb.threads/gcore-thread.exp: Likewise.
+       * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
+
+2014-08-20  Pedro Alves  <palves@redhat.com>
+           Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * Makefile.in (EXTRA_RULES, CC): New variables, get from
+       configure.
+       (EXPECT): Handle READ1 being set.
+       (all): Depend on EXTRA_RULES.
+       (check-read1, expect-read1, read1.so, read1): New rules.
+       * README (Testsuite Parameters): Document the READ1 make variable.
+       (Race detection): New section.
+       * configure: Regenerate.
+       * configure.ac: If build==host==target, and running under a
+       GNU/glibc system, add read1 to the extra Makefile rules.
+       (EXTRA_RULES): AC_SUBST it.
+       * lib/read1.c: New file.
+
+2014-08-20  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.dwarf2/data-loc.exp: Add additional tests exercising
+       the handling of variables declared as a typedef to an array
+       which a DW_AT_data_location attribute.
+
+2014-08-19  Andrew Burgess  <aburgess@broadcom.com>
+           Pedro Alves  <palves@redhat.com>
+
+       PR symtab/14604
+       PR symtab/14605
+       * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
+       gdb_test.
+
+2014-08-19  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
+
+2014-08-19  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
+       right line.
+
+2014-08-18  David Blaikie  <dblaikie@gmail.com>
+
+       * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
+
+2014-08-18  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
+       attribute in array range.
+
+2014-08-18  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
+
+2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
+
+       PR c++/17132
+       * gdb.cp/pr17132.cc: New file.
+       * gdb.cp/pr17132.exp: New file.
+
+2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
+
+       * gdb.python/py-xmethods.py (A_getarrayind)
+       (E_method_char_worker.__call__, E_method_int_worker.__call__):
+       Use 'print' with function call syntax.
+       (E_method_matcher.match): Fix tab vs space indentation mixup.
+
+2014-08-15  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
+       false.
+
+2014-08-15  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.cp/casts.exp: Set print symbol off.
+       * gdb.cp/class2.exp: Likewise.
+       * gdb.cp/overload.exp: Likewise.
+       * gdb.cp/templates.exp: Likewise.
+
+2014-08-11  Doug Evans  <dje@google.com>
+
+       * gdb.base/print-symbol-loading.exp (test_load_core): Update.
+       (test_load_shlib): Update.
+
+2014-08-09  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/display.exp: Invoke is_address_zero_readable.
+       * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
+       * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
+       * gdb.base/hbreak-unmapped.exp: Return if
+       is_address_zero_readable returns true.
+       * gdb.base/signest.exp: Likewise.
+       * gdb.base/signull.exp: Likewise.
+       * gdb.base/sigbpt.exp: Likewise.
+       * gdb.guile/scm-disasm.exp: Do the test if
+       is_address_zero_readable returns false.
+       * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
+       * gdb.python/py-arch.exp: Likewise.
+       * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
+       * lib/gdb.exp (is_address_zero_readable): New proc.
+
 2014-08-09  Yao Qi  <yao@codesourcery.com>
 
        PR testsuite/13443
This page took 0.028292 seconds and 4 git commands to generate.