1 2015-03-18 Pedro Alves <palves@redhat.com>
3 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4 Use gdb_is_target_remote instead of is_remote. Use
5 gdb_test_multiple instead of gdb_expect. Exit early if
6 gdb_test_multiple hits its internal matches. Tighten stepi tests
7 expected output. Fail on exit with any signal, instead of just
10 2015-03-18 Yao Qi <yao.qi@linaro.org>
13 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15 * gdb.base/catch-syscall.exp: Don't skip it on
16 aarch64*-*-linux* target. Remove elements in all_syscalls.
17 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
19 (setup_all_syscalls): New proc.
21 2015-03-16 Yao Qi <yao.qi@linaro.org>
23 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
24 (top level): Skip tests if valid_addr_p returns false for
27 2015-03-11 Andy Wingo <wingo@igalia.com>
29 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
31 2015-03-11 Yao Qi <yao.qi@linaro.org>
33 * gdb.base/catch-syscall.exp: Fix typo in comments.
35 2015-03-11 Yao Qi <yao.qi@linaro.org>
37 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
39 2015-03-09 Pedro Alves <palves@redhat.com>
41 * dg-extract-results.py: Delete.
43 2015-03-09 Pedro Alves <palves@redhat.com>
45 Merge dg-extract-results.sh from GCC upstream (r218843).
47 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
48 * dg-extract-results.sh: Use --text with grep to avoid issues with
49 binary files. Fall back to cat -v, if that doesn't work.
51 2015-03-05 Pedro Alves <palves@redhat.com>
53 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
55 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
57 * lib/mi-support.exp (mi_expect_interrupt): Accept
58 alternative event for when in all-stop mode.
60 2015-03-04 Pedro Alves <palves@redhat.com>
62 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
64 2015-03-04 Mark Kettenis <kettenis@gnu.org>
66 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
68 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
70 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
71 regexps for GDB's current line display, accept a hex address
72 preceding the line number.
74 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
76 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
77 the 'arch1' variable for "s390*-linux*" targets.
79 2015-03-04 Pedro Alves <palves@redhat.com>
81 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
82 (main): Pass missing retval argument to pthread_join call.
84 2015-03-02 Pedro Alves <palves@redhat.com>
86 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
87 (top level): Call do_test with non-stop as well.
89 2015-03-02 Pedro Alves <palves@redhat.com>
91 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
94 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
96 * gdb.arch/s390-vregs.exp: New test.
97 * gdb.arch/s390-vregs.S: New file.
99 2015-02-27 Pedro Alves <palves@redhat.com>
101 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
102 call to catch_command_errors.
103 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
104 catch_command_errors.
106 2015-02-27 Pedro Alves <palves@redhat.com>
108 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
109 "true" for boolean result.
110 * gdb.gdb/selftest.exp (test_with_self): Also accept full
113 2015-02-27 Pedro Alves <palves@redhat.com>
115 * lib/unbuffer_output.c: New file.
116 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
117 (main): Call gdb_unbuffer_output.
119 2015-02-27 Yao Qi <yao.qi@linaro.org>
121 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
124 2015-02-26 Doug Evans <dje@google.com>
126 * gdb.cp/class2.cc (Dbase, D): New classes.
127 (main): New local delta.
128 * gdb.cp/class2.exp: Test printing delta.
129 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
130 (dynbar): New global.
131 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
133 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
135 * gdb.compile/compile-ifunc.c: New file.
136 * gdb.compile/compile-ifunc.exp: New file.
138 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
140 * gdb.base/structs.exp: Check for correct struct on finish.
142 2015-02-26 Yao Qi <yao.qi@linaro.org>
144 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
147 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
149 * gdb.arch/cordic.ko.bz2: New file.
150 * gdb.arch/cordic.ko.debug.bz2: New file.
151 * gdb.arch/ppc64-symtab-cordic.exp: New file.
153 2015-02-25 Yao Qi <yao.qi@linaro.org>
155 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
158 2015-02-23 Pedro Alves <palves@redhat.com>
160 * lib/gdb.exp (delete_breakpoints): Rewrite using
163 2015-02-23 Pedro Alves <palves@redhat.com>
165 * gdb.base/info-os.c: Include stdlib.h.
167 2015-02-22 Doug Evans <xdje42@gmail.com>
170 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
171 is read after symbols have been re-read.
172 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
173 * gdb.ada/exec_changed/second.adb (Second): Ditto.
175 2015-02-21 Doug Evans <dje@google.com>
177 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
179 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
182 * gdb.arch/i386-biarch-core.core.bz2: New file.
183 * gdb.arch/i386-biarch-core.exp: New file.
185 2015-02-21 Pedro Alves <palves@redhat.com>
187 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
190 2015-02-20 Pedro Alves <palves@redhat.com>
192 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
195 2015-02-20 Pedro Alves <palves@redhat.com>
197 * gdb.threads/multi-create-ns-info-thr.exp: New file.
199 2015-02-20 Pedro Alves <palves@redhat.com>
201 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
202 clean_restart before gdb_target_supports_trace.
204 2015-02-20 Pedro Alves <palves@redhat.com>
207 * gdb.threads/clone-thread_db.c: New file.
208 * gdb.threads/clone-thread_db.exp: New file.
210 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
213 * gdb.base/catch-gdb-caused-signals.c: New file.
214 * gdb.base/catch-gdb-caused-signals.exp: New file.
216 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
218 * configure: Regenerated.
219 * configure.ac: Use GDB_AC_TRANSFORM.
220 * aclocal.m4: sinclude ../transform.m4.
222 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
224 * lib/dtrace.exp: New file.
225 * gdb.base/dtrace-probe.exp: Likewise.
226 * gdb.base/dtrace-probe.d: Likewise.
227 * gdb.base/dtrace-probe.c: Likewise.
228 * lib/pdtrace.in: Likewise.
229 * configure.ac: Output variables with the transformed names of
230 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
231 * configure: Regenerated.
233 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
235 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
236 expected message when trying to access $_probe_* convenience
237 variables while not on a probe.
239 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
241 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
243 2015-02-11 Pedro Alves <pedro@codesourcery.com>
245 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
246 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
248 2015-02-10 Doug Evans <xdje42@gmail.com>
250 * lib/gdb.exp (gdb_load): Always return a result.
252 2015-02-10 Pedro Alves <palves@redhat.com>
254 * gdb.threads/signal-sigtrap.c: New file.
255 * gdb.threads/signal-sigtrap.exp: New file.
257 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
259 * gdb.trace/no-attach-trace.c: New file.
260 * gdb.trace/no-attach-trace.exp: New file.
262 2015-02-09 Mark Wielaard <mjw@redhat.com>
264 * gdb.dwarf2/atomic.c: New file.
265 * gdb.dwarf2/atomic-type.exp: Likewise.
267 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
269 * gdb.btrace/buffer-size.exp: Update "info record" output.
270 * gdb.btrace/delta.exp: Update "info record" output.
271 * gdb.btrace/enable.exp: Update "info record" output.
272 * gdb.btrace/finish.exp: Update "info record" output.
273 * gdb.btrace/instruction_history.exp: Update "info record" output.
274 * gdb.btrace/next.exp: Update "info record" output.
275 * gdb.btrace/nexti.exp: Update "info record" output.
276 * gdb.btrace/step.exp: Update "info record" output.
277 * gdb.btrace/stepi.exp: Update "info record" output.
278 * gdb.btrace/nohist.exp: Update "info record" output.
280 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
282 * gdb.btrace/buffer-size: New.
284 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
286 * gdb.btrace/delta.exp: Update "info record" output.
287 * gdb.btrace/enable.exp: Update "info record" output.
288 * gdb.btrace/finish.exp: Update "info record" output.
289 * gdb.btrace/instruction_history.exp: Update "info record" output.
290 * gdb.btrace/next.exp: Update "info record" output.
291 * gdb.btrace/nexti.exp: Update "info record" output.
292 * gdb.btrace/step.exp: Update "info record" output.
293 * gdb.btrace/stepi.exp: Update "info record" output.
294 * gdb.btrace/nohist.exp: Update "info record" output.
296 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
299 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
301 2015-02-06 Pedro Alves <palves@redhat.com>
303 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
305 (seconds_left, again): New globals.
306 (main): Wait seconds_left in a 1-second sleep loop instead of
307 sleeping 180 seconds. If 'again' is set, reset the seconds
309 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
310 'again' in the inferior before detaching. Print the seconds left.
311 (options): New global.
312 (top level): Build program with -DTIMEOUT=$timeout.
314 2015-02-06 Pedro Alves <palves@redhat.com>
316 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
317 determine how many seconds to pass to 'alarm'.
318 * gdb.base/gdb-sigterm.exp (top level): Build program with
320 (do_test): Return success/failure indication. Add more verbose
321 logging. Don't fail if 200 single steps are seen. Instead, fail
322 when the test times out.
323 (passes): New global.
324 (top level): Break the testing loop if testing fails on any
325 iteration. Use gdb_assert.
327 2015-02-04 Don Breazeal <donb@codesourcery.com>
329 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
331 (ipc_cleanup): New function.
332 (main): Don't declare shmid, semid, and msqid. Add a call to
333 atexit so that we call ipc_cleanup on exit.
335 2015-02-04 Pedro Alves <palves@redhat.com>
337 * boards/native-extended-gdbserver.exp: Remove any target variant
338 specifications from the board name before clearing the isremote
339 flag from board_info.
341 2015-01-31 Doug Evans <xdje42@gmail.com>
343 * gdb.base/maint.exp <maint print type argc>: Update expected output.
345 2015-01-31 Gary Benson <gbenson@redhat.com>
347 * gdb.base/completion.exp: Disable completion limiting for
348 existing tests. Add new tests to check completion limiting.
349 * gdb.linespec/ls-errs.exp: Disable completion limiting.
351 2015-01-31 Doug Evans <xdje42@gmail.com>
353 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
355 2015-01-31 Doug Evans <xdje42@gmail.com>
357 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
358 entries. Duplicate file section script entries.
359 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
360 inlined entries. Add test for safe-path rejection.
361 * gdb.python/py-section-script.c: Add duplicate inlined section script
362 entries. Duplicate file section script entries.
363 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
364 inlined entries. Add test for safe-path rejection.
366 2015-01-29 Joel Brobecker <brobecker@adacore.com>
368 * gdb.ada/disc_arr_bound: New testcase.
370 2015-01-29 Joel Brobecker <brobecker@adacore.com>
372 * gdb.ada/mi_var_array: New testcase.
374 2015-01-27 Doug Evans <dje@google.com>
376 * gdb.python/py-objfile.exp: Add tests for objfile.username.
377 Add test for objfile.filename, objfile.username after objfile
380 2015-01-26 Joel Brobecker <brobecker@adacore.com>
382 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
383 the second test to print the name attribute of value
384 returned by the call to gdb.lookup_type, and adjust
385 the expected output accordingly.
387 2015-01-25 Mark Wielaard <mjw@redhat.com>
389 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
390 * gdb.base/disp-step-fork.c: Include unistd.h.
391 * gdb.base/siginfo-obj.c: Include stdio.h.
392 * gdb.base/siginfo-thread.c: Likewise.
393 * gdb.mi/non-stop.c: Include unistd.h.
394 * gdb.mi/nsthrexec.c: Include stdio.h.
395 * gdb.mi/pthreads.c: Include unistd.h.
396 * gdb.modula2/unbounded1.c (main): Declare returns int.
397 * gdb.reverse/consecutive-reverse.c: Likewise.
398 * gdb.threads/create-fail.c: Include unistd.h.
399 * gdb.threads/killed.c: Likewise.
400 * gdb.threads/linux-dp.c: Likewise.
401 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
402 * gdb.threads/non-ldr-exc-2.c: Likewise.
403 * gdb.threads/non-ldr-exc-3.c: Likewise.
404 * gdb.threads/non-ldr-exc-4.c: Likewise.
405 * gdb.threads/pthreads.c: Include unistd.h.
406 (main): Declare returns int.
407 * gdb.threads/tls-main.c (foo): New declaration.
408 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
410 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
412 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
413 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
415 2015-01-15 Mark Wielaard <mjw@redhat.com>
417 * gdb.base/noreturn-return.c: New file.
418 * gdb.base/noreturn-return.exp: New file.
419 * gdb.base/noreturn-finish.c: New file.
420 * gdb.base/noreturn-finish.exp: New file.
422 2015-01-23 Pedro Alves <palves@redhat.com>
424 * gdb.threads/continue-pending-after-query.c: New file.
425 * gdb.threads/continue-pending-after-query.exp: New file.
427 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
428 Simon Marchi <simon.marchi@ericsson.com>
430 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
431 * gdb.base/valgrind-db-attach.exp: Same.
432 * gdb.base/valgrind-infcall.exp: Same.
433 * lib/mi-support.exp (default_mi_gdb_start): Same.
434 * lib/prompt.exp (default_prompt_gdb_start): Same.
435 * lib/gdb.exp (default_gdb_spawn): Same.
439 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
441 * gdb.compile/compile.exp (pointer to jit function): New test.
443 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
445 * lib/gdb.exp (supports_process_record): Return true for
447 (supports_reverse): Likewise.
449 2015-01-15 Don Breazeal <donb@codesourcery.com>
451 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
452 instead of checking whether the target board is remote and
453 use spawn_wait_for_attach instead of exec/sleep.
454 * gdb.base/attach-twice.exp: Likewise.
456 2015-01-15 Joel Brobecker <brobecker@adacore.com>
458 * gdb.ada/var_arr_attrs: New testcase.
460 2015-01-14 Pedro Alves <palves@redhat.com>
461 Joel Brobecker <brobecker@adacore.com>
464 * gdb.base/bp-cmds-execution-x-script.c: New file.
465 * gdb.base/bp-cmds-execution-x-script.exp: New file.
466 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
468 2015-01-14 Pedro Alves <palves@redhat.com>
471 * gdb.base/batch-preserve-term-settings.c: New file.
472 * gdb.base/batch-preserve-term-settings.exp: New file.
474 2015-01-13 Doug Evans <dje@google.com>
476 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
479 2015-01-13 Joel Brobecker <brobecker@adacore.com>
481 * Makefile.in (clean mostlyclean): Do not delete *.py.
483 2015-01-13 Joel Brobecker <brobecker@adacore.com>
485 * gdb.python/py-lookup-type.exp: New file.
487 2015-01-12 Pedro Alves <palves@redhat.com>
489 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
490 restore GDBFLAGS before returning.
492 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
494 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
495 is_amd64_regs_target and is_x86_like_target.
497 2015-01-11 Doug Evans <xdje42@gmail.com>
499 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
500 is given without an explicit form.
501 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
503 * gdb.dwarf/corrupt.exp: Ditto.
504 * gdb.dwarf2/enum-type.exp: Ditto.
505 * gdb.trace/entry-values.exp: Ditto.
506 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
508 2015-01-11 Doug Evans <xdje42@gmail.com>
511 * gdb.base/maint.exp: Remove references to "maint demangle".
512 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
513 Add tests for explicitly specifying language to demangle.
514 * gdb.dlang/demangle.exp: Ditto.
516 2015-01-09 Pedro Alves <palves@redhat.com>
518 * gdb.threads/non-stop-fair-events.c: New file.
519 * gdb.threads/non-stop-fair-events.exp: New file.
521 2015-01-09 Pedro Alves <palves@redhat.com>
523 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
524 the global scope. Set a breakpoint after all threads are started
525 rather than stepping over two source lines. Expect the prompt.
526 * gdb.base/watch_thread_num.c (threads_started_barrier): New
529 (main): Use threads_started_barrier to wait for all threads to
530 start. Main thread no longer calls thread_function. Exit after
532 (loop): New function.
533 (thread_function): Wait on threads_started_barrier barrier. Call
534 'loop' at each iteration.
535 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
536 threads have started, instead of hardcoding number of "next"
537 steps. Use an access watchpoint instead of a write watchpoint.
539 2015-01-09 Pedro Alves <palves@redhat.com>
541 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
542 (thread_func): Wait on barrier.
543 (main): Wait for all threads to start before stopping GDB.
544 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
546 (thread1_func, thread2_func): Wait on barrier.
547 (main): Wait for all threads to start before stopping GDB.
548 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
550 (thread1_func, thread2_func): Wait on barrier.
551 (main): Wait for all threads to start before stopping GDB.
553 2015-01-09 Pedro Alves <palves@redhat.com>
555 * gdb.threads/attach-many-short-lived-threads.c: New file.
556 * gdb.threads/attach-many-short-lived-threads.exp: New file.
558 2014-01-09 Pedro Alves <palves@redhat.com>
560 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
561 instead of to thread 2.
562 * gdb.threads/signal-command-multiple-signals-pending.c (main):
563 Add barrier around each pthread_create call instead of around all
565 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
566 Set a break on thread_function and have the child threads hit it
569 2015-01-09 Pedro Alves <palves@redhat.com>
571 * lib/gdb.exp (can_spawn_for_attach): New procedure.
572 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
574 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
575 checking whether the target board is remote.
576 * gdb.multi/multi-attach.exp: Likewise.
577 * gdb.python/py-sync-interp.exp: Likewise.
578 * gdb.server/ext-attach.exp: Likewise.
579 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
580 tests that need to attach, instead of checking whether the target
581 board is remote at the top of the file.
583 2015-01-08 Yao Qi <yao@codesourcery.com>
585 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
587 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
589 Fix testcase compilation.
590 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
592 2015-01-06 Joel Brobecker <brobecker@adacore.com>
594 * gdb.python/py-type.exp: Add a couple test about empty
595 array creation, and negative-length array creation.
597 2015-01-02 Doug Evans <xdje42@gmail.com>
599 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
601 2015-01-02 Doug Evans <dje@google.com>
603 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
605 2014-12-29 Yao Qi <yao@codesourcery.com>
607 * gdb.trace/entry-values.exp: Update comments. Rename variable
608 bar_call_foo to returned_from_foo.
610 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
613 * gdb.linespec/break-asm-file.c: New file.
614 * gdb.linespec/break-asm-file.exp: New file.
615 * gdb.linespec/break-asm-file0.s: New file.
616 * gdb.linespec/break-asm-file1.s: New file.
618 2014-12-18 Nigel Stephens <nigel@mips.com>
619 Maciej W. Rozycki <macro@codesourcery.com>
621 * gdb.base/float.exp: Handle the new output from "info float" on
624 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
626 Fix MinGW compilation.
627 * gdb.compile/compile-ops.exp: Update untested message if
628 !skip_compile_feature_tests.
629 * gdb.compile/compile-setjmp.exp: Likewise.
630 * gdb.compile/compile-tls.exp: Likewise.
631 * gdb.compile/compile.exp: Likewise.
632 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
633 supported on this host".
635 2014-12-16 Doug Evans <xdje42@gmail.com>
637 * boards/stabs.exp: New file.
639 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
641 * gdb.base/completion.exp: Adjust to format changes of "maint
642 print user-registers".
644 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
647 * gdb.arch/aarch64-fp.c: New file.
648 * gdb.arch/aarch64-fp.exp: New file.
650 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
652 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
653 r210637, r210913, r211666, r215400, r215817).
655 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
656 * dg-extract-results.py: New file.
657 * dg-extract-results.sh: Use it if the environment seems
660 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
662 * dg-extract-results.py (parse_run): Handle warnings that
663 are printed before a test harness is run.
665 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
667 * dg-extract-results.py (Named): Remove __cmp__ method.
668 (output_variation): Use a key to sort variation.harnesses.
670 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
672 * dg-extract-results.py: For Python 3, force sys.stdout to
673 handle surrogate escape sequences.
674 (safe_open): New function.
675 (output_segment, main): Use it.
677 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
679 * dg-extract-results.py (Prog.result_re): Include options
682 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
684 * dg-extract-results.py (output_variation): Always sort if
687 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
689 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
690 as long as we get pagination notifications.
692 2014-12-15 Jason Merrill <jason@redhat.com>
694 * Makefile.in (check-gdb.%): Restore.
695 * README: Mention it.
697 2014-12-13 Joel Brobecker <brobecker@adacore.com>
699 * gdb.ada/str_uninit: New testcase.
701 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
704 * gdb.base/vla-stub-define.c: New file.
705 * gdb.base/vla-stub.c: New file.
706 * gdb.base/vla-stub.exp: New file.
708 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
709 Jan Kratochvil <jan.kratochvil@redhat.com>
710 Tom Tromey <tromey@redhat.com>
712 * configure.ac: Add gdb.compile/.
713 * configure: Regenerate.
714 * gdb.compile/Makefile.in: New file.
715 * gdb.compile/compile-ops.exp: New file.
716 * gdb.compile/compile-ops.c: New file.
717 * gdb.compile/compile-tls.c: New file.
718 * gdb.compile/compile-tls.exp: New file.
719 * gdb.compile/compile-constvar.S: New file.
720 * gdb.compile/compile-constvar.c: New file.
721 * gdb.compile/compile-mod.c: New file.
722 * gdb.compile/compile-nodebug.c: New file.
723 * gdb.compile/compile-setjmp-mod.c: New file.
724 * gdb.compile/compile-setjmp.c: New file.
725 * gdb.compile/compile-setjmp.exp: New file.
726 * gdb.compile/compile-shlib.c: New file.
727 * gdb.compile/compile.c: New file.
728 * gdb.compile/compile.exp: New file.
729 * lib/gdb.exp (skip_compile_feature_tests): New proc.
731 2014-12-12 Tom Tromey <tromey@redhat.com>
733 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
734 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
736 2014-12-12 Doug Evans <dje@google.com>
738 * lib/gdb-python.exp (get_python_valueof): New function.
739 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
741 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
743 * gdb.base/completion.exp: Add test for completion of "info
746 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
748 * gdb.base/func-ptrs.c: New file.
749 * gdb.base/func-ptrs.exp: New file.
751 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
754 * gdb.base/dprintf-detach.c: New file.
755 * gdb.base/dprintf-detach.exp: New file.
757 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
759 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
760 * lib/gdb.exp (target_is_gdbserver): New procedure.
762 2014-12-08 Doug Evans <dje@google.com>
764 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
766 2014-12-05 Yao Qi <yao@codesourcery.com>
768 * gdb.guile/scm-error.exp: Remove the third argument to
770 * gdb.guile/scm-frame-args.exp: Likewise.
771 * gdb.guile/scm-section-script.exp: Likewise.
773 2014-12-05 Yao Qi <yao@codesourcery.com>
775 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
777 2014-12-04 Doug Evans <dje@google.com>
779 * gdb.python/py-objfile.exp: Add tests for
780 objfile.add_separate_debug_file.
782 2014-12-04 Doug Evans <dje@google.com>
784 * lib/gdb.exp (get_build_id): New function.
785 (build_id_debug_filename_get): Rewrite to use it.
786 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
788 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
790 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
791 `method(long)', not just 0x0.
792 * gdb.cp/nsalias.exp: Align code labels to 4.
793 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
794 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
795 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
796 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
797 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
798 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
800 2014-12-02 Doug Evans <dje@google.com>
803 * gdb.cp/anon-ns.cc: Move guts of this file to ...
804 * gdb.cp/anon-ns2.cc: ... here. New file.
805 * gdb.cp/anon-ns.exp: Update.
807 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
809 * gdb.python/py-events.py (inferior_call_handler): New.
810 (register_changed_handler, memory_changed_handler): New.
811 (test_events.invoke): Register new handlers.
812 * gdb.python/py-events.exp: Add tests for inferior call,
813 memory_changed and register_changed events.
815 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
817 * gdb.base/execl-update-breakpoints.exp: Specify the link address
818 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
819 if the linker doesn't understand this.
821 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
823 * gdb.python/python.exp: Change expected reply to help().
825 2014-12-01 Yao Qi <yao@codesourcery.com>
827 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
828 AC_CONFIG_SUBDIRS(gdb.gdbtk).
829 * configure: Re-generated.
831 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
833 * gdb.cp/chained-calls.cc: New file.
834 * gdb.cp/chained-calls.exp: New file.
835 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
837 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
839 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
840 * gdb.dwarf2/symtab-producer.exp: Same.
841 * gdb.gdb/python-interrupts.exp: Same.
842 * gdb.gdb/python-selftest.exp: Same.
843 * gdb.python/py-linetable.exp: Same.
844 * gdb.python/py-type.exp: Same.
845 * gdb.python/py-value-cc.exp: Same.
846 * gdb.python/py-value.exp: Same.
848 2014-11-28 Yao Qi <yao@codesourcery.com>
850 * gdb.base/break-probes.exp: Match library name prefixed with
853 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
855 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
856 test expected output. Add parentheses for the call to print.
857 Remove L suffix from integers.
859 2014-11-26 Doug Evans <dje@google.com>
861 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
863 2014-11-22 Yao Qi <yao@codesourcery.com>
865 * gdb.trace/entry-values.c: Remove asms.
866 (foo): Add foo_label.
867 (bar): Add bar_label.
868 * gdb.trace/entry-values.exp: Remove code computing foo's
869 length and bar's length.
870 (Dwarf::assemble): Invoke function_range for bar and use
871 MACRO_AT_func for foo.
873 2014-11-22 Yao Qi <yao@codesourcery.com>
875 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
876 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
877 Use .Lgcc43_procstart instead of gcc43.
879 2014-11-21 Joel Brobecker <brobecker@adacore.com>
881 * gdb.ada/n_arr_bound: New testcase.
883 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
886 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
887 test_catch_syscall_multi_arch.
888 (test_catch_syscall_multi_arch): New function.
890 2014-11-20 Doug Evans <xdje42@gmail.com>
892 * gdb.base/maint.exp: Update expected output.
894 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
896 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
897 4-byte instruction on S390.
899 2014-11-19 Joel Brobecker <brobecker@adacore.com>
901 * gdb.ada/arr_arr: New testcase.
903 2014-11-19 Joel Brobecker <brobecker@adacore.com>
905 * gdb.ada/pkd_arr_elem: New Testcase.
907 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
909 * gdb.reverse/break-precsave: Expect completion message for
911 * gdb.reverse/consecutive-precsave.exp: Likewise.
912 * gdb.reverse/finish-precsave.exp: Likewise.
913 * gdb.reverse/i386-precsave.exp: Likewise.
914 * gdb.reverse/machinestate-precsave.exp: Likewise.
915 * gdb.reverse/sigall-precsave.exp: Likewise.
916 * gdb.reverse/solib-precsave.exp: Likewise.
917 * gdb.reverse/step-precsave.exp: Likewise.
918 * gdb.reverse/until-precsave.exp: Likewise.
919 * gdb.reverse/watch-precsave.exp: Likewise.
921 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
923 * gdb.base/bp-permanent.c: Include unistd.h.
924 * gdb.python/py-framefilter-mi.c (main): Add return type.
925 * gdb.python/py-framefilter.c (main): Likewise.
926 * gdb.trace/actions-changed.c (main): Likewise.
928 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
930 * gdb.mi/until.c: Add eye-catchers.
931 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
934 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
936 * gdb.base/condbreak.exp: Drop references to removed non-prototype
937 function header variants in break1.c.
938 * gdb.base/ena-dis-br.exp: Likewise.
939 * gdb.base/hbreak2.exp: Likewise.
940 * gdb.reverse/until-precsave.exp: Drop references to removed
941 non-prototype function header variants in ur1.c.
942 * gdb.reverse/until-reverse.exp: Likewise.
944 2014-11-17 Petr Machata <pmachata@redhat.com>
946 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
947 ${_cu_offset_size} bytes abbrev offset.
949 2014-11-15 Doug Evans <xdje42@gmail.com>
952 * gdb.base/line-symtabs.exp: New file.
953 * gdb.base/line-symtabs.c: New file.
954 * gdb.base/line-symtabs.h: New file.
956 2014-11-14 Yao Qi <yao@codesourcery.com>
958 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
959 (func): Add label func_label.
960 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
961 Replace low_pc and high_pc with MACRO_AT_range.
962 Replace name, low_pc and high_pc with MACRO_AT_func.
964 2014-11-14 Yao Qi <yao@codesourcery.com>
966 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
967 Replace name, low_pc and high_pc with MACRO_AT_func.
969 2014-11-14 Yao Qi <yao@codesourcery.com>
971 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
972 produce debug information.
973 * gdb.dwarf2/implptr-optimized-out.S: Removed.
975 2014-11-14 Yao Qi <yao@codesourcery.com>
977 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
978 object and get function length.
979 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
981 (top-level): Replace gdb_compile and clean_restart with
983 * gdb.dwarf2/main.c (main): Add label main_label.
985 2014-11-14 Yao Qi <yao@codesourcery.com>
987 * lib/dwarf.exp (function_range): New procedure.
988 (Dwarf::_handle_macro_at_func): New procedure.
989 (Dwarf::_handle_macro_at_range): New procedure.
990 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
992 2014-11-14 Yao Qi <yao@codesourcery.com>
994 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
995 (_handle_attribute): New procedure.
997 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
999 * gdb.ada/cond_lang/foo.c (callme): Add return type.
1000 * gdb.base/call-sc.c (zed): Likewise.
1001 * gdb.base/checkpoint.c (main): Likewise.
1002 * gdb.base/dump.c (main): Likewise.
1003 * gdb.base/gcore.c (main): Likewise.
1004 * gdb.base/huge.c (main): Likewise.
1005 * gdb.base/multi-forks.c (main): Likewise.
1006 * gdb.base/pr10179-a.c (main): Likewise.
1007 * gdb.base/savedregs.c (main): Likewise.
1008 * gdb.base/sigaltstack.c (main): Likewise.
1009 * gdb.base/siginfo.c (main): Likewise.
1010 * gdb.base/structs.c (zed): Likewise.
1011 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
1012 * gdb.mi/mi-syn-frame.c (main): Likewise.
1013 * gdb.mi/until.c (foo, main): Likewise.
1014 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
1015 * gdb.base/solib-weak.c (foo): Declare.
1016 * gdb.base/attach-twice.c: Include stdio.h.
1017 * gdb.base/weaklib1.c: Likewise.
1018 * gdb.base/weaklib2.c: Likewise.
1019 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
1020 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
1022 * gdb.base/attach-pie-misread.c: Include stdlib.h.
1023 * gdb.mi/mi-exit-code.c: Likewise.
1024 * gdb.base/break-interp-lib.c: Include string.h.
1025 * gdb.base/coremaker.c: Likewise.
1026 * gdb.base/testenv.c: Likewise.
1027 * gdb.python/py-finish-breakpoint.c: Likewise.
1028 * gdb.base/inferior-died.c: Include sys/wait.h.
1029 * gdb.base/fileio.c: Include time.h.
1030 * gdb.base/async-shell.c: Include unistd.h.
1031 * gdb.base/dprintf-non-stop.c: Likewise.
1032 * gdb.base/info-os.c: Likewise.
1033 * gdb.mi/mi-console.c: Likewise.
1034 * gdb.mi/watch-nonstop.c: Likewise.
1035 * gdb.python/py-events.c: Likewise.
1036 * gdb.base/async.c (baz): Move up before its invocation.
1037 * gdb.base/code_elim2.c (my_global_func): Likewise.
1038 * gdb.base/skip-solib-lib.c (multiply): Likewise.
1039 * gdb.base/advance.c (func2): Likewise.
1041 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1043 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
1045 * gdb.base/annota3.c: Likewise.
1046 * gdb.base/async.c: Likewise.
1047 * gdb.base/average.c: Likewise.
1048 * gdb.base/call-ar-st.c: Likewise.
1049 * gdb.base/call-rt-st.c: Likewise.
1050 * gdb.base/call-sc.c: Likewise.
1051 * gdb.base/call-strs.c: Likewise.
1052 * gdb.base/ending-run.c: Likewise.
1053 * gdb.base/execd-prog.c: Likewise.
1054 * gdb.base/exprs.c: Likewise.
1055 * gdb.base/foll-exec.c: Likewise.
1056 * gdb.base/foll-fork.c: Likewise.
1057 * gdb.base/foll-vfork.c: Likewise.
1058 * gdb.base/funcargs.c: Likewise.
1059 * gdb.base/gcore.c: Likewise.
1060 * gdb.base/jump.c: Likewise.
1061 * gdb.base/langs0.c: Likewise.
1062 * gdb.base/langs1.c: Likewise.
1063 * gdb.base/langs2.c: Likewise.
1064 * gdb.base/mips_pro.c: Likewise.
1065 * gdb.base/nodebug.c: Likewise.
1066 * gdb.base/opaque0.c: Likewise.
1067 * gdb.base/opaque1.c: Likewise.
1068 * gdb.base/recurse.c: Likewise.
1069 * gdb.base/run.c: Likewise.
1070 * gdb.base/scope0.c: Likewise.
1071 * gdb.base/scope1.c: Likewise.
1072 * gdb.base/setshow.c: Likewise.
1073 * gdb.base/setvar.c: Likewise.
1074 * gdb.base/shmain.c: Likewise.
1075 * gdb.base/shr1.c: Likewise.
1076 * gdb.base/shr2.c: Likewise.
1077 * gdb.base/sigall.c: Likewise.
1078 * gdb.base/signals.c: Likewise.
1079 * gdb.base/so-indr-cl.c: Likewise.
1080 * gdb.base/solib2.c: Likewise.
1081 * gdb.base/structs.c: Likewise.
1082 * gdb.base/sum.c: Likewise.
1083 * gdb.base/vforked-prog.c: Likewise.
1084 * gdb.base/watchpoint.c: Likewise.
1085 * gdb.reverse/shr2.c: Likewise.
1086 * gdb.reverse/until-reverse.c: Likewise.
1087 * gdb.reverse/ur1.c: Likewise.
1088 * gdb.reverse/watch-reverse.c: Likewise.
1090 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1092 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
1094 * gdb.base/sepdebug.exp: Drop references to removed code.
1096 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1098 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
1099 variant. Preserve original line numbering.
1100 * gdb.base/list1.c: Likewise.
1102 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1104 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
1106 * gdb.base/break1.c: Likewise.
1107 * gdb.base/break.exp: Drop references to removed code.
1109 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1111 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
1114 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1116 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
1118 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1120 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
1121 logic into perform_all_tests() and invoke it with and without
1122 function header prototypes.
1123 (do_function_calls): Remove conditional XFAIL for PR 5318.
1124 (rerun_and_prepare): Remove duplicate code.
1125 (perform_all_tests): New. Main logic moved here.
1127 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1129 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
1130 code guarded by #ifdef NO_PROTOTYPES.
1131 (t_double_many_args): Likewise.
1132 (DEF_FUNC_MANY_ARGS_1): Likewise.
1133 (DEF_FUNC_VALUES_1): Likewise.
1134 (t_structs_ldc): Renamed from t_structs_fc in conditional code
1135 guarded by #ifdef PROTOTYPES.
1137 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1139 * gdb.mi/mi-console.c: Add eye-catcher.
1140 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
1141 instead of literal line number.
1143 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1145 * gdb.base/shr2.c: Add eye-catcher.
1146 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
1149 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1151 * gdb.base/jump.c: Add eye-catchers.
1152 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
1155 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1157 * gdb.base/execd-prog.c: Add eye-catchers.
1158 * gdb.base/foll-exec.c: Likewise.
1159 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
1162 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1164 * gdb.base/ending-run.c: Add eye-catchers.
1165 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
1166 literal line numbers.
1168 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1170 * gdb.base/call-rt-st.c: Add eye-catchers.
1171 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
1172 literal line numbers.
1174 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1176 * gdb.base/call-ar-st.c: Add eye-catchers.
1177 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
1178 literal line numbers.
1180 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1182 * gdb.base/average.c: Add eye-catchers.
1183 * gdb.base/sum.c: Likewise.
1184 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
1185 regexps dynamically.
1187 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1189 * gdb.base/solib1.c: Add eye-catchers.
1190 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
1191 literal line numbers.
1193 2014-11-12 Pedro Alves <palves@redhat.com>
1195 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
1198 2014-11-12 Pedro Alves <palves@redhat.com>
1200 * gdb.arch/i386-bp_permanent.c: New file.
1201 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
1202 (srcfile): Set to i386-bp_permanent.c.
1203 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
1204 that stepi does not execute the 'leave' instruction, instead of
1205 testing it does execute.
1206 * gdb.base/bp-permanent.c: New file.
1207 * gdb.base/bp-permanent.exp: New file.
1209 2014-11-10 Doug Evans <xdje42@gmail.com>
1212 * gdb.base/symtab-search-order.exp: New file.
1213 * gdb.base/symtab-search-order.c: New file.
1214 * gdb.base/symtab-search-order-1.c: New file.
1215 * gdb.base/symtab-search-order-shlib-1.c: New file.
1217 2014-11-07 Pedro Alves <palves@redhat.com>
1220 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
1223 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
1226 * gdb.cp/pr17494.cc: New file.
1227 * gdb.cp/pr17494.exp: New file.
1229 2014-11-02 Yao Qi <yao@codesourcery.com>
1231 * gdb.python/python.exp: Get working directory and match the
1232 output of "set extended-prompt \\w " with it.
1234 2014-10-30 Doug Evans <dje@google.com>
1236 * gdb.python/py-objfile.exp: Add tests for setting random attributes
1238 * gdb.python/py-progspace.exp: Add tests for setting random attributes
1241 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
1243 * gdb.base/fullpath-expand.exp: Skip for a remote host.
1244 * gdb.base/realname-expand.exp: Likewise.
1245 * gdb.linespec/macro-relative.exp: Likewise.
1247 2014-10-29 Pedro Alves <palves@redhat.com>
1250 * gdb.threads/schedlock.c (some_function): New function.
1251 (call_function): New global.
1252 (MAYBE_CALL_SOME_FUNCTION): New macro.
1253 (thread_function): Call it.
1254 * gdb.threads/schedlock.exp (get_args): Add description parameter,
1255 and use it instead of a global counter. Adjust all callers.
1256 (get_current_thread): Use "find current thread" for test message
1257 here rather than having all callers pass down the same string.
1258 (goto_loop): New procedure, factored out from ...
1259 (my_continue): ... this.
1260 (step_ten_loops): Change parameter from test message to command to
1262 (list_count): Delete global.
1263 (check_result): New procedure, factored out from duplicate top
1265 (continue tests): Wrap in with_test_prefix.
1266 (test_step): New procedure, factored out from duplicate top level
1268 (top level): Test "step" in combination with all scheduler-locking
1269 modes. Test "next" in combination with all scheduler-locking
1270 modes, and in combination with stepping over a function call or
1272 * gdb.threads/next-bp-other-thread.c: New file.
1273 * gdb.threads/next-bp-other-thread.exp: New file.
1275 2014-10-29 Pedro Alves <palves@redhat.com>
1278 * gdb.python/python.exp: Test a multi-line command that spawns
1280 * gdb.base/multi-line-starts-subshell.exp: New file.
1282 2014-10-29 Yao Qi <yao@codesourcery.com>
1284 * gdb.base/fileio.exp: Make directories on host.
1286 2014-10-29 Yao Qi <yao@codesourcery.com>
1288 * gdb.base/fileio.c (test_write): Close the file.
1290 2014-10-28 Pedro Alves <palves@redhat.com>
1293 * gdb.base/sigstep.c (no_handler): New global.
1294 (main): If 'no_handler is true, set the signal handlers to
1296 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
1297 with_sw_watch and no_handler parameters. Handle them.
1298 (top level) <stepping over handler when stopped at a breakpoint
1299 test>: Add a test axis for testing with a software watchpoint, and
1300 another for testing with the signal handler set to SIG_IGN.
1301 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
1302 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
1304 2014-10-28 Pedro Alves <palves@redhat.com>
1307 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
1308 * gdb.base/sigstep.exp (other_handler_location): New global.
1309 (advance): Support stepping into the signal handler, and running
1310 commands while in the handler.
1311 (in_handler_map): New global.
1312 (top level): In the advance test, add combinations for getting
1313 into the handler with stepping commands, and for running commands
1314 in the handler. Add comment descripting the advancei tests.
1316 2014-10-28 Pedro Alves <palves@redhat.com>
1318 * gdb.base/sigstep.exp: Use build_executable instead of
1319 prepare_for_testing.
1320 (top level): Move code that starts GDB, runs to main and creates a
1322 (restart): ... this new procedure.
1323 (top level): Move backtrace from signal handler test to ...
1324 (validate_backtrace): ... this new procedure.
1325 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
1326 with_test_prefix. Always restart GDB.
1327 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
1328 with_test_prefix. Always restart GDB. No need to delete
1329 breakpoints after the test.
1330 (test_skip_handler): Remove prefix parameter.
1331 (skip_over_handler, breakpoint_to_handler)
1332 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
1333 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
1334 restart GDB. No need to delete breakpoints after the test.
1335 (top level): Use foreach to call the test procedures with
1338 2014-10-28 Pedro Alves <palves@redhat.com>
1340 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
1341 instead of GNATS numbers.
1342 * gdb.base/sigbpt.exp: Likewise.
1343 * gdb.base/siginfo.exp: Likewise.
1344 * gdb.base/sigstep.exp: Likewise.
1346 2014-10-27 Pedro Alves <palves@redhat.com>
1348 * gdb.base/sigstep.c (dummy): New global.
1349 (main): Issue a couple writes to the new global.
1350 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
1352 (skip_over_handler): Use test_skip_handler.
1353 (top level): Call skip_over_handler for stepi and nexti too.
1354 (breakpoint_over_handler): Use test_skip_handler.
1355 (top level): Call breakpoint_over_handler for stepi and nexti too.
1357 2014-10-27 Yao Qi <yao@codesourcery.com>
1359 * gdb.trace/tfile.c (adjust_function_address)
1360 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
1361 function descriptor.
1363 2014-10-24 Don Breazeal <donb@codesourcery.com>
1365 * gdb.base/foll-fork.exp (test_follow_fork,
1366 catch_fork_child_follow): Check for updated fork messages emitted
1368 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
1369 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
1370 vfork_and_exec_child_follow_through_step): Check for updated vfork
1371 messages emitted from infrun.c.
1373 2014-10-24 Pedro Alves <palves@redhat.com>
1375 * gdb.base/corefile.exp: Remove references to ultrix.
1376 * gdb.base/interrupt.exp: Likewise.
1377 * gdb.base/whatis.exp: Likewise.
1378 * gdb.gdb/selftest.exp: Likewise.
1379 * gdb.threads/manythreads.exp: Likewise.
1380 * gdb.threads/print-threads.exp: Likewise.
1381 * gdb.threads/pthreads.exp:: Likewise.
1382 * gdb.threads/schedlock.exp: Likewise.
1384 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
1386 * gdb.cp/non-trivial-retval.cc: Add a test case.
1387 * gdb.cp/non-trivial-retval.exp: Add a test.
1389 2014-10-20 Yao Qi <yao@codesourcery.com>
1391 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
1392 * gdb.python/py-objfile-script-gdb.py: New file.
1393 * gdb.python/py-objfile-script.exp: Update reference to
1394 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
1395 of remote_download. Remove the dest file.
1397 2014-10-20 Yao Qi <yao@codesourcery.com>
1399 * gdb.base/checkpoint.exp: Don't remove file copied on host.
1400 * gdb.base/step-line.exp: Likewise.
1401 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1402 * gdb.dwarf2/dw2-basic.exp: Likewise.
1403 * gdb.dwarf2/dw2-compressed.exp: Likewise.
1404 * gdb.dwarf2/dw2-filename.exp: Likewise.
1405 * gdb.dwarf2/dw2-intercu.exp: Likewise.
1406 * gdb.dwarf2/dw2-intermix.exp: Likewise.
1407 * gdb.dwarf2/dw2-producer.exp: Likewise.
1408 * gdb.dwarf2/mac-fileno.exp: Likewise.
1409 * gdb.python/py-frame-args.exp: Likewise.
1410 * gdb.python/py-framefilter.exp: Likewise.
1411 * gdb.python/py-mi.exp: Likewise.
1412 * gdb.python/py-objfile-script.exp: Likewise
1413 * gdb.python/py-pp-integral.exp: Likewise.
1414 * gdb.python/py-pp-re-notag.exp: Likewise.
1415 * gdb.python/py-prettyprint.exp: Likewise.
1416 * gdb.python/py-section-script.exp: Likewise.
1417 * gdb.python/py-typeprint.exp: Likewise.
1418 * gdb.python/py-xmethods.exp: Likewise.
1419 * gdb.stabs/weird.exp: Likewise.
1420 * gdb.xml/tdesc-regs.exp: Likewise.
1422 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
1424 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
1425 (out_cu): Use addr_len for the size of addresses.
1426 (out_line): Likewise. Size DW_LNE_set_address instruction
1427 according to addr_len.
1428 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
1429 (FUNC): Add START_INSNS to definition.
1431 2014-10-18 Yao Qi <yao@codesourcery.com>
1433 * gdb.base/argv0-symlink.exp: Check argv[0] value if
1434 gdb_has_argv0 return true.
1435 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
1436 check [target_info exists noargs], check [gdb_has_argv0]
1438 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
1439 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
1442 2014-10-17 Doug Evans <dje@google.com>
1444 * gdb.python/py-events.exp: Update expected output for clear_objfiles
1446 * gdb.python/py-events.py: Add clear_objfiles event.
1448 2014-10-17 Doug Evans <dje@google.com>
1450 * gdb.python/py-objfile.exp: Test progspace attribute.
1452 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
1454 * gdb.guile/scm-breakpoint.exp: Do not assume any
1455 directory separators when matching source file paths.
1456 * gdb.python/py-breakpoint.exp: Likewise.
1457 * gdb.reverse/break-precsave.exp: Likewise.
1458 * gdb.reverse/break-reverse.exp: Likewise.
1459 * gdb.reverse/consecutive-precsave.exp: Likewise.
1460 * gdb.reverse/finish-precsave.exp: Likewise.
1461 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
1462 * gdb.reverse/finish-reverse.exp: Likewise.
1463 * gdb.reverse/i386-precsave.exp: Likewise.
1464 * gdb.reverse/i387-env-reverse.exp: Likewise.
1465 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1466 * gdb.reverse/machinestate-precsave.exp: Likewise.
1467 * gdb.reverse/machinestate.exp: Likewise.
1468 * gdb.reverse/sigall-precsave.exp: Likewise.
1469 * gdb.reverse/solib-precsave.exp: Likewise.
1470 * gdb.reverse/step-precsave.exp: Likewise.
1471 * gdb.reverse/until-precsave.exp: Likewise.
1472 * gdb.reverse/watch-precsave.exp: Likewise.
1473 * gdb.reverse/watch-reverse.exp: Likewise.
1475 2014-10-17 Yao Qi <yao@codesourcery.com>
1477 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
1478 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
1480 2014-10-17 Pedro Alves <palves@redhat.com>
1483 * gdb.base/bg-execution-repeat.c: New file.
1484 * gdb.base/bg-execution-repeat.exp: New file.
1486 2014-10-17 Pedro Alves <palves@redhat.com>
1489 * gdb.base/continue-all-already-running.c: New file.
1490 * gdb.base/continue-all-already-running.exp: New file.
1492 2014-10-17 Pedro Alves <palves@redhat.com>
1495 * gdb.base/annota-input-while-running.c: New file.
1496 * gdb.base/annota-input-while-running.exp: New file.
1498 2014-10-17 Pedro Alves <palves@redhat.com>
1500 * gdb.base/callfuncs.exp: emove references to osf.
1501 * gdb.base/sigall.exp: Likewise.
1502 * gdb.gdb/selftest.exp: Likewise.
1503 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1504 * gdb.mi/non-stop.c: Likewise.
1505 * gdb.mi/pthreads.c: Likewise.
1506 * gdb.reverse/sigall-precsave.exp: Likewise.
1507 * gdb.reverse/sigall-reverse.exp: Likewise.
1508 * gdb.threads/pthreads.c: Likewise.
1509 * gdb.threads/pthreads.exp: Likewise.
1511 2014-10-17 Yao Qi <yao@codesourcery.com>
1513 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
1514 check 'target_info exists noargs'.
1515 (test_command_prompt_position): Likewise.
1516 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
1518 (progvar_simple_while_test): Likewise.
1519 (progvar_complex_if_while_test): Likewise.
1520 (if_while_breakpoint_command_test): Likewise.
1521 (infrun_breakpoint_command_test): Likewise.
1522 (breakpoint_command_test): Likewise.
1523 (watchpoint_command_test): Likewise.
1524 (bp_deleted_in_command_test): Likewise.
1525 (temporary_breakpoint_commands): Likewise.
1527 2014-10-16 Yao Qi <yao@codesourcery.com>
1529 * gdb.base/remotetimeout.exp: Remove noargs checking.
1531 2014-10-15 Pedro Alves <palves@redhat.com>
1534 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
1535 * gdb.base/breakpoint-in-ro-region.exp
1536 (probe_target_hardware_step): New procedure.
1537 (top level): Probe hardware stepping and hardware breakpoint
1538 support. Test stepping through a read-only region, with both
1539 "breakpoint auto-hw" on and off and both "always-inserted" on and
1542 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
1544 * gdb.dlang/demangle.exp: Update for demangling changes.
1546 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1548 * gdb.cp/non-trivial-retval.cc: Add new test cases.
1549 * gdb.cp/non-trivial-retval.exp: Add new tests.
1551 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1555 * gdb.cp/non-trivial-retval.cc: New file.
1556 * gdb.cp/non-trivial-retval.exp: New file.
1558 2014-10-15 Yao Qi <yao@codesourcery.com>
1560 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
1563 2014-10-15 Yao Qi <yao@codesourcery.com>
1565 * gdb.python/py-symbol.exp: Match file base name if host is
1566 remote, otherwise match file name with dir name.
1567 * gdb.python/py-symtab.exp: Likewise.
1568 * gdb.python/python.exp: Likewise.
1570 2014-10-15 Yao Qi <yao@codesourcery.com>
1572 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
1574 * gdb.python/py-symtab.exp: Likewise.
1575 * gdb.python/python.exp: Remove trailing ".*". Fix typo
1578 2014-10-14 Joel Brobecker <brobecker@adacore.com>
1580 * gdb.ada/addr_arith: New testcase.
1582 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
1584 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
1585 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
1586 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
1587 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
1589 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
1591 * gdb.arch/stap-eval-lang-ada.S: Likewise.
1592 * gdb.arch/stap-eval-lang-ada.c: Likewise.
1593 * gdb.arch/stap-eval-lang-ada.exp: New file.
1595 2014-10-14 Yao Qi <yao@codesourcery.com>
1597 * gdb.mi/mi-var-child.c (nothing1): New function.
1598 (nothing2): New function.
1599 (do_children_tests): Set function pointers by nothing1 and
1601 * gdb.mi/mi-var-child.exp: Step over new added statements.
1602 Update test to match the new output.
1603 * gdb.mi/var-cmd.c (nothing1): New function.
1604 (nothing2): New function.
1605 (do_children_tests): Set function pointers by nothing1 and
1607 * gdb.mi/mi-var-display.exp: Update test to match output.
1608 Step to the line specified by $line_dct_nothing.
1609 Increase the number of lines to step.
1611 2014-10-14 Yao Qi <yao@codesourcery.com>
1613 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
1615 * gdb.mi/mi2-var-child.exp: Likewise.
1617 2014-10-13 Doug Evans <dje@google.com>
1619 * gdb.python/py-objfile.exp: Change name of file name test.
1621 2014-10-13 Doug Evans <dje@google.com>
1623 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
1624 from the start of the CU.
1626 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1627 Yao Qi <yao@codesourcery.com>
1629 Fix "save breakpoints" for "catch" command.
1630 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
1631 Remove -nonewline. Match also the added "main" line.
1633 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1635 Fix "save breakpoints" for "disable $bpnum" command.
1636 * gdb.base/save-bp.c (main): Add label.
1637 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
1639 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1641 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
1643 2014-10-11 Yao Qi <yao@codesourcery.com>
1645 * gdb.server/server-kill.exp: Execute command
1646 "set remote trace-status-packet on" before "tstatus".
1648 2014-10-11 Yao Qi <yao@codesourcery.com>
1650 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
1651 (main): Call getppid.
1652 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
1653 and continue to it. Read variable "server_pid".
1655 2014-10-11 Yao Qi <yao@codesourcery.com>
1657 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
1659 2014-10-11 Yao Qi <yao@codesourcery.com>
1661 * gdb.threads/thread-find.exp: Don't execute command
1663 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
1664 * gdb.threads/linux-dp.exp: Don't check the condition
1665 $threads_created equals to zero.
1667 2014-10-10 Pedro Alves <palves@redhat.com>
1669 * gdb.base/bigcore.exp: Remove references to IRIX.
1670 * gdb.base/funcargs.exp: Likewise.
1671 * gdb.base/interrupt.exp: Likewise.
1672 * gdb.base/mips_pro.exp: Likewise.
1673 * gdb.base/nodebug.exp: Likewise.
1674 * gdb.base/setvar.exp: Likewise.
1675 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
1677 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1678 Pedro Alves <palves@redhat.com>
1681 * gdb.base/vdso-warning.c: New file.
1682 * gdb.base/vdso-warning.exp: New file.
1684 2014-10-02 Doug Evans <dje@google.com>
1686 * gdb.base/structs.c (main): Don't run forever.
1688 2014-10-02 Pedro Alves <palves@redhat.com>
1690 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
1691 (top level) <stop threads 1, stop threads 2>: Use it.
1693 2014-10-02 Pedro Alves <palves@redhat.com>
1695 * gdb.threads/break-while-running.exp (test): Add new
1696 'update_thread_list' argument. Skip "info threads" if false.
1697 (top level): Add new 'update_thread_list' axis.
1699 2014-10-02 Pedro Alves <palves@redhat.com>
1701 PR breakpoints/17431
1702 * gdb.base/execl-update-breakpoints.c: New file.
1703 * gdb.base/execl-update-breakpoints.exp: New file.
1705 2014-10-01 Pedro Alves <palves@redhat.com>
1707 * gdb.base/breakpoint-in-ro-region.c: New file.
1708 * gdb.base/breakpoint-in-ro-region.exp: New file.
1710 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1712 * gdb.mi/mi-exit-code.exp: New file.
1713 * gdb.mi/mi-exit-code.c: New file.
1715 2014-09-30 Yao Qi <yao@codesourcery.com>
1717 * lib/prelink-support.exp (build_executable_own_libs): Error if
1718 the target isn't native.
1720 2014-09-30 Yao Qi <yao@codesourcery.com>
1722 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
1725 2014-09-22 Pedro Alves <palves@redhat.com>
1727 * gdb.threads/break-while-running.exp: New file.
1728 * gdb.threads/break-while-running.c: New file.
1730 2014-09-19 Yao Qi <yao@codesourcery.com>
1732 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
1733 Invoke test. Restart GDB with --readnow and invoke test again.
1735 2014-09-19 Yao Qi <yao@codesourcery.com>
1737 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
1738 proc set_breakpoint_on_gcd_function. Invoke
1739 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
1740 invoke set_breakpoint_on_gcd_function again.
1742 2014-09-18 Doug Evans <dje@google.com>
1744 * gdb.dwarf2/symtab-producer.exp: New file.
1746 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1748 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
1749 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
1750 * gdb.base/global-var-nested-by-dso.c: Likewise.
1751 * gdb.base/global-var-nested-by-dso.exp: Likewise.
1753 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1754 Pedro Alves <palves@redhat.com>
1756 * gdb.base/watch-bitfields.exp: Pass string other than test file
1757 name to prepare_for_testing.
1758 (watch): New procedure.
1759 (expect_watchpoint): Use with_test_prefix.
1760 (top level): Factor out tests to ...
1761 (test_watch_location, test_regular_watch): ... these new
1762 procedures, and use with_test_prefix and gdb_continue_to_end.
1764 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
1766 PR breakpoints/12526
1767 * gdb.base/watch-bitfields.exp: New file.
1768 * gdb.base/watch-bitfields.c: New file.
1770 2014-09-16 Pedro Alves <palves@redhat.com>
1772 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
1773 software and hardware addresses, not software address against
1776 2014-09-16 Pedro Alves <palves@redhat.com>
1778 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
1779 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
1781 2014-09-16 Pedro Alves <palves@redhat.com>
1783 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
1785 * gdb.base/a2-run.exp: Remove all code guarded by istarget
1786 "*-*-vxworks*" throughout.
1787 * gdb.base/break.exp: Likewise.
1788 * gdb.base/default.exp: Likewise.
1789 * gdb.base/scope.exp: Likewise.
1790 * gdb.base/sepdebug.exp: Likewise.
1791 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
1793 * gdb.base/run.c: Likewise.
1794 * gdb.base/sepdebug.c: Likewise.
1795 * gdb.hp/gdb.aCC/run.c: Likewise.
1796 * gdb.reverse/until-reverse.c: Likewise.
1797 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
1799 2014-09-16 Yao Qi <yao@codesourcery.com>
1801 * boards/local-remote-host-native.exp: New file.
1803 2014-09-14 Doug Evans <xdje42@gmail.com>
1805 * gdb.threads/queue-signal.c (thread_count): New variable.
1806 (thread_count_mutex, thread_count_condvar): New variables.
1807 (incr_thread_count, wait_all_threads_running): New functions.
1808 (main): Wait for all threads to be in their thread functions.
1810 2014-09-13 Doug Evans <xdje42@gmail.com>
1812 * gdb.threads/queue-signal.c: New file.
1813 * gdb.threads/queue-signal.exp: New file.
1815 2014-09-13 Doug Evans <xdje42@gmail.com>
1817 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
1818 be consistent with what default_gdb_init uses.
1819 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
1820 the plain text of the prompt. Add some logging printfs.
1821 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
1823 2014-09-12 Pedro Alves <palves@redhat.com>
1825 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
1826 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
1827 * gdb.arch/i386-size-overlap.exp: Likewise.
1828 * gdb.arch/i386-size.exp: Likewise.
1829 * gdb.arch/i386-unwind.exp: Likewise.
1830 * gdb.base/a2-run.exp: Likewise.
1831 * gdb.base/break.exp: Likewise.
1832 * gdb.base/charset.exp: Likewise.
1833 * gdb.base/chng-syms.exp: Likewise.
1834 * gdb.base/commands.exp: Likewise.
1835 * gdb.base/dbx.exp: Likewise.
1836 * gdb.base/find.exp: Likewise.
1837 * gdb.base/funcargs.exp: Likewise.
1838 * gdb.base/jit-simple.exp: Likewise.
1839 * gdb.base/reread.exp: Likewise.
1840 * gdb.base/sepdebug.exp: Likewise.
1841 * gdb.base/step-bt.exp: Likewise.
1842 * gdb.cp/mb-inline.exp: Likewise.
1843 * gdb.cp/mb-templates.exp: Likewise.
1844 * gdb.objc/basicclass.exp: Likewise.
1845 * gdb.threads/killed.exp: Likewise.
1847 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1850 * gdb.arch/powerpc-stackless.S: New file.
1851 * gdb.arch/powerpc-stackless.exp: New file.
1853 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1855 * gdb.base/attach.c: Include unistd.h.
1856 (main): Call alarm. Add label postloop.
1857 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
1858 gdb_breakpoint, gdb_continue_to_breakpoint.
1859 (test_command_line_attach_run): Kill ${testpid} in one exit path.
1861 2014-09-11 Pedro Alves <palves@redhat.com>
1864 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
1865 * gdb.base/attach.exp (test_command_line_attach_run): New
1867 (top level): Call it.
1869 2014-09-11 Pedro Alves <palves@redhat.com>
1871 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
1872 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
1873 (do_command_attach_tests): Use spawn_wait_for_attach.
1874 * gdb.base/solib-overlap.exp: Likewise.
1875 * gdb.multi/multi-attach.exp: Likewise.
1876 * gdb.python/py-prompt.exp: Likewise.
1877 * gdb.python/py-sync-interp.exp: Likewise.
1878 * gdb.server/ext-attach.exp: Likewise.
1880 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
1882 * gdb.fortran/array-element.exp: Remove unexpected "continue"
1883 command in testcase. Simplify testcase.
1885 2014-09-10 Joel Brobecker <brobecker@adacore.com>
1887 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
1889 2014-09-10 Joel Brobecker <brobecker@adacore.com>
1891 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
1893 2014-09-10 Joel Brobecker <brobecker@adacore.com>
1895 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
1897 2014-09-10 Joel Brobecker <brobecker@adacore.com>
1899 * gdb.dwarf2/dynarr-ptr.c: New file.
1900 * gdb.dwarf2/dynarr-ptr.exp: New file.
1902 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1904 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
1905 of 30 rather than hardcoding 120 for a slow test case. Take the
1906 `gdb,timeout' target setting into account for this calculation.
1907 Don't extend the timeout for the test cases that don't need it.
1909 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1911 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
1912 a factor of 2 for a slow test case. Take the `gdb,timeout'
1913 target setting into account for this calculation.
1914 * gdb.reverse/until-precsave.exp: Increase the timeout by
1915 a factor of 15 and 3 respectively rather than adding 120
1916 for a pair of slow test cases. Take the `gdb,timeout'
1917 target setting into account for this calculation.
1919 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1921 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
1922 timeout, don't pass one down to gdb_expect.
1923 (gdb_expect): Rework timeout selection.
1925 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1927 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
1928 exception on timeout.
1929 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
1930 (gdbserver_start_extended): Catch any `gdbserver_start' error
1932 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
1933 * lib/mi-support.exp (mi_gdb_target_load): Catch any
1934 `gdbserver_gdb_load' error exceptions.
1936 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1938 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
1939 120 on waiting for the TCP socket to open.
1941 2014-09-09 Doug Evans <xdje42@gmail.com>
1943 * gdb.base/default.exp (show_conv_list): Add _caller_is,
1944 _caller_matches, _any_caller_is, _any_caller_matches.
1946 2014-09-09 Doug Evans <xdje42@gmail.com>
1948 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
1950 2014-09-09 Yao Qi <yao@codesourcery.com>
1952 * gdb.mi/mi-var-display.exp: Set print symbol off.
1954 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
1957 * gdb.base/commands.exp: Add tests to verify user-defined
1958 commands with empty bodies.
1959 * gdb.python/py-cmd.exp: Test that we don't show user-defined
1960 python commands in `show user command`.
1961 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
1962 scheme commands in `show user command`.
1964 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1967 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
1968 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
1969 * gdb.python/py-framefilter-invalidarg.exp: New file.
1970 * gdb.python/py-framefilter-invalidarg.py: New file.
1972 2014-09-06 Doug Evans <xdje42@gmail.com>
1975 * gdb.python/py-caller-is.c: New file.
1976 * gdb.python/py-caller-is.exp: New file.
1978 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
1981 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
1982 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
1984 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
1987 * gdb.fortran/print-formatted.exp: New file.
1988 * gdb.fortran/print-formatted.f90: Likewise.
1990 2014-09-03 Sasha Smundak <asmundak@google.com>
1992 * gdb.python/py-frame.exp: Test Frame.read_register.
1994 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
1997 * gdb.python/py-completion.exp: New file.
1998 * gdb.python/py-completion.py: Likewise.
2000 2014-08-28 Doug Evans <dje@google.com>
2002 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
2003 eax,etc. are live with values set by gdb and thus the compiler can't
2005 * gdb.arch/i386-pseudo.c (main): Ditto.
2007 2014-08-27 Doug Evans <dje@google.com>
2009 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
2011 2014-08-25 Doug Evans <dje@google.com>
2013 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
2016 2014-08-25 Doug Evans <dje@google.com>
2018 * gdb.threads/thread-execl.exp: #include <stdio.h>.
2020 2014-08-24 Yao Qi <yao@codesourcery.com>
2022 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
2024 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
2026 2014-08-22 Doug Evans <dje@google.com>
2029 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
2030 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
2031 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
2033 2014-08-22 Yao Qi <yao@codesourcery.com>
2035 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
2036 * gdb.python/py-finish-breakpoint2.exp: Likewise.
2037 * gdb.python/python.exp: Likewise. Use .py file on the host
2038 instead of the build.
2040 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2042 * gdb.threads/gcore-stale-thread.c: New file.
2043 * gdb.threads/gcore-stale-thread.exp: New file.
2045 2014-08-21 Pedro Alves <palves@redhat.com>
2047 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
2048 * gdb.base/gcore-relro-pie.exp: Likewise.
2049 * gdb.base/gcore-relro.exp: Likewise.
2050 * gdb.base/gcore.exp: Likewise.
2051 * gdb.base/print-symbol-loading.exp: Likewise.
2052 * gdb.threads/gcore-thread.exp: Likewise.
2053 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
2055 2014-08-20 Pedro Alves <palves@redhat.com>
2056 Jan Kratochvil <jan.kratochvil@redhat.com>
2058 * Makefile.in (EXTRA_RULES, CC): New variables, get from
2060 (EXPECT): Handle READ1 being set.
2061 (all): Depend on EXTRA_RULES.
2062 (check-read1, expect-read1, read1.so, read1): New rules.
2063 * README (Testsuite Parameters): Document the READ1 make variable.
2064 (Race detection): New section.
2065 * configure: Regenerate.
2066 * configure.ac: If build==host==target, and running under a
2067 GNU/glibc system, add read1 to the extra Makefile rules.
2068 (EXTRA_RULES): AC_SUBST it.
2069 * lib/read1.c: New file.
2071 2014-08-20 Joel Brobecker <brobecker@adacore.com>
2073 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
2074 the handling of variables declared as a typedef to an array
2075 which a DW_AT_data_location attribute.
2077 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
2078 Pedro Alves <palves@redhat.com>
2082 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
2085 2014-08-19 Pedro Alves <palves@redhat.com>
2087 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
2089 2014-08-19 Yao Qi <yao@codesourcery.com>
2091 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
2094 2014-08-18 David Blaikie <dblaikie@gmail.com>
2096 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
2098 2014-08-18 Joel Brobecker <brobecker@adacore.com>
2100 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
2101 attribute in array range.
2103 2014-08-18 Joel Brobecker <brobecker@adacore.com>
2105 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
2107 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2110 * gdb.cp/pr17132.cc: New file.
2111 * gdb.cp/pr17132.exp: New file.
2113 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2115 * gdb.python/py-xmethods.py (A_getarrayind)
2116 (E_method_char_worker.__call__, E_method_int_worker.__call__):
2117 Use 'print' with function call syntax.
2118 (E_method_matcher.match): Fix tab vs space indentation mixup.
2120 2014-08-15 Yao Qi <yao@codesourcery.com>
2122 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
2125 2014-08-15 Yao Qi <yao@codesourcery.com>
2127 * gdb.cp/casts.exp: Set print symbol off.
2128 * gdb.cp/class2.exp: Likewise.
2129 * gdb.cp/overload.exp: Likewise.
2130 * gdb.cp/templates.exp: Likewise.
2132 2014-08-11 Doug Evans <dje@google.com>
2134 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2135 (test_load_shlib): Update.
2137 2014-08-09 Yao Qi <yao@codesourcery.com>
2139 * gdb.base/display.exp: Invoke is_address_zero_readable.
2140 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
2141 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2142 * gdb.base/hbreak-unmapped.exp: Return if
2143 is_address_zero_readable returns true.
2144 * gdb.base/signest.exp: Likewise.
2145 * gdb.base/signull.exp: Likewise.
2146 * gdb.base/sigbpt.exp: Likewise.
2147 * gdb.guile/scm-disasm.exp: Do the test if
2148 is_address_zero_readable returns false.
2149 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
2150 * gdb.python/py-arch.exp: Likewise.
2151 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
2152 * lib/gdb.exp (is_address_zero_readable): New proc.
2154 2014-08-09 Yao Qi <yao@codesourcery.com>
2157 * gdb.mi/mi-var-display.exp: Make test messages unique.
2159 2014-08-04 Tom Tromey <tromey@redhat.com>
2161 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
2164 2014-08-04 Tom Tromey <tromey@redhat.com>
2166 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
2169 2014-08-01 Joel Brobecker <brobecker@adacore.com>
2171 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
2172 inner_vla_struct_object_size.
2173 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
2176 2014-07-30 Pedro Alves <palves@redhat.com>
2178 * gdb.threads/signal-command-handle-nopass.exp (test): Add
2181 2014-07-29 Yao Qi <yao@codesourcery.com>
2184 * gdb.base/until-nodebug.exp: New.
2186 2014-07-28 Doug Evans <xdje42@gmail.com>
2189 * gdb.guile/scm-parameter.exp: Add tests for trying to create
2190 previously existing parameter, and previously ambiguously spelled
2193 2014-07-28 Will Newton <will.newton@linaro.org>
2195 * gdb.base/varargs.exp: Remove KFAILs for ARM.
2197 2014-07-26 Ludovic Courtès <ludo@gnu.org>
2198 Doug Evans <xdje42@gmail.com>
2201 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
2203 2014-07-25 Pedro Alves <palves@redhat.com>
2205 * gdb.threads/signal-command-handle-nopass.c: New file.
2206 * gdb.threads/signal-command-handle-nopass.exp: New file.
2207 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
2208 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
2209 * gdb.threads/signal-delivered-right-thread.c: New file.
2210 * gdb.threads/signal-delivered-right-thread.exp: New file.
2212 2014-07-25 Pedro Alves <palves@redhat.com>
2214 * gdb.base/double-prompt-target-event-error.exp
2215 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
2217 (cancel_pagination_in_target_event): Rework double prompt
2219 * gdb.base/paginate-after-ctrl-c-running.exp
2220 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
2222 * gdb.base/paginate-bg-execution.exp
2223 (test_bg_execution_pagination_return)
2224 (test_bg_execution_pagination_cancel): Remove '-notransfer
2226 * gdb.base/paginate-execution-startup.exp
2227 (test_fg_execution_pagination_return)
2228 (test_fg_execution_pagination_cancel): Remove '-notransfer
2230 * gdb.base/paginate-inferior-exit.exp
2231 (test_paginate_inferior_exited): Remove '-notransfer <return>'
2233 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
2234 * lib/gdb.exp (pagination_prompt): Run text through
2236 (gdb_test_multiple): Match $pagination_prompt instead of
2238 (string_to_regexp): Move to lib/gdb-utils.exp.
2240 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2242 * gdb.arch/amd64-entry-value-paramref.S: New file.
2243 * gdb.arch/amd64-entry-value-paramref.cc: New file.
2244 * gdb.arch/amd64-entry-value-paramref.exp: New file.
2245 * gdb.arch/amd64-optimout-repeat.S: New file.
2246 * gdb.arch/amd64-optimout-repeat.c: New file.
2247 * gdb.arch/amd64-optimout-repeat.exp: New file.
2249 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2252 * gdb.base/statistics.exp: New file.
2254 2014-07-17 Doug Evans <dje@google.com>
2257 * gdb.base/maint.exp: Update testing of per-command stats.
2259 2014-07-16 Pedro Alves <palves@redhat.com>
2261 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
2262 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
2263 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
2264 (tfile_write_buf): New functions.
2265 (add_memory_block): Rewrite using the above.
2266 (adjust_function_address): New function.
2267 (FUNCTION_ADDRESS): New macro.
2268 (write_basic_trace_file): Remove short_x local, and use
2269 tfile_write_16. Change type of func_addr local to unsigned long
2270 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
2271 here. Cast argument of add_memory_block to char pointer.
2272 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
2273 (main): Remove parameters.
2274 * gdb.trace/tfile.exp: Remove nowarnings.
2276 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
2278 * gdb.base/debug-expr.exp: Test string evaluation with
2279 "debug expression" on.
2281 2014-07-15 Pedro Alves <palves@redhat.com>
2283 * gdb.base/reread.exp: Use clean_restart.
2285 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
2287 * gdb.arch/avr-flash-qualifer.c: New.
2288 * gdb.arch/avr-flash-qualifer.exp: New.
2290 2014-07-14 Pedro Alves <palves@redhat.com>
2292 * gdb.base/paginate-after-ctrl-c-running.c: New file.
2293 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
2295 2014-07-14 Pedro Alves <palves@redhat.com>
2297 * gdb.base/double-prompt-target-event-error.c: New file.
2298 * gdb.base/double-prompt-target-event-error.exp: New file.
2300 2014-07-14 Pedro Alves <palves@redhat.com>
2303 * gdb.base/paginate-inferior-exit.c: New file.
2304 * gdb.base/paginate-inferior-exit.exp: New file.
2306 2014-07-14 Pedro Alves <palves@redhat.com>
2309 * gdb.base/paginate-bg-execution.c: New file.
2310 * gdb.base/paginate-bg-execution.exp: New file.
2312 2014-07-14 Pedro Alves <palves@redhat.com>
2315 * gdb.base/paginate-execution-startup.c: New file.
2316 * gdb.base/paginate-execution-startup.exp: New file.
2317 * lib/gdb.exp (pagination_prompt): New global.
2318 (default_gdb_spawn): New procedure, factored out from
2320 (default_gdb_start): Adjust to call default_gdb_spawn.
2321 (gdb_spawn): New procedure.
2323 2014-07-14 Pedro Alves <palves@redhat.com>
2325 * lib/gdb.exp (gdb_assert): New procedure.
2326 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
2328 2014-07-14 Pedro Alves <palves@redhat.com>
2330 * gdb.base/execution-termios.c: New file.
2331 * gdb.base/execution-termios.exp: New file.
2333 2014-07-14 Tom Tromey <tromey@redhat.com>
2335 * gdb.cp/vla-cxx.cc: New file.
2336 * gdb.cp/vla-cxx.exp: New file.
2338 2014-07-14 Tom Tromey <tromey@redhat.com>
2340 * gdb.reverse/rerun-prec.c: New file.
2341 * gdb.reverse/rerun-prec.exp: New file.
2343 2014-07-12 Maciej W. Rozycki <macro@mips.com>
2344 Maciej W. Rozycki <macro@codesourcery.com>
2346 * lib/gdb-utils.exp: New file.
2347 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
2348 inline `gdb_init_command' processing.
2349 (gdb_start_cmd): Likewise.
2350 * lib/mi-support.exp (mi_run_cmd): Likewise.
2351 * README: Document `gdb_init_command' and `gdb_init_commands'.
2353 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2355 Fix false FAIL running under a very long directory name.
2356 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
2357 and "set print elements 10000". Twice.
2359 2014-07-11 Yao Qi <yao@codesourcery.com>
2361 * gdb.base/exprs.exp: "set print symbol off".
2363 2014-07-11 Pedro Alves <palves@redhat.com>
2365 * gdb.threads/kill.c: New file.
2366 * gdb.threads/kill.exp: New file.
2368 2014-07-10 Yao Qi <yao@codesourcery.com>
2370 * gdb.trace/tfile.c (write_basic_trace_file)
2371 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
2372 address written to trace file.
2374 2014-07-09 Pedro Alves <palves@redhat.com>
2376 * gdb.base/attach-wait-input.exp: New file.
2377 * gdb.base/attach-wait-input.c: New file.
2379 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2381 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
2382 setting up test structures.
2383 (main): Call new test function.
2384 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
2385 test function, continue into test function and walk test
2388 2014-07-02 Yao Qi <yao@codesourcery.com>
2390 * gdb.trace/entry-values.c: Define labels 'foo_start' and
2391 'bar_start' at the beginning of functions 'foo' and 'bar'
2393 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
2394 instead of 'foo' and 'bar'.
2396 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
2398 * gdb.btrace/segv.exp: New.
2399 * gdb.btrace/segv.c: New.
2401 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
2403 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
2406 2014-06-30 Mark Wielaard <mjw@redhat.com>
2408 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
2409 vulture, vilify, villar): New volatile array constants.
2410 (vindictive, vegetation): New const volatile array constants.
2411 * gdb.base/volatile.exp: Test volatile and const volatile array
2414 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2416 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
2417 target lacks support for awatch, rwatch, or hbreak.
2419 2014-06-27 Yao Qi <yao@codesourcery.com>
2421 * gdb.multi/dummy-frame-restore.exp: New.
2422 * gdb.multi/dummy-frame-restore.c: New.
2424 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
2426 * gdb.btrace/gcore.exp: New.
2428 2014-06-23 Pedro Alves <palves@redhat.com>
2430 * gdb.base/watchpoint-reuse-slot.c: New file.
2431 * gdb.base/watchpoint-reuse-slot.exp: New file.
2433 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
2435 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
2436 progspace's filename in 'info', 'enable' and 'disable' command
2439 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2441 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
2442 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2443 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
2445 2014-06-20 Gary Benson <gbenson@redhat.com>
2447 * gdb.arch/i386-avx.exp: Fix include file location.
2448 * gdb.arch/i386-sse.exp: Likewise.
2450 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
2452 * gdb.dlang/expression.exp: New file.
2454 2014-06-19 Pedro Alves <palves@redhat.com>
2456 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
2458 (top level): ... here. Iterate running tests under different
2459 scheduler-locking settings.
2461 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
2463 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
2464 to DW_FORM_addr and use non-zero addresses.
2466 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
2469 * gdb.python/py-xmethods.cc: Add global function call counters and
2470 increment them in their respective functions. Remove "cout"
2472 * gdb.python/py-xmethods.exp: Make tests check the global function
2473 call counters instead of depending on inferior IO.
2475 2014-06-18 Don Breazeal <donb@codesourcery.com>
2477 * gdb.base/foll-fork.exp (default_fork_parent_follow):
2479 (explicit_fork_parent_follow): Deleted procedure.
2480 (explicit_fork_child_follow): Deleted procedure.
2481 (test_follow_fork): New procedure.
2482 (do_fork_tests): Replace calls to deleted procedures with
2483 calls to test_follow_fork and reset GDB for subsequent
2486 2014-06-17 Yao Qi <yao@codesourcery.com>
2488 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
2491 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
2493 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
2494 Initialize ptr and S explicitly.
2495 (skip_type_update_when_not_use_rtti_test): Likewise.
2497 2014-06-16 Keith Seitz <keiths@redhat.com>
2500 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
2501 the inferior is started.
2503 2014-06-16 Pedro Alves <palves@redhat.com>
2505 * gdb.base/break-main-file-remove-fail.c: New file.
2506 * gdb.base/break-main-file-remove-fail.exp: New file.
2507 * gdb.base/break-unload-file.exp: Use build_executable instead of
2508 prepare_for_testing.
2509 (test_break): New parameter "initial_load". Handle it.
2510 (top level): Add initial_load cmdline/file axis.
2512 2014-06-12 Tom Tromey <tromey@redhat.com>
2514 * gdb.base/completion.exp: Don't use directory name in test.
2516 2014-06-09 Gary Benson <gbenson@redhat.com>
2518 * gdb.base/sigall.c [Functions to send signals]: Reorder to
2519 separate the always-available ANSI-standard signals from the
2520 signals that require checking.
2522 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
2526 2014-06-07 Keith Seitz <keiths@redhat.com>
2530 * gdb.cp/var-tag.cc: New file.
2531 * gdb.cp/var-tag.exp: New file.
2532 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
2533 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
2534 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2535 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2537 2014-06-06 Doug Evans <xdje42@gmail.com>
2539 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
2541 2014-06-06 Pedro Alves <palves@redhat.com>
2543 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
2544 in target debug output instead of looking at RSP packets,
2545 disabling the test on any target that uses hardware stepping.
2548 2014-06-06 Pedro Alves <palves@redhat.com>
2550 * gdb.base/break-unload-file.exp: Fix typo.
2552 2014-06-06 Yao Qi <yao@codesourcery.com>
2554 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
2555 from "jit_function" to "^jit_function".
2557 2014-06-06 Yao Qi <yao@codesourcery.com>
2559 * gdb.base/async.c (foo): Add one statement.
2560 * gdb.base/async.exp: Get the next instruction address and
2561 match the output of "nexti" by instruction address. Match
2562 the hex address in the output of "finish".
2564 2014-06-06 Gary Benson <gbenson@redhat.com>
2566 * gdb.base/call-signals.c: Remove preprocessor conditionals
2567 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
2568 SIGSEGV and SIGTERM.
2569 * gdb.base/sigall.c: Likewise.
2570 * gdb.base/unwindonsignal.c: Likewise.
2571 * gdb.reverse/sigall-reverse.c: Likewise.
2573 2014-06-06 Yao Qi <yao@codesourcery.com>
2575 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
2576 readable, skip the test.
2578 2014-06-06 Yao Qi <yao@codesourcery.com>
2580 * gdb.threads/staticthreads.c (thread_function): Move the line
2581 setting breakpoint on forward.
2582 * gdb.threads/staticthreads.exp: Update comments.
2584 2014-06-05 Ludovic Courtès <ludo@gnu.org>
2586 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
2587 "history-append! type error".
2589 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
2591 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
2592 erroneous dprintf expected input.
2594 2014-06-04 Doug Evans <xdje42@gmail.com>
2596 * gdb.guile/scm-generics.exp: Delete.
2598 2014-06-04 Doug Evans <xdje42@gmail.com>
2600 * gdb.guile/scm-breakpoint.exp: Update.
2601 Add tests for breakpoint registration.
2603 2014-06-04 Tom Tromey <tromey@redhat.com>
2605 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
2607 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
2608 inner_vla_struct, vla_union types. Initialize objects of those
2609 types and compute their sizes.
2611 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
2612 Hui Zhu <hui@codesourcery.com>
2614 * gdb.base/fileio.exp: Add test for shell not available as well as
2616 * gdb.base/fileio.c (test_system): Check for shell twice.
2618 2014-06-04 Yao Qi <yao@codesourcery.com>
2620 * gdb.base/auto-connect-native-target.exp: Remove redundant
2621 space from the regexp pattern.
2623 2014-06-04 Yao Qi <yao@codesourcery.com>
2625 * gdb.base/default.exp: Replace "child" with "native" in
2628 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2630 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
2631 * gdb.python/py-xmethods.exp: New tests to test xmethods.
2632 * gdb.python/py-xmethods.py: Python script supporting the
2633 new testcase and tests.
2635 2014-06-03 Joel Brobecker <brobecker@adacore.com>
2636 Pedro Alves <palves@redhat.com>
2638 PR breakpoints/17000
2639 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
2640 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
2642 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
2644 * gdb.base/subst.exp: Add tests to verify partial path matching
2647 2014-06-03 Pedro Alves <palves@redhat.com>
2649 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
2650 target that doesn't use software single-stepping.
2652 2014-06-03 Pedro Alves <palves@redhat.com>
2654 PR breakpoints/17000
2655 * gdb.base/sss-bp-on-user-bp-2.c: New file.
2656 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
2658 2014-06-02 Doug Evans <xdje42@gmail.com>
2660 * gdb.guile/scm-parameter.exp: New file.
2662 2014-06-02 Doug Evans <xdje42@gmail.com>
2664 * gdb.guile/scm-cmd.c: New file.
2665 * gdb.guile/scm-cmd.exp: New file.
2667 2014-06-02 Doug Evans <xdje42@gmail.com>
2669 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
2670 pretty-printer lookup.
2671 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
2672 (make-pp_s-printer): Call it.
2673 (make-pretty-printer-from-dict): New function.
2674 (lookup-pretty-printer-maker-from-dict): New function.
2675 (*pretty-printer*): Simplify.
2676 (make-objfile-pp_s-printer): New function.
2677 (install-objfile-pretty-printers!): New function.
2678 (make-progspace-pp_s-printer): New function.
2679 (install-progspace-pretty-printers!): New function.
2680 * gdb.guile/scm-progspace.c: New file.
2681 * gdb.guile/scm-progspace.exp: New file.
2683 2014-06-02 Pedro Alves <palves@redhat.com>
2685 * gdb.base/dprintf-bp-same-addr.c: New file.
2686 * gdb.base/dprintf-bp-same-addr.exp: New file.
2688 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2690 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
2691 * gdb.arch/powerpc-power.s: Likewise.
2693 2014-06-02 Joel Brobecker <brobecker@adacore.com>
2695 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
2697 2014-06-01 Yao Qi <yao@codesourcery.com>
2699 * gdb.base/watchpoint.exp (test_watch_location): Check null
2700 pointer can be dereferenced. If not, do the test, otherwise
2703 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
2705 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
2707 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
2709 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
2711 * gdb.arch/amd64-invalid-stack-middle.S: New file.
2712 * gdb.arch/amd64-invalid-stack-middle.c: New file.
2713 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
2714 * gdb.arch/amd64-invalid-stack-top.c: New file.
2715 * gdb.arch/amd64-invalid-stack-top.exp: New file.
2717 2014-05-30 Pedro Alves <palves@redhat.com>
2719 PR breakpoints/17000
2720 * gdb.base/sss-bp-on-user-bp.c: New file.
2721 * gdb.base/sss-bp-on-user-bp.exp: New file.
2723 2014-05-30 David Blaikie <dblaikie@gmail.com>
2725 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
2726 gnu_inline semantics via attribute.
2727 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
2728 source explicitly specifies the required semantics.
2730 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
2732 * gdb.reverse/sigall-reverse.exp: Fix a typo.
2734 2014-05-29 Pedro Alves <palves@redhat.com>
2735 Tom Tromey <tromey@redhat.com>
2737 * gdb.base/async-shell.exp: Don't enable target-async.
2738 * gdb.base/async.exp
2739 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
2741 (top level): Don't test with "target-async".
2742 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
2743 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
2744 * gdb.base/inferior-died.exp: Don't enable target-async.
2745 * gdb.base/interrupt-noterm.exp: Likewise.
2746 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
2747 * gdb.mi/mi-nonstop-exit.exp: Likewise.
2748 * gdb.mi/mi-nonstop.exp: Likewise.
2749 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2750 * gdb.mi/mi-nsintrall.exp: Likewise.
2751 * gdb.mi/mi-nsmoribund.exp: Likewise.
2752 * gdb.mi/mi-nsthrexec.exp: Likewise.
2753 * gdb.mi/mi-watch-nonstop.exp: Likewise.
2754 * gdb.multi/watchpoint-multi.exp: Adjust comment.
2755 * gdb.python/py-evsignal.exp: Don't enable target-async.
2756 * gdb.python/py-evthreads.exp: Likewise.
2757 * gdb.python/py-prompt.exp: Likewise.
2758 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
2759 * gdb.server/solib-list.exp: Don't enable target-async.
2760 * gdb.threads/thread-specific-bp.exp: Likewise.
2761 * lib/mi-support.exp: Adjust to use mi-async.
2763 2014-05-29 Pedro Alves <palves@redhat.com>
2766 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
2767 reason, even in sync mode.
2769 2014-05-29 Pedro Alves <palves@redhat.com>
2770 Hui Zhu <hui@codesourcery.com>
2773 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
2774 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
2775 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
2776 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
2778 2014-05-28 Joel Brobecker <brobecker@adacore.com>
2780 * config/monitor.exp (gdb_target_monitor): Replace use of
2781 "set remotebaud" by "set serial baud".
2783 2014-05-26 Andy Wingo <wingo@igalia.com>
2785 * gdb.guile/scm-breakpoint.exp:
2786 * gdb.guile/scm-gsmob.exp: Update to use plain old object
2787 properties instead of gdb-object-properties.
2789 2014-05-26 Yao Qi <yao@codesourcery.com>
2791 * gdb.server/no-thread-db.exp: Specify source file name
2792 explicitly when setting a breakpoint.
2794 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2796 * gdb.btrace/vdso.c: New.
2797 * gdb.btrace/vdso.exp: New.
2799 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2801 * gdb.base/gcore.exp (capture_command_output): Move ...
2802 * lib/gdb.exp (capture_command_output): ... here.
2804 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2806 * gdb.btrace/data.exp: Test memory access during btrace replay.
2808 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
2810 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
2812 2014-05-21 Pedro Alves <palves@redhat.com>
2815 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
2816 (top level): Test that output related to execution commands is
2817 sent to the console with CLI commands, but not with MI commands.
2818 Test that breakpoint events are always mirrored to the console.
2819 Also expect the new source line to be output after a "next" in
2820 async mode too. Make it a pass/fail test.
2821 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
2823 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
2825 2014-05-21 Pedro Alves <palves@redhat.com>
2827 * gdb.base/list.exp (build_pattern, test_list): New procedures.
2828 Use them to test variations of "list" after reaching a breakpoint.
2829 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
2830 Test "list" with listsize 10 after reaching a breakpoint.
2831 * gdb.python/python.exp (decode_line current location line
2832 number): Adjust expected line number.
2834 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
2836 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
2837 behavior for $args, pass it directly to "run".
2839 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
2841 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
2844 2014-05-21 Pedro Alves <palves@redhat.com>
2846 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
2847 auto-connect-native-target off".
2848 * gdb.base/auto-connect-native-target.c: New file.
2849 * gdb.base/auto-connect-native-target.exp: New file.
2851 2014-05-21 Pedro Alves <palves@redhat.com>
2853 * gdb.base/default.exp: Test "target native" instead of "target
2856 2014-05-21 Mark Wielaard <mjw@redhat.com>
2858 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2860 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2862 Fix TLS access for -static -pthread.
2863 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
2864 <HAVE_TLS> (thread_function, main): Initialize it.
2865 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
2867 <$have_tls != "">: Check TLSVAR.
2869 2014-05-21 Pedro Alves <palves@redhat.com>
2871 * gdb.base/dcache-line-read-error.c: New.
2872 * gdb.base/dcache-line-read-error.exp: New.
2874 2014-05-20 Pedro Alves <palves@redhat.com>
2876 * gdb.base/compare-sections.c: New file.
2877 * gdb.base/compare-sections.exp: New file.
2879 2014-05-20 Pedro Alves <palves@redhat.com>
2881 * gdb.base/break-idempotent.c: New file.
2882 * gdb.base/break-idempotent.exp: New file.
2884 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
2886 * gdb.btrace/nohist.exp: New.
2888 2014-05-20 Yao Qi <yao@codesourcery.com>
2890 * lib/gdb.exp (gdb_init): Set timeout if test file is under
2891 gdb.reverse directory and gdb_reverse_timeout exists in board
2893 * README: Document gdb_reverse_timeout.
2895 2014-05-20 Yao Qi <yao@codesourcery.com>
2897 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
2898 'test_file_name'. Treat args as a string instead of a list.
2899 (gdb_init): Rename argument 'args' by 'test_file_name'.
2901 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2903 * gdb.arch/powerpc-power.exp: New file.
2904 * gdb.arch/powerpc-power.s: New file.
2906 2014-05-16 Doug Evans <dje@google.com>
2908 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
2909 * gdb.base/completion.exp: Check that all expected files exist
2910 before doing file completion.
2912 2014-05-16 Doug Evans <dje@google.com>
2914 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
2916 (do_syscall_tests_without_xml): Update.
2918 2014-05-16 Pedro Alves <palves@redhat.com>
2920 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
2921 instead of "unknown output after running".
2923 2014-05-16 Yao Qi <yao@codesourcery.com>
2925 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
2926 file1.txt from host at the end.
2927 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2929 2014-05-15 Doug Evans <dje@google.com>
2931 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
2932 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
2933 loading file. Add test for TU lookup.
2935 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
2937 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
2938 calling "-exec-arguments" or "set args" before running the
2941 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
2943 * lib/mi-support.exp (mi_expect_stop): Expect message for
2944 inferiors that exit with non-zero exit code.
2946 2014-05-14 Yao Qi <yao@codesourcery.com>
2948 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
2949 match absolute path on remote host.
2950 (test_file_list_exec_source_files): Remove "/" from the
2953 2014-05-14 Yao Qi <yao@codesourcery.com>
2955 * boards/local-remote-host-notty.exp (${board}_file): New
2958 2014-05-07 Kyle McMartin <kyle@redhat.com>
2960 Pushed by Joel Brobecker <brobecker@adacore.com>.
2961 * gdb.arch/aarch64-atomic-inst.c: New file.
2962 * gdb.arch/aarch64-atomic-inst.exp: New file.
2964 2014-05-07 Yao Qi <yao@codesourcery.com>
2966 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
2967 in current context" too.
2969 2014-05-05 Keith Seitz <keiths@redhat.com>
2971 * gdb.linespec/ls-dollar.exp: Add test for linespec
2972 file:convenience_variable.
2974 2014-05-05 Yao Qi <yao@codesourcery.com>
2976 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
2977 traceframes into tfile and ctf trace files. Read data from
2978 trace file and test collected data.
2979 (gdb_collect_locals_test): Likewise.
2980 (gdb_unavailable_registers_test): Likewise.
2981 (gdb_unavailable_floats): Likewise.
2982 (gdb_collect_globals_test): Likewise.
2983 (top-level): Append "ctf" to trace_file_targets if GDB
2986 2014-05-05 Yao Qi <yao@codesourcery.com>
2988 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
2990 (gdb_collect_args_test_1): ... it. New proc.
2991 (gdb_collect_locals_test): Move some code to ...
2992 (gdb_collect_locals_test_1): ... it. New proc.
2993 (gdb_unavailable_registers_test): Move some code to ...
2994 (gdb_unavailable_registers_test_1): ... it. New proc.
2995 (gdb_unavailable_floats): Move some code to ...
2996 (gdb_unavailable_floats_1): ... it. New proc.
2998 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3000 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
3001 probes to test for bitness recognition.
3002 * gdb.arch/amd64-stap-optional-prefix.exp
3003 (test_probe_value_without_reg): New procedure.
3004 Add code to test for different kinds of bitness.
3006 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3008 PR breakpoints/16889
3009 * gdb.arch/amd64-stap-optional-prefix.S: New file.
3010 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3012 2014-05-01 Pedro Alves <palves@redhat.com>
3014 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
3015 gdb_file_cmd if no file is specified.
3016 * boards/native-extended-gdbserver.exp (gdb_load): Use the
3017 last_loaded_file to set the remote exec-file.
3019 2014-05-01 Pedro Alves <palves@redhat.com>
3021 * boards/local-remote-host.exp: New file.
3023 2014-05-01 Pedro Alves <palves@redhat.com>
3025 * boards/local-remote-host.exp: Rename to ...
3026 * boards/local-remote-host-notty.exp: ... this.
3028 2014-04-28 Joel Brobecker <brobecker@adacore.com>
3030 * gdb.ada/dyn_arrayidx: New testcase.
3032 2014-04-26 Yao Qi <yao@codesourcery.com>
3034 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
3035 and compute the length of function main. Save it in
3037 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
3038 (top-level): Use gdb_compile to compile objects into
3039 executable and restart GDB. Remove invocation to
3040 prepare_for_testing.
3042 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
3043 Pedro Alves <palves@redhat.com>
3046 * gdb.multi/multi-attach.c: New file.
3047 * gdb.multi/multi-attach.exp: New file.
3049 2014-04-25 Pedro Alves <palves@redhat.com>
3051 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
3053 (top level): Test that "set remote conditional-breakpoints-packet
3054 off" works as intended.
3055 * gdb.base/dprintf.exp: Test that "set remote
3056 breakpoint-commands-packet off" works as intended.
3057 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
3059 (top level): Call it.
3060 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
3061 remote fast-tracepoints-packet off" works as intended.
3062 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
3063 * lib/gdb.exp (gdb_is_target_remote): ... here.
3065 2014-04-24 David Blaikie <dblaikie@gmail.com>
3067 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
3068 ensure clang would not discard them.
3069 * gdb.base/gdbvars.c: Ditto.
3070 * gdb.base/memattr.c: Ditto.
3071 * gdb.base/whatis.c: Ditto.
3072 * gdb.python/py-prettyprint.c: Ditto.
3073 * gdb.trace/actions.c: Ditto.
3074 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
3075 ensure clang would not discard it.
3077 2014-04-24 David Blaikie <dblaikie@gmail.com>
3079 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
3080 clang to emit the full definition of type required by the test
3081 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
3083 2014-04-24 David Blaikie <dblaikie@gmail.com>
3085 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
3086 coax Clang into emitting the definition of the type.
3087 * gdb.cp/pr10728-x.h (y): Ditto.
3088 * gdb.cp/pr10728-y.cc (y): Ditto.
3090 2014-04-24 David Blaikie <dblaikie@gmail.com>
3092 * gdb.base/label.exp: XFAIL label related tests under Clang.
3093 * gdb.cp/cplabel.exp: Ditto.
3094 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
3095 under Clang those using labels.
3097 2014-04-25 Yao Qi <yao@codesourcery.com>
3099 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
3101 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
3102 partial_label and double_label.
3104 2014-04-24 David Blaikie <dblaikie@gmail.com>
3106 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
3108 2014-04-24 David Blaikie <dblaikie@gmail.com>
3110 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
3111 of the function to work across GCC and Clang.
3112 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
3113 pointer types (const void ** const V void **).
3115 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
3116 Walfred Tedeschi <walfred.tedeschi@intel.com>
3118 * Makefile.in (EXECUTABLES): Added i386-avx512.
3119 * gdb.arch/i386-avx512.c: New file.
3120 * gdb.arch/i386-avx512.exp: Likewise.
3122 2014-04-23 Keith Seitz <keiths@redhat.com>
3124 * lib/mi-support.exp (mi_list_breakpoints): Delete.
3125 (mi_make_breakpoint_table): New procedure.
3126 (mi_create_breakpoint): Use mi_make_breakpoint
3127 and return the result.
3128 (mi_make_breakpoint): New procedure.
3129 (mi_build_kv_pairs): New procedure.
3131 * gdb.mi/mi-break.exp: Remove unused globals,
3132 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
3133 All callers updated.
3134 * gdb.mi/mi-dprintf.exp: Use variable to track command
3136 Update all callers of mi_create_breakpoint and use
3137 mi_make_breakpoint_table.
3138 Remove any unused global variables.
3139 * gdb.mi/mi-nonstop.exp: Likewise.
3140 * gdb.mi/mi-nsintrall.exp: Likewise.
3141 * gdb.mi/mi-nsmoribund.exp: Likewise.
3142 * gdb.mi/mi-nsthrexec.exp: Likewise.
3143 * gdb.mi/mi-reverse.exp: Likewise.
3144 * gdb.mi/mi-simplerun.exp: Likewise.
3145 * gdb.mi/mi-stepn.exp: Likewise.
3146 * gdb.mi/mi-syn-frame.exp: Likewise.
3147 * gdb.mi/mi-until.exp: Likewise.
3148 * gdb.mi/mi-var-cp.exp: Likewise.
3149 * gdb.mi/mi-var-display.exp: Likewise.
3150 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3151 * gdb.mi/mi2-var-child.exp: Likewise.
3152 * gdb.mi/mi-vla-c99.exp: Likewise.
3153 * lib/mi-support.exp: Likewise.
3155 From Ian Lance Taylor <iant@cygnus.com>:
3156 * lib/gdb.exp (parse_args): New procedure.
3158 2014-04-23 Pedro Alves <palves@redhat.com>
3160 * gdb.base/break-unload-file.c: New file.
3161 * gdb.base/break-unload-file.exp: New file.
3162 * gdb.base/sym-file-lib.c (baz): New function.
3163 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
3165 (load): Store the segment's mapped size.
3166 (unload): New function.
3167 (unload_shlib): New function.
3168 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
3169 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
3170 set a breakpoint at baz, and call it.
3171 * gdb.base/sym-file.exp: New tests for stale breakpoint
3174 2014-04-23 Pedro Alves <palves@redhat.com>
3176 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
3177 * gdb.base/hbreak-in-shr-unsupported.c: New file.
3178 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
3179 * gdb.base/hbreak-unmapped.c: New file.
3180 * gdb.base/hbreak-unmapped.exp: New file.
3181 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
3182 * lib/gdb.exp (gdb_is_target_remote): ... here.
3184 2014-04-22 Pedro Alves <palves@redhat.com>
3186 * gdb.base/consecutive-step-over.c: New file.
3187 * gdb.base/consecutive-step-over.exp: New file.
3189 2014-04-22 Pedro Alves <palves@redhat.com>
3191 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
3192 instead of send_gdb/gdb_expect.
3194 2014-04-22 Yao Qi <yao@codesourcery.com>
3196 * lib/trace-support.exp (generate_tracefile): New procedure.
3197 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
3199 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
3200 if generate_tracefile returns 1.
3202 2014-04-18 Tom Tromey <palves@redhat.com>
3203 Pedro alves <tromey@redhat.com>
3206 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
3207 with a backtrace limit.
3208 * gdb.python/py-frame-inline.exp: Test running to an inline
3209 function with a backtrace limit, and printing the newest frame.
3210 * gdb.python/py-frame-inline.c (main): Call f.
3212 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3214 * gdb.java/jnpe.exp: Drop srcdir from untested path.
3216 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3218 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
3219 Drop prefix from unsupported source file path.
3221 2014-04-17 Yao Qi <yao@codesourcery.com>
3223 * lib/gdb.exp (with_target_charset): New proc.
3224 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
3225 with_target_charset.
3226 (test_print_strings): Likewise.
3227 (test_repeat_bytes): Likewise.
3228 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
3231 2014-04-16 Keith Seitz <keiths@redhat.com>
3234 * gdb.dwarf2/corrupt.c: New file.
3235 * gdb.dwarf2/corrupt.exp: New file.
3237 2014-04-16 Keith Seitz <keiths@redhat.com>
3240 * gdb.cp/namelessclass.cc: New file.
3241 * gdb.cp/namelessclass.exp: New file.
3242 * gdb.cp/namelessclass.S: New file.
3244 2014-04-16 Doug Evans <dje@google.com>
3246 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
3248 (gdbserver_default_get_comm_port): New function.
3249 (gdbserver_start): Check if board file provided
3250 "gdbserver,get_comm_port" and use it if so.
3251 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
3252 (gdb,socketport): Set to "stdio".
3253 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
3254 (stdio_gdbserver_template): Delete.
3255 (${board}_get_remote_address): Update.
3256 (${board}_build_remote_cmd): Delete.
3257 (${board}_get_comm_port): New function.
3258 (${board}_spawn): Update.
3259 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
3261 (${board}_get_remote_address): Update.
3262 (${board}_get_comm_port): New function.
3264 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
3266 * gdb.base/memattr.exp: Improve regexps to handle memory regions
3267 appearing in any order.
3269 2014-04-15 Doug Evans <dje@google.com>
3271 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
3272 uninitialized value of "description".
3274 2014-04-15 Keith Seitz <keiths@redhat.com>
3276 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
3277 Remove unused globals.
3278 (test_running_the_program): Likewise.
3279 (test_controlled_execution): Likewise.
3280 (test_controlling_breakpoints): Likewise.
3281 (test_program_termination): Likewise.
3283 2014-04-15 Keith Seitz <keiths@redhat.com>
3285 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
3287 (test_rbreak_creation_and_listing): Likewise.
3288 (test_ignore_count): Likewise.
3289 (test_error): Likewise.
3291 2014-04-15 Pedro Alves <palves@redhat.com>
3293 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
3294 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
3296 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3297 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3298 to sym-file-loader.c.
3299 (struct library): Forward declare.
3300 (load_shlib, lookup_function): Change prototypes.
3301 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3302 (translate_offset): Remove declarations.
3303 (get_text_addr): New declaration.
3304 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
3305 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
3307 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3308 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3309 here from sym-file-loader.h.
3310 (struct library): New structure.
3311 (load_shlib, lookup_function): Change prototypes and adjust to
3312 work with a struct library.
3313 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3314 (translate_offset): Make static.
3315 (get_text_addr): New function.
3316 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
3318 2014-04-15 Pedro Alves <palves@redhat.com>
3320 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
3322 2014-04-15 Pedro Alves <palves@redhat.com>
3324 * gdb.base/sym-file-loader.c: Include <limits.h>.
3325 (SELF_LINK): New define.
3326 (get_origin): New function.
3327 (load_shlib): Use it.
3328 * gdb.base/sym-file.exp: Don't early return if the target is
3329 remote. Use runto_main, and issue fail is that fails. Use
3331 (shlib_name): Delete.
3332 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
3334 2014-04-15 Pedro Alves <palves@redhat.com>
3336 * gdb.base/sym-file.exp: Remove regex characters from test
3337 message. Don't refer to breakpoint numbers in test messages.
3339 2014-04-14 Keith Seitz <keiths@redhat.com>
3342 * gdb.cp/var-tag.cc: New file.
3343 * gdb.cp/var-tag.exp: New file.
3344 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3345 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3346 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3347 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3349 2014-04-14 Tom Tromey <tromey@redhat.com>
3351 * gdb.cp/classes.exp (test_enums): Handle underlying type.
3352 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
3354 * gdb.cp/enum-class.exp: New file.
3355 * gdb.cp/enum-class.cc: New file.
3357 2014-04-14 Tom Tromey <tromey@redhat.com>
3359 * gdb.dwarf2/enum-type.exp: New file.
3361 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3363 * gdb.mi/mi-vla-c99.exp: New file.
3364 * gdb.mi/vla.c: New file.
3366 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3368 * gdb.base/vla-datatypes.c: New file.
3369 * gdb.base/vla-datatypes.exp: New file.
3371 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3373 * gdb.base/vla-ptr.c: New file.
3374 * gdb.base/vla-ptr.exp: New file.
3376 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3378 * gdb.dwarf2/count.exp: New file.
3380 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3382 * gdb.base/vla-sideeffect.c: New file.
3383 * gdb.base/vla-sideeffect.exp: New file.
3385 2014-04-14 David Blaikie <dblaikie@gmail.com>
3387 * gdb.mi/non-stop.c: Add return value for non-void function return
3389 * gdb.threads/staticthreads.c: Ditto.
3391 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
3392 Doug Evans <xdje42@gmail.com>
3394 * gdb.guile/scm-value.c: Improve test case.
3395 * gdb.guile/scm-value.exp: Add new test.
3397 2014-04-11 David Blaikie <dblaikie@gmail.com>
3399 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
3400 override Clang's default.
3402 2014-04-11 Joel Brobecker <brobecker@adacore.com>
3404 Revert the following changes (regressions):
3406 * gdb.base/vla-sideeffect.c: New file.
3407 * gdb.base/vla-sideeffect.exp: New file.
3409 * gdb.dwarf2/count.exp: New file.
3411 * gdb.base/vla-multi.c: New file.
3412 * gdb.base/vla-multi.exp: New file.
3414 * gdb.base/vla-ptr.c: New file.
3415 * gdb.base/vla-ptr.exp: New file.
3417 * gdb.base/vla-datatypes.c: New file.
3418 * gdb.base/vla-datatypes.exp: New file.
3420 * gdb.mi/mi-vla-c99.exp: New file.
3421 * gdb.mi/vla.c: New file.
3423 2014-04-11 Keith Seitz <keiths@redhat.com>
3426 * gdb.cp/cpsizeof.exp: New file.
3427 * gdb.cp/cpsizeof.cc: New file.
3429 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3431 * gdb.mi/mi-vla-c99.exp: New file.
3432 * gdb.mi/vla.c: New file.
3434 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3436 * gdb.base/vla-datatypes.c: New file.
3437 * gdb.base/vla-datatypes.exp: New file.
3439 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3441 * gdb.base/vla-ptr.c: New file.
3442 * gdb.base/vla-ptr.exp: New file.
3444 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3446 * gdb.base/vla-multi.c: New file.
3447 * gdb.base/vla-multi.exp: New file.
3449 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3451 * gdb.dwarf2/count.exp: New file.
3453 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3455 * gdb.base/vla-sideeffect.c: New file.
3456 * gdb.base/vla-sideeffect.exp: New file.
3458 2014-04-11 Yao Qi <yao@codesourcery.com>
3460 * gdb.base/completion.exp: Check file exists before running tests
3463 2014-04-10 Pedro Alves <palves@redhat.com>
3465 * gdb.base/cond-eval-mode.c: New file.
3466 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
3467 prepare_for_testing to build the new file. Check result of
3469 (test_break, test_watch): New procedures.
3470 (top level): Use them.
3472 2014-04-08 Pierre Muller <muller@sourceware.org>
3474 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
3475 Ctrl-V use for mingw hosts.
3477 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
3479 * gdb.python/py-value.c: Improve test case.
3480 * gdb.python/py-value.exp: Add new test.
3482 2014-04-07 David Blaikie <dblaikie@gmail.com>
3484 * lib/compiler.c: Identify the clang compiler.
3485 * lib/compiler.cc: Ditto.
3487 2014-04-03 Yao Qi <yao@codesourcery.com>
3489 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
3491 2014-04-01 Anton Blanchard <anton@samba.org>
3493 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
3496 2014-04-01 Anton Blanchard <anton@samba.org>
3498 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
3499 prepare_for_testing.
3501 2014-04-01 Anton Blanchard <anton@samba.org>
3503 * gdb.arch/ppc64-atomic-inst.c: Remove.
3504 * gdb.arch/ppc64-atomic-inst.S: New file.
3505 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
3507 2014-03-31 Doug Evans <dje@google.com>
3509 * gdb.base/print-symbol-loading-lib.c: New file.
3510 * gdb.base/print-symbol-loading-main.c: New file.
3511 * gdb.base/print-symbol-loading.exp: New file.
3513 2014-03-31 Yao Qi <yao@codesourcery.com>
3515 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
3517 2014-03-28 Joel Brobecker <brobecker@adacore.com>
3519 * gdb.ada/mi_dyn_arr: New testcase.
3521 2014-03-27 Doug Evans <dje@google.com>
3523 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
3525 2014-03-27 Yao Qi <yao@codesourcery.com>
3527 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
3528 if target is nios2-*-*.
3530 2014-03-26 Yao Qi <yao@codesourcery.com>
3532 * lib/gdb.exp (readline_is_used): New proc.
3533 * gdb.base/completion.exp: Move tests on command complete up.
3534 Skip the rest of tests if readline is not used.
3535 * gdb.ada/complete.exp: Skp the test if readline is not
3537 * gdb.base/filesym.exp: Likewise.
3538 * gdb.base/macscp.exp: Likewise.
3539 * gdb.base/readline-ask.exp: Likewise.
3540 * gdb.base/readline.exp: Likewise.
3541 * gdb.python/py-cmd.exp: Likewise.
3542 * gdb.trace/tfile.exp: Likewise.
3544 2014-03-26 Yao Qi <yao@codesourcery.com>
3546 * gdb.base/macscp.exp: Fix code format issues.
3548 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
3550 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
3551 * gdb.asm/powerpc64le.inc: New file.
3553 2014-03-25 Pedro Alves <palves@redhat.com>
3554 Doug Evans <dje@google.com>
3556 * gdb.base/source-execution.c: New file.
3557 * gdb.base/source-execution.exp: New file.
3558 * gdb.base/source-execution.gdb: New file.
3560 2014-03-24 Doug Evans <dje@google.com>
3562 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
3565 2014-03-24 Hui Zhu <hui@codesourcery.com>
3566 Pedro Alves <palves@redhat.com>
3568 PR breakpoints/16101
3569 * gdb.base/dprintf.exp: Use unsupported rather than changing the
3570 test pass/fail messages. Detect missing support for dprintf when
3571 breakpoints are actually inserted.
3572 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
3573 breakpoints are actually inserted.
3574 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
3577 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3579 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
3581 2014-03-22 Doug Evans <xdje42@gmail.com>
3583 * gdb.python/python.exp (python not supported): Verify multi-line
3584 python command issues an error.
3585 * gdb.guile/guile.exp (guile not supported): Verify multi-line
3586 guile command issues an error.
3588 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
3590 * gdb.threads/thread-specific.exp: Handle the lack of usable
3591 $this_breakpoint and $this_thread.
3593 2014-03-21 Hui Zhu <hui@codesourcery.com>
3595 * gdb.base/attach.exp (do_command_attach_tests): New.
3597 2014-03-20 Tom Tromey <tromey@redhat.com>
3598 Pedro Alves <palves@redhat.com>
3601 * gdb.base/condbreak-call-false.c: New file.
3602 * gdb.base/condbreak-call-false.exp: New file.
3604 2014-03-20 Pedro Alves <palves@redhat.com>
3606 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
3608 (block_signals, unblock_signals): Delete.
3609 (child_function_2, main): Remove references to deleted variable
3612 2014-03-20 Pedro Alves <palves@redhat.com>
3614 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
3615 Use pthread_kill to signal thread 2.
3616 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3617 Adjust to make the test send itself a signal rather than using the
3618 host's "kill" command.
3620 2014-03-20 Pedro Alves <palves@redhat.com>
3622 * gdb.threads/multiple-step-overs.c: New file.
3623 * gdb.threads/multiple-step-overs.exp: New file.
3624 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3625 Adjust expected infrun debug output.
3627 2014-03-20 Pedro Alves <palves@redhat.com>
3629 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
3630 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
3632 2014-03-20 Pedro Alves <palves@redhat.com>
3635 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
3636 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
3637 of gdb_test_multiple.
3638 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
3639 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
3641 2014-03-20 Pedro Alves <palves@redhat.com>
3643 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
3644 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
3646 2014-03-19 Pedro Alves <palves@redhat.com>
3648 * gdb.base/async.exp: Remove early return.
3650 2014-03-19 Pedro Alves <palves@redhat.com>
3652 * gdb.base/async.exp (step& tests): Pass explicit test messages.
3654 2014-03-19 Pedro Alves <palves@redhat.com>
3656 * gdb.base/async.exp (test_background): Expect \r\n after
3657 "completed." in the fail pattern.
3659 2014-03-19 Pedro Alves <palves@redhat.com>
3661 * gdb.base/async.exp (test_background): New procedure.
3662 Use it for all background execution command tests.
3664 2014-03-19 Pedro Alves <palves@redhat.com>
3666 * gdb.base/async.exp: Use prepare_for_testing.
3668 2014-03-19 Pedro Alves <palves@redhat.com>
3670 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
3673 2014-03-19 Pedro Alves <palves@redhat.com>
3675 * gdb.base/async.c (main): Add "jump here" and "until here" line
3677 * gdb.base/async.exp (jump_here): New global.
3678 (jump& test): Use it.
3679 (until_here): New global.
3680 (until& test): Use it.
3682 2014-03-19 Pedro Alves <palves@redhat.com>
3684 * gdb.base/async.exp: Don't frob gdb_protocol.
3686 2014-03-18 Doug Evans <xdje42@gmail.com>
3688 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
3689 Fix spelling of exec-done-display.
3691 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3694 * gdb.base/gdb-sigterm.c: New file.
3695 * gdb.base/gdb-sigterm.exp: New file.
3697 2014-03-18 Pedro Alves <palves@redhat.com>
3700 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
3701 * lib/mi-support.exp (mi_expect_stop): Add special handling for
3704 2014-03-17 Joel Brobecker <brobecker@adacore.com>
3706 * gdb.ada/pckd_arr_ren: New testcase.
3708 2014-03-13 Doug Evans <xdje42@gmail.com>
3711 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
3712 collect after discarding symbols.
3714 2014-03-13 Ludovic Courtès <ludo@gnu.org>
3715 Doug Evans <xdje42@gmail.com>
3717 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
3718 to history survives a gc.
3720 2014-03-13 Pedro Alves <palves@redhat.com>
3722 * gdb.base/default.exp: Don't test "target procfs".
3724 2014-03-13 Pedro Alves <palves@redhat.com>
3726 * gdb.base/default.exp: Update "target child" and "target procfs"
3727 tests to not expect "Unix".
3729 2014-03-12 Tom Tromey <tromey@redhat.com>
3731 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
3732 New procs. Add target-async tests.
3733 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
3734 Add target-async tests.
3736 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3738 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
3739 'func_start' and 'func_end' for the beginning and end of the
3740 function code, respectively.
3741 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
3742 'func_end' instead of 'func' and 'main'.
3744 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3746 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
3747 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
3748 generate the debug info assembler source.
3750 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3752 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
3753 * gdb.dwarf2/arr-subrange.exp: Likewise.
3754 * gdb.dwarf2/dwz.exp: Likewise.
3755 * gdb.dwarf2/method-ptr.exp: Likewise.
3756 * gdb.dwarf2/missing-sig-type.exp: Likewise.
3757 * gdb.dwarf2/subrange.exp: Likewise.
3758 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
3759 * gdb.dwarf2/implptrpiece.exp: Likewise.
3760 * gdb.dwarf2/nostaticblock.exp: Likewise.
3762 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3764 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
3765 directory to absolute path name arguments.
3767 2014-03-10 Joel Brobecker <brobecker@adacore.com>
3769 * gdb.ada/tagged_access: New testcase.
3771 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
3773 * gdb.btrace/data.exp: Update expected output.
3775 2014-03-06 Yao Qi <yao@codesourcery.com>
3777 * gdb.trace/pr16508.exp: New file.
3779 2014-03-05 Pedro Alves <palves@redhat.com>
3782 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
3784 (top level): Adjust to use it. Add tests that exercise breakpoint
3785 interaction with the code-cache.
3787 2014-02-26 Ludovic Courtès <ludo@gnu.org>
3789 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
3790 test for 'history-append!'.
3792 2014-02-26 Joel Brobecker <brobecker@adacore.com>
3794 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
3795 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
3796 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
3797 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
3798 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
3799 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
3801 2014-02-26 Joel Brobecker <brobecker@adacore.com>
3803 * testsuite/gdb.python/py-pp-re-notag.c: New file.
3804 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
3805 * testsuite/gdb.python/py-pp-re-notag.p: New file.
3807 2014-02-26 Joel Brobecker <brobecker@adacore.com>
3809 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
3811 2014-02-26 Joel Brobecker <brobecker@adacore.com>
3813 * gdb.dwarf2/arr-stride.c: New file.
3814 * gdb.dwarf2/arr-stride.exp: New file.
3816 2014-02-26 Pedro Alves <palves@redhat.com>
3818 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
3819 that won't ever trigger. Make sure that GDB reports the correct
3820 breakpoint that caused the stop.
3822 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3825 * gdb.base/auto-load-script: New file.
3826 * gdb.base/auto-load.c: New file.
3827 * gdb.base/auto-load.exp: New file.
3830 * gdb.base/auto-load.exp: Fix out-of-srctree run.
3832 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3834 Fix dw2-icycle.exp -fsanitize=address GDB crash.
3835 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
3837 2014-02-24 Doug Evans <dje@google.com>
3839 * lib/gdb.exp (run_on_host): Log error output if program fails.
3841 2014-02-21 Pedro Alves <palves@redhat.com>
3843 * gdb.threads/step-after-sr-lock.c: Rename to ...
3844 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
3845 * gdb.threads/step-after-sr-lock.exp: Rename to ...
3846 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3849 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
3852 * gdb.arch/amd64-stap-special-operands.exp: New file.
3853 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
3854 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
3855 * gdb.arch/amd64-stap-triplet.S: Likewise.
3856 * gdb.arch/amd64-stap-triplet.c: Likewise.
3858 2014-02-20 Joel Brobecker <brobecker@adacore.com>
3860 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
3861 in .section pseudo-op.
3863 2014-02-20 lin zuojian <manjian2006@gmail.com>
3864 Joel Brobecker <brobecker@adacore.com>
3865 Doug Evans <xdje42@gmail.com>
3868 * gdb.dwarf2/dw2-icycle.S: New file.
3869 * gdb.dwarf2/dw2-icycle.c: New file.
3870 * gdb.dwarf2/dw2-icycle.exp: New file.
3872 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
3874 * gdb.python/py-value-cc.cc: Improve test case to enable testing
3875 operations on gdb.Value objects.
3876 * gdb.python/py-value-cc.exp: Add new test to test operations on
3879 2014-02-18 Doug Evans <dje@google.com>
3881 * Makefile.in (TESTS): New variable.
3882 (expanded_tests, expanded_tests_or_none): New variables
3883 (check-single): Pass $(expanded_tests_or_none) to runtest.
3884 (check-parallel): Only run tests in $(TESTS) if non-empty.
3885 (check/no-matching-tests-found): New rule.
3886 * README: Document TESTS makefile variable.
3888 2014-02-18 Doug Evans <dje@google.com>
3890 * Makefile.in (check-parallel): rm -rf outputs temp.
3892 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3894 Fix "ERROR: no fileid for" in the testsuite.
3895 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
3897 2014-02-12 Doug Evans <dje@google.com>
3899 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
3900 (MISCELLANEOUS): New variable.
3901 (clean): rm -rf $(MISCELLANEOUS).
3902 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
3903 dwp live in the same directory as symlinks, with each symlink pointed
3904 to a differently named file in a different directory.
3906 2014-02-11 Doug Evans <dje@google.com>
3908 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
3909 of Tcl file commands.
3911 2014-02-10 Mark Kettenis <kettenis@gnu.org>
3913 * gdb.threads/step-after-sr-lock.exp: Avoid executing
3916 2014-02-10 Joel Brobecker <brobecker@adacore.com>
3918 * gdb.ada/tick_length_array_enum_idx: New testcase.
3920 2014-02-10 Doug Evans <xdje42@gmail.com>
3922 * configure.ac (AC_OUTPUT): Add gdb.guile.
3923 * configure: Regenerate.
3924 * lib/gdb-guile.exp: New file.
3925 * lib/gdb.exp (get_target_charset): New function.
3926 * gdb.base/help.exp: Update expected output from "apropos apropos".
3927 * gdb.guile/Makefile.in: New file.
3928 * gdb.guile/guile.exp: New file.
3929 * gdb.guile/scm-arch.c: New file.
3930 * gdb.guile/scm-arch.exp: New file.
3931 * gdb.guile/scm-block.c: New file.
3932 * gdb.guile/scm-block.exp: New file.
3933 * gdb.guile/scm-breakpoint.c: New file.
3934 * gdb.guile/scm-breakpoint.exp: New file.
3935 * gdb.guile/scm-disasm.c: New file.
3936 * gdb.guile/scm-disasm.exp: New file.
3937 * gdb.guile/scm-equal.c: New file.
3938 * gdb.guile/scm-equal.exp: New file.
3939 * gdb.guile/scm-error.exp: New file.
3940 * gdb.guile/scm-error.scm: New file.
3941 * gdb.guile/scm-frame-args.c: New file.
3942 * gdb.guile/scm-frame-args.exp: New file.
3943 * gdb.guile/scm-frame-args.scm: New file.
3944 * gdb.guile/scm-frame-inline.c: New file.
3945 * gdb.guile/scm-frame-inline.exp: New file.
3946 * gdb.guile/scm-frame.c: New file.
3947 * gdb.guile/scm-frame.exp: New file.
3948 * gdb.guile/scm-generics.exp: New file.
3949 * gdb.guile/scm-gsmob.exp: New file.
3950 * gdb.guile/scm-iterator.c: New file.
3951 * gdb.guile/scm-iterator.exp: New file.
3952 * gdb.guile/scm-math.c: New file.
3953 * gdb.guile/scm-math.exp: New file.
3954 * gdb.guile/scm-objfile-script-gdb.in: New file.
3955 * gdb.guile/scm-objfile-script.c: New file.
3956 * gdb.guile/scm-objfile-script.exp: New file.
3957 * gdb.guile/scm-objfile.c: New file.
3958 * gdb.guile/scm-objfile.exp: New file.
3959 * gdb.guile/scm-ports.exp: New file.
3960 * gdb.guile/scm-pretty-print.c: New file.
3961 * gdb.guile/scm-pretty-print.exp: New file.
3962 * gdb.guile/scm-pretty-print.scm: New file.
3963 * gdb.guile/scm-section-script.c: New file.
3964 * gdb.guile/scm-section-script.exp: New file.
3965 * gdb.guile/scm-section-script.scm: New file.
3966 * gdb.guile/scm-symbol.c: New file.
3967 * gdb.guile/scm-symbol.exp: New file.
3968 * gdb.guile/scm-symtab-2.c: New file.
3969 * gdb.guile/scm-symtab.c: New file.
3970 * gdb.guile/scm-symtab.exp: New file.
3971 * gdb.guile/scm-type.c: New file.
3972 * gdb.guile/scm-type.exp: New file.
3973 * gdb.guile/scm-value-cc.cc: New file.
3974 * gdb.guile/scm-value-cc.exp: New file.
3975 * gdb.guile/scm-value.c: New file.
3976 * gdb.guile/scm-value.exp: New file.
3977 * gdb.guile/source2.scm: New file.
3978 * gdb.guile/types-module.cc: New file.
3979 * gdb.guile/types-module.exp: New file.
3981 2014-02-10 Yao Qi <yao@codesourcery.com>
3984 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
3985 * configure: Regenerated.
3986 * Makefile.in: New file.
3988 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
3990 * gdb.python/py-framefilter.exp: Fix typo.
3992 2014-02-08 Yao Qi <yao@codesourcery.com>
3994 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
3995 that no =breakpoint-modified is emitted when breakpoints are
3996 modified through MI commands.
3998 2014-02-07 Pedro Alves <pedro@codesourcery.com>
3999 Pedro Alves <palves@redhat.com>
4001 * gdb.threads/step-after-sr-lock.c: New file.
4002 * gdb.threads/step-after-sr-lock.exp: New file.
4004 2014-02-07 Pedro Alves <palves@redhat.com>
4006 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
4008 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4010 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
4011 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
4013 2014-02-06 Doug Evans <xdje42@gmail.com>
4015 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
4018 * gdb.gdb/python-interrupts.exp: New file.
4020 2014-02-05 Yao Qi <yao@codesourcery.com>
4022 * gdb.trace/report.exp (use_collected_data): Test the output
4023 of "info threads" and "info inferiors".
4025 2014-02-05 Yao Qi <yao@codesourcery.com>
4029 2013-05-24 Yao Qi <yao@codesourcery.com>
4031 * gdb.trace/tfile.exp: Test inferior and thread.
4033 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4035 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
4037 * gdb.base/step-bt.c: Call hello via function pointer to make
4038 sure its first instruction is executed on powerpc64le-linux.
4040 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4042 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
4044 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4046 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
4047 of the test patterns for use on little-endian systems.
4049 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4051 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
4052 (decimal_vector): Fix for little-endian.
4054 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
4056 * gdb.arch/sparc-sysstep.exp: New file.
4057 * gdb.arch/sparc-sysstep.c: Likewise.
4059 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
4061 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4063 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
4065 2014-01-23 Tom Tromey <tromey@redhat.com>
4067 * gdb.ada/array_char_idx: New testcase.
4069 2014-01-23 Tom Tromey <tromey@redhat.com>
4072 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
4073 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
4076 2014-01-23 Tom Tromey <tromey@redhat.com>
4079 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
4080 string from an inferior frame.
4081 * gdb.python/py-framefilter-mi.exp: Update.
4083 2014-01-22 Doug Evans <dje@google.com>
4085 * gdb.server/server-mon.exp: Add tests for "set debug-format".
4087 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4089 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
4091 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4093 * gdb.trace/entry-values.exp: Remove excess space character from
4094 regex patterns. Handle s390 call instruction.
4096 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4098 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
4099 define "*_start" label. Make "name" static.
4100 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
4101 ${name} by references to ${name}_start.
4103 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4105 * gdb.base/info-macros.exp: Remove "debug" from the compile
4108 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4110 * gdb.dlang/demangle.exp: New file.
4112 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4114 * gdb.dlang/primitive-types.exp: New file.
4116 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4118 * configure.ac: Create gdb.dlang/Makefile.
4119 * configure: Regenerate.
4120 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
4121 * gdb.dlang/Makefile.in: New file.
4122 * lib/d-support.exp: New file.
4123 * lib/gdb.exp (skip_d_tests): New proc.
4125 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4127 * gdb.btrace/delta.exp: Check reverse stepi.
4128 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
4129 * gdb.btrace/finish.exp: New.
4130 * gdb.btrace/next.exp: New.
4131 * gdb.btrace/nexti.exp: New.
4132 * gdb.btrace/record_goto.c: Add comments.
4133 * gdb.btrace/step.exp: New.
4134 * gdb.btrace/stepi.exp: New.
4135 * gdb.btrace/multi-thread-step.c: New.
4136 * gdb.btrace/multi-thread-step.exp: New.
4137 * gdb.btrace/rn-dl-bind.c: New.
4138 * gdb.btrace/rn-dl-bind.exp: New.
4139 * gdb.btrace/data.c: New.
4140 * gdb.btrace/data.exp: New.
4141 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4143 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4145 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
4146 * gdb.btrace/exception.exp: Update.
4147 * gdb.btrace/instruction_history.exp: Update.
4148 * gdb.btrace/record_goto.exp: Update.
4149 * gdb.btrace/tailcall.exp: Update.
4150 * gdb.btrace/unknown_functions.exp: Update.
4151 * gdb.btrace/delta.exp: New.
4153 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4155 * gdb.btrace/record_goto.exp: Add backtrace test.
4156 * gdb.btrace/tailcall.exp: Add backtrace test.
4158 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4160 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
4161 * gdb.btrace/record_goto.c: New.
4162 * gdb.btrace/record_goto.exp: New.
4163 * gdb.btrace/x86-record_goto.S: New.
4165 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4167 * gdb.btrace/function_call_history.exp: Update tests.
4168 * gdb.btrace/instruction_history.exp: Update tests.
4170 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4172 * gdb.btrace/function_call_history.exp: Fix expected field
4173 order for "record function-call-history".
4174 Add new tests for "record function-call-history /c".
4175 * gdb.btrace/exception.cc: New.
4176 * gdb.btrace/exception.exp: New.
4177 * gdb.btrace/tailcall.exp: New.
4178 * gdb.btrace/x86-tailcall.S: New.
4179 * gdb.btrace/x86-tailcall.c: New.
4180 * gdb.btrace/unknown_functions.c: New.
4181 * gdb.btrace/unknown_functions.exp: New.
4182 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4184 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4186 * gdb.btrace/instruction_history.exp: Update.
4187 * gdb.btrace/function_call_history.exp: Update.
4189 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4191 * gdb.btrace/function_call_history.exp: Fix expected function
4193 * gdb.btrace/instruction_history.exp: Initialize traced.
4194 Remove traced_functions.
4196 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4198 * gdb.btrace/function_call_history.exp: Update
4199 * gdb.btrace/instruction_history.exp: Update.
4201 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4203 * gdb.btrace/enable.exp: Update expected text.
4205 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
4207 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
4210 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
4212 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
4214 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
4216 * lib/gdb.exp (supports_process_record): Return true for
4217 arm*-linux*. (supports_reverse): Likewise.
4219 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
4223 * gdb.python/py-type.c: Enhance test case.
4224 * gdb.python/py-value-cc.cc: Likewise
4225 * gdb.python/py-type.exp: Add new tests.
4226 * gdb.python/py-value-cc.exp: Likewise
4228 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
4229 Pedro Alves <palves@redhat.com>
4231 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
4233 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
4234 references to ${name}_start by references to ${name}.
4236 2014-01-10 Joel Brobecker <brobecker@adacore.com>
4238 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
4240 2014-01-10 Joel Brobecker <brobecker@adacore.com>
4242 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
4244 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
4245 Pedro Alves <palves@redhat.com>
4247 * gdb.mi/mi-info-os.exp: Connect to the target with
4250 2014-01-08 Pedro Alves <palves@redhat.com>
4252 * gdb.threads/reconnect-signal.c: New file.
4253 * gdb.threads/reconnect-signal.exp: New file.
4255 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4257 * gdb.base/source-dir.exp: New file.
4259 2014-01-07 Joel Brobecker <brobecker@adacore.com>
4261 * gdb.ada/mi_interface: New testcase.
4263 2014-01-07 Joel Brobecker <brobecker@adacore.com>
4265 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
4266 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
4267 gdb.ada/pp-rec-component/pck.ads: New files.
4269 2014-01-07 Joel Brobecker <brobecker@adacore.com>
4271 * gdb.python/py-pp-integral.c: New file.
4272 * gdb.python/py-pp-integral.py: New file.
4273 * gdb.python/py-pp-integral.exp: New file.
4275 For older changes see ChangeLog-1993-2013.
4281 ;; version-control: never
4284 Copyright 2014-2015 Free Software Foundation, Inc.
4285 Copying and distribution of this file, with or without modification,
4286 are permitted provided the copyright notice and this notice are preserved.