6bb90213cb
Loading a core dump that was either generated on a system running pristine glibc master, or on a Fedora/RHEL system with LD_DEBUG=unused set in the environment, solib-svr4.c:svr4_current_sos fails to filter out the vDSO, resulting in: (gdb) core-file corefile.core^M [New LWP 2362]^M warning: Could not load shared library symbols for linux-vdso.so.1.^M Do you need "set solib-search-path" or "set sysroot"?^M Core was generated by `build-gdb/gdb/testsuite/outputs/gdb.base/corefile/'.^M ... The problem is that gdbarch_vsyscall_range does not support core inferiors at all. When live debugging, we're finding the vDSO's start address with auxv/AT_SYSINFO_EHDR, and then we find the vDSO's size by look for the corresponding mapping, by parsing /proc/PID/maps. When debugging a core dump, we can also determine the starting address from auxv/AT_SYSINFO_EHDR. However, we obviously can't read the core mappings out of the host's /proc. But we can instead look for a corresponding load segment in the core's bfd. gdb/ChangeLog: 2016-08-22 Pedro Alves <palves@redhat.com> PR gdb/20505 * linux-tdep.c (linux_vsyscall_range_raw): For core inferiors, find the vDSO's start address with AT_SYSINFO_EHDR too, and determine the vDSO's size by finding the PT_LOAD segment that matches AT_SYSINFO_EHDR. gdb/testsuite/ChangeLog: 2016-08-22 Pedro Alves <palves@redhat.com> PR gdb/20505 * gdb.base/vdso-warning.exp: Test core dumps too. Use with_test_prefix. Factor out bits to ... (test_no_vdso): ... this new procedure.
8932 lines
287 KiB
Text
8932 lines
287 KiB
Text
2016-08-22 Pedro Alves <palves@redhat.com>
|
||
|
||
PR gdb/20505
|
||
* gdb.base/vdso-warning.exp: Test core dumps too. Use
|
||
with_test_prefix. Factor out bits to ...
|
||
(test_no_vdso): ... this new procedure.
|
||
|
||
2016-08-19 Carl Love <cel@us.ibm.com>
|
||
|
||
* gdb.arch/altivec-regs.exp: Use standard_testfile instead of
|
||
maintaining separate logic for constructing the output path.
|
||
* gdb.arch/powerpc-d128-regs.exp: Likewise.
|
||
* gdb.arch/ppc-dfp.exp: Likewise.
|
||
* gdb.arch/ppc-fp.exp: Likewise.
|
||
* gdb.arch/vsx-regs.exp: Likewise.
|
||
* gdb.arch/altivec-abi.exp: Likewise, plus added local variable
|
||
binprefix for generating the additional binary files.
|
||
|
||
2016-08-19 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.trace/mi-trace-frame-collected.exp
|
||
(test_trace_frame_collected): On x32, expect two registers.
|
||
|
||
2016-08-18 Carl Love <cel@us.ibm.com>
|
||
|
||
* gdb.arch/powerpc-power.s: Add new Power9 instruction tests
|
||
and sync up the test with tests in gas/testsuite/gas/ppc.
|
||
* gdb.arch/powerpc-power.exp: Likewise.
|
||
|
||
2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
|
||
expected error message.
|
||
|
||
2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.multi/remove-inferiors.exp: New file.
|
||
* gdb.multi/remove-inferiors.c: New file.
|
||
|
||
2016-08-12 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
|
||
argument list.
|
||
|
||
2016-08-10 Pedro Alves <palves@redhat.com>
|
||
|
||
PR gdb/19187
|
||
* gdb.reverse/waitpid-reverse.exp: Add comment and remove
|
||
setup_kfails.
|
||
|
||
2016-08-09 Pedro Alves <palves@redhat.com>
|
||
Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
PR gdb/20418
|
||
* gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
|
||
* lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
|
||
|
||
2016-08-09 Pedro Alves <palves@redhat.com>
|
||
|
||
PR mi/20431
|
||
* gdb.mi/mi-cmd-error.exp: New file.
|
||
|
||
2016-08-09 Pedro Alves <palves@redhat.com>
|
||
|
||
PR gdb/18653
|
||
* gdb.base/signals-state-child.c: New file.
|
||
* gdb.base/signals-state-child.exp: New file.
|
||
* gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
|
||
|
||
2016-08-09 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
|
||
|
||
2016-08-03 Tom Tromey <tom@tromey.com>
|
||
|
||
PR python/18565:
|
||
* gdb.python/py-frame-inline.exp: Add Frame.function test.
|
||
|
||
2016-08-01 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.threads/process-dies-while-detaching.exp (do_test): Set
|
||
variable mode to "multi-process" if $multi_process is 1, otherwise
|
||
set it to "single-process".
|
||
|
||
2016-08-01 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.cp/anon-struct.exp: Check is_aarch32_target.
|
||
* gdb.cp/cpexprs.exp: Likewise.
|
||
* gdb.cp/m-static.exp: Likewise.
|
||
|
||
2016-07-26 Tom Tromey <tom@tromey.com>
|
||
|
||
PR python/20190:
|
||
* gdb.threads/tls.exp (check_thread_local): Add python symbol
|
||
test.
|
||
|
||
2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/record_goto.exp: se is_amd64_regs_target for
|
||
selecting assembly source files.
|
||
* gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
|
||
assembly source files.
|
||
* gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
|
||
assembly source files.
|
||
* gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
|
||
selecting assembly source files.
|
||
|
||
2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.base/new-ui.exp (do_test_invalid_args): New
|
||
procedure.
|
||
|
||
2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
|
||
|
||
* gdb.btrace/reconnect.c: New file.
|
||
* gdb.btrace/reconnect.exp: New file.
|
||
|
||
2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
|
||
|
||
* gdb.base/catch-syscall.exp (do_syscall_tests): Add call
|
||
to test_catch_syscall_group.
|
||
(test_catch_syscall_group): New.
|
||
|
||
2016-07-21 Tom Tromey <tom@tromey.com>
|
||
|
||
* gdb.rust/simple.rs (main): Use empty struct expression.
|
||
* gdb.rust/simple.exp: Add tests for empty struct expression.
|
||
|
||
2016-07-21 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
|
||
if gdb_skip_xml_test is true on some targets.
|
||
|
||
2016-07-21 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.server/solib-list.exp: Unset last_loaded_file.
|
||
|
||
2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
|
||
"step into captured_main (args)".
|
||
|
||
2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
|
||
|
||
2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.python/py-unwind.exp: Test also ![is_lp64_target].
|
||
|
||
2016-07-19 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.opt/inline-break.exp: Remove optimize=-O2.
|
||
* gdb.opt/inline-bt.exp: Likewise.
|
||
* gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
|
||
additional_flags=-Winline.
|
||
* gdb.opt/inline-locals.exp: Likewise.
|
||
* gdb.opt/inline-markers.c (ATTR): Define.
|
||
(inlined_fn): Use it.
|
||
|
||
2016-07-19 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
|
||
(test_with_self): Remove some code. Remove argument executable.
|
||
(top-level): Use do_self_tests.
|
||
|
||
2016-07-15 Zachary Welch <zwelch@codesourcery.com>
|
||
Don Breazeal <donb@codesourcery.com>
|
||
|
||
* gdb.base/maint.exp: Escape paths used in regular expressions.
|
||
* gdb.stabs/weird.exp: Likewise.
|
||
|
||
2016-07-13 Tom Tromey <tom@tromey.com>
|
||
|
||
PR python/15620, PR python/18620:
|
||
* gdb.python/py-breakpoint.exp (connect_event, check_last_event)
|
||
(test_bkpt_events): New procs.
|
||
|
||
2016-07-13 Tom Tromey <tom@tromey.com>
|
||
|
||
PR python/17698:
|
||
* gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
|
||
test.
|
||
(test_watchpoints): Likewise.
|
||
(test_bkpt_pending): New proc.
|
||
|
||
2016-07-13 Tom Tromey <tom@tromey.com>
|
||
|
||
PR cli/18053:
|
||
* gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
|
||
completion test.
|
||
|
||
2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
|
||
* gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
|
||
* gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
|
||
f_label.
|
||
(g): Rename g_end_lbl to g_label.
|
||
* gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
|
||
low_pc and high_pc.
|
||
* gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
|
||
|
||
2016-07-12 Tom Tromey <tom@tromey.com>
|
||
|
||
PR python/19293:
|
||
* gdb.python/py-unwind-maint.exp: Update tests.
|
||
|
||
2016-07-12 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* lib/selftest-support.exp (selftest_setup): Match the output
|
||
when captured_main is inlined.
|
||
|
||
2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
|
||
|
||
* gdb.fortran/derived-types.exp (result_line, result_line_2):
|
||
New variables.
|
||
(print this%a, print this%b, print this): New tests.
|
||
* gdb.fortran/derived-types.f90 (this): New object and
|
||
initialization.
|
||
|
||
2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.ada/arraydim.exp: Remove extra directory level in build
|
||
directory.
|
||
|
||
2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* lib/ada.exp: Remove extra directory level in build directory.
|
||
* gdb.ada/cond_lang.exp: Likewise.
|
||
* gdb.ada/exec_changed.exp: Likewise.
|
||
* gdb.ada/lang_switch.exp: Likewise.
|
||
|
||
2016-07-06 Manish Goregaokar <manish@mozilla.com>
|
||
|
||
* simple.rs: Add test for raw pointer subscripting
|
||
* simple.exp: Add test expectations
|
||
|
||
2016-07-05 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.mi/mi-reverse.exp: Match =record-started output.
|
||
|
||
2016-07-01 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/jit-reader.exp (info_registers_current_frame): New
|
||
procedure.
|
||
(jit_reader_test): Test the jit reader's unwinder.
|
||
* gdb.base/jithost.c (jit_function_00_code): New global.
|
||
(main): Use memcpy to fill in the mmapped code, instead of poking
|
||
bytes manually here.
|
||
* gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
|
||
value.
|
||
(read_debug_info): Save the function's range.
|
||
(read_sp): New function.
|
||
(unwind_frame): Use it. Also unwind RBP.
|
||
(get_frame_id): Use read_sp.
|
||
(gdb_init_reader): Use calloc instead of malloc.
|
||
* lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
|
||
parameter. Use gdb_test_multiple.
|
||
|
||
2016-07-01 Pedro Alves <palves@redhat.com>
|
||
Antoine Tremblay <antoine.tremblay@ericsson.com>
|
||
|
||
* gdb.threads/process-dies-while-detaching.c: New file.
|
||
* gdb.threads/process-dies-while-detaching.exp: New file.
|
||
|
||
2016-07-01 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.multi/watchpoint-multi-exit.c: New file.
|
||
* gdb.multi/watchpoint-multi-exit.exp: New file.
|
||
|
||
2016-06-30 Pedro Alves <palves@redhat.com>
|
||
|
||
* lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
|
||
unset inferior_spawn_id.
|
||
|
||
2016-06-30 Pedro Alves <palves@redhat.com>
|
||
|
||
* lib/mi-support.exp (default_mi_gdb_start): Declare global
|
||
FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
|
||
|
||
2016-06-29 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/return.c: Add copyright header.
|
||
|
||
2016-06-29 Tom Tromey <tom@tromey.com>
|
||
|
||
PR python/20129:
|
||
* gdb.python/py-framefilter.exp: Add tests for setting priority
|
||
and disabling of non-existent frame filter.
|
||
|
||
2016-06-29 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
|
||
0x0f07ff.
|
||
|
||
2016-06-28 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/catch-syscall.exp: Remove check on isnative and target
|
||
triplets. Start gdb, execute catch syscall, and continue. Check
|
||
gdb's output to determine catch syscall is supported.
|
||
|
||
2016-06-27 Manish Goregaokar <manish@mozilla.com>
|
||
|
||
* gdb.rust/simple.rs: Add test for returning unit in a function.
|
||
* gdb.rust/simple.exp: Add expectation for functions returning
|
||
unit.
|
||
|
||
2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
|
||
|
||
* gdb.python/py-breakpoint-create-fail.c,
|
||
gdb.python/py-breakpoint-create-fail.exp,
|
||
gdb.python/py-breakpoint-create-fail.py: New testcase.
|
||
|
||
2016-06-25 Manish Goregaokar <manish@mozilla.com>
|
||
|
||
PR gdb/20239
|
||
* gdb.rust/simple.rs: Add more tests for printing NonZero enums.
|
||
* gdb.rust/simple.exp: Add test expectations for new NonZero
|
||
tests.
|
||
|
||
2016-06-24 David Taylor <dtaylor@emc.com>
|
||
|
||
* gdb.base/offsets.exp: New file.
|
||
* gdb.base/offsets.c: New file.
|
||
|
||
2016-06-23 Tom Tromey <tom@tromey.com>
|
||
|
||
PR gdb/16483:
|
||
* gdb.python/py-framefilter.exp: Add "info frame-filter" test
|
||
before any filters are loaded.
|
||
|
||
2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
|
||
|
||
* gdb.fortran/derived-type.exp (print q): Add fields to the output.
|
||
* gdb.fortran/vla-type.exp (print twov): Fix vla tests with
|
||
structs.
|
||
* gdb.fortran/derived-type-function.exp: New file.
|
||
* gdb.fortran/derived-type-function.f90: New file.
|
||
|
||
|
||
2016-06-21 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/new-ui.exp: New file.
|
||
* lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
|
||
* lib/gdb.exp (switch_gdb_spawn_id): ... here.
|
||
(with_spawn_id): New procedure.
|
||
|
||
2016-06-21 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.mi/mi-exec-run.exp: New file.
|
||
|
||
2016-06-21 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
|
||
breakpoint command's output on the main UI.
|
||
(test_break): New procedure, factored out from calls in the top
|
||
level.
|
||
(top level): Use foreach_with_prefix to test MI as main UI and as
|
||
separate UI.
|
||
|
||
2016-06-21 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
|
||
(test_awatch_creation_and_listing)
|
||
(test_rwatch_creation_and_listing, test_watchpoint_triggering):
|
||
Remove 'type' parameter.
|
||
(test_watchpoint_all): New parameter mi_mode. Remove
|
||
with_test_prefix.
|
||
(top level): Use foreach_with_prefix, and add main/separate UI MI
|
||
testing axis.
|
||
|
||
2016-06-21 Pedro Alves <palves@redhat.com>
|
||
|
||
* README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
|
||
* lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
|
||
* lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
|
||
gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
|
||
(gdb_main_spawn_id, mi_spawn_id): Declare and
|
||
comment.
|
||
(mi_create_inferior_pty): New procedure,
|
||
factored out from default_mi_gdb_start.
|
||
(switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
|
||
procedures.
|
||
(default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
|
||
separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
|
||
Use mi_create_inferior_pty.
|
||
(mi_gdb_start): Use eval to pass down args list.
|
||
|
||
2016-06-21 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.opt/inline-cmds.c: Add "set mi break here" marker.
|
||
* gdb.opt/inline-cmds.exp: Add MI tests.
|
||
|
||
2016-06-21 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
|
||
|
||
2016-06-21 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
|
||
(top level): Use it instead of mi_execute_to.
|
||
|
||
2016-06-21 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.python/py-mi-events-gdb.py (stop_handler_str)
|
||
(cont_handler_str): New.
|
||
(signal_stop_handler): Set stop_handler_str instead of printing to
|
||
stdout.
|
||
(continue_handler): Set cont_handler_str instead of printing to
|
||
stdout.
|
||
* gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
|
||
mi_send_resuming_command. Print stop_handler_str and
|
||
cont_handler_str instead of expecting the python events print
|
||
directly.
|
||
|
||
2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
|
||
|
||
* gdb.base/jit-reader.exp: New file.
|
||
* gdb.base/jithost.c: New file.
|
||
* gdb.base/jithost.h: New file.
|
||
* gdb.base/jitreader.c : New file.
|
||
* gdb.base/jit-protocol.h: New file.
|
||
|
||
2016-06-17 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
|
||
parameters follow_fork and detach_on_fork. Set follow-fork-mode
|
||
and detach-on-fork. Adjust tests.
|
||
(top level): Invoke break_cond_on_syscall with combinations of
|
||
syscall, follow-fork-mode and detach-on-fork.
|
||
|
||
2016-06-17 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/step-over-exit.c: New.
|
||
* gdb.base/step-over-exit.exp: New.
|
||
|
||
2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
|
||
|
||
* gdb.base/float.exp: Add target check for nds32*-*-*.
|
||
* gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
|
||
|
||
2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
|
||
|
||
* gdb.base/call-ar-st.exp: Report unsupported rather than xfail
|
||
for unsupported target features.
|
||
* gdb.base/call-rt-st.exp: Likewise.
|
||
* gdb.base/call-sc.exp: Likewise.
|
||
* gdb.base/call-signal-resume.exp: Likewise.
|
||
* gdb.base/call-strs.exp: Likewise.
|
||
* gdb.base/callexit.exp: Likewise.
|
||
* gdb.base/callfuncs.exp: Likewise.
|
||
* gdb.base/nodebug.exp: Likewise.
|
||
* gdb.base/printcmds.exp: Likewise.
|
||
* gdb.base/ptype.exp: Likewise.
|
||
* gdb.base/structs.exp: Likewise.
|
||
* gdb.base/unwindonsignal.exp: Likewise.
|
||
* gdb.cp/gdb2495.exp: Likewise.
|
||
* gdb.cp/templates.exp: Likewise.
|
||
* gdb.cp/virtfunc.exp: Likewise.
|
||
* gdb.threads/hand-call-in-threads.exp: Likewise.
|
||
* gdb.threads/interrupted-hand-call.exp: Likewise.
|
||
* gdb.threads/thread-unwindonsignal.exp: Likewise.
|
||
|
||
2016-06-10 Tom Tromey <tom@tromey.com>
|
||
|
||
PR rust/20110:
|
||
* gdb.rust/expr.exp: Add test for integer constant larger than
|
||
i32.
|
||
|
||
2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
|
||
|
||
* gdb.fortran/nested-funcs.exp: New.
|
||
* gdb.fortran/nested-funcs.f90: New.
|
||
|
||
2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
|
||
|
||
* gdb.base/examine-backward.c: New file.
|
||
* gdb.base/examine-backward.exp: New file.
|
||
|
||
2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.mi/mi-record-changed.exp: Adjust =record-started output
|
||
matching.
|
||
|
||
2016-06-02 Tom Tromey <tom@tromey.com>
|
||
|
||
PR python/18984:
|
||
* gdb.python/py-shared.exp: Add solib_name test.
|
||
|
||
2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
|
||
|
||
2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
|
||
|
||
PR c++/19893
|
||
* gdb.dwarf2/implref.exp: Rename to...
|
||
* gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
|
||
* gdb.dwarf2/implref-array.c: New file.
|
||
* gdb.dwarf2/implref-array.exp: Likewise.
|
||
* gdb.dwarf2/implref-global.c: Likewise.
|
||
* gdb.dwarf2/implref-global.exp: Likewise.
|
||
* gdb.dwarf2/implref-struct.c: Likewise.
|
||
* gdb.dwarf2/implref-struct.exp: Likewise.
|
||
|
||
2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
|
||
|
||
* gdb.trace/trace-condition.exp: Add 64bit tests.
|
||
|
||
2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
|
||
|
||
* gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
|
||
bits types.
|
||
(main): Adapt to 8 to 64 bits types.
|
||
* gdb.trace/trace-condition.exp: Add new tests.
|
||
|
||
2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
|
||
|
||
* gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
|
||
|
||
2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
|
||
|
||
* gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
|
||
Move condition tests...
|
||
* gdb.trace/trace-condition.exp: Here.
|
||
|
||
2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
|
||
|
||
* gdb.trace/trace-condition.exp: Add counter-case tests.
|
||
|
||
2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
PR c++/15231
|
||
* gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
|
||
* gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
|
||
|
||
2016-05-27 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
|
||
New procedure.
|
||
(top level): Call it, and bail out of DejaGnu is known to be bad.
|
||
|
||
2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
|
||
|
||
* gdb.base/whatis.c: Extend the test case.
|
||
* gdb.base/whatis.exp: Add additional tests.
|
||
|
||
2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
|
||
|
||
* gdb.fortran/type.f90: Add pointer variable.
|
||
* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
|
||
|
||
2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
|
||
|
||
* gdb.fortran/vla-type.exp: Fix testcase name.
|
||
|
||
2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
|
||
|
||
* gdb.fortran/vla-type.exp: Access elements in nested structs.
|
||
|
||
2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
|
||
|
||
* gdb.fortran/type.f90: Add nested structures.
|
||
* gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
|
||
* gdb.fortran/derived-type.exp: Adapt expected output.
|
||
* gdb.fortran/vla-type.exp: Adapt expected output.
|
||
|
||
2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
|
||
|
||
* gdb.fortran/whatis_type.exp: Adapt expected output.
|
||
|
||
2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
|
||
|
||
* gdb.fortran/print_type.exp: Fix expected output.
|
||
* gdb.fortran/whatis_type.exp: Fix expected output.
|
||
|
||
2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
|
||
|
||
* gdb.fortran/whatis_type.exp: Use multi_line.
|
||
|
||
2016-05-24 Tom Tromey <tom@tromey.com>
|
||
|
||
PR python/17386:
|
||
* gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
|
||
use value as an index.
|
||
|
||
2016-05-23 Tom Tromey <tom@tromey.com>
|
||
|
||
PR python/17981:
|
||
* gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
|
||
no-breakpoint case.
|
||
|
||
2016-05-24 Pedro Alves <palves@redhat.com>
|
||
|
||
PR gdb/19828
|
||
* gdb.threads/clone-attach-detach.c: New file.
|
||
* gdb.threads/clone-attach-detach.exp: New file.
|
||
|
||
2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
|
||
|
||
* gdb.base/annota-input-while-running.exp: Fix syntax error.
|
||
|
||
2016-05-23 Tom Tromey <tom@tromey.com>
|
||
|
||
PR python/19438, PR python/18393:
|
||
* gdb.python/py-progspace.exp: Add "dir" test.
|
||
* gdb.python/py-objfile.exp: Add "dir" test.
|
||
|
||
2016-05-23 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.arch/thumb-prologue.exp: Use standard_testfile.
|
||
* gdb.arch/thumb2-it.exp: Likewise.
|
||
|
||
2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.mi/mi-threads-interrupt.c: New file.
|
||
* gdb.mi/mi-threads-interrupt.exp: New file.
|
||
|
||
2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
PR gdb/18077
|
||
* gdb.mi/mi-async-run.exp: New file.
|
||
* gdb.mi/mi-async-run.c: New file.
|
||
|
||
2016-05-17 Tom Tromey <tom@tromey.com>
|
||
Manish Goregaokar <manishsmail@gmail.com>
|
||
|
||
* lib/rust-support.exp: New file.
|
||
* lib/gdb.exp (skip_rust_tests): New proc.
|
||
(build_executable_from_specs): Handle rust.
|
||
* lib/future.exp (gdb_find_rustc): New proc.
|
||
(gdb_default_target_compile): Handle rust.
|
||
* gdb.rust/expr.exp: New file.
|
||
* gdb.rust/generics.exp: New file.
|
||
* gdb.rust/generics.rs: New file.
|
||
* gdb.rust/methods.exp: New file.
|
||
* gdb.rust/methods.rs: New file.
|
||
* gdb.rust/modules.exp: New file.
|
||
* gdb.rust/modules.rs: New file.
|
||
* gdb.rust/simple.exp: New file.
|
||
* gdb.rust/simple.rs: New file.
|
||
|
||
2016-05-17 Tom Tromey <tom@tromey.com>
|
||
|
||
* gdb.base/default.exp (set language): Add rust.
|
||
|
||
2016-05-17 Tom Tromey <tom@tromey.com>
|
||
|
||
* gdb.gdb/unittest.exp: New file.
|
||
|
||
2016-05-16 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/batch-preserve-term-settings.exp: Remove variable
|
||
shell_prompt. Update shell_prompt_re.
|
||
|
||
2016-05-12 Doug Evans <dje@google.com>
|
||
|
||
PR symtab/19999
|
||
* lib/dwarf.exp (build_executable_from_fission_assembler): Pass
|
||
$options when building executable.
|
||
* gdb.dwarf2/fission-loclists-pie.S: New file.
|
||
* gdb.dwarf2/fission-loclists-pie.exp: New file.
|
||
|
||
2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
|
||
of [is_remote target],
|
||
|
||
2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* lib/gdb.exp (use_gdb_stub): New procedure.
|
||
|
||
2016-05-03 Yunlian Jiang <yunlian@google.com>
|
||
Doug Evans <dje@google.com>
|
||
|
||
PR symtab/19914
|
||
* gdb.dwarf2/dwp-sepdebug.c: New file.
|
||
* gdb.dwarf2/dwp-sepdebug.exp: New file.
|
||
|
||
2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.base/detach.exp: Remove is_remote check.
|
||
|
||
2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.base/annota-input-while-running.exp: Don't check for
|
||
[is_remote target]. Enable annotations after running to main.
|
||
Remove unused "set test..." line.
|
||
|
||
2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.trace/trace-enable-disable.exp: New file.
|
||
* gdb.trace/trace-enable-disable.c: New file.
|
||
|
||
2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
|
||
use it in info sharedlibrary test.
|
||
* gdb.trace/ftrace-lock.exp: Likewise.
|
||
* gdb.trace/ftrace.exp: Likewise.
|
||
* gdb.trace/range-stepping.exp: Likewise.
|
||
* gdb.trace/trace-break.exp: Likewise.
|
||
* gdb.trace/trace-condition.exp: Likewise.
|
||
* gdb.trace/trace-mt.exp: Likewise.
|
||
|
||
2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* lib/gdb.exp (gdb_load_shlibs): Rename to...
|
||
(gdb_load_shlib): ... this.
|
||
* gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
|
||
gdb_load_shlib.
|
||
* gdb.base/catch-load.exp (one_catch_load_test): Likewise.
|
||
* gdb.base/ctxobj.exp: Likewise.
|
||
* gdb.base/dprintf-pending.exp: Likewise.
|
||
* gdb.base/dso2dso.exp: Likewise.
|
||
* gdb.base/fixsection.exp: Likewise.
|
||
* gdb.base/gcore-relro.exp: Likewise.
|
||
* gdb.base/gdb1555.exp: Likewise.
|
||
* gdb.base/global-var-nested-by-dso.exp: Likewise.
|
||
* gdb.base/gnu-ifunc.exp: Likewise.
|
||
* gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
|
||
* gdb.base/jit-so.exp (one_jit_test): Likewise.
|
||
* gdb.base/pending.exp: Likewise.
|
||
* gdb.base/print-file-var.exp: Likewise.
|
||
* gdb.base/print-symbol-loading.exp: Likewise.
|
||
* gdb.base/shlib-call.exp: Likewise.
|
||
* gdb.base/shreloc.exp: Likewise.
|
||
* gdb.base/so-impl-ld.exp: Likewise.
|
||
* gdb.base/solib-disc.exp: Likewise.
|
||
* gdb.base/solib-nodir.exp: Likewise.
|
||
* gdb.base/solib-overlap.exp: Likewise.
|
||
* gdb.base/solib-symbol.exp: Likewise.
|
||
* gdb.base/solib-weak.exp (do_test): Likewise.
|
||
* gdb.base/sym-file.exp: Likewise.
|
||
* gdb.base/symtab-search-order.exp: Likewise.
|
||
* gdb.base/type-opaque.exp: Likewise.
|
||
* gdb.base/unload.exp: Likewise.
|
||
* gdb.base/watchpoint-solib.exp: Likewise.
|
||
* gdb.compile/compile.exp: Likewise.
|
||
* gdb.cp/gdb2384.exp: Likewise.
|
||
* gdb.cp/infcall-dlopen.exp: Likewise.
|
||
* gdb.cp/re-set-overloaded.exp: Likewise.
|
||
* gdb.fortran/library-module.exp: Likewise.
|
||
* gdb.opt/solib-intra-step.exp: Likewise.
|
||
* gdb.python/py-finish-breakpoint.exp: Likewise.
|
||
* gdb.python/py-shared.exp: Likewise.
|
||
* gdb.reverse/solib-precsave.exp: Likewise.
|
||
* gdb.reverse/solib-reverse.exp: Likewise.
|
||
* gdb.server/solib-list.exp: Likewise.
|
||
* gdb.threads/dlopen-libpthread.exp: Likewise.
|
||
* gdb.threads/tls-shared.exp: Likewise.
|
||
* gdb.threads/tls-so_extern.exp: Likewise.
|
||
* gdb.trace/change-loc.exp: Likewise.
|
||
* gdb.trace/ftrace-lock.exp: Likewise.
|
||
* gdb.trace/ftrace.exp: Likewise.
|
||
* gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
|
||
* gdb.trace/pending.exp: Likewise.
|
||
* gdb.trace/range-stepping.exp: Likewise.
|
||
* gdb.trace/strace.exp (strace_remove_socket): Likewise.
|
||
(strace_info_marker): Likewise.
|
||
(strace_probe_marker): Likewise.
|
||
(strace_trace_on_same_addr): Likewise.
|
||
(strace_trace_on_diff_addr): Likewise.
|
||
* gdb.trace/trace-break.exp: Likewise.
|
||
* gdb.trace/trace-condition.exp: Likewise.
|
||
* gdb.trace/trace-mt.exp: Likewise.
|
||
|
||
2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
|
||
result of gdb_remote_download.
|
||
* gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
|
||
* gdb.base/dso2dso.exp: Likewise.
|
||
* gdb.base/global-var-nested-by-dso.exp: Likewise.
|
||
* gdb.base/print-file-var.exp: Likewise.
|
||
* gdb.base/shlib-call.exp: Likewise.
|
||
* gdb.base/shreloc.exp: Likewise.
|
||
* gdb.base/solib-overlap.exp: Likewise.
|
||
* gdb.base/solib-weak.exp (do_test): Likewise.
|
||
* gdb.base/unload.exp: Likewise.
|
||
|
||
2016-04-27 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
|
||
exists.
|
||
|
||
2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
|
||
|
||
* vla-type.exp: Print structure from toplevel.
|
||
|
||
2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
|
||
|
||
* gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
|
||
of dynamic types.
|
||
* gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
|
||
of dynamic types.
|
||
|
||
2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
|
||
|
||
* gdb.fortran/vla-type.f90: New file.
|
||
* gdb.fortran/vla-type.exp: New file.
|
||
|
||
2016-04-25 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/branch-to-self.c: New file.
|
||
* gdb.base/branch-to-self.exp: New file.
|
||
|
||
2016-04-22 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
|
||
more after $hex.
|
||
|
||
2016-04-22 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/annota1.exp: Set breakpoint on line $main_line.
|
||
* gdb.base/annota3.exp: Likewise.
|
||
|
||
2016-04-22 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.reverse/step-precsave.exp: Do one step and test program
|
||
stops in "callee" and do multiple steps until program goes out
|
||
of "callee".
|
||
* gdb.reverse/step-reverse.exp: Likewise.
|
||
|
||
2016-04-22 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.trace/signal.exp: Also pass if
|
||
$tracepoint_hits($i) > $iterations.
|
||
|
||
2016-04-22 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.trace/signal.c: New file.
|
||
* gdb.trace/signal.exp: New file.
|
||
|
||
2016-04-19 Doug Evans <xdje42@gmail.com>
|
||
|
||
* gdb.base/bad-file.exp: New file.
|
||
|
||
2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
|
||
|
||
* gdb.dwarf2/implref.exp: New file.
|
||
|
||
2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
|
||
|
||
* gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
|
||
* gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
|
||
* gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
|
||
* gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
|
||
* gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
|
||
* gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
|
||
* gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
|
||
* lib/fortran.exp (fortran_int4): New procedure.
|
||
(fortran_real4, fortran_real8, fortran_complex4): Likewise.
|
||
(fortran_logical4): Likewise.
|
||
|
||
2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
|
||
|
||
* lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
|
||
|
||
2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
|
||
|
||
* lib/compiler.c: Add Intel specific preprocessor macros.
|
||
* lib/compiler.cc: Likewise.
|
||
|
||
2016-04-13 Luis Machado <lgustavo@codesourcery.com>
|
||
|
||
* gdb.server/connect-with-no-symbol-file.c: New file.
|
||
* gdb.server/connect-with-no-symbol-file.exp: New file.
|
||
|
||
2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* lib/gdb.exp (gdb_remote_download): Fix and extend comment.
|
||
|
||
2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* boards/gdbserver-base.exp (${board}_download): Copy source file to
|
||
standard output directory.
|
||
|
||
2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
|
||
|
||
* gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
|
||
|
||
2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/instruction_history.c (loop): Add declaration.
|
||
|
||
2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
|
||
|
||
* gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
|
||
|
||
2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
|
||
|
||
* gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
|
||
parentheses to print.
|
||
(continue_handler): Likewise.
|
||
|
||
2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.server/solib-list.exp: Remove is_remote check.
|
||
Pass shlib= to gdb_compile. Don't link shared library with
|
||
-soname. Call gdb_remote_download instead of gdb_load_shlibs.
|
||
Run binary filename through "readlink -f" on the target.
|
||
|
||
2016-04-08 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
|
||
interpreter filename as argument to gdbserver_spawn.
|
||
* lib/gdbserver-support.exp (gdbserver_download_current_prog):
|
||
Return empty if $last_loaded_file does not exist.
|
||
|
||
2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
Fix compatibility with gcc-4.8.5-4.el7.x86_64.
|
||
* gdb.base/jit-main.c: Use exit after usage.
|
||
|
||
2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
|
||
GDBHISTSIZE prior to the tests.
|
||
* gdb.base/gdbinit-history.exp: Likewise.
|
||
|
||
2016-04-07 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
|
||
instead of build_executable. Use gdb_load_shlibs.
|
||
|
||
2016-04-07 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
|
||
Execute "si" command.
|
||
|
||
2016-04-07 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
|
||
number instead of the comments on some line.
|
||
|
||
2016-04-06 Don Breazeal <donb@codesourcery.com>
|
||
|
||
* gdb.dwarf2/dw2-opt-structptr.c: New test program.
|
||
* gdb.dwarf2/dw2-opt-structptr.exp: New test script.
|
||
|
||
2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
|
||
standard_output_file. Remove unused binfile variable.
|
||
|
||
2016-04-05 Catalin Udma <catalin.udma@freescale.com>
|
||
|
||
* gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
|
||
* gdb.python/py-mi-objfile.exp: Match "list main" output
|
||
in console format.
|
||
|
||
2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
|
||
|
||
* gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
|
||
absolute.
|
||
|
||
2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
|
||
absolute.
|
||
* gdb.trace/ftrace.exp: Likewise.
|
||
* lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
|
||
targets as well.
|
||
(gdb_compile_shlib): Set SONAME for non-remote targets as well.
|
||
(gdb_load_shlibs): Copy libraries to test directory when testing
|
||
natively. Only set solib-search-path if testing remotely.
|
||
* lib/mi-support.exp (mi_load_shlibs): Likewise.
|
||
|
||
2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.base/jit-so.exp: Use gdb_remote_download instead of
|
||
gdb_download. Use it even if the target is not remote.
|
||
* gdb.base/jit.exp (compile_jit_test): Likewise.
|
||
* lib/gdb.exp (gdb_remote_download): Copy files to the standard
|
||
output directory if the destination board is local, otherwise use
|
||
the standard remote_download from DejaGnu.
|
||
(gdb_download): Remove.
|
||
(gdb_load_shlibs): Use gdb_remote_download instead of
|
||
gdb_download.
|
||
* lib/gdbserver-support.exp (gdbserver_download_current_prog):
|
||
Use gdb_remote_download instead of gdb_download. Use it even if
|
||
the target is not remote.
|
||
* lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
|
||
instead of gdb_download.
|
||
|
||
2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
|
||
|
||
* gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
|
||
(test_insert_delete_modify): Call mi_load_shlibs before trying to
|
||
run.
|
||
|
||
2016-04-01 Artemiy Volkov <artemiyv@acm.org>
|
||
|
||
PR gdb/19820
|
||
* gdb.base/printcmds.exp: Add artificial arrays tests.
|
||
|
||
2016-03-31 Pedro Alves <palves@redhat.com>
|
||
|
||
PR gdb/19858
|
||
* gdb.base/jit-main.c: Include unistd.h.
|
||
(ATTACH): Define to 0 if not already defined.
|
||
(wait_for_gdb, mypid): New globals.
|
||
(WAIT_FOR_GDB): New macro.
|
||
(MAIN): Set an alarm. Store the process's pid. Wait for GDB at
|
||
some breakpoint locations.
|
||
* gdb.base/jit.exp (clean_reattach, continue_to_test_location):
|
||
New procedures.
|
||
(one_jit_test): Add REATTACH parameter, and handle it. Use
|
||
continue_to_test_location.
|
||
(top level): Test attach, and adjusts calls to one_jit_test.
|
||
|
||
2016-03-31 Pedro Alves <palves@redhat.com>
|
||
|
||
PR gdb/19858
|
||
* gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
|
||
BINSUFFIX parameter, and handle it.
|
||
(top level): Adjust calls compile_jit_test.
|
||
|
||
2016-03-31 Catalin Udma <catalin.udma@freescale.com>
|
||
|
||
PR python/19743
|
||
* gdb.python/py-mi-events-gdb.py: New file.
|
||
* gdb.python/py-mi-events.c: New file.
|
||
* gdb.python/py-mi-events.exp: New file.
|
||
|
||
2016-03-30 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.reverse/until-precsave.exp: Match function name only.
|
||
* gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
|
||
Move malloc to a condition block.
|
||
* gdb.reverse/until-reverse.exp: Match function name only.
|
||
|
||
2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
|
||
|
||
* gdb.trace/ftrace.exp: Set arg0exp for s390.
|
||
* gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
|
||
* gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
|
||
variable for GPR 0 instead of assuming it is register 0.
|
||
* gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
|
||
* lib/trace-support.exp: Add s390 registers.
|
||
|
||
2016-03-29 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
|
||
|
||
2016-03-24 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.reverse/break-reverse.exp: Add quotation mark in the
|
||
test message.
|
||
|
||
2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
|
||
maintaining separate logic for constructing the output path.
|
||
|
||
2016-03-16 Don Breazeal <donb@codesourcery.com>
|
||
|
||
* gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
|
||
Retry fork and waitpid on interrupted system call errors.
|
||
* gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
|
||
Use with_timeout_factor to increase timeout by factor of 10.
|
||
|
||
2016-03-15 Don Breazeal <donb@codesourcery.com>
|
||
|
||
* gdb.cp/scope-err.cc: New test program.
|
||
* gdb.cp/scope-err.exp: New test script.
|
||
* gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
|
||
lines and "set breakpoint here" comment.
|
||
* gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
|
||
Fixed some whitespace and format issues.
|
||
* gdb.mi/mi-linespec-err-cp.cc: New test program.
|
||
* gdb.mi/mi-linespec-err-cp.exp: New test script.
|
||
|
||
2016-03-15 Doug Evans <dje@google.com>
|
||
|
||
* gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
|
||
* gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
|
||
All callers updated. Add tests for enums, mixed flags register.
|
||
|
||
2016-03-15 Doug Evans <dje@google.com>
|
||
|
||
* gdb.base/skip.c (main): Call test_skip_file_and_function.
|
||
* gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
|
||
|
||
2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.base/default.exp: Add $_as_string to the list of expected
|
||
convenience functions.
|
||
|
||
2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
|
||
|
||
* gdb.base/maint.exp: New tests for 'maint info line-table'.
|
||
|
||
2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
|
||
|
||
* gdb.python/py-as-string.exp: New file.
|
||
* gdb.python/py-as-string.c: New file.
|
||
|
||
2016-03-09 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/attach-into-signal.exp: Adjust to "Program received
|
||
signal" -> "Thread NN received signal" output change.
|
||
* gdb.threads/ia64-sigill.exp: Likewise.
|
||
* gdb.threads/linux-dp.exp: Likewise.
|
||
* gdb.threads/manythreads.exp: Likewise.
|
||
* gdb.threads/pending-step.exp: Likewise.
|
||
* gdb.threads/print-threads.exp: Likewise.
|
||
* gdb.threads/sigstep-threads.exp: Likewise.
|
||
* gdb.threads/staticthreads.exp: Likewise.
|
||
* gdb.threads/tls.exp: Likewise.
|
||
|
||
2016-03-09 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/command-line-input.exp: New file.
|
||
|
||
2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
|
||
|
||
* gdb.trace/ftrace.exp: Set arg0exp for ppc.
|
||
* gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
|
||
* gdb.trace/pending.exp: Accept leading dot before function name.
|
||
* gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
|
||
* lib/trace-support.exp: Set registers for ppc.
|
||
|
||
2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
|
||
|
||
* gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
|
||
use it for disassembly; accept .main in addition to main in backtrace.
|
||
|
||
2016-03-09 Wei-cheng Wang <cole945@gmail.com>
|
||
Marcin Kościelnicki <koriakin@0x04.net>
|
||
|
||
* gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
|
||
(gdb_recursion_test_ptr): New global variable.
|
||
(gdb_recursion_test): Call gdb_recursion_test_ptr instead of
|
||
gdb_recursion_test.
|
||
(gdb_c_test): Ditto.
|
||
|
||
2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
|
||
|
||
* gdb.trace/change-loc.exp: Don't depend on tracepoint location
|
||
ordering.
|
||
|
||
2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
|
||
|
||
* gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
|
||
(bar): Add bar_start_lbl label.
|
||
* gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
|
||
of foo/bar for emitting DWARF and tracing.
|
||
|
||
2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
|
||
|
||
* analyze-racy-logs.py: Set executable bit.
|
||
|
||
2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
|
||
|
||
* Makefile.in (DEFAULT_RACY_ITER): New variable.
|
||
(CHECK_TARGET_TMP): Likewise.
|
||
(check-single-racy): New rule.
|
||
(check-parallel-racy): Likewise.
|
||
(TEST_TARGETS): Adjust rule to account for RACY_ITER.
|
||
(do-check-parallel-racy): New rule.
|
||
(check-racy/%.exp): Likewise.
|
||
* README (Racy testcases): New section.
|
||
* analyze-racy-logs.py: New file.
|
||
|
||
2016-03-03 Doug Evans <dje@google.com>
|
||
|
||
* gdb.base/skip.exp: Use with_test_prefix.
|
||
|
||
2016-03-03 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
|
||
Invoke step_over_syscall "clone" and break_cond_on_syscall
|
||
"clone".
|
||
* gdb.base/step-over-clone.c: New file.
|
||
|
||
2016-03-03 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
|
||
code format.
|
||
|
||
2016-03-03 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/disp-step-fork.c: Rename to ...
|
||
* gdb.base/step-over-fork.c: ... it. New file.
|
||
* gdb.base/disp-step-vfork.c: Rename to ...
|
||
* gdb.base/step-over-vfork.c: ... it. New file.
|
||
* gdb.base/disp-step-syscall.exp: Rename to ...
|
||
* gdb.base/step-over-syscall.exp: ... it. New file.
|
||
(disp_step_cross_syscall): Rename to ...
|
||
(step_over_syscall): ... it.
|
||
|
||
2016-03-03 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
|
||
If target supports condition evaluation on target, invoke
|
||
break_cond_on_syscall for fork and vfork.
|
||
|
||
2016-03-03 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/disp-step-syscall.exp: Don't invoke
|
||
support_displaced_stepping.
|
||
(disp_step_cross_syscall): Test with displaced stepping off and
|
||
on if supported.
|
||
|
||
2016-03-03 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
|
||
proc.
|
||
(setup): New proc.
|
||
(disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
|
||
and setup.
|
||
|
||
2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
|
||
|
||
* gdb.fortran/vla-history.exp: Remove breakpoint.
|
||
|
||
2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
|
||
|
||
* gdb.fortran/vla-history.exp: Lookup array elements and printing
|
||
exceeds timeout.
|
||
|
||
2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
|
||
|
||
* gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
|
||
breakpoint.
|
||
|
||
2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
|
||
|
||
* gdb.mi/vla.f90: Nullify pointer after declaration.
|
||
|
||
2016-03-01 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.trace/ftrace-lock.c: Include <unistd.h>.
|
||
|
||
2016-03-01 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
|
||
before anything else.
|
||
* gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
|
||
_GNU_SOURCE here.
|
||
* gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
|
||
before anything else.
|
||
* gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
|
||
|
||
2016-03-01 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
|
||
|
||
2016-03-01 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.arch/arm-disp-step.exp: Use standard_testfile and
|
||
prepare_for_testing.
|
||
|
||
2016-03-01 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
|
||
|
||
2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
|
||
manually constructing the output path.
|
||
|
||
2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.arch/s390-stackless.S: New.
|
||
* gdb.arch/s390-stackless.exp: New.
|
||
|
||
2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
|
||
|
||
* gdb.dlang/circular.c: New file.
|
||
* gdb.dlang/circular.exp: New file.
|
||
|
||
2016-02-26 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
|
||
[__arm__] (ext_reg_mov, ext_reg_push_pop): New.
|
||
(testcases): Update.
|
||
|
||
2016-02-26 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.reverse/aarch64.c: Rename to ...
|
||
* gdb.reverse/insn-reverse.c: ... it.
|
||
* gdb.reverse/aarch64.exp: Rename to ...
|
||
* gdb.reverse/insn-reverse.exp: ... it.
|
||
|
||
2016-02-26 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
|
||
(testcase_ftype): New.
|
||
(testcases): New array.
|
||
(n_testcases): New.
|
||
(main): Call each element in testcases.
|
||
* gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
|
||
(read_testcase): New.
|
||
Do the tests in a loop.
|
||
|
||
2016-02-25 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/branches.c: Remove.
|
||
|
||
2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
|
||
|
||
PR gdb/13808
|
||
* gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
|
||
|
||
2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
|
||
|
||
* gdb.trace/ftrace.exp: Remove unnecessary target check.
|
||
|
||
2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
|
||
|
||
* gdb.trace/entry-values.exp: Surround $call_insn with '\y',
|
||
change x86_64 call_insn to 'callq'.
|
||
|
||
2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
|
||
|
||
* gdb.trace/tfile-avx.c: Move to...
|
||
* gdb.trace/tracefile-pseudo-reg.c: Here.
|
||
* gdb.trace/tfile-avx.exp: Move to...
|
||
* gdb.trace/tracefile-pseudo-reg.exp: Here.
|
||
|
||
2016-02-24 Gary Benson <gbenson@redhat.com>
|
||
|
||
* gdb.base/attach-pie-noexec.exp: Do not expect an error
|
||
message on attach.
|
||
|
||
2016-02-23 Doug Evans <dje@google.com>
|
||
|
||
* gdb.base/skip.c (test_skip): New function.
|
||
(end_test_skip_file_and_function): New function.
|
||
(test_skip_file_and_function): New function.
|
||
* gdb.base/skip1.c (test_skip): New function.
|
||
(skip1_test_skip_file_and_function): New function.
|
||
* gdb.base/skip.exp: Add tests for new skip options.
|
||
* gdb.base/skip-solib.exp: Update expected output.
|
||
* gdb.perf/skip-command.cc: New file.
|
||
* gdb.perf/skip-command.exp: New file.
|
||
* gdb.perf/skip-command.py: New file.
|
||
|
||
2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
|
||
|
||
* gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
|
||
info registers pattern.
|
||
|
||
2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
|
||
|
||
* lib/future.exp: Add D support.
|
||
(gdb_find_gdc): New proc.
|
||
(gdb_default_target_compile): Add D support.
|
||
|
||
2016-02-18 Wei-cheng Wang <cole945@gmail.com>
|
||
|
||
* gdb.trace/tspeed.c (myclock): Return wallclock instead of
|
||
user+system time.
|
||
(trace_speed_test): Determine the iteration count for a time
|
||
between 15..30 seconds.
|
||
|
||
2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
|
||
|
||
* gdb.arch/i386-mpx-sigsegv.c: New file.
|
||
* gdb.arch/i386-mpx-sigsegv.exp: New file.
|
||
* gdb.arch/i386-mpx-simple_segv.c: New file.
|
||
* gdb.arch/i386-mpx-simple_segv.exp: New file.
|
||
|
||
2016-02-18 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
|
||
Don't call setup_kfail.
|
||
|
||
2016-02-18 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
|
||
Set "set breakpoint condition-evaluation" per $cond_bp_target.
|
||
|
||
2016-02-16 Doug Evans <dje@google.com>
|
||
|
||
* gdb.base/skip.c: Add copyright. Whitespace cleanup.
|
||
* gdb.base/skip1.c: Ditto.
|
||
* gdb.base/skip.exp: Whitespace cleanup.
|
||
|
||
2016-02-16 Don Breazeal <donb@codesourcery.com>
|
||
|
||
PR remote/19496
|
||
* gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
|
||
Remove kfail for PR remote/19496.
|
||
|
||
2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* lib/gdb.exp (standard_temp_file): Return a path specific to
|
||
the runtest invocation.
|
||
|
||
2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.trace/save-trace.exp: Change relative path to be in the
|
||
standard output directory.
|
||
|
||
2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.arch/i386-prologue.c: Add missing prototypes.
|
||
|
||
2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
|
||
* gdb.arch/i386-prologue.exp: Likewise.
|
||
* gdb.arch/i386-size.exp: Likewise.
|
||
|
||
2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
|
||
define object file path.
|
||
* gdb.btrace/gcore.exp: Use standard_output_file to define core
|
||
file path.
|
||
* lib/opencl.exp (gdb_compile_opencl_hostapp): Use
|
||
standard_output_file to define binfile.
|
||
|
||
2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
Fix compatibility with recent gfortran-5.3.1.
|
||
* gdb.fortran/vla-history.exp (print vla1 allocated)
|
||
(print vla2 allocated, print $2, print $3): Remove
|
||
(print $4): Rename to ...
|
||
(print $2): ... here.
|
||
(print $9): Rename to ...
|
||
(print $5): ... here.
|
||
(print $10): Rename to ...
|
||
(print $6): ... here.
|
||
* gdb.fortran/vla.f90: Add pvla initialization.
|
||
|
||
2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
|
||
New test.
|
||
* gdb.fortran/vla-value-sub.exp: Likewise.
|
||
|
||
2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
|
||
|
||
* gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
|
||
|
||
2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* i386-biarch-core.exp: Define corefile using
|
||
standard_output_file.
|
||
|
||
2016-02-12 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.arch/arm-single-step-kernel-helper.c: New.
|
||
* gdb.arch/arm-single-step-kernel-helper.exp: New.
|
||
|
||
2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/tailcall-only.exp: New.
|
||
* gdb.btrace/tailcall-only.c: New.
|
||
* gdb.btrace/x86_64-tailcall-only.S: New.
|
||
* gdb.btrace/i686-tailcall-only.S: New.
|
||
|
||
2016-02-11 Pedro Alves <palves@redhat.com>
|
||
|
||
* README (Parallel testing): Add missing double quotes.
|
||
|
||
2016-02-11 Pedro Alves <palves@redhat.com>
|
||
|
||
* README (Parallel testing): New section.
|
||
(GDB_PARALLEL): Rewrite.
|
||
(FORCE_PARALLEL): Document.
|
||
|
||
2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
|
||
|
||
* gdb.trace/tfile-avx.c: New test.
|
||
* gdb.trace/tfile-avx.exp: New test.
|
||
|
||
2016-02-09 Keith Seitz <keiths@redhat.com>
|
||
|
||
PR breakpoints/19546
|
||
* gdb.base/infcall-exec.c: New file.
|
||
* gdb.base/infcall-exec2.c: New file.
|
||
* gdb.base/infcall-exec.exp: New file.
|
||
|
||
2016-02-09 Keith Seitz <keiths@redhat.com>
|
||
|
||
* gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
|
||
(toplevel): Call test_bkpt_address.
|
||
|
||
2016-02-09 Keith Seitz <keiths@redhat.com>
|
||
|
||
PR python/19506
|
||
* gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
|
||
(toplevel): Call test_bkpt_address.
|
||
|
||
2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* configure.ac: Use AC_CONFIG_FILES instead of passing arguments
|
||
to AC_OUTPUT.
|
||
* configure: Regenerate.
|
||
|
||
2016-02-09 Pedro Alves <palves@redhat.com>
|
||
|
||
PR breakpoints/19548
|
||
* gdb.base/execl-update-breakpoints.c (some_function): New
|
||
function.
|
||
(main): Call it.
|
||
* gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
|
||
Tighten expected GDB output.
|
||
|
||
2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* Makefile.in (ALL_SUBDIRS): Remove.
|
||
(clean mostlyclean): Do not recurse in ALL_SUBDIRS.
|
||
(distclean maintainer-clean realclean): Likewise.
|
||
* configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
|
||
* configure: Regenerate.
|
||
* gdb.ada/Makefile.in: Delete.
|
||
* gdb.arch/Makefile.in: Likewise.
|
||
* gdb.asm/Makefile.in: Likewise.
|
||
* gdb.base/Makefile.in: Likewise.
|
||
* gdb.btrace/Makefile.in: Likewise.
|
||
* gdb.cell/Makefile.in: Likewise.
|
||
* gdb.compile/Makefile.in: Likewise.
|
||
* gdb.cp/Makefile.in: Likewise.
|
||
* gdb.disasm/Makefile.in: Likewise.
|
||
* gdb.dlang/Makefile.in: Likewise.
|
||
* gdb.dwarf2/Makefile.in: Likewise.
|
||
* gdb.fortran/Makefile.in: Likewise.
|
||
* gdb.gdb/Makefile.in: Likewise.
|
||
* gdb.go/Makefile.in: Likewise.
|
||
* gdb.guile/Makefile.in: Likewise.
|
||
* gdb.java/Makefile.in: Likewise.
|
||
* gdb.linespec/Makefile.in: Likewise.
|
||
* gdb.mi/Makefile.in: Likewise.
|
||
* gdb.modula2/Makefile.in: Likewise.
|
||
* gdb.multi/Makefile.in: Likewise.
|
||
* gdb.objc/Makefile.in: Likewise.
|
||
* gdb.opencl/Makefile.in: Likewise.
|
||
* gdb.opt/Makefile.in: Likewise.
|
||
* gdb.pascal/Makefile.in: Likewise.
|
||
* gdb.perf/Makefile.in: Likewise.
|
||
* gdb.python/Makefile.in: Likewise.
|
||
* gdb.reverse/Makefile.in: Likewise.
|
||
* gdb.server/Makefile.in: Likewise.
|
||
* gdb.stabs/Makefile.in: Likewise.
|
||
* gdb.threads/Makefile.in: Likewise.
|
||
* gdb.trace/Makefile.in: Likewise.
|
||
* gdb.xml/Makefile.in: Likewise.
|
||
* lib/gdb.exp (make_gdb_parallel_path): Add check for
|
||
GDB_PARALLEL.
|
||
(standard_output_file): Remove check for GDB_PARALLEL, always
|
||
return path in outputs/$subdir/$testname.
|
||
|
||
2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* Makefile.in (abs_srcdir): Assign @abs_srcdir@.
|
||
(site.exp): Assign abs_srcdir to tcl's srcdir.
|
||
|
||
2016-02-04 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/foll-exec-mode.c: Include limits.h.
|
||
(main): Add parameters argc and argv. Get directory from
|
||
argv[0].
|
||
* gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
|
||
compilation.
|
||
* gdb.base/foll-exec.c: Include limits.h.
|
||
(main): Add parameters argc and argv.
|
||
Get directory from argv[0].
|
||
* gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
|
||
Adjust tests on the number of lines as source code changed.
|
||
* gdb.base/foll-vfork-exit.c: Include limits.h.
|
||
(main): Add one line of statement before vfork.
|
||
* gdb.base/foll-vfork.c: Include limits.h and string.h.
|
||
(main): Add parameters argc and argv. Get directory from
|
||
argv[0].
|
||
* gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
|
||
(setup_gdb): Set tbreak to skip some source lines.
|
||
* gdb.multi/bkpt-multi-exec.c: Include limits.h.
|
||
(main): Add parameters argc and argv. Get directory from
|
||
argv[0].
|
||
* gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
|
||
compilation.
|
||
* gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
|
||
(main): Add parameters argc and argv. Get directory from
|
||
argv[0].
|
||
* gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
|
||
compilation.
|
||
|
||
2016-02-01 Doug Evans <dje@google.com>
|
||
|
||
* gdb.base/skip.exp: Clean up multiple references to same test name.
|
||
|
||
2016-02-01 Pedro Alves <palves@redhat.com>
|
||
|
||
PR remote/19496
|
||
* gdb.threads/forking-threads-plus-breakpoint.exp
|
||
(displaced_stepping_supported): New global.
|
||
(probe_displaced_stepping_support): New procedure.
|
||
(do_test): Add 'displaced' parameter, and use it.
|
||
(top level): Check for displaced stepping support. Add displaced
|
||
stepping on/off testing axis.
|
||
|
||
2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
|
||
|
||
* gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
|
||
pointer. Don't perform further tests on the unassociated pointer
|
||
if the first test fails.
|
||
|
||
2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
|
||
|
||
* gdb.base/max-value-size.c: New file.
|
||
* gdb.base/max-value-size.exp: New file.
|
||
* gdb.base/huge.exp: Disable max-value-size for this test.
|
||
|
||
2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
|
||
|
||
* gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
|
||
|
||
2016-01-28 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
|
||
|
||
2016-01-25 Pedro Alves <palves@redhat.com>
|
||
|
||
PR threads/19461
|
||
* gdb.base/fork-running-state.c: New file.
|
||
* gdb.base/fork-running-state.exp: New file.
|
||
|
||
2016-01-25 Pedro Alves <palves@redhat.com>
|
||
|
||
PR gdb/19494
|
||
* gdb.base/catch-fork-kill.c: New file.
|
||
* gdb.base/catch-fork-kill.exp: New file.
|
||
|
||
2016-01-25 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
|
||
Delete, moved to lib/gdb.exp.
|
||
* gdb.threads/forking-threads-plus-breakpoint.exp
|
||
(foreach_with_prefix): Likewise.
|
||
* gdb.threads/process-dies-while-handling-bp.exp
|
||
(foreach_with_prefix): Likewise.
|
||
* lib/gdb.exp (foreach_with_prefix): New procedure.
|
||
|
||
2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
|
||
|
||
* gdb.trace/backtrace.exp: Bump stack collection fudge factor.
|
||
* gdb.trace/entry-values.exp: Bump stack collection fudge factor.
|
||
|
||
2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
|
||
|
||
* gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
|
||
endian targets.
|
||
|
||
2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
Pedro Alves <palves@redhat.com>
|
||
|
||
Fix testsuite compatibility with Guile.
|
||
* gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
|
||
number.
|
||
|
||
2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
Fix testsuite compatibility with Guile.
|
||
* gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
|
||
(thread 1): New test for backtrace through signal handler.
|
||
|
||
2016-01-22 Yao Qi <yao.qi@linaro.org>
|
||
|
||
PR testsuite/19491
|
||
* gdb.base/multi-forks.c: Include
|
||
../lib/unbuffer_output.c
|
||
(main): Call gdb_unbuffer_output.
|
||
|
||
2016-01-21 Doug Evans <dje@google.com>
|
||
|
||
* lib/ada.exp (gdb_compile_ada): Fix typo.
|
||
|
||
2016-01-21 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.base/break-fun-addr.exp: New file.
|
||
* gdb.base/break-fun-addr1.c: New file.
|
||
* gdb.base/break-fun-addr2.c: New file.
|
||
|
||
2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
|
||
|
||
* gdb.python/py-pp-maint.exp: Change/add enum flag tests.
|
||
* gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
|
||
enum flag values.
|
||
|
||
2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
|
||
when GDB can not set the vector return value. Add more comments
|
||
for clarification.
|
||
|
||
2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
|
||
|
||
* gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
|
||
command.
|
||
|
||
2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* Makefile.in (DO_RUNTEST): Add --status and update usages.
|
||
|
||
2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* Makefile.in (check-single): Pass --status to runtest.
|
||
(check/%.exp): Likewise.
|
||
|
||
2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* Makefile.in (check-parallel): Propagate return code from make
|
||
do-check-parallel.
|
||
|
||
2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
|
||
|
||
* gdb.trace/ftrace.exp: Fix expected message on continue.
|
||
* gdb.trace/pending.exp: Fix expected message on continue.
|
||
* gdb.trace/trace-break.exp: Fix expected message on continue.
|
||
|
||
2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* lib/gdb.exp (gdb_test): Remove unused global references.
|
||
|
||
2016-01-18 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/async-shell.exp: Adjust expected output.
|
||
* gdb.base/dprintf-non-stop.exp: Adjust expected output.
|
||
* gdb.base/siginfo-thread.exp: Adjust expected output.
|
||
* gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
|
||
* gdb.java/jnpe.exp: Adjust expected output.
|
||
* gdb.threads/clone-new-thread-event.exp: Adjust expected output.
|
||
* gdb.threads/continue-pending-status.exp: Adjust expected output.
|
||
* gdb.threads/leader-exit.exp: Adjust expected output.
|
||
* gdb.threads/manythreads.exp: Adjust expected output.
|
||
* gdb.threads/pthreads.exp: Adjust expected output.
|
||
* gdb.threads/schedlock.exp: Adjust expected output.
|
||
* gdb.threads/siginfo-threads.exp: Adjust expected output.
|
||
* gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
|
||
expected output.
|
||
* gdb.threads/signal-delivered-right-thread.exp: Adjust expected
|
||
output.
|
||
* gdb.threads/sigthread.exp: Adjust expected output.
|
||
* gdb.threads/watchpoint-fork.exp: Adjust expected output.
|
||
|
||
2016-01-18 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.guile/scm-section-script.c: Replace @progbits with
|
||
%progbits.
|
||
* gdb.python/py-section-script.c: Likewise.
|
||
|
||
2016-01-15 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.multi/tids.exp: Test star wildcard ranges.
|
||
|
||
2016-01-15 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
|
||
command from "thread apply" invocation.
|
||
(thr_apply_info_thr_invalid): Default the expected output to the
|
||
input tid list.
|
||
(top level): Add tests that use convenience variables. Add tests
|
||
for "thread apply" with a valid TID list, but missing the command.
|
||
|
||
2016-01-13 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/default.exp: Expect $_gthread as well.
|
||
* gdb.multi/tids.exp: Test $_gthread.
|
||
* gdb.threads/thread-specific.exp: Test $_gthread.
|
||
|
||
2016-01-13 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.multi/tids.exp: Test "info threads -gid".
|
||
|
||
2016-01-13 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.multi/tids.exp: Test InferiorThread.global_num and
|
||
Breakpoint.thread.
|
||
* gdb.python/py-infthread.exp: Test InferiorThread.global_num.
|
||
|
||
2016-01-07 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/break.exp: Adjust to output changes.
|
||
* gdb.base/hbreak2.exp: Likewise.
|
||
* gdb.base/sepdebug.exp: Likewise.
|
||
* gdb.base/watch_thread_num.exp: Likewise.
|
||
* gdb.linespec/keywords.exp: Likewise.
|
||
* gdb.multi/info-threads.exp: Likewise.
|
||
* gdb.threads/thread-find.exp: Likewise.
|
||
* gdb.multi/tids.c: New file.
|
||
* gdb.multi/tids.exp: New file.
|
||
|
||
2016-01-13 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.python/py-infthread.exp: Test InferiorThread.inferior.
|
||
|
||
2016-01-13 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/default.exp: Expect $_inferior as well.
|
||
* gdb.multi/base.exp: Test $_inferior.
|
||
|
||
2016-01-13 Pedro Alves <palves@redhat.com>
|
||
|
||
PR breakpoints/19388
|
||
* gdb.base/catch-signal-siginfo-cond.c: New file.
|
||
* gdb.base/catch-signal-siginfo-cond.exp: New file.
|
||
|
||
2016-01-12 Josh Stone <jistone@redhat.com>
|
||
Philippe Waroquiers <philippe.waroquiers@skynet.be>
|
||
|
||
* gdb.base/catch-syscall.c (do_execve): New variable.
|
||
(main): Conditionally trigger an execve.
|
||
* gdb.base/catch-syscall.exp: Enable testing for remote targets.
|
||
(test_catch_syscall_execve): New, check entry/return across execve.
|
||
(do_syscall_tests): Call test_catch_syscall_execve.
|
||
|
||
2016-01-12 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/random-signal.exp (do_test): New procedure, with body
|
||
of testcase moved in.
|
||
|
||
2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/funcargs.exp (finish from indirectly called function):
|
||
Reintroduce the case for 'First'.
|
||
|
||
2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
|
||
(tcatch_vfork_then_child_follow_exec)
|
||
(tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
|
||
identification.
|
||
|
||
2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
|
||
and repeats to unlimited.
|
||
* gdb.python/py-value.exp: Likewise.
|
||
* lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
|
||
and repeats to unlimited.
|
||
|
||
2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.multi/goodbye.c: Fix compilation warnings by adding return types
|
||
and reordering the functions.
|
||
* gdb.multi/hangout.c: Likewise.
|
||
* gdb.multi/hello.c: Likewise.
|
||
|
||
2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.perf/lib/perftest/perftest.py: Change relative imports to
|
||
absolute.
|
||
(SingleStatisticTestResult.report): Use dict.keys instead of
|
||
dict.iterkeys.
|
||
|
||
2016-01-06 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
|
||
|
||
2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/dlopen.exp: New.
|
||
* gdb.btrace/dlopen.c: New.
|
||
* gdb.btrace/dlopen-dso.c: New.
|
||
|
||
2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
|
||
|
||
* lib/gdb.exp (gdb_test): Update comments to clarify that the
|
||
PATTERN argument is optional.
|
||
|
||
2015-12-24 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* lib/ada.exp (target_compile_ada_from_dir): New function.
|
||
(gdb_compile_ada): Reimplement avoiding the use of project files.
|
||
* gdb.ada/gnat_ada.gpr: Delete.
|
||
* gdb.ada/cond_lang.exp: Adjust test to make path before
|
||
filename optional.
|
||
* gdb.ada/small_reg_param.exp: Likewise.
|
||
|
||
2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.base/foll-vork.exp: Remove HP-UX special case.
|
||
|
||
2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
|
||
|
||
* lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
|
||
case.
|
||
|
||
2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.base/break.exp: Remove dead code.
|
||
* gdb.base/sepdebug.exp: Likewise.
|
||
|
||
2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
|
||
|
||
* gdb.asm/asm-source.exp: Remove HP-UX references.
|
||
* gdb.base/annota1.exp: Likewise.
|
||
* gdb.base/annota3.exp: Likewise.
|
||
* gdb.base/attach.exp: Likewise.
|
||
* gdb.base/bigcore.exp: Likewise.
|
||
* gdb.base/break.exp: Likewise.
|
||
* gdb.base/call-ar-st.exp: Likewise.
|
||
* gdb.base/callfuncs.exp: Likewise.
|
||
* gdb.base/catch-fork-static.exp: Likewise.
|
||
* gdb.base/display.exp: Likewise.
|
||
* gdb.base/foll-exec-mode.exp: Likewise.
|
||
* gdb.base/foll-exec.exp: Likewise.
|
||
* gdb.base/foll-fork.exp: Likewise.
|
||
* gdb.base/foll-vfork.exp: Likewise.
|
||
* gdb.base/funcargs.exp: Likewise.
|
||
* gdb.base/hbreak2.exp: Likewise.
|
||
* gdb.base/inferior-died.exp: Likewise.
|
||
* gdb.base/interrupt.exp: Likewise.
|
||
* gdb.base/multi-forks.exp: Likewise.
|
||
* gdb.base/nodebug.exp: Likewise.
|
||
* gdb.base/sepdebug.exp: Likewise.
|
||
* gdb.base/solib1.c: Likewise.
|
||
* gdb.base/step-test.exp: Likewise.
|
||
* gdb.mi/non-stop.c: Likewise.
|
||
* gdb.mi/pthreads.c: Likewise.
|
||
* gdb.multi/bkpt-multi-exec.ex: Likewise.
|
||
* gdb.threads/pthreads.c: Likewise.
|
||
* gdb.threads/staticthreads.exp: Likewise.
|
||
* lib/future.exp: Likewise.
|
||
* lib/gdb.exp: Likewise.
|
||
* gdb.base/so-indr-cl.c: Remove.
|
||
* gdb.base/so-indr-cl.exp: Likewise.
|
||
* gdb.base/solib.c: Likewise.
|
||
* gdb.base/solib.exp: Likewise.
|
||
* gdb.base/solib2.c: Likewise.
|
||
|
||
2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
|
||
|
||
* gdb.base/break.exp: Remove references to HP CC/aCC compilers.
|
||
* gdb.base/call-ar-st.exp: Likewise.
|
||
* gdb.base/callfuncs.exp: Likewise.
|
||
* gdb.base/condbreak.exp: Likewise.
|
||
* gdb.base/constvars.exp: Likewise.
|
||
* gdb.base/hbreak2.exp: Likewise.
|
||
* gdb.base/langs.exp: Likewise.
|
||
* gdb.base/list.exp: Likewise.
|
||
* gdb.base/long_long.exp: Likewise.
|
||
* gdb.base/ptype.exp: Likewise.
|
||
* gdb.base/scope.exp: Likewise.
|
||
* gdb.base/signals.exp: Likewise.
|
||
* gdb.base/so-impl-ld.exp: Likewise.
|
||
* gdb.base/varargs.exp: Likewise.
|
||
* gdb.base/volatile.exp: Likewise.
|
||
* gdb.base/whatis.exp: Likewise.
|
||
* gdb.cp/cplusfuncs.exp: Likewise.
|
||
* gdb.cp/inherit.exp: Likewise.
|
||
* gdb.cp/local.exp: Likewise.
|
||
* gdb.cp/member-ptr.exp: Likewise.
|
||
* gdb.cp/method.exp: Likewise.
|
||
* gdb.cp/overload.exp: Likewise.
|
||
* gdb.cp/templates.exp: Likewise.
|
||
* gdb.stabs/weird.exp: Likewise.
|
||
* lib/compiler.c: Likewise.
|
||
* lib/compiler.cc: Likewise.
|
||
* lib/cp-support.exp: Likewise.
|
||
* lib/gdb.exp: Likewise.
|
||
|
||
2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
|
||
|
||
* configure.ac: Remove HP-UX case.
|
||
* configure: Regenerate.
|
||
|
||
2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* lib/gdb.exp (gdb_compile): Add function doc.
|
||
|
||
2015-12-17 Pedro Alves <palves@redhat.com>
|
||
|
||
PR threads/19354
|
||
* gdb.multi/info-threads.exp: New file.
|
||
|
||
2015-12-15 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
|
||
is aarch64*-*-*.
|
||
|
||
2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
|
||
|
||
* gdb.base/history-duplicates.exp: Skip if no readline support.
|
||
|
||
2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
|
||
|
||
* gdb.base/gdbinit-history.exp: Skip for remote-host testing.
|
||
|
||
2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
|
||
|
||
* gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
|
||
|
||
2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
|
||
|
||
* gdb.base/completion.exp: Skip tests that interrupt GDB with
|
||
ctrl-C if nointerrupts target property is set.
|
||
* gdb.base/double-prompt-target-event-error.exp: Likewise.
|
||
* gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
|
||
* gdb.base/paginate-bg-execution.exp: Likewise.
|
||
* gdb.base/paginate-execution-startup.exp: Likewise.
|
||
* gdb.base/random-signal.exp: Likewise.
|
||
* gdb.base/range-stepping.exp: Likewise.
|
||
* gdb.cp/annota2.exp: Likewise.
|
||
* gdb.cp/annota3.exp: Likewise.
|
||
* gdb.gdb/selftest.exp: Likewise.
|
||
* gdb.threads/continue-pending-status.exp: Likewise.
|
||
* gdb.threads/leader-exit.exp: Likewise.
|
||
* gdb.threads/manythreads.exp: Likewise.
|
||
* gdb.threads/pthreads.exp: Likewise.
|
||
* gdb.threads/schedlock.exp: Likewise.
|
||
* gdb.threads/sigthread.exp: Likewise.
|
||
|
||
2015-12-11 Don Breazeal <donb@codesourcery.com>
|
||
|
||
* gdb.base/execl-update-breakpoints.exp (main): Enable for target
|
||
remote.
|
||
* gdb.base/foll-exec-mode.exp (main): Disable for target remote.
|
||
* gdb.base/foll-exec.exp (main): Enable for target remote.
|
||
* gdb.base/foll-fork.exp (main): Likewise.
|
||
* gdb.base/foll-vfork.exp (main): Likewise.
|
||
* gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
|
||
(proc continue_to_exit_bp_loc): Use clean_restart.
|
||
* gdb.base/pie-execl.exp (main): Disable for target remote.
|
||
* gdb.base/watch-vfork.exp (main): Enable for target remote.
|
||
* gdb.mi/mi-nsthrexec.exp (main): Likewise.
|
||
* gdb.threads/execl.exp (main): Likewise.
|
||
* gdb.threads/fork-child-threads.exp (main): Likewise.
|
||
* gdb.threads/fork-plus-threads.exp (main): Disable for target
|
||
remote.
|
||
* gdb.threads/fork-thread-pending.exp (main): Enable for target
|
||
remote.
|
||
* gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
|
||
pid.tid style ptids, instead of just tid.
|
||
* gdb.threads/thread-execl.exp (main): Enable for target remote.
|
||
* gdb.threads/watchpoint-fork.exp (main): Likewise.
|
||
* gdb.trace/report.exp (use_collected_data): Allow pid.tid style
|
||
ptids, instead of just tid.
|
||
|
||
2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
|
||
|
||
* gdb.base/list.exp (test_list_forward): Add end of file error
|
||
test.
|
||
(test_repeat_list_command): Add end of file error test.
|
||
(test_list_backwards): Add beginning of file error test.
|
||
|
||
2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
|
||
|
||
* gdb.base/list.exp (test_list_invalid_args): New function,
|
||
defined, and called.
|
||
|
||
2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
|
||
|
||
* gdb.base/list.exp (test_list): Make test names unique.
|
||
|
||
2015-12-11 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/coremaker2.c: Remove.
|
||
|
||
2015-12-10 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.multi/base.exp: Remove stale "spaces" references.
|
||
|
||
2015-12-10 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.multi/base.exp: Don't use nowarnings.
|
||
* gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
|
||
* gdb.multi/hangout.c: Include stdio.h.
|
||
* gdb.multi/hello.c: Include stdlib.h.
|
||
* gdb.multi/multi-arch-exec.c: Include stdlib.h.
|
||
* gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
|
||
* gdb.multi/multi-arch.exp: Don't use nowarnings.
|
||
|
||
2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
|
||
|
||
* gdb.dwarf2/dw2-ranges-base.c: New file.
|
||
* gdb.dwarf2/dw2-ranges-base.exp: New file.
|
||
* lib/dwarf.exp (namespace eval Dwarf): Add new variables to
|
||
support additional line table, and debug ranges generation.
|
||
(Dwarf::ranges): New function, generate .debug_ranges.
|
||
(Dwarf::lines): Support generating simple line table programs.
|
||
(Dwarf::assemble): Initialise new namespace variables.
|
||
|
||
2015-12-09 Kevin Buettner <kevinb@redhat.com>
|
||
|
||
* gdb.base/async.exp (proc test_background): Add case for
|
||
asynchronous execution not supported.
|
||
|
||
2015-12-09 Luis Machado <lgustavo@codesourcery.com>
|
||
|
||
* gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
|
||
format and change test names to make them unique.
|
||
|
||
2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
|
||
Pedro Alves <pedro@redhat.com>
|
||
|
||
PR gdb/18702
|
||
Add checking of floatformats setup on x86_64 hosts.
|
||
* gdb.arch/i386-float.S (main): Load bigval and smallval.
|
||
(smallval, bigval): New labels/constants.
|
||
* gdb.arch/i386-float.exp: Use with_test_prefix and test "info
|
||
float" after loading bigval and smallval.
|
||
|
||
2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
|
||
|
||
* gdb.ada/fun_overload_menu.exp: New testcase.
|
||
* gdb.ada/fun_overload_menu/foo.adb: New testcase.
|
||
|
||
2015-12-04 Josh Stone <jistone@redhat.com>
|
||
|
||
* gdb.base/catch-fork-static.exp: New.
|
||
|
||
2015-12-03 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/sizeof.c: Don't include stdio.h and
|
||
../lib/unbuffer_output.c.
|
||
(main): New variable 'size' and 'value'. Remove printf and
|
||
gdb_unbuffer_output. Assign return value to size and value.
|
||
* gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
|
||
at the beginning.
|
||
(check_sizeof): Check the result by printing variable 'size'.
|
||
(check_valueof): Check the result by printing variable 'value'.
|
||
|
||
2015-12-01 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/disp-step-syscall.exp: Define syscall instruction
|
||
for aarch64*-*-linux* target.
|
||
|
||
2015-11-30 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
|
||
|
||
2015-11-30 Pedro Alves <palves@redhat.com>
|
||
|
||
* lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
|
||
Handle non-stop mode vCont replies.
|
||
|
||
2015-11-30 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/dprintf-non-stop.exp: Use build_executable instead of
|
||
prepare_for_testing. Start gdb with "set non-stop on" appended to
|
||
GDBFLAGS. Lax expected stop output.
|
||
|
||
2015-11-27 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.arch/arm-neon.exp: New.
|
||
* gdb.arch/arm-neon.c: New.
|
||
|
||
2015-11-27 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
|
||
|
||
2015-11-27 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.cp/annota2.exp: Allow multiple occurrences of the
|
||
frames-invalid annotation.
|
||
|
||
2015-11-27 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.cp/annota2.exp: Use ${frames_invalid}.
|
||
|
||
2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.threads/names.exp: New file.
|
||
* gdb.threads/names.c: New file.
|
||
* README: Mention gdb,no_thread_names.
|
||
|
||
2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
PR 19297
|
||
* lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
|
||
support" error.
|
||
|
||
2015-11-24 Pedro Alves <palves@redhat.com>
|
||
|
||
PR 17539
|
||
* gdb.base/display.exp: Expect displays to be sorted in ascending
|
||
order. Use multi_line.
|
||
* gdb.base/solib-display.exp: Likewise.
|
||
|
||
2015-11-24 Pedro Alves <palves@redhat.com>
|
||
|
||
PR 17539
|
||
* gdb.base/display.exp: Expect displays to be sorted in ascending
|
||
order. Use multi_line.
|
||
* gdb.base/solib-display.exp: Likewise.
|
||
|
||
2015-11-24 Pedro Alves <palves@redhat.com>
|
||
|
||
PR 17539
|
||
* gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
|
||
threads in ascending order.
|
||
* gdb.base/foll-fork.exp: Likewise.
|
||
* gdb.base/foll-vfork.exp: Likewise.
|
||
* gdb.base/multi-forks.exp: Likewise.
|
||
* gdb.mi/mi-nonstop.exp: Likewise.
|
||
* gdb.mi/mi-nsintrall.exp: Likewise.
|
||
* gdb.multi/base.exp: Likewise.
|
||
* gdb.multi/multi-arch.exp: Likewise.
|
||
* gdb.python/py-inferior.exp: Likewise.
|
||
* gdb.threads/break-while-running.exp: Likewise.
|
||
* gdb.threads/execl.exp: Likewise.
|
||
* gdb.threads/gcore-thread.exp: Likewise.
|
||
* gdb.threads/info-threads-cur-sal.exp: Likewise.
|
||
* gdb.threads/kill.exp: Likewise.
|
||
* gdb.threads/linux-dp.exp: Likewise.
|
||
* gdb.threads/multiple-step-overs.exp: Likewise.
|
||
* gdb.threads/next-bp-other-thread.exp: Likewise.
|
||
* gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
|
||
* gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
|
||
* gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
|
||
* gdb.threads/thread-find.exp: Likewise.
|
||
* gdb.threads/tls.exp: Likewise.
|
||
* lib/mi-support.exp (mi_reverse_list): Delete.
|
||
(mi_check_thread_states): No longer reverse list.
|
||
|
||
2015-11-24 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
|
||
use lowercase.
|
||
|
||
2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.trace/actions.c: Include trace-common.h.
|
||
(main): Add a location for a fast tracepoint.
|
||
* gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
|
||
the normal tracepoints.
|
||
(gdb_verify_tracepoints): Adjust number of expected tracepoints.
|
||
|
||
2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* save-trace.exp: Factor out code to these...
|
||
(gdb_save_tracepoints): New.
|
||
(gdb_load_tracepoints): New.
|
||
(do_save_load_test): New.
|
||
|
||
2015-11-23 Kevin Buettner <kevinb@redhat.com>
|
||
|
||
* gdb.base/asmlabel.exp: New test.
|
||
* gdb.base/asmlabel.c: New test case.
|
||
|
||
2015-11-23 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.base/wrong_frame_bt_full-main.c: New file.
|
||
* gdb.base/wrong_frame_bt_full-opaque.c: New file.
|
||
* gdb.base/wrong_frame_bt_full.exp: New file.
|
||
|
||
2015-11-23 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
|
||
|
||
2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
|
||
|
||
* gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
|
||
pstate register when comparing registers values in
|
||
sparc64-*-linux-gnu targets to avoid spurious differences.
|
||
|
||
2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
|
||
|
||
* gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
|
||
|
||
2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
|
||
|
||
* gdb.base/nested-subp1.exp: Pass executable, not executable name,
|
||
as type argument to gdb_compile.
|
||
* gdb.base/nested-subp2.exp: Likewise.
|
||
* gdb.base/nested-subp3.exp: Likewise.
|
||
|
||
2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
|
||
|
||
* lib/dwarf.exp (_note): Fix left shift of negative value.
|
||
* gdb.trace/trace-condition.exp: Likewise.
|
||
|
||
2015-11-13 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/call-sc.exp (test_scalar_returns): Remove the
|
||
comments about d10v.
|
||
(test_scalar_returns): Likewise.
|
||
* gdb.base/d10v.ld: Remove.
|
||
* gdb.base/overlays.exp: Remove the target triplet checking for
|
||
d10v-*-*.
|
||
* gdb.base/structs.exp (test_struct_returns): Remove the
|
||
comments about d10v.
|
||
(test_struct_calls): Likewise.
|
||
|
||
2015-11-13 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/gnu_vector.exp: Check the return value by "p res".
|
||
* gdb.base/gnu_vector.c: Don't include stdio.h.
|
||
(main): Don't print res and call add_some_intvecs.
|
||
|
||
2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
|
||
|
||
* gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
|
||
macro.
|
||
(func5): Removed.
|
||
(func4): Use FAST_TRACEPOINT_LABEL.
|
||
* gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
|
||
macro.
|
||
(func): Removed.
|
||
(thread_function): Use FAST_TRACEPOINT_LABEL.
|
||
* gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
|
||
(func): Remove.
|
||
(marker): Use FAST_TRACEPOINT_LABEL.
|
||
* gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
|
||
(pendfunc1): Remove.
|
||
(pendfunc): Use FAST_TRACEPOINT_LABEL.
|
||
* gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
|
||
(foo): Remove.
|
||
(pendfunc2): Use FAST_TRACEPOINT_LABEL.
|
||
* gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
|
||
macro.
|
||
(func): Remove.
|
||
(marker): Use FAST_TRACEPOINT_LABEL.
|
||
* gdb.trace/trace-common.h: New header.
|
||
* gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
|
||
macro.
|
||
(func): Remove.
|
||
(marker): Use FAST_TRACEPOINT_LABEL.
|
||
* gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
|
||
(func): Remove.
|
||
(thread_function): Use FAST_TRACEPOINT_LABEL.
|
||
|
||
2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
|
||
|
||
* gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
|
||
in front.
|
||
* gdb.trace/change-loc.exp: Use global pcreg definition.
|
||
* gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
|
||
* gdb.trace/entry-values.exp: Use global spreg definition, add $
|
||
in front.
|
||
* gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
|
||
* gdb.trace/pending.exp: Likewise.
|
||
* gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
|
||
* gdb.trace/trace-break.exp: Likewise.
|
||
* gdb.trace/trace-condition.exp: Use global pcreg definition, add $
|
||
in front.
|
||
* gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
|
||
* gdb.trace/while-dyn.exp: Use global fpreg definition, add $
|
||
in front.
|
||
* lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
|
||
|
||
2015-11-09 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.ada/fin_fun_out: New testcase.
|
||
|
||
2015-11-07 Kevin Buettner <kevinb@redhat.com>
|
||
|
||
* gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
|
||
value associated with DW_AT_byte_size.
|
||
* gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
|
||
constants for DW_AT_byte_size, DW_AT_lower_bound, and
|
||
DW_AT_upper_bound.
|
||
|
||
2015-11-07 Kevin Buettner <kevinb@redhat.com>
|
||
|
||
* lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
|
||
(gdb_target_symbol_prefix_flags): Define in terms of _asm
|
||
version.
|
||
* gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
|
||
gdb.dwarf2/dw2-canonicalize-type.exp,
|
||
gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
|
||
gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
|
||
gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
|
||
provided by gdb_target_symbol_prefix_flags_asm.
|
||
* gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
|
||
testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
|
||
testsuite/gdb.dwarf2/dw2-unresolved-main.c,
|
||
testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
|
||
gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
|
||
macros where needed). Use this macro for symbols which require
|
||
the prefix provided by SYMBOL_PREFIX.
|
||
|
||
2015-11-05 Kevin Buettner <kevinb@redhat.com>
|
||
|
||
* lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
|
||
New procs.
|
||
* lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
|
||
representing expressions, of more than one list element.
|
||
* gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
|
||
to prepend linker symbol prefix to f.
|
||
* gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
|
||
table_1 and table_2.
|
||
* gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
|
||
Likewise, for f and g.
|
||
* gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
|
||
for ptr.
|
||
* gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
|
||
for main.
|
||
* gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
|
||
table_1_ptr and table_2_ptr.
|
||
|
||
2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
|
||
|
||
2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
|
||
|
||
* gdb.reverse/s390-mvcle.c: New test.
|
||
* gdb.reverse/s390-mvcle.exp: New file.
|
||
* lib/gdb.exp: Enable reverse tests on s390*-linux.
|
||
|
||
2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
|
||
|
||
* gdb.reverse/readv-reverse.exp: Obvious typo fixed.
|
||
|
||
2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
|
||
|
||
* gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
|
||
reaching marker2.
|
||
* gdb.reverse/getresuid-reverse.exp: Likewise.
|
||
* gdb.reverse/pipe-reverse.exp: Likewise.
|
||
* gdb.reverse/readv-reverse.exp: Likewise.
|
||
* gdb.reverse/recvmsg-reverse.exp: Likewise.
|
||
* gdb.reverse/time-reverse.exp: Likewise.
|
||
* gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
|
||
|
||
2015-10-30 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.threads/wp-replication.c (watch_count_done): Remove.
|
||
(empty_cycle): Remove.
|
||
(main): Don't call empty_cycle. Don't use watch_count_done.
|
||
* gdb.threads/wp-replication.exp: Don't set breakpoint on
|
||
empty_cycle. Rewrite the code counting HW watchpoints.
|
||
|
||
2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
|
||
|
||
* gdb.reverse/fstatat-reverse.c: New test.
|
||
* gdb.reverse/fstatat-reverse.exp: New file.
|
||
* gdb.reverse/getresuid-reverse.c: New test.
|
||
* gdb.reverse/getresuid-reverse.exp: New file.
|
||
* gdb.reverse/pipe-reverse.c: New test.
|
||
* gdb.reverse/pipe-reverse.exp: New file.
|
||
* gdb.reverse/readv-reverse.c: New test.
|
||
* gdb.reverse/readv-reverse.exp: New file.
|
||
* gdb.reverse/recvmsg-reverse.c: New test.
|
||
* gdb.reverse/recvmsg-reverse.exp: New file.
|
||
* gdb.reverse/time-reverse.c: New test.
|
||
* gdb.reverse/time-reverse.exp: New file.
|
||
* gdb.reverse/waitpid-reverse.c: New test.
|
||
* gdb.reverse/waitpid-reverse.exp: New file.
|
||
|
||
2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
|
||
|
||
2015-10-26 Doug Evans <dje@google.com>
|
||
|
||
PR symtab/17391
|
||
* lib/dwarf.exp (_location): Add support for DW_OP_regx.
|
||
* gdb.dwarf2/bad-regnum.c: New file.
|
||
* gdb.dwarf2/bad-regnum.exp: New file.
|
||
|
||
2015-10-26 Doug Evans <dje@google.com>
|
||
|
||
PR python/18938
|
||
* gdb.python/python.exp: Add test for symlink from .py file to .notpy
|
||
file.
|
||
|
||
2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.compile/compile.exp (compile code globalvar): Update expectation
|
||
for a change by "Mention language in compile error message".
|
||
|
||
2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
|
||
|
||
PR python/18073
|
||
* gdb.python/py-type.c (C::a_method): New.
|
||
(C::a_const_method): New.
|
||
(C::a_static_method): New.
|
||
(a_function): New.
|
||
* gdb.python/py-type.exp (test_fields): Test getting fields
|
||
from function and method.
|
||
|
||
2015-10-21 Keven Boell <keven.boell@intel.com>
|
||
|
||
* gdb.fortran/vla-alloc-assoc.exp: New file.
|
||
* gdb.fortran/vla-datatypes.exp: New file.
|
||
* gdb.fortran/vla-datatypes.f90: New file.
|
||
* gdb.fortran/vla-history.exp: New file.
|
||
* gdb.fortran/vla-ptype-sub.exp: New file.
|
||
* gdb.fortran/vla-ptype.exp: New file.
|
||
* gdb.fortran/vla-sizeof.exp: New file.
|
||
* gdb.fortran/vla-sub.f90: New file.
|
||
* gdb.fortran/vla-value-sub-arbitrary.exp: New file.
|
||
* gdb.fortran/vla-value-sub-finish.exp: New file.
|
||
* gdb.fortran/vla-value-sub.exp: New file.
|
||
* gdb.fortran/vla-value.exp: New file.
|
||
* gdb.fortran/vla-ptr-info.exp: New file.
|
||
* gdb.mi/mi-vla-fortran.exp: New file.
|
||
* gdb.mi/vla.f90: New file.
|
||
|
||
2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
|
||
|
||
* gdb.base/freebpcmd.exp: Use with_timeout_factor instead
|
||
of hardwired timeout value.
|
||
|
||
2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.dwarf2/dw2-regno-invalid.exp: New file.
|
||
* lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
|
||
|
||
2015-10-19 Josh Stone <jistone@redhat.com>
|
||
|
||
* gdb.base/catch-syscall.c: Include <sched.h>.
|
||
(unknown_syscall): New variable.
|
||
(main): Trigger a vfork and an unknown syscall.
|
||
* gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
|
||
(unknown_syscall_number): Likewise.
|
||
(check_call_to_syscall): Accept an optional syscall pattern.
|
||
(check_return_from_syscall): Likewise.
|
||
(check_continue): Likewise.
|
||
(test_catch_syscall_without_args): Check for vfork and ENOSYS.
|
||
(test_catch_syscall_skipping_return): New test toggling off 'catch
|
||
syscall' to step over the syscall return, then toggling back on.
|
||
(test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
|
||
during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
|
||
(do_syscall_tests): Call test_catch_syscall_without_args and
|
||
test_catch_syscall_mid_vfork.
|
||
(test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
|
||
(fill_all_syscalls_numbers): Initialize unknown_syscall_number.
|
||
|
||
2015-10-19 Andrew Stubbs <ams@codesourcery.com>
|
||
|
||
* gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
|
||
print g_vE): Add new pass patterns.
|
||
* gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
|
||
print various symbol names for vptr fields.
|
||
|
||
2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
|
||
|
||
* gdb.base/dbx.exp (test_func): Remove xfails, update expected
|
||
results.
|
||
|
||
2015-10-12 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.arch/disp-step-insn-reloc.exp: New test case.
|
||
|
||
2015-10-12 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* lib/gdb.exp (support_displaced_stepping): Return 1 if target
|
||
is aarch64*-*-linux*.
|
||
|
||
2015-10-12 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
|
||
(can_relocate_bcond_true): ... it.
|
||
(can_relocate_bcond_false): New function.
|
||
(foo): Likewise.
|
||
(can_relocate_bl): Likewise.
|
||
(testcases) [__aarch64__]: Add can_relocate_bcond_false and
|
||
can_relocate_bl.
|
||
|
||
2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
|
||
|
||
* gdb.base/nested-addr.c: New file.
|
||
* gdb.base/nested-addr.exp: New testcase.
|
||
|
||
2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/vdso.c (main): Remove breakpoint markers.
|
||
* gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
|
||
its output. Ignore the output of "record goto begin" and instead
|
||
check that GDB is replaying.
|
||
|
||
2015-10-09 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
|
||
(top level): Use it in the run with no args test.
|
||
|
||
2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
|
||
|
||
* gdb.dlang/properties.exp: New file.
|
||
|
||
2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
|
||
|
||
* gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
|
||
whether or not address 0x1000 is mapped on the target.
|
||
|
||
2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.python/py-type.exp: Do not run tests if binaries fail to
|
||
build.
|
||
|
||
2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
|
||
instruction-history test.
|
||
|
||
2015-09-28 Doug Evans <dje@google.com>
|
||
|
||
* gdb.base/gcore.c (array_func): Add reference to static_array.
|
||
|
||
2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
|
||
source line.
|
||
|
||
2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
|
||
|
||
* gdb.cp/classes.exp (test_enums): Generalize regexp to allow
|
||
short or char as base type.
|
||
|
||
2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
|
||
|
||
* gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
|
||
to allow any size enum.
|
||
|
||
2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
|
||
|
||
* gdb.ada/array_ptr_renaming.exp: New testcase.
|
||
* gdb.ada/array_ptr_renaming/foo.adb: New file.
|
||
* gdb.ada/array_ptr_renaming/pack.ads: New file.
|
||
|
||
2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
|
||
|
||
* gdb.trace/ftrace-lock.c: New file.
|
||
* gdb.trace/ftrace-lock.exp: New file.
|
||
|
||
2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
|
||
|
||
* gdb.arch/insn-reloc.c: New file.
|
||
* gdb.arch/ftrace-insn-reloc.exp: New file.
|
||
|
||
2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
|
||
|
||
* gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
|
||
instruction.
|
||
* gdb.trace/pendshr1.c (pendfunc): Likewise.
|
||
* gdb.trace/pendshr2.c (pendfunc2): Likewise.
|
||
* gdb.trace/range-stepping.c: Likewise.
|
||
* gdb.trace/trace-break.c: Likewise.
|
||
* gdb.trace/trace-mt.c (thread_function): Likewise.
|
||
* gdb.trace/ftrace.c (marker): Likewise.
|
||
* gdb.trace/trace-condition.c (marker): Likewise.
|
||
* gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
|
||
* gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
|
||
is_aarch64_target.
|
||
|
||
2015-09-18 Doug Evans <xdje42@gmail.com>
|
||
|
||
* gdb.dwarf2/dw2-bad-unresolved.c: New file.
|
||
* gdb.dwarf2/dw2-bad-unresolved.exp: New file.
|
||
|
||
2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
|
||
|
||
* gdb.base/dso2dso.exp: Don't use directory prefix when setting
|
||
the breakpoint.
|
||
|
||
2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
|
||
|
||
* gdb.mi/mi-pending.exp: Don't use directory prefix when setting
|
||
the pending breakpoint. Remove timeout override for "Run till
|
||
MI pending breakpoint on pendfunc3 on thread 2" test.
|
||
|
||
2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
|
||
|
||
* gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
|
||
filename pattern.
|
||
|
||
2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
|
||
|
||
* gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
|
||
in breakpoint filename pattern.
|
||
|
||
2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
|
||
|
||
* gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
|
||
|
||
2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
|
||
|
||
* gdb.linespec/explicit.exp: Check for readline support for
|
||
tab-completion tests. Fix obvious typo.
|
||
|
||
2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
|
||
and replay.
|
||
|
||
2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/non-stop.c: New.
|
||
* gdb.btrace/non-stop.exp: New.
|
||
|
||
2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
|
||
Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.trace/trace-condition.c: New file.
|
||
* gdb.trace/trace-condition.exp: New file.
|
||
|
||
2015-09-16 Wei-cheng Wang <cole945@gmail.com>
|
||
|
||
* gdb.trace/ftrace.exp: (test_ftrace_condition) New function
|
||
for testing bytecode compilation.
|
||
|
||
2015-09-16 Pedro Alves <palves@redhat.com>
|
||
Sandra Loosemore <sandra@codesourcery.com>
|
||
|
||
* gdb.threads/non-stop-fair-events.c (timeout): New global.
|
||
(SECONDS): Redefine.
|
||
(main): Call pthread_kill and alarm early.
|
||
* gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
|
||
support.
|
||
(test): If the target can't hardware step and doesn't support
|
||
displaced stepping, increase the timeout.
|
||
|
||
2015-09-16 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
|
||
(enable_debug): New procedures.
|
||
(test): Use them. Bail out if waiting for threads fails.
|
||
(top level): Bail out if a test fails.
|
||
|
||
2015-09-16 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.asm/asm-source.exp: Set asm-arch for
|
||
aarch64*-*-* target.
|
||
* gdb.asm/aarch64.inc: New file.
|
||
|
||
2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
|
||
|
||
* gdb.ada/array_of_variable_length.exp: New testcase.
|
||
* gdb.ada/array_of_variable_length/foo.adb: New file.
|
||
* gdb.ada/array_of_variable_length/pck.adb: New file.
|
||
* gdb.ada/array_of_variable_length/pck.ads: New file.
|
||
|
||
2015-09-15 Doug Evans <dje@google.com>
|
||
|
||
* gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
|
||
of function static local variable.
|
||
|
||
2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
|
||
|
||
* gdb.threads/tls-so_extern.exp: New test file.
|
||
* gdb.threads/tls-so_extern.c: New test file.
|
||
* gdb.threads/tls-so_extern_main.c: New test file.
|
||
|
||
2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.opt/solib-intra-step-lib.c: New file.
|
||
* gdb.opt/solib-intra-step-main.c: New file.
|
||
* gdb.opt/solib-intra-step.exp: New file.
|
||
|
||
2015-09-15 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/non-ldr-exc-3.exp (do_test): Use
|
||
gdb_continue_to_breakpoint instead of gdb_test_multiple.
|
||
|
||
2015-09-14 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/hook-stop-continue.c: Delete.
|
||
* gdb.base/hook-stop-continue.exp: Delete.
|
||
* gdb.base/hook-stop-frame.c: Delete.
|
||
* gdb.base/hook-stop-frame.exp: Delete.
|
||
* gdb.base/hook-stop.c: New file.
|
||
* gdb.base/hook-stop.exp: New file.
|
||
|
||
2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
|
||
|
||
* gdb.ada/access_to_packed_array.exp: New testcase.
|
||
* gdb.ada/access_to_packed_array/foo.adb: New file.
|
||
* gdb.ada/access_to_packed_array/pack.adb: New file.
|
||
* gdb.ada/access_to_packed_array/pack.ads: New file.
|
||
|
||
2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
|
||
buffer size test.
|
||
|
||
2015-09-11 Don Breazeal <donb@codesourcery.com>
|
||
|
||
* gdb.base/foll-exec.c: Add copyright header. Fix
|
||
formatting issues.
|
||
* gdb.base/foll-exec.exp (zap_session): Delete proc.
|
||
(do_exec_tests): Use clean_restart in place of zap_session,
|
||
and for test initialization. Fix formatting issues. Use
|
||
fail in place of perror.
|
||
* gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
|
||
an expect statement to match an expression with output from
|
||
the program under debug.
|
||
* gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
|
||
non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
|
||
* gdb.threads/non-ldr-exc-2.exp: Likewise.
|
||
* gdb.threads/non-ldr-exc-3.exp: Likewise.
|
||
* gdb.threads/non-ldr-exc-4.exp: Likewise.
|
||
|
||
2015-09-09 Doug Evans <dje@google.com>
|
||
|
||
* gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
|
||
|
||
2015-09-09 Doug Evans <dje@google.com>
|
||
|
||
* gdb.base/pie-execl.exp: Fix result test of build_executable.
|
||
|
||
2015-09-09 Doug Evans <dje@google.com>
|
||
|
||
* gdb.base/savedregs.exp: Fix typo.
|
||
|
||
2015-09-09 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.mi/mi-cli.exp: Add CLI finish tests.
|
||
|
||
2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
|
||
|
||
* gdb.threads/hand-call-in-threads.exp: Make sure the thread
|
||
command actually switches threads. Give up on remaining
|
||
tests if target fails to stop at breakpoint.
|
||
|
||
2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
|
||
|
||
* gdb.ada/funcall_char.exp: New testcase.
|
||
* gdb.ada/funcall_char/foo.adb: New file.
|
||
|
||
2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
|
||
|
||
* gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
|
||
expected outputs. Add two testcases for completing ambiguous
|
||
functions.
|
||
* gdb.ada/complete/aux_pck.adb: New file.
|
||
* gdb.ada/complete/aux_pck.ads: New file.
|
||
* gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
|
||
Ambiguous_Func functions.
|
||
* gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
|
||
* gdb.ada/complete/pck.adb: Likewise.
|
||
|
||
2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
|
||
|
||
* lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
|
||
failures to run the test program under GDB.
|
||
|
||
2015-08-26 Luis Machado <lgustavo@codesourcery.com>
|
||
|
||
* gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
|
||
to C.
|
||
|
||
2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
|
||
|
||
* gdb.base/run-after-attach.exp: New test file.
|
||
* gdb.base/run-after-attach.c: New test file.
|
||
|
||
2015-08-26 Don Breazeal <donb@codesourcery.com>
|
||
|
||
* gdb.base/foll-exec-2.c: New test program.
|
||
* gdb.base/foll-exec-2.exp: New test.
|
||
|
||
2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
|
||
|
||
* gdb.base/nested-subp1.exp: New file.
|
||
* gdb.base/nested-subp1.c: New file.
|
||
* gdb.base/nested-subp2.exp: New file.
|
||
* gdb.base/nested-subp2.c: New file.
|
||
* gdb.base/nested-subp3.exp: New file.
|
||
* gdb.base/nested-subp3.c: New file.
|
||
|
||
2015-08-24 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.server/connect-without-multi-process.c: New file.
|
||
* gdb.server/connect-without-multi-process.exp: New file.
|
||
|
||
2015-08-24 Luis Machado <lgustavo@codesourcery.com>
|
||
|
||
* gdb.opt/inline-markers.c: Make z int.
|
||
|
||
2015-08-24 Luis Machado <lgustavo@codesourcery.com>
|
||
|
||
* gdb.opt/inline-markers.c: Make z volatile.
|
||
|
||
2015-08-24 Luis Machado <lgustavo@codesourcery.com>
|
||
|
||
* gdb.opt/inline-bt.c: New volatile global z.
|
||
* gdb.opt/inline-cmds.c: Likewise.
|
||
* gdb.opt/inline-locals.c: Likewise.
|
||
* gdb.opt/inline-markers.c: New extern global z.
|
||
(marker): Use z.
|
||
(inline_fn): Likewise.
|
||
|
||
2015-08-24 Pedro Alves <palves@redhat.com>
|
||
|
||
* config/m32r-stub.exp: Remove file.
|
||
* gdb.base/call-ar-st.exp: Remove reference to sparclet.
|
||
* gdb.base/call-rt-st.exp: Likewise.
|
||
* gdb.base/call-strs.exp: Likewise.
|
||
* gdb.base/default.exp: Remove references to h8300-*-hms and
|
||
*-*-udi*.
|
||
* gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
|
||
|
||
2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
|
||
-Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
|
||
and "return" use KFAIL when GDB can not read/write the vector
|
||
return value.
|
||
|
||
2015-08-21 Gary Benson <gbenson@redhat.com>
|
||
|
||
* gdb.trace/pending.exp: Cope with remote transfer warnings.
|
||
|
||
2015-08-20 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.server/solib-list.exp: No longer expect an interior stop in
|
||
non-stop mode.
|
||
|
||
2015-08-20 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.server/connect-stopped-target.c: New file.
|
||
* gdb.server/connect-stopped-target.exp: New file.
|
||
|
||
2015-08-20 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.dwarf2/comp-unit-lang.exp: New file.
|
||
* gdb.dwarf2/comp-unit-lang.c: New file.
|
||
|
||
2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
|
||
|
||
* gdb.ada/attr_ref_and_charlit.exp: New testcase.
|
||
* gdb.ada/attr_ref_and_charlit/foo.adb: New file.
|
||
|
||
2015-08-19 Kevin Buettner <kevinb@redhat.com>
|
||
|
||
* gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
|
||
* gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
|
||
|
||
2015-08-18 Doug Evans <dje@google.com>
|
||
Adrian Sendroiu <adrian.sendroiu@freescale.com>
|
||
|
||
* lib/gdb.exp (skip_python_tests_prompt): Renamed from
|
||
skip_python_tests. New arg prompt_regexp.
|
||
(skip_python_tests): New function.
|
||
* lib/mi-support.exp (mi_skip_python_tests): New function.
|
||
* gdb.python/py-mi-objfile-gdb.py: New file.
|
||
* gdb.python/py-mi-objfile.c: New file.
|
||
* gdb.python/py-mi-objfile.exp: New file.
|
||
|
||
2015-08-17 Keith Seitz <keiths@redhat.com>
|
||
|
||
* gdb.linespec/explicit.exp: Move strace test from here ...
|
||
* gdb.trace/strace.exp: ... to here.
|
||
|
||
2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
|
||
|
||
* gdb.base/kill-detach-inferiors-cmd.exp: New test file.
|
||
* gdb.base/kill-detach-inferiors-cmd.c: New test file.
|
||
|
||
2015-08-14 Doug Evans <xdje42@gmail.com>
|
||
|
||
* gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
|
||
inferior before selecting a new file.
|
||
|
||
2015-08-14 Doug Evans <xdje42@gmail.com>
|
||
|
||
* gdb.mi/mi-disassemble.exp: Update.
|
||
* gdb.base/disasm-optim.S: New file.
|
||
* gdb.base/disasm-optim.c: New file.
|
||
* gdb.base/disasm-optim.h: New file.
|
||
* gdb.base/disasm-optim.exp: New file.
|
||
|
||
2015-08-14 Keith Seitz <keiths@redhat.com>
|
||
|
||
* lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
|
||
"evaluated-by".
|
||
|
||
2015-08-13 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.base/dso2dso.exp: Improve the testcase's documentation.
|
||
|
||
2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
|
||
|
||
* gdb.ada/fun_renaming.exp: New testcase.
|
||
* gdb.ada/fun_renaming/fun_renaming.adb: New file.
|
||
* gdb.ada/fun_renaming/pack.adb: New file.
|
||
* gdb.ada/fun_renaming/pack.ads: New file.
|
||
|
||
2015-08-12 Keith Seitz <keiths@redhat.com>
|
||
|
||
* gdb.base/dso2dso.exp: Pass basename of source file in call to
|
||
gdb_get_line_number.
|
||
|
||
2015-08-12 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
|
||
gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
|
||
gdb.base/dso2dso.exp: New files.
|
||
|
||
2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
|
||
Pedro Alves <palves@redhat.com>
|
||
Keith Seitz <keiths@redhat.com>
|
||
|
||
* gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
|
||
GDBFLAGS.
|
||
|
||
2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
|
||
|
||
* gdb.base/gdbhistsize-history.exp
|
||
(test_histsize_history_setting): Use save_vars.
|
||
* gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
|
||
Use save_vars.
|
||
(test_no_truncation_of_unlimited_history_file): Use save_vars.
|
||
* gdb.base/readline.exp: Use save_vars.
|
||
|
||
2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
|
||
|
||
* lib/gdb.exp (save_vars): New proc.
|
||
|
||
2015-08-11 Keith Seitz <keiths@redhat.com>
|
||
|
||
* gdb.base/help.exp: Update help_breakpoint_text.
|
||
|
||
2015-08-11 Keith Seitz <keiths@redhat.com>
|
||
|
||
* gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
|
||
(at toplevel): Call test_explicit_breakpoints.
|
||
* gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
|
||
breakpoints.
|
||
* lib/mi-support.exp (mi_make_breakpoint): Add support for
|
||
breakpoint conditions, "-cond".
|
||
|
||
2015-08-11 Keith Seitz <keiths@redhat.com>
|
||
|
||
* gdb.linespec/3explicit.c: New file.
|
||
* gdb.linespec/cpexplicit.cc: New file.
|
||
* gdb.linespec/cpexplicit.exp: New file.
|
||
* gdb.linespec/explicit.c: New file.
|
||
* gdb.linespec/explicit.exp: New file.
|
||
* gdb.linespec/explicit2.c: New file.
|
||
* gdb.linespec/ls-errs.exp: Add explicit location tests.
|
||
* lib/gdb.exp (capture_command_output): Regexp-escape `command'
|
||
before using in the matching pattern.
|
||
Clarify that `prefix' is a regular expression.
|
||
|
||
2015-08-11 Keith Seitz <keiths@redhat.com>
|
||
|
||
* gdb.base/dprintf-pending.exp: Update dprintf "without format"
|
||
test.
|
||
Add tests for missing ",FMT" and ",".
|
||
|
||
2015-08-10 Doug Evans <dje@google.com>
|
||
Keith Seitz <keiths@redhat.com>
|
||
|
||
PR gdb/17960
|
||
* gdb.base/completion.exp: Add location completer tests.
|
||
|
||
2015-08-07 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
|
||
tests here.
|
||
(top level): Run do_test with and without displaced stepping.
|
||
|
||
2015-08-07 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/valgrind-disp-step.c: New file.
|
||
* gdb.base/valgrind-disp-step.exp: New file.
|
||
|
||
2015-08-07 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
|
||
Delete function.
|
||
(main): Add alarm. Run an infinite loop instead of calling
|
||
wait_threads.
|
||
* gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
|
||
comment.
|
||
* gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
|
||
Delete function.
|
||
(main): Add alarm. Run an infinite loop instead of calling
|
||
wait_threads.
|
||
* gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
|
||
comment.
|
||
|
||
2015-08-07 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/checkpoint-ns.exp: New file.
|
||
* gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
|
||
standard_testfile.
|
||
|
||
2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
|
||
* gdb.btrace/instruction_history.exp: Update.
|
||
* gdb.btrace/tsx.exp: New.
|
||
* gdb.btrace/tsx.c: New.
|
||
|
||
2015-08-06 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.reverse/step-precsave.exp: Use with_timeout_factor to
|
||
increase timeout.
|
||
* gdb.reverse/until-precsave.exp: Bump timeouts.
|
||
|
||
2015-08-06 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/valgrind-infcall.exp: Issue a "disconnect".
|
||
|
||
2015-08-06 Pedro Alves <palves@redhat.com>
|
||
|
||
PR gdb/18749
|
||
* gdb.threads/process-dies-while-handling-bp.c: New file.
|
||
* gdb.threads/process-dies-while-handling-bp.exp: New file.
|
||
|
||
2015-08-06 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/forking-threads-plus-breakpoint.exp: New file.
|
||
* gdb.threads/forking-threads-plus-breakpoint.c: New file.
|
||
|
||
2015-08-05 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/next-while-other-thread-longjmps.c: New file.
|
||
* gdb.threads/next-while-other-thread-longjmps.exp: New file.
|
||
|
||
2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
|
||
|
||
* gdb.base/bp-permanent.exp: Report test as unsupported if
|
||
the target cannot stop at the permanent breakpoint.
|
||
|
||
2015-08-03 Doug Evans <dje@google.com>
|
||
|
||
* gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
|
||
10000.
|
||
|
||
2015-08-03 Doug Evans <dje@google.com>
|
||
|
||
* Makefile.in (workers/%.worker, build-perf): New rule.
|
||
(GDB_PERFTEST_MODE): New variable.
|
||
(check-perf): Use it.
|
||
(clean): Clean up gdb.perf parallel build subdirs.
|
||
* lib/build-piece.exp: New file.
|
||
* lib/gdb.exp (make_gdb_parallel_path): New function
|
||
(standard_output_file, standard_temp_file): Call it.
|
||
(GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
|
||
of $GDB_PARALLEL.
|
||
* lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
|
||
|
||
2015-08-03 Doug Evans <dje@google.com>
|
||
|
||
* gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
|
||
(LOG_FILE_NAME): New global.
|
||
(TextReporter.__init__): Initialize self.txt_sum.
|
||
(TextReporter.report): Add support for multiple data-points.
|
||
Move report to perftest.sum, put raw data in perftest.log.
|
||
(TextReporter.start): Open sum and log files.
|
||
(TextReporter.end): Close sum and log files.
|
||
* gdb.perf/lib/perftest/testresult.py
|
||
(SingleStatisticTestResult.record): Handle multiple data-points.
|
||
|
||
2015-07-31 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
|
||
Use spawn_id_get_pid. Wait for spawn id after eof. Use
|
||
kill_wait_spawned_process instead of explicit "kill -9".
|
||
* gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
|
||
returning a spawn id instead of a pid. Use spawn_id_get_pid and
|
||
kill_wait_spawned_process.
|
||
* gdb.base/attach-twice.exp: Likewise.
|
||
* gdb.base/attach.exp: Likewise.
|
||
(do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
|
||
gdb_test_multiple.
|
||
* gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
|
||
returning a spawn id instead of a pid. Use spawn_id_get_pid and
|
||
kill_wait_spawned_process.
|
||
* gdb.base/valgrind-infcall.exp: Likewise.
|
||
* gdb.multi/multi-attach.exp: Likewise.
|
||
* gdb.python/py-prompt.exp: Likewise.
|
||
* gdb.python/py-sync-interp.exp: Likewise.
|
||
* gdb.server/ext-attach.exp: Likewise.
|
||
* gdb.threads/attach-into-signal.exp (corefunc): Use
|
||
spawn_wait_for_attach, spawn_id_get_pid and
|
||
kill_wait_spawned_process.
|
||
* gdb.threads/attach-many-short-lived-threads.exp: Adjust to
|
||
spawn_wait_for_attach returning a spawn id instead of a pid. Use
|
||
spawn_id_get_pid and kill_wait_spawned_process.
|
||
* gdb.threads/attach-stopped.exp (corefunc): Use
|
||
spawn_wait_for_attach, spawn_id_get_pid and
|
||
kill_wait_spawned_process.
|
||
* gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
|
||
Use spawn_id_get_pid. Wait for spawn id after eof. Use
|
||
kill_wait_spawned_process instead of explicit "kill -9".
|
||
* lib/gdb.exp (can_spawn_for_attach): Adjust comment.
|
||
(kill_wait_spawned_process, spawn_id_get_pid): New procedures.
|
||
(spawn_wait_for_attach): Use spawn instead of exec to spawn
|
||
processes. Don't map cygwin/windows pids here. Now returns a
|
||
spawn id list.
|
||
|
||
2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
|
||
|
||
* gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
|
||
4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
|
||
correct patch.
|
||
|
||
2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
|
||
|
||
* gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
|
||
|
||
2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
|
||
|
||
Reapply:
|
||
2014-05-21 Mark Wielaard <mjw@redhat.com>
|
||
|
||
* gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
|
||
|
||
2015-07-30 Pedro Alves <palves@redhat.com>
|
||
|
||
* linux-low.c (handle_extended_wait): Set the child's last
|
||
reported status to TARGET_WAITKIND_STOPPED.
|
||
|
||
2015-07-30 Pedro Alves <palves@redhat.com>
|
||
|
||
PR threads/18600
|
||
* gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
|
||
only shows inferior 1.
|
||
|
||
2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
|
||
Pedro Alves <palves@redhat.com>
|
||
|
||
PR threads/18600
|
||
* gdb.threads/fork-plus-threads.c: New file.
|
||
* gdb.threads/fork-plus-threads.exp: New file.
|
||
|
||
2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
|
||
|
||
* gdb.base/batch-preserve-term-settings.exp
|
||
(test_terminal_settings_preserved_after_cli_exit): Use
|
||
send_quit_command.
|
||
|
||
2015-07-29 Pedro Alves <palves@redhat.com>
|
||
Don Breazeal <donb@codesourcery.com>
|
||
|
||
* gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
|
||
output from both inferior_spawn_id and gdb_spawn_id.
|
||
|
||
2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
|
||
|
||
* gdb.threads/attach-into-signal.exp (corefunc): Use
|
||
with_test_prefix on nested loops, uniquefying the test messages.
|
||
|
||
2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
|
||
|
||
* gdb.python/py-objfile.exp: Fix typo that snuck in from my last
|
||
commit.
|
||
|
||
2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
|
||
|
||
* gdb.base/batch-preserve-term-settings.exp (send_quit_command):
|
||
New proc.
|
||
(test_terminal_settings_preserved_after_sigterm): New test.
|
||
|
||
2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
|
||
|
||
* gdb.base/batch-preserve-term-settings.exp
|
||
(test_terminal_settings_preserved_after_cli_exit): New test.
|
||
|
||
2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
|
||
|
||
* gdb.base/batch-preserve-term-settings.exp: Remove top-level
|
||
manipulation of saved_gdbflags.
|
||
(test_terminal_settings_preserved): Remove global declaration of
|
||
the unused variable pagination_prompt. Remove manipulation of
|
||
saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
|
||
GDBFLAGS.
|
||
|
||
2015-07-29 Pedro Alves <palves@redhat.com>
|
||
|
||
* boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
|
||
|
||
2015-07-29 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
|
||
at the top.
|
||
|
||
2015-07-29 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
|
||
(main): Call gdb_unbuffer_output.
|
||
* gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
|
||
(main): Call gdb_unbuffer_output.
|
||
* gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
|
||
(main): Call gdb_unbuffer_output.
|
||
* gdb.base/call-strs.exp: Adjust to step over the
|
||
gdb_unbuffer_output call.
|
||
* gdb.base/catch-gdb-caused-signals.c: Include
|
||
"../lib/unbuffer_output.c".
|
||
(main): Call gdb_unbuffer_output.
|
||
* gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
|
||
(main): Call gdb_unbuffer_output.
|
||
* gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
|
||
(main): Call gdb_unbuffer_output.
|
||
* gdb.base/run.c: Include "../lib/unbuffer_output.c".
|
||
(main): Call gdb_unbuffer_output.
|
||
* gdb.base/shlib-call.exp: Adjust to step over the
|
||
gdb_unbuffer_output call.
|
||
* gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
|
||
(main): Call gdb_unbuffer_output.
|
||
* gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
|
||
(main): Call gdb_unbuffer_output.
|
||
* gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
|
||
(main): Rename to ...
|
||
(test): ... this.
|
||
(main): Reimplement.
|
||
* gdb.base/varargs.exp: Run to test instead of to main.
|
||
* gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
|
||
(main): Call gdb_unbuffer_output.
|
||
|
||
2015-07-29 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
|
||
factore out from mi_continue_dprintf. For call-style dprintfs,
|
||
expect dprintf output out of $inferior_spawn_id.
|
||
(mi_continue_dprintf): Use mi_expect_dprintf.
|
||
* gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
|
||
(main): Call gdb_unbuffer_output.
|
||
|
||
2015-07-29 Pedro Alves <palves@redhat.com>
|
||
|
||
* lib/mi-support.exp (mi_inferior_spawn_id): Delete.
|
||
(default_mi_gdb_start): Set inferior_spawn_id instead of
|
||
mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
|
||
gdb_spawn_id.
|
||
(mi_gdb_test): Always expect inferior output from both
|
||
$inferior_spawn_id and $gdb_spawn_id.
|
||
|
||
2015-07-29 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.gdb/selftest.exp (test_with_self): Update comment. Use
|
||
send_inferior and $inferior_spawn_id.
|
||
|
||
2015-07-29 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.gdb/complaints.exp (test_initial_complaints)
|
||
(test_serial_complaints, test_short_complaints): Use
|
||
gdb_test_stdio.
|
||
(test_empty_complaint): Handle $inferior_spawn_id !=
|
||
$gdb_spawn_id.
|
||
|
||
2015-07-29 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/varargs.exp: Use gdb_test_stdio.
|
||
|
||
2015-07-29 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/shlib-call.exp: Use gdb_test_stdio.
|
||
|
||
2015-07-29 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/ending-run.exp: Use gdb_test_stdio.
|
||
|
||
2015-07-29 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/call-rt-st.exp (print_struct_call): Split "result"
|
||
parameter into two new parameters, "inf_result" and "gdb_result".
|
||
Expect inferior output and gdb output from $inferior_spawn_id and
|
||
$gdb_spawn_id, respectively. Adjust all callers.
|
||
|
||
2015-07-29 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
|
||
of gdb_test_sequence.
|
||
|
||
2015-07-29 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
|
||
(saw_spurious_output): Expect inferior output from
|
||
$inferior_spawn_id. Use gdb_test_stdio.
|
||
|
||
2015-07-29 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/dprintf.exp: Use standard_testfile. Change
|
||
prepare_for_testing call.
|
||
(srcfile): Don't set.
|
||
(restart): New procedure.
|
||
(test_dprintf): New procecure, use to continue over dprintfs.
|
||
(test_call, test_agent): New procedures, tests moved here.
|
||
Restart gdb and recreate dprintfs. Adjust expected output.
|
||
|
||
2015-07-29 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
|
||
|
||
2015-07-29 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
|
||
|
||
2015-07-29 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
|
||
gdb_test_stdio.
|
||
|
||
2015-07-29 Pedro Alves <palves@redhat.com>
|
||
|
||
* lib/gdb.exp (gdb_test_stdio): New procedure.
|
||
|
||
2015-07-29 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
|
||
|
||
2015-07-29 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/call-signal-resume.exp: Remove check for
|
||
gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
|
||
* gdb.base/unwindonsignal.exp: Likewise.
|
||
* gdb.base/call-signals.c (gen_signal): Remove printf call.
|
||
* gdb.base/unwindonsignal.c (gen_signal): Likewise.
|
||
|
||
2015-07-29 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/siginfo-addr.c (pass): New function.
|
||
(handler): Call it iff si_addr is correct.
|
||
* gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
|
||
Set a breakpoint at "pass" and continue to it.
|
||
|
||
2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
|
||
|
||
* gdb.python/py-objfile.exp: Make some tests have unique names.
|
||
* gdb.python/py-pp-registration.exp: Likewise.
|
||
|
||
2015-07-28 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.server/server-exec-info.exp: Issue a "disconnect".
|
||
|
||
2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
|
||
|
||
2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
|
||
|
||
2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
|
||
|
||
* gdb.base/gdb-sigterm-2.exp: New test.
|
||
|
||
2015-07-25 Doug Evans <xdje42@gmail.com>
|
||
|
||
Revert:
|
||
* Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
|
||
(workers/%.worker, build-perf): New rule.
|
||
(GDB_PERFTEST_MODE): New variable.
|
||
(check-perf): Use it.
|
||
(clean): Clean up gdb.perf parallel build subdirs.
|
||
* lib/build-piece.exp: New file.
|
||
* lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
|
||
* lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
|
||
name.
|
||
(standard_temp_file): Ditto.
|
||
(GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
|
||
of $GDB_PARALLEL.
|
||
|
||
2015-07-24 Doug Evans <dje@google.com>
|
||
|
||
* gdb.perf/lib/perftest/utils.py: New file.
|
||
* gdb.perf/gm-hello.cc: New file.
|
||
* gdb.perf/gm-pervasive-typedef.cc: New file.
|
||
* gdb.perf/gm-pervasive-typedef.h: New file.
|
||
* gdb.perf/gm-std.cc: New file.
|
||
* gdb.perf/gm-std.h: New file.
|
||
* gdb.perf/gm-use-cerr.cc: New file.
|
||
* gdb.perf/gm-utils.h: New file.
|
||
* gdb.perf/gmonster-null-lookup.py: New file.
|
||
* gdb.perf/gmonster-pervasive-typedef.py: New file.
|
||
* gdb.perf/gmonster-print-cerr.py: New file.
|
||
* gdb.perf/gmonster-ptype-string.py: New file.
|
||
* gdb.perf/gmonster-runto-main.py: New file.
|
||
* gdb.perf/gmonster-select-file.py: New file.
|
||
* gdb.perf/gmonster1-null-lookup.exp: New file.
|
||
* gdb.perf/gmonster1-pervasive-typedef.exp: New file.
|
||
* gdb.perf/gmonster1-print-cerr.exp: New file.
|
||
* gdb.perf/gmonster1-ptype-string.exp: New file.
|
||
* gdb.perf/gmonster1-runto-main.exp: New file.
|
||
* gdb.perf/gmonster1-select-file.exp: New file.
|
||
* gdb.perf/gmonster1.cc: New file.
|
||
* gdb.perf/gmonster1.exp: New file.
|
||
* gdb.perf/gmonster2-null-lookup.exp: New file.
|
||
* gdb.perf/gmonster2-pervasive-typedef.exp: New file.
|
||
* gdb.perf/gmonster2-print-cerr.exp: New file.
|
||
* gdb.perf/gmonster2-ptype-string.exp: New file.
|
||
* gdb.perf/gmonster2-runto-main.exp: New file.
|
||
* gdb.perf/gmonster2-select-file.exp: New file.
|
||
* gdb.perf/gmonster2.cc: New file.
|
||
* gdb.perf/gmonster2.exp: New file.
|
||
|
||
2015-07-24 Doug Evans <dje@google.com>
|
||
|
||
* gdb.perf/README: New file.
|
||
* lib/perftest.exp (tcl_string_list_to_python_list): New function.
|
||
* lib/gen-perf-test.exp: New file.
|
||
|
||
2015-07-24 Doug Evans <dje@google.com>
|
||
|
||
* lib/perftest.exp (PerfTest::compile): Unconditionally call body.
|
||
(PerfTest::startup): New function.
|
||
(PerfTest::run): Return result of calling body.
|
||
(PerfTest::assemble): Rewrite.
|
||
* gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
|
||
* gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
|
||
* gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
|
||
* gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
|
||
* gdb.perf/solib.exp (PerfTest::assemble): Ditto.
|
||
|
||
2015-07-24 Doug Evans <dje@google.com>
|
||
|
||
* lib/gdb.exp (clean_restart): Make executable optional.
|
||
|
||
2015-07-24 Doug Evans <dje@google.com>
|
||
|
||
* gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
|
||
compiler_info references.
|
||
* gdb.cp/temargs.exp: Ditto.
|
||
* lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
|
||
(get_compiler_info): Early exit if already computed. Set compiler_info
|
||
to "unknown" if there was a problem.
|
||
(test_compiler_info): Add function comment. Call get_compiler_info.
|
||
|
||
2015-07-24 Doug Evans <dje@google.com>
|
||
|
||
* Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
|
||
(workers/%.worker, build-perf): New rule.
|
||
(GDB_PERFTEST_MODE): New variable.
|
||
(check-perf): Use it.
|
||
(clean): Clean up gdb.perf parallel build subdirs.
|
||
* lib/build-piece.exp: New file.
|
||
* lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
|
||
* lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
|
||
name.
|
||
(standard_temp_file): Ditto.
|
||
(GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
|
||
of $GDB_PARALLEL.
|
||
|
||
2015-07-24 Doug Evans <dje@google.com>
|
||
|
||
* lib/future.exp (gdb_default_target_compile): New option
|
||
"early_flags".
|
||
* lib/gdb.exp (gdb_compile): Undo debian's change in default of
|
||
--as-needed.
|
||
|
||
2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
|
||
|
||
* gdb.base/catch-syscall.exp: Call gdb_exit before
|
||
gdb_skip_xml_test.
|
||
|
||
2015-07-24 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.python/py-events.exp: Accept output between the stop event
|
||
and the prompt.
|
||
* gdb.python/py-evsignal.exp: Likewise.
|
||
* gdb.python/py-evthreads.exp: Likewise.
|
||
|
||
2015-07-24 Pedro Alves <palves@redhat.com>
|
||
|
||
PR gdb/18717
|
||
* gdb.threads/non-ldr-exit.c: New file.
|
||
* gdb.threads/non-ldr-exit.exp: New file.
|
||
|
||
2015-07-24 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.server/ext-wrapper.exp: Test --wrapper option when
|
||
restarting process.
|
||
|
||
2015-07-24 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.server/ext-restart.exp: New file.
|
||
|
||
2015-07-24 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* lib/gdbserver-support.exp (gdbserver_start_extended): Add
|
||
argument options.
|
||
* gdb.server/ext-wrapper.exp: New file.
|
||
|
||
2015-07-23 Doug Evans <dje@google.com>
|
||
|
||
* gdb.dwarf2/dw2-dummy-cu.S: New file.
|
||
* gdb.dwarf2/dw2-dummy-cu.exp: New file.
|
||
|
||
2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
|
||
|
||
* gdb.ada/var_arr_typedef.exp: New testcase.
|
||
* gdb.ada/var_arr_typedef/pack.adb: New file.
|
||
* gdb.ada/var_arr_typedef/pack.ads: New file.
|
||
* gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
|
||
|
||
2015-07-20 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
|
||
|
||
2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.arch/i386-biarch-core.exp: Replace istarget
|
||
by "complete set gnutarget". Remove expectation for the "core-file"
|
||
command.
|
||
|
||
2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
Revert the previous commit:
|
||
Tests for validate symbol file using build-id.
|
||
|
||
2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
|
||
|
||
Tests for validate symbol file using build-id.
|
||
* gdb.base/solib-mismatch-lib.c: New file.
|
||
* gdb.base/solib-mismatch-libmod.c: New file.
|
||
* gdb.base/solib-mismatch.c: New file.
|
||
* gdb.base/solib-mismatch.exp: New file.
|
||
|
||
2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
|
||
|
||
* gdb.base/sigaltstack.exp (finish_test): Add kfail for
|
||
nios2-*-linux*.
|
||
* gdb.base/sigbpt.exp (stepi_out): Likewise.
|
||
* gdb.base/siginfo.exp: Likewise.
|
||
* gdb.base/sigstep.exp (advance, advancei): Likewise.
|
||
|
||
2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
|
||
|
||
* gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
|
||
Move it to ...
|
||
* lib/range-stepping-support.exp (gdb_range_stepping_enabled):
|
||
... here.
|
||
* gdb.trace/range-stepping.exp: Check that the target supports
|
||
range stepping.
|
||
|
||
2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.arch/i386-biarch-core.exp: Fix comment typo.
|
||
|
||
2015-07-14 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/killed-outside.exp: New file.
|
||
* gdb.base/killed-outside.c: New file.
|
||
|
||
2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
|
||
(n at main): New.
|
||
* gdb.asm/asmsrc1.s: Add comment "mark: main enter".
|
||
|
||
2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
|
||
infcall tests instead of setting up for KFAIL.
|
||
|
||
2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/record_goto-step.exp: New.
|
||
|
||
2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
PR compile/18484
|
||
* gdb.compile/compile.c (struct struct_type): Add volatile to
|
||
selffield's type.
|
||
* gdb.compile/compile.exp
|
||
(compile code struct_object.selffield = &struct_object): Skip further
|
||
struct_object tests if this one xfails.
|
||
|
||
2015-07-08 Robert O'Callahan <robert@ocallahan.org>
|
||
|
||
PR exp/18617
|
||
* gdb.trace/ax.exp: Add test.
|
||
|
||
2015-07-07 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
|
||
instead of istarget "aarch64*-*-*".
|
||
* gdb.arch/aarch64-fp.exp: Likewise.
|
||
* gdb.base/float.exp: Likewise.
|
||
* gdb.reverse/aarch64.exp: Likewise.
|
||
* lib/gdb.exp (is_aarch64_target): New proc.
|
||
|
||
2015-07-07 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* lib/gdb.exp (is_aarch32_target): New proc.
|
||
* gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
|
||
instead of "istarget "arm*-*-*"".
|
||
* gdb.arch/arm-disp-step.exp: Likewise.
|
||
* gdb.arch/thumb-bx-pc.exp: Likewise.
|
||
* gdb.arch/thumb-prologue.exp: Likewise.
|
||
* gdb.arch/thumb-singlestep.exp: Likewise.
|
||
* gdb.base/disp-step-syscall.exp: Likewise.
|
||
* gdb.base/float.exp: Likewise.
|
||
|
||
2015-07-07 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
|
||
Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
|
||
|
||
2015-07-07 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
|
||
is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
|
||
if it exists.
|
||
* gdb.multi/multi-arch.exp: Likewise.
|
||
|
||
2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.python/py-lazy-string.exp: Add missing parentheses to
|
||
print.
|
||
|
||
2015-07-07 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.arch/thumb-singlestep.exp: Do one more single step.
|
||
|
||
2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
|
||
|
||
* lib/gdb.exp (test_class_help): Remove the unneeded escaping of
|
||
'[' and ']' characters.
|
||
|
||
2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
|
||
|
||
* gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
|
||
|
||
2015-06-29 Pedro Alves <palves@redhat.com>
|
||
|
||
PR threads/18127
|
||
* gdb.threads/hand-call-new-thread.c: New file.
|
||
* gdb.threads/hand-call-new-thread.c: New file.
|
||
|
||
2015-06-26 Keith Seitz <keiths@redhat.com>
|
||
Doug Evans <dje@google.com>
|
||
|
||
PR 16253
|
||
* gdb.cp/var-tag-2.cc: New file.
|
||
* gdb.cp/var-tag-3.cc: New file.
|
||
* gdb.cp/var-tag-4.cc: New file.
|
||
* gdb.cp/var-tag.cc: New file.
|
||
* gdb.cp/var-tag.exp: New file.
|
||
|
||
2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
|
||
|
||
* gdb.base/history-duplicates.exp: New test.
|
||
|
||
2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
|
||
|
||
* gdb.base/completion.exp: Test the completion of the "focus"
|
||
command.
|
||
|
||
2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.arch/amd64-prologue-skip.S: New file.
|
||
* gdb.arch/amd64-prologue-skip.exp: New file.
|
||
|
||
2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.python/py-prettyprint.exp (run_lang_tests): Add
|
||
is_address_zero_readable check.
|
||
|
||
2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
|
||
|
||
* gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
|
||
* gdb.arch/powerpc-power.s <rfebb>: Likewise.
|
||
|
||
2015-06-24 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
|
||
linux targets.
|
||
|
||
2015-06-24 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* lib/gdb.exp (supports_get_siginfo_type): New proc.
|
||
* gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
|
||
* gdb.base/siginfo-thread.exp: Likewise.
|
||
|
||
2015-06-22 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* boards/remote-gdbserver-on-localhost.exp: Add comments.
|
||
|
||
2015-06-22 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
|
||
aarch64*-*-*.
|
||
(skip_hw_watchpoint_tests): Likewise.
|
||
|
||
2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
|
||
|
||
* gdb.base/gdbinit-history.exp: Test the interaction between
|
||
setting GDBHISTSIZE and setting the history size via .gdbinit.
|
||
|
||
2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
|
||
|
||
PR gdb/16999
|
||
* gdb.base/gdbhistsize-history.exp: New test.
|
||
|
||
2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
|
||
|
||
* gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
|
||
with GDBHISTSIZE.
|
||
* gdb.base/readline.exp: Likewise.
|
||
|
||
2015-06-17 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* lib/gdb.exp (get_build_id): Move braces and "else" to the same
|
||
line.
|
||
|
||
2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
|
||
|
||
* gdb.base/gdbinit-history.exp: Add test case to check that
|
||
an unlimited history file does not get truncated on exit.
|
||
|
||
2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
|
||
(VECTOR): New macro. Use it...
|
||
(int4, uint4, char4, float4, int2, longlong2, float2, double2):
|
||
...for these typedefs.
|
||
(int8, char1, int1, double1): New typedefs.
|
||
(struct just_int2, struct two_int2): New structures.
|
||
(add_some_intvecs, add_many_charvecs, add_various_floatvecs)
|
||
(add_structvecs, add_singlevecs): New functions.
|
||
(main): Call add_some_intvecs twice.
|
||
* gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
|
||
the compile and exit upon failure. Try compiling for the "native"
|
||
architecture. Test inferior function calls with vector arguments
|
||
and vector return value handling with "finish" and "return".
|
||
|
||
2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
|
||
|
||
* gdb.base/sepdebug.exp: Add EXEEXT where needed.
|
||
* lib/gdb.exp (get_build_id): Teach how to extract build-id from a
|
||
PE file.
|
||
* lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
|
||
|
||
2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
|
||
|
||
PR breakpoints/16465
|
||
* gdb.mi/mi-dprintf-pending.c: New file.
|
||
* gdb.mi/mi-dprintf-pending.exp: New test.
|
||
* gdb.mi/mi-dprintf-pendshr.c: New file.
|
||
|
||
2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
|
||
Mircea Gherzan <mircea.gherzan@intel.com>
|
||
|
||
* gdb.arch/i386-mpx-map.c: New file.
|
||
* gdb.arch/i386-mpx-map.exp: New File.
|
||
|
||
2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
|
||
|
||
* gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
|
||
* gdb.arch/i386-mpx.exp: Indentation fixed.
|
||
|
||
2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
|
||
|
||
* gdb.arch/i386-mpx.c: Added final return to the have_mpx
|
||
function and improved indentation.
|
||
* gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
|
||
gdb_test_multiple. Added additional tests to skip the test.
|
||
|
||
2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
|
||
|
||
* gdb.arch/i386-avx512.c: Change path in include file.
|
||
* gdb.arch/i386-avx512.exp: Change include dir path
|
||
compilation flag.
|
||
* gdb.arch/i386-mpx.c: Change path in include file.
|
||
* gdb.arch/i386-mpx.exp: Change include dir path compilation
|
||
flag.
|
||
|
||
2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.compile/compile-print.exp (compile print *vararray@3)
|
||
(compile print *vararrayp@3): Change xfail to kfail compile/18489.
|
||
|
||
2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.compile/compile.exp (keep jit in memory): Rename to ...
|
||
(do not keep jit in memory): ... this.
|
||
(expect 5): Change it to ...
|
||
(expect no 5): ... this.
|
||
|
||
2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
PR gdb/15564
|
||
* gdb.mi/mi-detach.exp: New file.
|
||
|
||
2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
PR symtab/18392
|
||
* gdb.arch/amd64-tailcall-self.S: New file.
|
||
* gdb.arch/amd64-tailcall-self.c: New file.
|
||
* gdb.arch/amd64-tailcall-self.exp: New file.
|
||
|
||
2015-05-28 Don Breazeal <donb@codesourcery.com>
|
||
|
||
* gdb.base/foll-vfork.exp (main): Disable exec-dependent
|
||
tests for remote targets by checking is_target_gdbserver.
|
||
|
||
2015-05-27 Doug Evans <dje@google.com>
|
||
|
||
* gdb.dwarf2/opaque-type-lookup-2.c: New file.
|
||
* gdb.dwarf2/opaque-type-lookup.c: New file.
|
||
* gdb.dwarf2/opaque-type-lookup.exp: New file.
|
||
|
||
2015-05-26 Doug Evans <dje@google.com>
|
||
|
||
* gdb.cp/iostream.cc: New file.
|
||
* gdb.cp/iostream.exp: New file.
|
||
|
||
2015-05-26 Doug Evans <dje@google.com>
|
||
|
||
* gdb.dwarf2/dw2-op-call.exp: Update.
|
||
* gdb.dwarf2/dw4-sig-types.exp: Update.
|
||
* gdb.dwarf2/implptr.exp: Update.
|
||
* gdb.mi/mi-cmd-param-changed.exp: Update.
|
||
|
||
2015-05-26 Doug Evans <dje@google.com>
|
||
|
||
* gdb.python/py-lazy-string.c: New file.
|
||
* gdb.python/py-lazy-string.exp: New file.
|
||
* gdb.python/py-prettyprint.c (lazystring) <len>: New member.
|
||
(main): Update. Add estring3.
|
||
* gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
|
||
* gdb.python/py-prettyprint.py (pp_ls): Handle length.
|
||
|
||
2015-05-26 Omair Javaid <omair.javaid@linaro.org>
|
||
Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.reverse/aarch64.c: New.
|
||
* gdb.reverse/aarch64.exp: New.
|
||
|
||
2015-05-26 Omair Javaid <omair.javaid@linaro.org>
|
||
|
||
* lib/gdb.exp (supports_process_record): Return true for
|
||
aarch64*-linux*.
|
||
(supports_reverse): Likewise.
|
||
|
||
2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
|
||
|
||
* gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
|
||
Use with_test_prefix.
|
||
|
||
2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
|
||
|
||
* gdb.base/completion.exp: Add test for completion of layout
|
||
names.
|
||
|
||
2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
|
||
|
||
* lib/gdb.exp (skip_tui_tests): New proc.
|
||
* gdb.base/tui-layout.exp: Check skip_tui_tests.
|
||
|
||
2015-05-19 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
|
||
Save the whole env array instead of just HOME. Unset HISTSIZE in
|
||
the environment while testing. Restore whole environment
|
||
afterwards.
|
||
|
||
2015-05-16 Doug Evans <xdje42@gmail.com>
|
||
|
||
* gdb.guile/scm-ports.c: New file.
|
||
* gdb.guile/scm-ports.exp: Add memory port tests.
|
||
|
||
2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.compile/compile-print.c: New file.
|
||
* gdb.compile/compile-print.exp: New file.
|
||
|
||
2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.compile/compile-ops.exp: Cast param to void.
|
||
* gdb.compile/compile.exp: Complete type for _gdb_expr.
|
||
(compile code struct_object.selffield = &struct_object): Add xfail.
|
||
|
||
2015-05-15 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.ada/arr_enum_with_gap: New testcase.
|
||
|
||
2015-05-15 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.ada/byte_packed_arr: New testcase.
|
||
|
||
2015-05-15 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.ada/pckd_neg: New testcase.
|
||
|
||
2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
|
||
|
||
PR gdb/17820
|
||
* gdb.base/gdbinit-history.exp: New test.
|
||
* gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
|
||
* gdb.base/gdbinit-history/zero/.gdbinit: New file.
|
||
|
||
2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
|
||
|
||
* gdb.python/py-xmethods.cc: Enhance test case.
|
||
* gdb.python/py-xmethods.exp: New tests.
|
||
* gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
|
||
function.
|
||
(B_indexoper): Likewise.
|
||
(global_dm_list) : Add new xmethod worker functions.
|
||
|
||
2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
|
||
|
||
* gdb.base/coredump-filter.exp: Correctly unset
|
||
"coredump_var_addr" array.
|
||
|
||
2015-05-08 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.server/non-existing-program.exp: Unset spawn_id.
|
||
|
||
2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
|
||
|
||
PR python/18291
|
||
* gdb.python/py-xmethods.exp: Add tests.
|
||
|
||
2015-05-08 Yao Qi <yao.qi@linaro.org>
|
||
|
||
PR gdb/18208
|
||
* gdb.base/coredump-filter.c (set_coredump_filter): New function.
|
||
* gdb.base/coredump-filter.exp (do_save_core): Call inferior
|
||
function set_coredump_filter, and remove remote_exec call.
|
||
Remove argument ipid. Callers update.
|
||
(top level): Don't get inferior's PID.
|
||
|
||
2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.base/watch_thread_num.exp: Skip test on targets without
|
||
access watchpoints.
|
||
|
||
2015-05-06 Pedro Alves <palves@redhat.com>
|
||
|
||
PR server/18081
|
||
* gdb.server/non-existing-program.exp: New file.
|
||
|
||
2015-05-05 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
|
||
|
||
2015-05-05 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.ada/out_of_line_in_inlined: New testcase.
|
||
|
||
2015-05-05 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.ada/var_rec_arr: New testcase.
|
||
|
||
2015-04-30 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/break-idempotent.exp: If
|
||
skip_hw_watchpoint_multi_tests returns true, skip the tests
|
||
on "rwatch" and "awatch".
|
||
|
||
2015-04-30 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/relativedebug.exp: Invoke gdb command
|
||
"info sharedlibrary", and if libc.so doesn't have debug info,
|
||
skip the test.
|
||
|
||
2015-04-29 Doug Evans <dje@google.com>
|
||
|
||
* gdb.python/py-xmethods.exp: Add ptype tests.
|
||
* gdb.python/py-xmethods.py (E_method_char_worker): Add
|
||
get_result_type method.
|
||
|
||
2015-04-29 Luis Machado <lgustavo@codesourcery.com>
|
||
|
||
* gdb.base/watch-bitfields.exp: Switch to software watchpoints if
|
||
the target does not support hardware watchpoints.
|
||
|
||
2015-04-29 Luis Machado <lgustavo@codesourcery.com>
|
||
|
||
* gdb.base/break-always.exp: Abort testing if writing to memory
|
||
causes an error.
|
||
|
||
2015-04-28 Doug Evans <dje@google.com>
|
||
|
||
* gdb.python/py-pp-maint.py: Move "replace" testing to ...
|
||
* gdb.python/py-pp-registration.exp: ... here. New file.
|
||
* gdb.python/py-pp-registration.c: New file.
|
||
* gdb.python/py-pp-registration.py: New file.
|
||
|
||
2015-04-28 Doug Evans <dje@google.com>
|
||
|
||
* gdb.python/py-bad-printers.c: New file.
|
||
* gdb.python/py-bad-printers.py: New file.
|
||
* gdb.python/py-bad-printers.exp: New file.
|
||
|
||
2015-04-28 Sasha Smundak <asmundak@google.com>
|
||
|
||
* gdb.python/py-type.exp: New test.
|
||
|
||
2015-04-28 Andy Wingo <wingo@igalia.com>
|
||
|
||
* gdb.python/py-parameter.exp:
|
||
* gdb.guile/scm-parameter.exp: Escape the path that we are
|
||
matching against, as it might contain characters that are special
|
||
to regular expressions.
|
||
|
||
2015-04-27 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.ada/rec_comp: New testcase.
|
||
|
||
2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
|
||
|
||
* gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
|
||
before using it.
|
||
|
||
2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
|
||
|
||
* gdb.base/dump.exp: Add *.verilog files to all_files list. Add
|
||
new tests for verilog output.
|
||
|
||
2015-04-24 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* boards/remote-gdbserver-on-localhost.exp: New file.
|
||
|
||
2015-04-23 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/interrupt.exp: Use an indirect spawn id list holding
|
||
$inferior_spawn_id instead of $inferior_spawn_id directly. On
|
||
"end of file", remove $inferior_spawn_id from the indirect list.
|
||
|
||
2015-04-23 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
|
||
|
||
2015-04-23 Pedro Alves <palves@redhat.com>
|
||
|
||
* lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
|
||
on $any_spawn_id instead of only on $gdb_spawn_id.
|
||
|
||
2015-04-21 Pierre Muller <muller@sourceware.org>
|
||
|
||
PR pascal/17815
|
||
* lib/pascal.exp (gpc_compile): Add new option "class".
|
||
(fpc_compile): Likewise.
|
||
* gdb.pascal/case-insensitive-symbols.pas: New file.
|
||
* gdb.pascal/case-insensitive-symbols.exp: New file.
|
||
|
||
2015-04-20 Gary Benson <gbenson@redhat.com>
|
||
|
||
* gdb.base/attach.exp: Fix three extended remote failures.
|
||
|
||
2015-04-17 Gary Benson <gbenson@redhat.com>
|
||
|
||
* gdb.server/server-exec-info.exp: Inhibit GDB from accessing
|
||
the main executable over the remote protocol.
|
||
|
||
2015-04-16 Pedro Alves <palves@redhat.com>
|
||
|
||
* boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
|
||
a new gdbserver if gdbserver_reconnect_p is set.
|
||
|
||
2015-04-16 Pedro Alves <palves@redhat.com>
|
||
|
||
* lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
|
||
is set, don't exit gdbserver.
|
||
|
||
2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
|
||
appropriate .insn, such that an older assembler can be used.
|
||
* gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
|
||
the z/Architecture instruction set on 31-bit targets as well.
|
||
|
||
2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.go/handcall.exp: Remove all logic related to the first
|
||
breakpoint and rely on go_runto_main instead.
|
||
* gdb.go/strings.exp: Likewise.
|
||
* gdb.go/unsafe.exp: Likewise.
|
||
* gdb.go/hello.exp: Likewise. Also rename the remaining
|
||
breakpoint marker to "breakpoint 1".
|
||
* gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
|
||
* gdb.go/strings.go: Likewise.
|
||
* gdb.go/unsafe.go: Likewise.
|
||
* gdb.go/hello.go: Likewise. Also remove the second occurrence of
|
||
"set breakpoint 2 here" and rename the remaining breakpoint marker
|
||
to "breakpoint 1".
|
||
|
||
2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
|
||
if itertools.imap is not present.
|
||
* gdb.python/py-objfile.exp: Add parentheses.
|
||
* gdb.python/py-type.exp: Same.
|
||
* gdb.python/py-unwind-maint.py: Same.
|
||
|
||
2015-04-15 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
|
||
of ":$ptr_size" and set its form explicitly.
|
||
|
||
2015-04-15 Pedro Alves <palves@redhat.com>
|
||
Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/watch-bitfields.exp (test_watch_location): Increase
|
||
timeout by factor of 4.
|
||
(test_regular_watch): Likewise.
|
||
* gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
|
||
* gdb.reverse/sigall-reverse.exp: Likewise.
|
||
* gdb.reverse/until-precsave.exp: Likewise.
|
||
* lib/gdb.exp (with_timeout_factor): New proc.
|
||
(gdb_expect): Move some code to ...
|
||
(get_largest_timeout): ... here. New procedure.
|
||
|
||
2015-04-14 Luis Machado <lgustavo@codesourcery.com>
|
||
|
||
* gdb.base/bp-permanent.exp (test): Reinstate correct test message.
|
||
|
||
2015-04-13 Luis Machado <lgustavo@codesourcery.com>
|
||
|
||
* gdb.base/bp-permanent.exp (test): Handle the case of being unable
|
||
to write to the .text section.
|
||
|
||
2015-04-13 Luis Machado <lgustavo@codesourcery.com>
|
||
|
||
* gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
|
||
Handle the case of targets that do not provide PID information.
|
||
|
||
2015-04-13 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* lib/gdbserver-support.exp (gdb_exit): Catch exception
|
||
and use expect instead of gdb_expect.
|
||
|
||
2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
|
||
|
||
* gdb.base/coredump-filter.exp: Rename variable "addr" to
|
||
"coredump_var_addr" to avoid naming conflict with other testcases.
|
||
|
||
2015-04-10 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
|
||
gdb_test_sequence and gdb_assert.
|
||
|
||
2015-04-10 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
|
||
test messages that don't include the breakpoint address.
|
||
|
||
2015-04-10 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
|
||
false for some offset and width combinations which aren't
|
||
supported by linux kernel.
|
||
|
||
2015-04-10 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
|
||
procedure, factored out from ...
|
||
(top level): ... here. Add "set displaced-stepping" testing axis.
|
||
* gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
|
||
parameter "displaced". Use it.
|
||
(top level): Use foreach and add "set displaced-stepping" testing
|
||
axis.
|
||
|
||
2015-04-10 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/step-over-trips-on-watchpoint.c (child_function):
|
||
Remove comment.
|
||
* gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
|
||
both the address of the instruction that triggers the watchpoint
|
||
and the address of the instruction immediately after, and use
|
||
those addresses for the test. Fix comment.
|
||
|
||
2015-04-10 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/sigstep.exp (breakpoint_to_handler)
|
||
(breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
|
||
Test "backtrace" in handler.
|
||
(breakpoint_over_handler): New parameter 'displaced'. Use it.
|
||
(top level): Add new "displaced" test axis to
|
||
breakpoint_to_handler, breakpoint_to_handler_entry and
|
||
breakpoint_over_handler.
|
||
|
||
2015-04-10 Pedro Alves <palves@redhat.com>
|
||
|
||
PR gdb/18216
|
||
* gdb.threads/multiple-step-overs.exp: Remove expected eof.
|
||
|
||
2015-04-10 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
|
||
(test_add_rn_pc): New function.
|
||
* gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
|
||
(top level): Invoke test_add_rn_pc.
|
||
|
||
2015-04-10 Pedro Alves <palves@redhat.com>
|
||
|
||
PR gdb/13858
|
||
* gdb.base/step-over-no-symbols.exp: New file.
|
||
|
||
2015-04-09 Andy Wingo <wingo@igalia.com>
|
||
|
||
* gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
|
||
after the Python tests.
|
||
|
||
2015-04-08 Keith Seitz <keiths@redhat.com>
|
||
|
||
PR python/16699
|
||
* gdb.python/py-completion.exp: New tests for completion.
|
||
* gdb.python/py-completion.py (CompleteLimit1): New class.
|
||
(CompleteLimit2): Likewise.
|
||
(CompleteLimit3): Likewise.
|
||
(CompleteLimit4): Likewise.
|
||
(CompleteLimit5): Likewise.
|
||
(CompleteLimit6): Likewise.
|
||
(CompleteLimit7): Likewise.
|
||
|
||
2015-04-08 Pedro Alves <palves@redhat.com>
|
||
|
||
PR gdb/18214
|
||
PR gdb/18216
|
||
* gdb.threads/multiple-step-overs.c (sigusr1_handler): New
|
||
function.
|
||
(main): Install it as SIGUSR1 handler.
|
||
* gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
|
||
parameter. Always use "setup" as prefix. Toggle "set
|
||
displaced-stepping" off/on depending on global. Don't switch to
|
||
thread 1 here.
|
||
(top level): Add displaced stepping "off/on" test axis. Update
|
||
"setup" calls. Wrap each subtest with with_test_prefix. Test
|
||
continuing with a queued signal in each thread.
|
||
|
||
2015-04-08 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
|
||
* gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
|
||
gdb_breakpoint instead of gdb_test that doesn't expect anything.
|
||
Return early if running to main fails.
|
||
* gdb.trace/while-stepping.exp: Likewise.
|
||
|
||
2015-04-07 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
|
||
$gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
|
||
interact with inferior program.
|
||
|
||
2015-04-07 Pedro Alves <palves@redhat.com>
|
||
|
||
* lib/gdb.exp (inferior_spawn_id): New global.
|
||
(gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
|
||
spawn id after processing the user code.
|
||
(default_gdb_start): Set inferior_spawn_id.
|
||
(send_inferior): New procedure.
|
||
* lib/gdbserver-support.exp (gdbserver_start): Set
|
||
inferior_spawn_id.
|
||
(close_gdbserver, gdb_exit): Unset inferior_spawn_id.
|
||
|
||
2015-04-07 Pedro Alves <palves@redhat.com>
|
||
|
||
* lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
|
||
* lib/gdbserver-support.exp (gdbserver_start): Make
|
||
$server_spawn_id global.
|
||
(gdbserver_start): Don't wait for gdbserver's spawn id with
|
||
expect_background.
|
||
(close_gdbserver): New procedure.
|
||
(gdb_exit): Rename the default version and reimplement.
|
||
|
||
2015-04-07 Pedro Alves <palves@redhat.com>
|
||
|
||
* lib/gdb.exp (gdb_test_multiple): When processing an argument,
|
||
append the substituted item, not the original item.
|
||
|
||
2015-04-07 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/interrupt.exp: Use gdb_test_multiple instead of
|
||
gdb_expect.
|
||
|
||
2015-04-07 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/interrupt.exp: Don't handle the case of the inferior
|
||
output appearing once only.
|
||
|
||
2015-04-07 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
|
||
that doesn't expect anything. Return early if running to main
|
||
fails.
|
||
|
||
2015-04-07 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
|
||
(child_function): Call alarm.
|
||
(main): Move call to alarm into the loop.
|
||
* gdb.threads/non-stop-fair-events.exp: Build program with
|
||
-DTIMEOUT=$timeout.
|
||
|
||
2015-04-06 Doug Evans <xdje42@gmail.com>
|
||
|
||
* lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
|
||
Fix dest parameter to board_info.
|
||
(fpc_compile): Ditto.
|
||
(gdb_compile_pascal): Rename dest arg to destfile.
|
||
|
||
2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
|
||
|
||
* gdb.ada/funcall_ref.exp: New file.
|
||
* gdb.ada/funcall_ref/foo.adb: New file.
|
||
|
||
2015-04-02 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
|
||
is remote.
|
||
|
||
2015-04-02 Gary Benson <gbenson@redhat.com>
|
||
|
||
* gdb.base/break-probes.exp: Cope with "target:" sysroot.
|
||
|
||
2015-04-01 Sasha Smundak <asmundak@google.com>
|
||
|
||
* gdb.python/py-unwind-maint.c: New file.
|
||
* gdb.python/py-unwind-maint.exp: New test.
|
||
* gdb.python/py-unwind-maint.py: New file.
|
||
* gdb.python/py-unwind.c: New file.
|
||
* gdb.python/py-unwind.exp: New test.
|
||
* gdb.python/py-unwind.py: New test.
|
||
|
||
2015-04-01 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
|
||
to fail instead of non-existent $test.
|
||
|
||
2015-04-01 Pedro Alves <palves@redhat.com>
|
||
|
||
* lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
|
||
GDBFLAGS if not empty.
|
||
|
||
2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
|
||
|
||
* gdb.ada/complete.exp: Remove "multi_line".
|
||
* gdb.ada/info_exc.exp: Remove "multi_line".
|
||
* gdb.ada/packed_tagged.exp: Remove "multi_line".
|
||
* gdb.ada/ptype_field.exp: Remove "multi_line".
|
||
* gdb.ada/sym_print_name.exp: Remove "multi_line".
|
||
* gdb.ada/tagged.exp: Remove "multi_line".
|
||
* gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
|
||
[multi_line ...]
|
||
* gdb.btrace/delta.exp: Likewise.
|
||
* gdb.btrace/exception.exp: Likewise.
|
||
* gdb.btrace/function_call_history.exp: Likewise.
|
||
* gdb.btrace/instruction_history.exp: Likewise.
|
||
* gdb.btrace/nohist.exp: Likewise.
|
||
* gdb.btrace/record_goto.exp: Likewise.
|
||
* gdb.btrace/segv.exp: Likewise.
|
||
* gdb.btrace/stepi.exp: Likewise.
|
||
* gdb.btrace/tailcall.exp: Likewise.
|
||
* gdb.btrace/unknown_functions.exp: Likewise.
|
||
* gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
|
||
* lib/gdb.exp: Add the "multi_line" helper.
|
||
|
||
2015-04-01 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/tid-reuse.c: New file.
|
||
* gdb.threads/tid-reuse.exp: New file.
|
||
|
||
2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
|
||
|
||
PR corefiles/16092
|
||
* gdb.base/coredump-filter.c: New file.
|
||
* gdb.base/coredump-filter.exp: Likewise.
|
||
|
||
2015-03-27 Petr Machata <pmachata@redhat.com>
|
||
|
||
* lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
|
||
(Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
|
||
(Dwarf::assemble): Initialize them.
|
||
(Dwarf::lines): New function.
|
||
|
||
2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
|
||
|
||
* lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
|
||
SYMBOL_PREFIX for x86_64-*-cygwin.
|
||
|
||
2015-03-26 Andy Wingo <wingo@igalia.com>
|
||
|
||
PR symtab/18148
|
||
* gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
|
||
const_value but not a location.
|
||
* gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
|
||
location defined in non-main CUs are visible.
|
||
|
||
2015-03-26 Yao Qi <yao.qi@linaro.org>
|
||
|
||
PR testsuite/18139
|
||
* gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
|
||
Add a line number entry for the same line.
|
||
* gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
|
||
Add a line number entry for the same line.
|
||
|
||
2015-03-26 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.linespec/break-asm-file0.s (func2): Use nop instead of
|
||
.int 0.
|
||
(func): Likewise. Add .Lfunc_1 label.
|
||
Use .Lfunc_1 label.
|
||
* gdb.linespec/break-asm-file1.s (func3): Use nop instead of
|
||
.int 0.
|
||
(func): Likewise.
|
||
Use .Lfunc_1 label.
|
||
|
||
2015-03-26 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
|
||
Call gdb_compile instead to compile each .s files without debug
|
||
information.
|
||
|
||
2015-03-26 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/savedregs.exp (process_saved_regs): Make
|
||
"Saved registers:" optional in the pattern.
|
||
|
||
2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/next.exp: Merged into step.exp.
|
||
* gdb.btrace/finish.exp: Merged into step.exp.
|
||
* gdb.btrace/nexti.exp: Merged into stepi.exp.
|
||
* gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
|
||
"record goto" and checking the exact replay position.
|
||
* gdb.btrace/stepi.exp: Choose test file based on target. Do not
|
||
check for "Recording format" in "info record" output.
|
||
* gdb.btrace/record_goto.exp: Choose test file based on target.
|
||
* gdb.btrace/x86-record_goto.S: Renamed into ...
|
||
* gdb.btrace/x86_64-record_goto.S: ... this.
|
||
* gdb.btrace/i686-record_goto.S: New.
|
||
* gdb.btrace/x86-tailcall.S: Renamed into ...
|
||
* gdb.btrace/x86_64-tailcall.S: ... this.
|
||
* gdb.btrace/i686-tailcall.S: New.
|
||
* gdb.btrace/x86-tailcall.c: Renamed into ...
|
||
* gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
|
||
separate statements. Update test.
|
||
* gdb.btrace/delta.exp: Use record_goto.c as test file.
|
||
* gdb.btrace/gcore.exp: Use record_goto.c as test file.
|
||
* gdb.btrace/nohist.exp: Use record_goto.c as test file.
|
||
* gdb.btrace/tailcall.exp: Choose test file based on target.
|
||
* gdb.btrace/Makefile.in: Remove next, finish, and nexti.
|
||
|
||
2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/exception.exp: Increase BTS buffer size.
|
||
|
||
2015-03-24 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
|
||
|
||
2015-03-24 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/schedlock.exp (test_step): No longer expect that
|
||
"set scheduler-locking step" with "next" over a function call runs
|
||
threads unlocked.
|
||
|
||
2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
|
||
|
||
* gdb.mi/mi-pending.exp: Fix output of breakpoint test.
|
||
|
||
2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
|
||
|
||
PR breakpoints/16466
|
||
* gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
|
||
* gdb.mi/mi-pending.c (thread_func): New function.
|
||
(int main): Add threading support required.
|
||
* gdb.mi/mi-pending.exp: Add tests for this issue.
|
||
* gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
|
||
(pendfunc2): Remove stdio dependency.
|
||
* gdb.mi/mi-pendshr2.c: New file.
|
||
|
||
2015-03-23 Keith Seitz <keiths@redhat.com>
|
||
|
||
* gdb.linespec/keywords.c: New file.
|
||
* gdb.linespec/keywords.exp: New file.
|
||
|
||
2015-03-23 Keith Seitz <keiths@redhat.com>
|
||
|
||
PR gdb/18021
|
||
* gdb.dwarf2/staticvirtual.exp: New test.
|
||
|
||
2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
|
||
* README: Remove HP-UX and gdb.hp.
|
||
(configuration):
|
||
* configure: Regenerate.
|
||
* configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
|
||
gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
|
||
gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
|
||
gdb.hp/gdb.defects/Makefile.
|
||
* gdb.hp/Makefile.in: File deleted.
|
||
* gdb.hp/gdb.aCC/Makefile.in: File deleted.
|
||
* gdb.hp/gdb.aCC/optimize.c: File deleted.
|
||
* gdb.hp/gdb.aCC/optimize.exp: File deleted.
|
||
* gdb.hp/gdb.aCC/run.c: File deleted.
|
||
* gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
|
||
* gdb.hp/gdb.base-hp/Makefile.in: File deleted.
|
||
* gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
|
||
* gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
|
||
* gdb.hp/gdb.base-hp/dollar.c: File deleted.
|
||
* gdb.hp/gdb.base-hp/dollar.exp: File deleted.
|
||
* gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
|
||
* gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
|
||
* gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
|
||
* gdb.hp/gdb.base-hp/pxdb.c: File deleted.
|
||
* gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
|
||
* gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
|
||
* gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
|
||
* gdb.hp/gdb.base-hp/reg.exp: File deleted.
|
||
* gdb.hp/gdb.base-hp/reg.s: File deleted.
|
||
* gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
|
||
* gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
|
||
* gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
|
||
* gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
|
||
* gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
|
||
* gdb.hp/gdb.compat/Makefile.in: File deleted.
|
||
* gdb.hp/gdb.compat/average.c: File deleted.
|
||
* gdb.hp/gdb.compat/sum.c: File deleted.
|
||
* gdb.hp/gdb.compat/xdb.c: File deleted.
|
||
* gdb.hp/gdb.compat/xdb0.c: File deleted.
|
||
* gdb.hp/gdb.compat/xdb0.h: File deleted.
|
||
* gdb.hp/gdb.compat/xdb1.c: File deleted.
|
||
* gdb.hp/gdb.compat/xdb1.exp: File deleted.
|
||
* gdb.hp/gdb.compat/xdb2.exp: File deleted.
|
||
* gdb.hp/gdb.compat/xdb3.exp: File deleted.
|
||
* gdb.hp/gdb.defects/Makefile.in: File deleted.
|
||
* gdb.hp/gdb.defects/bs14602.c: File deleted.
|
||
* gdb.hp/gdb.defects/bs14602.exp: File deleted.
|
||
* gdb.hp/gdb.defects/solib-d.c: File deleted.
|
||
* gdb.hp/gdb.defects/solib-d.exp: File deleted.
|
||
* gdb.hp/gdb.defects/solib-d1.c: File deleted.
|
||
* gdb.hp/gdb.defects/solib-d2.c: File deleted.
|
||
* gdb.hp/gdb.objdbg/Makefile.in: File deleted.
|
||
* gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
|
||
* gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
|
||
* gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
|
||
* gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
|
||
* gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
|
||
* gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
|
||
* gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
|
||
* gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
|
||
* gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
|
||
* gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
|
||
* gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
|
||
* gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
|
||
* gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
|
||
* gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
|
||
* gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
|
||
* gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
|
||
* gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
|
||
* gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
|
||
* gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
|
||
* gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
|
||
* gdb.hp/tools/odump: File deleted.
|
||
|
||
2015-03-19 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/continue-pending-status.exp (saw_thread_2)
|
||
(saw_thread_3): New globals.
|
||
(top level): Increment them when an event for the corresponding
|
||
thread is seen.
|
||
(no thread starvation): New test.
|
||
|
||
2015-03-19 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/continue-pending-status.c: New file.
|
||
* gdb.threads/continue-pending-status.exp: New file.
|
||
|
||
2015-03-18 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
|
||
Use gdb_is_target_remote instead of is_remote. Use
|
||
gdb_test_multiple instead of gdb_expect. Exit early if
|
||
gdb_test_multiple hits its internal matches. Tighten stepi tests
|
||
expected output. Fail on exit with any signal, instead of just
|
||
SIGILL.
|
||
|
||
2015-03-18 Yao Qi <yao.qi@linaro.org>
|
||
|
||
PR tdep/18107
|
||
* gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
|
||
variable.
|
||
* gdb.base/catch-syscall.exp: Don't skip it on
|
||
aarch64*-*-linux* target. Remove elements in all_syscalls.
|
||
(test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
|
||
target.
|
||
(setup_all_syscalls): New proc.
|
||
|
||
2015-03-16 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
|
||
(top level): Skip tests if valid_addr_p returns false for
|
||
$cmd1 or $cmd2.
|
||
|
||
2015-03-11 Andy Wingo <wingo@igalia.com>
|
||
|
||
* gdb.guile/scm-objfile.exp: Add objfile-progspace test.
|
||
|
||
2015-03-11 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/catch-syscall.exp: Fix typo in comments.
|
||
|
||
2015-03-11 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/catch-syscall.exp: Skip it on HP-UX target.
|
||
|
||
2015-03-09 Pedro Alves <palves@redhat.com>
|
||
|
||
* dg-extract-results.py: Delete.
|
||
|
||
2015-03-09 Pedro Alves <palves@redhat.com>
|
||
|
||
Merge dg-extract-results.sh from GCC upstream (r218843).
|
||
|
||
2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
|
||
* dg-extract-results.sh: Use --text with grep to avoid issues with
|
||
binary files. Fall back to cat -v, if that doesn't work.
|
||
|
||
2015-03-05 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
|
||
|
||
2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* lib/mi-support.exp (mi_expect_interrupt): Accept
|
||
alternative event for when in all-stop mode.
|
||
|
||
2015-03-04 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
|
||
|
||
2015-03-04 Mark Kettenis <kettenis@gnu.org>
|
||
|
||
* gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
|
||
|
||
2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
|
||
regexps for GDB's current line display, accept a hex address
|
||
preceding the line number.
|
||
|
||
2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
|
||
the 'arch1' variable for "s390*-linux*" targets.
|
||
|
||
2015-03-04 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
|
||
(main): Pass missing retval argument to pthread_join call.
|
||
|
||
2015-03-02 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/thread-execl.exp (do_test): Handle non-stop.
|
||
(top level): Call do_test with non-stop as well.
|
||
|
||
2015-03-02 Pedro Alves <palves@redhat.com>
|
||
|
||
* lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
|
||
-1.
|
||
|
||
2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.arch/s390-vregs.exp: New test.
|
||
* gdb.arch/s390-vregs.S: New file.
|
||
|
||
2015-02-27 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
|
||
call to catch_command_errors.
|
||
* gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
|
||
catch_command_errors.
|
||
|
||
2015-02-27 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.gdb/complaints.exp (test_initial_complaints): Also accept
|
||
"true" for boolean result.
|
||
* gdb.gdb/selftest.exp (test_with_self): Also accept full
|
||
prototype of main.
|
||
|
||
2015-02-27 Pedro Alves <palves@redhat.com>
|
||
|
||
* lib/unbuffer_output.c: New file.
|
||
* gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
|
||
(main): Call gdb_unbuffer_output.
|
||
|
||
2015-02-27 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
|
||
target.
|
||
|
||
2015-02-26 Doug Evans <dje@google.com>
|
||
|
||
* gdb.cp/class2.cc (Dbase, D): New classes.
|
||
(main): New local delta.
|
||
* gdb.cp/class2.exp: Test printing delta.
|
||
* gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
|
||
(dynbar): New global.
|
||
* gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
|
||
|
||
2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.compile/compile-ifunc.c: New file.
|
||
* gdb.compile/compile-ifunc.exp: New file.
|
||
|
||
2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
|
||
|
||
* gdb.base/structs.exp: Check for correct struct on finish.
|
||
|
||
2015-02-26 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* lib/dwarf.exp (function_range): Adjust pattern when $func_length
|
||
is zero.
|
||
|
||
2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.arch/cordic.ko.bz2: New file.
|
||
* gdb.arch/cordic.ko.debug.bz2: New file.
|
||
* gdb.arch/ppc64-symtab-cordic.exp: New file.
|
||
|
||
2015-02-25 Yao Qi <yao.qi@linaro.org>
|
||
|
||
* gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
|
||
aarch64*-*-* target.
|
||
|
||
2015-02-23 Pedro Alves <palves@redhat.com>
|
||
|
||
* lib/gdb.exp (delete_breakpoints): Rewrite using
|
||
gdb_test_multiple.
|
||
|
||
2015-02-23 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/info-os.c: Include stdlib.h.
|
||
|
||
2015-02-22 Doug Evans <xdje42@gmail.com>
|
||
|
||
PR symtab/17855
|
||
* gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
|
||
is read after symbols have been re-read.
|
||
* gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
|
||
* gdb.ada/exec_changed/second.adb (Second): Ditto.
|
||
|
||
2015-02-21 Doug Evans <dje@google.com>
|
||
|
||
* gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
|
||
|
||
2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
PR corefiles/17808
|
||
* gdb.arch/i386-biarch-core.core.bz2: New file.
|
||
* gdb.arch/i386-biarch-core.exp: New file.
|
||
|
||
2015-02-21 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/multi-create-ns-info-thr.exp: Return early if
|
||
runto_main fails.
|
||
|
||
2015-02-20 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/solib-corrupted.exp: Expect "stap" as first column of
|
||
info probes.
|
||
|
||
2015-02-20 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/multi-create-ns-info-thr.exp: New file.
|
||
|
||
2015-02-20 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.trace/no-attach-trace.exp: Don't run to main. Do
|
||
clean_restart before gdb_target_supports_trace.
|
||
|
||
2015-02-20 Pedro Alves <palves@redhat.com>
|
||
|
||
PR threads/18006
|
||
* gdb.threads/clone-thread_db.c: New file.
|
||
* gdb.threads/clone-thread_db.exp: New file.
|
||
|
||
2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
|
||
|
||
PR breakpoints/16812
|
||
* gdb.base/catch-gdb-caused-signals.c: New file.
|
||
* gdb.base/catch-gdb-caused-signals.exp: New file.
|
||
|
||
2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
|
||
|
||
* configure: Regenerated.
|
||
* configure.ac: Use GDB_AC_TRANSFORM.
|
||
* aclocal.m4: sinclude ../transform.m4.
|
||
|
||
2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
|
||
|
||
* lib/dtrace.exp: New file.
|
||
* gdb.base/dtrace-probe.exp: Likewise.
|
||
* gdb.base/dtrace-probe.d: Likewise.
|
||
* gdb.base/dtrace-probe.c: Likewise.
|
||
* lib/pdtrace.in: Likewise.
|
||
* configure.ac: Output variables with the transformed names of
|
||
the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
|
||
* configure: Regenerated.
|
||
|
||
2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
|
||
|
||
* gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
|
||
expected message when trying to access $_probe_* convenience
|
||
variables while not on a probe.
|
||
|
||
2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.python/py-framefilter.exp (pagination quit - *): New tests.
|
||
|
||
2015-02-11 Pedro Alves <pedro@codesourcery.com>
|
||
|
||
* gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
|
||
* gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
|
||
|
||
2015-02-10 Doug Evans <xdje42@gmail.com>
|
||
|
||
* lib/gdb.exp (gdb_load): Always return a result.
|
||
|
||
2015-02-10 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/signal-sigtrap.c: New file.
|
||
* gdb.threads/signal-sigtrap.exp: New file.
|
||
|
||
2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
|
||
|
||
* gdb.trace/no-attach-trace.c: New file.
|
||
* gdb.trace/no-attach-trace.exp: New file.
|
||
|
||
2015-02-09 Mark Wielaard <mjw@redhat.com>
|
||
|
||
* gdb.dwarf2/atomic.c: New file.
|
||
* gdb.dwarf2/atomic-type.exp: Likewise.
|
||
|
||
2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/buffer-size.exp: Update "info record" output.
|
||
* gdb.btrace/delta.exp: Update "info record" output.
|
||
* gdb.btrace/enable.exp: Update "info record" output.
|
||
* gdb.btrace/finish.exp: Update "info record" output.
|
||
* gdb.btrace/instruction_history.exp: Update "info record" output.
|
||
* gdb.btrace/next.exp: Update "info record" output.
|
||
* gdb.btrace/nexti.exp: Update "info record" output.
|
||
* gdb.btrace/step.exp: Update "info record" output.
|
||
* gdb.btrace/stepi.exp: Update "info record" output.
|
||
* gdb.btrace/nohist.exp: Update "info record" output.
|
||
|
||
2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/buffer-size: New.
|
||
|
||
2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/delta.exp: Update "info record" output.
|
||
* gdb.btrace/enable.exp: Update "info record" output.
|
||
* gdb.btrace/finish.exp: Update "info record" output.
|
||
* gdb.btrace/instruction_history.exp: Update "info record" output.
|
||
* gdb.btrace/next.exp: Update "info record" output.
|
||
* gdb.btrace/nexti.exp: Update "info record" output.
|
||
* gdb.btrace/step.exp: Update "info record" output.
|
||
* gdb.btrace/stepi.exp: Update "info record" output.
|
||
* gdb.btrace/nohist.exp: Update "info record" output.
|
||
|
||
2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
PR gdb/15678
|
||
* gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
|
||
|
||
2015-02-06 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
|
||
macro.
|
||
(seconds_left, again): New globals.
|
||
(main): Wait seconds_left in a 1-second sleep loop instead of
|
||
sleeping 180 seconds. If 'again' is set, reset the seconds
|
||
counter.
|
||
* gdb.threads/attach-many-short-lived-threads.exp (test): Set
|
||
'again' in the inferior before detaching. Print the seconds left.
|
||
(options): New global.
|
||
(top level): Build program with -DTIMEOUT=$timeout.
|
||
|
||
2015-02-06 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
|
||
determine how many seconds to pass to 'alarm'.
|
||
* gdb.base/gdb-sigterm.exp (top level): Build program with
|
||
-DTIMEOUT=$timeout.
|
||
(do_test): Return success/failure indication. Add more verbose
|
||
logging. Don't fail if 200 single steps are seen. Instead, fail
|
||
when the test times out.
|
||
(passes): New global.
|
||
(top level): Break the testing loop if testing fails on any
|
||
iteration. Use gdb_assert.
|
||
|
||
2015-02-04 Don Breazeal <donb@codesourcery.com>
|
||
|
||
* gdb.base/info-os.c (shmid, semid, msqid): Make variables static
|
||
and initialize them.
|
||
(ipc_cleanup): New function.
|
||
(main): Don't declare shmid, semid, and msqid. Add a call to
|
||
atexit so that we call ipc_cleanup on exit.
|
||
|
||
2015-02-04 Pedro Alves <palves@redhat.com>
|
||
|
||
* boards/native-extended-gdbserver.exp: Remove any target variant
|
||
specifications from the board name before clearing the isremote
|
||
flag from board_info.
|
||
|
||
2015-01-31 Doug Evans <xdje42@gmail.com>
|
||
|
||
* gdb.base/maint.exp <maint print type argc>: Update expected output.
|
||
|
||
2015-01-31 Gary Benson <gbenson@redhat.com>
|
||
|
||
* gdb.base/completion.exp: Disable completion limiting for
|
||
existing tests. Add new tests to check completion limiting.
|
||
* gdb.linespec/ls-errs.exp: Disable completion limiting.
|
||
|
||
2015-01-31 Doug Evans <xdje42@gmail.com>
|
||
|
||
* gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
|
||
|
||
2015-01-31 Doug Evans <xdje42@gmail.com>
|
||
|
||
* gdb.guile/scm-section-script.c: Add duplicate inlined section script
|
||
entries. Duplicate file section script entries.
|
||
* gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
|
||
inlined entries. Add test for safe-path rejection.
|
||
* gdb.python/py-section-script.c: Add duplicate inlined section script
|
||
entries. Duplicate file section script entries.
|
||
* gdb.python/py-section-script.exp: Add tests for duplicate entries,
|
||
inlined entries. Add test for safe-path rejection.
|
||
|
||
2015-01-29 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.ada/disc_arr_bound: New testcase.
|
||
|
||
2015-01-29 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.ada/mi_var_array: New testcase.
|
||
|
||
2015-01-27 Doug Evans <dje@google.com>
|
||
|
||
* gdb.python/py-objfile.exp: Add tests for objfile.username.
|
||
Add test for objfile.filename, objfile.username after objfile
|
||
has been unloaded.
|
||
|
||
2015-01-26 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.python/py-lookup-type.exp (test_lookup_type): Change
|
||
the second test to print the name attribute of value
|
||
returned by the call to gdb.lookup_type, and adjust
|
||
the expected output accordingly.
|
||
|
||
2015-01-25 Mark Wielaard <mjw@redhat.com>
|
||
|
||
* gdb.arch/i386-bp_permanent.c (standard): New declaration.
|
||
* gdb.base/disp-step-fork.c: Include unistd.h.
|
||
* gdb.base/siginfo-obj.c: Include stdio.h.
|
||
* gdb.base/siginfo-thread.c: Likewise.
|
||
* gdb.mi/non-stop.c: Include unistd.h.
|
||
* gdb.mi/nsthrexec.c: Include stdio.h.
|
||
* gdb.mi/pthreads.c: Include unistd.h.
|
||
* gdb.modula2/unbounded1.c (main): Declare returns int.
|
||
* gdb.reverse/consecutive-reverse.c: Likewise.
|
||
* gdb.threads/create-fail.c: Include unistd.h.
|
||
* gdb.threads/killed.c: Likewise.
|
||
* gdb.threads/linux-dp.c: Likewise.
|
||
* gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
|
||
* gdb.threads/non-ldr-exc-2.c: Likewise.
|
||
* gdb.threads/non-ldr-exc-3.c: Likewise.
|
||
* gdb.threads/non-ldr-exc-4.c: Likewise.
|
||
* gdb.threads/pthreads.c: Include unistd.h.
|
||
(main): Declare returns int.
|
||
* gdb.threads/tls-main.c (foo): New declaration.
|
||
* gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
|
||
|
||
2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
|
||
* gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
|
||
|
||
2015-01-15 Mark Wielaard <mjw@redhat.com>
|
||
|
||
* gdb.base/noreturn-return.c: New file.
|
||
* gdb.base/noreturn-return.exp: New file.
|
||
* gdb.base/noreturn-finish.c: New file.
|
||
* gdb.base/noreturn-finish.exp: New file.
|
||
|
||
2015-01-23 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/continue-pending-after-query.c: New file.
|
||
* gdb.threads/continue-pending-after-query.exp: New file.
|
||
|
||
2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
|
||
Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
|
||
* gdb.base/valgrind-db-attach.exp: Same.
|
||
* gdb.base/valgrind-infcall.exp: Same.
|
||
* lib/mi-support.exp (default_mi_gdb_start): Same.
|
||
* lib/prompt.exp (default_prompt_gdb_start): Same.
|
||
* lib/gdb.exp (default_gdb_spawn): Same.
|
||
(gdb_interact): New.
|
||
|
||
|
||
2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.compile/compile.exp (pointer to jit function): New test.
|
||
|
||
2015-01-17 Wei-cheng Wang <cole945@gmail.com>
|
||
|
||
* lib/gdb.exp (supports_process_record): Return true for
|
||
powerpc*-*-linux*.
|
||
(supports_reverse): Likewise.
|
||
|
||
2015-01-15 Don Breazeal <donb@codesourcery.com>
|
||
|
||
* gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
|
||
instead of checking whether the target board is remote and
|
||
use spawn_wait_for_attach instead of exec/sleep.
|
||
* gdb.base/attach-twice.exp: Likewise.
|
||
|
||
2015-01-15 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.ada/var_arr_attrs: New testcase.
|
||
|
||
2015-01-14 Pedro Alves <palves@redhat.com>
|
||
Joel Brobecker <brobecker@adacore.com>
|
||
|
||
PR gdb/17525
|
||
* gdb.base/bp-cmds-execution-x-script.c: New file.
|
||
* gdb.base/bp-cmds-execution-x-script.exp: New file.
|
||
* gdb.base/bp-cmds-execution-x-script.gdb: New file.
|
||
|
||
2015-01-14 Pedro Alves <palves@redhat.com>
|
||
|
||
PR cli/17828
|
||
* gdb.base/batch-preserve-term-settings.c: New file.
|
||
* gdb.base/batch-preserve-term-settings.exp: New file.
|
||
|
||
2015-01-13 Doug Evans <dje@google.com>
|
||
|
||
* gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
|
||
binary.
|
||
|
||
2015-01-13 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* Makefile.in (clean mostlyclean): Do not delete *.py.
|
||
|
||
2015-01-13 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.python/py-lookup-type.exp: New file.
|
||
|
||
2015-01-12 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.python/py-prompt.exp: When the board can't spawn for attach,
|
||
restore GDBFLAGS before returning.
|
||
|
||
2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
|
||
is_amd64_regs_target and is_x86_like_target.
|
||
|
||
2015-01-11 Doug Evans <xdje42@gmail.com>
|
||
|
||
* lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
|
||
is given without an explicit form.
|
||
* gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
|
||
attributes.
|
||
* gdb.dwarf/corrupt.exp: Ditto.
|
||
* gdb.dwarf2/enum-type.exp: Ditto.
|
||
* gdb.trace/entry-values.exp: Ditto.
|
||
* gdb.trace/unavailable-dwarf-piece.exp: Ditto.
|
||
|
||
2015-01-11 Doug Evans <xdje42@gmail.com>
|
||
|
||
PR gdb/15830
|
||
* gdb.base/maint.exp: Remove references to "maint demangle".
|
||
* gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
|
||
Add tests for explicitly specifying language to demangle.
|
||
* gdb.dlang/demangle.exp: Ditto.
|
||
|
||
2015-01-09 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/non-stop-fair-events.c: New file.
|
||
* gdb.threads/non-stop-fair-events.exp: New file.
|
||
|
||
2015-01-09 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
|
||
the global scope. Set a breakpoint after all threads are started
|
||
rather than stepping over two source lines. Expect the prompt.
|
||
* gdb.base/watch_thread_num.c (threads_started_barrier): New
|
||
global.
|
||
(NUM): Now 15.
|
||
(main): Use threads_started_barrier to wait for all threads to
|
||
start. Main thread no longer calls thread_function. Exit after
|
||
180 seconds.
|
||
(loop): New function.
|
||
(thread_function): Wait on threads_started_barrier barrier. Call
|
||
'loop' at each iteration.
|
||
* gdb.base/watch_thread_num.exp: Continue to breakpoint after all
|
||
threads have started, instead of hardcoding number of "next"
|
||
steps. Use an access watchpoint instead of a write watchpoint.
|
||
|
||
2015-01-09 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
|
||
(thread_func): Wait on barrier.
|
||
(main): Wait for all threads to start before stopping GDB.
|
||
* gdb.threads/siginfo-threads.c (threads_started_barrier): New
|
||
global.
|
||
(thread1_func, thread2_func): Wait on barrier.
|
||
(main): Wait for all threads to start before stopping GDB.
|
||
* gdb.threads/watchthreads-reorder.c (threads_started_barrier):
|
||
New global.
|
||
(thread1_func, thread2_func): Wait on barrier.
|
||
(main): Wait for all threads to start before stopping GDB.
|
||
|
||
2015-01-09 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/attach-many-short-lived-threads.c: New file.
|
||
* gdb.threads/attach-many-short-lived-threads.exp: New file.
|
||
|
||
2014-01-09 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/fork-thread-pending.exp: Switch to the main thread
|
||
instead of to thread 2.
|
||
* gdb.threads/signal-command-multiple-signals-pending.c (main):
|
||
Add barrier around each pthread_create call instead of around all
|
||
calls.
|
||
* gdb.threads/signal-command-multiple-signals-pending.exp (test):
|
||
Set a break on thread_function and have the child threads hit it
|
||
one at at a time.
|
||
|
||
2015-01-09 Pedro Alves <palves@redhat.com>
|
||
|
||
* lib/gdb.exp (can_spawn_for_attach): New procedure.
|
||
(spawn_wait_for_attach): Error out if can_spawn_for_attach returns
|
||
false.
|
||
* gdb.base/attach.exp: Use can_spawn_for_attach instead of
|
||
checking whether the target board is remote.
|
||
* gdb.multi/multi-attach.exp: Likewise.
|
||
* gdb.python/py-sync-interp.exp: Likewise.
|
||
* gdb.server/ext-attach.exp: Likewise.
|
||
* gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
|
||
tests that need to attach, instead of checking whether the target
|
||
board is remote at the top of the file.
|
||
|
||
2015-01-08 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.trace/entry-values.exp: Set call_insn for MIPS target.
|
||
|
||
2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
Fix testcase compilation.
|
||
* gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
|
||
|
||
2015-01-06 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.python/py-type.exp: Add a couple test about empty
|
||
array creation, and negative-length array creation.
|
||
|
||
2015-01-02 Doug Evans <xdje42@gmail.com>
|
||
|
||
* gdb.cp/nsalias.exp: Fix output of external/declaration flags.
|
||
|
||
2015-01-02 Doug Evans <dje@google.com>
|
||
|
||
* gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
|
||
|
||
2014-12-29 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.trace/entry-values.exp: Update comments. Rename variable
|
||
bar_call_foo to returned_from_foo.
|
||
|
||
2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
|
||
|
||
PR gdb/17394
|
||
* gdb.linespec/break-asm-file.c: New file.
|
||
* gdb.linespec/break-asm-file.exp: New file.
|
||
* gdb.linespec/break-asm-file0.s: New file.
|
||
* gdb.linespec/break-asm-file1.s: New file.
|
||
|
||
2014-12-18 Nigel Stephens <nigel@mips.com>
|
||
Maciej W. Rozycki <macro@codesourcery.com>
|
||
|
||
* gdb.base/float.exp: Handle the new output from "info float" on
|
||
MIPS targets.
|
||
|
||
2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
Fix MinGW compilation.
|
||
* gdb.compile/compile-ops.exp: Update untested message if
|
||
!skip_compile_feature_tests.
|
||
* gdb.compile/compile-setjmp.exp: Likewise.
|
||
* gdb.compile/compile-tls.exp: Likewise.
|
||
* gdb.compile/compile.exp: Likewise.
|
||
* lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
|
||
supported on this host".
|
||
|
||
2014-12-16 Doug Evans <xdje42@gmail.com>
|
||
|
||
* boards/stabs.exp: New file.
|
||
|
||
2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
|
||
|
||
* gdb.base/completion.exp: Adjust to format changes of "maint
|
||
print user-registers".
|
||
|
||
2014-12-16 Catalin Udma <catalin.udma@freescale.com>
|
||
|
||
PR server/17457
|
||
* gdb.arch/aarch64-fp.c: New file.
|
||
* gdb.arch/aarch64-fp.exp: New file.
|
||
|
||
2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
|
||
|
||
Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
|
||
r210637, r210913, r211666, r215400, r215817).
|
||
|
||
2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
|
||
* dg-extract-results.py: New file.
|
||
* dg-extract-results.sh: Use it if the environment seems
|
||
suitable.
|
||
|
||
2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
|
||
|
||
* dg-extract-results.py (parse_run): Handle warnings that
|
||
are printed before a test harness is run.
|
||
|
||
2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
|
||
|
||
* dg-extract-results.py (Named): Remove __cmp__ method.
|
||
(output_variation): Use a key to sort variation.harnesses.
|
||
|
||
2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
|
||
|
||
* dg-extract-results.py: For Python 3, force sys.stdout to
|
||
handle surrogate escape sequences.
|
||
(safe_open): New function.
|
||
(output_segment, main): Use it.
|
||
|
||
2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
|
||
|
||
* dg-extract-results.py (Prog.result_re): Include options
|
||
in test name.
|
||
|
||
2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
|
||
|
||
* dg-extract-results.py (output_variation): Always sort if
|
||
do_sum.
|
||
|
||
2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* lib/gdb.exp (default_gdb_start): After starting gdb, loop
|
||
as long as we get pagination notifications.
|
||
|
||
2014-12-15 Jason Merrill <jason@redhat.com>
|
||
|
||
* Makefile.in (check-gdb.%): Restore.
|
||
* README: Mention it.
|
||
|
||
2014-12-13 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.ada/str_uninit: New testcase.
|
||
|
||
2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
PR symtab/17642
|
||
* gdb.base/vla-stub-define.c: New file.
|
||
* gdb.base/vla-stub.c: New file.
|
||
* gdb.base/vla-stub.exp: New file.
|
||
|
||
2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
|
||
Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
Tom Tromey <tromey@redhat.com>
|
||
|
||
* configure.ac: Add gdb.compile/.
|
||
* configure: Regenerate.
|
||
* gdb.compile/Makefile.in: New file.
|
||
* gdb.compile/compile-ops.exp: New file.
|
||
* gdb.compile/compile-ops.c: New file.
|
||
* gdb.compile/compile-tls.c: New file.
|
||
* gdb.compile/compile-tls.exp: New file.
|
||
* gdb.compile/compile-constvar.S: New file.
|
||
* gdb.compile/compile-constvar.c: New file.
|
||
* gdb.compile/compile-mod.c: New file.
|
||
* gdb.compile/compile-nodebug.c: New file.
|
||
* gdb.compile/compile-setjmp-mod.c: New file.
|
||
* gdb.compile/compile-setjmp.c: New file.
|
||
* gdb.compile/compile-setjmp.exp: New file.
|
||
* gdb.compile/compile-shlib.c: New file.
|
||
* gdb.compile/compile.c: New file.
|
||
* gdb.compile/compile.exp: New file.
|
||
* lib/gdb.exp (skip_compile_feature_tests): New proc.
|
||
|
||
2014-12-12 Tom Tromey <tromey@redhat.com>
|
||
|
||
* lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
|
||
Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
|
||
|
||
2014-12-12 Doug Evans <dje@google.com>
|
||
|
||
* lib/gdb-python.exp (get_python_valueof): New function.
|
||
* gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
|
||
|
||
2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.base/completion.exp: Add test for completion of "info
|
||
registers ".
|
||
|
||
2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
|
||
|
||
* gdb.base/func-ptrs.c: New file.
|
||
* gdb.base/func-ptrs.exp: New file.
|
||
|
||
2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
PR breakpoints/17012
|
||
* gdb.base/dprintf-detach.c: New file.
|
||
* gdb.base/dprintf-detach.exp: New file.
|
||
|
||
2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.trace/qtro.exp: Replace gdbserver detection code by...
|
||
* lib/gdb.exp (target_is_gdbserver): New procedure.
|
||
|
||
2014-12-08 Doug Evans <dje@google.com>
|
||
|
||
* gdb.python/py-objfile.exp: Add tests for objfile.owner.
|
||
|
||
2014-12-05 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.guile/scm-error.exp: Remove the third argument to
|
||
gdb_remote_download.
|
||
* gdb.guile/scm-frame-args.exp: Likewise.
|
||
* gdb.guile/scm-section-script.exp: Likewise.
|
||
|
||
2014-12-05 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
|
||
|
||
2014-12-04 Doug Evans <dje@google.com>
|
||
|
||
* gdb.python/py-objfile.exp: Add tests for
|
||
objfile.add_separate_debug_file.
|
||
|
||
2014-12-04 Doug Evans <dje@google.com>
|
||
|
||
* lib/gdb.exp (get_build_id): New function.
|
||
(build_id_debug_filename_get): Rewrite to use it.
|
||
* gdb.python/py-objfile.exp: Add test for objfile.build_id.
|
||
|
||
2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
|
||
|
||
* gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
|
||
`method(long)', not just 0x0.
|
||
* gdb.cp/nsalias.exp: Align code labels to 4.
|
||
* gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
|
||
* gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
|
||
* gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
|
||
* gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
|
||
(cu_text_start, FUNC_lang_start): Use `START_INSNS'.
|
||
* gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
|
||
|
||
2014-12-02 Doug Evans <dje@google.com>
|
||
|
||
PR symtab/17602
|
||
* gdb.cp/anon-ns.cc: Move guts of this file to ...
|
||
* gdb.cp/anon-ns2.cc: ... here. New file.
|
||
* gdb.cp/anon-ns.exp: Update.
|
||
|
||
2014-12-02 Nick Bull <nicholaspbull@gmail.com>
|
||
|
||
* gdb.python/py-events.py (inferior_call_handler): New.
|
||
(register_changed_handler, memory_changed_handler): New.
|
||
(test_events.invoke): Register new handlers.
|
||
* gdb.python/py-events.exp: Add tests for inferior call,
|
||
memory_changed and register_changed events.
|
||
|
||
2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.base/execl-update-breakpoints.exp: Specify the link address
|
||
with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
|
||
if the linker doesn't understand this.
|
||
|
||
2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.python/python.exp: Change expected reply to help().
|
||
|
||
2014-12-01 Yao Qi <yao@codesourcery.com>
|
||
|
||
* configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
|
||
AC_CONFIG_SUBDIRS(gdb.gdbtk).
|
||
* configure: Re-generated.
|
||
|
||
2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
|
||
|
||
* gdb.cp/chained-calls.cc: New file.
|
||
* gdb.cp/chained-calls.exp: New file.
|
||
* gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
|
||
|
||
2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.ada/py_range.exp: Add parentheses to python calls to print.
|
||
* gdb.dwarf2/symtab-producer.exp: Same.
|
||
* gdb.gdb/python-interrupts.exp: Same.
|
||
* gdb.gdb/python-selftest.exp: Same.
|
||
* gdb.python/py-linetable.exp: Same.
|
||
* gdb.python/py-type.exp: Same.
|
||
* gdb.python/py-value-cc.exp: Same.
|
||
* gdb.python/py-value.exp: Same.
|
||
|
||
2014-11-28 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.base/break-probes.exp: Match library name prefixed with
|
||
sysroot.
|
||
|
||
2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.python/py-linetable.exp: Escape properly sorted(fset)
|
||
test expected output. Add parentheses for the call to print.
|
||
Remove L suffix from integers.
|
||
|
||
2014-11-26 Doug Evans <dje@google.com>
|
||
|
||
* gdb.dwarf2/dw2-op-out-param.S: Fix comment.
|
||
|
||
2014-11-22 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.trace/entry-values.c: Remove asms.
|
||
(foo): Add foo_label.
|
||
(bar): Add bar_label.
|
||
* gdb.trace/entry-values.exp: Remove code computing foo's
|
||
length and bar's length.
|
||
(Dwarf::assemble): Invoke function_range for bar and use
|
||
MACRO_AT_func for foo.
|
||
|
||
2014-11-22 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
|
||
and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
|
||
Use .Lgcc43_procstart instead of gcc43.
|
||
|
||
2014-11-21 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.ada/n_arr_bound: New testcase.
|
||
|
||
2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
|
||
|
||
PR breakpoints/10737
|
||
* gdb.base/catch-syscall.exp (do_syscall_tests): Call
|
||
test_catch_syscall_multi_arch.
|
||
(test_catch_syscall_multi_arch): New function.
|
||
|
||
2014-11-20 Doug Evans <xdje42@gmail.com>
|
||
|
||
* gdb.base/maint.exp: Update expected output.
|
||
|
||
2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
|
||
4-byte instruction on S390.
|
||
|
||
2014-11-19 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.ada/arr_arr: New testcase.
|
||
|
||
2014-11-19 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.ada/pkd_arr_elem: New Testcase.
|
||
|
||
2014-11-18 Luis Machado <lgustavo@codesourcery.com>
|
||
|
||
* gdb.reverse/break-precsave: Expect completion message for
|
||
core file reads.
|
||
* gdb.reverse/consecutive-precsave.exp: Likewise.
|
||
* gdb.reverse/finish-precsave.exp: Likewise.
|
||
* gdb.reverse/i386-precsave.exp: Likewise.
|
||
* gdb.reverse/machinestate-precsave.exp: Likewise.
|
||
* gdb.reverse/sigall-precsave.exp: Likewise.
|
||
* gdb.reverse/solib-precsave.exp: Likewise.
|
||
* gdb.reverse/step-precsave.exp: Likewise.
|
||
* gdb.reverse/until-precsave.exp: Likewise.
|
||
* gdb.reverse/watch-precsave.exp: Likewise.
|
||
|
||
2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.base/bp-permanent.c: Include unistd.h.
|
||
* gdb.python/py-framefilter-mi.c (main): Add return type.
|
||
* gdb.python/py-framefilter.c (main): Likewise.
|
||
* gdb.trace/actions-changed.c (main): Likewise.
|
||
|
||
2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.mi/until.c: Add eye-catchers.
|
||
* gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
|
||
line numbers.
|
||
|
||
2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.base/condbreak.exp: Drop references to removed non-prototype
|
||
function header variants in break1.c.
|
||
* gdb.base/ena-dis-br.exp: Likewise.
|
||
* gdb.base/hbreak2.exp: Likewise.
|
||
* gdb.reverse/until-precsave.exp: Drop references to removed
|
||
non-prototype function header variants in ur1.c.
|
||
* gdb.reverse/until-reverse.exp: Likewise.
|
||
|
||
2014-11-17 Petr Machata <pmachata@redhat.com>
|
||
|
||
* lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
|
||
${_cu_offset_size} bytes abbrev offset.
|
||
|
||
2014-11-15 Doug Evans <xdje42@gmail.com>
|
||
|
||
PR symtab/17559
|
||
* gdb.base/line-symtabs.exp: New file.
|
||
* gdb.base/line-symtabs.c: New file.
|
||
* gdb.base/line-symtabs.h: New file.
|
||
|
||
2014-11-14 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
|
||
(func): Add label func_label.
|
||
* gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
|
||
Replace low_pc and high_pc with MACRO_AT_range.
|
||
Replace name, low_pc and high_pc with MACRO_AT_func.
|
||
|
||
2014-11-14 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
|
||
Replace name, low_pc and high_pc with MACRO_AT_func.
|
||
|
||
2014-11-14 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
|
||
produce debug information.
|
||
* gdb.dwarf2/implptr-optimized-out.S: Removed.
|
||
|
||
2014-11-14 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
|
||
object and get function length.
|
||
(Dwarf::assemble): Replace name, low_pc and high_pc attributes
|
||
with MACRO_AT_func.
|
||
(top-level): Replace gdb_compile and clean_restart with
|
||
prepare_for_testing.
|
||
* gdb.dwarf2/main.c (main): Add label main_label.
|
||
|
||
2014-11-14 Yao Qi <yao@codesourcery.com>
|
||
|
||
* lib/dwarf.exp (function_range): New procedure.
|
||
(Dwarf::_handle_macro_at_func): New procedure.
|
||
(Dwarf::_handle_macro_at_range): New procedure.
|
||
(Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
|
||
|
||
2014-11-14 Yao Qi <yao@codesourcery.com>
|
||
|
||
* lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
|
||
(_handle_attribute): New procedure.
|
||
|
||
2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.ada/cond_lang/foo.c (callme): Add return type.
|
||
* gdb.base/call-sc.c (zed): Likewise.
|
||
* gdb.base/checkpoint.c (main): Likewise.
|
||
* gdb.base/dump.c (main): Likewise.
|
||
* gdb.base/gcore.c (main): Likewise.
|
||
* gdb.base/huge.c (main): Likewise.
|
||
* gdb.base/multi-forks.c (main): Likewise.
|
||
* gdb.base/pr10179-a.c (main): Likewise.
|
||
* gdb.base/savedregs.c (main): Likewise.
|
||
* gdb.base/sigaltstack.c (main): Likewise.
|
||
* gdb.base/siginfo.c (main): Likewise.
|
||
* gdb.base/structs.c (zed): Likewise.
|
||
* gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
|
||
* gdb.mi/mi-syn-frame.c (main): Likewise.
|
||
* gdb.mi/until.c (foo, main): Likewise.
|
||
* gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
|
||
* gdb.base/solib-weak.c (foo): Declare.
|
||
* gdb.base/attach-twice.c: Include stdio.h.
|
||
* gdb.base/weaklib1.c: Likewise.
|
||
* gdb.base/weaklib2.c: Likewise.
|
||
* gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
|
||
* gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
|
||
unistd.h.
|
||
* gdb.base/attach-pie-misread.c: Include stdlib.h.
|
||
* gdb.mi/mi-exit-code.c: Likewise.
|
||
* gdb.base/break-interp-lib.c: Include string.h.
|
||
* gdb.base/coremaker.c: Likewise.
|
||
* gdb.base/testenv.c: Likewise.
|
||
* gdb.python/py-finish-breakpoint.c: Likewise.
|
||
* gdb.base/inferior-died.c: Include sys/wait.h.
|
||
* gdb.base/fileio.c: Include time.h.
|
||
* gdb.base/async-shell.c: Include unistd.h.
|
||
* gdb.base/dprintf-non-stop.c: Likewise.
|
||
* gdb.base/info-os.c: Likewise.
|
||
* gdb.mi/mi-console.c: Likewise.
|
||
* gdb.mi/watch-nonstop.c: Likewise.
|
||
* gdb.python/py-events.c: Likewise.
|
||
* gdb.base/async.c (baz): Move up before its invocation.
|
||
* gdb.base/code_elim2.c (my_global_func): Likewise.
|
||
* gdb.base/skip-solib-lib.c (multiply): Likewise.
|
||
* gdb.base/advance.c (func2): Likewise.
|
||
|
||
2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
|
||
variant.
|
||
* gdb.base/annota3.c: Likewise.
|
||
* gdb.base/async.c: Likewise.
|
||
* gdb.base/average.c: Likewise.
|
||
* gdb.base/call-ar-st.c: Likewise.
|
||
* gdb.base/call-rt-st.c: Likewise.
|
||
* gdb.base/call-sc.c: Likewise.
|
||
* gdb.base/call-strs.c: Likewise.
|
||
* gdb.base/ending-run.c: Likewise.
|
||
* gdb.base/execd-prog.c: Likewise.
|
||
* gdb.base/exprs.c: Likewise.
|
||
* gdb.base/foll-exec.c: Likewise.
|
||
* gdb.base/foll-fork.c: Likewise.
|
||
* gdb.base/foll-vfork.c: Likewise.
|
||
* gdb.base/funcargs.c: Likewise.
|
||
* gdb.base/gcore.c: Likewise.
|
||
* gdb.base/jump.c: Likewise.
|
||
* gdb.base/langs0.c: Likewise.
|
||
* gdb.base/langs1.c: Likewise.
|
||
* gdb.base/langs2.c: Likewise.
|
||
* gdb.base/mips_pro.c: Likewise.
|
||
* gdb.base/nodebug.c: Likewise.
|
||
* gdb.base/opaque0.c: Likewise.
|
||
* gdb.base/opaque1.c: Likewise.
|
||
* gdb.base/recurse.c: Likewise.
|
||
* gdb.base/run.c: Likewise.
|
||
* gdb.base/scope0.c: Likewise.
|
||
* gdb.base/scope1.c: Likewise.
|
||
* gdb.base/setshow.c: Likewise.
|
||
* gdb.base/setvar.c: Likewise.
|
||
* gdb.base/shmain.c: Likewise.
|
||
* gdb.base/shr1.c: Likewise.
|
||
* gdb.base/shr2.c: Likewise.
|
||
* gdb.base/sigall.c: Likewise.
|
||
* gdb.base/signals.c: Likewise.
|
||
* gdb.base/so-indr-cl.c: Likewise.
|
||
* gdb.base/solib2.c: Likewise.
|
||
* gdb.base/structs.c: Likewise.
|
||
* gdb.base/sum.c: Likewise.
|
||
* gdb.base/vforked-prog.c: Likewise.
|
||
* gdb.base/watchpoint.c: Likewise.
|
||
* gdb.reverse/shr2.c: Likewise.
|
||
* gdb.reverse/until-reverse.c: Likewise.
|
||
* gdb.reverse/ur1.c: Likewise.
|
||
* gdb.reverse/watch-reverse.c: Likewise.
|
||
|
||
2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
|
||
variant.
|
||
* gdb.base/sepdebug.exp: Drop references to removed code.
|
||
|
||
2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
|
||
variant. Preserve original line numbering.
|
||
* gdb.base/list1.c: Likewise.
|
||
|
||
2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
|
||
variant.
|
||
* gdb.base/break1.c: Likewise.
|
||
* gdb.base/break.exp: Drop references to removed code.
|
||
|
||
2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
|
||
variant.
|
||
|
||
2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
|
||
|
||
2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
|
||
logic into perform_all_tests() and invoke it with and without
|
||
function header prototypes.
|
||
(do_function_calls): Remove conditional XFAIL for PR 5318.
|
||
(rerun_and_prepare): Remove duplicate code.
|
||
(perform_all_tests): New. Main logic moved here.
|
||
|
||
2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
|
||
code guarded by #ifdef NO_PROTOTYPES.
|
||
(t_double_many_args): Likewise.
|
||
(DEF_FUNC_MANY_ARGS_1): Likewise.
|
||
(DEF_FUNC_VALUES_1): Likewise.
|
||
(t_structs_ldc): Renamed from t_structs_fc in conditional code
|
||
guarded by #ifdef PROTOTYPES.
|
||
|
||
2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.mi/mi-console.c: Add eye-catcher.
|
||
* gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
|
||
instead of literal line number.
|
||
|
||
2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.base/shr2.c: Add eye-catcher.
|
||
* gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
|
||
line number.
|
||
|
||
2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.base/jump.c: Add eye-catchers.
|
||
* gdb.base/jump.exp: Refer to eye-catchers instead of literal line
|
||
numbers.
|
||
|
||
2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.base/execd-prog.c: Add eye-catchers.
|
||
* gdb.base/foll-exec.c: Likewise.
|
||
* gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
|
||
line numbers.
|
||
|
||
2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.base/ending-run.c: Add eye-catchers.
|
||
* gdb.base/ending-run.exp: Refer to eye-catchers instead of
|
||
literal line numbers.
|
||
|
||
2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.base/call-rt-st.c: Add eye-catchers.
|
||
* gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
|
||
literal line numbers.
|
||
|
||
2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.base/call-ar-st.c: Add eye-catchers.
|
||
* gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
|
||
literal line numbers.
|
||
|
||
2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.base/average.c: Add eye-catchers.
|
||
* gdb.base/sum.c: Likewise.
|
||
* gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
|
||
regexps dynamically.
|
||
|
||
2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.base/solib1.c: Add eye-catchers.
|
||
* gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
|
||
literal line numbers.
|
||
|
||
2014-11-12 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
|
||
leader has exited.
|
||
|
||
2014-11-12 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.arch/i386-bp_permanent.c: New file.
|
||
* gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
|
||
(srcfile): Set to i386-bp_permanent.c.
|
||
(top level): Adjust to work in both 32-bit and 64-bit modes. Test
|
||
that stepi does not execute the 'leave' instruction, instead of
|
||
testing it does execute.
|
||
* gdb.base/bp-permanent.c: New file.
|
||
* gdb.base/bp-permanent.exp: New file.
|
||
|
||
2014-11-10 Doug Evans <xdje42@gmail.com>
|
||
|
||
PR symtab/17564
|
||
* gdb.base/symtab-search-order.exp: New file.
|
||
* gdb.base/symtab-search-order.c: New file.
|
||
* gdb.base/symtab-search-order-1.c: New file.
|
||
* gdb.base/symtab-search-order-shlib-1.c: New file.
|
||
|
||
2014-11-07 Pedro Alves <palves@redhat.com>
|
||
|
||
PR gdb/17511
|
||
* gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
|
||
i?86-*-linux*.
|
||
|
||
2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
|
||
|
||
PR c++/17494
|
||
* gdb.cp/pr17494.cc: New file.
|
||
* gdb.cp/pr17494.exp: New file.
|
||
|
||
2014-11-02 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.python/python.exp: Get working directory and match the
|
||
output of "set extended-prompt \\w " with it.
|
||
|
||
2014-10-30 Doug Evans <dje@google.com>
|
||
|
||
* gdb.python/py-objfile.exp: Add tests for setting random attributes
|
||
in objfiles.
|
||
* gdb.python/py-progspace.exp: Add tests for setting random attributes
|
||
in progspaces.
|
||
|
||
2014-10-30 Janis Johnson <janisjo@codesourcery.com>
|
||
|
||
* gdb.base/fullpath-expand.exp: Skip for a remote host.
|
||
* gdb.base/realname-expand.exp: Likewise.
|
||
* gdb.linespec/macro-relative.exp: Likewise.
|
||
|
||
2014-10-29 Pedro Alves <palves@redhat.com>
|
||
|
||
PR gdb/17408
|
||
* gdb.threads/schedlock.c (some_function): New function.
|
||
(call_function): New global.
|
||
(MAYBE_CALL_SOME_FUNCTION): New macro.
|
||
(thread_function): Call it.
|
||
* gdb.threads/schedlock.exp (get_args): Add description parameter,
|
||
and use it instead of a global counter. Adjust all callers.
|
||
(get_current_thread): Use "find current thread" for test message
|
||
here rather than having all callers pass down the same string.
|
||
(goto_loop): New procedure, factored out from ...
|
||
(my_continue): ... this.
|
||
(step_ten_loops): Change parameter from test message to command to
|
||
use. Adjust.
|
||
(list_count): Delete global.
|
||
(check_result): New procedure, factored out from duplicate top
|
||
level code.
|
||
(continue tests): Wrap in with_test_prefix.
|
||
(test_step): New procedure, factored out from duplicate top level
|
||
code.
|
||
(top level): Test "step" in combination with all scheduler-locking
|
||
modes. Test "next" in combination with all scheduler-locking
|
||
modes, and in combination with stepping over a function call or
|
||
not.
|
||
* gdb.threads/next-bp-other-thread.c: New file.
|
||
* gdb.threads/next-bp-other-thread.exp: New file.
|
||
|
||
2014-10-29 Pedro Alves <palves@redhat.com>
|
||
|
||
PR python/17372
|
||
* gdb.python/python.exp: Test a multi-line command that spawns
|
||
interactive Python.
|
||
* gdb.base/multi-line-starts-subshell.exp: New file.
|
||
|
||
2014-10-29 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.base/fileio.exp: Make directories on host.
|
||
|
||
2014-10-29 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.base/fileio.c (test_write): Close the file.
|
||
|
||
2014-10-28 Pedro Alves <palves@redhat.com>
|
||
|
||
PR gdb/12623
|
||
* gdb.base/sigstep.c (no_handler): New global.
|
||
(main): If 'no_handler is true, set the signal handlers to
|
||
SIG_IGN.
|
||
* gdb.base/sigstep.exp (breakpoint_over_handler): Add
|
||
with_sw_watch and no_handler parameters. Handle them.
|
||
(top level) <stepping over handler when stopped at a breakpoint
|
||
test>: Add a test axis for testing with a software watchpoint, and
|
||
another for testing with the signal handler set to SIG_IGN.
|
||
* gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
|
||
* gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
|
||
|
||
2014-10-28 Pedro Alves <palves@redhat.com>
|
||
|
||
PR gdb/17511
|
||
* gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
|
||
* gdb.base/sigstep.exp (other_handler_location): New global.
|
||
(advance): Support stepping into the signal handler, and running
|
||
commands while in the handler.
|
||
(in_handler_map): New global.
|
||
(top level): In the advance test, add combinations for getting
|
||
into the handler with stepping commands, and for running commands
|
||
in the handler. Add comment descripting the advancei tests.
|
||
|
||
2014-10-28 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/sigstep.exp: Use build_executable instead of
|
||
prepare_for_testing.
|
||
(top level): Move code that starts GDB, runs to main and creates a
|
||
display to ...
|
||
(restart): ... this new procedure.
|
||
(top level): Move backtrace from signal handler test to ...
|
||
(validate_backtrace): ... this new procedure.
|
||
(advance, advancei): Rename parameter from 'i' to 'cmd'. Use
|
||
with_test_prefix. Always restart GDB.
|
||
(skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
|
||
with_test_prefix. Always restart GDB. No need to delete
|
||
breakpoints after the test.
|
||
(test_skip_handler): Remove prefix parameter.
|
||
(skip_over_handler, breakpoint_to_handler)
|
||
(breakpoint_to_handler_entry, breakpoint_over_handler): Rename
|
||
parameter from 'i' to 'cmd'. Use with_test_prefix. Always
|
||
restart GDB. No need to delete breakpoints after the test.
|
||
(top level): Use foreach to call the test procedures with
|
||
different commands.
|
||
|
||
2014-10-28 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
|
||
instead of GNATS numbers.
|
||
* gdb.base/sigbpt.exp: Likewise.
|
||
* gdb.base/siginfo.exp: Likewise.
|
||
* gdb.base/sigstep.exp: Likewise.
|
||
|
||
2014-10-27 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/sigstep.c (dummy): New global.
|
||
(main): Issue a couple writes to the new global.
|
||
* gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
|
||
procedures.
|
||
(skip_over_handler): Use test_skip_handler.
|
||
(top level): Call skip_over_handler for stepi and nexti too.
|
||
(breakpoint_over_handler): Use test_skip_handler.
|
||
(top level): Call breakpoint_over_handler for stepi and nexti too.
|
||
|
||
2014-10-27 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.trace/tfile.c (adjust_function_address)
|
||
[__powerpc64__ && _CALL_ELF != 2]: Get function address from
|
||
function descriptor.
|
||
|
||
2014-10-24 Don Breazeal <donb@codesourcery.com>
|
||
|
||
* gdb.base/foll-fork.exp (test_follow_fork,
|
||
catch_fork_child_follow): Check for updated fork messages emitted
|
||
from infrun.c.
|
||
* gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
|
||
vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
|
||
vfork_and_exec_child_follow_through_step): Check for updated vfork
|
||
messages emitted from infrun.c.
|
||
|
||
2014-10-24 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/corefile.exp: Remove references to ultrix.
|
||
* gdb.base/interrupt.exp: Likewise.
|
||
* gdb.base/whatis.exp: Likewise.
|
||
* gdb.gdb/selftest.exp: Likewise.
|
||
* gdb.threads/manythreads.exp: Likewise.
|
||
* gdb.threads/print-threads.exp: Likewise.
|
||
* gdb.threads/pthreads.exp:: Likewise.
|
||
* gdb.threads/schedlock.exp: Likewise.
|
||
|
||
2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
|
||
|
||
* gdb.cp/non-trivial-retval.cc: Add a test case.
|
||
* gdb.cp/non-trivial-retval.exp: Add a test.
|
||
|
||
2014-10-20 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
|
||
* gdb.python/py-objfile-script-gdb.py: New file.
|
||
* gdb.python/py-objfile-script.exp: Update reference to
|
||
py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
|
||
of remote_download. Remove the dest file.
|
||
|
||
2014-10-20 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.base/checkpoint.exp: Don't remove file copied on host.
|
||
* gdb.base/step-line.exp: Likewise.
|
||
* gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
|
||
* gdb.dwarf2/dw2-basic.exp: Likewise.
|
||
* gdb.dwarf2/dw2-compressed.exp: Likewise.
|
||
* gdb.dwarf2/dw2-filename.exp: Likewise.
|
||
* gdb.dwarf2/dw2-intercu.exp: Likewise.
|
||
* gdb.dwarf2/dw2-intermix.exp: Likewise.
|
||
* gdb.dwarf2/dw2-producer.exp: Likewise.
|
||
* gdb.dwarf2/mac-fileno.exp: Likewise.
|
||
* gdb.python/py-frame-args.exp: Likewise.
|
||
* gdb.python/py-framefilter.exp: Likewise.
|
||
* gdb.python/py-mi.exp: Likewise.
|
||
* gdb.python/py-objfile-script.exp: Likewise
|
||
* gdb.python/py-pp-integral.exp: Likewise.
|
||
* gdb.python/py-pp-re-notag.exp: Likewise.
|
||
* gdb.python/py-prettyprint.exp: Likewise.
|
||
* gdb.python/py-section-script.exp: Likewise.
|
||
* gdb.python/py-typeprint.exp: Likewise.
|
||
* gdb.python/py-xmethods.exp: Likewise.
|
||
* gdb.stabs/weird.exp: Likewise.
|
||
* gdb.xml/tdesc-regs.exp: Likewise.
|
||
|
||
2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
|
||
|
||
* gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
|
||
(out_cu): Use addr_len for the size of addresses.
|
||
(out_line): Likewise. Size DW_LNE_set_address instruction
|
||
according to addr_len.
|
||
* gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
|
||
(FUNC): Add START_INSNS to definition.
|
||
|
||
2014-10-18 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.base/argv0-symlink.exp: Check argv[0] value if
|
||
gdb_has_argv0 return true.
|
||
* gdb.guile/scm-value.exp (test_value_in_inferior): Don't
|
||
check [target_info exists noargs], check [gdb_has_argv0]
|
||
instead.
|
||
* gdb.python/py-value.exp (test_value_in_inferior): Likewise.
|
||
* lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
|
||
procedures.
|
||
|
||
2014-10-17 Doug Evans <dje@google.com>
|
||
|
||
* gdb.python/py-events.exp: Update expected output for clear_objfiles
|
||
event.
|
||
* gdb.python/py-events.py: Add clear_objfiles event.
|
||
|
||
2014-10-17 Doug Evans <dje@google.com>
|
||
|
||
* gdb.python/py-objfile.exp: Test progspace attribute.
|
||
|
||
2014-10-17 Luis Machado <lgustavo@codesourcery.com>
|
||
|
||
* gdb.guile/scm-breakpoint.exp: Do not assume any
|
||
directory separators when matching source file paths.
|
||
* gdb.python/py-breakpoint.exp: Likewise.
|
||
* gdb.reverse/break-precsave.exp: Likewise.
|
||
* gdb.reverse/break-reverse.exp: Likewise.
|
||
* gdb.reverse/consecutive-precsave.exp: Likewise.
|
||
* gdb.reverse/finish-precsave.exp: Likewise.
|
||
* gdb.reverse/finish-reverse-bkpt.exp: Likewise.
|
||
* gdb.reverse/finish-reverse.exp: Likewise.
|
||
* gdb.reverse/i386-precsave.exp: Likewise.
|
||
* gdb.reverse/i387-env-reverse.exp: Likewise.
|
||
* gdb.reverse/i387-stack-reverse.exp: Likewise.
|
||
* gdb.reverse/machinestate-precsave.exp: Likewise.
|
||
* gdb.reverse/machinestate.exp: Likewise.
|
||
* gdb.reverse/sigall-precsave.exp: Likewise.
|
||
* gdb.reverse/solib-precsave.exp: Likewise.
|
||
* gdb.reverse/step-precsave.exp: Likewise.
|
||
* gdb.reverse/until-precsave.exp: Likewise.
|
||
* gdb.reverse/watch-precsave.exp: Likewise.
|
||
* gdb.reverse/watch-reverse.exp: Likewise.
|
||
|
||
2014-10-17 Yao Qi <yao@codesourcery.com>
|
||
|
||
* lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
|
||
* gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
|
||
|
||
2014-10-17 Pedro Alves <palves@redhat.com>
|
||
|
||
PR gdb/17471
|
||
* gdb.base/bg-execution-repeat.c: New file.
|
||
* gdb.base/bg-execution-repeat.exp: New file.
|
||
|
||
2014-10-17 Pedro Alves <palves@redhat.com>
|
||
|
||
PR gdb/17300
|
||
* gdb.base/continue-all-already-running.c: New file.
|
||
* gdb.base/continue-all-already-running.exp: New file.
|
||
|
||
2014-10-17 Pedro Alves <palves@redhat.com>
|
||
|
||
PR gdb/17472
|
||
* gdb.base/annota-input-while-running.c: New file.
|
||
* gdb.base/annota-input-while-running.exp: New file.
|
||
|
||
2014-10-17 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/callfuncs.exp: emove references to osf.
|
||
* gdb.base/sigall.exp: Likewise.
|
||
* gdb.gdb/selftest.exp: Likewise.
|
||
* gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
|
||
* gdb.mi/non-stop.c: Likewise.
|
||
* gdb.mi/pthreads.c: Likewise.
|
||
* gdb.reverse/sigall-precsave.exp: Likewise.
|
||
* gdb.reverse/sigall-reverse.exp: Likewise.
|
||
* gdb.threads/pthreads.c: Likewise.
|
||
* gdb.threads/pthreads.exp: Likewise.
|
||
|
||
2014-10-17 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
|
||
check 'target_info exists noargs'.
|
||
(test_command_prompt_position): Likewise.
|
||
(progvar_simple_if_test): Don't check 'target_info exists noargs'.
|
||
Remove "set args".
|
||
(progvar_simple_while_test): Likewise.
|
||
(progvar_complex_if_while_test): Likewise.
|
||
(if_while_breakpoint_command_test): Likewise.
|
||
(infrun_breakpoint_command_test): Likewise.
|
||
(breakpoint_command_test): Likewise.
|
||
(watchpoint_command_test): Likewise.
|
||
(bp_deleted_in_command_test): Likewise.
|
||
(temporary_breakpoint_commands): Likewise.
|
||
|
||
2014-10-16 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.base/remotetimeout.exp: Remove noargs checking.
|
||
|
||
2014-10-15 Pedro Alves <palves@redhat.com>
|
||
|
||
PR breakpoints/9649
|
||
* gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
|
||
* gdb.base/breakpoint-in-ro-region.exp
|
||
(probe_target_hardware_step): New procedure.
|
||
(top level): Probe hardware stepping and hardware breakpoint
|
||
support. Test stepping through a read-only region, with both
|
||
"breakpoint auto-hw" on and off and both "always-inserted" on and
|
||
off.
|
||
|
||
2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
|
||
|
||
* gdb.dlang/demangle.exp: Update for demangling changes.
|
||
|
||
2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
|
||
|
||
* gdb.cp/non-trivial-retval.cc: Add new test cases.
|
||
* gdb.cp/non-trivial-retval.exp: Add new tests.
|
||
|
||
2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
|
||
|
||
PR c++/13403
|
||
PR c++/15154
|
||
* gdb.cp/non-trivial-retval.cc: New file.
|
||
* gdb.cp/non-trivial-retval.exp: New file.
|
||
|
||
2014-10-15 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
|
||
remote host.
|
||
|
||
2014-10-15 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.python/py-symbol.exp: Match file base name if host is
|
||
remote, otherwise match file name with dir name.
|
||
* gdb.python/py-symtab.exp: Likewise.
|
||
* gdb.python/python.exp: Likewise.
|
||
|
||
2014-10-15 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.python/py-symbol.exp: Remove trailing ".*" in the
|
||
pattern.
|
||
* gdb.python/py-symtab.exp: Likewise.
|
||
* gdb.python/python.exp: Remove trailing ".*". Fix typo
|
||
locationn.
|
||
|
||
2014-10-14 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.ada/addr_arith: New testcase.
|
||
|
||
2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
|
||
|
||
* gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
|
||
* gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
|
||
* gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
|
||
* gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
|
||
|
||
2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
|
||
|
||
* gdb.arch/stap-eval-lang-ada.S: Likewise.
|
||
* gdb.arch/stap-eval-lang-ada.c: Likewise.
|
||
* gdb.arch/stap-eval-lang-ada.exp: New file.
|
||
|
||
2014-10-14 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.mi/mi-var-child.c (nothing1): New function.
|
||
(nothing2): New function.
|
||
(do_children_tests): Set function pointers by nothing1 and
|
||
nothing2.
|
||
* gdb.mi/mi-var-child.exp: Step over new added statements.
|
||
Update test to match the new output.
|
||
* gdb.mi/var-cmd.c (nothing1): New function.
|
||
(nothing2): New function.
|
||
(do_children_tests): Set function pointers by nothing1 and
|
||
nothing2.
|
||
* gdb.mi/mi-var-display.exp: Update test to match output.
|
||
Step to the line specified by $line_dct_nothing.
|
||
Increase the number of lines to step.
|
||
|
||
2014-10-14 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
|
||
tests.
|
||
* gdb.mi/mi2-var-child.exp: Likewise.
|
||
|
||
2014-10-13 Doug Evans <dje@google.com>
|
||
|
||
* gdb.python/py-objfile.exp: Change name of file name test.
|
||
|
||
2014-10-13 Doug Evans <dje@google.com>
|
||
|
||
* gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
|
||
from the start of the CU.
|
||
|
||
2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
Yao Qi <yao@codesourcery.com>
|
||
|
||
Fix "save breakpoints" for "catch" command.
|
||
* gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
|
||
Remove -nonewline. Match also the added "main" line.
|
||
|
||
2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
Fix "save breakpoints" for "disable $bpnum" command.
|
||
* gdb.base/save-bp.c (main): Add label.
|
||
* gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
|
||
|
||
2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
|
||
|
||
2014-10-11 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.server/server-kill.exp: Execute command
|
||
"set remote trace-status-packet on" before "tstatus".
|
||
|
||
2014-10-11 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.server/server-kill.c: Include sys/types.h and unistd.h.
|
||
(main): Call getppid.
|
||
* gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
|
||
and continue to it. Read variable "server_pid".
|
||
|
||
2014-10-11 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.server/server-kill.exp: Remove "delete_breakpoints".
|
||
|
||
2014-10-11 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.threads/thread-find.exp: Don't execute command
|
||
"info threads".
|
||
* gdb.threads/attach-into-signal.exp (corefunc): Likewise.
|
||
* gdb.threads/linux-dp.exp: Don't check the condition
|
||
$threads_created equals to zero.
|
||
|
||
2014-10-10 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/bigcore.exp: Remove references to IRIX.
|
||
* gdb.base/funcargs.exp: Likewise.
|
||
* gdb.base/interrupt.exp: Likewise.
|
||
* gdb.base/mips_pro.exp: Likewise.
|
||
* gdb.base/nodebug.exp: Likewise.
|
||
* gdb.base/setvar.exp: Likewise.
|
||
* lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
|
||
|
||
2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
Pedro Alves <palves@redhat.com>
|
||
|
||
PR symtab/14466
|
||
* gdb.base/vdso-warning.c: New file.
|
||
* gdb.base/vdso-warning.exp: New file.
|
||
|
||
2014-10-02 Doug Evans <dje@google.com>
|
||
|
||
* gdb.base/structs.c (main): Don't run forever.
|
||
|
||
2014-10-02 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
|
||
(top level) <stop threads 1, stop threads 2>: Use it.
|
||
|
||
2014-10-02 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/break-while-running.exp (test): Add new
|
||
'update_thread_list' argument. Skip "info threads" if false.
|
||
(top level): Add new 'update_thread_list' axis.
|
||
|
||
2014-10-02 Pedro Alves <palves@redhat.com>
|
||
|
||
PR breakpoints/17431
|
||
* gdb.base/execl-update-breakpoints.c: New file.
|
||
* gdb.base/execl-update-breakpoints.exp: New file.
|
||
|
||
2014-10-01 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/breakpoint-in-ro-region.c: New file.
|
||
* gdb.base/breakpoint-in-ro-region.exp: New file.
|
||
|
||
2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.mi/mi-exit-code.exp: New file.
|
||
* gdb.mi/mi-exit-code.c: New file.
|
||
|
||
2014-09-30 Yao Qi <yao@codesourcery.com>
|
||
|
||
* lib/prelink-support.exp (build_executable_own_libs): Error if
|
||
the target isn't native.
|
||
|
||
2014-09-30 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
|
||
false.
|
||
|
||
2014-09-22 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/break-while-running.exp: New file.
|
||
* gdb.threads/break-while-running.c: New file.
|
||
|
||
2014-09-19 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
|
||
Invoke test. Restart GDB with --readnow and invoke test again.
|
||
|
||
2014-09-19 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.base/break-on-linker-gcd-function.exp: Move test into new
|
||
proc set_breakpoint_on_gcd_function. Invoke
|
||
set_breakpoint_on_gcd_function. Restart GDB with --readnow and
|
||
invoke set_breakpoint_on_gcd_function again.
|
||
|
||
2014-09-18 Doug Evans <dje@google.com>
|
||
|
||
* gdb.dwarf2/symtab-producer.exp: New file.
|
||
|
||
2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
|
||
|
||
* gdb.base/global-var-nested-by-dso-solib1.c: New file.
|
||
* gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
|
||
* gdb.base/global-var-nested-by-dso.c: Likewise.
|
||
* gdb.base/global-var-nested-by-dso.exp: Likewise.
|
||
|
||
2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
|
||
Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/watch-bitfields.exp: Pass string other than test file
|
||
name to prepare_for_testing.
|
||
(watch): New procedure.
|
||
(expect_watchpoint): Use with_test_prefix.
|
||
(top level): Factor out tests to ...
|
||
(test_watch_location, test_regular_watch): ... these new
|
||
procedures, and use with_test_prefix and gdb_continue_to_end.
|
||
|
||
2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
|
||
|
||
PR breakpoints/12526
|
||
* gdb.base/watch-bitfields.exp: New file.
|
||
* gdb.base/watch-bitfields.c: New file.
|
||
|
||
2014-09-16 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
|
||
software and hardware addresses, not software address against
|
||
itself.
|
||
|
||
2014-09-16 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/watchpoint-stops-at-right-insn.c: New file.
|
||
* gdb.base/watchpoint-stops-at-right-insn.exp: New file.
|
||
|
||
2014-09-16 Pedro Alves <palves@redhat.com>
|
||
|
||
* config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
|
||
files.
|
||
* gdb.base/a2-run.exp: Remove all code guarded by istarget
|
||
"*-*-vxworks*" throughout.
|
||
* gdb.base/break.exp: Likewise.
|
||
* gdb.base/default.exp: Likewise.
|
||
* gdb.base/scope.exp: Likewise.
|
||
* gdb.base/sepdebug.exp: Likewise.
|
||
* gdb.base/break.c: Remove all code guarded by #ifdef vxworks
|
||
throughout.
|
||
* gdb.base/run.c: Likewise.
|
||
* gdb.base/sepdebug.c: Likewise.
|
||
* gdb.hp/gdb.aCC/run.c: Likewise.
|
||
* gdb.reverse/until-reverse.c: Likewise.
|
||
* lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
|
||
|
||
2014-09-16 Yao Qi <yao@codesourcery.com>
|
||
|
||
* boards/local-remote-host-native.exp: New file.
|
||
|
||
2014-09-14 Doug Evans <xdje42@gmail.com>
|
||
|
||
* gdb.threads/queue-signal.c (thread_count): New variable.
|
||
(thread_count_mutex, thread_count_condvar): New variables.
|
||
(incr_thread_count, wait_all_threads_running): New functions.
|
||
(main): Wait for all threads to be in their thread functions.
|
||
|
||
2014-09-13 Doug Evans <xdje42@gmail.com>
|
||
|
||
* gdb.threads/queue-signal.c: New file.
|
||
* gdb.threads/queue-signal.exp: New file.
|
||
|
||
2014-09-13 Doug Evans <xdje42@gmail.com>
|
||
|
||
* lib/gdb.exp (gdb_prompt): Add comment and change initial value to
|
||
be consistent with what default_gdb_init uses.
|
||
(with_gdb_prompt): Change form of PROMPT argument from a regexp to
|
||
the plain text of the prompt. Add some logging printfs.
|
||
* gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
|
||
|
||
2014-09-12 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
|
||
gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
|
||
* gdb.arch/i386-size-overlap.exp: Likewise.
|
||
* gdb.arch/i386-size.exp: Likewise.
|
||
* gdb.arch/i386-unwind.exp: Likewise.
|
||
* gdb.base/a2-run.exp: Likewise.
|
||
* gdb.base/break.exp: Likewise.
|
||
* gdb.base/charset.exp: Likewise.
|
||
* gdb.base/chng-syms.exp: Likewise.
|
||
* gdb.base/commands.exp: Likewise.
|
||
* gdb.base/dbx.exp: Likewise.
|
||
* gdb.base/find.exp: Likewise.
|
||
* gdb.base/funcargs.exp: Likewise.
|
||
* gdb.base/jit-simple.exp: Likewise.
|
||
* gdb.base/reread.exp: Likewise.
|
||
* gdb.base/sepdebug.exp: Likewise.
|
||
* gdb.base/step-bt.exp: Likewise.
|
||
* gdb.cp/mb-inline.exp: Likewise.
|
||
* gdb.cp/mb-templates.exp: Likewise.
|
||
* gdb.objc/basicclass.exp: Likewise.
|
||
* gdb.threads/killed.exp: Likewise.
|
||
|
||
2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
|
||
|
||
PR tdep/17379
|
||
* gdb.arch/powerpc-stackless.S: New file.
|
||
* gdb.arch/powerpc-stackless.exp: New file.
|
||
|
||
2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.base/attach.c: Include unistd.h.
|
||
(main): Call alarm. Add label postloop.
|
||
* gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
|
||
gdb_breakpoint, gdb_continue_to_breakpoint.
|
||
(test_command_line_attach_run): Kill ${testpid} in one exit path.
|
||
|
||
2014-09-11 Pedro Alves <palves@redhat.com>
|
||
|
||
PR gdb/17347
|
||
* lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
|
||
* gdb.base/attach.exp (test_command_line_attach_run): New
|
||
procedure.
|
||
(top level): Call it.
|
||
|
||
2014-09-11 Pedro Alves <palves@redhat.com>
|
||
|
||
* lib/gdb.exp (spawn_wait_for_attach): New procedure.
|
||
* gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
|
||
(do_command_attach_tests): Use spawn_wait_for_attach.
|
||
* gdb.base/solib-overlap.exp: Likewise.
|
||
* gdb.multi/multi-attach.exp: Likewise.
|
||
* gdb.python/py-prompt.exp: Likewise.
|
||
* gdb.python/py-sync-interp.exp: Likewise.
|
||
* gdb.server/ext-attach.exp: Likewise.
|
||
|
||
2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
|
||
|
||
* gdb.fortran/array-element.exp: Remove unexpected "continue"
|
||
command in testcase. Simplify testcase.
|
||
|
||
2014-09-10 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
|
||
|
||
2014-09-10 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
|
||
|
||
2014-09-10 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
|
||
|
||
2014-09-10 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.dwarf2/dynarr-ptr.c: New file.
|
||
* gdb.dwarf2/dynarr-ptr.exp: New file.
|
||
|
||
2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
|
||
|
||
* gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
|
||
of 30 rather than hardcoding 120 for a slow test case. Take the
|
||
`gdb,timeout' target setting into account for this calculation.
|
||
Don't extend the timeout for the test cases that don't need it.
|
||
|
||
2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
|
||
|
||
* gdb.reverse/sigall-reverse.exp: Increase the timeout by
|
||
a factor of 2 for a slow test case. Take the `gdb,timeout'
|
||
target setting into account for this calculation.
|
||
* gdb.reverse/until-precsave.exp: Increase the timeout by
|
||
a factor of 15 and 3 respectively rather than adding 120
|
||
for a pair of slow test cases. Take the `gdb,timeout'
|
||
target setting into account for this calculation.
|
||
|
||
2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
|
||
|
||
* lib/gdb.exp (gdb_test_multiple): Remove code to select the
|
||
timeout, don't pass one down to gdb_expect.
|
||
(gdb_expect): Rework timeout selection.
|
||
|
||
2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
|
||
|
||
* lib/gdbserver-support.exp (gdbserver_start): Throw an error
|
||
exception on timeout.
|
||
(gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
|
||
(gdbserver_start_extended): Catch any `gdbserver_start' error
|
||
exceptions.
|
||
(gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
|
||
* lib/mi-support.exp (mi_gdb_target_load): Catch any
|
||
`gdbserver_gdb_load' error exceptions.
|
||
|
||
2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
|
||
|
||
* lib/gdbserver-support.exp (gdbserver_start): Set timeout to
|
||
120 on waiting for the TCP socket to open.
|
||
|
||
2014-09-09 Doug Evans <xdje42@gmail.com>
|
||
|
||
* gdb.base/default.exp (show_conv_list): Add _caller_is,
|
||
_caller_matches, _any_caller_is, _any_caller_matches.
|
||
|
||
2014-09-09 Doug Evans <xdje42@gmail.com>
|
||
|
||
* gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
|
||
|
||
2014-09-09 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.mi/mi-var-display.exp: Set print symbol off.
|
||
|
||
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
|
||
* gdb.mi/mi-var-display.exp: Make test messages unique.
|
||
|
||
2014-08-04 Tom Tromey <tromey@redhat.com>
|
||
|
||
* gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
|
||
target 0".
|
||
|
||
2014-08-04 Tom Tromey <tromey@redhat.com>
|
||
|
||
* gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
|
||
"target_resume".
|
||
|
||
2014-08-01 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.base/vla-datatypes.c (vla_factory): Add new variable
|
||
inner_vla_struct_object_size.
|
||
* gdb.base/vla-datatypes.exp: Adjust last test, and mark it
|
||
as xfail.
|
||
|
||
2014-07-30 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/signal-command-handle-nopass.exp (test): Add
|
||
comment.
|
||
|
||
2014-07-29 Yao Qi <yao@codesourcery.com>
|
||
|
||
PR gdb/17206
|
||
* gdb.base/until-nodebug.exp: New.
|
||
|
||
2014-07-28 Doug Evans <xdje42@gmail.com>
|
||
|
||
PR guile/17203
|
||
* gdb.guile/scm-parameter.exp: Add tests for trying to create
|
||
previously existing parameter, and previously ambiguously spelled
|
||
parameter.
|
||
|
||
2014-07-28 Will Newton <will.newton@linaro.org>
|
||
|
||
* gdb.base/varargs.exp: Remove KFAILs for ARM.
|
||
|
||
2014-07-26 Ludovic Courtès <ludo@gnu.org>
|
||
Doug Evans <xdje42@gmail.com>
|
||
|
||
PR guile/17146
|
||
* gdb.guile/types-module.exp: Add tests for wrong type arguments.
|
||
|
||
2014-07-25 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/signal-command-handle-nopass.c: New file.
|
||
* gdb.threads/signal-command-handle-nopass.exp: New file.
|
||
* gdb.threads/signal-command-multiple-signals-pending.c: New file.
|
||
* gdb.threads/signal-command-multiple-signals-pending.exp: New file.
|
||
* gdb.threads/signal-delivered-right-thread.c: New file.
|
||
* gdb.threads/signal-delivered-right-thread.exp: New file.
|
||
|
||
2014-07-25 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/double-prompt-target-event-error.exp
|
||
(cancel_pagination_in_target_event): Remove '-notransfer <return>'
|
||
match.
|
||
(cancel_pagination_in_target_event): Rework double prompt
|
||
detection.
|
||
* gdb.base/paginate-after-ctrl-c-running.exp
|
||
(test_ctrlc_while_target_running_paginates): Remove '-notransfer
|
||
<return>' match.
|
||
* gdb.base/paginate-bg-execution.exp
|
||
(test_bg_execution_pagination_return)
|
||
(test_bg_execution_pagination_cancel): Remove '-notransfer
|
||
<return>' matches.
|
||
* gdb.base/paginate-execution-startup.exp
|
||
(test_fg_execution_pagination_return)
|
||
(test_fg_execution_pagination_cancel): Remove '-notransfer
|
||
<return>' matches.
|
||
* gdb.base/paginate-inferior-exit.exp
|
||
(test_paginate_inferior_exited): Remove '-notransfer <return>'
|
||
match.
|
||
* lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
|
||
* lib/gdb.exp (pagination_prompt): Run text through
|
||
string_to_regexp.
|
||
(gdb_test_multiple): Match $pagination_prompt instead of
|
||
"<return>".
|
||
(string_to_regexp): Move to lib/gdb-utils.exp.
|
||
|
||
2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.arch/amd64-entry-value-paramref.S: New file.
|
||
* gdb.arch/amd64-entry-value-paramref.cc: New file.
|
||
* gdb.arch/amd64-entry-value-paramref.exp: New file.
|
||
* gdb.arch/amd64-optimout-repeat.S: New file.
|
||
* gdb.arch/amd64-optimout-repeat.c: New file.
|
||
* gdb.arch/amd64-optimout-repeat.exp: New file.
|
||
|
||
2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
PR gdb/17170
|
||
* gdb.base/statistics.exp: New file.
|
||
|
||
2014-07-17 Doug Evans <dje@google.com>
|
||
|
||
PR gdb/17170
|
||
* gdb.base/maint.exp: Update testing of per-command stats.
|
||
|
||
2014-07-16 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.trace/tfile.c: Include unistd.h and stdint.h.
|
||
(start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
|
||
(tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
|
||
(tfile_write_buf): New functions.
|
||
(add_memory_block): Rewrite using the above.
|
||
(adjust_function_address): New function.
|
||
(FUNCTION_ADDRESS): New macro.
|
||
(write_basic_trace_file): Remove short_x local, and use
|
||
tfile_write_16. Change type of func_addr local to unsigned long
|
||
long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
|
||
here. Cast argument of add_memory_block to char pointer.
|
||
(write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
|
||
(main): Remove parameters.
|
||
* gdb.trace/tfile.exp: Remove nowarnings.
|
||
|
||
2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.base/debug-expr.exp: Test string evaluation with
|
||
"debug expression" on.
|
||
|
||
2014-07-15 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/reread.exp: Use clean_restart.
|
||
|
||
2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
|
||
|
||
* gdb.arch/avr-flash-qualifer.c: New.
|
||
* gdb.arch/avr-flash-qualifer.exp: New.
|
||
|
||
2014-07-14 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/paginate-after-ctrl-c-running.c: New file.
|
||
* gdb.base/paginate-after-ctrl-c-running.exp: New file.
|
||
|
||
2014-07-14 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/double-prompt-target-event-error.c: New file.
|
||
* gdb.base/double-prompt-target-event-error.exp: New file.
|
||
|
||
2014-07-14 Pedro Alves <palves@redhat.com>
|
||
|
||
PR gdb/17072
|
||
* gdb.base/paginate-inferior-exit.c: New file.
|
||
* gdb.base/paginate-inferior-exit.exp: New file.
|
||
|
||
2014-07-14 Pedro Alves <palves@redhat.com>
|
||
|
||
PR gdb/17072
|
||
* gdb.base/paginate-bg-execution.c: New file.
|
||
* gdb.base/paginate-bg-execution.exp: New file.
|
||
|
||
2014-07-14 Pedro Alves <palves@redhat.com>
|
||
|
||
PR gdb/17072
|
||
* gdb.base/paginate-execution-startup.c: New file.
|
||
* gdb.base/paginate-execution-startup.exp: New file.
|
||
* lib/gdb.exp (pagination_prompt): New global.
|
||
(default_gdb_spawn): New procedure, factored out from
|
||
default_gdb_spawn.
|
||
(default_gdb_start): Adjust to call default_gdb_spawn.
|
||
(gdb_spawn): New procedure.
|
||
|
||
2014-07-14 Pedro Alves <palves@redhat.com>
|
||
|
||
* lib/gdb.exp (gdb_assert): New procedure.
|
||
* gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
|
||
|
||
2014-07-14 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/execution-termios.c: New file.
|
||
* gdb.base/execution-termios.exp: New file.
|
||
|
||
2014-07-14 Tom Tromey <tromey@redhat.com>
|
||
|
||
* gdb.cp/vla-cxx.cc: New file.
|
||
* gdb.cp/vla-cxx.exp: New file.
|
||
|
||
2014-07-14 Tom Tromey <tromey@redhat.com>
|
||
|
||
* gdb.reverse/rerun-prec.c: New file.
|
||
* gdb.reverse/rerun-prec.exp: New file.
|
||
|
||
2014-07-12 Maciej W. Rozycki <macro@mips.com>
|
||
Maciej W. Rozycki <macro@codesourcery.com>
|
||
|
||
* lib/gdb-utils.exp: New file.
|
||
* lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
|
||
inline `gdb_init_command' processing.
|
||
(gdb_start_cmd): Likewise.
|
||
* lib/mi-support.exp (mi_run_cmd): Likewise.
|
||
* README: Document `gdb_init_command' and `gdb_init_commands'.
|
||
|
||
2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
Fix false FAIL running under a very long directory name.
|
||
* gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
|
||
and "set print elements 10000". Twice.
|
||
|
||
2014-07-11 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.base/exprs.exp: "set print symbol off".
|
||
|
||
2014-07-11 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/kill.c: New file.
|
||
* gdb.threads/kill.exp: New file.
|
||
|
||
2014-07-10 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.trace/tfile.c (write_basic_trace_file)
|
||
[__thumb__||__thumb2__]: Clear the Thumb bit of the function
|
||
address written to trace file.
|
||
|
||
2014-07-09 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/attach-wait-input.exp: New file.
|
||
* gdb.base/attach-wait-input.c: New file.
|
||
|
||
2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
|
||
|
||
* gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
|
||
setting up test structures.
|
||
(main): Call new test function.
|
||
* gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
|
||
test function, continue into test function and walk test
|
||
structures.
|
||
|
||
2014-07-02 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.trace/entry-values.c: Define labels 'foo_start' and
|
||
'bar_start' at the beginning of functions 'foo' and 'bar'
|
||
respectively.
|
||
* gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
|
||
instead of 'foo' and 'bar'.
|
||
|
||
2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/segv.exp: New.
|
||
* gdb.btrace/segv.c: New.
|
||
|
||
2014-07-02 Luis Machado <lgustavo@codesourcery.com>
|
||
|
||
* gdb.trace/entry-values.exp: Handle powerpc-specific branch
|
||
instruction.
|
||
|
||
2014-06-30 Mark Wielaard <mjw@redhat.com>
|
||
|
||
* gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
|
||
vulture, vilify, villar): New volatile array constants.
|
||
(vindictive, vegetation): New const volatile array constants.
|
||
* gdb.base/volatile.exp: Test volatile and const volatile array
|
||
types.
|
||
|
||
2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
|
||
target lacks support for awatch, rwatch, or hbreak.
|
||
|
||
2014-06-27 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.multi/dummy-frame-restore.exp: New.
|
||
* gdb.multi/dummy-frame-restore.c: New.
|
||
|
||
2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/gcore.exp: New.
|
||
|
||
2014-06-23 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/watchpoint-reuse-slot.c: New file.
|
||
* gdb.base/watchpoint-reuse-slot.exp: New file.
|
||
|
||
2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
|
||
|
||
* gdb.python/py-xmethods.exp: Use "progspace" instead of the
|
||
progspace's filename in 'info', 'enable' and 'disable' command
|
||
tests.
|
||
|
||
2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
|
||
* gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
|
||
* gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
|
||
|
||
2014-06-20 Gary Benson <gbenson@redhat.com>
|
||
|
||
* gdb.arch/i386-avx.exp: Fix include file location.
|
||
* gdb.arch/i386-sse.exp: Likewise.
|
||
|
||
2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
|
||
|
||
* gdb.dlang/expression.exp: New file.
|
||
|
||
2014-06-19 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/thread-execl.exp (do_test): New procedure, factored
|
||
out from ...
|
||
(top level): ... here. Iterate running tests under different
|
||
scheduler-locking settings.
|
||
|
||
2014-06-18 Luis Machado <lgustavo@codesourcery.com>
|
||
|
||
* gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
|
||
to DW_FORM_addr and use non-zero addresses.
|
||
|
||
2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
|
||
|
||
PR gdb/17017
|
||
* gdb.python/py-xmethods.cc: Add global function call counters and
|
||
increment them in their respective functions. Remove "cout"
|
||
statements.
|
||
* gdb.python/py-xmethods.exp: Make tests check the global function
|
||
call counters instead of depending on inferior IO.
|
||
|
||
2014-06-18 Don Breazeal <donb@codesourcery.com>
|
||
|
||
* gdb.base/foll-fork.exp (default_fork_parent_follow):
|
||
Deleted procedure.
|
||
(explicit_fork_parent_follow): Deleted procedure.
|
||
(explicit_fork_child_follow): Deleted procedure.
|
||
(test_follow_fork): New procedure.
|
||
(do_fork_tests): Replace calls to deleted procedures with
|
||
calls to test_follow_fork and reset GDB for subsequent
|
||
procedure calls.
|
||
|
||
2014-06-17 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
|
||
CP1252.
|
||
|
||
2014-06-17 Luis Machado <lgustavo@codesourcery.com>
|
||
|
||
* gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
|
||
Initialize ptr and S explicitly.
|
||
(skip_type_update_when_not_use_rtti_test): Likewise.
|
||
|
||
2014-06-16 Keith Seitz <keiths@redhat.com>
|
||
|
||
PR mi/15863
|
||
* gdb.mi/mi-var-cmd.exp: Add test for -var-update before
|
||
the inferior is started.
|
||
|
||
2014-06-16 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/break-main-file-remove-fail.c: New file.
|
||
* gdb.base/break-main-file-remove-fail.exp: New file.
|
||
* gdb.base/break-unload-file.exp: Use build_executable instead of
|
||
prepare_for_testing.
|
||
(test_break): New parameter "initial_load". Handle it.
|
||
(top level): Add initial_load cmdline/file axis.
|
||
|
||
2014-06-12 Tom Tromey <tromey@redhat.com>
|
||
|
||
* gdb.base/completion.exp: Don't use directory name in test.
|
||
|
||
2014-06-09 Gary Benson <gbenson@redhat.com>
|
||
|
||
* gdb.base/sigall.c [Functions to send signals]: Reorder to
|
||
separate the always-available ANSI-standard signals from the
|
||
signals that require checking.
|
||
(main): Likewise.
|
||
* gdb.reverse/sigall-reverse.c [Functions to send signals]:
|
||
Likewise.
|
||
(main): Likewise.
|
||
|
||
2014-06-07 Keith Seitz <keiths@redhat.com>
|
||
|
||
Revert:
|
||
PR c++/16253
|
||
* gdb.cp/var-tag.cc: New file.
|
||
* gdb.cp/var-tag.exp: New file.
|
||
* gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
|
||
* gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
|
||
* gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
|
||
* gdb.dwarf2/dw2-inheritance.exp: Likewise.
|
||
|
||
2014-06-06 Doug Evans <xdje42@gmail.com>
|
||
|
||
* gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
|
||
|
||
2014-06-06 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
|
||
in target debug output instead of looking at RSP packets,
|
||
disabling the test on any target that uses hardware stepping.
|
||
Update comments.
|
||
|
||
2014-06-06 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/break-unload-file.exp: Fix typo.
|
||
|
||
2014-06-06 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.base/jit.exp (one_jit_test): Restrict the pattern
|
||
from "jit_function" to "^jit_function".
|
||
|
||
2014-06-06 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.base/async.c (foo): Add one statement.
|
||
* gdb.base/async.exp: Get the next instruction address and
|
||
match the output of "nexti" by instruction address. Match
|
||
the hex address in the output of "finish".
|
||
|
||
2014-06-06 Gary Benson <gbenson@redhat.com>
|
||
|
||
* gdb.base/call-signals.c: Remove preprocessor conditionals
|
||
for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
|
||
SIGSEGV and SIGTERM.
|
||
* gdb.base/sigall.c: Likewise.
|
||
* gdb.base/unwindonsignal.c: Likewise.
|
||
* gdb.reverse/sigall-reverse.c: Likewise.
|
||
|
||
2014-06-06 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
|
||
readable, skip the test.
|
||
|
||
2014-06-06 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.threads/staticthreads.c (thread_function): Move the line
|
||
setting breakpoint on forward.
|
||
* gdb.threads/staticthreads.exp: Update comments.
|
||
|
||
2014-06-05 Ludovic Courtès <ludo@gnu.org>
|
||
|
||
* gdb.guile/scm-value.exp (test_value_in_inferior): Add test
|
||
"history-append! type error".
|
||
|
||
2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
|
||
erroneous dprintf expected input.
|
||
|
||
2014-06-04 Doug Evans <xdje42@gmail.com>
|
||
|
||
* gdb.guile/scm-generics.exp: Delete.
|
||
|
||
2014-06-04 Doug Evans <xdje42@gmail.com>
|
||
|
||
* gdb.guile/scm-breakpoint.exp: Update.
|
||
Add tests for breakpoint registration.
|
||
|
||
2014-06-04 Tom Tromey <tromey@redhat.com>
|
||
|
||
* gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
|
||
VLA-in-union.
|
||
* gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
|
||
inner_vla_struct, vla_union types. Initialize objects of those
|
||
types and compute their sizes.
|
||
|
||
2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
|
||
Hui Zhu <hui@codesourcery.com>
|
||
|
||
* gdb.base/fileio.exp: Add test for shell not available as well as
|
||
available.
|
||
* gdb.base/fileio.c (test_system): Check for shell twice.
|
||
|
||
2014-06-04 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.base/auto-connect-native-target.exp: Remove redundant
|
||
space from the regexp pattern.
|
||
|
||
2014-06-04 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.base/default.exp: Replace "child" with "native" in
|
||
regexp pattern.
|
||
|
||
2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
|
||
|
||
* gdb.python/py-xmethods.cc: New testcase to test xmethods.
|
||
* gdb.python/py-xmethods.exp: New tests to test xmethods.
|
||
* gdb.python/py-xmethods.py: Python script supporting the
|
||
new testcase and tests.
|
||
|
||
2014-06-03 Joel Brobecker <brobecker@adacore.com>
|
||
Pedro Alves <palves@redhat.com>
|
||
|
||
PR breakpoints/17000
|
||
* gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
|
||
* gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
|
||
|
||
2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
|
||
|
||
* gdb.base/subst.exp: Add tests to verify partial path matching
|
||
output.
|
||
|
||
2014-06-03 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
|
||
target that doesn't use software single-stepping.
|
||
|
||
2014-06-03 Pedro Alves <palves@redhat.com>
|
||
|
||
PR breakpoints/17000
|
||
* gdb.base/sss-bp-on-user-bp-2.c: New file.
|
||
* gdb.base/sss-bp-on-user-bp-2.exp: New file.
|
||
|
||
2014-06-02 Doug Evans <xdje42@gmail.com>
|
||
|
||
* gdb.guile/scm-parameter.exp: New file.
|
||
|
||
2014-06-02 Doug Evans <xdje42@gmail.com>
|
||
|
||
* gdb.guile/scm-cmd.c: New file.
|
||
* gdb.guile/scm-cmd.exp: New file.
|
||
|
||
2014-06-02 Doug Evans <xdje42@gmail.com>
|
||
|
||
* gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
|
||
pretty-printer lookup.
|
||
* gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
|
||
(make-pp_s-printer): Call it.
|
||
(make-pretty-printer-from-dict): New function.
|
||
(lookup-pretty-printer-maker-from-dict): New function.
|
||
(*pretty-printer*): Simplify.
|
||
(make-objfile-pp_s-printer): New function.
|
||
(install-objfile-pretty-printers!): New function.
|
||
(make-progspace-pp_s-printer): New function.
|
||
(install-progspace-pretty-printers!): New function.
|
||
* gdb.guile/scm-progspace.c: New file.
|
||
* gdb.guile/scm-progspace.exp: New file.
|
||
|
||
2014-06-02 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/dprintf-bp-same-addr.c: New file.
|
||
* gdb.base/dprintf-bp-same-addr.exp: New file.
|
||
|
||
2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
|
||
|
||
* gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
|
||
* gdb.arch/powerpc-power.s: Likewise.
|
||
|
||
2014-06-02 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
|
||
|
||
2014-06-01 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.base/watchpoint.exp (test_watch_location): Check null
|
||
pointer can be dereferenced. If not, do the test, otherwise
|
||
skip it.
|
||
|
||
2014-05-30 Andrew Burgess <aburgess@broadcom.com>
|
||
|
||
* gdb.arch/amd64-invalid-stack-middle.exp: Update expected
|
||
results.
|
||
* gdb.arch/amd64-invalid-stack-top.exp: Likewise.
|
||
|
||
2014-05-30 Andrew Burgess <aburgess@broadcom.com>
|
||
|
||
* gdb.arch/amd64-invalid-stack-middle.S: New file.
|
||
* gdb.arch/amd64-invalid-stack-middle.c: New file.
|
||
* gdb.arch/amd64-invalid-stack-middle.exp: New file.
|
||
* gdb.arch/amd64-invalid-stack-top.c: New file.
|
||
* gdb.arch/amd64-invalid-stack-top.exp: New file.
|
||
|
||
2014-05-30 Pedro Alves <palves@redhat.com>
|
||
|
||
PR breakpoints/17000
|
||
* gdb.base/sss-bp-on-user-bp.c: New file.
|
||
* gdb.base/sss-bp-on-user-bp.exp: New file.
|
||
|
||
2014-05-30 David Blaikie <dblaikie@gmail.com>
|
||
|
||
* gdb.opt/inline-break.c: Fix clang compatibility by specifying
|
||
gnu_inline semantics via attribute.
|
||
* gdb.opt/inline-break.exp: Remove -std=c89 now that the test
|
||
source explicitly specifies the required semantics.
|
||
|
||
2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
|
||
|
||
* gdb.reverse/sigall-reverse.exp: Fix a typo.
|
||
|
||
2014-05-29 Pedro Alves <palves@redhat.com>
|
||
Tom Tromey <tromey@redhat.com>
|
||
|
||
* gdb.base/async-shell.exp: Don't enable target-async.
|
||
* gdb.base/async.exp
|
||
* gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
|
||
parameter. Adjust.
|
||
(top level): Don't test with "target-async".
|
||
* gdb.base/dprintf-non-stop.exp: Don't enable target-async.
|
||
* gdb.base/gdb-sigterm.exp: Don't test with "target-async".
|
||
* gdb.base/inferior-died.exp: Don't enable target-async.
|
||
* gdb.base/interrupt-noterm.exp: Likewise.
|
||
* gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
|
||
* gdb.mi/mi-nonstop-exit.exp: Likewise.
|
||
* 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.
|
||
* gdb.mi/mi-watch-nonstop.exp: Likewise.
|
||
* gdb.multi/watchpoint-multi.exp: Adjust comment.
|
||
* gdb.python/py-evsignal.exp: Don't enable target-async.
|
||
* gdb.python/py-evthreads.exp: Likewise.
|
||
* gdb.python/py-prompt.exp: Likewise.
|
||
* gdb.reverse/break-precsave.exp: Don't test with "target-async".
|
||
* gdb.server/solib-list.exp: Don't enable target-async.
|
||
* gdb.threads/thread-specific-bp.exp: Likewise.
|
||
* lib/mi-support.exp: Adjust to use mi-async.
|
||
|
||
2014-05-29 Pedro Alves <palves@redhat.com>
|
||
|
||
PR gdb/13860
|
||
* gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
|
||
reason, even in sync mode.
|
||
|
||
2014-05-29 Pedro Alves <palves@redhat.com>
|
||
Hui Zhu <hui@codesourcery.com>
|
||
|
||
PR PR15693
|
||
* gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
|
||
* gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
|
||
* gdb.mi/mi-condbreak-call-thr-state.c: New file.
|
||
* gdb.mi/mi-condbreak-call-thr-state.exp: New file.
|
||
|
||
2014-05-28 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* config/monitor.exp (gdb_target_monitor): Replace use of
|
||
"set remotebaud" by "set serial baud".
|
||
|
||
2014-05-26 Andy Wingo <wingo@igalia.com>
|
||
|
||
* gdb.guile/scm-breakpoint.exp:
|
||
* gdb.guile/scm-gsmob.exp: Update to use plain old object
|
||
properties instead of gdb-object-properties.
|
||
|
||
2014-05-26 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.server/no-thread-db.exp: Specify source file name
|
||
explicitly when setting a breakpoint.
|
||
|
||
2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/vdso.c: New.
|
||
* gdb.btrace/vdso.exp: New.
|
||
|
||
2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.base/gcore.exp (capture_command_output): Move ...
|
||
* lib/gdb.exp (capture_command_output): ... here.
|
||
|
||
2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/data.exp: Test memory access during btrace replay.
|
||
|
||
2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* lib/mi-support.exp (mi_run_cmd_full): Add comments.
|
||
|
||
2014-05-21 Pedro Alves <palves@redhat.com>
|
||
|
||
PR gdb/13860
|
||
* gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
|
||
(top level): Test that output related to execution commands is
|
||
sent to the console with CLI commands, but not with MI commands.
|
||
Test that breakpoint events are always mirrored to the console.
|
||
Also expect the new source line to be output after a "next" in
|
||
async mode too. Make it a pass/fail test.
|
||
* gdb.mi/mi-solib.exp: Test that the CLI solib event note is
|
||
output.
|
||
* lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
|
||
|
||
2014-05-21 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/list.exp (build_pattern, test_list): New procedures.
|
||
Use them to test variations of "list" after reaching a breakpoint.
|
||
* gdb.mi/mi-cli.exp (line_main_callme_2): New global.
|
||
Test "list" with listsize 10 after reaching a breakpoint.
|
||
* gdb.python/python.exp (decode_line current location line
|
||
number): Adjust expected line number.
|
||
|
||
2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* lib/mi-support.exp (mi_run_cmd_full): Revert to original
|
||
behavior for $args, pass it directly to "run".
|
||
|
||
2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
|
||
|
||
* lib/gdb.exp (default_gdb_init): Bump `match_max' up from
|
||
30000 to 65536.
|
||
|
||
2014-05-21 Pedro Alves <palves@redhat.com>
|
||
|
||
* boards/gdbserver-base.exp (GDBFLAGS): Set to "set
|
||
auto-connect-native-target off".
|
||
* gdb.base/auto-connect-native-target.c: New file.
|
||
* gdb.base/auto-connect-native-target.exp: New file.
|
||
|
||
2014-05-21 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/default.exp: Test "target native" instead of "target
|
||
child".
|
||
|
||
2014-05-21 Mark Wielaard <mjw@redhat.com>
|
||
|
||
* gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
|
||
|
||
2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
Fix TLS access for -static -pthread.
|
||
* gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
|
||
<HAVE_TLS> (thread_function, main): Initialize it.
|
||
* gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
|
||
Add clean_restart.
|
||
<$have_tls != "">: Check TLSVAR.
|
||
|
||
2014-05-21 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/dcache-line-read-error.c: New.
|
||
* gdb.base/dcache-line-read-error.exp: New.
|
||
|
||
2014-05-20 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/compare-sections.c: New file.
|
||
* gdb.base/compare-sections.exp: New file.
|
||
|
||
2014-05-20 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/break-idempotent.c: New file.
|
||
* gdb.base/break-idempotent.exp: New file.
|
||
|
||
2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/nohist.exp: New.
|
||
|
||
2014-05-20 Yao Qi <yao@codesourcery.com>
|
||
|
||
* lib/gdb.exp (gdb_init): Set timeout if test file is under
|
||
gdb.reverse directory and gdb_reverse_timeout exists in board
|
||
setting.
|
||
* README: Document gdb_reverse_timeout.
|
||
|
||
2014-05-20 Yao Qi <yao@codesourcery.com>
|
||
|
||
* lib/gdb.exp (default_gdb_init): Rename argument 'args' by
|
||
'test_file_name'. Treat args as a string instead of a list.
|
||
(gdb_init): Rename argument 'args' by 'test_file_name'.
|
||
|
||
2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.arch/powerpc-power.exp: New file.
|
||
* gdb.arch/powerpc-power.s: New file.
|
||
|
||
2014-05-16 Doug Evans <dje@google.com>
|
||
|
||
* gdb.base/Makefile.in (EXECUTABLES): Add completion.
|
||
* gdb.base/completion.exp: Check that all expected files exist
|
||
before doing file completion.
|
||
|
||
2014-05-16 Doug Evans <dje@google.com>
|
||
|
||
* gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
|
||
Update.
|
||
(do_syscall_tests_without_xml): Update.
|
||
|
||
2014-05-16 Pedro Alves <palves@redhat.com>
|
||
|
||
* lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
|
||
instead of "unknown output after running".
|
||
|
||
2014-05-16 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
|
||
file1.txt from host at the end.
|
||
* gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
|
||
|
||
2014-05-15 Doug Evans <dje@google.com>
|
||
|
||
* gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
|
||
* gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
|
||
loading file. Add test for TU lookup.
|
||
|
||
2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* lib/mi-support.exp (mi_run_cmd_full): Set arguments by
|
||
calling "-exec-arguments" or "set args" before running the
|
||
inferior.
|
||
|
||
2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
|
||
|
||
* lib/mi-support.exp (mi_expect_stop): Expect message for
|
||
inferiors that exit with non-zero exit code.
|
||
|
||
2014-05-14 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
|
||
match absolute path on remote host.
|
||
(test_file_list_exec_source_files): Remove "/" from the
|
||
pattern.
|
||
|
||
2014-05-14 Yao Qi <yao@codesourcery.com>
|
||
|
||
* boards/local-remote-host-notty.exp (${board}_file): New
|
||
proc.
|
||
|
||
2014-05-07 Kyle McMartin <kyle@redhat.com>
|
||
|
||
Pushed by Joel Brobecker <brobecker@adacore.com>.
|
||
* gdb.arch/aarch64-atomic-inst.c: New file.
|
||
* gdb.arch/aarch64-atomic-inst.exp: New file.
|
||
|
||
2014-05-07 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
|
||
in current context" too.
|
||
|
||
2014-05-05 Keith Seitz <keiths@redhat.com>
|
||
|
||
* gdb.linespec/ls-dollar.exp: Add test for linespec
|
||
file:convenience_variable.
|
||
|
||
2014-05-05 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.trace/unavailable.exp (gdb_collect_args_test): Save
|
||
traceframes into tfile and ctf trace files. Read data from
|
||
trace file and test collected data.
|
||
(gdb_collect_locals_test): Likewise.
|
||
(gdb_unavailable_registers_test): Likewise.
|
||
(gdb_unavailable_floats): Likewise.
|
||
(gdb_collect_globals_test): Likewise.
|
||
(top-level): Append "ctf" to trace_file_targets if GDB
|
||
supports.
|
||
|
||
2014-05-05 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
|
||
code to ...
|
||
(gdb_collect_args_test_1): ... it. New proc.
|
||
(gdb_collect_locals_test): Move some code to ...
|
||
(gdb_collect_locals_test_1): ... it. New proc.
|
||
(gdb_unavailable_registers_test): Move some code to ...
|
||
(gdb_unavailable_registers_test_1): ... it. New proc.
|
||
(gdb_unavailable_floats): Move some code to ...
|
||
(gdb_unavailable_floats_1): ... it. New proc.
|
||
|
||
2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
|
||
|
||
* gdb.arch/amd64-stap-optional-prefix.S (main): Add several
|
||
probes to test for bitness recognition.
|
||
* gdb.arch/amd64-stap-optional-prefix.exp
|
||
(test_probe_value_without_reg): New procedure.
|
||
Add code to test for different kinds of bitness.
|
||
|
||
2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
|
||
|
||
PR breakpoints/16889
|
||
* gdb.arch/amd64-stap-optional-prefix.S: New file.
|
||
* gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
|
||
|
||
2014-05-01 Pedro Alves <palves@redhat.com>
|
||
|
||
* lib/gdb.exp (gdb_load): Extend comment. Skip calling
|
||
gdb_file_cmd if no file is specified.
|
||
* boards/native-extended-gdbserver.exp (gdb_load): Use the
|
||
last_loaded_file to set the remote exec-file.
|
||
|
||
2014-05-01 Pedro Alves <palves@redhat.com>
|
||
|
||
* boards/local-remote-host.exp: New file.
|
||
|
||
2014-05-01 Pedro Alves <palves@redhat.com>
|
||
|
||
* boards/local-remote-host.exp: Rename to ...
|
||
* boards/local-remote-host-notty.exp: ... this.
|
||
|
||
2014-04-28 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.ada/dyn_arrayidx: New testcase.
|
||
|
||
2014-04-26 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
|
||
and compute the length of function main. Save it in
|
||
$main_length.
|
||
(Dwarf::assemble): Use $main_length instead of hard-coded 10.
|
||
(top-level): Use gdb_compile to compile objects into
|
||
executable and restart GDB. Remove invocation to
|
||
prepare_for_testing.
|
||
|
||
2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
|
||
Pedro Alves <palves@redhat.com>
|
||
|
||
PR server/16255
|
||
* gdb.multi/multi-attach.c: New file.
|
||
* gdb.multi/multi-attach.exp: New file.
|
||
|
||
2014-04-25 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
|
||
user.
|
||
(top level): Test that "set remote conditional-breakpoints-packet
|
||
off" works as intended.
|
||
* gdb.base/dprintf.exp: Test that "set remote
|
||
breakpoint-commands-packet off" works as intended.
|
||
* gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
|
||
New function.
|
||
(top level): Call it.
|
||
* gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
|
||
remote fast-tracepoints-packet off" works as intended.
|
||
* gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
|
||
* lib/gdb.exp (gdb_is_target_remote): ... here.
|
||
|
||
2014-04-24 David Blaikie <dblaikie@gmail.com>
|
||
|
||
* gdb.base/catch-syscall.c: Make unreferenced statics non-static to
|
||
ensure clang would not discard them.
|
||
* gdb.base/gdbvars.c: Ditto.
|
||
* gdb.base/memattr.c: Ditto.
|
||
* gdb.base/whatis.c: Ditto.
|
||
* gdb.python/py-prettyprint.c: Ditto.
|
||
* gdb.trace/actions.c: Ditto.
|
||
* gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
|
||
ensure clang would not discard it.
|
||
|
||
2014-04-24 David Blaikie <dblaikie@gmail.com>
|
||
|
||
* gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
|
||
clang to emit the full definition of type required by the test
|
||
* gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
|
||
|
||
2014-04-24 David Blaikie <dblaikie@gmail.com>
|
||
|
||
* gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
|
||
coax Clang into emitting the definition of the type.
|
||
* gdb.cp/pr10728-x.h (y): Ditto.
|
||
* gdb.cp/pr10728-y.cc (y): Ditto.
|
||
|
||
2014-04-24 David Blaikie <dblaikie@gmail.com>
|
||
|
||
* gdb.base/label.exp: XFAIL label related tests under Clang.
|
||
* gdb.cp/cplabel.exp: Ditto.
|
||
* gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
|
||
under Clang those using labels.
|
||
|
||
2014-04-25 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
|
||
double_label.
|
||
* gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
|
||
partial_label and double_label.
|
||
|
||
2014-04-24 David Blaikie <dblaikie@gmail.com>
|
||
|
||
* gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
|
||
|
||
2014-04-24 David Blaikie <dblaikie@gmail.com>
|
||
|
||
* gdb.cp/cpexprs.cc: Move braces to the same line as the start
|
||
of the function to work across GCC and Clang.
|
||
* gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
|
||
pointer types (const void ** const V void **).
|
||
|
||
2014-04-24 Michael Sturm <michael.sturm@mintel.com>
|
||
Walfred Tedeschi <walfred.tedeschi@intel.com>
|
||
|
||
* Makefile.in (EXECUTABLES): Added i386-avx512.
|
||
* gdb.arch/i386-avx512.c: New file.
|
||
* gdb.arch/i386-avx512.exp: Likewise.
|
||
|
||
2014-04-23 Keith Seitz <keiths@redhat.com>
|
||
|
||
* lib/mi-support.exp (mi_list_breakpoints): Delete.
|
||
(mi_make_breakpoint_table): New procedure.
|
||
(mi_create_breakpoint): Use mi_make_breakpoint
|
||
and return the result.
|
||
(mi_make_breakpoint): New procedure.
|
||
(mi_build_kv_pairs): New procedure.
|
||
|
||
* gdb.mi/mi-break.exp: Remove unused globals,
|
||
update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
|
||
All callers updated.
|
||
* gdb.mi/mi-dprintf.exp: Use variable to track command
|
||
number.
|
||
Update all callers of mi_create_breakpoint and use
|
||
mi_make_breakpoint_table.
|
||
Remove any unused global variables.
|
||
* gdb.mi/mi-nonstop.exp: Likewise.
|
||
* gdb.mi/mi-nsintrall.exp: Likewise.
|
||
* gdb.mi/mi-nsmoribund.exp: Likewise.
|
||
* gdb.mi/mi-nsthrexec.exp: Likewise.
|
||
* gdb.mi/mi-reverse.exp: Likewise.
|
||
* gdb.mi/mi-simplerun.exp: Likewise.
|
||
* gdb.mi/mi-stepn.exp: Likewise.
|
||
* gdb.mi/mi-syn-frame.exp: Likewise.
|
||
* gdb.mi/mi-until.exp: Likewise.
|
||
* gdb.mi/mi-var-cp.exp: Likewise.
|
||
* gdb.mi/mi-var-display.exp: Likewise.
|
||
* gdb.mi/mi2-amd64-entry-value.exp: Likewise.
|
||
* gdb.mi/mi2-var-child.exp: Likewise.
|
||
* gdb.mi/mi-vla-c99.exp: Likewise.
|
||
* lib/mi-support.exp: Likewise.
|
||
|
||
From Ian Lance Taylor <iant@cygnus.com>:
|
||
* lib/gdb.exp (parse_args): New procedure.
|
||
|
||
2014-04-23 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/break-unload-file.c: New file.
|
||
* gdb.base/break-unload-file.exp: New file.
|
||
* gdb.base/sym-file-lib.c (baz): New function.
|
||
* gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
|
||
field.
|
||
(load): Store the segment's mapped size.
|
||
(unload): New function.
|
||
(unload_shlib): New function.
|
||
* gdb.base/sym-file-loader.h (unload_shlib): New declaration.
|
||
* gdb.base/sym-file-main.c (main): Unload, and reload the library,
|
||
set a breakpoint at baz, and call it.
|
||
* gdb.base/sym-file.exp: New tests for stale breakpoint
|
||
instructions.
|
||
|
||
2014-04-23 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
|
||
* gdb.base/hbreak-in-shr-unsupported.c: New file.
|
||
* gdb.base/hbreak-in-shr-unsupported.exp: New file.
|
||
* gdb.base/hbreak-unmapped.c: New file.
|
||
* gdb.base/hbreak-unmapped.exp: New file.
|
||
* gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
|
||
* lib/gdb.exp (gdb_is_target_remote): ... here.
|
||
|
||
2014-04-22 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/consecutive-step-over.c: New file.
|
||
* gdb.base/consecutive-step-over.exp: New file.
|
||
|
||
2014-04-22 Pedro Alves <palves@redhat.com>
|
||
|
||
* lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
|
||
instead of send_gdb/gdb_expect.
|
||
|
||
2014-04-22 Yao Qi <yao@codesourcery.com>
|
||
|
||
* lib/trace-support.exp (generate_tracefile): New procedure.
|
||
* gdb.trace/tfile.exp: Skip the test if generate_tracefile
|
||
return 0.
|
||
* gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
|
||
if generate_tracefile returns 1.
|
||
|
||
2014-04-18 Tom Tromey <palves@redhat.com>
|
||
Pedro alves <tromey@redhat.com>
|
||
|
||
PR backtrace/15558
|
||
* gdb.opt/inline-bt.exp: Test backtracing from an inline function
|
||
with a backtrace limit.
|
||
* gdb.python/py-frame-inline.exp: Test running to an inline
|
||
function with a backtrace limit, and printing the newest frame.
|
||
* gdb.python/py-frame-inline.c (main): Call f.
|
||
|
||
2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
|
||
|
||
* gdb.java/jnpe.exp: Drop srcdir from untested path.
|
||
|
||
2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
|
||
|
||
* lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
|
||
Drop prefix from unsupported source file path.
|
||
|
||
2014-04-17 Yao Qi <yao@codesourcery.com>
|
||
|
||
* lib/gdb.exp (with_target_charset): New proc.
|
||
* gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
|
||
with_target_charset.
|
||
(test_print_strings): Likewise.
|
||
(test_repeat_bytes): Likewise.
|
||
* gdb.base/setvar.exp: Set target-charset to ASCII temporarily
|
||
for some tests.
|
||
|
||
2014-04-16 Keith Seitz <keiths@redhat.com>
|
||
|
||
PR gdb/15827
|
||
* gdb.dwarf2/corrupt.c: New file.
|
||
* gdb.dwarf2/corrupt.exp: New file.
|
||
|
||
2014-04-16 Keith Seitz <keiths@redhat.com>
|
||
|
||
PR c++/16597
|
||
* gdb.cp/namelessclass.cc: New file.
|
||
* gdb.cp/namelessclass.exp: New file.
|
||
* gdb.cp/namelessclass.S: New file.
|
||
|
||
2014-04-16 Doug Evans <dje@google.com>
|
||
|
||
* lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
|
||
Add comment.
|
||
(gdbserver_default_get_comm_port): New function.
|
||
(gdbserver_start): Check if board file provided
|
||
"gdbserver,get_comm_port" and use it if so.
|
||
* boards/native-stdio-gdbserver.exp (sockethost): Set to "".
|
||
(gdb,socketport): Set to "stdio".
|
||
(gdbserver,get_comm_port): Set to ${board}_get_comm_port.
|
||
(stdio_gdbserver_template): Delete.
|
||
(${board}_get_remote_address): Update.
|
||
(${board}_build_remote_cmd): Delete.
|
||
(${board}_get_comm_port): New function.
|
||
(${board}_spawn): Update.
|
||
* boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
|
||
Delete.
|
||
(${board}_get_remote_address): Update.
|
||
(${board}_get_comm_port): New function.
|
||
|
||
2014-04-16 Andrew Burgess <aburgess@broadcom.com>
|
||
|
||
* gdb.base/memattr.exp: Improve regexps to handle memory regions
|
||
appearing in any order.
|
||
|
||
2014-04-15 Doug Evans <dje@google.com>
|
||
|
||
* gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
|
||
uninitialized value of "description".
|
||
|
||
2014-04-15 Keith Seitz <keiths@redhat.com>
|
||
|
||
* gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
|
||
Remove unused globals.
|
||
(test_running_the_program): Likewise.
|
||
(test_controlled_execution): Likewise.
|
||
(test_controlling_breakpoints): Likewise.
|
||
(test_program_termination): Likewise.
|
||
|
||
2014-04-15 Keith Seitz <keiths@redhat.com>
|
||
|
||
* gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
|
||
unused globals.
|
||
(test_rbreak_creation_and_listing): Likewise.
|
||
(test_ignore_count): Likewise.
|
||
(test_error): Likewise.
|
||
|
||
2014-04-15 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
|
||
<ansidecl.h>, <elf/common.h> and <elf/external.h> to
|
||
sym-file-loader.c.
|
||
(Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
|
||
(Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
|
||
to sym-file-loader.c.
|
||
(struct library): Forward declare.
|
||
(load_shlib, lookup_function): Change prototypes.
|
||
(find_shstrtab, find_strtab, find_shdr, find_symtab)
|
||
(translate_offset): Remove declarations.
|
||
(get_text_addr): New declaration.
|
||
* gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
|
||
<ansidecl.h>, <elf/common.h> and <elf/external.h> here from
|
||
sym-file-loader.h.
|
||
(Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
|
||
(Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
|
||
here from sym-file-loader.h.
|
||
(struct library): New structure.
|
||
(load_shlib, lookup_function): Change prototypes and adjust to
|
||
work with a struct library.
|
||
(find_shstrtab, find_strtab, find_shdr, find_symtab)
|
||
(translate_offset): Make static.
|
||
(get_text_addr): New function.
|
||
* gdb.base/sym-file-main.c (main): Adjust to new loader interface.
|
||
|
||
2014-04-15 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
|
||
|
||
2014-04-15 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/sym-file-loader.c: Include <limits.h>.
|
||
(SELF_LINK): New define.
|
||
(get_origin): New function.
|
||
(load_shlib): Use it.
|
||
* gdb.base/sym-file.exp: Don't early return if the target is
|
||
remote. Use runto_main, and issue fail is that fails. Use
|
||
gdb_load_shlibs.
|
||
(shlib_name): Delete.
|
||
(lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
|
||
|
||
2014-04-15 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/sym-file.exp: Remove regex characters from test
|
||
message. Don't refer to breakpoint numbers in test messages.
|
||
|
||
2014-04-14 Keith Seitz <keiths@redhat.com>
|
||
|
||
PR c++/16253
|
||
* gdb.cp/var-tag.cc: New file.
|
||
* gdb.cp/var-tag.exp: New file.
|
||
* gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
|
||
* gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
|
||
* gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
|
||
* gdb.dwarf2/dw2-inheritance.exp: Likewise.
|
||
|
||
2014-04-14 Tom Tromey <tromey@redhat.com>
|
||
|
||
* gdb.cp/classes.exp (test_enums): Handle underlying type.
|
||
* gdb.dwarf2/enum-type.exp: Add test for enum with underlying
|
||
type.
|
||
* gdb.cp/enum-class.exp: New file.
|
||
* gdb.cp/enum-class.cc: New file.
|
||
|
||
2014-04-14 Tom Tromey <tromey@redhat.com>
|
||
|
||
* gdb.dwarf2/enum-type.exp: New file.
|
||
|
||
2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
|
||
|
||
* gdb.mi/mi-vla-c99.exp: New file.
|
||
* gdb.mi/vla.c: New file.
|
||
|
||
2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
|
||
|
||
* gdb.base/vla-datatypes.c: New file.
|
||
* gdb.base/vla-datatypes.exp: New file.
|
||
|
||
2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
|
||
|
||
* gdb.base/vla-ptr.c: New file.
|
||
* gdb.base/vla-ptr.exp: New file.
|
||
|
||
2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
|
||
|
||
* gdb.dwarf2/count.exp: New file.
|
||
|
||
2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
|
||
|
||
* gdb.base/vla-sideeffect.c: New file.
|
||
* gdb.base/vla-sideeffect.exp: New file.
|
||
|
||
2014-04-14 David Blaikie <dblaikie@gmail.com>
|
||
|
||
* gdb.mi/non-stop.c: Add return value for non-void function return
|
||
statement.
|
||
* gdb.threads/staticthreads.c: Ditto.
|
||
|
||
2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
|
||
Doug Evans <xdje42@gmail.com>
|
||
|
||
* gdb.guile/scm-value.c: Improve test case.
|
||
* gdb.guile/scm-value.exp: Add new test.
|
||
|
||
2014-04-11 David Blaikie <dblaikie@gmail.com>
|
||
|
||
* gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
|
||
override Clang's default.
|
||
|
||
2014-04-11 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
Revert the following changes (regressions):
|
||
|
||
* gdb.base/vla-sideeffect.c: New file.
|
||
* gdb.base/vla-sideeffect.exp: New file.
|
||
|
||
* gdb.dwarf2/count.exp: New file.
|
||
|
||
* gdb.base/vla-multi.c: New file.
|
||
* gdb.base/vla-multi.exp: New file.
|
||
|
||
* gdb.base/vla-ptr.c: New file.
|
||
* gdb.base/vla-ptr.exp: New file.
|
||
|
||
* gdb.base/vla-datatypes.c: New file.
|
||
* gdb.base/vla-datatypes.exp: New file.
|
||
|
||
* gdb.mi/mi-vla-c99.exp: New file.
|
||
* gdb.mi/vla.c: New file.
|
||
|
||
2014-04-11 Keith Seitz <keiths@redhat.com>
|
||
|
||
PR c++/16675
|
||
* gdb.cp/cpsizeof.exp: New file.
|
||
* gdb.cp/cpsizeof.cc: New file.
|
||
|
||
2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
|
||
|
||
* gdb.mi/mi-vla-c99.exp: New file.
|
||
* gdb.mi/vla.c: New file.
|
||
|
||
2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
|
||
|
||
* gdb.base/vla-datatypes.c: New file.
|
||
* gdb.base/vla-datatypes.exp: New file.
|
||
|
||
2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
|
||
|
||
* gdb.base/vla-ptr.c: New file.
|
||
* gdb.base/vla-ptr.exp: New file.
|
||
|
||
2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
|
||
|
||
* gdb.base/vla-multi.c: New file.
|
||
* gdb.base/vla-multi.exp: New file.
|
||
|
||
2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
|
||
|
||
* gdb.dwarf2/count.exp: New file.
|
||
|
||
2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
|
||
|
||
* gdb.base/vla-sideeffect.c: New file.
|
||
* gdb.base/vla-sideeffect.exp: New file.
|
||
|
||
2014-04-11 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.base/completion.exp: Check file exists before running tests
|
||
on file completion.
|
||
|
||
2014-04-10 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/cond-eval-mode.c: New file.
|
||
* gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
|
||
prepare_for_testing to build the new file. Check result of
|
||
runto_main.
|
||
(test_break, test_watch): New procedures.
|
||
(top level): Use them.
|
||
|
||
2014-04-08 Pierre Muller <muller@sourceware.org>
|
||
|
||
* gdb.base/printcmds.exp (test_artificial_arrays): Disable
|
||
Ctrl-V use for mingw hosts.
|
||
|
||
2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
|
||
|
||
* gdb.python/py-value.c: Improve test case.
|
||
* gdb.python/py-value.exp: Add new test.
|
||
|
||
2014-04-07 David Blaikie <dblaikie@gmail.com>
|
||
|
||
* lib/compiler.c: Identify the clang compiler.
|
||
* lib/compiler.cc: Ditto.
|
||
|
||
2014-04-03 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
|
||
|
||
2014-04-01 Anton Blanchard <anton@samba.org>
|
||
|
||
* gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
|
||
messages unique.
|
||
|
||
2014-04-01 Anton Blanchard <anton@samba.org>
|
||
|
||
* gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
|
||
prepare_for_testing.
|
||
|
||
2014-04-01 Anton Blanchard <anton@samba.org>
|
||
|
||
* gdb.arch/ppc64-atomic-inst.c: Remove.
|
||
* gdb.arch/ppc64-atomic-inst.S: New file.
|
||
* gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
|
||
|
||
2014-03-31 Doug Evans <dje@google.com>
|
||
|
||
* gdb.base/print-symbol-loading-lib.c: New file.
|
||
* gdb.base/print-symbol-loading-main.c: New file.
|
||
* gdb.base/print-symbol-loading.exp: New file.
|
||
|
||
2014-03-31 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.base/source-dir.exp: Allow ';' as a directory separator.
|
||
|
||
2014-03-28 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.ada/mi_dyn_arr: New testcase.
|
||
|
||
2014-03-27 Doug Evans <dje@google.com>
|
||
|
||
* gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
|
||
|
||
2014-03-27 Yao Qi <yao@codesourcery.com>
|
||
|
||
* lib/gdb.exp (can_single_step_to_signal_handler): Return zero
|
||
if target is nios2-*-*.
|
||
|
||
2014-03-26 Yao Qi <yao@codesourcery.com>
|
||
|
||
* lib/gdb.exp (readline_is_used): New proc.
|
||
* gdb.base/completion.exp: Move tests on command complete up.
|
||
Skip the rest of tests if readline is not used.
|
||
* gdb.ada/complete.exp: Skp the test if readline is not
|
||
used.
|
||
* gdb.base/filesym.exp: Likewise.
|
||
* gdb.base/macscp.exp: Likewise.
|
||
* gdb.base/readline-ask.exp: Likewise.
|
||
* gdb.base/readline.exp: Likewise.
|
||
* gdb.python/py-cmd.exp: Likewise.
|
||
* gdb.trace/tfile.exp: Likewise.
|
||
|
||
2014-03-26 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.base/macscp.exp: Fix code format issues.
|
||
|
||
2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
|
||
|
||
* gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
|
||
* gdb.asm/powerpc64le.inc: New file.
|
||
|
||
2014-03-25 Pedro Alves <palves@redhat.com>
|
||
Doug Evans <dje@google.com>
|
||
|
||
* gdb.base/source-execution.c: New file.
|
||
* gdb.base/source-execution.exp: New file.
|
||
* gdb.base/source-execution.gdb: New file.
|
||
|
||
2014-03-24 Doug Evans <dje@google.com>
|
||
|
||
* gdb.linespec/macro-relative.exp: Mark the test as unsupported if
|
||
using fission.
|
||
|
||
2014-03-24 Hui Zhu <hui@codesourcery.com>
|
||
Pedro Alves <palves@redhat.com>
|
||
|
||
PR breakpoints/16101
|
||
* gdb.base/dprintf.exp: Use unsupported rather than changing the
|
||
test pass/fail messages. Detect missing support for dprintf when
|
||
breakpoints are actually inserted.
|
||
* gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
|
||
breakpoints are actually inserted.
|
||
* lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
|
||
fails.
|
||
|
||
2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
|
||
|
||
2014-03-22 Doug Evans <xdje42@gmail.com>
|
||
|
||
* gdb.python/python.exp (python not supported): Verify multi-line
|
||
python command issues an error.
|
||
* gdb.guile/guile.exp (guile not supported): Verify multi-line
|
||
guile command issues an error.
|
||
|
||
2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
|
||
|
||
* gdb.threads/thread-specific.exp: Handle the lack of usable
|
||
$this_breakpoint and $this_thread.
|
||
|
||
2014-03-21 Hui Zhu <hui@codesourcery.com>
|
||
|
||
* gdb.base/attach.exp (do_command_attach_tests): New.
|
||
|
||
2014-03-20 Tom Tromey <tromey@redhat.com>
|
||
Pedro Alves <palves@redhat.com>
|
||
|
||
PR cli/15718
|
||
* gdb.base/condbreak-call-false.c: New file.
|
||
* gdb.base/condbreak-call-false.exp: New file.
|
||
|
||
2014-03-20 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
|
||
Delete.
|
||
(block_signals, unblock_signals): Delete.
|
||
(child_function_2, main): Remove references to deleted variable
|
||
and functions.
|
||
|
||
2014-03-20 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
|
||
Use pthread_kill to signal thread 2.
|
||
* gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
|
||
Adjust to make the test send itself a signal rather than using the
|
||
host's "kill" command.
|
||
|
||
2014-03-20 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/multiple-step-overs.c: New file.
|
||
* gdb.threads/multiple-step-overs.exp: New file.
|
||
* gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
|
||
Adjust expected infrun debug output.
|
||
|
||
2014-03-20 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/step-over-trips-on-watchpoint.c: New file.
|
||
* gdb.threads/step-over-trips-on-watchpoint.exp: New file.
|
||
|
||
2014-03-20 Pedro Alves <palves@redhat.com>
|
||
|
||
PR breakpoints/7143
|
||
* gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
|
||
old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
|
||
of gdb_test_multiple.
|
||
* gdb.cp/annota2.exp: Remove kfail for gdb/38.
|
||
* gdb.cp/annota3.exp: Remove kfail for gdb/38.
|
||
|
||
2014-03-20 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/step-over-lands-on-breakpoint.c: New file.
|
||
* gdb.threads/step-over-lands-on-breakpoint.exp: New file.
|
||
|
||
2014-03-19 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/async.exp: Remove early return.
|
||
|
||
2014-03-19 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/async.exp (step& tests): Pass explicit test messages.
|
||
|
||
2014-03-19 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/async.exp (test_background): Expect \r\n after
|
||
"completed." in the fail pattern.
|
||
|
||
2014-03-19 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/async.exp (test_background): New procedure.
|
||
Use it for all background execution command tests.
|
||
|
||
2014-03-19 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/async.exp: Use prepare_for_testing.
|
||
|
||
2014-03-19 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
|
||
the same line.
|
||
|
||
2014-03-19 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/async.c (main): Add "jump here" and "until here" line
|
||
marker comments.
|
||
* gdb.base/async.exp (jump_here): New global.
|
||
(jump& test): Use it.
|
||
(until_here): New global.
|
||
(until& test): Use it.
|
||
|
||
2014-03-19 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/async.exp: Don't frob gdb_protocol.
|
||
|
||
2014-03-18 Doug Evans <xdje42@gmail.com>
|
||
|
||
* gdb.base/async.exp: Whitespace fixes. Turn on target-async.
|
||
Fix spelling of exec-done-display.
|
||
|
||
2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
PR gdb/15358
|
||
* gdb.base/gdb-sigterm.c: New file.
|
||
* gdb.base/gdb-sigterm.exp: New file.
|
||
|
||
2014-03-18 Pedro Alves <palves@redhat.com>
|
||
|
||
PR gdb/13860
|
||
* gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
|
||
* lib/mi-support.exp (mi_expect_stop): Add special handling for
|
||
solib-event.
|
||
|
||
2014-03-17 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.ada/pckd_arr_ren: New testcase.
|
||
|
||
2014-03-13 Doug Evans <xdje42@gmail.com>
|
||
|
||
PR guile/16612
|
||
* gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
|
||
collect after discarding symbols.
|
||
|
||
2014-03-13 Ludovic Courtès <ludo@gnu.org>
|
||
Doug Evans <xdje42@gmail.com>
|
||
|
||
* gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
|
||
to history survives a gc.
|
||
|
||
2014-03-13 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/default.exp: Don't test "target procfs".
|
||
|
||
2014-03-13 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.base/default.exp: Update "target child" and "target procfs"
|
||
tests to not expect "Unix".
|
||
|
||
2014-03-12 Tom Tromey <tromey@redhat.com>
|
||
|
||
* gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
|
||
New procs. Add target-async tests.
|
||
* gdb.reverse/break-precsave.exp (precsave_tests): New proc.
|
||
Add target-async tests.
|
||
|
||
2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
|
||
'func_start' and 'func_end' for the beginning and end of the
|
||
function code, respectively.
|
||
* gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
|
||
'func_end' instead of 'func' and 'main'.
|
||
|
||
2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
|
||
* gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
|
||
generate the debug info assembler source.
|
||
|
||
2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
|
||
* gdb.dwarf2/arr-subrange.exp: Likewise.
|
||
* gdb.dwarf2/dwz.exp: Likewise.
|
||
* gdb.dwarf2/method-ptr.exp: Likewise.
|
||
* gdb.dwarf2/missing-sig-type.exp: Likewise.
|
||
* gdb.dwarf2/subrange.exp: Likewise.
|
||
* gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
|
||
* gdb.dwarf2/implptrpiece.exp: Likewise.
|
||
* gdb.dwarf2/nostaticblock.exp: Likewise.
|
||
|
||
2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* lib/gdb.exp (build_executable_from_specs): Don't prepend source
|
||
directory to absolute path name arguments.
|
||
|
||
2014-03-10 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.ada/tagged_access: New testcase.
|
||
|
||
2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/data.exp: Update expected output.
|
||
|
||
2014-03-06 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.trace/pr16508.exp: New file.
|
||
|
||
2014-03-05 Pedro Alves <palves@redhat.com>
|
||
|
||
PR gdb/16575
|
||
* gdb.base/breakpoint-shadow.exp (compare_disassembly): New
|
||
procedure.
|
||
(top level): Adjust to use it. Add tests that exercise breakpoint
|
||
interaction with the code-cache.
|
||
|
||
2014-02-26 Ludovic Courtès <ludo@gnu.org>
|
||
|
||
* gdb.guile/scm-value.exp (test_value_in_inferior): Add
|
||
test for 'history-append!'.
|
||
|
||
2014-02-26 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
|
||
* gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
|
||
* gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
|
||
* gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
|
||
* gdb.dwarf2/dw2-abs-hi-pc.c: New file.
|
||
* gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
|
||
|
||
2014-02-26 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* testsuite/gdb.python/py-pp-re-notag.c: New file.
|
||
* testsuite/gdb.python/py-pp-re-notag.ex: New file.
|
||
* testsuite/gdb.python/py-pp-re-notag.p: New file.
|
||
|
||
2014-02-26 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
|
||
|
||
2014-02-26 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.dwarf2/arr-stride.c: New file.
|
||
* gdb.dwarf2/arr-stride.exp: New file.
|
||
|
||
2014-02-26 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
|
||
that won't ever trigger. Make sure that GDB reports the correct
|
||
breakpoint that caused the stop.
|
||
|
||
2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
PR gdb/16626
|
||
* gdb.base/auto-load-script: New file.
|
||
* gdb.base/auto-load.c: New file.
|
||
* gdb.base/auto-load.exp: New file.
|
||
|
||
PR gdb/16626
|
||
* gdb.base/auto-load.exp: Fix out-of-srctree run.
|
||
|
||
2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
Fix dw2-icycle.exp -fsanitize=address GDB crash.
|
||
* gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
|
||
|
||
2014-02-24 Doug Evans <dje@google.com>
|
||
|
||
* lib/gdb.exp (run_on_host): Log error output if program fails.
|
||
|
||
2014-02-21 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/step-after-sr-lock.c: Rename to ...
|
||
* gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
|
||
* gdb.threads/step-after-sr-lock.exp: Rename to ...
|
||
* gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
|
||
... this.
|
||
|
||
2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
|
||
|
||
PR tdep/16397
|
||
* gdb.arch/amd64-stap-special-operands.exp: New file.
|
||
* gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
|
||
* gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
|
||
* gdb.arch/amd64-stap-triplet.S: Likewise.
|
||
* gdb.arch/amd64-stap-triplet.c: Likewise.
|
||
|
||
2014-02-20 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
|
||
in .section pseudo-op.
|
||
|
||
2014-02-20 lin zuojian <manjian2006@gmail.com>
|
||
Joel Brobecker <brobecker@adacore.com>
|
||
Doug Evans <xdje42@gmail.com>
|
||
|
||
PR symtab/16581
|
||
* gdb.dwarf2/dw2-icycle.S: New file.
|
||
* gdb.dwarf2/dw2-icycle.c: New file.
|
||
* gdb.dwarf2/dw2-icycle.exp: New file.
|
||
|
||
2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
|
||
|
||
* gdb.python/py-value-cc.cc: Improve test case to enable testing
|
||
operations on gdb.Value objects.
|
||
* gdb.python/py-value-cc.exp: Add new test to test operations on
|
||
gdb.Value objects.
|
||
|
||
2014-02-18 Doug Evans <dje@google.com>
|
||
|
||
* Makefile.in (TESTS): New variable.
|
||
(expanded_tests, expanded_tests_or_none): New variables
|
||
(check-single): Pass $(expanded_tests_or_none) to runtest.
|
||
(check-parallel): Only run tests in $(TESTS) if non-empty.
|
||
(check/no-matching-tests-found): New rule.
|
||
* README: Document TESTS makefile variable.
|
||
|
||
2014-02-18 Doug Evans <dje@google.com>
|
||
|
||
* Makefile.in (check-parallel): rm -rf outputs temp.
|
||
|
||
2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
Fix "ERROR: no fileid for" in the testsuite.
|
||
* lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
|
||
|
||
2014-02-12 Doug Evans <dje@google.com>
|
||
|
||
* gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
|
||
(MISCELLANEOUS): New variable.
|
||
(clean): rm -rf $(MISCELLANEOUS).
|
||
* gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
|
||
dwp live in the same directory as symlinks, with each symlink pointed
|
||
to a differently named file in a different directory.
|
||
|
||
2014-02-11 Doug Evans <dje@google.com>
|
||
|
||
* gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
|
||
of Tcl file commands.
|
||
|
||
2014-02-10 Mark Kettenis <kettenis@gnu.org>
|
||
|
||
* gdb.threads/step-after-sr-lock.exp: Avoid executing
|
||
"kill -SIGUSR1 -1".
|
||
|
||
2014-02-10 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.ada/tick_length_array_enum_idx: New testcase.
|
||
|
||
2014-02-10 Doug Evans <xdje42@gmail.com>
|
||
|
||
* configure.ac (AC_OUTPUT): Add gdb.guile.
|
||
* configure: Regenerate.
|
||
* lib/gdb-guile.exp: New file.
|
||
* lib/gdb.exp (get_target_charset): New function.
|
||
* gdb.base/help.exp: Update expected output from "apropos apropos".
|
||
* gdb.guile/Makefile.in: New file.
|
||
* gdb.guile/guile.exp: New file.
|
||
* gdb.guile/scm-arch.c: New file.
|
||
* gdb.guile/scm-arch.exp: New file.
|
||
* gdb.guile/scm-block.c: New file.
|
||
* gdb.guile/scm-block.exp: New file.
|
||
* gdb.guile/scm-breakpoint.c: New file.
|
||
* gdb.guile/scm-breakpoint.exp: New file.
|
||
* gdb.guile/scm-disasm.c: New file.
|
||
* gdb.guile/scm-disasm.exp: New file.
|
||
* gdb.guile/scm-equal.c: New file.
|
||
* gdb.guile/scm-equal.exp: New file.
|
||
* gdb.guile/scm-error.exp: New file.
|
||
* gdb.guile/scm-error.scm: New file.
|
||
* gdb.guile/scm-frame-args.c: New file.
|
||
* gdb.guile/scm-frame-args.exp: New file.
|
||
* gdb.guile/scm-frame-args.scm: New file.
|
||
* gdb.guile/scm-frame-inline.c: New file.
|
||
* gdb.guile/scm-frame-inline.exp: New file.
|
||
* gdb.guile/scm-frame.c: New file.
|
||
* gdb.guile/scm-frame.exp: New file.
|
||
* gdb.guile/scm-generics.exp: New file.
|
||
* gdb.guile/scm-gsmob.exp: New file.
|
||
* gdb.guile/scm-iterator.c: New file.
|
||
* gdb.guile/scm-iterator.exp: New file.
|
||
* gdb.guile/scm-math.c: New file.
|
||
* gdb.guile/scm-math.exp: New file.
|
||
* gdb.guile/scm-objfile-script-gdb.in: New file.
|
||
* gdb.guile/scm-objfile-script.c: New file.
|
||
* gdb.guile/scm-objfile-script.exp: New file.
|
||
* gdb.guile/scm-objfile.c: New file.
|
||
* gdb.guile/scm-objfile.exp: New file.
|
||
* gdb.guile/scm-ports.exp: New file.
|
||
* gdb.guile/scm-pretty-print.c: New file.
|
||
* gdb.guile/scm-pretty-print.exp: New file.
|
||
* gdb.guile/scm-pretty-print.scm: New file.
|
||
* gdb.guile/scm-section-script.c: New file.
|
||
* gdb.guile/scm-section-script.exp: New file.
|
||
* gdb.guile/scm-section-script.scm: New file.
|
||
* gdb.guile/scm-symbol.c: New file.
|
||
* gdb.guile/scm-symbol.exp: New file.
|
||
* gdb.guile/scm-symtab-2.c: New file.
|
||
* gdb.guile/scm-symtab.c: New file.
|
||
* gdb.guile/scm-symtab.exp: New file.
|
||
* gdb.guile/scm-type.c: New file.
|
||
* gdb.guile/scm-type.exp: New file.
|
||
* gdb.guile/scm-value-cc.cc: New file.
|
||
* gdb.guile/scm-value-cc.exp: New file.
|
||
* gdb.guile/scm-value.c: New file.
|
||
* gdb.guile/scm-value.exp: New file.
|
||
* gdb.guile/source2.scm: New file.
|
||
* gdb.guile/types-module.cc: New file.
|
||
* gdb.guile/types-module.exp: New file.
|
||
|
||
2014-02-10 Yao Qi <yao@codesourcery.com>
|
||
|
||
PR testsuite/16543
|
||
* configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
|
||
* configure: Regenerated.
|
||
* Makefile.in: New file.
|
||
|
||
2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
|
||
|
||
* gdb.python/py-framefilter.exp: Fix typo.
|
||
|
||
2014-02-08 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
|
||
that no =breakpoint-modified is emitted when breakpoints are
|
||
modified through MI commands.
|
||
|
||
2014-02-07 Pedro Alves <pedro@codesourcery.com>
|
||
Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/step-after-sr-lock.c: New file.
|
||
* gdb.threads/step-after-sr-lock.exp: New file.
|
||
|
||
2014-02-07 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
|
||
|
||
2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
|
||
* gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
|
||
|
||
2014-02-06 Doug Evans <xdje42@gmail.com>
|
||
|
||
* gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
|
||
output.
|
||
|
||
* gdb.gdb/python-interrupts.exp: New file.
|
||
|
||
2014-02-05 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.trace/report.exp (use_collected_data): Test the output
|
||
of "info threads" and "info inferiors".
|
||
|
||
2014-02-05 Yao Qi <yao@codesourcery.com>
|
||
|
||
Revert this patch:
|
||
|
||
2013-05-24 Yao Qi <yao@codesourcery.com>
|
||
|
||
* gdb.trace/tfile.exp: Test inferior and thread.
|
||
|
||
2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
|
||
|
||
* gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
|
||
on a function.
|
||
* gdb.base/step-bt.c: Call hello via function pointer to make
|
||
sure its first instruction is executed on powerpc64le-linux.
|
||
|
||
2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
|
||
|
||
* gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
|
||
|
||
2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
|
||
|
||
* gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
|
||
of the test patterns for use on little-endian systems.
|
||
|
||
2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
|
||
|
||
* gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
|
||
(decimal_vector): Fix for little-endian.
|
||
|
||
2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
|
||
|
||
* gdb.arch/sparc-sysstep.exp: New file.
|
||
* gdb.arch/sparc-sysstep.c: Likewise.
|
||
|
||
* gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
|
||
|
||
2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
|
||
|
||
* gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
|
||
|
||
2014-01-23 Tom Tromey <tromey@redhat.com>
|
||
|
||
* gdb.ada/array_char_idx: New testcase.
|
||
|
||
2014-01-23 Tom Tromey <tromey@redhat.com>
|
||
|
||
PR python/16487:
|
||
* gdb.python/py-framefilter.exp: Add test using "Error" filter.
|
||
* gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
|
||
classes.
|
||
|
||
2014-01-23 Tom Tromey <tromey@redhat.com>
|
||
|
||
PR python/16491:
|
||
* gdb.python/py-framefilter.py (Reverse_Function.function): Read a
|
||
string from an inferior frame.
|
||
* gdb.python/py-framefilter-mi.exp: Update.
|
||
|
||
2014-01-22 Doug Evans <dje@google.com>
|
||
|
||
* gdb.server/server-mon.exp: Add tests for "set debug-format".
|
||
|
||
2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
|
||
|
||
* gdb.base/catch-syscall.exp: Activate test on s390*-linux.
|
||
|
||
2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
|
||
|
||
* gdb.trace/entry-values.exp: Remove excess space character from
|
||
regex patterns. Handle s390 call instruction.
|
||
|
||
2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
|
||
|
||
* gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
|
||
define "*_start" label. Make "name" static.
|
||
* gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
|
||
${name} by references to ${name}_start.
|
||
|
||
2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
|
||
|
||
* gdb.base/info-macros.exp: Remove "debug" from the compile
|
||
options.
|
||
|
||
2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
|
||
|
||
* gdb.dlang/demangle.exp: New file.
|
||
|
||
2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
|
||
|
||
* gdb.dlang/primitive-types.exp: New file.
|
||
|
||
2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
|
||
|
||
* configure.ac: Create gdb.dlang/Makefile.
|
||
* configure: Regenerate.
|
||
* Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
|
||
* gdb.dlang/Makefile.in: New file.
|
||
* lib/d-support.exp: New file.
|
||
* lib/gdb.exp (skip_d_tests): New proc.
|
||
|
||
2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/delta.exp: Check reverse stepi.
|
||
* gdb.btrace/tailcall.exp: Update. Add stepping tests.
|
||
* gdb.btrace/finish.exp: New.
|
||
* gdb.btrace/next.exp: New.
|
||
* gdb.btrace/nexti.exp: New.
|
||
* gdb.btrace/record_goto.c: Add comments.
|
||
* gdb.btrace/step.exp: New.
|
||
* gdb.btrace/stepi.exp: New.
|
||
* gdb.btrace/multi-thread-step.c: New.
|
||
* gdb.btrace/multi-thread-step.exp: New.
|
||
* gdb.btrace/rn-dl-bind.c: New.
|
||
* gdb.btrace/rn-dl-bind.exp: New.
|
||
* gdb.btrace/data.c: New.
|
||
* gdb.btrace/data.exp: New.
|
||
* gdb.btrace/Makefile.in (EXECUTABLES): Add new.
|
||
|
||
2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
|
||
* gdb.btrace/exception.exp: Update.
|
||
* gdb.btrace/instruction_history.exp: Update.
|
||
* gdb.btrace/record_goto.exp: Update.
|
||
* gdb.btrace/tailcall.exp: Update.
|
||
* gdb.btrace/unknown_functions.exp: Update.
|
||
* gdb.btrace/delta.exp: New.
|
||
|
||
2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/record_goto.exp: Add backtrace test.
|
||
* gdb.btrace/tailcall.exp: Add backtrace test.
|
||
|
||
2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
|
||
* gdb.btrace/record_goto.c: New.
|
||
* gdb.btrace/record_goto.exp: New.
|
||
* gdb.btrace/x86-record_goto.S: New.
|
||
|
||
2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/function_call_history.exp: Update tests.
|
||
* gdb.btrace/instruction_history.exp: Update tests.
|
||
|
||
2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/function_call_history.exp: Fix expected field
|
||
order for "record function-call-history".
|
||
Add new tests for "record function-call-history /c".
|
||
* gdb.btrace/exception.cc: New.
|
||
* gdb.btrace/exception.exp: New.
|
||
* gdb.btrace/tailcall.exp: New.
|
||
* gdb.btrace/x86-tailcall.S: New.
|
||
* gdb.btrace/x86-tailcall.c: New.
|
||
* gdb.btrace/unknown_functions.c: New.
|
||
* gdb.btrace/unknown_functions.exp: New.
|
||
* gdb.btrace/Makefile.in (EXECUTABLES): Add new.
|
||
|
||
2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/instruction_history.exp: Update.
|
||
* gdb.btrace/function_call_history.exp: Update.
|
||
|
||
2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/function_call_history.exp: Fix expected function
|
||
trace.
|
||
* gdb.btrace/instruction_history.exp: Initialize traced.
|
||
Remove traced_functions.
|
||
|
||
2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/function_call_history.exp: Update
|
||
* gdb.btrace/instruction_history.exp: Update.
|
||
|
||
2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
|
||
|
||
* gdb.btrace/enable.exp: Update expected text.
|
||
|
||
2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
|
||
|
||
* gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
|
||
bytes.
|
||
|
||
2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
|
||
|
||
* gdb.base/float.exp: Handle "aarch64*-*-*" targets.
|
||
|
||
2014-01-15 Omair Javaid <omair.javaid@linaro.org>
|
||
|
||
* lib/gdb.exp (supports_process_record): Return true for
|
||
arm*-linux*. (supports_reverse): Likewise.
|
||
|
||
2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
|
||
|
||
PR python/15464
|
||
PR python/16113
|
||
* gdb.python/py-type.c: Enhance test case.
|
||
* gdb.python/py-value-cc.cc: Likewise
|
||
* gdb.python/py-type.exp: Add new tests.
|
||
* gdb.python/py-value-cc.exp: Likewise
|
||
|
||
2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
|
||
Make "name" extern.
|
||
* gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
|
||
references to ${name}_start by references to ${name}.
|
||
|
||
2014-01-10 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.ada/pp-rec-component.exp: Remove path from "source" test.
|
||
|
||
2014-01-10 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.python/py-pp-integral.exp: Remove path from "source" test.
|
||
|
||
2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
|
||
Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.mi/mi-info-os.exp: Connect to the target with
|
||
mi_gdb_target_load.
|
||
|
||
2014-01-08 Pedro Alves <palves@redhat.com>
|
||
|
||
* gdb.threads/reconnect-signal.c: New file.
|
||
* gdb.threads/reconnect-signal.exp: New file.
|
||
|
||
2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* gdb.base/source-dir.exp: New file.
|
||
|
||
2014-01-07 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.ada/mi_interface: New testcase.
|
||
|
||
2014-01-07 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
|
||
gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
|
||
gdb.ada/pp-rec-component/pck.ads: New files.
|
||
|
||
2014-01-07 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdb.python/py-pp-integral.c: New file.
|
||
* gdb.python/py-pp-integral.py: New file.
|
||
* gdb.python/py-pp-integral.exp: New file.
|
||
|
||
For older changes see ChangeLog-1993-2013.
|
||
|
||
;; Local Variables:
|
||
;; mode: change-log
|
||
;; left-margin: 8
|
||
;; fill-column: 74
|
||
;; version-control: never
|
||
;; End:
|
||
|
||
Copyright 2014-2016 Free Software Foundation, Inc.
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted provided the copyright notice and this notice are preserved.
|