X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=4d674590ea08474fe12378b92f2c7b4f3b07a313;hb=a9f116cbf2fb9892ddbc46478b85ebfa99b0074f;hp=aa2eae0c5a659bd77f3e8b86bbf477f5c104db25;hpb=5792e8e37be2f848152115fd4783b0e28b5253ad;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index aa2eae0c5a..4d674590ea 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,203 @@ +2014-09-07 Gabriel Krisman Bertazi + + 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 + + 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 + + PR 15276 + * gdb.python/py-caller-is.c: New file. + * gdb.python/py-caller-is.exp: New file. + +2014-09-05 Sergio Durigan Junior + + 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 + + PR fortran/17237 + * gdb.fortran/print-formatted.exp: New file. + * gdb.fortran/print-formatted.f90: Likewise. + +2014-09-03 Sasha Smundak + + * gdb.python/py-frame.exp: Test Frame.read_register. + +2014-09-03 Sergio Durigan Junior + + PR python/16699 + * gdb.python/py-completion.exp: New file. + * gdb.python/py-completion.py: Likewise. + +2014-08-28 Doug Evans + + * 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 + + * lib/gdb.exp (gdb_compile_shlib): Add support for clang. + +2014-08-25 Doug Evans + + * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type. + (main): Ditto. + +2014-08-25 Doug Evans + + * gdb.threads/thread-execl.exp: #include . + +2014-08-24 Yao Qi + + * 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 + + 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 + + * 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 + + * gdb.threads/gcore-stale-thread.c: New file. + * gdb.threads/gcore-stale-thread.exp: New file. + +2014-08-21 Pedro Alves + + * 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 + Jan Kratochvil + + * 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 + + * 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 + Pedro Alves + + 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 + + * gdb.base/watchpoint-hw-hit-once.c (main): Update comment. + +2014-08-19 Yao Qi + + * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the + right line. + +2014-08-18 David Blaikie + + * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang. + +2014-08-18 Joel Brobecker + + * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound + attribute in array range. + +2014-08-18 Joel Brobecker + + * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files. + +2014-08-15 Siva Chandra Reddy + + PR c++/17132 + * gdb.cp/pr17132.cc: New file. + * gdb.cp/pr17132.exp: New file. + +2014-08-15 Siva Chandra Reddy + + * 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 + + * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns + false. + +2014-08-15 Yao Qi + + * 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 + + * gdb.base/print-symbol-loading.exp (test_load_core): Update. + (test_load_shlib): Update. + +2014-08-09 Yao Qi + + * 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 PR testsuite/13443