1 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
3 * gdb.cp/many-args.cc: New file.
4 * gdb.cp/many-args.exp: New file.
6 2019-04-23 Tom de Vries <tdevries@suse.de>
9 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
11 2019-04-23 Alan Hayward <alan.hayward@arm.com>
13 * gdb.trace/backtrace.exp: Use nopie flag.
14 * gdb.trace/circ.exp: Likewise.
15 * gdb.trace/collection.exp: Likewise.
16 * gdb.trace/ftrace.exp: Likewise.
17 * gdb.trace/mi-trace-unavailable.exp: Likewise.
18 * gdb.trace/mi-traceframe-changed.exp: Likewise.
19 * gdb.trace/qtro.exp: Likewise.
20 * gdb.trace/read-memory.exp: Likewise.
21 * gdb.trace/report.exp: Likewise.
22 * gdb.trace/tfile.exp: Likewise.
23 * gdb.trace/tfind.exp: Likewise.
24 * gdb.trace/unavailable.exp: Likewise.
26 2019-04-22 Pedro Alves <palves@redhat.com>
28 * gdb.base/solib-probes-nosharedlibrary.c,
29 gdb.base/solib-probes-nosharedlibrary.exp: New files.
31 2019-04-19 Tom Tromey <tromey@adacore.com>
33 * gdb.ada/ptype_union.c: New file.
34 * gdb.ada/ptype_union.exp: New file.
36 2019-04-19 Tom Tromey <tromey@adacore.com>
39 * gdb.base/list0.h (foo): Add a control-l character.
41 2019-04-18 Tom de Vries <tdevries@suse.de>
44 * boards/local-board.exp: Set sysroot to "".
46 2019-04-18 Tom de Vries <tdevries@suse.de>
47 Pedro Alves <palves@redhat.com>
50 * gdb.threads/vfork-follow-child-exec.c: New file.
51 * gdb.threads/vfork-follow-child-exec.exp: New file.
52 * gdb.threads/vfork-follow-child-exit.c: New file.
53 * gdb.threads/vfork-follow-child-exit.exp: New file.
55 2019-04-15 Leszek Swirski <leszeks@google.com>
57 * gdb.arch/amd64-eval.cc: New file.
58 * gdb.arch/amd64-eval.exp: New file.
60 2019-04-11 Alan Hayward <alan.hayward@arm.com>
62 * gdb.server/sysroot.c: New test.
63 * gdb.server/sysroot.exp: New file.
64 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
67 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
69 * gdb.base/align.exp: Extend test to cover structures containing
72 2019-04-11 Tom de Vries <tdevries@suse.de>
74 * boards/cc-with-dwz-m.exp: New file.
75 * boards/cc-with-dwz.exp: New file.
76 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
78 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
80 * gdb.base/start-cpp.exp: New file.
81 * gdb.base/start-cpp.cc: New file.
83 2019-04-08 Kevin Buettner <kevinb@redhat.com>
85 * gdb.python/py-thrhandle.exp: Adjust tests to call
86 thread_from_handle instead of thread_from_thread_handle.
88 2019-04-08 Kevin Buettner <kevinb@redhat.com>
90 * gdb.python/py-thrhandle.exp: Add tests for
91 gdb.InferiorThread.handle.
93 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
95 * gdb.python/py-function.exp: Check calling helper function from
97 * lib/gdb.exp (gdb_supported_languages): New proc.
99 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
101 * gdb.base/complex-parts.c: New file.
102 * gdb.base/complex-parts.exp: New file.
104 2019-04-01 Tom Tromey <tromey@adacore.com>
107 * gdb.dwarf2/dw2-ranges-main.c: New file.
108 * gdb.dwarf2/dw2-ranges-psym.c: New file.
109 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
111 2019-03-30 Simon Marchi <simark@simark.ca>
113 * gdb.base/default.exp: Add values for $_gdb_major and
116 2019-03-29 Tom Tromey <tromey@adacore.com>
118 * gdb.base/help.exp: Tighten apropos regexp.
120 2019-03-29 Keith Seitz <keiths@redhat.com>
122 * gdb.fortran/array-bounds.exp: New file.
123 * gdb.fortran/array-bounds.f90: New file.
125 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
127 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
129 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
131 * gdb.multi/hello.c (main): Increase alarm timer.
133 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
135 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
136 factor when no hardware watchpoint support.
138 2019-03-28 Alan Hayward <alan.hayward@arm.com>
139 Pedro Alves <palves@redhat.com>
141 * boards/local-board.exp: set sysroot to /.
143 2019-03-27 Alan Hayward <alan.hayward@arm.com>
145 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
148 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
150 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
152 (make_container): Initialise new field.
153 * gdb.python/py-prettyprint.exp: Add new tests.
154 * gdb.python/py-prettyprint.py (class ContainerPrinter)
155 <display_hint>: New method.
157 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
159 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
160 gdb_continue_to_breakpoint more throughout this test.
161 (run_lang_tests) Supply unique test names, and use
164 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
166 * gdb.base/finish-pretty.exp: Update expected results.
167 * gdb.base/pretty-print.c: New file.
168 * gdb.base/pretty-print.exp: New file.
170 2019-03-25 Pedro Alves <palves@redhat.com>
172 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
173 move comments outside list. Append '-i "" eof' section.
175 2019-03-22 Alan Hayward <alan.hayward@arm.com>
177 * README: Add pie options.
178 * gdb.base/break-interp.exp: Ensure pie is disabled.
179 * gdb.base/dump.exp: Likewise.
180 * lib/gdb.exp (gdb_compile): Add pie option.
182 2019-03-19 Tom Tromey <tromey@adacore.com>
184 * gdb.mi/mi2-cli-display.c: New file.
185 * gdb.mi/mi2-cli-display.exp: New file.
187 2019-03-18 Joel Brobecker <brobecker@adacore.com>
188 Tom Tromey <tromey@adacore.com>
190 * gdb.ada/ptype_array/pck.adb: New file.
191 * gdb.ada/ptype_array/pck.ads: New file.
192 * gdb.ada/ptype_array/foo.adb: New file.
193 * gdb.ada/ptype_array.exp: New file.
195 2019-03-14 Tom Tromey <tromey@adacore.com>
197 * gdb.base/style.exp: Add "set style sources" test.
199 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
201 * mi-breakpoint-location-ena-dis.exp: Rename to ...
202 * mi-breakpoint-multiple-locations.exp: ... this.
203 (make_breakpoints_pattern): New proc.
204 (do_test): Add mi_version parameter, test -break-insert,
205 -break-info and =breakpoint-created.
207 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
209 * config/default.exp: Remove 'load_lib gdb.exp'.
210 * config/monitor.exp: Likewise.
211 * config/sid.exp: Likewise.
212 * config/sim.exp: Likewise.
213 * config/slite.exp: Likewise.
214 * config/unix.exp: Likewise.
215 * gdb.base/default.exp: Remove unhelpful comment.
217 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
219 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
221 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
223 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
225 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
227 * gdb.fortran/type-kinds.exp: Update expected results.
229 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
231 * gdb.fortran/type-kinds.exp: Test new integer type kind.
233 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
235 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
237 (test_basic_parsing_of_type_kinds): Expand types tested.
238 (test_parsing_invalid_type_kinds): New function.
240 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
242 * gdb.fortran/intrinsics.exp: New file.
243 * gdb.fortran/intrinsics.f90: New file.
244 * gdb.fortran/type-kinds.exp: New file.
246 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
248 * gdb.fortran/dot-ops.exp: New file.
250 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
252 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
253 Check upper and lower case logical literals.
255 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
257 * gdb.fortran/types.exp (test_float_literal_types_accepted):
258 Remove duplicate tests.
260 2019-03-06 Alan Hayward <alan.hayward@arm.com>
262 * lib/gdb.exp (builtin_cd): rename of cd.
263 (cd): Override builtin.
265 2019-03-06 Richard Bunt <richard.bunt@arm.com>
267 * gdb.fortran/function-calls.exp: New file.
268 * gdb.fortran/function-calls.f90: New test.
270 2019-03-04 Richard Bunt <richard.bunt@arm.com>
272 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
273 on user program standard output.
274 * gdb.fortran/short-circuit-argument-list.f90: Record function
277 2019-02-28 Alan Hayward <alan.hayward@arm.com>
279 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
282 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
285 * gdb.base/interrupt-daemon-attach.c,
286 gdb.base/interrupt-daemon-attach.exp: New test.
288 2019-02-27 Pedro Alves <palves@redhat.com>
290 * gdb.base/page.exp: Add tests for "set width/height -1".
292 2019-02-27 Pedro Alves <palves@redhat.com>
294 * gdb.base/page.exp: Add tests for "set/show width/height" with
297 2019-02-27 Tom Tromey <tromey@adacore.com>
299 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
301 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
304 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
306 * gdb.base/align.exp: Extend to compile in both C and C++, and add
307 tests for structs with static members.
309 2019-02-26 Tom Tromey <tromey@adacore.com>
311 * gdb.python/py-value.exp (test_value_from_buffer): Check for
312 ValueError, not TypeError.
314 2019-02-26 Kevin Buettner <kevinb@redhat.com>
316 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
317 call from main program.
319 2019-02-23 Joel Brobecker <brobecker@adacore.com>
321 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
322 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
323 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
324 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
325 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
327 2019-02-22 Keith Seitz <keiths@redhat.com>
330 * gdb.base/symlink-sourcefile.c: New file.
331 * gdb.base/symlink-sourcefile.exp: New file.
333 2019-02-20 Tom Tromey <tom@tromey.com>
335 * gdb.base/info_qt.exp: Update.
337 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
339 * gdb.base/source.exp: Move "error in sourced script" code to
341 * gdb.base/source-error.gdb: Move contents to
342 source-error-1.gdb. Add new code to source source-error-1.gdb.
343 * gdb.base/source-error-1.gdb: New file, from previous
346 2019-02-17 Tom Tromey <tom@tromey.com>
348 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
350 * gdb.base/style.c (SOME_MACRO): New macro.
352 2019-02-17 Tom Tromey <tom@tromey.com>
354 * gdb.base/style.exp: Add line-wrapping tests.
355 * gdb.base/page.exp: Add test for quitting during pagination.
357 2019-02-17 Joel Brobecker <brobecker@adacore.com>
359 * gdb.ada/big_packed_array: New testcase.
360 * gdb.ada/homonym.exp: Fix incorrect expected output for
361 "break <homonym__get_value>" test.
363 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
366 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
367 and prepare_for_testing. Add comment.
368 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
369 redundant cleanup call. Clean up comment.
371 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
374 * gdb.arch/aarch64-dbreg-contents.exp: New file.
375 * gdb.arch/aarch64-dbreg-contents.c: New file.
377 2019-02-10 Joel Brobecker <brobecker@adacore.com>
379 * gdb.ada/mi_ref_changeable: New testcase.
381 2019-02-07 Alan Hayward <alan.hayward@arm.com>
383 * gdb.base/attach.exp: Add double attach test.
385 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
387 * lib/gdb.exp (default_gdb_start): Don't match pagination
389 (gdb_init): Set stty_init.
391 2019-01-27 Tom Tromey <tom@tromey.com>
393 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
396 2019-01-24 Alan Hayward <alan.hayward@arm.com>
398 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
400 (struct struct_static_02_02): Likewise.
401 (struct struct_static_02_03): Likewise.
402 (struct struct_static_02_04): Likewise.
403 (struct struct_static_04_01): Likewise.
404 (struct struct_static_04_02): Likewise.
405 (struct struct_static_04_03): Likewise.
406 (struct struct_static_04_04): Likewise.
407 (struct struct_static_06_01): Likewise.
408 (struct struct_static_06_02): Likewise.
409 (struct struct_static_06_03): Likewise.
410 (struct struct_static_06_04): Likewise.
411 (cmp_struct_static_02_01): Likewise.
412 (cmp_struct_static_02_02): Likewise.
413 (cmp_struct_static_02_03): Likewise.
414 (cmp_struct_static_02_04): Likewise.
415 (cmp_struct_static_04_01): Likewise.
416 (cmp_struct_static_04_02): Likewise.
417 (cmp_struct_static_04_03): Likewise.
418 (cmp_struct_static_04_04): Likewise.
419 (cmp_struct_static_06_01): Likewise.
420 (cmp_struct_static_06_02): Likewise.
421 (cmp_struct_static_06_03): Likewise.
422 (cmp_struct_static_06_04): Likewise.
423 (call_all): Test new structs.
424 * gdb.base/infcall-nested-structs.exp: Likewise.
426 2019-01-21 Alan Hayward <alan.hayward@arm.com>
427 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
429 2019-01-21 Alan Hayward <alan.hayward@arm.com>
430 * gdb.base/stack-protector.c: New test.
431 * gdb.base/stack-protector.exp: New file.
432 * gdb.cp/ovldbreak.exp: Only allow a single break line.
433 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
435 (gdb_compile): Remove stack protector for GCC and prevent
438 2019-01-16 Keith Seitz <keiths@redhat.com>
441 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
443 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
445 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
447 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
449 * gdb.arch/powerpc-vector-regs.c: New file.
450 * gdb.arch/powerpc-vector-regs.exp: New file.
452 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
454 * gdb.arch/altivec-regs.exp: Fix the list passed to
455 gdb_expect_list when testing "info vector".
457 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
459 * gdb.base/style.exp: Don't include path in testname.
461 2019-01-10 Keith Seitz <keiths@redhat.com>
465 * gdb.dwarf2/multidictionary.exp: New file.
467 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
469 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
470 (test_gnuv3_style_demangling): ... this.
471 (test_lucid_style_demangling): Remove.
472 (test_arm_style_demangling): Remove.
473 (test_hp_style_demangling): Remove.
474 (do_tests): Remove calls to the above.
476 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
478 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
481 2019-01-06 Tom Tromey <tom@tromey.com>
484 * gdb.dwarf2/typedef-void-finish.exp: New file.
486 2018-12-28 Tom Tromey <tom@tromey.com>
487 Simon Marchi <simark@simark.ca>
489 * gdb.base/jit-exec.exp: New file.
490 * gdb.base/jit-exec.c: New file.
491 * gdb.base/jit-execd.c: New file.
493 2018-12-28 Tom Tromey <tom@tromey.com>
495 * gdb.base/style.exp: Update test to check for address styling.
497 2018-12-28 Tom Tromey <tom@tromey.com>
499 * gdb.base/style.exp: Add test for styling of "Reading symbols"
502 2018-12-28 Tom Tromey <tom@tromey.com>
504 * gdb.base/style.exp: Add test for version number styling.
506 2018-12-28 Tom Tromey <tom@tromey.com>
508 * gdb.base/style.exp: Add test for print_address_symbolic.
510 2018-12-28 Tom Tromey <tom@tromey.com>
512 * gdb.base/style.exp: Add test for breakpoint setting.
514 2018-12-28 Tom Tromey <tom@tromey.com>
516 * gdb.base/style.exp: Add test for variable names.
518 2018-12-28 Tom Tromey <tom@tromey.com>
520 * gdb.base/style.exp: New file.
521 * gdb.base/style.c: New file.
523 2018-12-28 Tom Tromey <tom@tromey.com>
525 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
527 * gdb.base/readline.exp (operate_and_get_next): Save and restore
528 the TERM environment variable.
530 2018-12-27 Tom Tromey <tom@tromey.com>
532 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
535 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
537 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
538 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
540 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
542 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
543 Filename a.adb changed to bp_fun_addr.adb.
544 gdb.ada/bp_fun_addr.exp: Update test accordingly.
546 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
548 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
550 * README: Mention the gdb,nopie_flag board setting.
551 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
553 * gdb.arch/amd64-entry-value.exp: Likewise.
554 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
555 * gdb.arch/i386-float.exp: Likewise.
556 * gdb.arch/i386-signal.exp: Likewise.
557 * gdb.mi/mi-reg-undefined.exp: Likewise.
559 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
562 * gdb.base/info-os.exp: Check return for unknown "info os" type.
564 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
566 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
567 Update order of results accordingly.
569 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
571 * gdb.base/annota1.exp: Update a test regexp.
573 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
575 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
577 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
579 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
580 (reuse_time): Initialize to REUSE_TIME_CAP.
581 (check_rc): New function.
582 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
583 Check pthread_create rc.
584 (spawner_thread_func): Check pthread_create and pthread_join rc.
586 2018-12-08 Pedro Alves <palves@redhat.com>
588 * gdb.base/list.exp (test_forward_search): Rename to ...
589 (test_forward_reverse_search): ... this. Also test reverse-search
590 and the forward-search alias.
592 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
594 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
595 local timeout variable before return, and remove all local timeout
597 (gdb_load): Likewise.
599 2018-12-01 Tom de Vries <tdevries@suse.de>
601 * gdb.base/gdb-caching-proc.exp: New file.
603 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
605 * Makefile.in (TIMESTAMP): New variable.
606 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
608 (check-single-racy): Likewise.
609 (check/%.exp): Likewise.
610 (check-racy/%.exp): Likewise.
611 (workers/%.worker): Likewise.
612 (build-perf): Likewise.
613 (check-perf): Likewise.
614 * README: Describe new "TS" and "TS_FORMAT" variables.
615 * print-ts.py: New file.
617 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
620 * gdb.python/python.exp: Test command repetition after
623 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
625 * gdb.opt/inline-break.exp: Add test that info breakpoint output
626 is correctly aligned.
628 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
630 * gdb.ada/info_auto_lang.exp: New testcase.
631 * gdb.ada/info_auto_lang/global_pack.ads: New file.
632 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
633 * gdb.ada/info_auto_lang/some_c.c: New file.
635 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
637 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
638 FUNC_lang language syntax.
640 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
642 * gdb.base/info_minsym.c: New file.
643 * gdb.base/info_minsym.exp: New file.
645 2018-11-19 Tom Tromey <tom@tromey.com>
648 * gdb.rust/simple.exp: Add ptype test. Update expected output.
649 * gdb.rust/expr.exp: Update expected output. Change one test.
651 2018-11-19 Tom Tromey <tom@tromey.com>
653 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
655 2018-11-19 Pedro Alves <palves@redhat.com>
657 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
658 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
659 see the expected warning.
661 2018-11-16 Alan Hayward <alan.hayward@arm.com>
664 * gdb.cp/infcall-nodebug-lib.c: New test.
665 * gdb.cp/infcall-nodebug-main.c: New test.
666 * gdb.cp/infcall-nodebug.exp: New file.
668 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
670 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
673 2018-11-09 Tom de Vries <tdevries@suse.de>
675 * gdb.base/msym-lang.c: New test.
676 * gdb.base/msym-lang.exp: New file.
677 * gdb.base/msym-lang-main.c: New test.
679 2018-11-08 Tom Tromey <tom@tromey.com>
683 * gdb.base/warning.exp: New file.
685 2018-11-08 Jan Beulich <jbeulich@suse.com>
687 * testsuite/gdb.arch/i386-avx512.c,
688 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
690 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
692 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
695 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
697 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
698 * gdb.dwarf2/missing-type-name.exp: New file.
700 2018-11-06 Tom de Vries <tdevries@suse.de>
702 * gdb.base/many-headers.c: New test.
703 * gdb.base/many-headers.exp: New file.
705 2018-11-06 Jim Wilson <jimw@sifive.com>
707 * gdb.base/code_elim.exp: For riscv, set additional_flags
708 to include -msmall-data-limit=0.
710 2018-11-01 Joel Brobecker <brobecker@adacore.com>
712 * gdb.ada/watch_minus_l: New testcase.
714 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
716 * gdb.arch/aix-sighandle.c: New file.
717 * gdb.arch/aix-sighandle.exp: New file.
719 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
721 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
722 registers being unions.
724 2018-10-31 Tom de Vries <tdevries@suse.de>
726 * lib/valgrind.exp: New file.
727 (vgdb_start, vgdb_stop): New procs, factored out of ...
728 * gdb.base/valgrind-bt.exp: ... here, ...
729 * gdb.base/valgrind-disp-step.exp: ... here and ...
730 * gdb.base/valgrind-infcall.exp: ... here.
732 2018-10-31 Tom de Vries <tdevries@suse.de>
734 * lib/gdb.exp (get_valueof): Don't output read value in test name.
736 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
738 * gdb.dwarf2/void-type.c: New file.
739 * gdb.dwarf2/void-type.exp: New file.
741 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
743 * gdb.base/info_qt.c: New file.
744 * gdb.base/info_qt.exp: New file.
746 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
748 * gdb.arch/powerpc-htm-regs.c: New file.
749 * gdb.arch/powerpc-htm-regs.exp: New file.
751 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
753 * gdb.arch/powerpc-tar.c: New file.
754 * gdb.arch/powerpc-tar.exp: New file.
756 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
758 * gdb.arch/powerpc-ppr-dscr.c: New file.
759 * gdb.arch/powerpc-ppr-dscr.exp: New file.
761 2018-10-25 Tom de Vries <tdevries@suse.de>
763 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
765 2018-10-24 Tom de Vries <tdevries@suse.de>
767 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
770 2018-10-24 Tom de Vries <tdevries@suse.de>
772 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
774 2018-10-24 Tom de Vries <tdevries@suse.de>
776 * gdb.base/valgrind-db-attach.exp: Handle removed support for
777 --db-attach in valgrind.
779 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
781 * gdb.arch/riscv-reg-aliases.c: New file.
782 * gdb.arch/riscv-reg-aliases.exp: New file.
784 2018-10-19 Alan Hayward <alan.hayward@arm.com>
786 * gdb.python/py-cmd.exp: Check for gdb_prompt.
788 2018-10-19 Alan Hayward <alan.hayward@arm.com>
790 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
792 2018-10-19 Alan Hayward <alan.hayward@arm.com>
794 * gdb.cp/ovldbreak.exp: Fix regexps.
796 2018-10-19 Alan Hayward <alan.hayward@arm.com>
798 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
800 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
803 * gdb.base/restore.exp: New test to check if "restore" with an
804 invalid file doesn't segfault.
806 2018-10-18 Tom de Vries <tdevries@suse.de>
808 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
809 * gdb.ada/excep_handle.exp: Same.
810 * gdb.ada/mi_string_access.exp: Same.
811 * gdb.ada/mi_var_union.exp: Same.
812 * gdb.arch/arc-analyze-prologue.exp: Same.
813 * gdb.arch/arc-decode-insn.exp: Same.
814 * gdb.base/readnever.exp: Same.
815 * gdb.fortran/printing-types.exp: Same.
816 * gdb.guile/scm-lazy-string.exp: Same.
818 2018-10-16 Tom de Vries <tdevries@suse.de>
821 * gdb.base/catch-follow-exec.c: Add copyright notice.
822 * gdb.base/catch-follow-exec.exp: Rewrite to use
823 gdb_spawn_with_cmdline_opts. Require gdb-native.
825 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
827 * gdb.trace/actions-changed.exp: Check for arch support.
828 * gdb.trace/actions.exp: Likewise.
829 * gdb.trace/ax.exp: Likewise.
830 * gdb.trace/backtrace.exp: Likewise.
831 * gdb.trace/change-loc.exp: Likewise.
832 * gdb.trace/deltrace.exp: Likewise.
833 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
834 * gdb.trace/ftrace.exp: Likewise.
835 * gdb.trace/infotrace.exp: Check for arch support.
836 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
837 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
838 * gdb.trace/mi-tsv-changed.exp: Likewise.
839 * gdb.trace/packetlen.exp: Likewise.
840 * gdb.trace/passc-dyn.exp: Likewise.
841 * gdb.trace/passcount.exp: Likewise.
842 * gdb.trace/pending.exp: Likewise.
843 * gdb.trace/range-stepping.exp: Check for shlib support.
844 * gdb.trace/report.exp: Check for arch support.
845 * gdb.trace/save-trace.exp: Likewise.
846 * gdb.trace/signal.exp: Check for signal support.
847 * gdb.trace/tfind.exp: Check for arch support.
848 * gdb.trace/trace-break.exp: Check for arch and shlib support.
849 * gdb.trace/trace-common.h: Add comment.
850 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
851 * gdb.trace/trace-enable-disable.exp: Likewise.
852 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
853 * gdb.trace/tracecmd.exp: Check for arch support.
854 * gdb.trace/tspeed.exp: Check for shlib and target support.
855 * gdb.trace/tstatus.exp: Check for arch support.
856 * gdb.trace/tsv.exp: Likewise.
857 * gdb.trace/while-dyn.exp: Likewise.
858 * gdb.trace/while-stepping.exp: Likewise.
859 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
861 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
863 * gdb.trace/tspeed.exp: Remove nowarnings.
864 (prepare_for_trace_test): Declare "global ipalib".
865 * gdb.trace/tspeed.c: Include unistd.h.
866 (main): Remove superfluous printf argument.
868 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
870 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
871 directory prefix on the filename.
873 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
875 * gdb.gdb/unittest.exp: Update expected message informing that
876 selftests have been disabled.
877 * gdb.server/unittest.exp: Likewise.
879 2018-10-09 Tom de Vries <tdevries@suse.de>
881 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
884 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
887 * gdb.cp/virtbase2.cc: New file.
888 * gdb.cp/virtbase2.exp: New file.
890 2018-10-06 Tom Tromey <tom@tromey.com>
893 * gdb.python/py-inferior.exp: Add architecture test.
895 2018-10-06 Tom Tromey <tom@tromey.com>
897 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
898 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
900 2018-10-06 Tom Tromey <tom@tromey.com>
902 * gdb.python/py-breakpoint.exp (check_last_event): Check location
903 of a "throw" catchpoint.
905 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
907 * gdb.base/info-proc.exp: Update string expected from "help info
910 2018-10-04 Tom Tromey <tom@tromey.com>
912 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
913 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
914 (test_initial_complaints, test_empty_complaints): Update.
915 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
917 2018-10-04 Tom Tromey <tom@tromey.com>
920 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
921 * lib/gdb.exp (gdb_file_cmd): Update.
922 * gdb.stabs/weird.exp (print_weird_var): Update.
923 * gdb.server/solib-list.exp: Update.
924 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
925 * gdb.mi/mi-cli.exp: Update.
926 * gdb.linespec/linespec.exp: Update.
927 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
928 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
929 * gdb.cp/cp-relocate.exp: Update.
930 * gdb.base/sym-file.exp: Update.
931 * gdb.base/relocate.exp: Update.
932 * gdb.base/readnever.exp: Update.
933 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
934 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
935 * gdb.base/dbx.exp (gdb_file_cmd): Update.
936 * gdb.base/code_elim.exp: Update.
937 * gdb.base/break-unload-file.exp (test_break): Update.
938 * gdb.base/break-interp.exp (test_attach_gdb): Update.
939 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
941 * gdb.base/attach.exp (do_attach_tests): Update.
942 * gdb.base/sepdebug.exp: Update.
943 * gdb.python/py-section-script.exp: Update.
945 2018-10-04 Tom Tromey <tom@tromey.com>
948 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
949 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
952 2018-10-04 Tom Tromey <tom@tromey.com>
954 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
955 set width and height to 0.
956 (test_command_line_attach_run): Use -quiet.
958 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
960 * lib/gdb.exp (skip_ifunc_tests): New.
961 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
962 other compile failures.
963 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
965 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
967 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
968 is_amd64_regs_target.
970 2018-10-01 Alan Hayward <alan.hayward@arm.com>
972 * gdb.arch/aarch64-sighandler-regs.c: New test.
973 * gdb.arch/aarch64-sighandler-regs.exp: New file.
974 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
976 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
978 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
981 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
983 * gdb.base/frame-selection.exp: New file.
984 * gdb.base/frame-selection.c: New file.
986 2018-09-27 Alan Hayward <alan.hayward@arm.com>
988 * gdb.threads/check-libthread-db.c (thread_routine): Use a
992 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
994 * gdb.base/large-frame-1.c: New file.
995 * gdb.base/large-frame-2.c: New file.
996 * gdb.base/large-frame.exp: New file.
997 * gdb.base/large-frame.h: New file.
999 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1002 * gdb.base/write_mem.exp: New test.
1003 * gdb.base/write_mem.c: Likewise.
1005 2018-09-23 Tom Tromey <tom@tromey.com>
1008 * gdb.python/py-parameter.exp: Add test for parameter that throws
1011 2018-09-23 Tom Tromey <tom@tromey.com>
1014 * gdb.python/py-template.exp (test_template_arg): Add test for
1015 negative template argument number.
1017 2018-09-23 Tom Tromey <tom@tromey.com>
1020 * gdb.python/python.exp: Add test for post_event error.
1022 2018-09-23 Tom Tromey <tom@tromey.com>
1025 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1026 convert pointers to int and long.
1028 2018-09-23 Tom Tromey <tom@tromey.com>
1031 * gdb.python/py-value.exp (test_value_numeric_ops): Add
1032 signed-ness conversion tests.
1034 2018-09-23 Tom Tromey <tom@tromey.com>
1037 * gdb.python/py-value.exp (test_float_conversion): New proc.
1040 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
1042 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1044 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
1046 * gdb.base/complete-empty.exp: Skip tab-completion tests if
1048 * gdb.base/utf8-identifiers.exp: Likewise.
1049 * gdb.cp/cpcompletion.exp: Likewise.
1050 * gdb.linespec/cpcompletion.exp: Likewise.
1051 * gdb.linespec/cpls-abi-tag.exp: Likewise.
1052 * gdb.linespec/cpls-ops.exp: Likewise.
1054 2018-09-19 Richard Bunt <richard.bunt@arm.com>
1055 Chris January <chris.january@arm.com>
1057 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1058 * gdb.fortran/short-circuit-argument-list.exp: New file.
1059 * gdb.fortran/short-circuit-argument-list.f90: New test.
1061 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1063 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1064 "arch=" keyword when executing "-stack-list-frames".
1066 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1068 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
1069 "arch=" keyword when executing "-stack-list-frames".
1071 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1073 * gdb.ada/complete.exp: Expect for "@" when doing "complete
1076 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
1079 * gdb.python/python.exp: Test gdb.execute("show commands").
1081 2018-09-16 Tom Tromey <tom@tromey.com>
1083 * gdb.base/new-ui.exp (do_execution_tests): Update.
1084 * gdb.base/dbx.exp (test_breakpoints): Update.
1086 2018-09-14 Alan Hayward <alan.hayward@arm.com>
1088 * lib/gdb.exp (gdb_simple_compile): Add proc.
1089 (is_elf_target): Use gdb_simple_compile.
1090 (skip_altivec_tests): Likewise.
1091 (skip_vsx_tests): Likewise.
1092 (skip_tsx_tests): Likewise.
1093 (skip_btrace_tests): Likewise.
1094 (skip_btrace_pt_tests): Likewise.
1095 (gdb_can_simple_compile): Likewise.
1096 (gdb_has_argv0): Likewise.
1097 (gdb_target_symbol_prefix): Likewise.
1098 (target_supports_scheduler_locking): Likewise.
1100 2018-09-13 Tom Tromey <tom@tromey.com>
1102 * Makefile.in (TAGS): Recognize proc_with_prefix and
1105 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1107 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1110 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1112 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1113 and a few other Inferior properties when the Inferior is no
1116 2018-09-13 Tom Tromey <tom@tromey.com>
1119 * gdb.rust/simple.exp: Add test for enum field access error.
1121 2018-09-13 Tom Tromey <tom@tromey.com>
1124 * gdb.rust/simple.rs (EmptyEnum): New type.
1126 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1128 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1130 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1131 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1132 * gdb.python/py-symtab.exp: Update test printing an objfile.
1134 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1136 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
1139 2018-09-12 Alan Hayward <alan.hayward@arm.com>
1141 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
1142 (support_complex_tests): Use gdb_can_simple_compile.
1143 (is_ilp32_target): Likewise.
1144 (is_lp64_target): Likewise.
1145 (is_64_target): Likewise.
1146 (is_amd64_regs_target): Likewise.
1147 (is_aarch32_target): Likewise.
1148 (gdb_int128_helper): Likewise.
1150 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1152 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
1154 2018-09-10 Jerome Guitton <guitton@adacore.com>
1156 * gdb.ada/same_component_name: Add test for case of tagged record
1157 with variable-length fields.
1159 2018-09-10 Xavier Roirand <roirand@adacore.com>
1161 * gdb.ada/access_to_unbounded_array.exp: New testcase.
1162 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
1163 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
1164 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
1166 2018-09-10 Xavier Roirand <roirand@adacore.com>
1168 * gdb.ada/mi_string_access.exp: New testcase.
1169 * gdb.ada/mi_string_access/bar.adb: New file.
1170 * gdb.ada/mi_string_access/pck.adb: New file.
1171 * gdb.ada/mi_string_access/pck.asd: New file.
1173 2018-09-10 Xavier Roirand <roirand@adacore.com>
1175 * gdb.ada/mi_var_union.exp: New testcase.
1176 * gdb.ada/mi_var_union/bar.adb: New file.
1177 * gdb.ada/mi_var_union/pck.adb: New file.
1178 * gdb.ada/mi_var_union/pck.asd: New file.
1180 2018-09-08 Tom Tromey <tom@tromey.com>
1182 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
1184 2018-09-08 Tom Tromey <tom@tromey.com>
1187 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
1188 (register_pretty_printers): Register new printer.
1189 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
1191 * gdb.python/py-prettyprint.c (int_type3): New typedef.
1192 (an_int_type3): New global.
1194 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1196 * gdb.ada/expr_with_funcall: New testcase.
1198 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1200 * gdb.ada/packed_array_assign: New testcase.
1202 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
1204 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
1205 names, and add test prefixes to make test names unique.
1207 2018-09-05 Tom de Vries <tdevries@suse.de>
1209 * gdb.dwarf2/varval.exp: Add test.
1211 2018-09-04 Gary Benson <gbenson@redhat.com>
1213 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
1214 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
1216 2018-08-31 Tom Tromey <tom@tromey.com>
1218 * gdb.rust/simple.rs: Rename second variable "v".
1220 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
1222 * gdb.base/funcargs.c (use_a): New function.
1223 (recurse): Call use_a.
1225 2018-08-29 Keith Seitz <keiths@redhat.com>
1227 * gdb.compile/compile-cplus-anonymous.cc: New file.
1228 * gdb.compile/compile-cplus-anonymous.exp: New file.
1229 * gdb.compile/compile-cplus-array-decay.cc: New file.
1230 * gdb.compile/compile-cplus-array-decay.exp: New file.
1231 * gdb.compile/compile-cplus-inherit.cc: New file.
1232 * gdb.compile/compile-cplus-inherit.exp: New file.
1233 * gdb.compile/compile-cplus-member.cc: New file.
1234 * gdb.compile/compile-cplus-member.exp: New file.
1235 * gdb.compile/compile-cplus-method.cc: New file.
1236 * gdb.compile/compile-cplus-method.exp: New file.
1237 * gdb.compile/compile-cplus-mod.c: "New" file.
1238 * gdb.compile/compile-cplus-namespace.cc: New file.
1239 * gdb.compile/compile-cplus-namespace.exp: New file.
1240 * gdb.compile/compile-cplus-nested.cc: New file.
1241 * gdb.compile/compile-cplus-nested.exp: New file.
1242 * gdb.compile/compile-cplus-print.c: "New" file.
1243 * gdb.compile/compile-cplus-print.exp: "New" file.
1244 * gdb.compile/compile-cplus-virtual.cc: New file.
1245 * gdb.compile/compile-cplus-virtual.exp: New file.
1246 * gdb.compile/compile-cplus.c: "New" file.
1247 * gdb.compile/compile-cplus.exp: "New" file.
1248 * lib/compile-support.exp: New file.
1250 2018-08-16 Gary Benson <gbenson@redhat.com>
1253 * gdb.base/batch-exit-status.exp: New file.
1254 * gdb.base/batch-exit-status.good-commands: Likewise.
1255 * gdb.base/batch-exit-status.bad-commands: Likewise.
1257 2018-08-29 Alan Hayward <alan.hayward@arm.com>
1259 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
1260 (struct struct02): Likewise.
1261 (struct struct03): Likewise.
1262 (struct struct04): Likewise.
1263 (struct struct_01_01): New struct.
1264 (struct struct_01_02): Likewise.
1265 (struct struct_01_03): Likewise.
1266 (struct struct_01_04): Likewise.
1267 (struct struct_02_01): Likewise.
1268 (struct struct_02_02): Likewise.
1269 (struct struct_02_03): Likewise.
1270 (struct struct_02_04): Likewise.
1271 (struct struct_04_01): Likewise.
1272 (struct struct_04_02): Likewise.
1273 (struct struct_04_03): Likewise.
1274 (struct struct_04_04): Likewise.
1275 (struct struct_05_01): Likewise.
1276 (struct struct_05_02): Likewise.
1277 (struct struct_05_03): Likewise.
1278 (struct struct_05_04): Likewise.
1279 (cmp_struct01): Remove function.
1280 (cmp_struct02): Likewise.
1281 (cmp_struct03): Likewise.
1282 (cmp_struct04): Likewise.
1283 (cmp_struct_01_01): Add Function.
1284 (cmp_struct_01_02): Likewise.
1285 (cmp_struct_01_03): Likewise.
1286 (cmp_struct_01_04): Likewise.
1287 (cmp_struct_02_01): Likewise.
1288 (cmp_struct_02_02): Likewise.
1289 (cmp_struct_02_03): Likewise.
1290 (cmp_struct_02_04): Likewise.
1291 (cmp_struct_04_01): Likewise.
1292 (cmp_struct_04_02): Likewise.
1293 (cmp_struct_04_03): Likewise.
1294 (cmp_struct_04_04): Likewise.
1295 (cmp_struct_05_01): Likewise.
1296 (cmp_struct_05_02): Likewise.
1297 (cmp_struct_05_03): Likewise.
1298 (cmp_struct_05_04): Likewise.
1299 (call_all): Add new structs.
1300 * gdb.base/infcall-nested-structs.exp: Likewise.
1302 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
1304 * gdb.python/py-framefilter-mi.exp: Update regexp to
1305 check for "arch" field in frame output.
1307 2018-08-23 Kevin Buettner <kevinb@redhat.com>
1309 * gdb.dwarf2/dw2-ranges-func.c: New file.
1310 * gdb.dwarf2/dw2-ranges-func.exp: New file.
1312 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
1314 * gdb.base/term.exp: Compare terminal settings with values from
1316 * gdb.base/term.c: Get and set terminal settings.
1318 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1320 * lib/mi-support.exp (mi_expect_stop): Update regexp to
1321 accommodate new "arch" field in frame output.
1322 * gdb.mi/mi-return.exp: Likewise.
1323 * gdb.mi/mi-stack.exp: Likewise.
1324 * gdb.mi/mi-syn-frame.exp: Likewise.
1325 * gdb.mi/user-selected-context-sync.exp: Likewise.
1327 2018-08-19 Michael Spang <spang@google.com>
1330 * gdb.base/gcore-tls-pie.c: New file.
1331 * gdb.base/gcore-tls-pie.exp: New file.
1333 2018-08-18 Kevin Buettner <kevinb@redhat.com>
1335 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
1336 * gdb.dwarf2/varval.c: New file.
1337 * gdb.dwarf2/varval.exp: New file.
1339 2018-08-17 Alan Hayward <alan.hayward@arm.com>
1342 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1344 2018-08-16 Keith Seitz <keiths@redhat.com>
1346 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1347 tests expected to pass.
1349 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1351 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1352 -data-disassemble -a.
1353 (test_disassembly_bogus_args): Likewise.
1355 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
1357 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1359 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1361 * gdb.base/vla-optimized-out.exp: Add new test.
1363 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1365 * gdb.base/vla-optimized-out-o3.exp: Delete.
1366 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1367 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1370 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
1373 * gdb.server/extended-remote-restart.c: New file.
1374 * gdb.server/extended-remote-restart.exp: New file.
1376 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
1378 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1379 "set variable index = 42".
1381 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1383 * boards/index-cache-gdb.exp: New file.
1384 * gdb.dwarf2/index-cache.exp: New file.
1385 * gdb.dwarf2/index-cache.c: New file.
1386 * gdb.base/maint.exp: Check if we are using the index cache.
1388 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1390 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1393 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1395 * dg-extract-results.sh: Move to toplevel contrib.
1396 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1397 * Makefile.in (check-parallel-racy): Likewise.
1399 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
1401 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1402 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1403 tests if the target supports scheduler locking.
1405 2018-08-04 Tom de Vries <tdevries@suse.de>
1407 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1409 2018-08-02 Tom Tromey <tom@tromey.com>
1412 * gdb.cp/temargs.exp: Test "info address" of a template
1415 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
1417 * gdb.python/py-mi-var-info-path-expression.c: New file.
1418 * gdb.python/py-mi-var-info-path-expression.py: New file.
1419 * gdb.python/py-mi-var-info-path-expression.exp: New file.
1421 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
1423 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1424 error after "cannot resolve name" string.
1426 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
1428 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1430 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1432 2018-07-28 Tom de Vries <tdevries@suse.de>
1434 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1436 2018-07-26 Tom de Vries <tdevries@suse.de>
1438 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1440 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1442 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1445 2018-07-26 Tom de Vries <tdevries@suse.de>
1447 PR breakpoints/23366
1448 * gdb.base/catch-follow-exec.c: New test.
1449 * gdb.base/catch-follow-exec.exp: New file.
1451 2018-07-25 Tom de Vries <tdevries@suse.de>
1453 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
1454 vla-optimized-out.c.
1456 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
1458 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1459 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1461 2018-07-20 Tom de Vries <tdevries@suse.de>
1463 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1465 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1467 2018-07-19 Tom de Vries <tdevries@suse.de>
1469 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1472 2018-07-18 Tom de Vries <tdevries@suse.de>
1474 * gdb.base/vla-optimized-out.c: New test.
1475 * gdb.base/vla-optimized-out.exp: New file.
1477 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
1479 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1480 message "No address associated with hostname" when gdbserver
1481 cannot resolve the hostname.
1483 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1485 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1486 Add some test prefixes to make tests unique.
1488 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1490 * gdb.base/frameapply.c: New file.
1491 * gdb.base/frameapply.exp: New file.
1493 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1495 * gdb.base/skip.exp: Update expected error message.
1497 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1498 Jan Kratochvil <jan.kratochvil@redhat.com>
1499 Paul Fertser <fercerpav@gmail.com>
1500 Tsutomu Seki <sekiriki@gmail.com>
1502 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1504 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1506 * boards/native-gdbserver.exp: Likewise.
1507 * gdb.server/run-without-local-binary.exp: Improve regexp used
1508 for detecting when a remote debugging connection succeeds.
1509 * gdb.server/server-connect.exp: New file.
1510 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1511 Do not prefix the port number with ":".
1512 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
1513 support for detecting and using it. Add '$debughost_gdbserver'
1514 to the list of arguments used to start gdbserver. Handle case
1515 when gdbserver cannot resolve a network name.
1517 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1520 * gdb.base/ptype-offsets.cc (struct static_member): New
1522 (main) <stmember>: New variable.
1523 * gdb.base/ptype-offsets.exp: Add test for printing a struct
1524 with a static member in it.
1526 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1528 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1529 watchpoints enabled and disabled.
1531 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1533 * gdb.base/examine-backward.exp: Still run tests around address
1534 0x0, even if address 0x0 is not readable. Update the pattern for
1535 matching address 0x0 in expected output.
1537 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1539 * gdb.base/share-env-with-gdbserver.c (main): Add call to
1542 2018-07-04 Tom de Vries <tdevries@suse.de>
1544 * gdb.dwarf2/dw2-error.exp: Update expected error message.
1546 2018-07-02 Maciej W. Rozycki <macro@mips.com>
1549 * gdb.arch/mips-disassembler-options.exp: New test.
1550 * gdb.arch/mips-disassembler-options.s: New test source.
1552 2018-06-29 Pedro Alves <palves@redhat.com>
1554 * gdb.threads/names.exp: Adjust expected "info threads" output.
1556 2018-06-29 Pedro Alves <palves@redhat.com>
1558 * gdb.opt/inline-break.exp (line number, address): Add "info
1561 2018-06-29 Pedro Alves <palves@redhat.com>
1563 * gdb.opt/inline-break.c (func1): Add "break here" marker.
1564 * gdb.opt/inline-break.exp: Test setting breakpoints by line
1565 number and address and running to them.
1567 2018-06-29 Richard Bunt <richard.bunt@arm.com>
1569 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1571 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1573 * lib/compiler.c: Remove executable permission flag.
1575 2018-06-28 Richard Bunt <richard.bunt@arm.com>
1577 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1579 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1581 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1583 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1585 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1587 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1588 address argument is omitted.
1590 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1592 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1594 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
1597 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1598 * gdb.base/infoline-reloc-main-from-zero.c: New file.
1600 2018-06-26 Tom Tromey <tom@tromey.com>
1603 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1604 * gdb.rust/simple.rs (struct SimpleLayout): New.
1606 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
1608 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1609 "info registers" output.
1611 2018-06-21 Richard Bunt <richard.bunt@arm.com>
1613 * gdb.base/watchpoint-hw-attach.c: New test.
1614 * gdb.base/watchpoint-hw-attach.exp: New file.
1616 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
1618 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1620 * boards/dwarf4-gdb-index.exp: Likewise.
1621 * boards/fission-dwp.exp: Likewise.
1623 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
1625 * gdb.base/float128.exp: Add comment and improved fail message
1626 to the failure case of "print large128" test.
1628 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1630 * configure.ac: Remove AC_PREREQ.
1631 * configure: Re-generate.
1633 2018-06-19 Pedro Alves <palves@redhat.com>
1635 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1636 (func_extern_caller): New.
1637 (main): Call func_extern_caller.
1638 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1641 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
1644 * gdb.cp/typedef-base.cc: New file.
1645 * gdb.cp/typedef-base.exp: New file.
1647 2018-06-18 Tom de Vries <tdevries@suse.de>
1649 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1651 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1652 Richard Bunt <Richard.Bunt@arm.com>
1654 * gdb.threads/attach-slow-waitpid.c: New file.
1655 * gdb.threads/attach-slow-waitpid.exp: New file.
1656 * gdb.threads/slow-waitpid.c: New file.
1658 2018-06-14 Pedro Alves <palves@redhat.com>
1660 * gdb.base/fork-running-state.c: Include <errno.h>.
1661 (exit_if_relative_exits): New.
1662 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1664 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1667 2018-06-14 Tom de Vries <tdevries@suse.de>
1670 * gdb.base/finish-pretty.c: New test.
1671 * gdb.base/finish-pretty.exp: New file.
1673 2018-06-14 Pedro Alves <palves@redhat.com>
1675 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1676 gdb's expected startup output.
1678 2018-06-14 Pedro Alves <palves@redhat.com>
1680 * lib/selftest-support.exp (selftest_setup): Remove inlined
1683 2018-06-14 Tom de Vries <tdevries@suse.de>
1685 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1686 matching of breakpoint printing.
1688 2018-06-13 Tom de Vries <tdevries@suse.de>
1691 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1692 (fork_child): ... here, and ...
1693 (fork_parent): ... here.
1695 2018-06-12 Tom de Vries <tdevries@suse.de>
1697 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1699 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1700 Stephen Roberts <stephen.roberts@arm.com>
1702 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1703 rewrite test to describe action performed, rather than possible
1706 2018-06-08 Gary Benson <gbenson@redhat.com>
1708 * gdb.threads/check-libthread-db.exp: New file.
1709 * gdb.threads/check-libthread-db.c: Likewise.
1711 2018-06-05 Tom Tromey <tom@tromey.com>
1713 * gdb.base/default.exp: Update expected "show version" output.
1715 2018-06-05 Tom Tromey <tom@tromey.com>
1718 * gdb.cp/static-print-quit.exp: Update.
1719 * lib/gdb.exp (pagination_prompt): Update.
1720 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
1721 * gdb.python/python.exp: Update.
1723 2018-06-04 Joel Brobecker <brobecker@adacore.com>
1725 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1727 2018-06-01 Joel Brobecker <brobecker@adacore.com>
1729 * gdb.ada/bp_fun_addr: New testcase.
1731 2018-06-01 Tom Tromey <tom@tromey.com>
1733 * gdb.xml/tdesc-regs.exp (load_description): Update expected
1735 * gdb.dwarf2/method-ptr.exp: Set language to C++.
1736 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1737 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1738 * gdb.base/maint.exp (maint_pass_if): Update.
1740 2018-05-31 Maciej W. Rozycki <macro@mips.com>
1742 * gdb.base/endian.exp: New test.
1743 * gdb.base/endian.c: New test source.
1745 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
1748 * gdb.base/bt-selected-frame.c: New file.
1749 * gdb.base/bt-selected-frame.exp: New file.
1750 * lib/gdb.exp (get_current_frame_number): New function.
1752 2018-05-24 Maciej W. Rozycki <macro@mips.com>
1753 Pedro Alves <palves@redhat.com>
1755 * gdb.threads/tls-core.c: Include <stdlib.h>
1756 (thread_proc): Call `abort'.
1757 * gdb.threads/tls-core.exp: Generate a core with core_find too.
1758 (tls_core_test): New procedure, bits factored out from ...
1759 (top level): ... here. Test both native cores and gcore cores.
1761 2018-05-23 Tom Tromey <tom@tromey.com>
1763 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1765 2018-05-23 Tom Tromey <tom@tromey.com>
1767 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1769 (test_short_complaints): Likewise.
1770 (test_empty_complaints): Likewise.
1771 (test_initial_complaints): Update.
1773 2018-05-23 Tom Tromey <tom@tromey.com>
1775 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1777 2018-05-23 Tom Tromey <tom@tromey.com>
1779 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1780 (test_short_complaints): Update.
1782 2018-05-22 Pedro Alves <palves@redhat.com>
1784 * gdb.base/remote.exp: Only gdb_start after compiling the
1785 testcase. Issue "disconnect" before testing "set remote" command
1786 defaults. Issue clean_restart before running to main.
1788 2018-05-22 Pedro Alves <palves@redhat.com>
1790 * gdb.base/remote.exp: Adjust expected output of "show remote
1791 memory-write-packet-size". Add tests for "set remote
1792 memory-write-packet-size 0" and "set remote
1793 memory-write-packet-size fixed/limit".
1795 2018-05-22 Pedro Alves <palves@redhat.com>
1798 * gdb.base/utf8-identifiers.c: New file.
1799 * gdb.base/utf8-identifiers.exp: New file.
1801 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1803 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1805 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1807 * gdb.arch/powerpc-vsx-gcore.exp: New file.
1809 2018-05-18 Tom Tromey <tom@tromey.com>
1811 * gdb.base/ptype-offsets.exp: Update.
1813 2018-05-17 Keith Seitz <keiths@redhat.com>
1815 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1816 in expected breakpoint stop locations.
1817 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1818 move to proper scope to test variable values.
1819 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1820 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1822 (main): Call not_inline_func3.
1823 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1824 inline_func1, inline_func2, and inline_func3. Test that when each
1825 breakpoint is hit, GDB properly reports both the stop location
1826 and the backtrace. Repeat tests for temporary breakpoints.
1828 2018-05-15 Maciej W. Rozycki <macro@mips.com>
1830 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1831 rather then trying to access it in determining whether the PID
1832 of `gdbserver' could have been retrieved.
1834 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
1836 * gdb.arch/amd64-init-x87-values.S: New file.
1837 * gdb.arch/amd64-init-x87-values.exp: New file.
1839 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1841 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1843 2018-05-04 Tom Tromey <tom@tromey.com>
1846 * gdb.python/python.exp: Test multi-line execute.
1848 2018-05-04 Tom Tromey <tom@tromey.com>
1851 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1853 2018-05-04 Tom Tromey <tom@tromey.com>
1856 * gdb.base/define.exp: Test defining a user command inside a user
1858 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
1860 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1861 Pedro Alves <palves@redhat.com>
1863 PR breakpoints/19806 and support for PR external/20207.
1864 * gdb.base/watchpoint-unaligned.c: New file.
1865 * gdb.base/watchpoint-unaligned.exp: New file.
1867 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1869 * gdb.base/maint.exp: Make test names unique, use
1870 test_prefix_command_help to test 'help maint info', and remove
1871 repeated test of 'help maint'.
1873 2018-05-04 Tom Tromey <tom@tromey.com>
1876 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
1879 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1881 * gdb.base/maint.exp: Process output from 'maint print registers'
1884 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1886 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
1889 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
1891 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
1894 2018-05-02 Pedro Alves <palves@redhat.com>
1896 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
1897 to_log_command renames.
1898 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1900 2018-05-02 Tom Tromey <tom@tromey.com>
1902 * gdb.python/py-parameter.exp: Set test message.
1904 2018-05-02 Tom Tromey <tom@tromey.com>
1907 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
1908 PARAM_ZUINTEGER_UNLIMITED tests.
1910 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
1913 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
1916 2018-04-30 Tom Tromey <tom@tromey.com>
1918 * gdb.python/py-type.exp: Check align attribute.
1919 * gdb.python/py-type.c: New "aligncheck" global.
1921 2018-04-30 Tom Tromey <tom@tromey.com>
1924 * gdb.dwarf2/dw2-align.exp: New file.
1925 * gdb.cp/align.exp: New file.
1926 * gdb.base/align.exp: New file.
1927 * lib/gdb.exp (gdb_int128_helper): New proc.
1928 (has_int128_c, has_int128_cxx): New caching procs.
1930 2018-04-27 Tom Tromey <tom@tromey.com>
1933 * gdb.rust/simple.exp: Add inclusive range tests.
1935 2018-04-26 Pedro Alves <palves@redhat.com>
1937 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
1938 ifunc breakpoint locations correctly of ifunc breakpoints set
1939 while the program resolves the ifunc.
1941 2018-04-26 Pedro Alves <palves@redhat.com>
1943 * gdb.base/gnu-ifunc-final.c: New file.
1944 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
1945 * gdb.base/gnu-ifunc.exp (executable): Delete.
1946 (staticexecutable): Adjust.
1947 (lib_opts, exec_opts): Delete.
1948 (make_binsuffix, build, set-break): New procedures.
1949 (misc_tests): New, with tests factored out from the top level.
1950 (top level): Test different combinations of ifunc resolver name,
1951 resolver with and with debug info, and ifunc target with and
1952 without debug info. Wrap static tests with with_target_prefix.
1954 2018-04-26 Pedro Alves <palves@redhat.com>
1956 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
1957 return type" warnings.
1959 2018-04-25 Pedro Alves <palves@redhat.com>
1961 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
1963 * gdb.base/kill-after-signal.exp: Likewise.
1964 * gdb.threads/kill.exp: Likewise.
1966 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1967 Sergio Durigan Junior <sergiodj@redhat.com>
1968 Pedro Alves <palves@redhat.com>
1970 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
1971 regexps to expect for '[Inferior ... detached]' as well.
1972 * gdb.base/attach.exp: Likewise.
1973 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
1974 "gdb_continue_to_end".
1975 (test_catch_syscall_with_wrong_args): Likewise.
1976 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
1977 ']'. Don't set 'verbose' on.
1978 * gdb.base/foll-vfork.exp: Likewise.
1979 * gdb.base/fork-print-inferior-events.c: New file.
1980 * gdb.base/fork-print-inferior-events.exp: New file.
1981 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
1982 '[Inferior ... has been killed]' message.
1983 * gdb.base/kill-after-signal.exp: Likewise.
1984 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
1986 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
1988 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
1989 regexps to expect for '[Inferior ... detached]' as well.
1990 * gdb.threads/process-dies-while-detaching.exp: Likewise.
1992 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
1995 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
1997 2018-04-19 Richard Bunt <richard.bunt@arm.com>
1999 * gdb.threads/multiple-successive-infcall.c: New test.
2000 * gdb.threads/multiple-successive-infcall.exp: New file.
2002 2018-04-17 Tom Tromey <tom@tromey.com>
2004 * gdb.rust/simple.rs (Union): New type.
2005 (main): New local "u".
2006 * gdb.rust/simple.exp (test_one_slice): Add new test case.
2008 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2010 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2011 number information in output of "whereis" command.
2012 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2014 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2016 * gdb.ada/info_types.exp: Adjust expected output to the line
2017 numbers now printed by "info var/func/type".
2018 * gdb.base/completion.exp: Likewise.
2019 * gdb.base/included.exp: Likewise.
2020 * gdb.cp/cp-relocate.exp: Likewise.
2021 * gdb.cp/cplusfuncs.exp: Likewise.
2022 * gdb.cp/namespace.exp: Likewise.
2023 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2025 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2027 * gdb.btrace/cpu.exp: New.
2029 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2031 * gdb.base/step-indirect-call-thunk.exp: New.
2032 * gdb.base/step-indirect-call-thunk.c: New.
2033 * gdb.reverse/step-indirect-call-thunk.exp: New.
2034 * gdb.reverse/step-indirect-call-thunk.c: New.
2036 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
2038 * gdb.base/pie-fork.c: New file.
2039 * gdb.base/pie-fork.exp: New file.
2041 2018-04-11 Tom Tromey <tom@tromey.com>
2043 * gdb.rust/simple.exp: Add test for ".." struct initializer.
2045 2018-04-10 Pedro Alves <palves@redhat.com>
2047 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2048 exits. Instead loop running forever.
2049 (fork_parent): Run forever too.
2051 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2053 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2054 mi_continue_to_line.
2055 * gdb.mi/mi-stack.c (callee4): Add comment.
2057 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2059 * gdb.mi/mi-stack.exp: Fix indentation.
2061 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2064 * gdb.arch/amd64-osabi.exp: New file.
2066 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2069 * gdb.base/osabi.exp: New file.
2071 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
2073 * gdb.cp/static-typedef-print.exp: New file.
2074 * gdb.cp/static-typedef-print.cc: New file.
2076 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2078 * gdb.ada/varsize_limit: New testcase.
2080 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2082 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2084 * gdb.ada/notcplusplus: New testcase.
2086 * gdb.base/c-linkage-name.c: New file.
2087 * gdb.base/c-linkage-name.exp: New testcase.
2089 2018-03-26 Tom Tromey <tom@tromey.com>
2091 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
2092 * gdb.python/py-framefilter.py (name_error): New global.
2093 (ErrorInName.function): Use name_error.
2095 2018-03-26 Tom Tromey <tom@tromey.com>
2098 * gdb.python/py-framefilter.exp: Add "bt hide" test.
2100 2018-03-23 Keith Seitz <keiths@redhat.com>
2103 * gdb.cp/subtypes.exp: New file.
2104 * gdb.cp/subtypes.h: New file.
2105 * gdb.cp/subtypes.cc: New file.
2106 * gdb.cp/subtypes-2.cc: New file.
2108 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2110 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2111 (done): Call '_exit' not 'exit' to avoid atexit handlers.
2112 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2113 -nostartfiles when compiling the test. Confirm that all registers
2114 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2116 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2118 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2119 option, syntax was wrong anyway.
2120 * gdb.arch/arm-disp-step.exp: Likewise.
2121 * gdb.arch/sparc64-regs.exp: Likewise.
2122 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2123 option, syntax was wrong anyway, switch to use
2124 prepare_for_testing.
2125 * gdb.arch/i386-disp-step.exp: Likewise.
2127 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
2129 * gdb.ada/exec_changed.exp: Replace "target_info exists
2130 use_gdb_stub" by "use_gdb_stub".
2131 * gdb.ada/start.exp: Likewise.
2132 * gdb.base/async-shell.exp: Likewise.
2133 * gdb.base/attach-pie-misread.exp: Likewise.
2134 * gdb.base/attach-wait-input.exp: Likewise.
2135 * gdb.base/break-entry.exp: Likewise.
2136 * gdb.base/break-interp.exp: Likewise.
2137 * gdb.base/dprintf-detach.exp: Likewise.
2138 * gdb.base/nostdlib.exp: Likewise.
2139 * gdb.base/solib-nodir.exp: Likewise.
2140 * gdb.base/statistics.exp: Likewise.
2141 * gdb.base/testenv.exp: Likewise.
2142 * gdb.mi/mi-exec-run.exp: Likewise.
2143 * gdb.mi/mi-start.exp: Likewise.
2144 * gdb.multi/dummy-frame-restore.exp: Likewise.
2145 * gdb.multi/multi-arch-exec.exp: Likewise.
2146 * gdb.multi/multi-arch.exp: Likewise.
2147 * gdb.multi/tids.exp: Likewise.
2148 * gdb.multi/watchpoint-multi.exp: Likewise.
2149 * gdb.python/py-events.exp: Likewise.
2150 * gdb.threads/attach-into-signal.exp: Likewise.
2151 * gdb.threads/attach-stopped.exp: Likewise.
2152 * gdb.threads/threadapply.exp: Likewise.
2153 * lib/selftest-support.exp: Likewise.
2155 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
2157 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
2159 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
2161 * gdb.perf/template-breakpoints.cc: New file.
2162 * gdb.perf/template-breakpoints.exp: New file.
2163 * gdb.perf/template-breakpoints.py: New file.
2165 2018-03-19 Tom Tromey <tom@tromey.com>
2167 * gdb.rust/simple.rs (main): Add local variables field1, field2,
2169 * gdb.rust/simple.exp: Test bare identifier form of struct
2172 2018-03-19 Tom Tromey <tom@tromey.com>
2174 * gdb.gdb/observer.exp: Remove.
2176 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2178 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
2179 "qualified" option when setting breakpoints.
2180 * gdb.trace/backtrace.exp: Likewise.
2181 * gdb.trace/circ.exp: Likewise.
2182 * gdb.trace/collection.exp: Likewise.
2183 * gdb.trace/disconnected-tracing.exp: Likewise.
2184 * gdb.trace/ftrace-lock.exp: Likewise.
2185 * gdb.trace/ftrace.exp: Likewise.
2186 * gdb.trace/infotrace.exp: Likewise.
2187 * gdb.trace/packetlen.exp: Likewise.
2188 * gdb.trace/passc-dyn.exp: Likewise.
2189 * gdb.trace/qtro.exp: Likewise.
2190 * gdb.trace/read-memory.exp: Likewise.
2191 * gdb.trace/report.exp: Likewise.
2192 * gdb.trace/signal.exp: Likewise.
2193 * gdb.trace/status-stop.exp: Likewise.
2194 * gdb.trace/strace.exp: Likewise.
2195 * gdb.trace/tfind.exp: Likewise.
2196 * gdb.trace/trace-break.exp: Likewise.
2197 * gdb.trace/trace-condition.exp: Likewise.
2198 * gdb.trace/trace-mt.exp: Likewise.
2199 * gdb.trace/tstatus.exp: Likewise.
2200 * gdb.trace/tsv.exp: Likewise.
2201 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2202 * gdb.trace/unavailable.exp: Likewise.
2203 * gdb.trace/while-dyn.exp: Likewise.
2205 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2207 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
2208 that libinproctrace is copied to the target.
2210 2018-03-14 Tom Tromey <tom@tromey.com>
2213 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
2215 * gdb.base/wchar.exp: Likewise.
2217 2018-03-14 Tom Tromey <tom@tromey.com>
2220 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
2223 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
2226 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
2227 "target" to remote_exec.
2229 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
2232 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
2233 ${board}_upload): Remove.
2235 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2237 * gdb.cp/watch-cp.cc: New test.
2238 * gdb.cp/watch-cp.exp: New file.
2240 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2242 * gdb.base/infcall-nested-structs.exp: New file.
2243 * gdb.base/infcall-nested-structs.c: New file.
2244 * gdb.base/float.exp: Add riscv support.
2246 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
2248 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
2249 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
2251 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
2253 * gdb.server/abspath.exp: New file.
2254 * lib/gdb.exp (with_cwd): New procedure.
2256 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
2258 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
2260 (gdb_is_target_remote_prompt): New proc.
2261 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
2262 (gdb_is_target_native): Pass prompt parameter to
2265 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
2267 * gdb.base/load-command.c: New file.
2268 * gdb.base/load-command.exp: New file.
2269 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
2270 (gdb_is_target_1): ...this, and generalize for other targets
2272 (gdb_is_target_remote): Use gdb_is_target_1.
2273 (gdb_is_target_native): use gdb_is_target_1.
2275 2018-02-26 Tom Tromey <tom@tromey.com>
2278 * gdb.python/py-framefilter.exp: Update test.
2280 2018-02-26 Tom Tromey <tom@tromey.com>
2282 * gdb.dwarf2/variant.c: New file.
2283 * gdb.dwarf2/variant.exp: New file.
2285 2018-02-26 Tom Tromey <tom@tromey.com>
2287 * gdb.rust/simple.exp: Accept more possible results in enum test.
2289 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
2291 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
2294 2018-02-23 Maciej W. Rozycki <macro@mips.com>
2296 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
2297 name of a variable: $actual_linejj -> $actual_line.
2299 2018-02-21 John Baldwin <jhb@FreeBSD.org>
2301 * gdb.arch/amd64-i386-address.exp: Fix a typo.
2303 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
2305 * gdb.btrace/buffer-size.exp: Do not force BTS.
2307 2018-02-14 Pedro Alves <palves@redhat.com>
2309 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2312 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
2314 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2317 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
2319 * gdb.cp/m-static.exp: Check type of optimized out static
2322 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
2324 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2325 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2327 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
2328 Leszek Swirski <leszeks@google.com>
2330 * gdb.python/py-prettyprint.c
2331 (struct to_string_returns_value_inner,
2332 struct to_string_returns_value_wrapper): New.
2333 (main): Add tsrvw variable.
2334 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2335 ToStringReturnsValueWrapper): New classes.
2336 (register_pretty_printers): Register new pretty-printers.
2337 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2338 recursive pretty printer.
2339 * gdb.python/py-mi.exp: Likewise.
2341 2018-02-01 Leszek Swirski <leszeks@google.com>
2343 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2344 functions with the same name as an include file are parsed
2347 2018-02-01 Yao Qi <yao.qi@linaro.org>
2349 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2352 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
2354 * gdb.arch/powerpc-prologue-frame.s: New file.
2355 * gdb.arch/powerpc-prologue-frame.c: Likewise.
2356 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2358 2018-01-31 Joel Brobecker <brobecker@adacore.com>
2360 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2362 2018-01-30 Pedro Alves <palves@redhat.com>
2365 * gdb.base/interrupt-daemon.c: New.
2366 * gdb.base/interrupt-daemon.exp: New.
2367 * gdb.multi/multi-term-settings.c: New.
2368 * gdb.multi/multi-term-settings.exp: New.
2370 2018-01-30 Joel Brobecker <brobecker@adacore.com>
2372 * gdb.base/break.exp: Save the location where the breakpoint
2373 on break.c:47 was actually inserted when debugging the version
2374 compiled at -O2 and use it in the expected output of the "info
2375 break" test performed soon after.
2377 2018-01-22 Pedro Alves <palves@redhat.com>
2378 Sergio Durigan Junior <sergiodj@redhat.com>
2380 * gdb.base/whatis.exp: Add tests for 'set print object on' +
2381 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2383 2018-01-22 Joel Brobecker <brobecker@adacore.com>
2385 * gdb.base/break-include.c, gdb.base/break-include.inc,
2386 gdb.base/break-include.exp: New files.
2387 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2388 line number now being the actual line number where the breakpoint
2390 * gdb.mi/mi-break.exp: Likewise.
2391 * gdb.mi/mi-reverse.exp: Likewise.
2392 * gdb.mi/mi-simplerun.exp: Ditto.
2394 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2396 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2398 * gdb.mi/mi-var-create-rtti.exp: Likewise.
2400 2018-01-21 Don Breazeal <donb@codesourcery.com>
2401 Andrew Burgess <andrew.burgess@embecosm.com>
2403 * gdb.mi/basics.c: Add new global.
2404 * gdb.mi/mi-frame-regs.exp: New file.
2405 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2408 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2410 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2411 non-parameter, and on an unknown symbol.
2413 2018-01-19 Tom Tromey <tom@tromey.com>
2415 * gdb.rust/modules.rs (TWENTY_THREE): New global.
2416 * gdb.rust/modules.exp: Add ::-qualified lookup test.
2418 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2420 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2421 setrlimit and chdir to int.
2423 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2425 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2427 (my_tend): Likewise.
2428 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2429 rationale of avoiding FP- and vector instructions.
2431 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
2433 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2434 "info reg" with "\[ \t\]*".
2435 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2437 * gdb.arch/s390-multiarch.exp: Ditto.
2438 * gdb.base/pc-fp.exp: Ditto.
2439 * gdb.reverse/i386-precsave.exp: Ditto.
2440 * gdb.reverse/i386-reverse.exp: Ditto.
2441 * gdb.reverse/i387-env-reverse.exp: Ditto.
2442 * gdb.reverse/i387-stack-reverse.exp: Ditto.
2444 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2446 * lib/gdb.exp (gdb_compile): Re-enable use of
2447 universal_compile_options for languages other than Rust.
2449 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2451 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2453 2018-01-17 Mike Gulick <mgulick@mathworks.com>
2456 * gdb.base/solib-vanish.exp: New.
2457 * gdb.base/solib-vanish-main.c: New.
2458 * gdb.base/solib-vanish-lib1.c: New.
2459 * gdb.base/solib-vanish-lib2.c: New.
2461 2018-01-17 Yao Qi <yao.qi@linaro.org>
2463 * gdb.compile/compile.exp: Match the address printed for
2464 frame in the output of command "bt".
2466 2018-01-15 Tom Tromey <tom@tromey.com>
2468 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2471 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2473 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2475 (prepare): Return 0 on error, 1 on success.
2477 2018-01-12 Pedro Alves <palves@redhat.com>
2479 * gdb.base/continue-after-aborted-step-over.c: New.
2480 * gdb.base/continue-after-aborted-step-over.exp: New.
2482 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
2484 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2485 options when not creating an executable.
2487 2018-01-11 Pedro Alves <palves@redhat.com>
2490 * gdb.server/stop-reply-no-thread.c: New file.
2491 * gdb.server/stop-reply-no-thread.exp: New file.
2493 2018-01-10 Pedro Alves <palves@redhat.com>
2496 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
2497 functions too. Test setting breakpoints and printing C functions
2498 with no debug info too.
2499 * gdb.ada/bp_c_mixed_case/qux.c: New file.
2501 2018-01-10 Pedro Alves <palves@redhat.com>
2504 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2507 2018-01-10 Pedro Alves <palves@redhat.com>
2510 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2512 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2514 * gdb.server/unittest.exp: Match the output in non-development
2517 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2519 * gdb.gdb/unittest.exp: Match output in non-development mode.
2521 2018-01-08 Joel Brobecker <brobecker@adacore.com>
2523 * gdb.ada/access_tagged_param.exp: Relax expected output
2524 for value of "ObjL" in "continue" to pck.inspect breakpoint
2527 2018-01-08 Joel Brobecker <brobecker@adacore.com>
2529 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2530 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
2532 2018-01-05 Pedro Alves <palves@redhat.com>
2535 * gdb.base/libsegfault.exp: New.
2537 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2540 * gdb.ada/access_tagged_param.exp: New file.
2541 * gdb.ada/access_tagged_param/foo.adb: New file.
2543 2018-01-05 Pedro Alves <palves@redhat.com>
2546 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
2547 exercise lower case too, and to exercise both full matching and
2550 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2552 * gdb.ada/rename_subscript_param: New testcase.
2554 2018-01-05 Jerome Guitton <guitton@adacore.com>
2556 * gdb.ada/arr_acc_idx_w_gap: New testcase.
2558 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2560 * gdb.ada/convvar_comp: New testcase.
2562 2018-01-05 Xavier Roirand <roirand@adacore.com>
2564 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2565 (My_Table): New global variable.
2566 * testsuite/gdb.ada/array_char_idx.exp: Add test.
2568 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2571 * gdb.ada/maint_with_ada: New testcase.
2573 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2576 * gdb.ada/bp_c_mixed_case: New testcase.
2578 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2581 * gdb.ada/complete.exp: Add "complete break ada" test.
2583 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2586 * gdb.ada/info_addr_mixed_case: New testcase.
2588 2018-01-03 Xavier Roirand <roirand@adacore.com>
2590 * gdb.ada/excep_handle.exp: New testcase.
2591 * gdb.ada/excep_handle/foo.adb: New file.
2592 * gdb.ada/excep_handle/pck.ads: New file.
2594 2018-01-03 Joel Brobecker <brobecker@adacore.com>
2596 * gdb.base/step-line.c: Add extra empty line in copyright header.
2597 * gdb.base/step-line.inp: Likewise.
2599 2018-01-02 Joel Brobecker <brobecker@adacore.com>
2601 * gdb.ada/dyn_stride.exp: Add slice test.
2603 2018-01-02 Joel Brobecker <brobecker@adacore.com>
2605 * gdb.ada/dyn_stride: New testcase.
2607 2017-12-27 Stafford Horne <shorne@gmail.com>
2609 * gdb.xml/extra-regs.xml: Add example foo reggroup.
2610 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2612 2017-12-27 Stafford Horne <shorne@gmail.com>
2614 * gdb.base/reggroups.c: New file.
2615 * gdb.base/reggroups.exp: New file.
2617 2017-12-18 Joel Brobecker <brobecker@adacore.com>
2619 * gdb.dwarf2/ada-valprint-error.c: New file.
2620 * gdb.dwarf2/ada-valprint-error.exp: New file.
2622 2017-12-18 Joel Brobecker <brobecker@adacore.com>
2624 * gdb.ada/assign_arr: New testcase.
2626 2017-12-18 Xavier Roirand <roirand@adacore.com>
2628 * gdb.ada/funcall_ptr: New testcase.
2630 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2633 * gdb.base/ptype-offsets.cc: New file.
2634 * gdb.base/ptype-offsets.exp: New file.
2636 2017-12-15 Yao Qi <yao.qi@linaro.org>
2638 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2641 2017-12-15 Xavier Roirand <roirand@adacore.com>
2643 * gdb.ada/same_component_name: New testcase.
2645 2017-12-14 Joel Brobecker <brobecker@adacore.com>
2647 * gdb.ada/str_binop_equal: New testcase.
2649 2017-12-14 Joel Brobecker <brobecker@adacore.com>
2651 * gdb.ada/task_switch_in_core: New testcase.
2653 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
2655 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2656 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2657 call test_bkpt_qualified.
2658 (test_bkpt_qualified): New proc.
2660 2017-12-13 Pedro Alves <palves@redhat.com>
2662 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2663 Tighten regexp by matching with an anchor.
2665 2017-12-13 Pedro Alves <palves@redhat.com>
2667 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2668 ("expression with namespace"): New set of tests.
2669 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2670 (Nested::Test_NS::qux): New.
2671 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2672 defaults to 'start_quote_char' and 'end_quote_char' parameters.
2674 2017-12-13 Joel Brobecker <brobecker@adacore.com>
2676 * gdb.base/server-del-break.c: New file.
2677 * gdb.base/server-del-break.exp: New file.
2679 2017-12-12 Stafford Horne <shorne@gmail.com>
2681 * gdb.xml/tdesc-regs.exp: Add or1k support.
2683 2017-12-12 Stafford Horne <shorne@gmail.com>
2685 * gdb.base/bp-permanent.c: Define nop of or1k.
2687 2017-12-11 Joel Brobecker <brobecker@adacore.com>
2689 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2690 output with components being reordered.
2692 2017-12-11 Joel Brobecker <brobecker@adacore.com>
2694 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2695 output with components being reordered.
2697 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2698 Pedro Alves <palves@redhat.com>
2700 * gdb.base/maint.exp (check for .gdb_index): Check also for
2702 * gdb.dlang/watch-loc.c (.debug_aranges): New.
2703 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2704 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2705 (.gdb_index used after symbol reloading): Support also .debug_names.
2706 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2708 2017-12-08 Yao Qi <yao.qi@linaro.org>
2710 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2711 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2713 2017-12-08 Yao Qi <yao.qi@linaro.org>
2715 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2716 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2718 2017-12-08 Yao Qi <yao.qi@linaro.org>
2720 * gdb.arch/aarch64-tagged-pointer.c: New file.
2721 * gdb.arch/aarch64-tagged-pointer.exp: New file.
2723 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
2725 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2728 2017-12-07 Keith Seitz <keiths@redhat.com>
2730 PR breakpoints/22569
2731 * gdb.linespec/ls-errs.exp: Change expected result of "break
2732 -source this file has spaces.c -line 3".
2733 Check that an explicit source file followed by whitespace is
2734 identified as an invalid explicit location.
2736 2017-12-07 Keith Seitz <keiths@redhat.com>
2738 * gdb.cp/nested-types.cc: New file.
2739 * gdb.cp/nested-types.exp: New file.
2740 * lib/cp-support.exp: Load data-structures.exp library.
2741 (debug_cp_test_ptype_class): New global.
2742 (cp_ptype_class_verbose, next_line): New procedures.
2743 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2744 Add and document new return value.
2745 Switch the list of lines to a queue.
2746 Add support for new `type' key for nested type definitions.
2747 Add debugging/troubleshooting messages.
2748 * lib/data-structures.exp: New file.
2750 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
2752 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2753 with proc_with_prefix, don't use with_test_prefix.
2755 2017-12-07 Tom Tromey <tom@tromey.com>
2757 * gdb.base/break.exp: Add test for empty "commands".
2759 2017-12-07 Yao Qi <yao.qi@linaro.org>
2761 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2762 malloc and catch syscall.
2764 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
2766 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2767 tests for explicit locations.
2769 2017-12-06 Pedro Alves <palves@redhat.com>
2771 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2772 force-disabling XML descriptions.
2774 2017-12-04 Pedro Alves <palves@redhat.com>
2777 * gdb.arch/amd64-disp-step-avx.S: New file.
2778 * gdb.arch/amd64-disp-step-avx.exp: New file.
2780 2017-12-03 Pedro Alves <palves@redhat.com>
2782 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2784 (parent_function): Print distinct messages when waitpid fails, or
2785 the child exits with a signal, or the child exits for an unhandled
2787 * gdb.threads/process-dies-while-detaching.exp
2788 (detach_and_expect_exit): New 'inf_output_re' parameter and use
2789 it. Wait for both inferior output and GDB's prompt. Use an
2790 indirect spawn id list.
2791 (do_detach): New parameter 'child_exit'. Use it to compute
2792 expected inferior output.
2793 (test_detach, test_detach_watch, test_detach_killed_outside):
2794 Adjust to pass down the expected child exit kind.
2796 2017-12-01 Joel Brobecker <brobecker@adacore.com>
2797 Sergio Durigan Junior <sergiodj@redhat.com>
2798 Pedro Alves <palves@redhat.com>
2800 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2802 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
2804 * gdb.base/relocate.exp: Add tests to guarantee that arguments
2805 to 'symbol-file' and 'add-symbol-file' can be
2806 position-independent.
2808 2017-12-01 Yao Qi <yao.qi@linaro.org>
2810 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2811 the URL in copyright header.
2812 * gdb.arch/aarch64-fp.exp: Likewise.
2813 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2814 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2815 * gdb.base/expand-psymtabs.exp: Likewise.
2816 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2817 * gdb.fortran/common-block.exp: Likewise.
2818 * gdb.fortran/common-block.f90: Likewise.
2819 * gdb.fortran/logical.exp: Likewise.
2820 * gdb.fortran/vla-datatypes.f90: Likewise.
2821 * gdb.fortran/vla-sub.f90: Likewise.
2823 2017-11-30 Joel Brobecker <brobecker@adacore.com>
2825 * gdb.ada/repeat_dyn: New testcase.
2827 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
2829 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2830 Update for changed thread numbering.
2831 * gdb.cell/bt.exp: Update for changed GDB output.
2833 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
2835 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2836 setting isremote by hand.
2837 * boards/dwarf4-gdb-index.exp: Likewise.
2838 * boards/fission.exp: Likewise.
2839 * boards/stabs.exp: Likewise.
2841 2017-11-30 Pedro Alves <palves@redhat.com>
2843 * gdb.linespec/cpls-ops.exp
2844 (check_explicit_skips_function_argument): Extract the underlying
2845 type of size_t instead of hardcoding it.
2847 2017-11-29 Pedro Alves <palves@redhat.com>
2850 * gdb.linespec/cpls-abi-tag.cc: New file.
2851 * gdb.linespec/cpls-abi-tag.exp: New file.
2853 2017-11-29 Pedro Alves <palves@redhat.com>
2855 * gdb.base/langs.exp: Use -qualified.
2856 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
2858 * gdb.cp/namespace.exp: Use -qualified.
2859 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
2860 (overload-3, template-overload, template-ret-type, const-overload)
2861 (const-overload-quoted, anon-ns, ambiguous-prefix): New
2863 (test_driver): Call them.
2864 * gdb.cp/save-bp-qualified.cc: New.
2865 * gdb.cp/save-bp-qualified.exp: New.
2866 * gdb.linespec/explicit.exp: Test -qualified.
2867 * lib/completion-support.exp (completion::explicit_opts_list): Add
2869 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
2871 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
2873 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
2875 2017-11-29 Tom Tromey <tom@tromey.com>
2877 * gdb.base/relocate.exp: Update invalid argument test.
2878 Add new tests for invalid arguments.
2880 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2882 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
2884 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
2886 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2888 * gdb.cp/breakpoint.cc (bar): Set return type to void.
2889 * gdb.cp/psymtab-parameter.cc (func): Likewise.
2890 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
2892 * gdb.cp/shadow.cc (B.func): Return 0.
2894 2017-11-27 Joel Brobecker <brobecker@adacore.com>
2896 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
2897 expected output in gdb_expect call to allow the exception
2898 message to be present as well. Fix syntax confusion to avoid
2899 TCL thinking that exception_name is an array.
2901 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
2903 * gdb.arch/spu-info.c: Include <unistd.h>.
2904 (do_signal_test): Fix broken calls to write.
2905 * gdb.arch/spu-info.exp: Use prepare_for_testing.
2906 Fix checks for empty mailboxes. Update signal tests for corrected
2907 do_signal_test routine. Allow nonzero event status.
2908 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
2909 * gdb.cell/arch.exp: Use standard_output_file.
2910 * gdb.cell/break.exp: Likewise.
2911 * gdb.cell/bt.exp: Likewise.
2912 * gdb.cell/core.exp: Likewise.
2913 * gdb.cell/dwarfaddr.exp: Likewise.
2914 * gdb.cell/ea-cache.exp: Likewise.
2915 * gdb.cell/ea-standalone.exp: Likewise.
2916 * gdb.cell/f-regs.exp: Likewise.
2917 * gdb.cell/fork.exp: Likewise.
2918 * gdb.cell/gcore.exp: Likewise.
2919 * gdb.cell/mem-access.exp: Likewise.
2920 * gdb.cell/ptype.exp: Likewise.
2921 * gdb.cell/registers.exp: Likewise.
2922 * gdb.cell/sizeof.exp: Likewise.
2923 * gdb.cell/solib-symbol.exp: Likewise.
2924 * gdb.cell/solib.exp: Likewise.
2926 2017-11-25 Pedro Alves <palves@redhat.com>
2928 * gdb.base/complete-empty.exp: New file.
2929 * gdb.base/completion.exp: Adjust.
2931 2017-11-25 Pedro Alves <palves@redhat.com>
2933 * gdb.linespec/cpls-ops.cc: New file.
2934 * gdb.linespec/cpls-ops.exp: New file.
2935 * lib/completion-support.exp (test_complete_prefix_range_re): New,
2936 factored out from ...
2937 (test_complete_prefix_range): ... this.
2939 2017-11-24 Pedro Alves <palves@redhat.com>
2941 * gdb.linespec/cpcompletion.exp: New file.
2942 * gdb.linespec/cpls-hyphen.cc: New file.
2943 * gdb.linespec/cpls.cc: New file.
2944 * gdb.linespec/cpls2.cc: New file.
2945 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
2946 test to use test_gdb_complete_unique. Add label completion,
2947 keyword completion and explicit location completion tests.
2948 * lib/completion-support.exp: New file.
2950 2017-11-24 Joel Brobecker <brobecker@adacore.com>
2952 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
2953 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
2954 when hitting an exception catchpoint.
2956 2017-11-22 Yao Qi <yao.qi@linaro.org>
2958 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
2960 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
2962 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
2963 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
2964 * gdb.dwarf2/info-locals-optimized-out.c: New file.
2966 2017-11-22 Yao Qi <yao.qi@linaro.org>
2968 * gdb.base/info-os.exp: Pass pthreads.
2969 * gdb.multi/multi-attach.exp: Likewise.
2971 2017-11-22 Yao Qi <yao.qi@linaro.org>
2973 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
2976 2017-11-22 Yao Qi <yao.qi@linaro.org>
2978 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
2979 * gdb.base/break-interp.exp: Likewise.
2980 * gdb.base/jit-attach-pie.exp: Likewise.
2982 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2984 * gdb.base/float128.c (large128): New variable.
2985 * gdb.base/float128.exp: Add test to print largest __float128 value.
2987 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2989 * gdb.arch/vsx-regs.exp: Update register content checks.
2991 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
2993 * gdb.arch/ppc-longdouble.exp: New file.
2994 * gdb.arch/ppc-longdouble.c: Likewise.
2996 2017-11-21 Pedro Alves <palves@redhat.com>
2998 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3000 2017-11-20 Pedro Alves <palves@redhat.com>
3002 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3003 (long_double_typedef): New typedefs.
3004 Use DEF on double and long double.
3005 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3007 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3008 and 'long_double_ptr_same_size' locals. Use them to decide
3009 whether cast from array/function to float is valid/invalid.
3011 2017-11-17 Tom Tromey <tom@tromey.com>
3013 * gdb.rust/traits.rs: New file.
3014 * gdb.rust/traits.exp: New file.
3016 2017-11-17 Joel Brobecker <brobecker@adacore.com>
3018 * gdb.ada/minsyms: New testcase.
3020 2017-11-16 Pedro Alves <palves@redhat.com>
3022 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3023 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3025 2017-11-16 Pedro Alves <palves@redhat.com>
3027 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3028 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3030 2017-11-16 Pedro Alves <palves@redhat.com>
3032 * gdb.server/reconnect-ctrl-c.c: New file.
3033 * gdb.server/reconnect-ctrl-c.exp: New file.
3035 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
3037 * gdb.python/py-rbreak.exp: New file.
3038 * gdb.python/py-rbreak.c: New file.
3039 * gdb.python/py-rbreak-func2.c: New file.
3041 2017-11-16 Pedro Alves <palves@redhat.com>
3043 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3045 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3048 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
3050 * gdb.tui/completionn.exp (test_tab_completion): Add space in
3053 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
3055 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3058 2017-11-09 Pedro Alves <palves@redhat.com>
3060 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3061 factored out from ...
3062 (top level): ... here, and adjusted to avoid expecting beyond the
3063 prompt in a single gdb_test_multiple.
3065 2017-11-09 Pedro Alves <palves@redhat.com>
3067 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3069 * gdb.server/ext-attach.exp ("kill" test): Likewise.
3070 * gdb.server/ext-restart.exp ("kill" test): Likewise.
3071 * gdb.server/ext-run.exp ("kill" test): Likewise.
3072 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3074 2017-11-09 Pedro Alves <palves@redhat.com>
3076 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3077 match till end of line.
3079 2017-11-09 Pedro Alves <palves@redhat.com>
3081 * gdb.base/memattr.exp: Tighten regexes to match the end line.
3083 2017-11-09 Pedro Alves <palves@redhat.com>
3085 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
3086 New procedures, factored out from ...
3087 (top level): ... here, and adjusted to avoid expecting beyond the
3090 2017-11-09 Pedro Alves <palves@redhat.com>
3092 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
3093 output. Fix '?' match.
3095 2017-11-08 Joel Brobecker <brobecker@adacore.com>
3097 * gdb.ada/scoped_watch: New testcase.
3098 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
3099 which is actually correct.
3100 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
3101 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
3103 2017-11-08 Pedro Alves <palves@redhat.com>
3105 * gdb.gdb/complaints.exp (test_initial_complaints)
3106 (test_serial_complaints, test_short_complaints): Call
3107 complaint_internal instead of complaint.
3109 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
3111 * gdb.threads/tls-core.c: New file.
3112 * gdb.threads/tls-core.exp: Likewise.
3114 2017-11-08 Pedro Alves <palves@redhat.com>
3116 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3117 (p Exported_Capitalized): New test.
3118 (p exported_capitalized): New test.
3120 2017-11-07 Pedro Alves <palves@redhat.com>
3122 * gdb.cp/ena-dis-br-range.exp: Add more tests.
3124 2017-11-07 Pedro Alves <palves@redhat.com>
3126 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3127 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3128 (disable_invalid, disable_inverted, disable_negative): New
3130 ("bad numbers"): New set of tests.
3132 2017-11-07 Pedro Alves <palves@redhat.com>
3134 * gdb.cp/ena-dis-br-range.exp: Add tests.
3136 2017-11-07 Pedro Alves <palves@redhat.com>
3138 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
3140 2017-11-07 Xavier Roirand <roirand@adacore.com>
3141 Pedro Alves <palves@redhat.com>
3143 * gdb.base/ena-dis-br.exp: Add reference to
3144 gdb.cp/ena-dis-br-range.exp.
3145 * gdb.cp/ena-dis-br-range.exp: New file.
3146 * gdb.cp/ena-dis-br-range.cc: New file.
3148 2017-11-06 Pedro Alves <palves@redhat.com>
3150 * gdb.base/attach-non-pgrp-leader.c: New.
3151 * gdb.base/attach-non-pgrp-leader.exp: New.
3153 2017-11-06 Pedro Alves <palves@redhat.com>
3155 * configure.ac: No longer check for termio.h and sgtty.h.
3156 * configure: Regenerate.
3157 * remote-utils.c: Include termios.h instead of gdb_termios.h.
3158 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3159 Remove termio and sgtty code.
3161 2017-11-03 Yao Qi <yao.qi@linaro.org>
3163 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
3166 2017-11-03 Yao Qi <yao.qi@linaro.org>
3168 * gdb.python/py-thrhandle.exp: Skip it if python is not
3171 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
3173 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
3174 as a breakpoint command.
3176 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
3179 * gdb.python/py-infthread.exp: Test calling
3180 InferiorThread.inferior () multiple times in a row.
3182 2017-10-27 Keith Seitz <keiths@redhat.com>
3184 * gdb.opt/inline-break.exp (break_info_1): New procedure.
3185 Test "info break" for every inlined function breakpoint.
3187 2017-10-27 Yao Qi <yao.qi@linaro.org>
3189 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
3191 2017-10-26 Patrick Frants <osscontribute@gmail.com>
3193 * gdb.cp/classes.exp (test_static_members): Test printing
3195 * gdb.cp/classes.c (struct Inner, struct Outer): New.
3196 (Inner::instance, Outer::instance): New.
3198 2017-10-24 Pedro Alves <palves@redhat.com>
3200 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
3201 extra console" test in two stages.
3203 2017-10-24 Pedro Alves <palves@redhat.com>
3205 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
3207 2017-10-24 Pedro Alves <palves@redhat.com>
3209 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
3212 2017-10-24 Pedro Alves <palves@redhat.com>
3214 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
3215 $attempt" and "stoppedtry $stoppedtry" test prefixes.
3217 2017-10-24 Pedro Alves <palves@redhat.com>
3219 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
3220 parameter and handle it. Don't output read value in test name.
3222 2017-10-24 Pedro Alves <palves@redhat.com>
3224 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
3227 2017-10-24 Pedro Alves <palves@redhat.com>
3229 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
3230 include the unstable output directory name in the test's name.
3231 (initial_setup_simple) <'set args'>: Use custom test name.
3233 2017-10-24 Pedro Alves <palves@redhat.com>
3235 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
3236 with explicit test name.
3238 2017-10-20 Pedro Alves <palves@redhat.com>
3240 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
3241 'wait -i'. Use gdb_assert and remote_close.
3243 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
3245 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
3246 number from variable rather than hard-coded.
3248 2017-10-19 Pedro Alves <palves@redhat.com>
3250 * gdb.base/long-inferior-output.c: New file.
3251 * gdb.base/long-inferior-output.exp: New file.
3253 2017-11-18 Keith Seitz <keiths@redhat.com>
3255 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
3258 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
3259 Add additional user-defined conversion operator tests.
3261 2017-10-17 Pedro Alves <palves@redhat.com>
3263 * boards/native-stdio-gdbserver.exp: Load "local-board".
3265 2017-10-17 Pedro Alves <palves@redhat.com>
3267 * gdb.base/quit-live.c: New file.
3268 * gdb.base/quit-live.exp: New file.
3270 2017-10-16 Keith Seitz <keiths@redhat.com>
3272 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
3273 (class_with_protected_typedef, class_with_private_typedef)
3274 (struct_with_public_typedef, struct_with_protected_typedef)
3275 (struct_with_private_typedef): New classes/structs.
3276 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
3277 typedefs and access specifiers.
3279 2017-10-16 Pedro Alves <palves@redhat.com>
3280 Simon Marchi <simon.marchi@polymtl.ca>
3282 * README (Local vs Remote vs Native): New section.
3283 * boards/local-board.exp: New file, with bits factored out from
3285 * boards/native-extended-gdbserver.exp: ... here. Load
3287 * boards/native-gdbserver.exp: Load "local-board".
3288 (${board}_spawn, ${board}_exec): Delete.
3289 * boards/native-stdio-gdbserver.exp: Most contents factored out to
3291 * boards/stdio-gdbserver-base.exp: ... this new file.
3292 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
3293 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
3295 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
3296 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
3297 stdio_gdbserver_command.
3298 (${board}_get_remote_address, ${board}_get_comm_port)
3299 (${board}_download, ${board}_upload): Delete.
3300 (get_target_remote_pipe_cmd): New.
3302 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
3304 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3305 test_bkpt_deletion, test_bkpt_cond_and_cmds,
3306 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3307 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3308 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3309 remove with_test_prefix.
3311 2017-10-13 Pedro Alves <palves@redhat.com>
3313 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3314 * gdb.base/annota1.exp: Use it instead of is_remote.
3315 * gdb.base/annota3.exp: Use it instead of is_remote.
3316 * gdb.cp/annota2.exp: Use it instead of is_remote.
3317 * gdb.cp/annota3.exp: Use it instead of is_remote.
3318 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3320 2017-10-13 Pedro Alves <palves@redhat.com>
3322 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3323 (test_num_test_vars, run_and_count_vars, find_env)
3324 (test_set_unset_env, test_inherit_env_var): New procedures.
3325 (top level): Use them.
3327 2017-10-13 Pedro Alves <palves@redhat.com>
3329 * lib/selftest-support.exp (selftest_setup): Extend comments, and
3330 also skip on stub-like targets.
3332 2017-10-13 Pedro Alves <palves@redhat.com>
3335 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3336 (top level): Move some tests to ...
3337 (test_not_found): ... this new procedure.
3338 (top level): Call it.
3340 2017-10-13 Pedro Alves <palves@redhat.com>
3342 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
3343 expect different "info terminal" output if testing with a
3346 2017-10-13 Pedro Alves <palves@redhat.com>
3347 Simon Marchi <simon.marchi@polymtl.ca>
3350 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3352 2017-10-13 Pedro Alves <palves@redhat.com>
3354 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3357 2017-10-13 Pedro Alves <palves@redhat.com>
3359 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3362 2017-10-13 Pedro Alves <palves@redhat.com>
3364 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3367 2017-10-13 Pedro Alves <palves@redhat.com>
3369 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3371 (corefile_test_attach): Likewise. Check can_spawn_for_attach
3372 instead of is_remote.
3374 2017-10-13 Pedro Alves <palves@redhat.com>
3376 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3377 (top level): Add comment.
3379 2017-10-13 Pedro Alves <palves@redhat.com>
3381 * gdb.base/remote.exp (top level): Fix comment typo and add
3384 2017-10-13 Pedro Alves <palves@redhat.com>
3385 Simon Marchi <simon.marchi@polymtl.ca>
3387 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3388 calls and add comments. Skip test if use_gdb_stub is set.
3389 (top level): Use "set cwd" command instead of "cd" command.
3391 2017-10-13 Pedro Alves <palves@redhat.com>
3393 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3394 is_remote target check.
3396 2017-10-13 Pedro Alves <palves@redhat.com>
3398 * gdb.base/scope.exp: Use build_executable + clean_restart +
3399 gdb_file_cmd instead of prepare_for_testing and no longer skip
3400 "before run" tests on is_remote target boards. Update comments.
3401 * boards/native-extended-gdbserver.exp
3402 (extended_gdbserver_load_last_file): New, factored out from ...
3403 (gdb_load): ... this. Move further below and add comment.
3404 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3406 2017-10-12 Pedro Alves <palves@redhat.com>
3408 * gdb.base/attach.exp: Remove references to gdb64.
3409 * gdb.base/dbx.exp: Remove references to gdb64.
3411 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3412 Pedro Alves <palves@redhat.com>
3414 * gdb.base/label.exp: Remove is_remote target check.
3416 2017-10-12 Pedro Alves <palves@redhat.com>
3418 * gdb.base/auvx.exp (coredir): Update comment.
3419 (top level) <core_works>: Use "set cwd" command instead of "cd"
3422 2017-10-12 Pedro Alves <palves@redhat.com>
3423 Simon Marchi <simon.marchi@polymtl.ca>
3425 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3428 2017-10-12 Pedro Alves <palves@redhat.com>
3429 Simon Marchi <simon.marchi@polymtl.ca>
3431 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3432 Instead skip if there's any gdb_protocol set.
3434 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3435 Pedro Alves <palves@redhat.com>
3437 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3439 2017-10-12 Pedro Alves <palves@redhat.com>
3440 Simon Marchi <simon.marchi@polymtl.ca>
3442 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3443 instead of on dejagnu remote boards.
3445 2017-10-12 Pedro Alves <palves@redhat.com>
3446 Simon Marchi <simon.marchi@polymtl.ca>
3448 * gdb.base/inferior-died.exp: Remove is_remote and isnative
3449 checks. Use build_executable + clean_restart instead of
3450 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
3451 of enabling non-stop after starting gdb.
3453 2017-10-12 Pedro Alves <palves@redhat.com>
3455 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3456 * gdb.threads/non-ldr-exc-2.exp: Ditto.
3457 * gdb.threads/non-ldr-exc-3.exp: Ditto.
3458 * gdb.threads/non-ldr-exc-4.exp: Ditto.
3460 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
3462 * gdb.arch/arc-tdesc-cpu.exp: New file.
3463 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3465 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
3467 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3469 2017-10-10 Pedro Alves <palves@redhat.com>
3471 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3474 2017-10-10 Pedro Alves <palves@redhat.com>
3476 * lib/selftest-support.exp (selftest_setup): Update for
3477 captured_command_loop's prototype change.
3479 2017-10-09 Pedro Alves <palves@redhat.com>
3481 Test both arch1=>arch2 and arch2=>arch1.
3483 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3484 (srcfile2, binfile2, march1, march2): Remove globals. Largely
3486 (append_arch1_options, append_arch2_options, append_arch_options)
3487 (build_executables): New procedures.
3488 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
3490 (top level): Add new 'first_arch' testing axis.
3492 2017-10-09 Pedro Alves <palves@redhat.com>
3494 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3496 (thread_start, all_started): New functions.
3497 (main): Spawn new thread and wait until it is scheduled.
3498 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3500 (do_test): Add 'selected_thread' parameter. Run to all_started
3501 instead of main. Explicitly set the breakpoint at main. Switch
3502 to the SELECTED_THREAD thread.
3503 (top level): Test handling the exec event with either the main
3504 thread or the second thread selected.
3506 2017-10-09 Pedro Alves <palves@redhat.com>
3508 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3509 logic. Move STOP marker after the value checks.
3510 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3513 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
3515 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3517 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3519 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3520 integer-to-dfp conversion.
3521 * gdb.base/dfp-test.exp: Likewise.
3523 2017-10-04 Pedro Alves <palves@redhat.com>
3525 * gdb.multi/hangout.c: Include <unistd.h>.
3526 (hangout_loop): New function.
3527 (main): Call alarm. Call hangout_loop in a loop.
3528 * gdb.multi/hello.c: Include <unistd.h>.
3529 (hello_loop): New function.
3530 (main): Call alarm. Call hangout_loop in a loop.
3531 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3532 inferior with the other selected.
3534 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
3536 * gdb.mi/list-thread-groups-available.exp: New file.
3537 * gdb.mi/list-thread-groups-available.c: New file.
3539 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3541 * gdb.base/set-cwd.exp: Make it available on
3542 native-extended-gdbserver.
3544 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3546 * gdb.base/set-cwd.c: New file.
3547 * gdb.base/set-cwd.exp: Likewise.
3549 2017-10-02 Tom Tromey <tom@tromey.com>
3552 * gdb.rust/simple.rs (main): New variable "fslice".
3553 * gdb.rust/simple.exp: Add slice tests. Update string tests.
3555 2017-10-02 Tom Tromey <tom@tromey.com>
3557 * gdb.rust/simple.exp: Test ptype of a slice.
3559 2017-10-02 Tom Tromey <tom@tromey.com>
3561 * gdb.rust/simple.exp: Test index of slice.
3563 2017-09-27 Tom Tromey <tom@tromey.com>
3565 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3567 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
3568 Pedro Alves <palves@redhat.com>
3570 * gdb.base/compare-sections.exp (get value of read-only section): Read
3572 (corrupt read-only section): Likewise and don't set written if patching
3575 2017-09-21 Kevin Buettner <kevinb@redhat.com>
3577 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3580 2017-09-20 Pedro Alves <palves@redhat.com>
3582 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3583 symbol names in gdb's output.
3584 * gdb.cp/overload.exp ("list all overloads"): Likewise.
3586 2017-09-20 Pedro Alves <palves@redhat.com>
3588 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3590 (test_list_ambiguous_symbol): ... this and add a symbol name
3592 (test_list_ambiguous_function): Reimplement on top of
3593 test_list_ambiguous_symbol and also test listing ambiguous
3595 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3596 (ambiguous_fun): ... this.
3597 (ambiguous_var): New.
3598 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3599 (ambiguous_fun): ... this.
3600 (ambiguous_var): New.
3602 2017-09-19 John Baldwin <jhb@FreeBSD.org>
3604 * gdb.base/starti.c: New file.
3605 * gdb.base/starti.exp: New file.
3606 * lib/gdb.exp (gdb_starti_cmd): New procedure.
3608 2017-09-14 Pedro Alves <palves@redhat.com>
3610 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3611 (top level): Use it instead of runto.
3613 2017-09-11 Tom Tromey <tom@tromey.com>
3615 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3617 2017-09-11 Tom Tromey <tom@tromey.com>
3619 * gdb.python/py-infthread.exp: Add tests for new_thread event.
3620 * gdb.python/py-inferior.exp: Add tests for new inferior events.
3622 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
3624 * gdb.fortran/printing-types.exp: New file.
3625 * gdb.fortran/printing-types.exp: New file.
3627 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3629 * gdb.fortran/vla-ptype.exp: Fix typos.
3630 * gdb.fortran/vla-value.exp: Same.
3632 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3634 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3635 * gdb.mi/mi-var-child-f.exp: Likewise.
3636 * gdb.mi/mi-vla-fortran.exp: Likewise.
3638 2017-09-08 Frank Penczek <frank.penczek@intel.com>
3639 Christoph Weinmann <christoph.t.weinmann@intel.com>
3640 Bernhard Heckel <bernhard.heckel@intel.com>
3642 * gdb.fortran/ptr-indentation.f90: New file.
3643 * gdb.fortran/ptr-indentation.exp: New file.
3645 2017-09-05 Tom Tromey <tom@tromey.com>
3648 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3650 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
3652 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3654 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3656 * gdb.threads/tls-nodebug-pie.c: New file.
3657 * gdb.threads/tls-nodebug-pie.exp: New file.
3659 2017-09-05 Tom Tromey <tom@tromey.com>
3661 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3664 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3666 * gdb.multi/multi-arch-exec.exp: Test with different
3667 "follow-exec-mode" settings.
3668 (do_test): New procedure.
3670 2017-09-04 Pedro Alves <palves@redhat.com>
3672 * gdb.base/func-static.c (S::method const, S::method volatile)
3673 (S::method volatile const): New methods.
3674 (c_s, v_s, cv_s): New instances.
3675 (main): Call method() on them.
3676 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3677 (cannot_resolve): New procedure.
3678 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
3679 print-quote-unquoted columns.
3680 (do_test): Test printing each scope too.
3682 2017-09-04 Pedro Alves <palves@redhat.com>
3684 * gdb.base/local-static.exp: Also test with
3685 class::method::variable wholly quoted.
3686 * gdb.cp/m-static.exp (class::method::variable): Remove test.
3688 2017-09-04 Pedro Alves <palves@redhat.com>
3690 * gdb.base/local-static.c: New.
3691 * gdb.base/local-static.cc: New.
3692 * gdb.base/local-static.exp: New.
3694 2017-09-04 Pedro Alves <palves@redhat.com>
3696 * gdb.asm/asm-source.exp: Add casts to int.
3697 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3698 (dataglobal64_1, dataglobal64_2): New globals.
3699 * gdb.base/nodebug.exp: Test different expressions involving the
3700 new globals, with print, whatis and ptype. Add casts to int.
3701 * gdb.base/solib-display.exp: Add casts to int.
3702 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
3703 * gdb.cp/m-static.exp: Add cast to int.
3704 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3705 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3706 tls variable with no debug info without a cast. Test with a cast
3708 * gdb.trace/entry-values.exp: Add casts.
3710 2017-09-04 Pedro Alves <palves@redhat.com>
3712 * gdb.base/nodebug.exp: Test that ptype's error about functions
3713 with unknown return type includes the function name too.
3715 2017-09-04 Pedro Alves <palves@redhat.com>
3717 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3718 return type of munmap in infcall.
3719 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3720 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
3721 type of ftell in infcall.
3722 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3723 type of getpid in infcall.
3724 * gdb.base/infcall-exec.exp: Cast return type of execlp in
3726 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3727 Bail on failure to extract the pid.
3728 * gdb.base/nodebug.c: #include <stdint.h>.
3729 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3731 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3732 Change expected output of print/whatis/ptype with functions with
3733 no debug info. Test all supported languages. Call
3734 test_call_promotion.
3735 * gdb.compile/compile.exp: Adjust expected output to expect
3737 * gdb.threads/siginfo-threads.exp: Likewise.
3739 2017-09-04 Pedro Alves <palves@redhat.com>
3741 * gdb.base/callfuncs.exp (do_function_calls): New parameter
3742 "prototypes". Test calling float functions via prototyped and
3743 unprototyped function pointers.
3744 (perform_all_tests): New parameter "prototypes". Pass it down.
3745 (top level): Pass down "prototypes" parameter to
3748 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3750 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3751 Test with nested loops.
3753 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3755 * gdb.base/commands.exp: Call the new procedures.
3756 (loop_break_test, loop_continue_test): New procedures.
3758 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3760 * gdb.base/commands.exp: Call new procedure.
3761 (define_if_without_arg_test): New procedure.
3763 2017-09-04 Pedro Alves <palves@redhat.com>
3765 * gdb.base/list-ambiguous.exp: New file.
3766 * gdb.base/list-ambiguous0.c: New file.
3767 * gdb.base/list-ambiguous1.c: New file.
3768 * gdb.base/list.exp (test_list_range): Adjust expected output.
3770 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
3772 * gdb.base/share-env-with-gdbserver.c: New file.
3773 * gdb.base/share-env-with-gdbserver.exp: Likewise.
3775 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3777 * gdb.base/commands.exp (gdbvar_simple_if_test,
3778 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3779 progvar_simple_if_test, progvar_simple_while_test,
3780 progvar_complex_if_while_test, user_defined_command_test,
3781 user_defined_command_args_eval,
3782 user_defined_command_args_stack_test,
3783 user_defined_command_manyargs_test, bp_deleted_in_command_test,
3784 temporary_breakpoint_commands,
3785 gdb_test_no_prompt, redefine_hook_test,
3786 redefine_backtrace_test): Remove "global gdb_prompt".
3788 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3790 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3791 New proc, call it from toplevel.
3793 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3796 * gdb.server/normal.c: New file, copied from gdb.base.
3797 * gdb.server/run-without-local-binary.exp: New file.
3799 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
3801 * gdb.arch/sparc64-adi.exp: New file.
3802 * gdb.arch/sparc64-adi.c: New file.
3804 2017-08-22 Pedro Alves <palves@redhat.com>
3806 * gdb.cp/overload.exp (line_range_pattern): New procedure.
3807 (top level): Add "list all overloads" tests.
3809 2017-08-22 Tom Tromey <tom@tromey.com>
3811 * gdb.gdb/xfullpath.exp: Remove.
3813 2017-08-21 Pedro Alves <palves@redhat.com>
3816 * gdb.base/symbol-alias.c: New.
3817 * gdb.base/symbol-alias2.c: New.
3818 * gdb.base/symbol-alias.exp: New.
3820 2017-08-21 Pedro Alves <palves@redhat.com>
3822 * gdb.base/dfp-test.c
3823 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3824 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3825 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3826 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3827 * gdb.base/whatis-ptype-typedefs.c: New.
3828 * gdb.base/whatis-ptype-typedefs.exp: New.
3829 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3830 (an_int, an_int_type, an_int_type2): New globals.
3831 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3832 involving typedefs and cast expressions.
3833 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3834 (lookup_typedefs_function): New.
3835 (typedefs_pretty_printers_dict): New.
3836 (top level): Register lookup_typedefs_function in
3837 gdb.pretty_printers.
3839 2017-08-18 Yao Qi <yao.qi@linaro.org>
3841 * gdb.server/unittest.exp: New.
3843 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
3846 * gdb.base/environ.exp: Add test to check if 'unset environment'
3849 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3851 * lib/gdb.exp (universal_compile_options): New caching proc.
3852 (gdb_compile): Suppress GCC's coloring of messages.
3854 2017-08-14 Tom Tromey <tom@tromey.com>
3857 * gdb.base/printcmds.exp (test_radices): New function.
3858 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
3859 * gdb.base/sizeof.exp (check_valueof): Use p/d.
3860 * lib/gdb.exp (get_integer_valueof): Use p/d.
3862 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
3864 * lib/gdb.exp (get_valueof): Don't capture end-of-line
3867 2017-08-05 Tom Tromey <tom@tromey.com>
3869 * gdb.rust/simple.exp: Allow String to appear in a different
3872 2017-07-26 Yao Qi <yao.qi@linaro.org>
3874 * gdb.gdb/unittest.exp: Invoke command
3875 "maintenance check xml-descriptions".
3877 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3879 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
3881 (hex128): Drop erroneous calculation of parameters.
3883 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
3885 * gdb.python/py-unwind.exp: Disable stack protection when
3888 2017-07-20 Pedro Alves <palves@redhat.com>
3890 * gdb.base/default.exp (set language): Adjust expected output.
3892 2017-07-20 Pedro Alves <palves@redhat.com>
3894 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
3895 (test_minsym): ... this, and make static.
3896 (get_pck__foo__bar__minsym): Rename to ...
3897 (get_test_minsym): ... this.
3898 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
3899 symbol names and comments.
3900 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
3901 (get_test_minsym): ... this.
3902 (pck__foo__bar__minsym__2): Rename to ...
3903 (test_minsym): ... this.
3906 2017-07-17 Pedro Alves <palves@redhat.com>
3908 * gdb.base/completion.exp: Adjust expected output.
3909 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
3910 the completer works.
3912 2017-07-17 Pedro Alves <palves@redhat.com>
3914 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
3916 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3918 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
3920 2017-07-14 Tom Tromey <tom@tromey.com>
3923 * gdb.rust/simple.exp: Add tests.
3925 2017-07-14 Tom Tromey <tom@tromey.com>
3927 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
3929 2017-07-14 Pedro Alves <palves@redhat.com>
3931 * gdb.linespec/base/one/thefile.cc (z1): New function.
3932 * gdb.linespec/base/two/thefile.cc (z2): New function.
3933 * gdb.linespec/linespec.exp: Add tests.
3935 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3937 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
3938 to mi_create_breakpoint.
3940 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3942 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
3943 mi_create_breakpoint.
3945 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
3947 * gdb.dlang/demangle.exp: Update for demangling changes.
3949 2017-07-09 Tom Tromey <tom@tromey.com>
3951 * gdb.dwarf2/shortpiece.exp: New file.
3953 2017-07-06 David Blaikie <dblaikie@gmail.com>
3955 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
3956 built from fissiont-multi-cu{1,2}.c.
3957 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
3958 except putting 'main' and 'func' in separate CUs in the same DWO file.
3959 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
3961 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
3964 2017-07-06 Pedro Alves <palves@redhat.com>
3966 * gdb.python/py-unwind.exp: Test flushregs.
3968 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3971 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
3972 tests for alias commands and trailing whitespace.
3974 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3977 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
3980 2017-06-29 Pedro Alves <palves@redhat.com>
3982 * gdb.base/printcmds.exp: Add tests.
3984 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
3987 * gdb.base/reread-readsym.exp: New file.
3988 * gdb.base/reread-readsym.c: New file.
3990 2017-06-21 Kevin Buettner <kevinb@redhat.com>
3992 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
3995 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
3997 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3999 * gdb.arch/powerpc-power9.s: Likewise.
4001 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4003 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4004 on 32-bit x86 targets. Exploit is_*_target macros where
4007 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4009 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4012 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4014 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4015 located in one or more DWARF pieces.
4017 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4019 * lib/gdb.exp (get_endianness): New proc.
4020 * gdb.arch/aarch64-fp.exp: Use it.
4021 * gdb.arch/altivec-regs.exp: Likewise.
4022 * gdb.arch/e500-regs.exp: Likewise.
4023 * gdb.arch/vsx-regs.exp: Likewise.
4024 * gdb.base/dump.exp: Likewise.
4025 * gdb.base/funcargs.exp: Likewise.
4026 * gdb.base/gnu_vector.exp: Likewise.
4027 * gdb.dwarf2/formdata16.exp: Likewise.
4028 * gdb.dwarf2/implptrpiece.exp: Likewise.
4029 * gdb.dwarf2/nonvar-access.exp: Likewise.
4030 * gdb.python/py-inferior.exp: Likewise.
4031 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4033 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4036 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4037 stack value pieces are taken from the LSB end.
4039 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4041 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4042 variable at nonzero offset.
4044 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4046 * gdb.dwarf2/var-access.c: New file.
4047 * gdb.dwarf2/var-access.exp: New test.
4048 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4050 2017-06-12 Tom Tromey <tom@tromey.com>
4052 * gdb.dwarf2/formdata16.exp: Add tests.
4054 2017-06-12 Tom Tromey <tom@tromey.com>
4056 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4058 2017-06-12 Tom Tromey <tom@tromey.com>
4061 * gdb.reverse/i386-sse-reverse.exp: Update tests.
4062 * gdb.arch/vsx-regs.exp: Update tests.
4063 * gdb.arch/s390-vregs.exp (hex128): New proc.
4065 * gdb.arch/altivec-regs.exp: Update tests.
4067 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4069 * gdb.base/startup-with-shell.c: New file.
4070 * gdb.base/startup-with-shell.exp: Likewise.
4072 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4074 * gdb.server/non-existing-program.exp: Update regex in order to
4075 reflect the fact that gdbserver is now using fork_inferior (with a
4076 shell) to startup the inferior.
4078 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
4080 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4081 support function calls from GDB.
4083 2017-05-21 Tom Tromey <tom@tromey.com>
4086 * gdb.rust/unsized.exp: New file.
4087 * gdb.rust/unsized.rs: New file.
4089 2017-05-19 Tom Tromey <tom@tromey.com>
4092 * gdb.rust/watch.exp: New file.
4093 * gdb.rust/watch.rs: New file.
4095 2017-05-18 Tom Tromey <tom@tromey.com>
4097 * gdb.rust/simple.exp: Allow Box to be qualified.
4099 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
4101 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4103 2017-05-18 Pedro Alves <palves@redhat.com>
4105 * gdb.base/fileio.c (test_write, test_read, test_close)
4106 (test_fstat): Don't print 'ret' in the fail path.
4108 2017-05-18 Pedro Alves <palves@redhat.com>
4110 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4111 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4112 (test_system, test_rename, test_unlink, test_time): Change
4114 * gdb.base/fileio.exp (stop_msg): Adjust.
4116 2017-05-18 Pedro Alves <palves@redhat.com>
4118 * gdb.base/fileio.c (null_str): New global.
4119 (test_stat): Use it.
4120 * gdb.base/fileio.exp: Remove nowarnings.
4122 2017-05-17 Yao Qi <yao.qi@linaro.org>
4124 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4126 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
4128 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4130 (top-level): Invoke test_set_inferior_tty.
4132 2017-05-04 Pedro Alves <palves@redhat.com>
4134 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
4135 Add parens to print call for Python 3.
4137 2017-05-03 Keith Seitz <keiths@redhat.com>
4139 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4142 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4144 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
4147 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4149 * gdb.python/py-record-btrace.exp: Remove test for
4150 gdb.BtraceInstruction.error.
4152 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4154 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
4156 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4158 * gdb.python/py-record-btrace-threads.c: New file.
4159 * gdb.python/py-record-btrace-threads.exp: New file.
4161 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
4164 * gdb.base/environ.exp: Make test available in all architectures.
4165 Move bits related to "info program" testing to
4166 gdb.base/info-program.exp. Rewrite tests to use the two new
4167 procedures mentione below.
4168 (test_set_show_env_var) New procedure.
4169 (test_set_show_env_var_equal): Likewise.
4170 * gdb.base/info-program.exp: New file.
4172 2017-04-27 Keith Seitz <keiths@redhat.com>
4174 * gdb.cp/oranking.cc (test15): New function.
4175 (main): Call test15 and declare additional variables for testing.
4176 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
4177 "p foo101('abc')" tests.
4178 Add tests for cv qualifier overloads.
4179 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
4180 "lvalue reference overload" test.
4181 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
4182 "print value of f1 on Child&& in f2" test.
4184 2017-04-19 Pedro Alves <palves@redhat.com>
4186 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
4188 (top level): Call it.
4189 * lib/gdb.exp (gdb_define_cmd): New procedure.
4191 2017-04-12 Pedro Alves <palves@redhat.com>
4194 * gdb.cp/wide_char_types.c: Include <wchar.h>.
4195 (wchar): New global.
4196 * gdb.cp/wide_char_types.exp (wide_char_types_program)
4197 (do_test_wide_char, wide_char_types_no_program, top level): Add
4200 2017-04-12 Pedro Alves <palves@redhat.com>
4203 * gdb.cp/wide_char_types.c: New file.
4204 * gdb.cp/wide_char_types.exp: New file.
4206 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
4209 * gdb.trace/tsv.exp: Add test for "tsave -r".
4211 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
4213 * gdb.dlang/watch-loc.c: New file.
4214 * gdb.dlang/watch-loc.exp: New file.
4216 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4218 * gdb.python/py-section-script.exp (sepdebug): New testcases.
4220 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4222 * gdb.arch/arc-analyze-prologue.S: New file.
4223 * gdb.arch/arc-analyze-prologue.exp: Likewise.
4225 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4227 * gdb.arch/arc-decode-insn.S: New file.
4228 * gdb.arch/arc-decode-insn.exp: Likewise.
4230 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
4233 * gdb.arch/sparc64-regs.exp: New file.
4234 * gdb.arch/sparc64-regs.S: Likewise.
4236 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
4238 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4239 and memory view on Python 3.
4241 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
4242 Keith Seitz <keiths@redhat.com>
4245 * gdb.cp/demangle.exp: Add rvalue reference tests.
4246 * gdb.cp/rvalue-ref-casts.cc: New file.
4247 * gdb.cp/rvalue-ref-casts.exp: New file.
4248 * gdb.cp/rvalue-ref-overload.cc: New file.
4249 * gdb.cp/rvalue-ref-overload.exp: New file.
4250 * gdb.cp/rvalue-ref-params.cc: New file.
4251 * gdb.cp/rvalue-ref-params.exp: New file.
4252 * gdb.cp/rvalue-ref-sizeof.cc: New file.
4253 * gdb.cp/rvalue-ref-sizeof.exp: New file.
4254 * gdb.cp/rvalue-ref-types.cc: New file.
4255 * gdb.cp/rvalue-ref-types.exp: New file.
4256 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
4257 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
4259 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4261 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
4264 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4266 * lib/mi-support.exp (mi_gdb_test): Add additional message
4267 for unexpected output.
4269 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4271 * gdb.base/examine-backward.c (Barrier): New character array
4272 constant, to ensure that TestStrings is preceded by a string
4275 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4277 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
4278 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
4279 and implicit pointer into such a location.
4281 2017-03-16 Doug Evans <dje@google.com>
4283 * gdb.python/py-lazy-string (pointer): Really add new typedef.
4285 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
4287 * gdb.cp/m-static.exp: Fix expectation for prototype of
4288 test5.single_constructor and single_constructor::single_constructor.
4290 2017-03-16 Doug Evans <dje@google.com>
4292 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
4293 * gdb.guile/scm-lazy-string.c: New file.
4294 * gdb.guile/scm-value.exp: Move lazy string tests to ...
4295 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
4296 for pointer, array, typedef lazy strings.
4298 2017-03-16 Doug Evans <dje@google.com>
4300 PR python/17728, python/18439, python/18779
4301 * gdb.python/py-value.c (main) Delete locals sptr, sn.
4302 * gdb.python/py-lazy-string.c (pointer): New typedef.
4303 (main): New locals ptr, array, typedef_ptr.
4304 * gdb.python/py-value.exp: Move lazy string tests to ...
4305 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
4306 array, typedef lazy strings.
4308 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
4310 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4311 Add optional 'test' parameter.
4313 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4315 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4316 Skip for versions of DejaGnu < 1.5.
4318 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4320 * lib/gdb.exp (dejagnu_version): New proc.
4321 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4322 Use dejagnu_version.
4324 2017-03-10 Keith Seitz <keiths@redhat.com>
4327 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4328 type from destructor regexps.
4329 Add a branch which actually passes the test.
4330 Adjust "ptype t5i" test names.
4332 2017-03-08 Pedro Alves <palves@redhat.com>
4334 * gdb.base/step-over-exit.exp: Add explicit test message.
4336 2017-03-08 Pedro Alves <palves@redhat.com>
4339 * gdb.threads/interrupt-while-step-over.c: New file.
4340 * gdb.threads/interrupt-while-step-over.exp: New file.
4342 2017-03-08 Pedro Alves <palves@redhat.com>
4344 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4345 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4347 2017-03-08 Pedro Alves <palves@redhat.com>
4349 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4350 PKRU as not supported as a PASS.
4352 2017-03-08 Pedro Alves <palves@redhat.com>
4354 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4355 prefix instead of $binfile1/$binfile2.
4356 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4358 * gdb.python/py-completion.exp: Use "load python file" as test
4359 messages instead of unstable path names.
4361 2017-03-08 Pedro Alves <palves@redhat.com>
4362 Jan Kratochvil <jan.kratochvil@redhat.com>
4365 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4367 (top level): Call it.
4369 2017-03-08 Pedro Alves <palves@redhat.com>
4372 * gdb.tui/tui-nl-filtered-output.exp: New file.
4374 2017-03-08 Pedro Alves <palves@redhat.com>
4376 * gdb.base/completion.exp: Move TUI completion tests to ...
4377 * gdb.tui/completion.exp: ... this new file.
4379 2017-03-08 Pedro Alves <palves@redhat.com>
4381 * gdb.base/tui-disasm-long-lines.c,
4382 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4383 gdb.base/tui-layout.exp: Move to ...
4384 * gdb.tui/: ... this new directory.
4386 2017-03-07 Pedro Alves <palves@redhat.com>
4388 * gdb.base/tui-layout.c: New file.
4389 * gdb.base/tui-layout.exp: New file.
4391 2017-03-07 Pedro Alves <palves@redhat.com>
4393 * gdb.base/tui-layout.c: Rename to ...
4394 * gdb.base/tui-disasm-long-lines.c: ... this.
4395 * gdb.base/tui-layout.exp: Rename to ...
4396 * gdb.base/tui-disasm-long-lines.exp: ... this.
4398 2017-03-07 Pedro Alves <palves@redhat.com>
4400 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4402 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4404 * i386-mpx-call.c: New file.
4405 * i386-mpx-call.exp: New file.
4407 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
4409 * gdb.arch/powerpc-power.exp: Delete test.
4410 * gdb.arch/powerpc-power.s: Likewise.
4411 * gdb.disasm/disassembler-options.exp: New test.
4412 * gdb.arch/powerpc-altivec.exp: Likewise.
4413 * gdb.arch/powerpc-altivec.s: Likewise.
4414 * gdb.arch/powerpc-altivec2.exp: Likewise.
4415 * gdb.arch/powerpc-altivec2.s: Likewise.
4416 * gdb.arch/powerpc-altivec3.exp: Likewise.
4417 * gdb.arch/powerpc-altivec3.s: Likewise.
4418 * gdb.arch/powerpc-power7.exp: Likewise.
4419 * gdb.arch/powerpc-power7.s: Likewise.
4420 * gdb.arch/powerpc-power8.exp: Likewise.
4421 * gdb.arch/powerpc-power8.s: Likewise.
4422 * gdb.arch/powerpc-power9.exp: Likewise.
4423 * gdb.arch/powerpc-power9.s: Likewise.
4424 * gdb.arch/powerpc-vsx.exp: Likewise.
4425 * gdb.arch/powerpc-vsx.s: Likewise.
4426 * gdb.arch/powerpc-vsx2.exp: Likewise.
4427 * gdb.arch/powerpc-vsx2.s: Likewise.
4428 * gdb.arch/powerpc-vsx3.exp: Likewise.
4429 * gdb.arch/powerpc-vsx3.s: Likewise.
4430 * gdb.arch/arm-disassembler-options.exp: Likewise.
4431 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4432 * gdb.arch/s390-disassembler-options.exp: Likewise.
4434 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
4436 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4437 (check_supported_features): ... this. Changed return type to void.
4438 (supports_rdseed): New static global.
4439 (rdseed): Check supports_rdseed.
4440 (initialize): Call check_supported_features.
4442 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4444 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4445 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
4447 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4448 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4450 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4452 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4455 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4457 * gdb.dwarf2/formdata16.c: New file.
4458 * gdb.dwarf2/formdata16.exp: New file.
4459 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4461 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4463 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4464 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4465 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4466 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4469 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4471 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4473 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
4476 * gdb.base/maint.exp: Add testcases for when the commands do
4479 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
4481 * gdb.cp/chained-calls.exp: Use p instead of P.
4483 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
4485 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4486 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4488 2017-02-14 Tom Tromey <tom@tromey.com>
4491 * gdb.python/py-events.exp: Add before_prompt event tests.
4493 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4495 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4497 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
4499 * gdb.linespec/explicit.c (my_unique_function_name): New function.
4500 (main): Call my_unique_function_name.
4501 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4502 completion of patterns with a single match.
4503 Add missing -re switches to gdb_test_multiple calls.
4505 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
4507 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4508 return if core file is not recognized.
4510 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4512 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4515 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4517 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4520 2017-02-10 Tom Tromey <tom@tromey.com>
4522 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4524 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
4527 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4529 2017-02-08 Jerome Guitton <guitton@adacore.com>
4531 * gdb.base/define.exp: Add test for command abbreviations
4534 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
4536 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4537 * gdb.reverse/insn-reverse-x86.c: New file.
4539 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
4542 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4544 2017-02-03 Tom Tromey <tom@tromey.com>
4547 * gdb.rust/simple.exp: Add new tests.
4549 2017-02-02 Pedro Alves <palves@redhat.com>
4551 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4554 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4556 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4557 taking a 2-byte value out of a 4-byte DWARF implicit value on
4559 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4560 logic. Add test cases for DW_OP_implicit.
4562 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4564 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4566 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4568 * gdb.btrace/enable.exp: Call gdb_exit before
4569 skip_gdbserver_tests.
4571 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4573 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4576 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4578 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4579 the test is skipped.
4580 * gdb.btrace/data.exp: Likewise.
4581 * gdb.btrace/delta.exp: Likewise.
4582 * gdb.btrace/dlopen.exp: Likewise.
4583 * gdb.btrace/enable-running.exp: Likewise.
4584 * gdb.btrace/enable.exp: Likewise.
4585 * gdb.btrace/exception.exp: Likewise.
4586 * gdb.btrace/function_call_history.exp: Likewise.
4587 * gdb.btrace/gcore.exp: Likewise.
4588 * gdb.btrace/instruction_history.exp: Likewise.
4589 * gdb.btrace/multi-thread-step.exp: Likewise.
4590 * gdb.btrace/nohist.exp: Likewise.
4591 * gdb.btrace/non-stop.exp: Likewise.
4592 * gdb.btrace/reconnect.exp: Likewise.
4593 * gdb.btrace/record_goto-step.exp: Likewise.
4594 * gdb.btrace/record_goto.exp: Likewise.
4595 * gdb.btrace/rn-dl-bind.exp: Likewise.
4596 * gdb.btrace/segv.exp: Likewise.
4597 * gdb.btrace/step.exp: Likewise.
4598 * gdb.btrace/stepi.exp: Likewise.
4599 * gdb.btrace/tailcall-only.exp: Likewise.
4600 * gdb.btrace/tailcall.exp: Likewise.
4601 * gdb.btrace/tsx.exp: Likewise.
4602 * gdb.btrace/unknown_functions.exp: Likewise.
4603 * gdb.btrace/vdso.exp: Likewise.
4605 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4607 * gdb.btrace/enable-running.c: New.
4608 * gdb.btrace/enable-running.exp: New.
4610 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
4612 * gdb.arch/amd64-gs_base.c: New file.
4613 * gdb.arch/amd64-gs_base.exp: New file.
4615 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4617 * lib/memory.exp: Remove spurious empty newlines.
4619 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
4621 * gdb.python/py-bad-printers.exp: Load python file using "source".
4622 * gdb.python/py-events.exp: Likewise.
4623 * gdb.python/py-evsignal.exp: Likewise.
4624 * gdb.python/py-evthreads.exp: Likewise.
4625 * gdb.python/py-frame-args.exp: Likewise.
4626 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4627 * gdb.python/py-framefilter-mi.exp: Likewise.
4628 * gdb.python/py-framefilter.exp: Likewise.
4629 * gdb.python/py-mi.exp: Likewise.
4630 * gdb.python/py-pp-maint.exp: Likewise.
4631 * gdb.python/py-pp-registration.exp: Likewise.
4632 * gdb.python/py-prettyprint.exp: Likewise.
4633 (run_lang_tests): Likewise.
4634 * gdb.python/py-typeprint.exp: Likewise.
4636 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4638 * lib/memory.exp: New file.
4639 * lib/gdb.exp: Load memory.exp.
4640 * gdb.base/memattr.exp (delete_memory): Move proc to
4641 lib/memory.exp and rename to delete_memory_regions.
4642 Replace delete_memory with delete_memory_regions.
4643 Cleanup memory regions before tests.
4644 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4647 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4649 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4651 (initialize): New function conditionally defined.
4652 (testcases): Move within conditional block.
4653 (main): Call initialize.
4654 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4655 of gdb.reverse/insn-reverse.c.
4656 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4657 gdb.reverse/insn-reverse.c.
4659 2017-01-26 Yao Qi <yao.qi@linaro.org>
4661 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4662 disassemble on address 0.
4664 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4665 Yao Qi <yao.qi@linaro.org>
4667 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4668 * gdb.dwarf2/implptr-64bit.S: Remove.
4669 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
4670 variables in caller's context. Add DW_OP_implicit_value.
4672 2017-01-25 Yao Qi <yao.qi@linaro.org>
4674 * lib/dwarf.exp (Dwarf::_location): Handle
4675 DW_OP_GNU_implicit_pointer with proper size.
4677 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
4679 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4680 and add untested calls.
4682 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
4684 * gdb.python/python.exp: Check line number against what GDB thinks
4685 the line number is for func1.
4687 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
4689 * gdb.dlang/debug-expr.exp: New file.
4691 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
4693 Fix test names for the following files:
4695 * gdb.ada/exec_changed.exp
4696 * gdb.ada/info_types.exp
4697 * gdb.arch/aarch64-atomic-inst.exp
4698 * gdb.arch/aarch64-fp.exp
4699 * gdb.arch/altivec-abi.exp
4700 * gdb.arch/altivec-regs.exp
4701 * gdb.arch/amd64-byte.exp
4702 * gdb.arch/amd64-disp-step.exp
4703 * gdb.arch/amd64-dword.exp
4704 * gdb.arch/amd64-entry-value-inline.exp
4705 * gdb.arch/amd64-entry-value-param.exp
4706 * gdb.arch/amd64-entry-value-paramref.exp
4707 * gdb.arch/amd64-entry-value.exp
4708 * gdb.arch/amd64-i386-address.exp
4709 * gdb.arch/amd64-invalid-stack-middle.exp
4710 * gdb.arch/amd64-invalid-stack-top.exp
4711 * gdb.arch/amd64-optimout-repeat.exp
4712 * gdb.arch/amd64-prologue-skip.exp
4713 * gdb.arch/amd64-prologue-xmm.exp
4714 * gdb.arch/amd64-stap-special-operands.exp
4715 * gdb.arch/amd64-stap-wrong-subexp.exp
4716 * gdb.arch/amd64-tailcall-cxx.exp
4717 * gdb.arch/amd64-tailcall-noret.exp
4718 * gdb.arch/amd64-tailcall-ret.exp
4719 * gdb.arch/amd64-tailcall-self.exp
4720 * gdb.arch/amd64-word.exp
4721 * gdb.arch/arm-bl-branch-dest.exp
4722 * gdb.arch/arm-disp-step.exp
4723 * gdb.arch/arm-neon.exp
4724 * gdb.arch/arm-single-step-kernel-helper.exp
4725 * gdb.arch/avr-flash-qualifier.exp
4726 * gdb.arch/disp-step-insn-reloc.exp
4727 * gdb.arch/e500-abi.exp
4728 * gdb.arch/e500-regs.exp
4729 * gdb.arch/ftrace-insn-reloc.exp
4730 * gdb.arch/i386-avx512.exp
4731 * gdb.arch/i386-bp_permanent.exp
4732 * gdb.arch/i386-byte.exp
4733 * gdb.arch/i386-cfi-notcurrent.exp
4734 * gdb.arch/i386-disp-step.exp
4735 * gdb.arch/i386-dr3-watch.exp
4736 * gdb.arch/i386-float.exp
4737 * gdb.arch/i386-gnu-cfi.exp
4738 * gdb.arch/i386-mpx-map.exp
4739 * gdb.arch/i386-mpx-sigsegv.exp
4740 * gdb.arch/i386-mpx-simple_segv.exp
4741 * gdb.arch/i386-mpx.exp
4742 * gdb.arch/i386-permbkpt.exp
4743 * gdb.arch/i386-prologue.exp
4744 * gdb.arch/i386-signal.exp
4745 * gdb.arch/i386-size-overlap.exp
4746 * gdb.arch/i386-unwind.exp
4747 * gdb.arch/i386-word.exp
4748 * gdb.arch/mips-fcr.exp
4749 * gdb.arch/powerpc-d128-regs.exp
4750 * gdb.arch/powerpc-stackless.exp
4751 * gdb.arch/ppc64-atomic-inst.exp
4752 * gdb.arch/s390-stackless.exp
4753 * gdb.arch/s390-tdbregs.exp
4754 * gdb.arch/s390-vregs.exp
4755 * gdb.arch/sparc-sysstep.exp
4756 * gdb.arch/thumb-bx-pc.exp
4757 * gdb.arch/thumb-singlestep.exp
4758 * gdb.arch/thumb2-it.exp
4759 * gdb.arch/vsx-regs.exp
4760 * gdb.asm/asm-source.exp
4761 * gdb.base/a2-run.exp
4762 * gdb.base/advance.exp
4763 * gdb.base/all-bin.exp
4766 * gdb.base/arithmet.exp
4767 * gdb.base/async-shell.exp
4768 * gdb.base/async.exp
4769 * gdb.base/attach-pie-noexec.exp
4770 * gdb.base/attach-twice.exp
4771 * gdb.base/auto-load.exp
4773 * gdb.base/bitfields.exp
4774 * gdb.base/break-always.exp
4775 * gdb.base/break-caller-line.exp
4776 * gdb.base/break-entry.exp
4777 * gdb.base/break-inline.exp
4778 * gdb.base/break-on-linker-gcd-function.exp
4779 * gdb.base/break-probes.exp
4780 * gdb.base/break.exp
4781 * gdb.base/breakpoint-shadow.exp
4782 * gdb.base/call-ar-st.exp
4783 * gdb.base/call-sc.exp
4784 * gdb.base/call-signal-resume.exp
4785 * gdb.base/call-strs.exp
4786 * gdb.base/callfuncs.exp
4787 * gdb.base/catch-fork-static.exp
4788 * gdb.base/catch-gdb-caused-signals.exp
4789 * gdb.base/catch-load.exp
4790 * gdb.base/catch-signal-fork.exp
4791 * gdb.base/catch-signal.exp
4792 * gdb.base/catch-syscall.exp
4793 * gdb.base/charset.exp
4794 * gdb.base/checkpoint.exp
4795 * gdb.base/chng-syms.exp
4796 * gdb.base/code-expr.exp
4797 * gdb.base/code_elim.exp
4798 * gdb.base/commands.exp
4799 * gdb.base/completion.exp
4800 * gdb.base/complex.exp
4801 * gdb.base/cond-expr.exp
4802 * gdb.base/condbreak.exp
4803 * gdb.base/consecutive.exp
4804 * gdb.base/continue-all-already-running.exp
4805 * gdb.base/coredump-filter.exp
4806 * gdb.base/corefile.exp
4808 * gdb.base/debug-expr.exp
4809 * gdb.base/define.exp
4811 * gdb.base/disabled-location.exp
4812 * gdb.base/disasm-end-cu.exp
4813 * gdb.base/disasm-optim.exp
4814 * gdb.base/display.exp
4815 * gdb.base/duplicate-bp.exp
4816 * gdb.base/ena-dis-br.exp
4817 * gdb.base/ending-run.exp
4818 * gdb.base/enumval.exp
4819 * gdb.base/environ.exp
4820 * gdb.base/eu-strip-infcall.exp
4821 * gdb.base/eval-avoid-side-effects.exp
4822 * gdb.base/eval-skip.exp
4823 * gdb.base/exitsignal.exp
4824 * gdb.base/expand-psymtabs.exp
4825 * gdb.base/filesym.exp
4826 * gdb.base/find-unmapped.exp
4827 * gdb.base/finish.exp
4828 * gdb.base/float.exp
4829 * gdb.base/foll-exec-mode.exp
4830 * gdb.base/foll-exec.exp
4831 * gdb.base/foll-fork.exp
4832 * gdb.base/fortran-sym-case.exp
4833 * gdb.base/freebpcmd.exp
4834 * gdb.base/func-ptr.exp
4835 * gdb.base/func-ptrs.exp
4836 * gdb.base/funcargs.exp
4837 * gdb.base/gcore-buffer-overflow.exp
4838 * gdb.base/gcore-relro-pie.exp
4839 * gdb.base/gcore-relro.exp
4840 * gdb.base/gcore.exp
4841 * gdb.base/gdb1090.exp
4842 * gdb.base/gdb11530.exp
4843 * gdb.base/gdb11531.exp
4844 * gdb.base/gdb1821.exp
4845 * gdb.base/gdbindex-stabs.exp
4846 * gdb.base/gdbvars.exp
4847 * gdb.base/hbreak.exp
4848 * gdb.base/hbreak2.exp
4849 * gdb.base/included.exp
4850 * gdb.base/infcall-input.exp
4851 * gdb.base/inferior-died.exp
4852 * gdb.base/infnan.exp
4853 * gdb.base/info-macros.exp
4854 * gdb.base/info-os.exp
4855 * gdb.base/info-proc.exp
4856 * gdb.base/info-shared.exp
4857 * gdb.base/info-target.exp
4858 * gdb.base/infoline.exp
4859 * gdb.base/interp.exp
4860 * gdb.base/interrupt.exp
4861 * gdb.base/jit-reader.exp
4862 * gdb.base/jit-simple.exp
4863 * gdb.base/kill-after-signal.exp
4864 * gdb.base/kill-detach-inferiors-cmd.exp
4865 * gdb.base/label.exp
4866 * gdb.base/langs.exp
4867 * gdb.base/ldbl_e308.exp
4868 * gdb.base/line-symtabs.exp
4869 * gdb.base/linespecs.exp
4871 * gdb.base/long_long.exp
4872 * gdb.base/longest-types.exp
4873 * gdb.base/maint.exp
4874 * gdb.base/max-value-size.exp
4875 * gdb.base/memattr.exp
4876 * gdb.base/mips_pro.exp
4877 * gdb.base/morestack.exp
4878 * gdb.base/moribund-step.exp
4879 * gdb.base/multi-forks.exp
4880 * gdb.base/nested-addr.exp
4881 * gdb.base/nextoverexit.exp
4882 * gdb.base/noreturn-finish.exp
4883 * gdb.base/noreturn-return.exp
4884 * gdb.base/nostdlib.exp
4885 * gdb.base/offsets.exp
4886 * gdb.base/opaque.exp
4887 * gdb.base/pc-fp.exp
4888 * gdb.base/permissions.exp
4889 * gdb.base/print-symbol-loading.exp
4890 * gdb.base/prologue-include.exp
4891 * gdb.base/psymtab.exp
4892 * gdb.base/ptype.exp
4893 * gdb.base/random-signal.exp
4894 * gdb.base/randomize.exp
4895 * gdb.base/range-stepping.exp
4896 * gdb.base/readline-ask.exp
4897 * gdb.base/recpar.exp
4898 * gdb.base/recurse.exp
4899 * gdb.base/relational.exp
4900 * gdb.base/restore.exp
4901 * gdb.base/return-nodebug.exp
4902 * gdb.base/return.exp
4903 * gdb.base/run-after-attach.exp
4904 * gdb.base/save-bp.exp
4905 * gdb.base/scope.exp
4906 * gdb.base/sect-cmd.exp
4907 * gdb.base/set-lang-auto.exp
4908 * gdb.base/set-noassign.exp
4909 * gdb.base/setvar.exp
4910 * gdb.base/sigall.exp
4911 * gdb.base/sigbpt.exp
4912 * gdb.base/siginfo-addr.exp
4913 * gdb.base/siginfo-infcall.exp
4914 * gdb.base/siginfo-obj.exp
4915 * gdb.base/siginfo.exp
4916 * gdb.base/signals-state-child.exp
4917 * gdb.base/signest.exp
4918 * gdb.base/sigstep.exp
4919 * gdb.base/sizeof.exp
4921 * gdb.base/solib-corrupted.exp
4922 * gdb.base/solib-nodir.exp
4923 * gdb.base/solib-search.exp
4924 * gdb.base/stack-checking.exp
4925 * gdb.base/stale-infcall.exp
4926 * gdb.base/stap-probe.exp
4927 * gdb.base/start.exp
4928 * gdb.base/step-break.exp
4929 * gdb.base/step-bt.exp
4930 * gdb.base/step-line.exp
4931 * gdb.base/step-over-exit.exp
4932 * gdb.base/step-over-syscall.exp
4933 * gdb.base/step-resume-infcall.exp
4934 * gdb.base/step-test.exp
4935 * gdb.base/store.exp
4936 * gdb.base/structs3.exp
4937 * gdb.base/sym-file.exp
4938 * gdb.base/symbol-without-target_section.exp
4940 * gdb.base/testenv.exp
4941 * gdb.base/ui-redirect.exp
4942 * gdb.base/until.exp
4943 * gdb.base/unwindonsignal.exp
4944 * gdb.base/value-double-free.exp
4945 * gdb.base/vla-datatypes.exp
4946 * gdb.base/vla-ptr.exp
4947 * gdb.base/vla-sideeffect.exp
4948 * gdb.base/volatile.exp
4949 * gdb.base/watch-cond-infcall.exp
4950 * gdb.base/watch-cond.exp
4951 * gdb.base/watch-non-mem.exp
4952 * gdb.base/watch-read.exp
4953 * gdb.base/watch-vfork.exp
4954 * gdb.base/watchpoint-cond-gone.exp
4955 * gdb.base/watchpoint-delete.exp
4956 * gdb.base/watchpoint-hw-hit-once.exp
4957 * gdb.base/watchpoint-hw.exp
4958 * gdb.base/watchpoint-stops-at-right-insn.exp
4959 * gdb.base/watchpoints.exp
4960 * gdb.base/wchar.exp
4961 * gdb.base/whatis-exp.exp
4962 * gdb.btrace/buffer-size.exp
4963 * gdb.btrace/data.exp
4964 * gdb.btrace/delta.exp
4965 * gdb.btrace/dlopen.exp
4966 * gdb.btrace/enable.exp
4967 * gdb.btrace/exception.exp
4968 * gdb.btrace/function_call_history.exp
4969 * gdb.btrace/gcore.exp
4970 * gdb.btrace/instruction_history.exp
4971 * gdb.btrace/nohist.exp
4972 * gdb.btrace/reconnect.exp
4973 * gdb.btrace/record_goto-step.exp
4974 * gdb.btrace/record_goto.exp
4975 * gdb.btrace/rn-dl-bind.exp
4976 * gdb.btrace/segv.exp
4977 * gdb.btrace/step.exp
4978 * gdb.btrace/stepi.exp
4979 * gdb.btrace/tailcall-only.exp
4980 * gdb.btrace/tailcall.exp
4981 * gdb.btrace/tsx.exp
4982 * gdb.btrace/unknown_functions.exp
4983 * gdb.btrace/vdso.exp
4984 * gdb.compile/compile-ifunc.exp
4985 * gdb.compile/compile-ops.exp
4986 * gdb.compile/compile-print.exp
4987 * gdb.compile/compile-setjmp.exp
4988 * gdb.cp/abstract-origin.exp
4989 * gdb.cp/ambiguous.exp
4990 * gdb.cp/annota2.exp
4991 * gdb.cp/annota3.exp
4992 * gdb.cp/anon-ns.exp
4993 * gdb.cp/anon-struct.exp
4994 * gdb.cp/anon-union.exp
4995 * gdb.cp/arg-reference.exp
4996 * gdb.cp/baseenum.exp
4998 * gdb.cp/breakpoint.exp
4999 * gdb.cp/bs15503.exp
5002 * gdb.cp/chained-calls.exp
5004 * gdb.cp/classes.exp
5005 * gdb.cp/cmpd-minsyms.exp
5006 * gdb.cp/converts.exp
5007 * gdb.cp/cp-relocate.exp
5008 * gdb.cp/cpcompletion.exp
5009 * gdb.cp/cpexprs.exp
5010 * gdb.cp/cplabel.exp
5011 * gdb.cp/cplusfuncs.exp
5012 * gdb.cp/cpsizeof.exp
5014 * gdb.cp/derivation.exp
5015 * gdb.cp/destrprint.exp
5016 * gdb.cp/dispcxx.exp
5017 * gdb.cp/enum-class.exp
5018 * gdb.cp/exception.exp
5019 * gdb.cp/exceptprint.exp
5020 * gdb.cp/expand-psymtabs-cxx.exp
5021 * gdb.cp/expand-sals.exp
5022 * gdb.cp/extern-c.exp
5023 * gdb.cp/filename.exp
5024 * gdb.cp/formatted-ref.exp
5025 * gdb.cp/fpointer.exp
5026 * gdb.cp/gdb1355.exp
5027 * gdb.cp/gdb2495.exp
5029 * gdb.cp/impl-this.exp
5030 * gdb.cp/infcall-dlopen.exp
5031 * gdb.cp/inherit.exp
5032 * gdb.cp/iostream.exp
5036 * gdb.cp/m-static.exp
5037 * gdb.cp/mb-ctor.exp
5038 * gdb.cp/mb-inline.exp
5039 * gdb.cp/mb-templates.exp
5040 * gdb.cp/member-name.exp
5041 * gdb.cp/member-ptr.exp
5042 * gdb.cp/meth-typedefs.exp
5044 * gdb.cp/method2.exp
5045 * gdb.cp/minsym-fallback.exp
5047 * gdb.cp/namelessclass.exp
5048 * gdb.cp/namespace-enum.exp
5049 * gdb.cp/namespace-nested-import.exp
5050 * gdb.cp/namespace.exp
5051 * gdb.cp/nextoverthrow.exp
5052 * gdb.cp/no-dmgl-verbose.exp
5053 * gdb.cp/non-trivial-retval.exp
5054 * gdb.cp/noparam.exp
5056 * gdb.cp/nsimport.exp
5057 * gdb.cp/nsnested.exp
5058 * gdb.cp/nsnoimports.exp
5059 * gdb.cp/nsrecurs.exp
5060 * gdb.cp/nsstress.exp
5061 * gdb.cp/nsusing.exp
5062 * gdb.cp/operator.exp
5063 * gdb.cp/oranking.exp
5064 * gdb.cp/overload-const.exp
5065 * gdb.cp/overload.exp
5066 * gdb.cp/ovldbreak.exp
5068 * gdb.cp/paren-type.exp
5069 * gdb.cp/parse-lang.exp
5070 * gdb.cp/pass-by-ref.exp
5071 * gdb.cp/pr-1023.exp
5072 * gdb.cp/pr-1210.exp
5074 * gdb.cp/pr10687.exp
5075 * gdb.cp/pr12028.exp
5076 * gdb.cp/pr17132.exp
5077 * gdb.cp/pr17494.exp
5081 * gdb.cp/printmethod.exp
5083 * gdb.cp/psymtab-parameter.exp
5084 * gdb.cp/ptype-cv-cp.exp
5085 * gdb.cp/ptype-flags.exp
5086 * gdb.cp/re-set-overloaded.exp
5087 * gdb.cp/ref-types.exp
5089 * gdb.cp/scope-err.exp
5092 * gdb.cp/static-method.exp
5093 * gdb.cp/static-print-quit.exp
5094 * gdb.cp/temargs.exp
5095 * gdb.cp/templates.exp
5096 * gdb.cp/try_catch.exp
5097 * gdb.cp/typedef-operator.exp
5099 * gdb.cp/userdef.exp
5100 * gdb.cp/using-crash.exp
5101 * gdb.cp/var-tag.exp
5102 * gdb.cp/virtbase.exp
5103 * gdb.cp/virtfunc.exp
5104 * gdb.cp/virtfunc2.exp
5105 * gdb.cp/vla-cxx.exp
5106 * gdb.disasm/t01_mov.exp
5107 * gdb.disasm/t02_mova.exp
5108 * gdb.disasm/t03_add.exp
5109 * gdb.disasm/t04_sub.exp
5110 * gdb.disasm/t05_cmp.exp
5111 * gdb.disasm/t06_ari2.exp
5112 * gdb.disasm/t07_ari3.exp
5113 * gdb.disasm/t08_or.exp
5114 * gdb.disasm/t09_xor.exp
5115 * gdb.disasm/t10_and.exp
5116 * gdb.disasm/t11_logs.exp
5117 * gdb.disasm/t12_bit.exp
5118 * gdb.disasm/t13_otr.exp
5119 * gdb.dlang/circular.exp
5120 * gdb.dwarf2/arr-stride.exp
5121 * gdb.dwarf2/arr-subrange.exp
5122 * gdb.dwarf2/atomic-type.exp
5123 * gdb.dwarf2/bad-regnum.exp
5124 * gdb.dwarf2/bitfield-parent-optimized-out.exp
5125 * gdb.dwarf2/callframecfa.exp
5126 * gdb.dwarf2/clztest.exp
5127 * gdb.dwarf2/corrupt.exp
5128 * gdb.dwarf2/data-loc.exp
5129 * gdb.dwarf2/dup-psym.exp
5130 * gdb.dwarf2/dw2-anon-mptr.exp
5131 * gdb.dwarf2/dw2-anonymous-func.exp
5132 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5133 * gdb.dwarf2/dw2-bad-unresolved.exp
5134 * gdb.dwarf2/dw2-basic.exp
5135 * gdb.dwarf2/dw2-canonicalize-type.exp
5136 * gdb.dwarf2/dw2-case-insensitive.exp
5137 * gdb.dwarf2/dw2-common-block.exp
5138 * gdb.dwarf2/dw2-compdir-oldgcc.exp
5139 * gdb.dwarf2/dw2-compressed.exp
5140 * gdb.dwarf2/dw2-const.exp
5141 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
5142 * gdb.dwarf2/dw2-cu-size.exp
5143 * gdb.dwarf2/dw2-dup-frame.exp
5144 * gdb.dwarf2/dw2-entry-value.exp
5145 * gdb.dwarf2/dw2-icycle.exp
5146 * gdb.dwarf2/dw2-ifort-parameter.exp
5147 * gdb.dwarf2/dw2-inline-break.exp
5148 * gdb.dwarf2/dw2-inline-param.exp
5149 * gdb.dwarf2/dw2-intercu.exp
5150 * gdb.dwarf2/dw2-intermix.exp
5151 * gdb.dwarf2/dw2-lexical-block-bare.exp
5152 * gdb.dwarf2/dw2-linkage-name-trust.exp
5153 * gdb.dwarf2/dw2-minsym-in-cu.exp
5154 * gdb.dwarf2/dw2-noloc.exp
5155 * gdb.dwarf2/dw2-op-call.exp
5156 * gdb.dwarf2/dw2-op-out-param.exp
5157 * gdb.dwarf2/dw2-opt-structptr.exp
5158 * gdb.dwarf2/dw2-param-error.exp
5159 * gdb.dwarf2/dw2-producer.exp
5160 * gdb.dwarf2/dw2-ranges-base.exp
5161 * gdb.dwarf2/dw2-ref-missing-frame.exp
5162 * gdb.dwarf2/dw2-reg-undefined.exp
5163 * gdb.dwarf2/dw2-regno-invalid.exp
5164 * gdb.dwarf2/dw2-restore.exp
5165 * gdb.dwarf2/dw2-restrict.exp
5166 * gdb.dwarf2/dw2-single-line-discriminators.exp
5167 * gdb.dwarf2/dw2-strp.exp
5168 * gdb.dwarf2/dw2-undefined-ret-addr.exp
5169 * gdb.dwarf2/dw2-unresolved.exp
5170 * gdb.dwarf2/dw2-var-zero-addr.exp
5171 * gdb.dwarf2/dw4-sig-types.exp
5172 * gdb.dwarf2/dwz.exp
5173 * gdb.dwarf2/dynarr-ptr.exp
5174 * gdb.dwarf2/enum-type.exp
5175 * gdb.dwarf2/gdb-index.exp
5176 * gdb.dwarf2/implptr-64bit.exp
5177 * gdb.dwarf2/implptr-optimized-out.exp
5178 * gdb.dwarf2/implptr.exp
5179 * gdb.dwarf2/implref-array.exp
5180 * gdb.dwarf2/implref-const.exp
5181 * gdb.dwarf2/implref-global.exp
5182 * gdb.dwarf2/implref-struct.exp
5183 * gdb.dwarf2/mac-fileno.exp
5184 * gdb.dwarf2/main-subprogram.exp
5185 * gdb.dwarf2/member-ptr-forwardref.exp
5186 * gdb.dwarf2/method-ptr.exp
5187 * gdb.dwarf2/missing-sig-type.exp
5188 * gdb.dwarf2/nonvar-access.exp
5189 * gdb.dwarf2/opaque-type-lookup.exp
5190 * gdb.dwarf2/pieces-optimized-out.exp
5191 * gdb.dwarf2/pieces.exp
5192 * gdb.dwarf2/pr10770.exp
5193 * gdb.dwarf2/pr13961.exp
5194 * gdb.dwarf2/staticvirtual.exp
5195 * gdb.dwarf2/subrange.exp
5196 * gdb.dwarf2/symtab-producer.exp
5197 * gdb.dwarf2/trace-crash.exp
5198 * gdb.dwarf2/typeddwarf.exp
5199 * gdb.dwarf2/valop.exp
5200 * gdb.dwarf2/watch-notconst.exp
5201 * gdb.fortran/array-element.exp
5202 * gdb.fortran/charset.exp
5203 * gdb.fortran/common-block.exp
5204 * gdb.fortran/complex.exp
5205 * gdb.fortran/derived-type-function.exp
5206 * gdb.fortran/derived-type.exp
5207 * gdb.fortran/logical.exp
5208 * gdb.fortran/module.exp
5209 * gdb.fortran/multi-dim.exp
5210 * gdb.fortran/nested-funcs.exp
5211 * gdb.fortran/print-formatted.exp
5212 * gdb.fortran/subarray.exp
5213 * gdb.fortran/vla-alloc-assoc.exp
5214 * gdb.fortran/vla-datatypes.exp
5215 * gdb.fortran/vla-history.exp
5216 * gdb.fortran/vla-ptr-info.exp
5217 * gdb.fortran/vla-ptype-sub.exp
5218 * gdb.fortran/vla-ptype.exp
5219 * gdb.fortran/vla-sizeof.exp
5220 * gdb.fortran/vla-type.exp
5221 * gdb.fortran/vla-value-sub-arbitrary.exp
5222 * gdb.fortran/vla-value-sub-finish.exp
5223 * gdb.fortran/vla-value-sub.exp
5224 * gdb.fortran/vla-value.exp
5225 * gdb.fortran/whatis_type.exp
5227 * gdb.go/handcall.exp
5229 * gdb.go/integers.exp
5230 * gdb.go/methods.exp
5231 * gdb.go/package.exp
5232 * gdb.go/strings.exp
5235 * gdb.guile/scm-arch.exp
5236 * gdb.guile/scm-block.exp
5237 * gdb.guile/scm-breakpoint.exp
5238 * gdb.guile/scm-cmd.exp
5239 * gdb.guile/scm-disasm.exp
5240 * gdb.guile/scm-equal.exp
5241 * gdb.guile/scm-frame-args.exp
5242 * gdb.guile/scm-frame-inline.exp
5243 * gdb.guile/scm-frame.exp
5244 * gdb.guile/scm-iterator.exp
5245 * gdb.guile/scm-math.exp
5246 * gdb.guile/scm-objfile.exp
5247 * gdb.guile/scm-ports.exp
5248 * gdb.guile/scm-symbol.exp
5249 * gdb.guile/scm-symtab.exp
5250 * gdb.guile/scm-value-cc.exp
5251 * gdb.guile/types-module.exp
5252 * gdb.linespec/break-ask.exp
5253 * gdb.linespec/cpexplicit.exp
5254 * gdb.linespec/explicit.exp
5255 * gdb.linespec/keywords.exp
5256 * gdb.linespec/linespec.exp
5257 * gdb.linespec/ls-dollar.exp
5258 * gdb.linespec/ls-errs.exp
5259 * gdb.linespec/skip-two.exp
5260 * gdb.linespec/thread.exp
5261 * gdb.mi/mi-async.exp
5262 * gdb.mi/mi-basics.exp
5263 * gdb.mi/mi-break.exp
5264 * gdb.mi/mi-catch-load.exp
5266 * gdb.mi/mi-cmd-param-changed.exp
5267 * gdb.mi/mi-console.exp
5268 * gdb.mi/mi-detach.exp
5269 * gdb.mi/mi-disassemble.exp
5270 * gdb.mi/mi-eval.exp
5271 * gdb.mi/mi-file-transfer.exp
5272 * gdb.mi/mi-file.exp
5273 * gdb.mi/mi-fill-memory.exp
5274 * gdb.mi/mi-inheritance-syntax-error.exp
5275 * gdb.mi/mi-linespec-err-cp.exp
5276 * gdb.mi/mi-logging.exp
5277 * gdb.mi/mi-memory-changed.exp
5278 * gdb.mi/mi-read-memory.exp
5279 * gdb.mi/mi-record-changed.exp
5280 * gdb.mi/mi-reg-undefined.exp
5281 * gdb.mi/mi-regs.exp
5282 * gdb.mi/mi-return.exp
5283 * gdb.mi/mi-reverse.exp
5284 * gdb.mi/mi-simplerun.exp
5285 * gdb.mi/mi-solib.exp
5286 * gdb.mi/mi-stack.exp
5287 * gdb.mi/mi-stepi.exp
5288 * gdb.mi/mi-syn-frame.exp
5289 * gdb.mi/mi-until.exp
5290 * gdb.mi/mi-var-block.exp
5291 * gdb.mi/mi-var-child.exp
5292 * gdb.mi/mi-var-cmd.exp
5293 * gdb.mi/mi-var-cp.exp
5294 * gdb.mi/mi-var-display.exp
5295 * gdb.mi/mi-var-invalidate.exp
5296 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
5297 * gdb.mi/mi-vla-fortran.exp
5298 * gdb.mi/mi-watch.exp
5299 * gdb.mi/mi2-var-child.exp
5300 * gdb.mi/user-selected-context-sync.exp
5301 * gdb.modula2/unbounded-array.exp
5302 * gdb.multi/dummy-frame-restore.exp
5303 * gdb.multi/multi-arch-exec.exp
5304 * gdb.multi/multi-arch.exp
5305 * gdb.multi/tids.exp
5306 * gdb.multi/watchpoint-multi.exp
5307 * gdb.opencl/callfuncs.exp
5308 * gdb.opencl/convs_casts.exp
5309 * gdb.opencl/datatypes.exp
5310 * gdb.opencl/operators.exp
5311 * gdb.opencl/vec_comps.exp
5312 * gdb.opt/clobbered-registers-O2.exp
5313 * gdb.opt/inline-break.exp
5314 * gdb.opt/inline-bt.exp
5315 * gdb.opt/inline-cmds.exp
5316 * gdb.opt/inline-locals.exp
5317 * gdb.pascal/case-insensitive-symbols.exp
5318 * gdb.pascal/floats.exp
5319 * gdb.pascal/gdb11492.exp
5320 * gdb.python/lib-types.exp
5321 * gdb.python/py-arch.exp
5322 * gdb.python/py-as-string.exp
5323 * gdb.python/py-bad-printers.exp
5324 * gdb.python/py-block.exp
5325 * gdb.python/py-breakpoint-create-fail.exp
5326 * gdb.python/py-breakpoint.exp
5327 * gdb.python/py-caller-is.exp
5328 * gdb.python/py-cmd.exp
5329 * gdb.python/py-explore-cc.exp
5330 * gdb.python/py-explore.exp
5331 * gdb.python/py-finish-breakpoint.exp
5332 * gdb.python/py-finish-breakpoint2.exp
5333 * gdb.python/py-frame-args.exp
5334 * gdb.python/py-frame-inline.exp
5335 * gdb.python/py-frame.exp
5336 * gdb.python/py-framefilter-mi.exp
5337 * gdb.python/py-infthread.exp
5338 * gdb.python/py-lazy-string.exp
5339 * gdb.python/py-linetable.exp
5340 * gdb.python/py-mi-events.exp
5341 * gdb.python/py-mi-objfile.exp
5342 * gdb.python/py-mi.exp
5343 * gdb.python/py-objfile.exp
5344 * gdb.python/py-pp-integral.exp
5345 * gdb.python/py-pp-maint.exp
5346 * gdb.python/py-pp-re-notag.exp
5347 * gdb.python/py-pp-registration.exp
5348 * gdb.python/py-recurse-unwind.exp
5349 * gdb.python/py-strfns.exp
5350 * gdb.python/py-symbol.exp
5351 * gdb.python/py-symtab.exp
5352 * gdb.python/py-sync-interp.exp
5353 * gdb.python/py-typeprint.exp
5354 * gdb.python/py-unwind-maint.exp
5355 * gdb.python/py-unwind.exp
5356 * gdb.python/py-value-cc.exp
5357 * gdb.python/py-xmethods.exp
5358 * gdb.reverse/amd64-tailcall-reverse.exp
5359 * gdb.reverse/break-precsave.exp
5360 * gdb.reverse/break-reverse.exp
5361 * gdb.reverse/consecutive-precsave.exp
5362 * gdb.reverse/consecutive-reverse.exp
5363 * gdb.reverse/finish-precsave.exp
5364 * gdb.reverse/finish-reverse-bkpt.exp
5365 * gdb.reverse/finish-reverse.exp
5366 * gdb.reverse/fstatat-reverse.exp
5367 * gdb.reverse/getresuid-reverse.exp
5368 * gdb.reverse/i386-precsave.exp
5369 * gdb.reverse/i386-reverse.exp
5370 * gdb.reverse/i386-sse-reverse.exp
5371 * gdb.reverse/i387-env-reverse.exp
5372 * gdb.reverse/i387-stack-reverse.exp
5373 * gdb.reverse/insn-reverse.exp
5374 * gdb.reverse/machinestate-precsave.exp
5375 * gdb.reverse/machinestate.exp
5376 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5377 * gdb.reverse/pipe-reverse.exp
5378 * gdb.reverse/readv-reverse.exp
5379 * gdb.reverse/recvmsg-reverse.exp
5380 * gdb.reverse/rerun-prec.exp
5381 * gdb.reverse/s390-mvcle.exp
5382 * gdb.reverse/step-precsave.exp
5383 * gdb.reverse/step-reverse.exp
5384 * gdb.reverse/time-reverse.exp
5385 * gdb.reverse/until-precsave.exp
5386 * gdb.reverse/until-reverse.exp
5387 * gdb.reverse/waitpid-reverse.exp
5388 * gdb.reverse/watch-precsave.exp
5389 * gdb.reverse/watch-reverse.exp
5390 * gdb.rust/generics.exp
5391 * gdb.rust/methods.exp
5392 * gdb.rust/modules.exp
5393 * gdb.rust/simple.exp
5394 * gdb.server/connect-with-no-symbol-file.exp
5395 * gdb.server/ext-attach.exp
5396 * gdb.server/ext-restart.exp
5397 * gdb.server/ext-wrapper.exp
5398 * gdb.server/file-transfer.exp
5399 * gdb.server/server-exec-info.exp
5400 * gdb.server/server-kill.exp
5401 * gdb.server/server-mon.exp
5402 * gdb.server/wrapper.exp
5403 * gdb.stabs/exclfwd.exp
5404 * gdb.stabs/gdb11479.exp
5405 * gdb.threads/clone-new-thread-event.exp
5406 * gdb.threads/corethreads.exp
5407 * gdb.threads/current-lwp-dead.exp
5408 * gdb.threads/dlopen-libpthread.exp
5409 * gdb.threads/gcore-thread.exp
5410 * gdb.threads/sigstep-threads.exp
5411 * gdb.threads/watchpoint-fork.exp
5412 * gdb.trace/actions-changed.exp
5413 * gdb.trace/backtrace.exp
5414 * gdb.trace/change-loc.exp
5415 * gdb.trace/circ.exp
5416 * gdb.trace/collection.exp
5417 * gdb.trace/disconnected-tracing.exp
5418 * gdb.trace/ftrace.exp
5419 * gdb.trace/mi-trace-frame-collected.exp
5420 * gdb.trace/mi-trace-unavailable.exp
5421 * gdb.trace/mi-traceframe-changed.exp
5422 * gdb.trace/mi-tsv-changed.exp
5423 * gdb.trace/no-attach-trace.exp
5424 * gdb.trace/passc-dyn.exp
5425 * gdb.trace/qtro.exp
5426 * gdb.trace/range-stepping.exp
5427 * gdb.trace/read-memory.exp
5428 * gdb.trace/save-trace.exp
5429 * gdb.trace/signal.exp
5430 * gdb.trace/status-stop.exp
5431 * gdb.trace/tfile.exp
5432 * gdb.trace/trace-break.exp
5433 * gdb.trace/trace-buffer-size.exp
5434 * gdb.trace/trace-condition.exp
5435 * gdb.trace/tracefile-pseudo-reg.exp
5436 * gdb.trace/tstatus.exp
5437 * gdb.trace/unavailable.exp
5438 * gdb.trace/while-dyn.exp
5439 * gdb.trace/while-stepping.exp
5441 2016-12-22 Doug Evans <xdje42@gmail.com>
5443 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5446 2016-12-19 Yao Qi <yao.qi@linaro.org>
5448 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5449 (test_with_self): Don't call do_steps_and_nexts, and remove
5450 code about stepping into xmalloc.
5452 2016-12-09 Yao Qi <yao.qi@linaro.org>
5454 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5456 2016-12-09 Yao Qi <yao.qi@linaro.org>
5458 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5460 2016-12-09 Pedro Alves <palves@redhat.com>
5462 * gdb.base/all-architectures-0.exp: New file.
5463 * gdb.base/all-architectures-1.exp: New file.
5464 * gdb.base/all-architectures-2.exp: New file.
5465 * gdb.base/all-architectures-3.exp: New file.
5466 * gdb.base/all-architectures-4.exp: New file.
5467 * gdb.base/all-architectures-5.exp: New file.
5468 * gdb.base/all-architectures-6.exp: New file.
5469 * gdb.base/all-architectures-7.exp: New file.
5470 * gdb.base/all-architectures.exp.in: New file.
5472 2016-12-09 Yao Qi <yao.qi@linaro.org>
5474 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5476 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
5478 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5480 Remove useless pattern-matching code.
5482 2016-12-02 Pedro Alves <palves@redhat.com>
5484 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5486 (top level): Call it.
5488 2016-12-02 Pedro Alves <palves@redhat.com>
5490 * gdb.base/commands.exp (user_defined_command_args_stack_test):
5492 (top level): Call it.
5494 2016-12-02 Pedro Alves <palves@redhat.com>
5497 * gdb.base/commands.exp (user_defined_command_args_eval): New
5499 (top level): Call it.
5501 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
5503 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5506 2016-12-02 Tom Tromey <tom@tromey.com>
5508 * gdb.dwarf2/main-subprogram.c: New file.
5509 * gdb.dwarf2/main-subprogram.exp: New file.
5511 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5513 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5514 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5515 gdb_test_no_output for a couple of cases.
5516 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5518 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5520 Fix test names and standardize compilation error messages throughout
5521 the following files:
5524 * gdb.arch/alpha-step.exp
5525 * gdb.arch/e500-prologue.exp
5526 * gdb.arch/ftrace-insn-reloc.exp
5527 * gdb.arch/gdb1291.exp
5528 * gdb.arch/gdb1431.exp
5529 * gdb.arch/gdb1558.exp
5530 * gdb.arch/i386-dr3-watch.exp
5531 * gdb.arch/i386-sse-stack-align.exp
5532 * gdb.arch/ia64-breakpoint-shadow.exp
5533 * gdb.arch/pa-nullify.exp
5534 * gdb.arch/powerpc-aix-prologue.exp
5535 * gdb.arch/thumb-bx-pc.exp
5536 * gdb.base/annota1.exp
5537 * gdb.base/annota3.exp
5538 * gdb.base/arrayidx.exp
5539 * gdb.base/assign.exp
5540 * gdb.base/attach.exp
5543 * gdb.base/bfp-test.exp
5544 * gdb.base/bigcore.exp
5545 * gdb.base/bitfields2.exp
5546 * gdb.base/break-fun-addr.exp
5547 * gdb.base/break-probes.exp
5548 * gdb.base/call-rt-st.exp
5549 * gdb.base/callexit.exp
5550 * gdb.base/catch-fork-kill.exp
5551 * gdb.base/charset.exp
5552 * gdb.base/checkpoint.exp
5553 * gdb.base/comprdebug.exp
5554 * gdb.base/constvars.exp
5555 * gdb.base/coredump-filter.exp
5556 * gdb.base/cursal.exp
5557 * gdb.base/cvexpr.exp
5558 * gdb.base/detach.exp
5559 * gdb.base/display.exp
5560 * gdb.base/dmsym.exp
5561 * gdb.base/dprintf-pending.exp
5562 * gdb.base/dso2dso.exp
5563 * gdb.base/dtrace-probe.exp
5565 * gdb.base/enum_cond.exp
5566 * gdb.base/exe-lock.exp
5567 * gdb.base/exec-invalid-sysroot.exp
5568 * gdb.base/execl-update-breakpoints.exp
5569 * gdb.base/exprs.exp
5570 * gdb.base/fileio.exp
5572 * gdb.base/finish.exp
5573 * gdb.base/fixsection.exp
5574 * gdb.base/foll-vfork.exp
5575 * gdb.base/frame-args.exp
5576 * gdb.base/gcore.exp
5577 * gdb.base/gdb1250.exp
5578 * gdb.base/global-var-nested-by-dso.exp
5579 * gdb.base/gnu-ifunc.exp
5580 * gdb.base/hashline1.exp
5581 * gdb.base/hashline2.exp
5582 * gdb.base/hashline3.exp
5583 * gdb.base/hbreak-in-shr-unsupported.exp
5585 * gdb.base/infcall-input.exp
5586 * gdb.base/info-fun.exp
5587 * gdb.base/info-shared.exp
5588 * gdb.base/jit-simple.exp
5589 * gdb.base/jit-so.exp
5592 * gdb.base/label.exp
5593 * gdb.base/lineinc.exp
5594 * gdb.base/logical.exp
5595 * gdb.base/longjmp.exp
5596 * gdb.base/macscp.exp
5597 * gdb.base/miscexprs.exp
5598 * gdb.base/new-ui-echo.exp
5599 * gdb.base/new-ui-pending-input.exp
5600 * gdb.base/new-ui.exp
5601 * gdb.base/nodebug.exp
5602 * gdb.base/nofield.exp
5603 * gdb.base/offsets.exp
5604 * gdb.base/overlays.exp
5605 * gdb.base/pending.exp
5606 * gdb.base/pointers.exp
5607 * gdb.base/pr11022.exp
5608 * gdb.base/printcmds.exp
5609 * gdb.base/prologue.exp
5610 * gdb.base/ptr-typedef.exp
5611 * gdb.base/realname-expand.exp
5612 * gdb.base/relativedebug.exp
5613 * gdb.base/relocate.exp
5614 * gdb.base/remote.exp
5615 * gdb.base/reread.exp
5616 * gdb.base/return2.exp
5617 * gdb.base/savedregs.exp
5619 * gdb.base/sepdebug.exp
5620 * gdb.base/sepsymtab.exp
5621 * gdb.base/set-inferior-tty.exp
5622 * gdb.base/setshow.exp
5623 * gdb.base/shlib-call.exp
5624 * gdb.base/sigaltstack.exp
5625 * gdb.base/siginfo-addr.exp
5626 * gdb.base/signals.exp
5627 * gdb.base/signull.exp
5628 * gdb.base/sigrepeat.exp
5629 * gdb.base/so-impl-ld.exp
5630 * gdb.base/solib-display.exp
5631 * gdb.base/solib-overlap.exp
5632 * gdb.base/solib-search.exp
5633 * gdb.base/solib-symbol.exp
5634 * gdb.base/structs.exp
5635 * gdb.base/structs2.exp
5636 * gdb.base/symtab-search-order.exp
5637 * gdb.base/twice.exp
5638 * gdb.base/unload.exp
5639 * gdb.base/varargs.exp
5640 * gdb.base/watchpoint-solib.exp
5641 * gdb.base/watchpoint.exp
5642 * gdb.base/whatis.exp
5643 * gdb.base/wrong_frame_bt_full.exp
5644 * gdb.btrace/dlopen.exp
5645 * gdb.cell/ea-standalone.exp
5646 * gdb.cell/ea-test.exp
5647 * gdb.cp/dispcxx.exp
5648 * gdb.cp/gdb2384.exp
5649 * gdb.cp/method2.exp
5650 * gdb.cp/nextoverthrow.exp
5651 * gdb.cp/pr10728.exp
5652 * gdb.disasm/am33.exp
5653 * gdb.disasm/h8300s.exp
5654 * gdb.disasm/mn10300.exp
5655 * gdb.disasm/sh3.exp
5656 * gdb.dwarf2/dw2-dir-file-name.exp
5657 * gdb.fortran/complex.exp
5658 * gdb.fortran/library-module.exp
5659 * gdb.guile/scm-pretty-print.exp
5660 * gdb.guile/scm-symbol.exp
5661 * gdb.guile/scm-type.exp
5662 * gdb.guile/scm-value.exp
5663 * gdb.linespec/linespec.exp
5666 * gdb.mi/mi-breakpoint-changed.exp
5667 * gdb.mi/mi-dprintf-pending.exp
5668 * gdb.mi/mi-dprintf.exp
5669 * gdb.mi/mi-exit-code.exp
5670 * gdb.mi/mi-pending.exp
5671 * gdb.mi/mi-solib.exp
5672 * gdb.mi/new-ui-mi-sync.exp
5673 * gdb.mi/pr11022.exp
5674 * gdb.mi/user-selected-context-sync.exp
5675 * gdb.opt/solib-intra-step.exp
5676 * gdb.python/py-events.exp
5677 * gdb.python/py-finish-breakpoint.exp
5678 * gdb.python/py-mi.exp
5679 * gdb.python/py-prettyprint.exp
5680 * gdb.python/py-shared.exp
5681 * gdb.python/py-symbol.exp
5682 * gdb.python/py-template.exp
5683 * gdb.python/py-type.exp
5684 * gdb.python/py-value.exp
5685 * gdb.reverse/solib-precsave.exp
5686 * gdb.reverse/solib-reverse.exp
5687 * gdb.server/solib-list.exp
5688 * gdb.stabs/weird.exp
5689 * gdb.threads/reconnect-signal.exp
5690 * gdb.threads/stepi-random-signal.exp
5691 * gdb.trace/actions.exp
5693 * gdb.trace/backtrace.exp
5694 * gdb.trace/change-loc.exp
5695 * gdb.trace/deltrace.exp
5696 * gdb.trace/ftrace-lock.exp
5697 * gdb.trace/ftrace.exp
5698 * gdb.trace/infotrace.exp
5699 * gdb.trace/mi-tracepoint-changed.exp
5700 * gdb.trace/packetlen.exp
5701 * gdb.trace/passcount.exp
5702 * gdb.trace/pending.exp
5703 * gdb.trace/range-stepping.exp
5704 * gdb.trace/report.exp
5705 * gdb.trace/stap-trace.exp
5706 * gdb.trace/tfind.exp
5707 * gdb.trace/trace-break.exp
5708 * gdb.trace/trace-condition.exp
5709 * gdb.trace/trace-enable-disable.exp
5710 * gdb.trace/trace-mt.exp
5711 * gdb.trace/tracecmd.exp
5712 * gdb.trace/tspeed.exp
5716 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5718 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5719 with gdb_test_no_output.
5720 Use command as test name.
5722 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5724 Fix test names starting with uppercase throughout the files.
5726 * gdb.ada/assign_1.exp
5727 * gdb.ada/boolean_expr.exp
5728 * gdb.base/arrayidx.exp
5730 * gdb.base/gcore-buffer-overflow.exp
5731 * gdb.base/testenv.exp
5732 * gdb.compile/compile.exp
5733 * gdb.python/py-framefilter-invalidarg.exp
5734 * gdb.python/py-framefilter.exp
5736 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5738 Fix test names starting with uppercase throughout the files.
5740 * gdb.ada/array_return.exp
5741 * gdb.ada/expr_delims.exp
5742 * gdb.ada/mi_dyn_arr.exp
5743 * gdb.ada/mi_interface.exp
5744 * gdb.ada/mi_var_array.exp
5745 * gdb.ada/watch_arg.exp
5746 * gdb.arch/alpha-step.exp
5747 * gdb.arch/altivec-regs.exp
5748 * gdb.arch/e500-regs.exp
5749 * gdb.arch/powerpc-d128-regs.exp
5750 * gdb.base/arrayidx.exp
5751 * gdb.base/break.exp
5752 * gdb.base/checkpoint.exp
5753 * gdb.base/debug-expr.exp
5754 * gdb.base/dmsym.exp
5755 * gdb.base/radix.exp
5756 * gdb.base/sepdebug.exp
5757 * gdb.base/testenv.exp
5758 * gdb.base/watch_thread_num.exp
5759 * gdb.base/watchpoint-cond-gone.exp
5760 * gdb.cell/break.exp
5761 * gdb.cell/ea-cache.exp
5762 * gdb.compile/compile.exp
5763 * gdb.cp/gdb2495.exp
5764 * gdb.gdb/selftest.exp
5765 * gdb.gdb/xfullpath.exp
5767 * gdb.go/integers.exp
5768 * gdb.objc/basicclass.exp
5769 * gdb.pascal/hello.exp
5770 * gdb.pascal/integers.exp
5771 * gdb.python/py-breakpoint.exp
5772 * gdb.python/py-cmd.exp
5773 * gdb.python/py-linetable.exp
5774 * gdb.python/py-xmethods.exp
5775 * gdb.python/python.exp
5776 * gdb.reverse/consecutive-precsave.exp
5777 * gdb.reverse/finish-precsave.exp
5778 * gdb.reverse/i386-precsave.exp
5779 * gdb.reverse/machinestate-precsave.exp
5780 * gdb.reverse/sigall-precsave.exp
5781 * gdb.reverse/solib-precsave.exp
5782 * gdb.reverse/step-precsave.exp
5783 * gdb.reverse/until-precsave.exp
5784 * gdb.reverse/watch-precsave.exp
5785 * gdb.threads/leader-exit.exp
5786 * gdb.threads/pthreads.exp
5787 * gdb.threads/wp-replication.exp
5788 * gdb.trace/actions.exp
5789 * gdb.trace/mi-tsv-changed.exp
5792 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5794 Fix test names starting with uppercase throughout the files.
5796 * gdb.arch/i386-bp_permanent.exp
5797 * gdb.arch/i386-gnu-cfi.exp
5798 * gdb.base/disasm-end-cu.exp
5799 * gdb.base/macscp.exp
5800 * gdb.base/pending.exp
5801 * gdb.base/watch_thread_num.exp
5802 * gdb.cp/exception.exp
5803 * gdb.cp/gdb2495.exp
5805 * gdb.python/py-evsignal.exp
5806 * gdb.python/python.exp
5807 * gdb.trace/tracecmd.exp
5809 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5811 Fix test names starting with uppercase throughout the files.
5813 * gdb.base/charset.exp
5815 * gdb.base/multi-forks.exp
5816 * gdb.guile/scm-progspace.exp
5817 * gdb.opencl/datatypes.exp
5818 * gdb.python/py-block.exp
5819 * gdb.python/py-function.exp
5820 * gdb.python/py-symbol.exp
5821 * gdb.python/py-symtab.exp
5822 * gdb.python/py-xmethods.exp
5823 * gdb.reverse/break-precsave.exp
5824 * gdb.reverse/break-reverse.exp
5825 * gdb.reverse/consecutive-precsave.exp
5826 * gdb.reverse/consecutive-reverse.exp
5827 * gdb.reverse/finish-precsave.exp
5828 * gdb.reverse/finish-reverse-bkpt.exp
5829 * gdb.reverse/finish-reverse.exp
5830 * gdb.reverse/fstatat-reverse.exp
5831 * gdb.reverse/getresuid-reverse.exp
5832 * gdb.reverse/i386-precsave.exp
5833 * gdb.reverse/i386-reverse.exp
5834 * gdb.reverse/i386-sse-reverse.exp
5835 * gdb.reverse/i387-stack-reverse.exp
5836 * gdb.reverse/insn-reverse.exp
5837 * gdb.reverse/machinestate-precsave.exp
5838 * gdb.reverse/machinestate.exp
5839 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5840 * gdb.reverse/pipe-reverse.exp
5841 * gdb.reverse/readv-reverse.exp
5842 * gdb.reverse/recvmsg-reverse.exp
5843 * gdb.reverse/rerun-prec.exp
5844 * gdb.reverse/s390-mvcle.exp
5845 * gdb.reverse/sigall-precsave.exp
5846 * gdb.reverse/sigall-reverse.exp
5847 * gdb.reverse/solib-precsave.exp
5848 * gdb.reverse/solib-reverse.exp
5849 * gdb.reverse/step-precsave.exp
5850 * gdb.reverse/step-reverse.exp
5851 * gdb.reverse/time-reverse.exp
5852 * gdb.reverse/until-precsave.exp
5853 * gdb.reverse/until-reverse.exp
5854 * gdb.reverse/waitpid-reverse.exp
5855 * gdb.reverse/watch-precsave.exp
5856 * gdb.reverse/watch-reverse.exp
5858 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5860 Fix test names starting with uppercase throughout the files.
5862 * gdb.arch/i386-mpx-simple_segv.exp
5863 * gdb.arch/i386-mpx.exp
5864 * gdb.arch/i386-permbkpt.exp
5865 * gdb.arch/pa-nullify.exp
5866 * gdb.arch/powerpc-d128-regs.exp
5867 * gdb.arch/vsx-regs.exp
5868 * gdb.base/bfp-test.exp
5869 * gdb.base/break.exp
5870 * gdb.base/breakpoint-shadow.exp
5871 * gdb.base/callfuncs.exp
5872 * gdb.base/charset.exp
5873 * gdb.base/commands.exp
5874 * gdb.base/completion.exp
5875 * gdb.base/dfp-test.exp
5877 * gdb.base/ending-run.exp
5879 * gdb.base/expand-psymtabs.exp
5880 * gdb.base/float128.exp
5881 * gdb.base/floatn.exp
5882 * gdb.base/foll-exec-mode.exp
5883 * gdb.base/gdb1056.exp
5884 * gdb.base/gdb11531.exp
5885 * gdb.base/kill-after-signal.exp
5886 * gdb.base/multi-forks.exp
5887 * gdb.base/overlays.exp
5888 * gdb.base/pending.exp
5889 * gdb.base/sepdebug.exp
5890 * gdb.base/testenv.exp
5891 * gdb.base/valgrind-db-attach.exp
5892 * gdb.base/watch_thread_num.exp
5893 * gdb.base/watchpoint-cond-gone.exp
5894 * gdb.base/watchpoint.exp
5895 * gdb.base/watchpoints.exp
5896 * gdb.cp/arg-reference.exp
5897 * gdb.cp/baseenum.exp
5898 * gdb.cp/operator.exp
5900 * gdb.dwarf2/dw2-op-out-param.exp
5901 * gdb.dwarf2/dw2-reg-undefined.exp
5904 * gdb.go/integers.exp
5905 * gdb.go/methods.exp
5906 * gdb.go/package.exp
5907 * gdb.guile/scm-parameter.exp
5908 * gdb.guile/scm-progspace.exp
5909 * gdb.guile/scm-value.exp
5910 * gdb.mi/mi-pending.exp
5911 * gdb.mi/user-selected-context-sync.exp
5912 * gdb.multi/multi-attach.exp
5913 * gdb.multi/tids.exp
5914 * gdb.opt/clobbered-registers-O2.exp
5915 * gdb.pascal/floats.exp
5916 * gdb.pascal/integers.exp
5917 * gdb.python/py-block.exp
5918 * gdb.python/py-events.exp
5919 * gdb.python/py-parameter.exp
5920 * gdb.python/py-symbol.exp
5921 * gdb.python/py-symtab.exp
5922 * gdb.python/py-type.exp
5923 * gdb.python/py-value.exp
5924 * gdb.python/py-xmethods.exp
5925 * gdb.python/python.exp
5926 * gdb.reverse/break-precsave.exp
5927 * gdb.reverse/consecutive-precsave.exp
5928 * gdb.reverse/finish-precsave.exp
5929 * gdb.reverse/i386-precsave.exp
5930 * gdb.reverse/machinestate-precsave.exp
5931 * gdb.reverse/sigall-precsave.exp
5932 * gdb.reverse/solib-precsave.exp
5933 * gdb.reverse/step-precsave.exp
5934 * gdb.reverse/until-precsave.exp
5935 * gdb.reverse/watch-precsave.exp
5936 * gdb.server/ext-attach.exp
5937 * gdb.server/ext-restart.exp
5938 * gdb.server/ext-run.exp
5939 * gdb.server/ext-wrapper.exp
5940 * gdb.stabs/gdb11479.exp
5941 * gdb.stabs/weird.exp
5942 * gdb.threads/attach-many-short-lived-threads.exp
5943 * gdb.threads/kill.exp
5944 * gdb.threads/watchpoint-fork.exp
5946 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5948 Fix test names starting with uppercase throughout all the files below.
5950 * gdb.ada/array_return.exp
5951 * gdb.ada/catch_ex.exp
5952 * gdb.ada/info_exc.exp
5953 * gdb.ada/mi_catch_ex.exp
5954 * gdb.ada/mi_dyn_arr.exp
5955 * gdb.ada/mi_ex_cond.exp
5956 * gdb.ada/mi_exc_info.exp
5957 * gdb.ada/mi_interface.exp
5958 * gdb.ada/mi_task_arg.exp
5959 * gdb.ada/mi_task_info.exp
5960 * gdb.ada/mi_var_array.exp
5961 * gdb.arch/alpha-step.exp
5962 * gdb.arch/amd64-disp-step.exp
5963 * gdb.arch/arm-disp-step.exp
5964 * gdb.arch/disp-step-insn-reloc.exp
5965 * gdb.arch/e500-prologue.exp
5966 * gdb.arch/ftrace-insn-reloc.exp
5967 * gdb.arch/gdb1558.exp
5968 * gdb.arch/i386-bp_permanent.exp
5969 * gdb.arch/i386-disp-step.exp
5970 * gdb.arch/i386-float.exp
5971 * gdb.arch/i386-gnu-cfi.exp
5972 * gdb.arch/ia64-breakpoint-shadow.exp
5973 * gdb.arch/mips16-thunks.exp
5974 * gdb.arch/pa-nullify.exp
5975 * gdb.arch/powerpc-aix-prologue.exp
5976 * gdb.arch/powerpc-power.exp
5977 * gdb.arch/ppc-dfp.exp
5978 * gdb.arch/s390-tdbregs.exp
5979 * gdb.arch/spu-info.exp
5980 * gdb.arch/spu-ls.exp
5981 * gdb.arch/thumb-bx-pc.exp
5982 * gdb.base/advance.exp
5983 * gdb.base/annota-input-while-running.exp
5984 * gdb.base/arrayidx.exp
5985 * gdb.base/asmlabel.exp
5986 * gdb.base/async.exp
5987 * gdb.base/attach-wait-input.exp
5988 * gdb.base/auto-connect-native-target.exp
5989 * gdb.base/batch-preserve-term-settings.exp
5990 * gdb.base/bfp-test.exp
5991 * gdb.base/bigcore.exp
5992 * gdb.base/bp-permanent.exp
5993 * gdb.base/break-always.exp
5994 * gdb.base/break-fun-addr.exp
5995 * gdb.base/break-idempotent.exp
5996 * gdb.base/break-main-file-remove-fail.exp
5997 * gdb.base/break-probes.exp
5998 * gdb.base/break-unload-file.exp
5999 * gdb.base/break.exp
6000 * gdb.base/call-ar-st.exp
6001 * gdb.base/call-rt-st.exp
6002 * gdb.base/call-sc.exp
6003 * gdb.base/call-signal-resume.exp
6004 * gdb.base/call-strs.exp
6005 * gdb.base/callexit.exp
6006 * gdb.base/callfuncs.exp
6007 * gdb.base/catch-gdb-caused-signals.exp
6008 * gdb.base/catch-signal-siginfo-cond.exp
6009 * gdb.base/catch-syscall.exp
6010 * gdb.base/compare-sections.exp
6011 * gdb.base/cond-eval-mode.exp
6012 * gdb.base/condbreak-call-false.exp
6013 * gdb.base/consecutive-step-over.exp
6014 * gdb.base/cursal.exp
6015 * gdb.base/disabled-location.exp
6016 * gdb.base/disasm-end-cu.exp
6017 * gdb.base/display.exp
6018 * gdb.base/double-prompt-target-event-error.exp
6019 * gdb.base/dprintf-bp-same-addr.exp
6020 * gdb.base/dprintf-detach.exp
6021 * gdb.base/dprintf-next.exp
6022 * gdb.base/dprintf-non-stop.exp
6023 * gdb.base/dprintf-pending.exp
6024 * gdb.base/dso2dso.exp
6025 * gdb.base/ending-run.exp
6026 * gdb.base/enum_cond.exp
6027 * gdb.base/examine-backward.exp
6028 * gdb.base/exe-lock.exp
6029 * gdb.base/exec-invalid-sysroot.exp
6030 * gdb.base/execl-update-breakpoints.exp
6031 * gdb.base/execution-termios.exp
6032 * gdb.base/fileio.exp
6033 * gdb.base/fixsection.exp
6034 * gdb.base/foll-exec-mode.exp
6035 * gdb.base/foll-exec.exp
6036 * gdb.base/fork-running-state.exp
6037 * gdb.base/frame-args.exp
6038 * gdb.base/fullpath-expand.exp
6039 * gdb.base/func-ptr.exp
6040 * gdb.base/gcore-relro-pie.exp
6041 * gdb.base/gdb1090.exp
6042 * gdb.base/gdb1555.exp
6043 * gdb.base/global-var-nested-by-dso.exp
6044 * gdb.base/gnu-ifunc.exp
6045 * gdb.base/hbreak-in-shr-unsupported.exp
6046 * gdb.base/hbreak-unmapped.exp
6047 * gdb.base/hook-stop.exp
6048 * gdb.base/infcall-input.exp
6049 * gdb.base/info-fun.exp
6050 * gdb.base/info-shared.exp
6051 * gdb.base/interrupt-noterm.exp
6052 * gdb.base/jit-so.exp
6054 * gdb.base/line-symtabs.exp
6056 * gdb.base/longjmp.exp
6057 * gdb.base/macscp.exp
6058 * gdb.base/max-value-size.exp
6059 * gdb.base/nodebug.exp
6060 * gdb.base/nofield.exp
6061 * gdb.base/overlays.exp
6062 * gdb.base/paginate-after-ctrl-c-running.exp
6063 * gdb.base/paginate-bg-execution.exp
6064 * gdb.base/paginate-inferior-exit.exp
6065 * gdb.base/pending.exp
6066 * gdb.base/pr11022.exp
6067 * gdb.base/printcmds.exp
6068 * gdb.base/ptr-typedef.exp
6069 * gdb.base/ptype.exp
6070 * gdb.base/randomize.exp
6071 * gdb.base/range-stepping.exp
6072 * gdb.base/realname-expand.exp
6073 * gdb.base/relativedebug.exp
6074 * gdb.base/remote.exp
6075 * gdb.base/savedregs.exp
6076 * gdb.base/sepdebug.exp
6077 * gdb.base/set-noassign.exp
6078 * gdb.base/shlib-call.exp
6079 * gdb.base/shreloc.exp
6080 * gdb.base/sigaltstack.exp
6081 * gdb.base/sigbpt.exp
6082 * gdb.base/siginfo-addr.exp
6083 * gdb.base/siginfo-obj.exp
6084 * gdb.base/siginfo-thread.exp
6085 * gdb.base/signest.exp
6086 * gdb.base/signull.exp
6087 * gdb.base/sigrepeat.exp
6089 * gdb.base/so-impl-ld.exp
6090 * gdb.base/solib-corrupted.exp
6091 * gdb.base/solib-disc.exp
6092 * gdb.base/solib-display.exp
6093 * gdb.base/solib-overlap.exp
6094 * gdb.base/solib-search.exp
6095 * gdb.base/solib-symbol.exp
6096 * gdb.base/source-execution.exp
6097 * gdb.base/sss-bp-on-user-bp-2.exp
6098 * gdb.base/sss-bp-on-user-bp.exp
6099 * gdb.base/stack-checking.exp
6100 * gdb.base/stale-infcall.exp
6101 * gdb.base/step-break.exp
6102 * gdb.base/step-line.exp
6103 * gdb.base/step-over-exit.exp
6104 * gdb.base/step-test.exp
6105 * gdb.base/structs.exp
6106 * gdb.base/sym-file.exp
6107 * gdb.base/symtab-search-order.exp
6109 * gdb.base/type-opaque.exp
6110 * gdb.base/unload.exp
6111 * gdb.base/until-nodebug.exp
6112 * gdb.base/until.exp
6113 * gdb.base/unwindonsignal.exp
6114 * gdb.base/watch-cond.exp
6115 * gdb.base/watch-non-mem.exp
6116 * gdb.base/watch_thread_num.exp
6117 * gdb.base/watchpoint-reuse-slot.exp
6118 * gdb.base/watchpoint-solib.exp
6119 * gdb.base/watchpoint.exp
6120 * gdb.btrace/dlopen.exp
6122 * gdb.cell/break.exp
6126 * gdb.cell/dwarfaddr.exp
6127 * gdb.cell/ea-cache.exp
6128 * gdb.cell/ea-standalone.exp
6129 * gdb.cell/ea-test.exp
6130 * gdb.cell/f-regs.exp
6132 * gdb.cell/gcore.exp
6133 * gdb.cell/mem-access.exp
6134 * gdb.cell/ptype.exp
6135 * gdb.cell/registers.exp
6136 * gdb.cell/sizeof.exp
6137 * gdb.cell/solib-symbol.exp
6138 * gdb.cell/solib.exp
6139 * gdb.compile/compile-tls.exp
6140 * gdb.cp/exception.exp
6141 * gdb.cp/gdb2495.exp
6143 * gdb.cp/mb-inline.exp
6144 * gdb.cp/mb-templates.exp
6145 * gdb.cp/pr10687.exp
6147 * gdb.cp/scope-err.exp
6148 * gdb.cp/templates.exp
6149 * gdb.cp/virtfunc.exp
6150 * gdb.dwarf2/dw2-dir-file-name.exp
6151 * gdb.dwarf2/dw2-single-line-discriminators.exp
6152 * gdb.fortran/complex.exp
6153 * gdb.fortran/library-module.exp
6154 * gdb.guile/guile.exp
6155 * gdb.guile/scm-cmd.exp
6156 * gdb.guile/scm-frame-inline.exp
6157 * gdb.guile/scm-objfile.exp
6158 * gdb.guile/scm-pretty-print.exp
6159 * gdb.guile/scm-symbol.exp
6160 * gdb.guile/scm-type.exp
6161 * gdb.guile/scm-value.exp
6162 * gdb.linespec/keywords.exp
6163 * gdb.linespec/ls-errs.exp
6164 * gdb.linespec/macro-relative.exp
6165 * gdb.linespec/thread.exp
6166 * gdb.mi/mi-breakpoint-changed.exp
6167 * gdb.mi/mi-dprintf-pending.exp
6168 * gdb.mi/mi-fullname-deleted.exp
6169 * gdb.mi/mi-logging.exp
6170 * gdb.mi/mi-pending.exp
6171 * gdb.mi/mi-solib.exp
6172 * gdb.mi/new-ui-mi-sync.exp
6173 * gdb.mi/user-selected-context-sync.exp
6174 * gdb.multi/dummy-frame-restore.exp
6175 * gdb.multi/multi-arch-exec.exp
6176 * gdb.multi/remove-inferiors.exp
6177 * gdb.multi/watchpoint-multi-exit.exp
6178 * gdb.opt/solib-intra-step.exp
6179 * gdb.perf/backtrace.exp
6180 * gdb.perf/single-step.exp
6181 * gdb.perf/skip-command.exp
6182 * gdb.perf/skip-prologue.exp
6183 * gdb.perf/solib.exp
6184 * gdb.python/lib-types.exp
6185 * gdb.python/py-as-string.exp
6186 * gdb.python/py-bad-printers.exp
6187 * gdb.python/py-block.exp
6188 * gdb.python/py-breakpoint.exp
6189 * gdb.python/py-cmd.exp
6190 * gdb.python/py-events.exp
6191 * gdb.python/py-evthreads.exp
6192 * gdb.python/py-finish-breakpoint.exp
6193 * gdb.python/py-finish-breakpoint2.exp
6194 * gdb.python/py-frame-inline.exp
6195 * gdb.python/py-frame.exp
6196 * gdb.python/py-inferior.exp
6197 * gdb.python/py-infthread.exp
6198 * gdb.python/py-mi.exp
6199 * gdb.python/py-objfile.exp
6200 * gdb.python/py-pp-maint.exp
6201 * gdb.python/py-pp-registration.exp
6202 * gdb.python/py-prettyprint.exp
6203 * gdb.python/py-recurse-unwind.exp
6204 * gdb.python/py-shared.exp
6205 * gdb.python/py-symbol.exp
6206 * gdb.python/py-symtab.exp
6207 * gdb.python/py-template.exp
6208 * gdb.python/py-type.exp
6209 * gdb.python/py-unwind-maint.exp
6210 * gdb.python/py-unwind.exp
6211 * gdb.python/py-value.exp
6212 * gdb.python/python.exp
6213 * gdb.reverse/finish-reverse-bkpt.exp
6214 * gdb.reverse/insn-reverse.exp
6215 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6216 * gdb.reverse/solib-precsave.exp
6217 * gdb.reverse/solib-reverse.exp
6218 * gdb.stabs/gdb11479.exp
6219 * gdb.stabs/weird.exp
6220 * gdb.threads/fork-child-threads.exp
6221 * gdb.threads/fork-plus-threads.exp
6222 * gdb.threads/fork-thread-pending.exp
6223 * gdb.threads/forking-threads-plus-breakpoint.exp
6224 * gdb.threads/hand-call-in-threads.exp
6225 * gdb.threads/interrupted-hand-call.exp
6226 * gdb.threads/linux-dp.exp
6227 * gdb.threads/local-watch-wrong-thread.exp
6228 * gdb.threads/next-while-other-thread-longjmps.exp
6229 * gdb.threads/non-ldr-exit.exp
6230 * gdb.threads/pending-step.exp
6231 * gdb.threads/print-threads.exp
6232 * gdb.threads/process-dies-while-detaching.exp
6233 * gdb.threads/process-dies-while-handling-bp.exp
6234 * gdb.threads/pthreads.exp
6235 * gdb.threads/queue-signal.exp
6236 * gdb.threads/reconnect-signal.exp
6237 * gdb.threads/signal-command-handle-nopass.exp
6238 * gdb.threads/signal-command-multiple-signals-pending.exp
6239 * gdb.threads/signal-delivered-right-thread.exp
6240 * gdb.threads/signal-sigtrap.exp
6241 * gdb.threads/sigthread.exp
6242 * gdb.threads/staticthreads.exp
6243 * gdb.threads/stepi-random-signal.exp
6244 * gdb.threads/thread-unwindonsignal.exp
6245 * gdb.threads/thread_check.exp
6246 * gdb.threads/thread_events.exp
6247 * gdb.threads/tid-reuse.exp
6248 * gdb.threads/tls-nodebug.exp
6249 * gdb.threads/tls-shared.exp
6250 * gdb.threads/tls-so_extern.exp
6251 * gdb.threads/tls.exp
6252 * gdb.threads/wp-replication.exp
6253 * gdb.trace/actions-changed.exp
6254 * gdb.trace/actions.exp
6255 * gdb.trace/backtrace.exp
6256 * gdb.trace/change-loc.exp
6257 * gdb.trace/collection.exp
6258 * gdb.trace/deltrace.exp
6259 * gdb.trace/disconnected-tracing.exp
6260 * gdb.trace/entry-values.exp
6261 * gdb.trace/ftrace-lock.exp
6262 * gdb.trace/ftrace.exp
6263 * gdb.trace/infotrace.exp
6264 * gdb.trace/mi-trace-frame-collected.exp
6265 * gdb.trace/mi-trace-unavailable.exp
6266 * gdb.trace/mi-traceframe-changed.exp
6267 * gdb.trace/mi-tracepoint-changed.exp
6268 * gdb.trace/mi-tsv-changed.exp
6269 * gdb.trace/no-attach-trace.exp
6270 * gdb.trace/packetlen.exp
6271 * gdb.trace/passc-dyn.exp
6272 * gdb.trace/passcount.exp
6273 * gdb.trace/pending.exp
6274 * gdb.trace/pr16508.exp
6275 * gdb.trace/qtro.exp
6276 * gdb.trace/range-stepping.exp
6277 * gdb.trace/read-memory.exp
6278 * gdb.trace/report.exp
6279 * gdb.trace/save-trace.exp
6280 * gdb.trace/signal.exp
6281 * gdb.trace/stap-trace.exp
6282 * gdb.trace/status-stop.exp
6283 * gdb.trace/strace.exp
6284 * gdb.trace/tfile.exp
6285 * gdb.trace/tfind.exp
6286 * gdb.trace/trace-break.exp
6287 * gdb.trace/trace-condition.exp
6288 * gdb.trace/trace-enable-disable.exp
6289 * gdb.trace/trace-mt.exp
6290 * gdb.trace/tracecmd.exp
6291 * gdb.trace/tracefile-pseudo-reg.exp
6292 * gdb.trace/tspeed.exp
6293 * gdb.trace/tstatus.exp
6295 * gdb.trace/unavailable.exp
6296 * gdb.trace/while-dyn.exp
6297 * gdb.trace/while-stepping.exp
6300 * lib/mi-support.exp
6303 * lib/prelink-support.exp
6304 * lib/selftest-support.exp
6306 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
6308 * Makefile.in: Include disable-implicit-rules.mk.
6310 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6312 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6313 non-byte-aligned bit fields.
6315 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6318 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
6319 respects the DW_AT_data_bit_offset attribute.
6321 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
6323 * gdb.base/default.exp: Fix output of "set language".
6325 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
6327 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6328 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
6330 * configure.ac: Remove checks for the make program.
6331 * configure: Re-generate.
6333 2016-11-16 Kevin Buettner <kevinb@redhat.com>
6335 * gdb.python/py-recurse-unwind.c (main): Add loop.
6336 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6337 to read_register() and gdb.parse_and_eval(). Make each code
6338 call a separate case that can be individually tested.
6339 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6340 proc. Call cont_and_backtrace for each of the code paths that
6341 we want to test in the unwinder.
6343 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
6345 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6346 the definition of struct S.
6348 2016-11-11 Catherine Moore <clm@codesourcery.com>
6350 * gdb.base/dump.exp: Identify verilog format dump tests as such.
6352 2016-11-09 Pedro Alves <palves@redhat.com>
6354 * gdb.base/commands.exp (runto_or_return): New procedure.
6355 (gdbvar_simple_if_test, gdbvar_simple_while_test)
6356 (gdbvar_complex_if_while_test, progvar_simple_if_test)
6357 (progvar_simple_while_test, progvar_complex_if_while_test)
6358 (if_while_breakpoint_command_test)
6359 (infrun_breakpoint_command_test, breakpoint_command_test)
6360 (user_defined_command_test, watchpoint_command_test)
6361 (test_command_prompt_position, redefine_hook_test)
6362 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6363 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6364 multi_line_input and multi_line. Remove gdb_expect and
6365 gdb_stop_suppressing_tests uses.
6366 * lib/gdb.exp (valnum_re): New global.
6367 (multi_line_input): New procedure.
6369 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
6371 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6373 (test_setup): Define with proc_with_prefix.
6374 (test_cli_inferior): Likewise.
6375 (test_cli_thread): Likewise.
6376 (test_cli_frame): Likewise.
6377 (test_cli_select_frame): Likewise.
6378 (test_cli_up_down): Likewise.
6379 (test_mi_thread_select): Likewise.
6380 (test_mi_stack_select_frame): Likewise.
6381 (test_cli_in_mi_inferior): Likewise.
6382 (test_cli_in_mi_thread): Likewise.
6383 (test_cli_in_mi_frame): Likewise.
6384 (top level): Do not use with_test_prefix_procname.
6386 2016-11-09 Pedro Alves <palves@redhat.com>
6388 * gdb.base/commands.exp (gdbvar_simple_if_test)
6389 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6390 (progvar_simple_if_test, progvar_simple_while_test)
6391 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6392 (infrun_breakpoint_command_test, breakpoint_command_test)
6393 (user_defined_command_test, watchpoint_command_test)
6394 (test_command_prompt_position, deprecated_command_test)
6395 (bp_deleted_in_command, temporary_breakpoint_commands)
6396 (stray_arg0_test, source_file_with_indented_comment)
6397 (recursive_source_test, if_commands_test)
6398 (error_clears_commands_left, redefine_hook_test)
6399 (redefine_backtrace_test): Use proc_with_prefix.
6400 * lib/gdb.exp (proc_with_prefix): New proc.
6402 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6404 * gdb.base/tui-layout.c: New file.
6405 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6406 disassembly window contains very long lines.
6408 2016-11-08 Tom Tromey <tom@tromey.com>
6410 * gdb.python/py-value.exp (test_value_creation): Make "long" test
6413 2016-11-08 Tom Tromey <tom@tromey.com>
6415 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6418 2016-10-29 Manish Goregaokar <manish@mozilla.com>
6420 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
6422 2016-10-27 Manish Goregaokar <manish@mozilla.com>
6424 * gdb.rust/simple.rs: Add test for univariant enums without
6425 discriminants and for encoded struct-like enums.
6427 2016-10-28 Pedro Alves <palves@redhat.com>
6429 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6430 gdb_test_multiple, tighten regexps and match symtabs and line
6431 tables incrementally.
6433 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
6435 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6438 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
6440 * gdb.base/exec-invalid-sysroot.exp: New file.
6442 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6444 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6446 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6448 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6450 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
6452 * gdb.base/killed-outside.exp: Remove $options from a call to
6453 `prepare_for_testing'.
6455 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6457 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6458 Change test message.
6460 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6462 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6465 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6467 * gdb.trace/mi-trace-save.exp: New file.
6469 2016-10-13 Yao Qi <yao.qi@linaro.org>
6471 * gdb.base/code_elim.exp (get_var_address): Remove.
6472 * gdb.base/relocate.exp: Likewise.
6473 * gdb.base/shreloc.exp: Likewise.
6474 * lib/gdb.exp (get_var_address): New.
6476 2016-10-13 Yao Qi <yao.qi@linaro.org>
6478 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6479 floating point tests if $skip_float_test is false.
6481 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
6483 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6484 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6486 Add 1 to argc so we guarantee distinct initial/modified argc values.
6488 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6490 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6492 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6494 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6495 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6496 * gdb.arch/vsx-regs.exp: Likewise.
6498 2016-10-07 Yao Qi <yao.qi@linaro.org>
6500 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6502 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
6504 * gdb.python/python.exp: Test decode_line("*0").
6506 2016-10-06 Doug Evans <dje@google.com>
6508 * gdb.python/py-value.exp (test_value_creation): Add test for large
6509 unsigned 64-bit value.
6511 2016-10-06 Tom Tromey <tom@tromey.com>
6513 * gdb.compile/compile.exp: Change java tests to rust.
6514 * gdb.base/setshow.exp: Change java tests to rust.
6515 * gdb.base/default.exp: Remove java from language list.
6516 * README (Examples): Update language example.
6517 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6519 * lib/gdb.exp (skip_java_tests): Remove.
6520 * lib/java.exp: Remove.
6523 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6525 * gdb.arch/mips-fcr.exp: New test.
6526 * gdb.arch/mips-fcr.c: Source for the new test.
6528 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6530 * gdb.base/solib-disc.exp: Use `standard_output_file'
6533 2016-10-06 Pedro Alves <palves@redhat.com>
6535 * gdb.base/jit-simple-dl.c: New file.
6536 * gdb.base/jit-simple-jit.c: New file, factored out from ...
6537 * gdb.base/jit-simple.c: ... this.
6538 * gdb.base/jit-simple.exp (jit_run): Delete.
6539 (build_jit): New proc.
6540 (jit_test_reread): Recompile either the main program or the shared
6541 library, depending on what is being tested. Skip changing address
6542 if caller wants to. Compare before/after addresses. If testing
6543 standalone, explicitly load the binary. Test "maint info
6545 (top level): Add "standalone vs shared lib" and "change address"
6546 vs "same address" axes.
6548 2016-10-06 Pedro Alves <palves@redhat.com>
6550 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6553 (jit_test_reread): Use with_test_prefix. Reload the main binary
6554 explicitly. Compare the before/after addresses of the JIT
6557 2016-08-15 Doug Evans <dje@google.com>
6559 * gdb.xml/extra-regs.xml: Update, end field now required, default type
6560 for single bitfields is bool.
6561 * gdb.xml/tdesc-regs.exp: Ditto.
6563 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6565 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6567 2016-10-05 Yao Qi <yao.qi@linaro.org>
6569 * lib/gdb.exp (support_complex_tests): Return zero if
6570 gdb_skip_float_test return true.
6572 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6573 Simon Marchi <simon.marchi@ericsson.com>
6576 * gdb.mi/user-selected-context-sync.exp: New file.
6577 * gdb.mi/user-selected-context-sync.c: New file.
6579 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6580 Simon Marchi <simon.marchi@ericsson.com>
6583 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6584 =thread-select-event check.
6586 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
6588 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6589 the compulsory L operand changes.
6590 * gdb.arch/powerpc-power.s: Likewise.
6592 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6594 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6595 * gdb.base/jit-attach-pie.c: New file.
6596 * gdb.base/jit-attach-pie.exp: New file.
6598 2016-09-28 Pedro Alves <palves@redhat.com>
6600 * gdb.base/infcall-input.c: New file.
6601 * gdb.base/infcall-input.exp: New file.
6603 2016-09-22 Yao Qi <yao.qi@linaro.org>
6605 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6606 (gdb_exit): Rename it to ...
6607 (gdbserver_gdb_exit): ... Close GDBserver.
6608 (gdb_exit): New proc, call gdbserver_gdb_exit.
6609 (mi_gdb_exit): Likewise.
6611 2016-09-22 Yao Qi <yao.qi@linaro.org>
6613 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6615 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6618 2016-09-22 Yao Qi <yao.qi@linaro.org>
6620 * lib/gdbserver-support.exp: Check the existence of
6621 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6623 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
6625 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6627 2016-09-21 Tom Tromey <tom@tromey.com>
6630 * gdb.base/quit.exp: New file.
6632 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
6634 * .gitignore: New file.
6636 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
6638 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6641 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6643 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6645 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6647 * gdb.cp/casts.cc (decltype): Move it ...
6648 (main): ... with its call to ...
6649 * gdb.cp/casts03.cc: ... a new file.
6650 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6652 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6654 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6656 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
6658 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6659 and sync up the test with tests in gas/testsuite/gas/ppc.
6660 * gdb.arch/powerpc-power.exp: Likewise.
6662 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6664 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6666 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
6667 Jan Kratochvil <jan.kratochvil@redhat.com>
6669 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6670 make m1's definition to be different from m2's. Use 'dummy' as an
6671 argument for probe 'two'.
6673 2016-09-10 Jon Beniston <jon@beniston.com>
6675 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6678 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6680 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6681 variable declaration.
6682 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
6683 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6684 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6685 received HWCAP as its argument.
6687 2016-09-06 Pedro Alves <palves@redhat.com>
6689 * gdb.base/new-ui-pending-input.c: New file.
6690 * gdb.base/new-ui-pending-input.exp: New file.
6691 * gdb.exp (clear_gdb_spawn_id): New procedure.
6692 (with_spawn_id): Check whether gdb_spawn_id exists before
6693 referencing it. If gdb_spawn_id didn't exist on entry, clear it
6696 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6698 * gdb.base/float128.c: New file.
6699 * gdb.base/float128.exp: Likewise.
6700 * gdb.base/floatn.c: Likewise.
6701 * gdb.base/floatn.exp: Likewise.
6703 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6705 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6707 2016-09-05 Pedro Alves <palves@redhat.com>
6710 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6711 unwinders are immediately called as side effect of "source" or
6712 "disable unwinder" commands.
6713 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6715 2016-09-02 Yao Qi <yao.qi@linaro.org>
6717 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6718 is true and $type is "float" or "double".
6720 2016-09-02 Yao Qi <yao.qi@linaro.org>
6722 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6724 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6725 * gdb.base/call-rt-st.exp: Likewise.
6726 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6727 return value instead of gdb,skip_float_test.
6728 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6729 (do_function_calls): Use its return value instead of
6730 gdb,skip_float_test.
6731 * gdb.base/finish.exp: Likewise.
6732 * gdb.base/funcargs.exp: Likewise.
6733 * gdb.base/return.exp: Likewise.
6734 * gdb.base/return2.exp: Likewise.
6735 * gdb.base/varargs.exp: Likewise.
6736 * lib/gdb.exp (gdb_skip_float_test): Change it to
6737 gdb_caching_proc. Detect the broken ptrace on arm-linux.
6739 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6741 * gdb.multi/tids.exp: Test "thread apply all".
6743 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6745 * gdb.base/default.exp (tty): Remove.
6747 2016-08-24 Kevin Buettner <kevinb@redhat.com>
6749 * gdb.python/py-recurse-unwind.c: New file.
6750 * gdb.python/py-recurse-unwind.py: New file.
6751 * gdb.python/py-recurse-unwind.exp: New file.
6753 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
6755 * gdb.base/set-inferior-tty.exp: New file.
6756 * gdb.base/set-inferior-tty.c: New file.
6758 2016-08-23 Pedro Alves <palves@redhat.com>
6761 * gdb.base/new-ui-echo.c: New file.
6762 * gdb.base/new-ui-echo.exp: New file.
6764 2016-08-23 Yao Qi <yao.qi@linaro.org>
6766 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6768 * gdb.server/connect-without-multi-process.exp (do_test):
6771 2016-08-23 Yao Qi <yao.qi@linaro.org>
6773 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6774 standalone_txt. Delete gdb_txt and standalone_txt on host
6775 and target. Spawn the binary on target. Copy files from
6778 2016-08-22 Pedro Alves <palves@redhat.com>
6781 * gdb.base/vdso-warning.exp: Test core dumps too. Use
6782 with_test_prefix. Factor out bits to ...
6783 (test_no_vdso): ... this new procedure.
6785 2016-08-19 Carl Love <cel@us.ibm.com>
6787 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6788 maintaining separate logic for constructing the output path.
6789 * gdb.arch/powerpc-d128-regs.exp: Likewise.
6790 * gdb.arch/ppc-dfp.exp: Likewise.
6791 * gdb.arch/ppc-fp.exp: Likewise.
6792 * gdb.arch/vsx-regs.exp: Likewise.
6793 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6794 binprefix for generating the additional binary files.
6796 2016-08-19 Pedro Alves <palves@redhat.com>
6798 * gdb.trace/mi-trace-frame-collected.exp
6799 (test_trace_frame_collected): On x32, expect two registers.
6801 2016-08-18 Carl Love <cel@us.ibm.com>
6803 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6804 and sync up the test with tests in gas/testsuite/gas/ppc.
6805 * gdb.arch/powerpc-power.exp: Likewise.
6807 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6809 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6810 expected error message.
6812 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6814 * gdb.multi/remove-inferiors.exp: New file.
6815 * gdb.multi/remove-inferiors.c: New file.
6817 2016-08-12 Yao Qi <yao.qi@linaro.org>
6819 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6822 2016-08-10 Pedro Alves <palves@redhat.com>
6825 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6828 2016-08-09 Pedro Alves <palves@redhat.com>
6829 Simon Marchi <simon.marchi@ericsson.com>
6832 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6833 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6835 2016-08-09 Pedro Alves <palves@redhat.com>
6838 * gdb.mi/mi-cmd-error.exp: New file.
6840 2016-08-09 Pedro Alves <palves@redhat.com>
6843 * gdb.base/signals-state-child.c: New file.
6844 * gdb.base/signals-state-child.exp: New file.
6845 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6847 2016-08-09 Pedro Alves <palves@redhat.com>
6849 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6851 2016-08-03 Tom Tromey <tom@tromey.com>
6854 * gdb.python/py-frame-inline.exp: Add Frame.function test.
6856 2016-08-01 Yao Qi <yao.qi@linaro.org>
6858 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
6859 variable mode to "multi-process" if $multi_process is 1, otherwise
6860 set it to "single-process".
6862 2016-08-01 Yao Qi <yao.qi@linaro.org>
6864 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
6865 * gdb.cp/cpexprs.exp: Likewise.
6866 * gdb.cp/m-static.exp: Likewise.
6868 2016-07-26 Tom Tromey <tom@tromey.com>
6871 * gdb.threads/tls.exp (check_thread_local): Add python symbol
6874 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
6876 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
6877 selecting assembly source files.
6878 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
6879 assembly source files.
6880 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
6881 assembly source files.
6882 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
6883 selecting assembly source files.
6885 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
6887 * gdb.base/new-ui.exp (do_test_invalid_args): New
6890 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
6892 * gdb.btrace/reconnect.c: New file.
6893 * gdb.btrace/reconnect.exp: New file.
6895 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
6897 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
6898 to test_catch_syscall_group.
6899 (test_catch_syscall_group): New.
6901 2016-07-21 Tom Tromey <tom@tromey.com>
6903 * gdb.rust/simple.rs (main): Use empty struct expression.
6904 * gdb.rust/simple.exp: Add tests for empty struct expression.
6906 2016-07-21 Yao Qi <yao.qi@linaro.org>
6908 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
6909 if gdb_skip_xml_test is true on some targets.
6911 2016-07-21 Yao Qi <yao.qi@linaro.org>
6913 * gdb.server/solib-list.exp: Unset last_loaded_file.
6915 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6917 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
6918 "step into captured_main (args)".
6920 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6922 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
6924 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6926 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
6928 2016-07-19 Pedro Alves <palves@redhat.com>
6930 * gdb.opt/inline-break.exp: Remove optimize=-O2.
6931 * gdb.opt/inline-bt.exp: Likewise.
6932 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
6933 additional_flags=-Winline.
6934 * gdb.opt/inline-locals.exp: Likewise.
6935 * gdb.opt/inline-markers.c (ATTR): Define.
6936 (inlined_fn): Use it.
6938 2016-07-19 Yao Qi <yao.qi@linaro.org>
6940 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
6941 (test_with_self): Remove some code. Remove argument executable.
6942 (top-level): Use do_self_tests.
6944 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
6945 Don Breazeal <donb@codesourcery.com>
6947 * gdb.base/maint.exp: Escape paths used in regular expressions.
6948 * gdb.stabs/weird.exp: Likewise.
6950 2016-07-13 Tom Tromey <tom@tromey.com>
6952 PR python/15620, PR python/18620:
6953 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
6954 (test_bkpt_events): New procs.
6956 2016-07-13 Tom Tromey <tom@tromey.com>
6959 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
6961 (test_watchpoints): Likewise.
6962 (test_bkpt_pending): New proc.
6964 2016-07-13 Tom Tromey <tom@tromey.com>
6967 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
6970 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6972 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
6973 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
6974 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
6976 (g): Rename g_end_lbl to g_label.
6977 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
6979 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
6981 2016-07-12 Tom Tromey <tom@tromey.com>
6984 * gdb.python/py-unwind-maint.exp: Update tests.
6986 2016-07-12 Yao Qi <yao.qi@linaro.org>
6988 * lib/selftest-support.exp (selftest_setup): Match the output
6989 when captured_main is inlined.
6991 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6993 * gdb.fortran/derived-types.exp (result_line, result_line_2):
6995 (print this%a, print this%b, print this): New tests.
6996 * gdb.fortran/derived-types.f90 (this): New object and
6999 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7001 * gdb.ada/arraydim.exp: Remove extra directory level in build
7004 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7006 * lib/ada.exp: Remove extra directory level in build directory.
7007 * gdb.ada/cond_lang.exp: Likewise.
7008 * gdb.ada/exec_changed.exp: Likewise.
7009 * gdb.ada/lang_switch.exp: Likewise.
7011 2016-07-06 Manish Goregaokar <manish@mozilla.com>
7013 * simple.rs: Add test for raw pointer subscripting.
7014 * simple.exp: Add test expectations.
7016 2016-07-05 Yao Qi <yao.qi@linaro.org>
7018 * gdb.mi/mi-reverse.exp: Match =record-started output.
7020 2016-07-01 Pedro Alves <palves@redhat.com>
7022 * gdb.base/jit-reader.exp (info_registers_current_frame): New
7024 (jit_reader_test): Test the jit reader's unwinder.
7025 * gdb.base/jithost.c (jit_function_00_code): New global.
7026 (main): Use memcpy to fill in the mmapped code, instead of poking
7027 bytes manually here.
7028 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7030 (read_debug_info): Save the function's range.
7031 (read_sp): New function.
7032 (unwind_frame): Use it. Also unwind RBP.
7033 (get_frame_id): Use read_sp.
7034 (gdb_init_reader): Use calloc instead of malloc.
7035 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7036 parameter. Use gdb_test_multiple.
7038 2016-07-01 Pedro Alves <palves@redhat.com>
7039 Antoine Tremblay <antoine.tremblay@ericsson.com>
7041 * gdb.threads/process-dies-while-detaching.c: New file.
7042 * gdb.threads/process-dies-while-detaching.exp: New file.
7044 2016-07-01 Pedro Alves <palves@redhat.com>
7046 * gdb.multi/watchpoint-multi-exit.c: New file.
7047 * gdb.multi/watchpoint-multi-exit.exp: New file.
7049 2016-06-30 Pedro Alves <palves@redhat.com>
7051 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7052 unset inferior_spawn_id.
7054 2016-06-30 Pedro Alves <palves@redhat.com>
7056 * lib/mi-support.exp (default_mi_gdb_start): Declare global
7057 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7059 2016-06-29 Yao Qi <yao.qi@linaro.org>
7061 * gdb.base/return.c: Add copyright header.
7063 2016-06-29 Tom Tromey <tom@tromey.com>
7066 * gdb.python/py-framefilter.exp: Add tests for setting priority
7067 and disabling of non-existent frame filter.
7069 2016-06-29 Yao Qi <yao.qi@linaro.org>
7071 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7074 2016-06-28 Yao Qi <yao.qi@linaro.org>
7076 * gdb.base/catch-syscall.exp: Remove check on isnative and target
7077 triplets. Start gdb, execute catch syscall, and continue. Check
7078 gdb's output to determine catch syscall is supported.
7080 2016-06-27 Manish Goregaokar <manish@mozilla.com>
7082 * gdb.rust/simple.rs: Add test for returning unit in a function.
7083 * gdb.rust/simple.exp: Add expectation for functions returning
7086 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
7088 * gdb.python/py-breakpoint-create-fail.c,
7089 gdb.python/py-breakpoint-create-fail.exp,
7090 gdb.python/py-breakpoint-create-fail.py: New testcase.
7092 2016-06-25 Manish Goregaokar <manish@mozilla.com>
7095 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
7096 * gdb.rust/simple.exp: Add test expectations for new NonZero
7099 2016-06-24 David Taylor <dtaylor@emc.com>
7101 * gdb.base/offsets.exp: New file.
7102 * gdb.base/offsets.c: New file.
7104 2016-06-23 Tom Tromey <tom@tromey.com>
7107 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7108 before any filters are loaded.
7110 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
7112 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7113 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7115 * gdb.fortran/derived-type-function.exp: New file.
7116 * gdb.fortran/derived-type-function.f90: New file.
7119 2016-06-21 Pedro Alves <palves@redhat.com>
7121 * gdb.base/new-ui.exp: New file.
7122 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7123 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7124 (with_spawn_id): New procedure.
7126 2016-06-21 Pedro Alves <palves@redhat.com>
7128 * gdb.mi/mi-exec-run.exp: New file.
7130 2016-06-21 Pedro Alves <palves@redhat.com>
7132 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7133 breakpoint command's output on the main UI.
7134 (test_break): New procedure, factored out from calls in the top
7136 (top level): Use foreach_with_prefix to test MI as main UI and as
7139 2016-06-21 Pedro Alves <palves@redhat.com>
7141 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
7142 (test_awatch_creation_and_listing)
7143 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
7144 Remove 'type' parameter.
7145 (test_watchpoint_all): New parameter mi_mode. Remove
7147 (top level): Use foreach_with_prefix, and add main/separate UI MI
7150 2016-06-21 Pedro Alves <palves@redhat.com>
7152 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
7153 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
7154 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
7155 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
7156 (gdb_main_spawn_id, mi_spawn_id): Declare and
7158 (mi_create_inferior_pty): New procedure,
7159 factored out from default_mi_gdb_start.
7160 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
7162 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
7163 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
7164 Use mi_create_inferior_pty.
7165 (mi_gdb_start): Use eval to pass down args list.
7167 2016-06-21 Pedro Alves <palves@redhat.com>
7169 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
7170 * gdb.opt/inline-cmds.exp: Add MI tests.
7172 2016-06-21 Pedro Alves <palves@redhat.com>
7174 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
7176 2016-06-21 Pedro Alves <palves@redhat.com>
7178 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
7179 (top level): Use it instead of mi_execute_to.
7181 2016-06-21 Pedro Alves <palves@redhat.com>
7183 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
7184 (cont_handler_str): New.
7185 (signal_stop_handler): Set stop_handler_str instead of printing to
7187 (continue_handler): Set cont_handler_str instead of printing to
7189 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
7190 mi_send_resuming_command. Print stop_handler_str and
7191 cont_handler_str instead of expecting the python events print
7194 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
7196 * gdb.base/jit-reader.exp: New file.
7197 * gdb.base/jithost.c: New file.
7198 * gdb.base/jithost.h: New file.
7199 * gdb.base/jitreader.c : New file.
7200 * gdb.base/jit-protocol.h: New file.
7202 2016-06-17 Yao Qi <yao.qi@linaro.org>
7204 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
7205 parameters follow_fork and detach_on_fork. Set follow-fork-mode
7206 and detach-on-fork. Adjust tests.
7207 (top level): Invoke break_cond_on_syscall with combinations of
7208 syscall, follow-fork-mode and detach-on-fork.
7210 2016-06-17 Yao Qi <yao.qi@linaro.org>
7212 * gdb.base/step-over-exit.c: New.
7213 * gdb.base/step-over-exit.exp: New.
7215 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
7217 * gdb.base/float.exp: Add target check for nds32*-*-*.
7218 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
7220 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7222 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
7223 for unsupported target features.
7224 * gdb.base/call-rt-st.exp: Likewise.
7225 * gdb.base/call-sc.exp: Likewise.
7226 * gdb.base/call-signal-resume.exp: Likewise.
7227 * gdb.base/call-strs.exp: Likewise.
7228 * gdb.base/callexit.exp: Likewise.
7229 * gdb.base/callfuncs.exp: Likewise.
7230 * gdb.base/nodebug.exp: Likewise.
7231 * gdb.base/printcmds.exp: Likewise.
7232 * gdb.base/ptype.exp: Likewise.
7233 * gdb.base/structs.exp: Likewise.
7234 * gdb.base/unwindonsignal.exp: Likewise.
7235 * gdb.cp/gdb2495.exp: Likewise.
7236 * gdb.cp/templates.exp: Likewise.
7237 * gdb.cp/virtfunc.exp: Likewise.
7238 * gdb.threads/hand-call-in-threads.exp: Likewise.
7239 * gdb.threads/interrupted-hand-call.exp: Likewise.
7240 * gdb.threads/thread-unwindonsignal.exp: Likewise.
7242 2016-06-10 Tom Tromey <tom@tromey.com>
7245 * gdb.rust/expr.exp: Add test for integer constant larger than
7248 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
7250 * gdb.fortran/nested-funcs.exp: New.
7251 * gdb.fortran/nested-funcs.f90: New.
7253 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
7255 * gdb.base/examine-backward.c: New file.
7256 * gdb.base/examine-backward.exp: New file.
7258 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
7260 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
7263 2016-06-02 Tom Tromey <tom@tromey.com>
7266 * gdb.python/py-shared.exp: Add solib_name test.
7268 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
7270 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
7272 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
7275 * gdb.dwarf2/implref.exp: Rename to...
7276 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
7277 * gdb.dwarf2/implref-array.c: New file.
7278 * gdb.dwarf2/implref-array.exp: Likewise.
7279 * gdb.dwarf2/implref-global.c: Likewise.
7280 * gdb.dwarf2/implref-global.exp: Likewise.
7281 * gdb.dwarf2/implref-struct.c: Likewise.
7282 * gdb.dwarf2/implref-struct.exp: Likewise.
7284 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7286 * gdb.trace/trace-condition.exp: Add 64bit tests.
7288 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7290 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
7292 (main): Adapt to 8 to 64 bits types.
7293 * gdb.trace/trace-condition.exp: Add new tests.
7295 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7297 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
7299 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7301 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
7302 Move condition tests...
7303 * gdb.trace/trace-condition.exp: Here.
7305 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7307 * gdb.trace/trace-condition.exp: Add counter-case tests.
7309 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7312 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7313 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7315 2016-05-27 Pedro Alves <palves@redhat.com>
7317 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7319 (top level): Call it, and bail out of DejaGnu is known to be bad.
7321 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
7323 * gdb.base/whatis.c: Extend the test case.
7324 * gdb.base/whatis.exp: Add additional tests.
7326 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7328 * gdb.fortran/type.f90: Add pointer variable.
7329 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7331 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7333 * gdb.fortran/vla-type.exp: Fix testcase name.
7335 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7337 * gdb.fortran/vla-type.exp: Access elements in nested structs.
7339 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7341 * gdb.fortran/type.f90: Add nested structures.
7342 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7343 * gdb.fortran/derived-type.exp: Adapt expected output.
7344 * gdb.fortran/vla-type.exp: Adapt expected output.
7346 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7348 * gdb.fortran/whatis_type.exp: Adapt expected output.
7350 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7352 * gdb.fortran/print_type.exp: Fix expected output.
7353 * gdb.fortran/whatis_type.exp: Fix expected output.
7355 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7357 * gdb.fortran/whatis_type.exp: Use multi_line.
7359 2016-05-24 Tom Tromey <tom@tromey.com>
7362 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7363 use value as an index.
7365 2016-05-23 Tom Tromey <tom@tromey.com>
7368 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7371 2016-05-24 Pedro Alves <palves@redhat.com>
7374 * gdb.threads/clone-attach-detach.c: New file.
7375 * gdb.threads/clone-attach-detach.exp: New file.
7377 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
7379 * gdb.base/annota-input-while-running.exp: Fix syntax error.
7381 2016-05-23 Tom Tromey <tom@tromey.com>
7383 PR python/19438, PR python/18393:
7384 * gdb.python/py-progspace.exp: Add "dir" test.
7385 * gdb.python/py-objfile.exp: Add "dir" test.
7387 2016-05-23 Yao Qi <yao.qi@linaro.org>
7389 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7390 * gdb.arch/thumb2-it.exp: Likewise.
7392 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
7394 * gdb.mi/mi-threads-interrupt.c: New file.
7395 * gdb.mi/mi-threads-interrupt.exp: New file.
7397 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
7400 * gdb.mi/mi-async-run.exp: New file.
7401 * gdb.mi/mi-async-run.c: New file.
7403 2016-05-17 Tom Tromey <tom@tromey.com>
7404 Manish Goregaokar <manishsmail@gmail.com>
7406 * lib/rust-support.exp: New file.
7407 * lib/gdb.exp (skip_rust_tests): New proc.
7408 (build_executable_from_specs): Handle rust.
7409 * lib/future.exp (gdb_find_rustc): New proc.
7410 (gdb_default_target_compile): Handle rust.
7411 * gdb.rust/expr.exp: New file.
7412 * gdb.rust/generics.exp: New file.
7413 * gdb.rust/generics.rs: New file.
7414 * gdb.rust/methods.exp: New file.
7415 * gdb.rust/methods.rs: New file.
7416 * gdb.rust/modules.exp: New file.
7417 * gdb.rust/modules.rs: New file.
7418 * gdb.rust/simple.exp: New file.
7419 * gdb.rust/simple.rs: New file.
7421 2016-05-17 Tom Tromey <tom@tromey.com>
7423 * gdb.base/default.exp (set language): Add rust.
7425 2016-05-17 Tom Tromey <tom@tromey.com>
7427 * gdb.gdb/unittest.exp: New file.
7429 2016-05-16 Yao Qi <yao.qi@linaro.org>
7431 * gdb.base/batch-preserve-term-settings.exp: Remove variable
7432 shell_prompt. Update shell_prompt_re.
7434 2016-05-12 Doug Evans <dje@google.com>
7437 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7438 $options when building executable.
7439 * gdb.dwarf2/fission-loclists-pie.S: New file.
7440 * gdb.dwarf2/fission-loclists-pie.exp: New file.
7442 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7444 * gdb.base/solib-display.exp: Check for [use_gdb_stub]Â instead
7445 of [is_remote target],
7447 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7449 * lib/gdb.exp (use_gdb_stub): New procedure.
7451 2016-05-03 Yunlian Jiang <yunlian@google.com>
7452 Doug Evans <dje@google.com>
7455 * gdb.dwarf2/dwp-sepdebug.c: New file.
7456 * gdb.dwarf2/dwp-sepdebug.exp: New file.
7458 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7460 * gdb.base/detach.exp: Remove is_remote check.
7462 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7464 * gdb.base/annota-input-while-running.exp: Don't check for
7465 [is_remote target]. Enable annotations after running to main.
7466 Remove unused "set test..." line.
7468 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7470 * gdb.trace/trace-enable-disable.exp: New file.
7471 * gdb.trace/trace-enable-disable.c: New file.
7473 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7475 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7476 use it in info sharedlibrary test.
7477 * gdb.trace/ftrace-lock.exp: Likewise.
7478 * gdb.trace/ftrace.exp: Likewise.
7479 * gdb.trace/range-stepping.exp: Likewise.
7480 * gdb.trace/trace-break.exp: Likewise.
7481 * gdb.trace/trace-condition.exp: Likewise.
7482 * gdb.trace/trace-mt.exp: Likewise.
7484 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7486 * lib/gdb.exp (gdb_load_shlibs): Rename to...
7487 (gdb_load_shlib): ... this.
7488 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7490 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7491 * gdb.base/ctxobj.exp: Likewise.
7492 * gdb.base/dprintf-pending.exp: Likewise.
7493 * gdb.base/dso2dso.exp: Likewise.
7494 * gdb.base/fixsection.exp: Likewise.
7495 * gdb.base/gcore-relro.exp: Likewise.
7496 * gdb.base/gdb1555.exp: Likewise.
7497 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7498 * gdb.base/gnu-ifunc.exp: Likewise.
7499 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7500 * gdb.base/jit-so.exp (one_jit_test): Likewise.
7501 * gdb.base/pending.exp: Likewise.
7502 * gdb.base/print-file-var.exp: Likewise.
7503 * gdb.base/print-symbol-loading.exp: Likewise.
7504 * gdb.base/shlib-call.exp: Likewise.
7505 * gdb.base/shreloc.exp: Likewise.
7506 * gdb.base/so-impl-ld.exp: Likewise.
7507 * gdb.base/solib-disc.exp: Likewise.
7508 * gdb.base/solib-nodir.exp: Likewise.
7509 * gdb.base/solib-overlap.exp: Likewise.
7510 * gdb.base/solib-symbol.exp: Likewise.
7511 * gdb.base/solib-weak.exp (do_test): Likewise.
7512 * gdb.base/sym-file.exp: Likewise.
7513 * gdb.base/symtab-search-order.exp: Likewise.
7514 * gdb.base/type-opaque.exp: Likewise.
7515 * gdb.base/unload.exp: Likewise.
7516 * gdb.base/watchpoint-solib.exp: Likewise.
7517 * gdb.compile/compile.exp: Likewise.
7518 * gdb.cp/gdb2384.exp: Likewise.
7519 * gdb.cp/infcall-dlopen.exp: Likewise.
7520 * gdb.cp/re-set-overloaded.exp: Likewise.
7521 * gdb.fortran/library-module.exp: Likewise.
7522 * gdb.opt/solib-intra-step.exp: Likewise.
7523 * gdb.python/py-finish-breakpoint.exp: Likewise.
7524 * gdb.python/py-shared.exp: Likewise.
7525 * gdb.reverse/solib-precsave.exp: Likewise.
7526 * gdb.reverse/solib-reverse.exp: Likewise.
7527 * gdb.server/solib-list.exp: Likewise.
7528 * gdb.threads/dlopen-libpthread.exp: Likewise.
7529 * gdb.threads/tls-shared.exp: Likewise.
7530 * gdb.threads/tls-so_extern.exp: Likewise.
7531 * gdb.trace/change-loc.exp: Likewise.
7532 * gdb.trace/ftrace-lock.exp: Likewise.
7533 * gdb.trace/ftrace.exp: Likewise.
7534 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7535 * gdb.trace/pending.exp: Likewise.
7536 * gdb.trace/range-stepping.exp: Likewise.
7537 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7538 (strace_info_marker): Likewise.
7539 (strace_probe_marker): Likewise.
7540 (strace_trace_on_same_addr): Likewise.
7541 (strace_trace_on_diff_addr): Likewise.
7542 * gdb.trace/trace-break.exp: Likewise.
7543 * gdb.trace/trace-condition.exp: Likewise.
7544 * gdb.trace/trace-mt.exp: Likewise.
7546 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7548 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
7549 result of gdb_remote_download.
7550 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7551 * gdb.base/dso2dso.exp: Likewise.
7552 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7553 * gdb.base/print-file-var.exp: Likewise.
7554 * gdb.base/shlib-call.exp: Likewise.
7555 * gdb.base/shreloc.exp: Likewise.
7556 * gdb.base/solib-overlap.exp: Likewise.
7557 * gdb.base/solib-weak.exp (do_test): Likewise.
7558 * gdb.base/unload.exp: Likewise.
7560 2016-04-27 Yao Qi <yao.qi@linaro.org>
7562 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7565 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7567 * vla-type.exp: Print structure from toplevel.
7569 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7571 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7573 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7576 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7578 * gdb.fortran/vla-type.f90: New file.
7579 * gdb.fortran/vla-type.exp: New file.
7581 2016-04-25 Yao Qi <yao.qi@linaro.org>
7583 * gdb.base/branch-to-self.c: New file.
7584 * gdb.base/branch-to-self.exp: New file.
7586 2016-04-22 Yao Qi <yao.qi@linaro.org>
7588 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7591 2016-04-22 Yao Qi <yao.qi@linaro.org>
7593 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7594 * gdb.base/annota3.exp: Likewise.
7596 2016-04-22 Yao Qi <yao.qi@linaro.org>
7598 * gdb.reverse/step-precsave.exp: Do one step and test program
7599 stops in "callee" and do multiple steps until program goes out
7601 * gdb.reverse/step-reverse.exp: Likewise.
7603 2016-04-22 Yao Qi <yao.qi@linaro.org>
7605 * gdb.trace/signal.exp: Also pass if
7606 $tracepoint_hits($i) > $iterations.
7608 2016-04-22 Yao Qi <yao.qi@linaro.org>
7610 * gdb.trace/signal.c: New file.
7611 * gdb.trace/signal.exp: New file.
7613 2016-04-19 Doug Evans <xdje42@gmail.com>
7615 * gdb.base/bad-file.exp: New file.
7617 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
7619 * gdb.dwarf2/implref.exp: New file.
7621 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7623 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7624 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7625 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7626 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7627 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7628 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7629 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7630 * lib/fortran.exp (fortran_int4): New procedure.
7631 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7632 (fortran_logical4): Likewise.
7634 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
7636 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7638 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7640 * lib/compiler.c: Add Intel specific preprocessor macros.
7641 * lib/compiler.cc: Likewise.
7643 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
7645 * gdb.server/connect-with-no-symbol-file.c: New file.
7646 * gdb.server/connect-with-no-symbol-file.exp: New file.
7648 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7650 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7652 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7654 * boards/gdbserver-base.exp (${board}_download): Copy source file to
7655 standard output directory.
7657 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
7659 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7661 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
7663 * gdb.btrace/instruction_history.c (loop): Add declaration.
7665 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7667 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7669 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7671 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7672 parentheses to print.
7673 (continue_handler): Likewise.
7675 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
7677 * gdb.server/solib-list.exp: Remove is_remote check.
7678 Pass shlib= to gdb_compile. Don't link shared library with
7679 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
7680 Run binary filename through "readlink -f" on the target.
7682 2016-04-08 Pedro Alves <palves@redhat.com>
7684 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
7685 interpreter filename as argument to gdbserver_spawn.
7686 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7687 Return empty if $last_loaded_file does not exist.
7689 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7691 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7692 * gdb.base/jit-main.c: Use exit after usage.
7694 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7696 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7697 GDBHISTSIZE prior to the tests.
7698 * gdb.base/gdbinit-history.exp: Likewise.
7700 2016-04-07 Pedro Alves <palves@redhat.com>
7702 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7703 instead of build_executable. Use gdb_load_shlibs.
7705 2016-04-07 Yao Qi <yao.qi@linaro.org>
7707 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7708 Execute "si" command.
7710 2016-04-07 Yao Qi <yao.qi@linaro.org>
7712 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7713 number instead of the comments on some line.
7715 2016-04-06 Don Breazeal <donb@codesourcery.com>
7717 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7718 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7720 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
7722 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7723 standard_output_file. Remove unused binfile variable.
7725 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
7727 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7728 * gdb.python/py-mi-objfile.exp: Match "list main" output
7731 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
7733 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7736 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7738 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7740 * gdb.trace/ftrace.exp: Likewise.
7741 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7743 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7744 (gdb_load_shlibs): Copy libraries to test directory when testing
7745 natively. Only set solib-search-path if testing remotely.
7746 * lib/mi-support.exp (mi_load_shlibs): Likewise.
7748 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7750 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7751 gdb_download. Use it even if the target is not remote.
7752 * gdb.base/jit.exp (compile_jit_test): Likewise.
7753 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7754 output directory if the destination board is local, otherwise use
7755 the standard remote_download from DejaGnu.
7756 (gdb_download): Remove.
7757 (gdb_load_shlibs): Use gdb_remote_download instead of
7759 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7760 Use gdb_remote_download instead of gdb_download. Use it even if
7761 the target is not remote.
7762 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7763 instead of gdb_download.
7765 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
7767 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7768 (test_insert_delete_modify): Call mi_load_shlibs before trying to
7771 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
7774 * gdb.base/printcmds.exp: Add artificial arrays tests.
7776 2016-03-31 Pedro Alves <palves@redhat.com>
7779 * gdb.base/jit-main.c: Include unistd.h.
7780 (ATTACH): Define to 0 if not already defined.
7781 (wait_for_gdb, mypid): New globals.
7782 (WAIT_FOR_GDB): New macro.
7783 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
7784 some breakpoint locations.
7785 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7787 (one_jit_test): Add REATTACH parameter, and handle it. Use
7788 continue_to_test_location.
7789 (top level): Test attach, and adjusts calls to one_jit_test.
7791 2016-03-31 Pedro Alves <palves@redhat.com>
7794 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
7795 BINSUFFIX parameter, and handle it.
7796 (top level): Adjust calls compile_jit_test.
7798 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
7801 * gdb.python/py-mi-events-gdb.py: New file.
7802 * gdb.python/py-mi-events.c: New file.
7803 * gdb.python/py-mi-events.exp: New file.
7805 2016-03-30 Yao Qi <yao.qi@linaro.org>
7807 * gdb.reverse/until-precsave.exp: Match function name only.
7808 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7809 Move malloc to a condition block.
7810 * gdb.reverse/until-reverse.exp: Match function name only.
7812 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
7814 * gdb.trace/ftrace.exp: Set arg0exp for s390.
7815 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7816 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7817 variable for GPR 0 instead of assuming it is register 0.
7818 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7819 * lib/trace-support.exp: Add s390 registers.
7821 2016-03-29 Yao Qi <yao.qi@linaro.org>
7823 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7825 2016-03-24 Yao Qi <yao.qi@linaro.org>
7827 * gdb.reverse/break-reverse.exp: Add quotation mark in the
7830 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7832 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7833 maintaining separate logic for constructing the output path.
7835 2016-03-16 Don Breazeal <donb@codesourcery.com>
7837 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7838 Retry fork and waitpid on interrupted system call errors.
7839 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7840 Use with_timeout_factor to increase timeout by factor of 10.
7842 2016-03-15 Don Breazeal <donb@codesourcery.com>
7844 * gdb.cp/scope-err.cc: New test program.
7845 * gdb.cp/scope-err.exp: New test script.
7846 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7847 lines and "set breakpoint here" comment.
7848 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7849 Fixed some whitespace and format issues.
7850 * gdb.mi/mi-linespec-err-cp.cc: New test program.
7851 * gdb.mi/mi-linespec-err-cp.exp: New test script.
7853 2016-03-15 Doug Evans <dje@google.com>
7855 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7856 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
7857 All callers updated. Add tests for enums, mixed flags register.
7859 2016-03-15 Doug Evans <dje@google.com>
7861 * gdb.base/skip.c (main): Call test_skip_file_and_function.
7862 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
7864 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
7866 * gdb.base/default.exp: Add $_as_string to the list of expected
7867 convenience functions.
7869 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
7871 * gdb.base/maint.exp: New tests for 'maint info line-table'.
7873 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
7875 * gdb.python/py-as-string.exp: New file.
7876 * gdb.python/py-as-string.c: New file.
7878 2016-03-09 Pedro Alves <palves@redhat.com>
7880 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
7881 signal" -> "Thread NN received signal" output change.
7882 * gdb.threads/ia64-sigill.exp: Likewise.
7883 * gdb.threads/linux-dp.exp: Likewise.
7884 * gdb.threads/manythreads.exp: Likewise.
7885 * gdb.threads/pending-step.exp: Likewise.
7886 * gdb.threads/print-threads.exp: Likewise.
7887 * gdb.threads/sigstep-threads.exp: Likewise.
7888 * gdb.threads/staticthreads.exp: Likewise.
7889 * gdb.threads/tls.exp: Likewise.
7891 2016-03-09 Pedro Alves <palves@redhat.com>
7893 * gdb.base/command-line-input.exp: New file.
7895 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7897 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
7898 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
7899 * gdb.trace/pending.exp: Accept leading dot before function name.
7900 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
7901 * lib/trace-support.exp: Set registers for ppc.
7903 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7905 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
7906 use it for disassembly; accept .main in addition to main in backtrace.
7908 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
7909 Marcin Kościelnicki <koriakin@0x04.net>
7911 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
7912 (gdb_recursion_test_ptr): New global variable.
7913 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
7915 (gdb_c_test): Ditto.
7917 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7919 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
7922 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7924 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
7925 (bar): Add bar_start_lbl label.
7926 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
7927 of foo/bar for emitting DWARF and tracing.
7929 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
7931 * analyze-racy-logs.py: Set executable bit.
7933 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
7935 * Makefile.in (DEFAULT_RACY_ITER): New variable.
7936 (CHECK_TARGET_TMP): Likewise.
7937 (check-single-racy): New rule.
7938 (check-parallel-racy): Likewise.
7939 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
7940 (do-check-parallel-racy): New rule.
7941 (check-racy/%.exp): Likewise.
7942 * README (Racy testcases): New section.
7943 * analyze-racy-logs.py: New file.
7945 2016-03-03 Doug Evans <dje@google.com>
7947 * gdb.base/skip.exp: Use with_test_prefix.
7949 2016-03-03 Yao Qi <yao.qi@linaro.org>
7951 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
7952 Invoke step_over_syscall "clone" and break_cond_on_syscall
7954 * gdb.base/step-over-clone.c: New file.
7956 2016-03-03 Yao Qi <yao.qi@linaro.org>
7958 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
7961 2016-03-03 Yao Qi <yao.qi@linaro.org>
7963 * gdb.base/disp-step-fork.c: Rename to ...
7964 * gdb.base/step-over-fork.c: ... it. New file.
7965 * gdb.base/disp-step-vfork.c: Rename to ...
7966 * gdb.base/step-over-vfork.c: ... it. New file.
7967 * gdb.base/disp-step-syscall.exp: Rename to ...
7968 * gdb.base/step-over-syscall.exp: ... it. New file.
7969 (disp_step_cross_syscall): Rename to ...
7970 (step_over_syscall): ... it.
7972 2016-03-03 Yao Qi <yao.qi@linaro.org>
7974 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
7975 If target supports condition evaluation on target, invoke
7976 break_cond_on_syscall for fork and vfork.
7978 2016-03-03 Yao Qi <yao.qi@linaro.org>
7980 * gdb.base/disp-step-syscall.exp: Don't invoke
7981 support_displaced_stepping.
7982 (disp_step_cross_syscall): Test with displaced stepping off and
7985 2016-03-03 Yao Qi <yao.qi@linaro.org>
7987 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
7990 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
7993 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7995 * gdb.fortran/vla-history.exp: Remove breakpoint.
7997 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7999 * gdb.fortran/vla-history.exp: Lookup array elements and printing
8002 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8004 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8007 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8009 * gdb.mi/vla.f90: Nullify pointer after declaration.
8011 2016-03-01 Pedro Alves <palves@redhat.com>
8013 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8015 2016-03-01 Pedro Alves <palves@redhat.com>
8017 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8018 before anything else.
8019 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
8021 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8022 before anything else.
8023 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8025 2016-03-01 Pedro Alves <palves@redhat.com>
8027 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8029 2016-03-01 Yao Qi <yao.qi@linaro.org>
8031 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8032 prepare_for_testing.
8034 2016-03-01 Yao Qi <yao.qi@linaro.org>
8036 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8038 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8040 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8041 manually constructing the output path.
8043 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8045 * gdb.arch/s390-stackless.S: New.
8046 * gdb.arch/s390-stackless.exp: New.
8048 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
8050 * gdb.dlang/circular.c: New file.
8051 * gdb.dlang/circular.exp: New file.
8053 2016-02-26 Yao Qi <yao.qi@linaro.org>
8055 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8056 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8057 (testcases): Update.
8059 2016-02-26 Yao Qi <yao.qi@linaro.org>
8061 * gdb.reverse/aarch64.c: Rename to ...
8062 * gdb.reverse/insn-reverse.c: ... it.
8063 * gdb.reverse/aarch64.exp: Rename to ...
8064 * gdb.reverse/insn-reverse.exp: ... it.
8066 2016-02-26 Yao Qi <yao.qi@linaro.org>
8068 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8069 (testcase_ftype): New.
8070 (testcases): New array.
8072 (main): Call each element in testcases.
8073 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8074 (read_testcase): New.
8075 Do the tests in a loop.
8077 2016-02-25 Yao Qi <yao.qi@linaro.org>
8079 * gdb.base/branches.c: Remove.
8081 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8084 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
8086 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8088 * gdb.trace/ftrace.exp: Remove unnecessary target check.
8090 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8092 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
8093 change x86_64 call_insn to 'callq'.
8095 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8097 * gdb.trace/tfile-avx.c: Move to...
8098 * gdb.trace/tracefile-pseudo-reg.c: Here.
8099 * gdb.trace/tfile-avx.exp: Move to...
8100 * gdb.trace/tracefile-pseudo-reg.exp: Here.
8102 2016-02-24 Gary Benson <gbenson@redhat.com>
8104 * gdb.base/attach-pie-noexec.exp: Do not expect an error
8107 2016-02-23 Doug Evans <dje@google.com>
8109 * gdb.base/skip.c (test_skip): New function.
8110 (end_test_skip_file_and_function): New function.
8111 (test_skip_file_and_function): New function.
8112 * gdb.base/skip1.c (test_skip): New function.
8113 (skip1_test_skip_file_and_function): New function.
8114 * gdb.base/skip.exp: Add tests for new skip options.
8115 * gdb.base/skip-solib.exp: Update expected output.
8116 * gdb.perf/skip-command.cc: New file.
8117 * gdb.perf/skip-command.exp: New file.
8118 * gdb.perf/skip-command.py: New file.
8120 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
8122 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8123 info registers pattern.
8125 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
8127 * lib/future.exp: Add D support.
8128 (gdb_find_gdc): New proc.
8129 (gdb_default_target_compile): Add D support.
8131 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
8133 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
8135 (trace_speed_test): Determine the iteration count for a time
8136 between 15..30 seconds.
8138 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
8140 * gdb.arch/i386-mpx-sigsegv.c: New file.
8141 * gdb.arch/i386-mpx-sigsegv.exp: New file.
8142 * gdb.arch/i386-mpx-simple_segv.c: New file.
8143 * gdb.arch/i386-mpx-simple_segv.exp: New file.
8145 2016-02-18 Yao Qi <yao.qi@linaro.org>
8147 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8148 Don't call setup_kfail.
8150 2016-02-18 Yao Qi <yao.qi@linaro.org>
8152 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8153 Set "set breakpoint condition-evaluation" per $cond_bp_target.
8155 2016-02-16 Doug Evans <dje@google.com>
8157 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
8158 * gdb.base/skip1.c: Ditto.
8159 * gdb.base/skip.exp: Whitespace cleanup.
8161 2016-02-16 Don Breazeal <donb@codesourcery.com>
8164 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8165 Remove kfail for PR remote/19496.
8167 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8169 * lib/gdb.exp (standard_temp_file): Return a path specific to
8170 the runtest invocation.
8172 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8174 * gdb.trace/save-trace.exp: Change relative path to be in the
8175 standard output directory.
8177 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8179 * gdb.arch/i386-prologue.c: Add missing prototypes.
8181 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8183 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
8184 * gdb.arch/i386-prologue.exp: Likewise.
8185 * gdb.arch/i386-size.exp: Likewise.
8187 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
8189 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
8190 define object file path.
8191 * gdb.btrace/gcore.exp: Use standard_output_file to define core
8193 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
8194 standard_output_file to define binfile.
8196 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8198 Fix compatibility with recent gfortran-5.3.1.
8199 * gdb.fortran/vla-history.exp (print vla1 allocated)
8200 (print vla2 allocated, print $2, print $3): Remove
8201 (print $4): Rename to ...
8202 (print $2): ... here.
8203 (print $9): Rename to ...
8204 (print $5): ... here.
8205 (print $10): Rename to ...
8206 (print $6): ... here.
8207 * gdb.fortran/vla.f90: Add pvla initialization.
8209 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8211 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
8213 * gdb.fortran/vla-value-sub.exp: Likewise.
8215 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
8217 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
8219 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
8221 * i386-biarch-core.exp: Define corefile using
8222 standard_output_file.
8224 2016-02-12 Yao Qi <yao.qi@linaro.org>
8226 * gdb.arch/arm-single-step-kernel-helper.c: New.
8227 * gdb.arch/arm-single-step-kernel-helper.exp: New.
8229 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
8231 * gdb.btrace/tailcall-only.exp: New.
8232 * gdb.btrace/tailcall-only.c: New.
8233 * gdb.btrace/x86_64-tailcall-only.S: New.
8234 * gdb.btrace/i686-tailcall-only.S: New.
8236 2016-02-11 Pedro Alves <palves@redhat.com>
8238 * README (Parallel testing): Add missing double quotes.
8240 2016-02-11 Pedro Alves <palves@redhat.com>
8242 * README (Parallel testing): New section.
8243 (GDB_PARALLEL): Rewrite.
8244 (FORCE_PARALLEL): Document.
8246 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
8248 * gdb.trace/tfile-avx.c: New test.
8249 * gdb.trace/tfile-avx.exp: New test.
8251 2016-02-09 Keith Seitz <keiths@redhat.com>
8253 PR breakpoints/19546
8254 * gdb.base/infcall-exec.c: New file.
8255 * gdb.base/infcall-exec2.c: New file.
8256 * gdb.base/infcall-exec.exp: New file.
8258 2016-02-09 Keith Seitz <keiths@redhat.com>
8260 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
8261 (toplevel): Call test_bkpt_address.
8263 2016-02-09 Keith Seitz <keiths@redhat.com>
8266 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
8267 (toplevel): Call test_bkpt_address.
8269 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
8271 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8273 * configure: Regenerate.
8275 2016-02-09 Pedro Alves <palves@redhat.com>
8277 PR breakpoints/19548
8278 * gdb.base/execl-update-breakpoints.c (some_function): New
8281 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
8282 Tighten expected GDB output.
8284 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8286 * Makefile.in (ALL_SUBDIRS): Remove.
8287 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
8288 (distclean maintainer-clean realclean): Likewise.
8289 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
8290 * configure: Regenerate.
8291 * gdb.ada/Makefile.in: Delete.
8292 * gdb.arch/Makefile.in: Likewise.
8293 * gdb.asm/Makefile.in: Likewise.
8294 * gdb.base/Makefile.in: Likewise.
8295 * gdb.btrace/Makefile.in: Likewise.
8296 * gdb.cell/Makefile.in: Likewise.
8297 * gdb.compile/Makefile.in: Likewise.
8298 * gdb.cp/Makefile.in: Likewise.
8299 * gdb.disasm/Makefile.in: Likewise.
8300 * gdb.dlang/Makefile.in: Likewise.
8301 * gdb.dwarf2/Makefile.in: Likewise.
8302 * gdb.fortran/Makefile.in: Likewise.
8303 * gdb.gdb/Makefile.in: Likewise.
8304 * gdb.go/Makefile.in: Likewise.
8305 * gdb.guile/Makefile.in: Likewise.
8306 * gdb.java/Makefile.in: Likewise.
8307 * gdb.linespec/Makefile.in: Likewise.
8308 * gdb.mi/Makefile.in: Likewise.
8309 * gdb.modula2/Makefile.in: Likewise.
8310 * gdb.multi/Makefile.in: Likewise.
8311 * gdb.objc/Makefile.in: Likewise.
8312 * gdb.opencl/Makefile.in: Likewise.
8313 * gdb.opt/Makefile.in: Likewise.
8314 * gdb.pascal/Makefile.in: Likewise.
8315 * gdb.perf/Makefile.in: Likewise.
8316 * gdb.python/Makefile.in: Likewise.
8317 * gdb.reverse/Makefile.in: Likewise.
8318 * gdb.server/Makefile.in: Likewise.
8319 * gdb.stabs/Makefile.in: Likewise.
8320 * gdb.threads/Makefile.in: Likewise.
8321 * gdb.trace/Makefile.in: Likewise.
8322 * gdb.xml/Makefile.in: Likewise.
8323 * lib/gdb.exp (make_gdb_parallel_path): Add check for
8325 (standard_output_file): Remove check for GDB_PARALLEL, always
8326 return path in outputs/$subdir/$testname.
8328 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8330 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8331 (site.exp): Assign abs_srcdir to tcl's srcdir.
8333 2016-02-04 Yao Qi <yao.qi@linaro.org>
8335 * gdb.base/foll-exec-mode.c: Include limits.h.
8336 (main): Add parameters argc and argv. Get directory from
8338 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8340 * gdb.base/foll-exec.c: Include limits.h.
8341 (main): Add parameters argc and argv.
8342 Get directory from argv[0].
8343 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8344 Adjust tests on the number of lines as source code changed.
8345 * gdb.base/foll-vfork-exit.c: Include limits.h.
8346 (main): Add one line of statement before vfork.
8347 * gdb.base/foll-vfork.c: Include limits.h and string.h.
8348 (main): Add parameters argc and argv. Get directory from
8350 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8351 (setup_gdb): Set tbreak to skip some source lines.
8352 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8353 (main): Add parameters argc and argv. Get directory from
8355 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8357 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8358 (main): Add parameters argc and argv. Get directory from
8360 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8363 2016-02-01 Doug Evans <dje@google.com>
8365 * gdb.base/skip.exp: Clean up multiple references to same test name.
8367 2016-02-01 Pedro Alves <palves@redhat.com>
8370 * gdb.threads/forking-threads-plus-breakpoint.exp
8371 (displaced_stepping_supported): New global.
8372 (probe_displaced_stepping_support): New procedure.
8373 (do_test): Add 'displaced' parameter, and use it.
8374 (top level): Check for displaced stepping support. Add displaced
8375 stepping on/off testing axis.
8377 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8379 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8380 pointer. Don't perform further tests on the unassociated pointer
8381 if the first test fails.
8383 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8385 * gdb.base/max-value-size.c: New file.
8386 * gdb.base/max-value-size.exp: New file.
8387 * gdb.base/huge.exp: Disable max-value-size for this test.
8389 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
8391 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8393 2016-01-28 Yao Qi <yao.qi@linaro.org>
8395 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8397 2016-01-25 Pedro Alves <palves@redhat.com>
8400 * gdb.base/fork-running-state.c: New file.
8401 * gdb.base/fork-running-state.exp: New file.
8403 2016-01-25 Pedro Alves <palves@redhat.com>
8406 * gdb.base/catch-fork-kill.c: New file.
8407 * gdb.base/catch-fork-kill.exp: New file.
8409 2016-01-25 Pedro Alves <palves@redhat.com>
8411 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8412 Delete, moved to lib/gdb.exp.
8413 * gdb.threads/forking-threads-plus-breakpoint.exp
8414 (foreach_with_prefix): Likewise.
8415 * gdb.threads/process-dies-while-handling-bp.exp
8416 (foreach_with_prefix): Likewise.
8417 * lib/gdb.exp (foreach_with_prefix): New procedure.
8419 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
8421 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8422 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8424 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
8426 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8429 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8430 Pedro Alves <palves@redhat.com>
8432 Fix testsuite compatibility with Guile.
8433 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8436 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8438 Fix testsuite compatibility with Guile.
8439 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8440 (thread 1): New test for backtrace through signal handler.
8442 2016-01-22 Yao Qi <yao.qi@linaro.org>
8445 * gdb.base/multi-forks.c: Include
8446 ../lib/unbuffer_output.c
8447 (main): Call gdb_unbuffer_output.
8449 2016-01-21 Doug Evans <dje@google.com>
8451 * lib/ada.exp (gdb_compile_ada): Fix typo.
8453 2016-01-21 Joel Brobecker <brobecker@adacore.com>
8455 * gdb.base/break-fun-addr.exp: New file.
8456 * gdb.base/break-fun-addr1.c: New file.
8457 * gdb.base/break-fun-addr2.c: New file.
8459 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
8461 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8462 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8465 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8467 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8468 when GDB can not set the vector return value. Add more comments
8471 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
8473 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
8476 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8478 * Makefile.in (DO_RUNTEST): Add --status and update usages.
8480 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8482 * Makefile.in (check-single): Pass --status to runtest.
8483 (check/%.exp): Likewise.
8485 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8487 * Makefile.in (check-parallel): Propagate return code from make
8490 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
8492 * gdb.trace/ftrace.exp: Fix expected message on continue.
8493 * gdb.trace/pending.exp: Fix expected message on continue.
8494 * gdb.trace/trace-break.exp: Fix expected message on continue.
8496 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
8498 * lib/gdb.exp (gdb_test): Remove unused global references.
8500 2016-01-18 Pedro Alves <palves@redhat.com>
8502 * gdb.base/async-shell.exp: Adjust expected output.
8503 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8504 * gdb.base/siginfo-thread.exp: Adjust expected output.
8505 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8506 * gdb.java/jnpe.exp: Adjust expected output.
8507 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8508 * gdb.threads/continue-pending-status.exp: Adjust expected output.
8509 * gdb.threads/leader-exit.exp: Adjust expected output.
8510 * gdb.threads/manythreads.exp: Adjust expected output.
8511 * gdb.threads/pthreads.exp: Adjust expected output.
8512 * gdb.threads/schedlock.exp: Adjust expected output.
8513 * gdb.threads/siginfo-threads.exp: Adjust expected output.
8514 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8516 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8518 * gdb.threads/sigthread.exp: Adjust expected output.
8519 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8521 2016-01-18 Yao Qi <yao.qi@linaro.org>
8523 * gdb.guile/scm-section-script.c: Replace @progbits with
8525 * gdb.python/py-section-script.c: Likewise.
8527 2016-01-15 Pedro Alves <palves@redhat.com>
8529 * gdb.multi/tids.exp: Test star wildcard ranges.
8531 2016-01-15 Pedro Alves <palves@redhat.com>
8533 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8534 command from "thread apply" invocation.
8535 (thr_apply_info_thr_invalid): Default the expected output to the
8537 (top level): Add tests that use convenience variables. Add tests
8538 for "thread apply" with a valid TID list, but missing the command.
8540 2016-01-13 Pedro Alves <palves@redhat.com>
8542 * gdb.base/default.exp: Expect $_gthread as well.
8543 * gdb.multi/tids.exp: Test $_gthread.
8544 * gdb.threads/thread-specific.exp: Test $_gthread.
8546 2016-01-13 Pedro Alves <palves@redhat.com>
8548 * gdb.multi/tids.exp: Test "info threads -gid".
8550 2016-01-13 Pedro Alves <palves@redhat.com>
8552 * gdb.multi/tids.exp: Test InferiorThread.global_num and
8554 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8556 2016-01-07 Pedro Alves <palves@redhat.com>
8558 * gdb.base/break.exp: Adjust to output changes.
8559 * gdb.base/hbreak2.exp: Likewise.
8560 * gdb.base/sepdebug.exp: Likewise.
8561 * gdb.base/watch_thread_num.exp: Likewise.
8562 * gdb.linespec/keywords.exp: Likewise.
8563 * gdb.multi/info-threads.exp: Likewise.
8564 * gdb.threads/thread-find.exp: Likewise.
8565 * gdb.multi/tids.c: New file.
8566 * gdb.multi/tids.exp: New file.
8568 2016-01-13 Pedro Alves <palves@redhat.com>
8570 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8572 2016-01-13 Pedro Alves <palves@redhat.com>
8574 * gdb.base/default.exp: Expect $_inferior as well.
8575 * gdb.multi/base.exp: Test $_inferior.
8577 2016-01-13 Pedro Alves <palves@redhat.com>
8579 PR breakpoints/19388
8580 * gdb.base/catch-signal-siginfo-cond.c: New file.
8581 * gdb.base/catch-signal-siginfo-cond.exp: New file.
8583 2016-01-12 Josh Stone <jistone@redhat.com>
8584 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8586 * gdb.base/catch-syscall.c (do_execve): New variable.
8587 (main): Conditionally trigger an execve.
8588 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8589 (test_catch_syscall_execve): New, check entry/return across execve.
8590 (do_syscall_tests): Call test_catch_syscall_execve.
8592 2016-01-12 Pedro Alves <palves@redhat.com>
8594 * gdb.base/random-signal.exp (do_test): New procedure, with body
8595 of testcase moved in.
8597 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8598 Pedro Alves <palves@redhat.com>
8600 * gdb.base/funcargs.exp (finish from indirectly called function):
8601 Reintroduce the case for 'First'.
8603 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8604 Pedro Alves <palves@redhat.com>
8606 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8607 (tcatch_vfork_then_child_follow_exec)
8608 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8611 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8613 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8614 and repeats to unlimited.
8615 * gdb.python/py-value.exp: Likewise.
8616 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8617 and repeats to unlimited.
8619 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8621 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8622 and reordering the functions.
8623 * gdb.multi/hangout.c: Likewise.
8624 * gdb.multi/hello.c: Likewise.
8626 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
8628 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8630 (SingleStatisticTestResult.report): Use dict.keys instead of
8633 2016-01-06 Pedro Alves <palves@redhat.com>
8635 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
8637 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
8639 * gdb.btrace/dlopen.exp: New.
8640 * gdb.btrace/dlopen.c: New.
8641 * gdb.btrace/dlopen-dso.c: New.
8643 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
8645 * lib/gdb.exp (gdb_test): Update comments to clarify that the
8646 PATTERN argument is optional.
8648 2015-12-24 Joel Brobecker <brobecker@adacore.com>
8650 * lib/ada.exp (target_compile_ada_from_dir): New function.
8651 (gdb_compile_ada): Reimplement avoiding the use of project files.
8652 * gdb.ada/gnat_ada.gpr: Delete.
8653 * gdb.ada/cond_lang.exp: Adjust test to make path before
8655 * gdb.ada/small_reg_param.exp: Likewise.
8657 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
8659 * gdb.base/foll-vork.exp: Remove HP-UX special case.
8661 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
8663 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8666 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
8668 * gdb.base/break.exp: Remove dead code.
8669 * gdb.base/sepdebug.exp: Likewise.
8671 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8673 * gdb.asm/asm-source.exp: Remove HP-UX references.
8674 * gdb.base/annota1.exp: Likewise.
8675 * gdb.base/annota3.exp: Likewise.
8676 * gdb.base/attach.exp: Likewise.
8677 * gdb.base/bigcore.exp: Likewise.
8678 * gdb.base/break.exp: Likewise.
8679 * gdb.base/call-ar-st.exp: Likewise.
8680 * gdb.base/callfuncs.exp: Likewise.
8681 * gdb.base/catch-fork-static.exp: Likewise.
8682 * gdb.base/display.exp: Likewise.
8683 * gdb.base/foll-exec-mode.exp: Likewise.
8684 * gdb.base/foll-exec.exp: Likewise.
8685 * gdb.base/foll-fork.exp: Likewise.
8686 * gdb.base/foll-vfork.exp: Likewise.
8687 * gdb.base/funcargs.exp: Likewise.
8688 * gdb.base/hbreak2.exp: Likewise.
8689 * gdb.base/inferior-died.exp: Likewise.
8690 * gdb.base/interrupt.exp: Likewise.
8691 * gdb.base/multi-forks.exp: Likewise.
8692 * gdb.base/nodebug.exp: Likewise.
8693 * gdb.base/sepdebug.exp: Likewise.
8694 * gdb.base/solib1.c: Likewise.
8695 * gdb.base/step-test.exp: Likewise.
8696 * gdb.mi/non-stop.c: Likewise.
8697 * gdb.mi/pthreads.c: Likewise.
8698 * gdb.multi/bkpt-multi-exec.ex: Likewise.
8699 * gdb.threads/pthreads.c: Likewise.
8700 * gdb.threads/staticthreads.exp: Likewise.
8701 * lib/future.exp: Likewise.
8702 * lib/gdb.exp: Likewise.
8703 * gdb.base/so-indr-cl.c: Remove.
8704 * gdb.base/so-indr-cl.exp: Likewise.
8705 * gdb.base/solib.c: Likewise.
8706 * gdb.base/solib.exp: Likewise.
8707 * gdb.base/solib2.c: Likewise.
8709 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8711 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8712 * gdb.base/call-ar-st.exp: Likewise.
8713 * gdb.base/callfuncs.exp: Likewise.
8714 * gdb.base/condbreak.exp: Likewise.
8715 * gdb.base/constvars.exp: Likewise.
8716 * gdb.base/hbreak2.exp: Likewise.
8717 * gdb.base/langs.exp: Likewise.
8718 * gdb.base/list.exp: Likewise.
8719 * gdb.base/long_long.exp: Likewise.
8720 * gdb.base/ptype.exp: Likewise.
8721 * gdb.base/scope.exp: Likewise.
8722 * gdb.base/signals.exp: Likewise.
8723 * gdb.base/so-impl-ld.exp: Likewise.
8724 * gdb.base/varargs.exp: Likewise.
8725 * gdb.base/volatile.exp: Likewise.
8726 * gdb.base/whatis.exp: Likewise.
8727 * gdb.cp/cplusfuncs.exp: Likewise.
8728 * gdb.cp/inherit.exp: Likewise.
8729 * gdb.cp/local.exp: Likewise.
8730 * gdb.cp/member-ptr.exp: Likewise.
8731 * gdb.cp/method.exp: Likewise.
8732 * gdb.cp/overload.exp: Likewise.
8733 * gdb.cp/templates.exp: Likewise.
8734 * gdb.stabs/weird.exp: Likewise.
8735 * lib/compiler.c: Likewise.
8736 * lib/compiler.cc: Likewise.
8737 * lib/cp-support.exp: Likewise.
8738 * lib/gdb.exp: Likewise.
8740 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
8742 * configure.ac: Remove HP-UX case.
8743 * configure: Regenerate.
8745 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
8747 * lib/gdb.exp (gdb_compile): Add function doc.
8749 2015-12-17 Pedro Alves <palves@redhat.com>
8752 * gdb.multi/info-threads.exp: New file.
8754 2015-12-15 Yao Qi <yao.qi@linaro.org>
8756 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8759 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8761 * gdb.base/history-duplicates.exp: Skip if no readline support.
8763 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8765 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8767 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8769 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8771 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8773 * gdb.base/completion.exp: Skip tests that interrupt GDB with
8774 ctrl-C if nointerrupts target property is set.
8775 * gdb.base/double-prompt-target-event-error.exp: Likewise.
8776 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8777 * gdb.base/paginate-bg-execution.exp: Likewise.
8778 * gdb.base/paginate-execution-startup.exp: Likewise.
8779 * gdb.base/random-signal.exp: Likewise.
8780 * gdb.base/range-stepping.exp: Likewise.
8781 * gdb.cp/annota2.exp: Likewise.
8782 * gdb.cp/annota3.exp: Likewise.
8783 * gdb.gdb/selftest.exp: Likewise.
8784 * gdb.threads/continue-pending-status.exp: Likewise.
8785 * gdb.threads/leader-exit.exp: Likewise.
8786 * gdb.threads/manythreads.exp: Likewise.
8787 * gdb.threads/pthreads.exp: Likewise.
8788 * gdb.threads/schedlock.exp: Likewise.
8789 * gdb.threads/sigthread.exp: Likewise.
8791 2015-12-11 Don Breazeal <donb@codesourcery.com>
8793 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8795 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8796 * gdb.base/foll-exec.exp (main): Enable for target remote.
8797 * gdb.base/foll-fork.exp (main): Likewise.
8798 * gdb.base/foll-vfork.exp (main): Likewise.
8799 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8800 (proc continue_to_exit_bp_loc): Use clean_restart.
8801 * gdb.base/pie-execl.exp (main): Disable for target remote.
8802 * gdb.base/watch-vfork.exp (main): Enable for target remote.
8803 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8804 * gdb.threads/execl.exp (main): Likewise.
8805 * gdb.threads/fork-child-threads.exp (main): Likewise.
8806 * gdb.threads/fork-plus-threads.exp (main): Disable for target
8808 * gdb.threads/fork-thread-pending.exp (main): Enable for target
8810 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8811 pid.tid style ptids, instead of just tid.
8812 * gdb.threads/thread-execl.exp (main): Enable for target remote.
8813 * gdb.threads/watchpoint-fork.exp (main): Likewise.
8814 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8815 ptids, instead of just tid.
8817 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8819 * gdb.base/list.exp (test_list_forward): Add end of file error
8821 (test_repeat_list_command): Add end of file error test.
8822 (test_list_backwards): Add beginning of file error test.
8824 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8826 * gdb.base/list.exp (test_list_invalid_args): New function,
8827 defined, and called.
8829 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8831 * gdb.base/list.exp (test_list): Make test names unique.
8833 2015-12-11 Yao Qi <yao.qi@linaro.org>
8835 * gdb.base/coremaker2.c: Remove.
8837 2015-12-10 Pedro Alves <palves@redhat.com>
8839 * gdb.multi/base.exp: Remove stale "spaces" references.
8841 2015-12-10 Pedro Alves <palves@redhat.com>
8843 * gdb.multi/base.exp: Don't use nowarnings.
8844 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8845 * gdb.multi/hangout.c: Include stdio.h.
8846 * gdb.multi/hello.c: Include stdlib.h.
8847 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8848 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8849 * gdb.multi/multi-arch.exp: Don't use nowarnings.
8851 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
8853 * gdb.dwarf2/dw2-ranges-base.c: New file.
8854 * gdb.dwarf2/dw2-ranges-base.exp: New file.
8855 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8856 support additional line table, and debug ranges generation.
8857 (Dwarf::ranges): New function, generate .debug_ranges.
8858 (Dwarf::lines): Support generating simple line table programs.
8859 (Dwarf::assemble): Initialise new namespace variables.
8861 2015-12-09 Kevin Buettner <kevinb@redhat.com>
8863 * gdb.base/async.exp (proc test_background): Add case for
8864 asynchronous execution not supported.
8866 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
8868 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
8869 format and change test names to make them unique.
8871 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
8872 Pedro Alves <pedro@redhat.com>
8875 Add checking of floatformats setup on x86_64 hosts.
8876 * gdb.arch/i386-float.S (main): Load bigval and smallval.
8877 (smallval, bigval): New labels/constants.
8878 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
8879 float" after loading bigval and smallval.
8881 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
8883 * gdb.ada/fun_overload_menu.exp: New testcase.
8884 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
8886 2015-12-04 Josh Stone <jistone@redhat.com>
8888 * gdb.base/catch-fork-static.exp: New.
8890 2015-12-03 Yao Qi <yao.qi@linaro.org>
8892 * gdb.base/sizeof.c: Don't include stdio.h and
8893 ../lib/unbuffer_output.c.
8894 (main): New variable 'size' and 'value'. Remove printf and
8895 gdb_unbuffer_output. Assign return value to size and value.
8896 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
8898 (check_sizeof): Check the result by printing variable 'size'.
8899 (check_valueof): Check the result by printing variable 'value'.
8901 2015-12-01 Yao Qi <yao.qi@linaro.org>
8903 * gdb.base/disp-step-syscall.exp: Define syscall instruction
8904 for aarch64*-*-linux* target.
8906 2015-11-30 Pedro Alves <palves@redhat.com>
8908 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
8910 2015-11-30 Pedro Alves <palves@redhat.com>
8912 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
8913 Handle non-stop mode vCont replies.
8915 2015-11-30 Pedro Alves <palves@redhat.com>
8917 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
8918 prepare_for_testing. Start gdb with "set non-stop on" appended to
8919 GDBFLAGS. Lax expected stop output.
8921 2015-11-27 Yao Qi <yao.qi@linaro.org>
8923 * gdb.arch/arm-neon.exp: New.
8924 * gdb.arch/arm-neon.c: New.
8926 2015-11-27 Yao Qi <yao.qi@linaro.org>
8928 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
8930 2015-11-27 Yao Qi <yao.qi@linaro.org>
8932 * gdb.cp/annota2.exp: Allow multiple occurrences of the
8933 frames-invalid annotation.
8935 2015-11-27 Yao Qi <yao.qi@linaro.org>
8937 * gdb.cp/annota2.exp: Use ${frames_invalid}.
8939 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
8941 * gdb.threads/names.exp: New file.
8942 * gdb.threads/names.c: New file.
8943 * README: Mention gdb,no_thread_names.
8945 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
8948 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
8951 2015-11-24 Pedro Alves <palves@redhat.com>
8954 * gdb.base/display.exp: Expect displays to be sorted in ascending
8955 order. Use multi_line.
8956 * gdb.base/solib-display.exp: Likewise.
8958 2015-11-24 Pedro Alves <palves@redhat.com>
8961 * gdb.base/display.exp: Expect displays to be sorted in ascending
8962 order. Use multi_line.
8963 * gdb.base/solib-display.exp: Likewise.
8965 2015-11-24 Pedro Alves <palves@redhat.com>
8968 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
8969 threads in ascending order.
8970 * gdb.base/foll-fork.exp: Likewise.
8971 * gdb.base/foll-vfork.exp: Likewise.
8972 * gdb.base/multi-forks.exp: Likewise.
8973 * gdb.mi/mi-nonstop.exp: Likewise.
8974 * gdb.mi/mi-nsintrall.exp: Likewise.
8975 * gdb.multi/base.exp: Likewise.
8976 * gdb.multi/multi-arch.exp: Likewise.
8977 * gdb.python/py-inferior.exp: Likewise.
8978 * gdb.threads/break-while-running.exp: Likewise.
8979 * gdb.threads/execl.exp: Likewise.
8980 * gdb.threads/gcore-thread.exp: Likewise.
8981 * gdb.threads/info-threads-cur-sal.exp: Likewise.
8982 * gdb.threads/kill.exp: Likewise.
8983 * gdb.threads/linux-dp.exp: Likewise.
8984 * gdb.threads/multiple-step-overs.exp: Likewise.
8985 * gdb.threads/next-bp-other-thread.exp: Likewise.
8986 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
8987 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
8988 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
8989 * gdb.threads/thread-find.exp: Likewise.
8990 * gdb.threads/tls.exp: Likewise.
8991 * lib/mi-support.exp (mi_reverse_list): Delete.
8992 (mi_check_thread_states): No longer reverse list.
8994 2015-11-24 Pedro Alves <palves@redhat.com>
8996 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
8999 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9001 * gdb.trace/actions.c: Include trace-common.h.
9002 (main): Add a location for a fast tracepoint.
9003 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9004 the normal tracepoints.
9005 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9007 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9009 * save-trace.exp: Factor out code to these...
9010 (gdb_save_tracepoints): New.
9011 (gdb_load_tracepoints): New.
9012 (do_save_load_test): New.
9014 2015-11-23 Kevin Buettner <kevinb@redhat.com>
9016 * gdb.base/asmlabel.exp: New test.
9017 * gdb.base/asmlabel.c: New test case.
9019 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9021 * gdb.base/wrong_frame_bt_full-main.c: New file.
9022 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9023 * gdb.base/wrong_frame_bt_full.exp: New file.
9025 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9027 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9029 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9031 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
9032 pstate register when comparing registers values in
9033 sparc64-*-linux-gnu targets to avoid spurious differences.
9035 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9037 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9039 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
9041 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9042 as type argument to gdb_compile.
9043 * gdb.base/nested-subp2.exp: Likewise.
9044 * gdb.base/nested-subp3.exp: Likewise.
9046 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
9048 * lib/dwarf.exp (_note): Fix left shift of negative value.
9049 * gdb.trace/trace-condition.exp: Likewise.
9051 2015-11-13 Yao Qi <yao.qi@linaro.org>
9053 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9054 comments about d10v.
9055 (test_scalar_returns): Likewise.
9056 * gdb.base/d10v.ld: Remove.
9057 * gdb.base/overlays.exp: Remove the target triplet checking for
9059 * gdb.base/structs.exp (test_struct_returns): Remove the
9060 comments about d10v.
9061 (test_struct_calls): Likewise.
9063 2015-11-13 Yao Qi <yao.qi@linaro.org>
9065 * gdb.base/gnu_vector.exp: Check the return value by "p res".
9066 * gdb.base/gnu_vector.c: Don't include stdio.h.
9067 (main): Don't print res and call add_some_intvecs.
9069 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
9071 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9074 (func4): Use FAST_TRACEPOINT_LABEL.
9075 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9078 (thread_function): Use FAST_TRACEPOINT_LABEL.
9079 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9081 (marker): Use FAST_TRACEPOINT_LABEL.
9082 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9083 (pendfunc1): Remove.
9084 (pendfunc): Use FAST_TRACEPOINT_LABEL.
9085 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
9087 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
9088 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
9091 (marker): Use FAST_TRACEPOINT_LABEL.
9092 * gdb.trace/trace-common.h: New header.
9093 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
9096 (marker): Use FAST_TRACEPOINT_LABEL.
9097 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
9099 (thread_function): Use FAST_TRACEPOINT_LABEL.
9101 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
9103 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9105 * gdb.trace/change-loc.exp: Use global pcreg definition.
9106 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9107 * gdb.trace/entry-values.exp: Use global spreg definition, add $
9109 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9110 * gdb.trace/pending.exp: Likewise.
9111 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9112 * gdb.trace/trace-break.exp: Likewise.
9113 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9115 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9116 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9118 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9120 2015-11-09 Joel Brobecker <brobecker@adacore.com>
9122 * gdb.ada/fin_fun_out: New testcase.
9124 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9126 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9127 value associated with DW_AT_byte_size.
9128 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9129 constants for DW_AT_byte_size, DW_AT_lower_bound, and
9132 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9134 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
9135 (gdb_target_symbol_prefix_flags): Define in terms of _asm
9137 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
9138 gdb.dwarf2/dw2-canonicalize-type.exp,
9139 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9140 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
9141 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
9142 provided by gdb_target_symbol_prefix_flags_asm.
9143 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
9144 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
9145 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
9146 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
9147 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
9148 macros where needed). Use this macro for symbols which require
9149 the prefix provided by SYMBOL_PREFIX.
9151 2015-11-05 Kevin Buettner <kevinb@redhat.com>
9153 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
9155 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
9156 representing expressions, of more than one list element.
9157 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
9158 to prepend linker symbol prefix to f.
9159 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
9160 table_1 and table_2.
9161 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
9162 Likewise, for f and g.
9163 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
9165 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
9167 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
9168 table_1_ptr and table_2_ptr.
9170 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9171 Joel Brobecker <brobecker@adacore.com>
9173 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
9175 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
9177 * gdb.reverse/s390-mvcle.c: New test.
9178 * gdb.reverse/s390-mvcle.exp: New file.
9179 * lib/gdb.exp: Enable reverse tests on s390*-linux.
9181 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9183 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
9185 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9187 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
9189 * gdb.reverse/getresuid-reverse.exp: Likewise.
9190 * gdb.reverse/pipe-reverse.exp: Likewise.
9191 * gdb.reverse/readv-reverse.exp: Likewise.
9192 * gdb.reverse/recvmsg-reverse.exp: Likewise.
9193 * gdb.reverse/time-reverse.exp: Likewise.
9194 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
9196 2015-10-30 Yao Qi <yao.qi@linaro.org>
9198 * gdb.threads/wp-replication.c (watch_count_done): Remove.
9199 (empty_cycle): Remove.
9200 (main): Don't call empty_cycle. Don't use watch_count_done.
9201 * gdb.threads/wp-replication.exp: Don't set breakpoint on
9202 empty_cycle. Rewrite the code counting HW watchpoints.
9204 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
9206 * gdb.reverse/fstatat-reverse.c: New test.
9207 * gdb.reverse/fstatat-reverse.exp: New file.
9208 * gdb.reverse/getresuid-reverse.c: New test.
9209 * gdb.reverse/getresuid-reverse.exp: New file.
9210 * gdb.reverse/pipe-reverse.c: New test.
9211 * gdb.reverse/pipe-reverse.exp: New file.
9212 * gdb.reverse/readv-reverse.c: New test.
9213 * gdb.reverse/readv-reverse.exp: New file.
9214 * gdb.reverse/recvmsg-reverse.c: New test.
9215 * gdb.reverse/recvmsg-reverse.exp: New file.
9216 * gdb.reverse/time-reverse.c: New test.
9217 * gdb.reverse/time-reverse.exp: New file.
9218 * gdb.reverse/waitpid-reverse.c: New test.
9219 * gdb.reverse/waitpid-reverse.exp: New file.
9221 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9223 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
9225 2015-10-26 Doug Evans <dje@google.com>
9228 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
9229 * gdb.dwarf2/bad-regnum.c: New file.
9230 * gdb.dwarf2/bad-regnum.exp: New file.
9232 2015-10-26 Doug Evans <dje@google.com>
9235 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
9238 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9240 * gdb.compile/compile.exp (compile code globalvar): Update expectation
9241 for a change by "Mention language in compile error message".
9243 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
9246 * gdb.python/py-type.c (C::a_method): New.
9247 (C::a_const_method): New.
9248 (C::a_static_method): New.
9250 * gdb.python/py-type.exp (test_fields): Test getting fields
9251 from function and method.
9253 2015-10-21 Keven Boell <keven.boell@intel.com>
9255 * gdb.fortran/vla-alloc-assoc.exp: New file.
9256 * gdb.fortran/vla-datatypes.exp: New file.
9257 * gdb.fortran/vla-datatypes.f90: New file.
9258 * gdb.fortran/vla-history.exp: New file.
9259 * gdb.fortran/vla-ptype-sub.exp: New file.
9260 * gdb.fortran/vla-ptype.exp: New file.
9261 * gdb.fortran/vla-sizeof.exp: New file.
9262 * gdb.fortran/vla-sub.f90: New file.
9263 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
9264 * gdb.fortran/vla-value-sub-finish.exp: New file.
9265 * gdb.fortran/vla-value-sub.exp: New file.
9266 * gdb.fortran/vla-value.exp: New file.
9267 * gdb.fortran/vla-ptr-info.exp: New file.
9268 * gdb.mi/mi-vla-fortran.exp: New file.
9269 * gdb.mi/vla.f90: New file.
9271 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
9273 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
9274 of hardwired timeout value.
9276 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9277 Pedro Alves <palves@redhat.com>
9279 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
9280 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
9282 2015-10-19 Josh Stone <jistone@redhat.com>
9284 * gdb.base/catch-syscall.c: Include <sched.h>.
9285 (unknown_syscall): New variable.
9286 (main): Trigger a vfork and an unknown syscall.
9287 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
9288 (unknown_syscall_number): Likewise.
9289 (check_call_to_syscall): Accept an optional syscall pattern.
9290 (check_return_from_syscall): Likewise.
9291 (check_continue): Likewise.
9292 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
9293 (test_catch_syscall_skipping_return): New test toggling off 'catch
9294 syscall' to step over the syscall return, then toggling back on.
9295 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
9296 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
9297 (do_syscall_tests): Call test_catch_syscall_without_args and
9298 test_catch_syscall_mid_vfork.
9299 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
9300 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
9302 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
9304 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9305 print g_vE): Add new pass patterns.
9306 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9307 print various symbol names for vptr fields.
9309 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
9311 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9314 2015-10-12 Yao Qi <yao.qi@linaro.org>
9316 * gdb.arch/disp-step-insn-reloc.exp: New test case.
9318 2015-10-12 Yao Qi <yao.qi@linaro.org>
9320 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9321 is aarch64*-*-linux*.
9323 2015-10-12 Yao Qi <yao.qi@linaro.org>
9325 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9326 (can_relocate_bcond_true): ... it.
9327 (can_relocate_bcond_false): New function.
9329 (can_relocate_bl): Likewise.
9330 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9333 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
9335 * gdb.base/nested-addr.c: New file.
9336 * gdb.base/nested-addr.exp: New testcase.
9338 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
9340 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9341 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9342 its output. Ignore the output of "record goto begin" and instead
9343 check that GDB is replaying.
9345 2015-10-09 Pedro Alves <palves@redhat.com>
9347 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9348 (top level): Use it in the run with no args test.
9350 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
9352 * gdb.dlang/properties.exp: New file.
9354 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
9356 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9357 whether or not address 0x1000 is mapped on the target.
9359 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
9361 * gdb.python/py-type.exp: Do not run tests if binaries fail to
9364 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
9366 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9367 instruction-history test.
9369 2015-09-28 Doug Evans <dje@google.com>
9371 * gdb.base/gcore.c (array_func): Add reference to static_array.
9373 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
9375 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9378 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9380 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9381 short or char as base type.
9383 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9385 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9386 to allow any size enum.
9388 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
9390 * gdb.ada/array_ptr_renaming.exp: New testcase.
9391 * gdb.ada/array_ptr_renaming/foo.adb: New file.
9392 * gdb.ada/array_ptr_renaming/pack.ads: New file.
9394 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9396 * gdb.trace/ftrace-lock.c: New file.
9397 * gdb.trace/ftrace-lock.exp: New file.
9399 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9401 * gdb.arch/insn-reloc.c: New file.
9402 * gdb.arch/ftrace-insn-reloc.exp: New file.
9404 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9406 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9408 * gdb.trace/pendshr1.c (pendfunc): Likewise.
9409 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9410 * gdb.trace/range-stepping.c: Likewise.
9411 * gdb.trace/trace-break.c: Likewise.
9412 * gdb.trace/trace-mt.c (thread_function): Likewise.
9413 * gdb.trace/ftrace.c (marker): Likewise.
9414 * gdb.trace/trace-condition.c (marker): Likewise.
9415 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9416 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9419 2015-09-18 Doug Evans <xdje42@gmail.com>
9421 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9422 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9424 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9426 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9429 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9431 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9432 the pending breakpoint. Remove timeout override for "Run till
9433 MI pending breakpoint on pendfunc3 on thread 2" test.
9435 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9437 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9440 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9442 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9443 in breakpoint filename pattern.
9445 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9447 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9449 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9451 * gdb.linespec/explicit.exp: Check for readline support for
9452 tab-completion tests. Fix obvious typo.
9454 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9456 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9459 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9461 * gdb.btrace/non-stop.c: New.
9462 * gdb.btrace/non-stop.exp: New.
9464 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
9465 Yao Qi <yao.qi@linaro.org>
9467 * gdb.trace/trace-condition.c: New file.
9468 * gdb.trace/trace-condition.exp: New file.
9470 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
9472 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9473 for testing bytecode compilation.
9475 2015-09-16 Pedro Alves <palves@redhat.com>
9476 Sandra Loosemore <sandra@codesourcery.com>
9478 * gdb.threads/non-stop-fair-events.c (timeout): New global.
9479 (SECONDS): Redefine.
9480 (main): Call pthread_kill and alarm early.
9481 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9483 (test): If the target can't hardware step and doesn't support
9484 displaced stepping, increase the timeout.
9486 2015-09-16 Pedro Alves <palves@redhat.com>
9488 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9489 (enable_debug): New procedures.
9490 (test): Use them. Bail out if waiting for threads fails.
9491 (top level): Bail out if a test fails.
9493 2015-09-16 Yao Qi <yao.qi@linaro.org>
9495 * gdb.asm/asm-source.exp: Set asm-arch for
9496 aarch64*-*-* target.
9497 * gdb.asm/aarch64.inc: New file.
9499 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
9501 * gdb.ada/array_of_variable_length.exp: New testcase.
9502 * gdb.ada/array_of_variable_length/foo.adb: New file.
9503 * gdb.ada/array_of_variable_length/pck.adb: New file.
9504 * gdb.ada/array_of_variable_length/pck.ads: New file.
9506 2015-09-15 Doug Evans <dje@google.com>
9508 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9509 of function static local variable.
9511 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9513 * gdb.threads/tls-so_extern.exp: New test file.
9514 * gdb.threads/tls-so_extern.c: New test file.
9515 * gdb.threads/tls-so_extern_main.c: New test file.
9517 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9519 * gdb.opt/solib-intra-step-lib.c: New file.
9520 * gdb.opt/solib-intra-step-main.c: New file.
9521 * gdb.opt/solib-intra-step.exp: New file.
9523 2015-09-15 Pedro Alves <palves@redhat.com>
9525 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9526 gdb_continue_to_breakpoint instead of gdb_test_multiple.
9528 2015-09-14 Pedro Alves <palves@redhat.com>
9530 * gdb.base/hook-stop-continue.c: Delete.
9531 * gdb.base/hook-stop-continue.exp: Delete.
9532 * gdb.base/hook-stop-frame.c: Delete.
9533 * gdb.base/hook-stop-frame.exp: Delete.
9534 * gdb.base/hook-stop.c: New file.
9535 * gdb.base/hook-stop.exp: New file.
9537 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
9539 * gdb.ada/access_to_packed_array.exp: New testcase.
9540 * gdb.ada/access_to_packed_array/foo.adb: New file.
9541 * gdb.ada/access_to_packed_array/pack.adb: New file.
9542 * gdb.ada/access_to_packed_array/pack.ads: New file.
9544 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
9546 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9549 2015-09-11 Don Breazeal <donb@codesourcery.com>
9551 * gdb.base/foll-exec.c: Add copyright header. Fix
9553 * gdb.base/foll-exec.exp (zap_session): Delete proc.
9554 (do_exec_tests): Use clean_restart in place of zap_session,
9555 and for test initialization. Fix formatting issues. Use
9556 fail in place of perror.
9557 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9558 an expect statement to match an expression with output from
9559 the program under debug.
9560 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9561 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9562 * gdb.threads/non-ldr-exc-2.exp: Likewise.
9563 * gdb.threads/non-ldr-exc-3.exp: Likewise.
9564 * gdb.threads/non-ldr-exc-4.exp: Likewise.
9566 2015-09-09 Doug Evans <dje@google.com>
9568 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9570 2015-09-09 Doug Evans <dje@google.com>
9572 * gdb.base/pie-execl.exp: Fix result test of build_executable.
9574 2015-09-09 Doug Evans <dje@google.com>
9576 * gdb.base/savedregs.exp: Fix typo.
9578 2015-09-09 Pedro Alves <palves@redhat.com>
9580 * gdb.mi/mi-cli.exp: Add CLI finish tests.
9582 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
9584 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9585 command actually switches threads. Give up on remaining
9586 tests if target fails to stop at breakpoint.
9588 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
9590 * gdb.ada/funcall_char.exp: New testcase.
9591 * gdb.ada/funcall_char/foo.adb: New file.
9593 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
9595 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9596 expected outputs. Add two testcases for completing ambiguous
9598 * gdb.ada/complete/aux_pck.adb: New file.
9599 * gdb.ada/complete/aux_pck.ads: New file.
9600 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9601 Ambiguous_Func functions.
9602 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9603 * gdb.ada/complete/pck.adb: Likewise.
9605 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
9607 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9608 failures to run the test program under GDB.
9610 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
9612 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9615 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
9617 * gdb.base/run-after-attach.exp: New test file.
9618 * gdb.base/run-after-attach.c: New test file.
9620 2015-08-26 Don Breazeal <donb@codesourcery.com>
9622 * gdb.base/foll-exec-2.c: New test program.
9623 * gdb.base/foll-exec-2.exp: New test.
9625 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
9627 * gdb.base/nested-subp1.exp: New file.
9628 * gdb.base/nested-subp1.c: New file.
9629 * gdb.base/nested-subp2.exp: New file.
9630 * gdb.base/nested-subp2.c: New file.
9631 * gdb.base/nested-subp3.exp: New file.
9632 * gdb.base/nested-subp3.c: New file.
9634 2015-08-24 Pedro Alves <palves@redhat.com>
9636 * gdb.server/connect-without-multi-process.c: New file.
9637 * gdb.server/connect-without-multi-process.exp: New file.
9639 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9641 * gdb.opt/inline-markers.c: Make z int.
9643 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9645 * gdb.opt/inline-markers.c: Make z volatile.
9647 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9649 * gdb.opt/inline-bt.c: New volatile global z.
9650 * gdb.opt/inline-cmds.c: Likewise.
9651 * gdb.opt/inline-locals.c: Likewise.
9652 * gdb.opt/inline-markers.c: New extern global z.
9654 (inline_fn): Likewise.
9656 2015-08-24 Pedro Alves <palves@redhat.com>
9658 * config/m32r-stub.exp: Remove file.
9659 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9660 * gdb.base/call-rt-st.exp: Likewise.
9661 * gdb.base/call-strs.exp: Likewise.
9662 * gdb.base/default.exp: Remove references to h8300-*-hms and
9664 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9666 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9668 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9669 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
9670 and "return" use KFAIL when GDB can not read/write the vector
9673 2015-08-21 Gary Benson <gbenson@redhat.com>
9675 * gdb.trace/pending.exp: Cope with remote transfer warnings.
9677 2015-08-20 Pedro Alves <palves@redhat.com>
9679 * gdb.server/solib-list.exp: No longer expect an interior stop in
9682 2015-08-20 Pedro Alves <palves@redhat.com>
9684 * gdb.server/connect-stopped-target.c: New file.
9685 * gdb.server/connect-stopped-target.exp: New file.
9687 2015-08-20 Pedro Alves <palves@redhat.com>
9689 * gdb.dwarf2/comp-unit-lang.exp: New file.
9690 * gdb.dwarf2/comp-unit-lang.c: New file.
9692 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
9694 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9695 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9697 2015-08-19 Kevin Buettner <kevinb@redhat.com>
9699 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9700 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9702 2015-08-18 Doug Evans <dje@google.com>
9703 Adrian Sendroiu <adrian.sendroiu@freescale.com>
9705 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9706 skip_python_tests. New arg prompt_regexp.
9707 (skip_python_tests): New function.
9708 * lib/mi-support.exp (mi_skip_python_tests): New function.
9709 * gdb.python/py-mi-objfile-gdb.py: New file.
9710 * gdb.python/py-mi-objfile.c: New file.
9711 * gdb.python/py-mi-objfile.exp: New file.
9713 2015-08-17 Keith Seitz <keiths@redhat.com>
9715 * gdb.linespec/explicit.exp: Move strace test from here ...
9716 * gdb.trace/strace.exp: ... to here.
9718 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
9720 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9721 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9723 2015-08-14 Doug Evans <xdje42@gmail.com>
9725 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9726 inferior before selecting a new file.
9728 2015-08-14 Doug Evans <xdje42@gmail.com>
9730 * gdb.mi/mi-disassemble.exp: Update.
9731 * gdb.base/disasm-optim.S: New file.
9732 * gdb.base/disasm-optim.c: New file.
9733 * gdb.base/disasm-optim.h: New file.
9734 * gdb.base/disasm-optim.exp: New file.
9736 2015-08-14 Keith Seitz <keiths@redhat.com>
9738 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9741 2015-08-13 Joel Brobecker <brobecker@adacore.com>
9743 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9745 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
9747 * gdb.ada/fun_renaming.exp: New testcase.
9748 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9749 * gdb.ada/fun_renaming/pack.adb: New file.
9750 * gdb.ada/fun_renaming/pack.ads: New file.
9752 2015-08-12 Keith Seitz <keiths@redhat.com>
9754 * gdb.base/dso2dso.exp: Pass basename of source file in call to
9755 gdb_get_line_number.
9757 2015-08-12 Joel Brobecker <brobecker@adacore.com>
9759 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9760 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9761 gdb.base/dso2dso.exp: New files.
9763 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
9764 Pedro Alves <palves@redhat.com>
9765 Keith Seitz <keiths@redhat.com>
9767 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9770 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9772 * gdb.base/gdbhistsize-history.exp
9773 (test_histsize_history_setting): Use save_vars.
9774 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9776 (test_no_truncation_of_unlimited_history_file): Use save_vars.
9777 * gdb.base/readline.exp: Use save_vars.
9779 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9781 * lib/gdb.exp (save_vars): New proc.
9783 2015-08-11 Keith Seitz <keiths@redhat.com>
9785 * gdb.base/help.exp: Update help_breakpoint_text.
9787 2015-08-11 Keith Seitz <keiths@redhat.com>
9789 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9790 (at toplevel): Call test_explicit_breakpoints.
9791 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9793 * lib/mi-support.exp (mi_make_breakpoint): Add support for
9794 breakpoint conditions, "-cond".
9796 2015-08-11 Keith Seitz <keiths@redhat.com>
9798 * gdb.linespec/3explicit.c: New file.
9799 * gdb.linespec/cpexplicit.cc: New file.
9800 * gdb.linespec/cpexplicit.exp: New file.
9801 * gdb.linespec/explicit.c: New file.
9802 * gdb.linespec/explicit.exp: New file.
9803 * gdb.linespec/explicit2.c: New file.
9804 * gdb.linespec/ls-errs.exp: Add explicit location tests.
9805 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9806 before using in the matching pattern.
9807 Clarify that `prefix' is a regular expression.
9809 2015-08-11 Keith Seitz <keiths@redhat.com>
9811 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9813 Add tests for missing ",FMT" and ",".
9815 2015-08-10 Doug Evans <dje@google.com>
9816 Keith Seitz <keiths@redhat.com>
9819 * gdb.base/completion.exp: Add location completer tests.
9821 2015-08-07 Pedro Alves <palves@redhat.com>
9823 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9825 (top level): Run do_test with and without displaced stepping.
9827 2015-08-07 Pedro Alves <palves@redhat.com>
9829 * gdb.base/valgrind-disp-step.c: New file.
9830 * gdb.base/valgrind-disp-step.exp: New file.
9832 2015-08-07 Pedro Alves <palves@redhat.com>
9834 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9836 (main): Add alarm. Run an infinite loop instead of calling
9838 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9840 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9842 (main): Add alarm. Run an infinite loop instead of calling
9844 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9847 2015-08-07 Pedro Alves <palves@redhat.com>
9849 * gdb.base/checkpoint-ns.exp: New file.
9850 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9853 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
9855 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9856 * gdb.btrace/instruction_history.exp: Update.
9857 * gdb.btrace/tsx.exp: New.
9858 * gdb.btrace/tsx.c: New.
9860 2015-08-06 Pedro Alves <palves@redhat.com>
9862 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
9864 * gdb.reverse/until-precsave.exp: Bump timeouts.
9866 2015-08-06 Pedro Alves <palves@redhat.com>
9868 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
9870 2015-08-06 Pedro Alves <palves@redhat.com>
9873 * gdb.threads/process-dies-while-handling-bp.c: New file.
9874 * gdb.threads/process-dies-while-handling-bp.exp: New file.
9876 2015-08-06 Pedro Alves <palves@redhat.com>
9878 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
9879 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
9881 2015-08-05 Pedro Alves <palves@redhat.com>
9883 * gdb.threads/next-while-other-thread-longjmps.c: New file.
9884 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
9886 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
9888 * gdb.base/bp-permanent.exp: Report test as unsupported if
9889 the target cannot stop at the permanent breakpoint.
9891 2015-08-03 Doug Evans <dje@google.com>
9893 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
9896 2015-08-03 Doug Evans <dje@google.com>
9898 * Makefile.in (workers/%.worker, build-perf): New rule.
9899 (GDB_PERFTEST_MODE): New variable.
9900 (check-perf): Use it.
9901 (clean): Clean up gdb.perf parallel build subdirs.
9902 * lib/build-piece.exp: New file.
9903 * lib/gdb.exp (make_gdb_parallel_path): New function
9904 (standard_output_file, standard_temp_file): Call it.
9905 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9907 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
9909 2015-08-03 Doug Evans <dje@google.com>
9911 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
9912 (LOG_FILE_NAME): New global.
9913 (TextReporter.__init__): Initialize self.txt_sum.
9914 (TextReporter.report): Add support for multiple data-points.
9915 Move report to perftest.sum, put raw data in perftest.log.
9916 (TextReporter.start): Open sum and log files.
9917 (TextReporter.end): Close sum and log files.
9918 * gdb.perf/lib/perftest/testresult.py
9919 (SingleStatisticTestResult.record): Handle multiple data-points.
9921 2015-07-31 Pedro Alves <palves@redhat.com>
9923 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
9924 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9925 kill_wait_spawned_process instead of explicit "kill -9".
9926 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
9927 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9928 kill_wait_spawned_process.
9929 * gdb.base/attach-twice.exp: Likewise.
9930 * gdb.base/attach.exp: Likewise.
9931 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
9933 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
9934 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9935 kill_wait_spawned_process.
9936 * gdb.base/valgrind-infcall.exp: Likewise.
9937 * gdb.multi/multi-attach.exp: Likewise.
9938 * gdb.python/py-prompt.exp: Likewise.
9939 * gdb.python/py-sync-interp.exp: Likewise.
9940 * gdb.server/ext-attach.exp: Likewise.
9941 * gdb.threads/attach-into-signal.exp (corefunc): Use
9942 spawn_wait_for_attach, spawn_id_get_pid and
9943 kill_wait_spawned_process.
9944 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
9945 spawn_wait_for_attach returning a spawn id instead of a pid. Use
9946 spawn_id_get_pid and kill_wait_spawned_process.
9947 * gdb.threads/attach-stopped.exp (corefunc): Use
9948 spawn_wait_for_attach, spawn_id_get_pid and
9949 kill_wait_spawned_process.
9950 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
9951 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9952 kill_wait_spawned_process instead of explicit "kill -9".
9953 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
9954 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
9955 (spawn_wait_for_attach): Use spawn instead of exec to spawn
9956 processes. Don't map cygwin/windows pids here. Now returns a
9959 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9961 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
9962 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
9965 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9967 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
9969 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9972 2014-05-21 Mark Wielaard <mjw@redhat.com>
9974 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9976 2015-07-30 Pedro Alves <palves@redhat.com>
9978 * linux-low.c (handle_extended_wait): Set the child's last
9979 reported status to TARGET_WAITKIND_STOPPED.
9981 2015-07-30 Pedro Alves <palves@redhat.com>
9984 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
9985 only shows inferior 1.
9987 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
9988 Pedro Alves <palves@redhat.com>
9991 * gdb.threads/fork-plus-threads.c: New file.
9992 * gdb.threads/fork-plus-threads.exp: New file.
9994 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9996 * gdb.base/batch-preserve-term-settings.exp
9997 (test_terminal_settings_preserved_after_cli_exit): Use
10000 2015-07-29 Pedro Alves <palves@redhat.com>
10001 Don Breazeal <donb@codesourcery.com>
10003 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10004 output from both inferior_spawn_id and gdb_spawn_id.
10006 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10008 * gdb.threads/attach-into-signal.exp (corefunc): Use
10009 with_test_prefix on nested loops, uniquefying the test messages.
10011 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10013 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10016 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10018 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10020 (test_terminal_settings_preserved_after_sigterm): New test.
10022 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10024 * gdb.base/batch-preserve-term-settings.exp
10025 (test_terminal_settings_preserved_after_cli_exit): New test.
10027 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10029 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10030 manipulation of saved_gdbflags.
10031 (test_terminal_settings_preserved): Remove global declaration of
10032 the unused variable pagination_prompt. Remove manipulation of
10033 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
10036 2015-07-29 Pedro Alves <palves@redhat.com>
10038 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10040 2015-07-29 Pedro Alves <palves@redhat.com>
10042 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10045 2015-07-29 Pedro Alves <palves@redhat.com>
10047 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10048 (main): Call gdb_unbuffer_output.
10049 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10050 (main): Call gdb_unbuffer_output.
10051 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10052 (main): Call gdb_unbuffer_output.
10053 * gdb.base/call-strs.exp: Adjust to step over the
10054 gdb_unbuffer_output call.
10055 * gdb.base/catch-gdb-caused-signals.c: Include
10056 "../lib/unbuffer_output.c".
10057 (main): Call gdb_unbuffer_output.
10058 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10059 (main): Call gdb_unbuffer_output.
10060 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10061 (main): Call gdb_unbuffer_output.
10062 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10063 (main): Call gdb_unbuffer_output.
10064 * gdb.base/shlib-call.exp: Adjust to step over the
10065 gdb_unbuffer_output call.
10066 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10067 (main): Call gdb_unbuffer_output.
10068 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10069 (main): Call gdb_unbuffer_output.
10070 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10071 (main): Rename to ...
10073 (main): Reimplement.
10074 * gdb.base/varargs.exp: Run to test instead of to main.
10075 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10076 (main): Call gdb_unbuffer_output.
10078 2015-07-29 Pedro Alves <palves@redhat.com>
10080 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10081 factore out from mi_continue_dprintf. For call-style dprintfs,
10082 expect dprintf output out of $inferior_spawn_id.
10083 (mi_continue_dprintf): Use mi_expect_dprintf.
10084 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10085 (main): Call gdb_unbuffer_output.
10087 2015-07-29 Pedro Alves <palves@redhat.com>
10089 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
10090 (default_mi_gdb_start): Set inferior_spawn_id instead of
10091 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
10093 (mi_gdb_test): Always expect inferior output from both
10094 $inferior_spawn_id and $gdb_spawn_id.
10096 2015-07-29 Pedro Alves <palves@redhat.com>
10098 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
10099 send_inferior and $inferior_spawn_id.
10101 2015-07-29 Pedro Alves <palves@redhat.com>
10103 * gdb.gdb/complaints.exp (test_initial_complaints)
10104 (test_serial_complaints, test_short_complaints): Use
10106 (test_empty_complaint): Handle $inferior_spawn_id !=
10109 2015-07-29 Pedro Alves <palves@redhat.com>
10111 * gdb.base/varargs.exp: Use gdb_test_stdio.
10113 2015-07-29 Pedro Alves <palves@redhat.com>
10115 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10117 2015-07-29 Pedro Alves <palves@redhat.com>
10119 * gdb.base/ending-run.exp: Use gdb_test_stdio.
10121 2015-07-29 Pedro Alves <palves@redhat.com>
10123 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10124 parameter into two new parameters, "inf_result" and "gdb_result".
10125 Expect inferior output and gdb output from $inferior_spawn_id and
10126 $gdb_spawn_id, respectively. Adjust all callers.
10128 2015-07-29 Pedro Alves <palves@redhat.com>
10130 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10131 of gdb_test_sequence.
10133 2015-07-29 Pedro Alves <palves@redhat.com>
10135 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
10136 (saw_spurious_output): Expect inferior output from
10137 $inferior_spawn_id. Use gdb_test_stdio.
10139 2015-07-29 Pedro Alves <palves@redhat.com>
10141 * gdb.base/dprintf.exp: Use standard_testfile. Change
10142 prepare_for_testing call.
10143 (srcfile): Don't set.
10144 (restart): New procedure.
10145 (test_dprintf): New procecure, use to continue over dprintfs.
10146 (test_call, test_agent): New procedures, tests moved here.
10147 Restart gdb and recreate dprintfs. Adjust expected output.
10149 2015-07-29 Pedro Alves <palves@redhat.com>
10151 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
10153 2015-07-29 Pedro Alves <palves@redhat.com>
10155 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
10157 2015-07-29 Pedro Alves <palves@redhat.com>
10159 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
10162 2015-07-29 Pedro Alves <palves@redhat.com>
10164 * lib/gdb.exp (gdb_test_stdio): New procedure.
10166 2015-07-29 Pedro Alves <palves@redhat.com>
10168 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
10170 2015-07-29 Pedro Alves <palves@redhat.com>
10172 * gdb.base/call-signal-resume.exp: Remove check for
10173 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
10174 * gdb.base/unwindonsignal.exp: Likewise.
10175 * gdb.base/call-signals.c (gen_signal): Remove printf call.
10176 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
10178 2015-07-29 Pedro Alves <palves@redhat.com>
10180 * gdb.base/siginfo-addr.c (pass): New function.
10181 (handler): Call it iff si_addr is correct.
10182 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
10183 Set a breakpoint at "pass" and continue to it.
10185 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
10187 * gdb.python/py-objfile.exp: Make some tests have unique names.
10188 * gdb.python/py-pp-registration.exp: Likewise.
10190 2015-07-28 Pedro Alves <palves@redhat.com>
10192 * gdb.server/server-exec-info.exp: Issue a "disconnect".
10194 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10196 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
10198 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10200 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
10202 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
10204 * gdb.base/gdb-sigterm-2.exp: New test.
10206 2015-07-25 Doug Evans <xdje42@gmail.com>
10209 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10210 (workers/%.worker, build-perf): New rule.
10211 (GDB_PERFTEST_MODE): New variable.
10212 (check-perf): Use it.
10213 (clean): Clean up gdb.perf parallel build subdirs.
10214 * lib/build-piece.exp: New file.
10215 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10216 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10218 (standard_temp_file): Ditto.
10219 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10222 2015-07-24 Doug Evans <dje@google.com>
10224 * gdb.perf/lib/perftest/utils.py: New file.
10225 * gdb.perf/gm-hello.cc: New file.
10226 * gdb.perf/gm-pervasive-typedef.cc: New file.
10227 * gdb.perf/gm-pervasive-typedef.h: New file.
10228 * gdb.perf/gm-std.cc: New file.
10229 * gdb.perf/gm-std.h: New file.
10230 * gdb.perf/gm-use-cerr.cc: New file.
10231 * gdb.perf/gm-utils.h: New file.
10232 * gdb.perf/gmonster-null-lookup.py: New file.
10233 * gdb.perf/gmonster-pervasive-typedef.py: New file.
10234 * gdb.perf/gmonster-print-cerr.py: New file.
10235 * gdb.perf/gmonster-ptype-string.py: New file.
10236 * gdb.perf/gmonster-runto-main.py: New file.
10237 * gdb.perf/gmonster-select-file.py: New file.
10238 * gdb.perf/gmonster1-null-lookup.exp: New file.
10239 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
10240 * gdb.perf/gmonster1-print-cerr.exp: New file.
10241 * gdb.perf/gmonster1-ptype-string.exp: New file.
10242 * gdb.perf/gmonster1-runto-main.exp: New file.
10243 * gdb.perf/gmonster1-select-file.exp: New file.
10244 * gdb.perf/gmonster1.cc: New file.
10245 * gdb.perf/gmonster1.exp: New file.
10246 * gdb.perf/gmonster2-null-lookup.exp: New file.
10247 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
10248 * gdb.perf/gmonster2-print-cerr.exp: New file.
10249 * gdb.perf/gmonster2-ptype-string.exp: New file.
10250 * gdb.perf/gmonster2-runto-main.exp: New file.
10251 * gdb.perf/gmonster2-select-file.exp: New file.
10252 * gdb.perf/gmonster2.cc: New file.
10253 * gdb.perf/gmonster2.exp: New file.
10255 2015-07-24 Doug Evans <dje@google.com>
10257 * gdb.perf/README: New file.
10258 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
10259 * lib/gen-perf-test.exp: New file.
10261 2015-07-24 Doug Evans <dje@google.com>
10263 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
10264 (PerfTest::startup): New function.
10265 (PerfTest::run): Return result of calling body.
10266 (PerfTest::assemble): Rewrite.
10267 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
10268 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
10269 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
10270 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
10271 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
10273 2015-07-24 Doug Evans <dje@google.com>
10275 * lib/gdb.exp (clean_restart): Make executable optional.
10277 2015-07-24 Doug Evans <dje@google.com>
10279 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
10280 compiler_info references.
10281 * gdb.cp/temargs.exp: Ditto.
10282 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
10283 (get_compiler_info): Early exit if already computed. Set compiler_info
10284 to "unknown" if there was a problem.
10285 (test_compiler_info): Add function comment. Call get_compiler_info.
10287 2015-07-24 Doug Evans <dje@google.com>
10289 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10290 (workers/%.worker, build-perf): New rule.
10291 (GDB_PERFTEST_MODE): New variable.
10292 (check-perf): Use it.
10293 (clean): Clean up gdb.perf parallel build subdirs.
10294 * lib/build-piece.exp: New file.
10295 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10296 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10298 (standard_temp_file): Ditto.
10299 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10302 2015-07-24 Doug Evans <dje@google.com>
10304 * lib/future.exp (gdb_default_target_compile): New option
10306 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10309 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
10311 * gdb.base/catch-syscall.exp: Call gdb_exit before
10314 2015-07-24 Pedro Alves <palves@redhat.com>
10316 * gdb.python/py-events.exp: Accept output between the stop event
10318 * gdb.python/py-evsignal.exp: Likewise.
10319 * gdb.python/py-evthreads.exp: Likewise.
10321 2015-07-24 Pedro Alves <palves@redhat.com>
10324 * gdb.threads/non-ldr-exit.c: New file.
10325 * gdb.threads/non-ldr-exit.exp: New file.
10327 2015-07-24 Yao Qi <yao.qi@linaro.org>
10329 * gdb.server/ext-wrapper.exp: Test --wrapper option when
10330 restarting process.
10332 2015-07-24 Yao Qi <yao.qi@linaro.org>
10334 * gdb.server/ext-restart.exp: New file.
10336 2015-07-24 Yao Qi <yao.qi@linaro.org>
10338 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10340 * gdb.server/ext-wrapper.exp: New file.
10342 2015-07-23 Doug Evans <dje@google.com>
10344 * gdb.dwarf2/dw2-dummy-cu.S: New file.
10345 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10347 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
10349 * gdb.ada/var_arr_typedef.exp: New testcase.
10350 * gdb.ada/var_arr_typedef/pack.adb: New file.
10351 * gdb.ada/var_arr_typedef/pack.ads: New file.
10352 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10354 2015-07-20 Joel Brobecker <brobecker@adacore.com>
10356 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10358 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10360 * gdb.arch/i386-biarch-core.exp: Replace istarget
10361 by "complete set gnutarget". Remove expectation for the "core-file"
10364 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10366 Revert the previous commit:
10367 Tests for validate symbol file using build-id.
10369 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
10371 Tests for validate symbol file using build-id.
10372 * gdb.base/solib-mismatch-lib.c: New file.
10373 * gdb.base/solib-mismatch-libmod.c: New file.
10374 * gdb.base/solib-mismatch.c: New file.
10375 * gdb.base/solib-mismatch.exp: New file.
10377 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
10379 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10381 * gdb.base/sigbpt.exp (stepi_out): Likewise.
10382 * gdb.base/siginfo.exp: Likewise.
10383 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10385 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
10387 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10389 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10391 * gdb.trace/range-stepping.exp: Check that the target supports
10394 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10396 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10398 2015-07-14 Pedro Alves <palves@redhat.com>
10400 * gdb.base/killed-outside.exp: New file.
10401 * gdb.base/killed-outside.c: New file.
10403 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10405 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10407 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10409 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
10411 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10412 infcall tests instead of setting up for KFAIL.
10414 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
10416 * gdb.btrace/record_goto-step.exp: New.
10418 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10421 * gdb.compile/compile.c (struct struct_type): Add volatile to
10423 * gdb.compile/compile.exp
10424 (compile code struct_object.selffield = &struct_object): Skip further
10425 struct_object tests if this one xfails.
10427 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
10430 * gdb.trace/ax.exp: Add test.
10432 2015-07-07 Yao Qi <yao.qi@linaro.org>
10434 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10435 instead of istarget "aarch64*-*-*".
10436 * gdb.arch/aarch64-fp.exp: Likewise.
10437 * gdb.base/float.exp: Likewise.
10438 * gdb.reverse/aarch64.exp: Likewise.
10439 * lib/gdb.exp (is_aarch64_target): New proc.
10441 2015-07-07 Yao Qi <yao.qi@linaro.org>
10443 * lib/gdb.exp (is_aarch32_target): New proc.
10444 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10445 instead of "istarget "arm*-*-*"".
10446 * gdb.arch/arm-disp-step.exp: Likewise.
10447 * gdb.arch/thumb-bx-pc.exp: Likewise.
10448 * gdb.arch/thumb-prologue.exp: Likewise.
10449 * gdb.arch/thumb-singlestep.exp: Likewise.
10450 * gdb.base/disp-step-syscall.exp: Likewise.
10451 * gdb.base/float.exp: Likewise.
10453 2015-07-07 Yao Qi <yao.qi@linaro.org>
10455 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10456 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10458 2015-07-07 Yao Qi <yao.qi@linaro.org>
10460 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10461 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10463 * gdb.multi/multi-arch.exp: Likewise.
10465 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
10467 * gdb.python/py-lazy-string.exp: Add missing parentheses to
10470 2015-07-07 Yao Qi <yao.qi@linaro.org>
10472 * gdb.arch/thumb-singlestep.exp: Do one more single step.
10474 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
10476 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10477 '[' and ']' characters.
10479 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
10481 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10483 2015-06-29 Pedro Alves <palves@redhat.com>
10486 * gdb.threads/hand-call-new-thread.c: New file.
10487 * gdb.threads/hand-call-new-thread.c: New file.
10489 2015-06-26 Keith Seitz <keiths@redhat.com>
10490 Doug Evans <dje@google.com>
10493 * gdb.cp/var-tag-2.cc: New file.
10494 * gdb.cp/var-tag-3.cc: New file.
10495 * gdb.cp/var-tag-4.cc: New file.
10496 * gdb.cp/var-tag.cc: New file.
10497 * gdb.cp/var-tag.exp: New file.
10499 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10501 * gdb.base/history-duplicates.exp: New test.
10503 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10505 * gdb.base/completion.exp: Test the completion of the "focus"
10508 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10510 * gdb.arch/amd64-prologue-skip.S: New file.
10511 * gdb.arch/amd64-prologue-skip.exp: New file.
10513 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
10515 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10516 is_address_zero_readable check.
10518 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
10520 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10521 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10523 2015-06-24 Yao Qi <yao.qi@linaro.org>
10525 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10528 2015-06-24 Yao Qi <yao.qi@linaro.org>
10530 * lib/gdb.exp (supports_get_siginfo_type): New proc.
10531 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10532 * gdb.base/siginfo-thread.exp: Likewise.
10534 2015-06-22 Yao Qi <yao.qi@linaro.org>
10536 * boards/remote-gdbserver-on-localhost.exp: Add comments.
10538 2015-06-22 Yao Qi <yao.qi@linaro.org>
10540 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10542 (skip_hw_watchpoint_tests): Likewise.
10544 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
10546 * gdb.base/gdbinit-history.exp: Test the interaction between
10547 setting GDBHISTSIZE and setting the history size via .gdbinit.
10549 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10552 * gdb.base/gdbhistsize-history.exp: New test.
10554 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10556 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10558 * gdb.base/readline.exp: Likewise.
10560 2015-06-17 Yao Qi <yao.qi@linaro.org>
10562 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10565 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10567 * gdb.base/gdbinit-history.exp: Add test case to check that
10568 an unlimited history file does not get truncated on exit.
10570 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10572 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10573 (VECTOR): New macro. Use it...
10574 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10575 ...for these typedefs.
10576 (int8, char1, int1, double1): New typedefs.
10577 (struct just_int2, struct two_int2): New structures.
10578 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10579 (add_structvecs, add_singlevecs): New functions.
10580 (main): Call add_some_intvecs twice.
10581 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10582 the compile and exit upon failure. Try compiling for the "native"
10583 architecture. Test inferior function calls with vector arguments
10584 and vector return value handling with "finish" and "return".
10586 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
10588 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10589 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10591 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10593 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10595 PR breakpoints/16465
10596 * gdb.mi/mi-dprintf-pending.c: New file.
10597 * gdb.mi/mi-dprintf-pending.exp: New test.
10598 * gdb.mi/mi-dprintf-pendshr.c: New file.
10600 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10601 Mircea Gherzan <mircea.gherzan@intel.com>
10603 * gdb.arch/i386-mpx-map.c: New file.
10604 * gdb.arch/i386-mpx-map.exp: New File.
10606 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10608 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10609 * gdb.arch/i386-mpx.exp: Indentation fixed.
10611 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10613 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10614 function and improved indentation.
10615 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10616 gdb_test_multiple. Added additional tests to skip the test.
10618 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10620 * gdb.arch/i386-avx512.c: Change path in include file.
10621 * gdb.arch/i386-avx512.exp: Change include dir path
10623 * gdb.arch/i386-mpx.c: Change path in include file.
10624 * gdb.arch/i386-mpx.exp: Change include dir path compilation
10627 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10629 * gdb.compile/compile-print.exp (compile print *vararray@3)
10630 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10632 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10634 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10635 (do not keep jit in memory): ... this.
10636 (expect 5): Change it to ...
10637 (expect no 5): ... this.
10639 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
10642 * gdb.mi/mi-detach.exp: New file.
10644 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10647 * gdb.arch/amd64-tailcall-self.S: New file.
10648 * gdb.arch/amd64-tailcall-self.c: New file.
10649 * gdb.arch/amd64-tailcall-self.exp: New file.
10651 2015-05-28 Don Breazeal <donb@codesourcery.com>
10653 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10654 tests for remote targets by checking is_target_gdbserver.
10656 2015-05-27 Doug Evans <dje@google.com>
10658 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10659 * gdb.dwarf2/opaque-type-lookup.c: New file.
10660 * gdb.dwarf2/opaque-type-lookup.exp: New file.
10662 2015-05-26 Doug Evans <dje@google.com>
10664 * gdb.cp/iostream.cc: New file.
10665 * gdb.cp/iostream.exp: New file.
10667 2015-05-26 Doug Evans <dje@google.com>
10669 * gdb.dwarf2/dw2-op-call.exp: Update.
10670 * gdb.dwarf2/dw4-sig-types.exp: Update.
10671 * gdb.dwarf2/implptr.exp: Update.
10672 * gdb.mi/mi-cmd-param-changed.exp: Update.
10674 2015-05-26 Doug Evans <dje@google.com>
10676 * gdb.python/py-lazy-string.c: New file.
10677 * gdb.python/py-lazy-string.exp: New file.
10678 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10679 (main): Update. Add estring3.
10680 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10681 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10683 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
10684 Yao Qi <yao.qi@linaro.org>
10686 * gdb.reverse/aarch64.c: New.
10687 * gdb.reverse/aarch64.exp: New.
10689 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
10691 * lib/gdb.exp (supports_process_record): Return true for
10693 (supports_reverse): Likewise.
10695 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
10697 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10698 Use with_test_prefix.
10700 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
10702 * gdb.base/completion.exp: Add test for completion of layout
10705 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
10707 * lib/gdb.exp (skip_tui_tests): New proc.
10708 * gdb.base/tui-layout.exp: Check skip_tui_tests.
10710 2015-05-19 Pedro Alves <palves@redhat.com>
10712 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10713 Save the whole env array instead of just HOME. Unset HISTSIZE in
10714 the environment while testing. Restore whole environment
10717 2015-05-16 Doug Evans <xdje42@gmail.com>
10719 * gdb.guile/scm-ports.c: New file.
10720 * gdb.guile/scm-ports.exp: Add memory port tests.
10722 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10724 * gdb.compile/compile-print.c: New file.
10725 * gdb.compile/compile-print.exp: New file.
10727 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10729 * gdb.compile/compile-ops.exp: Cast param to void.
10730 * gdb.compile/compile.exp: Complete type for _gdb_expr.
10731 (compile code struct_object.selffield = &struct_object): Add xfail.
10733 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10735 * gdb.ada/arr_enum_with_gap: New testcase.
10737 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10739 * gdb.ada/byte_packed_arr: New testcase.
10741 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10743 * gdb.ada/pckd_neg: New testcase.
10745 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
10748 * gdb.base/gdbinit-history.exp: New test.
10749 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10750 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10752 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
10754 * gdb.python/py-xmethods.cc: Enhance test case.
10755 * gdb.python/py-xmethods.exp: New tests.
10756 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10758 (B_indexoper): Likewise.
10759 (global_dm_list) : Add new xmethod worker functions.
10761 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
10763 * gdb.base/coredump-filter.exp: Correctly unset
10764 "coredump_var_addr" array.
10766 2015-05-08 Pedro Alves <palves@redhat.com>
10768 * gdb.server/non-existing-program.exp: Unset spawn_id.
10770 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
10773 * gdb.python/py-xmethods.exp: Add tests.
10775 2015-05-08 Yao Qi <yao.qi@linaro.org>
10778 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10779 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10780 function set_coredump_filter, and remove remote_exec call.
10781 Remove argument ipid. Callers update.
10782 (top level): Don't get inferior's PID.
10784 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
10786 * gdb.base/watch_thread_num.exp: Skip test on targets without
10787 access watchpoints.
10789 2015-05-06 Pedro Alves <palves@redhat.com>
10792 * gdb.server/non-existing-program.exp: New file.
10794 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10796 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10798 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10800 * gdb.ada/out_of_line_in_inlined: New testcase.
10802 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10804 * gdb.ada/var_rec_arr: New testcase.
10806 2015-04-30 Yao Qi <yao.qi@linaro.org>
10808 * gdb.base/break-idempotent.exp: If
10809 skip_hw_watchpoint_multi_tests returns true, skip the tests
10810 on "rwatch" and "awatch".
10812 2015-04-30 Yao Qi <yao.qi@linaro.org>
10814 * gdb.base/relativedebug.exp: Invoke gdb command
10815 "info sharedlibrary", and if libc.so doesn't have debug info,
10818 2015-04-29 Doug Evans <dje@google.com>
10820 * gdb.python/py-xmethods.exp: Add ptype tests.
10821 * gdb.python/py-xmethods.py (E_method_char_worker): Add
10822 get_result_type method.
10824 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
10826 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10827 the target does not support hardware watchpoints.
10829 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
10831 * gdb.base/break-always.exp: Abort testing if writing to memory
10834 2015-04-28 Doug Evans <dje@google.com>
10836 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10837 * gdb.python/py-pp-registration.exp: ... here. New file.
10838 * gdb.python/py-pp-registration.c: New file.
10839 * gdb.python/py-pp-registration.py: New file.
10841 2015-04-28 Doug Evans <dje@google.com>
10843 * gdb.python/py-bad-printers.c: New file.
10844 * gdb.python/py-bad-printers.py: New file.
10845 * gdb.python/py-bad-printers.exp: New file.
10847 2015-04-28 Sasha Smundak <asmundak@google.com>
10849 * gdb.python/py-type.exp: New test.
10851 2015-04-28 Andy Wingo <wingo@igalia.com>
10853 * gdb.python/py-parameter.exp:
10854 * gdb.guile/scm-parameter.exp: Escape the path that we are
10855 matching against, as it might contain characters that are special
10856 to regular expressions.
10858 2015-04-27 Joel Brobecker <brobecker@adacore.com>
10860 * gdb.ada/rec_comp: New testcase.
10862 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
10864 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
10867 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
10869 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
10870 new tests for verilog output.
10872 2015-04-24 Yao Qi <yao.qi@linaro.org>
10874 * boards/remote-gdbserver-on-localhost.exp: New file.
10876 2015-04-23 Pedro Alves <palves@redhat.com>
10878 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
10879 $inferior_spawn_id instead of $inferior_spawn_id directly. On
10880 "end of file", remove $inferior_spawn_id from the indirect list.
10882 2015-04-23 Pedro Alves <palves@redhat.com>
10884 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
10886 2015-04-23 Pedro Alves <palves@redhat.com>
10888 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
10889 on $any_spawn_id instead of only on $gdb_spawn_id.
10891 2015-04-21 Pierre Muller <muller@sourceware.org>
10894 * lib/pascal.exp (gpc_compile): Add new option "class".
10895 (fpc_compile): Likewise.
10896 * gdb.pascal/case-insensitive-symbols.pas: New file.
10897 * gdb.pascal/case-insensitive-symbols.exp: New file.
10899 2015-04-20 Gary Benson <gbenson@redhat.com>
10901 * gdb.base/attach.exp: Fix three extended remote failures.
10903 2015-04-17 Gary Benson <gbenson@redhat.com>
10905 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
10906 the main executable over the remote protocol.
10908 2015-04-16 Pedro Alves <palves@redhat.com>
10910 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
10911 a new gdbserver if gdbserver_reconnect_p is set.
10913 2015-04-16 Pedro Alves <palves@redhat.com>
10915 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
10916 is set, don't exit gdbserver.
10918 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10920 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
10921 appropriate .insn, such that an older assembler can be used.
10922 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
10923 the z/Architecture instruction set on 31-bit targets as well.
10925 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10927 * gdb.go/handcall.exp: Remove all logic related to the first
10928 breakpoint and rely on go_runto_main instead.
10929 * gdb.go/strings.exp: Likewise.
10930 * gdb.go/unsafe.exp: Likewise.
10931 * gdb.go/hello.exp: Likewise. Also rename the remaining
10932 breakpoint marker to "breakpoint 1".
10933 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
10934 * gdb.go/strings.go: Likewise.
10935 * gdb.go/unsafe.go: Likewise.
10936 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
10937 "set breakpoint 2 here" and rename the remaining breakpoint marker
10940 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
10942 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
10943 if itertools.imap is not present.
10944 * gdb.python/py-objfile.exp: Add parentheses.
10945 * gdb.python/py-type.exp: Same.
10946 * gdb.python/py-unwind-maint.py: Same.
10948 2015-04-15 Yao Qi <yao.qi@linaro.org>
10950 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
10951 of ":$ptr_size" and set its form explicitly.
10953 2015-04-15 Pedro Alves <palves@redhat.com>
10954 Yao Qi <yao.qi@linaro.org>
10956 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
10957 timeout by factor of 4.
10958 (test_regular_watch): Likewise.
10959 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
10960 * gdb.reverse/sigall-reverse.exp: Likewise.
10961 * gdb.reverse/until-precsave.exp: Likewise.
10962 * lib/gdb.exp (with_timeout_factor): New proc.
10963 (gdb_expect): Move some code to ...
10964 (get_largest_timeout): ... here. New procedure.
10966 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
10968 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
10970 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
10972 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
10973 to write to the .text section.
10975 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
10977 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
10978 Handle the case of targets that do not provide PID information.
10980 2015-04-13 Yao Qi <yao.qi@linaro.org>
10982 * lib/gdbserver-support.exp (gdb_exit): Catch exception
10983 and use expect instead of gdb_expect.
10985 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
10987 * gdb.base/coredump-filter.exp: Rename variable "addr" to
10988 "coredump_var_addr" to avoid naming conflict with other testcases.
10990 2015-04-10 Pedro Alves <palves@redhat.com>
10992 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
10993 gdb_test_sequence and gdb_assert.
10995 2015-04-10 Pedro Alves <palves@redhat.com>
10997 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10998 test messages that don't include the breakpoint address.
11000 2015-04-10 Yao Qi <yao.qi@linaro.org>
11002 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11003 false for some offset and width combinations which aren't
11004 supported by linux kernel.
11006 2015-04-10 Pedro Alves <palves@redhat.com>
11008 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11009 procedure, factored out from ...
11010 (top level): ... here. Add "set displaced-stepping" testing axis.
11011 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11012 parameter "displaced". Use it.
11013 (top level): Use foreach and add "set displaced-stepping" testing
11016 2015-04-10 Pedro Alves <palves@redhat.com>
11018 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11020 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11021 both the address of the instruction that triggers the watchpoint
11022 and the address of the instruction immediately after, and use
11023 those addresses for the test. Fix comment.
11025 2015-04-10 Pedro Alves <palves@redhat.com>
11027 * gdb.base/sigstep.exp (breakpoint_to_handler)
11028 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
11029 Test "backtrace" in handler.
11030 (breakpoint_over_handler): New parameter 'displaced'. Use it.
11031 (top level): Add new "displaced" test axis to
11032 breakpoint_to_handler, breakpoint_to_handler_entry and
11033 breakpoint_over_handler.
11035 2015-04-10 Pedro Alves <palves@redhat.com>
11038 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11040 2015-04-10 Yao Qi <yao.qi@linaro.org>
11042 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11043 (test_add_rn_pc): New function.
11044 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11045 (top level): Invoke test_add_rn_pc.
11047 2015-04-10 Pedro Alves <palves@redhat.com>
11050 * gdb.base/step-over-no-symbols.exp: New file.
11052 2015-04-09 Andy Wingo <wingo@igalia.com>
11054 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11055 after the Python tests.
11057 2015-04-08 Keith Seitz <keiths@redhat.com>
11060 * gdb.python/py-completion.exp: New tests for completion.
11061 * gdb.python/py-completion.py (CompleteLimit1): New class.
11062 (CompleteLimit2): Likewise.
11063 (CompleteLimit3): Likewise.
11064 (CompleteLimit4): Likewise.
11065 (CompleteLimit5): Likewise.
11066 (CompleteLimit6): Likewise.
11067 (CompleteLimit7): Likewise.
11069 2015-04-08 Pedro Alves <palves@redhat.com>
11073 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11075 (main): Install it as SIGUSR1 handler.
11076 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11077 parameter. Always use "setup" as prefix. Toggle "set
11078 displaced-stepping" off/on depending on global. Don't switch to
11080 (top level): Add displaced stepping "off/on" test axis. Update
11081 "setup" calls. Wrap each subtest with with_test_prefix. Test
11082 continuing with a queued signal in each thread.
11084 2015-04-08 Pedro Alves <palves@redhat.com>
11086 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
11087 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
11088 gdb_breakpoint instead of gdb_test that doesn't expect anything.
11089 Return early if running to main fails.
11090 * gdb.trace/while-stepping.exp: Likewise.
11092 2015-04-07 Pedro Alves <palves@redhat.com>
11094 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
11095 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
11096 interact with inferior program.
11098 2015-04-07 Pedro Alves <palves@redhat.com>
11100 * lib/gdb.exp (inferior_spawn_id): New global.
11101 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
11102 spawn id after processing the user code.
11103 (default_gdb_start): Set inferior_spawn_id.
11104 (send_inferior): New procedure.
11105 * lib/gdbserver-support.exp (gdbserver_start): Set
11107 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11109 2015-04-07 Pedro Alves <palves@redhat.com>
11111 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11112 * lib/gdbserver-support.exp (gdbserver_start): Make
11113 $server_spawn_id global.
11114 (gdbserver_start): Don't wait for gdbserver's spawn id with
11116 (close_gdbserver): New procedure.
11117 (gdb_exit): Rename the default version and reimplement.
11119 2015-04-07 Pedro Alves <palves@redhat.com>
11121 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
11122 append the substituted item, not the original item.
11124 2015-04-07 Pedro Alves <palves@redhat.com>
11126 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11129 2015-04-07 Pedro Alves <palves@redhat.com>
11131 * gdb.base/interrupt.exp: Don't handle the case of the inferior
11132 output appearing once only.
11134 2015-04-07 Pedro Alves <palves@redhat.com>
11136 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
11137 that doesn't expect anything. Return early if running to main
11140 2015-04-07 Yao Qi <yao.qi@linaro.org>
11142 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
11143 (child_function): Call alarm.
11144 (main): Move call to alarm into the loop.
11145 * gdb.threads/non-stop-fair-events.exp: Build program with
11146 -DTIMEOUT=$timeout.
11148 2015-04-06 Doug Evans <xdje42@gmail.com>
11150 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
11151 Fix dest parameter to board_info.
11152 (fpc_compile): Ditto.
11153 (gdb_compile_pascal): Rename dest arg to destfile.
11155 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
11157 * gdb.ada/funcall_ref.exp: New file.
11158 * gdb.ada/funcall_ref/foo.adb: New file.
11160 2015-04-02 Yao Qi <yao.qi@linaro.org>
11162 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
11165 2015-04-02 Gary Benson <gbenson@redhat.com>
11167 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
11169 2015-04-01 Sasha Smundak <asmundak@google.com>
11171 * gdb.python/py-unwind-maint.c: New file.
11172 * gdb.python/py-unwind-maint.exp: New test.
11173 * gdb.python/py-unwind-maint.py: New file.
11174 * gdb.python/py-unwind.c: New file.
11175 * gdb.python/py-unwind.exp: New test.
11176 * gdb.python/py-unwind.py: New test.
11178 2015-04-01 Pedro Alves <palves@redhat.com>
11180 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
11181 to fail instead of non-existent $test.
11183 2015-04-01 Pedro Alves <palves@redhat.com>
11185 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
11186 GDBFLAGS if not empty.
11188 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
11190 * gdb.ada/complete.exp: Remove "multi_line".
11191 * gdb.ada/info_exc.exp: Remove "multi_line".
11192 * gdb.ada/packed_tagged.exp: Remove "multi_line".
11193 * gdb.ada/ptype_field.exp: Remove "multi_line".
11194 * gdb.ada/sym_print_name.exp: Remove "multi_line".
11195 * gdb.ada/tagged.exp: Remove "multi_line".
11196 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
11198 * gdb.btrace/delta.exp: Likewise.
11199 * gdb.btrace/exception.exp: Likewise.
11200 * gdb.btrace/function_call_history.exp: Likewise.
11201 * gdb.btrace/instruction_history.exp: Likewise.
11202 * gdb.btrace/nohist.exp: Likewise.
11203 * gdb.btrace/record_goto.exp: Likewise.
11204 * gdb.btrace/segv.exp: Likewise.
11205 * gdb.btrace/stepi.exp: Likewise.
11206 * gdb.btrace/tailcall.exp: Likewise.
11207 * gdb.btrace/unknown_functions.exp: Likewise.
11208 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
11209 * lib/gdb.exp: Add the "multi_line" helper.
11211 2015-04-01 Pedro Alves <palves@redhat.com>
11213 * gdb.threads/tid-reuse.c: New file.
11214 * gdb.threads/tid-reuse.exp: New file.
11216 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
11219 * gdb.base/coredump-filter.c: New file.
11220 * gdb.base/coredump-filter.exp: Likewise.
11222 2015-03-27 Petr Machata <pmachata@redhat.com>
11224 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
11225 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
11226 (Dwarf::assemble): Initialize them.
11227 (Dwarf::lines): New function.
11229 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
11231 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
11232 SYMBOL_PREFIX for x86_64-*-cygwin.
11234 2015-03-26 Andy Wingo <wingo@igalia.com>
11237 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
11238 const_value but not a location.
11239 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
11240 location defined in non-main CUs are visible.
11242 2015-03-26 Yao Qi <yao.qi@linaro.org>
11245 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
11246 Add a line number entry for the same line.
11247 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
11248 Add a line number entry for the same line.
11250 2015-03-26 Yao Qi <yao.qi@linaro.org>
11252 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
11254 (func): Likewise. Add .Lfunc_1 label.
11255 Use .Lfunc_1 label.
11256 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
11259 Use .Lfunc_1 label.
11261 2015-03-26 Yao Qi <yao.qi@linaro.org>
11263 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
11264 Call gdb_compile instead to compile each .s files without debug
11267 2015-03-26 Yao Qi <yao.qi@linaro.org>
11269 * gdb.base/savedregs.exp (process_saved_regs): Make
11270 "Saved registers:" optional in the pattern.
11272 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11274 * gdb.btrace/next.exp: Merged into step.exp.
11275 * gdb.btrace/finish.exp: Merged into step.exp.
11276 * gdb.btrace/nexti.exp: Merged into stepi.exp.
11277 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
11278 "record goto" and checking the exact replay position.
11279 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
11280 check for "Recording format" in "info record" output.
11281 * gdb.btrace/record_goto.exp: Choose test file based on target.
11282 * gdb.btrace/x86-record_goto.S: Renamed into ...
11283 * gdb.btrace/x86_64-record_goto.S: ... this.
11284 * gdb.btrace/i686-record_goto.S: New.
11285 * gdb.btrace/x86-tailcall.S: Renamed into ...
11286 * gdb.btrace/x86_64-tailcall.S: ... this.
11287 * gdb.btrace/i686-tailcall.S: New.
11288 * gdb.btrace/x86-tailcall.c: Renamed into ...
11289 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
11290 separate statements. Update test.
11291 * gdb.btrace/delta.exp: Use record_goto.c as test file.
11292 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
11293 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
11294 * gdb.btrace/tailcall.exp: Choose test file based on target.
11295 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
11297 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11299 * gdb.btrace/exception.exp: Increase BTS buffer size.
11301 2015-03-24 Pedro Alves <palves@redhat.com>
11303 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11305 2015-03-24 Pedro Alves <palves@redhat.com>
11307 * gdb.threads/schedlock.exp (test_step): No longer expect that
11308 "set scheduler-locking step" with "next" over a function call runs
11311 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11313 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11315 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11317 PR breakpoints/16466
11318 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11319 * gdb.mi/mi-pending.c (thread_func): New function.
11320 (int main): Add threading support required.
11321 * gdb.mi/mi-pending.exp: Add tests for this issue.
11322 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11323 (pendfunc2): Remove stdio dependency.
11324 * gdb.mi/mi-pendshr2.c: New file.
11326 2015-03-23 Keith Seitz <keiths@redhat.com>
11328 * gdb.linespec/keywords.c: New file.
11329 * gdb.linespec/keywords.exp: New file.
11331 2015-03-23 Keith Seitz <keiths@redhat.com>
11334 * gdb.dwarf2/staticvirtual.exp: New test.
11336 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11338 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11339 * README: Remove HP-UX and gdb.hp.
11341 * configure: Regenerate.
11342 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11343 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11344 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11345 gdb.hp/gdb.defects/Makefile.
11346 * gdb.hp/Makefile.in: File deleted.
11347 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11348 * gdb.hp/gdb.aCC/optimize.c: File deleted.
11349 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11350 * gdb.hp/gdb.aCC/run.c: File deleted.
11351 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11352 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11353 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11354 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11355 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11356 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11357 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11358 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11359 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11360 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11361 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11362 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11363 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11364 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11365 * gdb.hp/gdb.base-hp/reg.s: File deleted.
11366 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11367 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11368 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11369 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11370 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11371 * gdb.hp/gdb.compat/Makefile.in: File deleted.
11372 * gdb.hp/gdb.compat/average.c: File deleted.
11373 * gdb.hp/gdb.compat/sum.c: File deleted.
11374 * gdb.hp/gdb.compat/xdb.c: File deleted.
11375 * gdb.hp/gdb.compat/xdb0.c: File deleted.
11376 * gdb.hp/gdb.compat/xdb0.h: File deleted.
11377 * gdb.hp/gdb.compat/xdb1.c: File deleted.
11378 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11379 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11380 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11381 * gdb.hp/gdb.defects/Makefile.in: File deleted.
11382 * gdb.hp/gdb.defects/bs14602.c: File deleted.
11383 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11384 * gdb.hp/gdb.defects/solib-d.c: File deleted.
11385 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11386 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11387 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11388 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11389 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11390 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11391 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11392 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11393 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11394 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11395 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11396 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11397 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11398 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11399 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11400 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11401 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11402 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11403 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11404 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11405 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11406 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11407 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11408 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11409 * gdb.hp/tools/odump: File deleted.
11411 2015-03-19 Pedro Alves <palves@redhat.com>
11413 * gdb.threads/continue-pending-status.exp (saw_thread_2)
11414 (saw_thread_3): New globals.
11415 (top level): Increment them when an event for the corresponding
11417 (no thread starvation): New test.
11419 2015-03-19 Pedro Alves <palves@redhat.com>
11421 * gdb.threads/continue-pending-status.c: New file.
11422 * gdb.threads/continue-pending-status.exp: New file.
11424 2015-03-18 Pedro Alves <palves@redhat.com>
11426 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11427 Use gdb_is_target_remote instead of is_remote. Use
11428 gdb_test_multiple instead of gdb_expect. Exit early if
11429 gdb_test_multiple hits its internal matches. Tighten stepi tests
11430 expected output. Fail on exit with any signal, instead of just
11433 2015-03-18 Yao Qi <yao.qi@linaro.org>
11436 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11438 * gdb.base/catch-syscall.exp: Don't skip it on
11439 aarch64*-*-linux* target. Remove elements in all_syscalls.
11440 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11442 (setup_all_syscalls): New proc.
11444 2015-03-16 Yao Qi <yao.qi@linaro.org>
11446 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11447 (top level): Skip tests if valid_addr_p returns false for
11450 2015-03-11 Andy Wingo <wingo@igalia.com>
11452 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11454 2015-03-11 Yao Qi <yao.qi@linaro.org>
11456 * gdb.base/catch-syscall.exp: Fix typo in comments.
11458 2015-03-11 Yao Qi <yao.qi@linaro.org>
11460 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11462 2015-03-09 Pedro Alves <palves@redhat.com>
11464 * dg-extract-results.py: Delete.
11466 2015-03-09 Pedro Alves <palves@redhat.com>
11468 Merge dg-extract-results.sh from GCC upstream (r218843).
11470 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
11471 * dg-extract-results.sh: Use --text with grep to avoid issues with
11472 binary files. Fall back to cat -v, if that doesn't work.
11474 2015-03-05 Pedro Alves <palves@redhat.com>
11476 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11478 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
11480 * lib/mi-support.exp (mi_expect_interrupt): Accept
11481 alternative event for when in all-stop mode.
11483 2015-03-04 Pedro Alves <palves@redhat.com>
11485 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11487 2015-03-04 Mark Kettenis <kettenis@gnu.org>
11489 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11491 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11493 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11494 regexps for GDB's current line display, accept a hex address
11495 preceding the line number.
11497 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11499 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11500 the 'arch1' variable for "s390*-linux*" targets.
11502 2015-03-04 Pedro Alves <palves@redhat.com>
11504 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11505 (main): Pass missing retval argument to pthread_join call.
11507 2015-03-02 Pedro Alves <palves@redhat.com>
11509 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11510 (top level): Call do_test with non-stop as well.
11512 2015-03-02 Pedro Alves <palves@redhat.com>
11514 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11517 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11519 * gdb.arch/s390-vregs.exp: New test.
11520 * gdb.arch/s390-vregs.S: New file.
11522 2015-02-27 Pedro Alves <palves@redhat.com>
11524 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11525 call to catch_command_errors.
11526 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11527 catch_command_errors.
11529 2015-02-27 Pedro Alves <palves@redhat.com>
11531 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11532 "true" for boolean result.
11533 * gdb.gdb/selftest.exp (test_with_self): Also accept full
11536 2015-02-27 Pedro Alves <palves@redhat.com>
11538 * lib/unbuffer_output.c: New file.
11539 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11540 (main): Call gdb_unbuffer_output.
11542 2015-02-27 Yao Qi <yao.qi@linaro.org>
11544 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11547 2015-02-26 Doug Evans <dje@google.com>
11549 * gdb.cp/class2.cc (Dbase, D): New classes.
11550 (main): New local delta.
11551 * gdb.cp/class2.exp: Test printing delta.
11552 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11553 (dynbar): New global.
11554 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11556 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11558 * gdb.compile/compile-ifunc.c: New file.
11559 * gdb.compile/compile-ifunc.exp: New file.
11561 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11563 * gdb.base/structs.exp: Check for correct struct on finish.
11565 2015-02-26 Yao Qi <yao.qi@linaro.org>
11567 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11570 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11572 * gdb.arch/cordic.ko.bz2: New file.
11573 * gdb.arch/cordic.ko.debug.bz2: New file.
11574 * gdb.arch/ppc64-symtab-cordic.exp: New file.
11576 2015-02-25 Yao Qi <yao.qi@linaro.org>
11578 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11579 aarch64*-*-* target.
11581 2015-02-23 Pedro Alves <palves@redhat.com>
11583 * lib/gdb.exp (delete_breakpoints): Rewrite using
11586 2015-02-23 Pedro Alves <palves@redhat.com>
11588 * gdb.base/info-os.c: Include stdlib.h.
11590 2015-02-22 Doug Evans <xdje42@gmail.com>
11593 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11594 is read after symbols have been re-read.
11595 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11596 * gdb.ada/exec_changed/second.adb (Second): Ditto.
11598 2015-02-21 Doug Evans <dje@google.com>
11600 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11602 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11605 * gdb.arch/i386-biarch-core.core.bz2: New file.
11606 * gdb.arch/i386-biarch-core.exp: New file.
11608 2015-02-21 Pedro Alves <palves@redhat.com>
11610 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11613 2015-02-20 Pedro Alves <palves@redhat.com>
11615 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11618 2015-02-20 Pedro Alves <palves@redhat.com>
11620 * gdb.threads/multi-create-ns-info-thr.exp: New file.
11622 2015-02-20 Pedro Alves <palves@redhat.com>
11624 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
11625 clean_restart before gdb_target_supports_trace.
11627 2015-02-20 Pedro Alves <palves@redhat.com>
11630 * gdb.threads/clone-thread_db.c: New file.
11631 * gdb.threads/clone-thread_db.exp: New file.
11633 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11635 PR breakpoints/16812
11636 * gdb.base/catch-gdb-caused-signals.c: New file.
11637 * gdb.base/catch-gdb-caused-signals.exp: New file.
11639 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11641 * configure: Regenerated.
11642 * configure.ac: Use GDB_AC_TRANSFORM.
11643 * aclocal.m4: sinclude ../transform.m4.
11645 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11647 * lib/dtrace.exp: New file.
11648 * gdb.base/dtrace-probe.exp: Likewise.
11649 * gdb.base/dtrace-probe.d: Likewise.
11650 * gdb.base/dtrace-probe.c: Likewise.
11651 * lib/pdtrace.in: Likewise.
11652 * configure.ac: Output variables with the transformed names of
11653 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
11654 * configure: Regenerated.
11656 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11658 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11659 expected message when trying to access $_probe_* convenience
11660 variables while not on a probe.
11662 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11664 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11666 2015-02-11 Pedro Alves <pedro@codesourcery.com>
11668 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11669 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11671 2015-02-10 Doug Evans <xdje42@gmail.com>
11673 * lib/gdb.exp (gdb_load): Always return a result.
11675 2015-02-10 Pedro Alves <palves@redhat.com>
11677 * gdb.threads/signal-sigtrap.c: New file.
11678 * gdb.threads/signal-sigtrap.exp: New file.
11680 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11682 * gdb.trace/no-attach-trace.c: New file.
11683 * gdb.trace/no-attach-trace.exp: New file.
11685 2015-02-09 Mark Wielaard <mjw@redhat.com>
11687 * gdb.dwarf2/atomic.c: New file.
11688 * gdb.dwarf2/atomic-type.exp: Likewise.
11690 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11692 * gdb.btrace/buffer-size.exp: Update "info record" output.
11693 * gdb.btrace/delta.exp: Update "info record" output.
11694 * gdb.btrace/enable.exp: Update "info record" output.
11695 * gdb.btrace/finish.exp: Update "info record" output.
11696 * gdb.btrace/instruction_history.exp: Update "info record" output.
11697 * gdb.btrace/next.exp: Update "info record" output.
11698 * gdb.btrace/nexti.exp: Update "info record" output.
11699 * gdb.btrace/step.exp: Update "info record" output.
11700 * gdb.btrace/stepi.exp: Update "info record" output.
11701 * gdb.btrace/nohist.exp: Update "info record" output.
11703 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11705 * gdb.btrace/buffer-size: New.
11707 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11709 * gdb.btrace/delta.exp: Update "info record" output.
11710 * gdb.btrace/enable.exp: Update "info record" output.
11711 * gdb.btrace/finish.exp: Update "info record" output.
11712 * gdb.btrace/instruction_history.exp: Update "info record" output.
11713 * gdb.btrace/next.exp: Update "info record" output.
11714 * gdb.btrace/nexti.exp: Update "info record" output.
11715 * gdb.btrace/step.exp: Update "info record" output.
11716 * gdb.btrace/stepi.exp: Update "info record" output.
11717 * gdb.btrace/nohist.exp: Update "info record" output.
11719 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11722 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11724 2015-02-06 Pedro Alves <palves@redhat.com>
11726 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11728 (seconds_left, again): New globals.
11729 (main): Wait seconds_left in a 1-second sleep loop instead of
11730 sleeping 180 seconds. If 'again' is set, reset the seconds
11732 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11733 'again' in the inferior before detaching. Print the seconds left.
11734 (options): New global.
11735 (top level): Build program with -DTIMEOUT=$timeout.
11737 2015-02-06 Pedro Alves <palves@redhat.com>
11739 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11740 determine how many seconds to pass to 'alarm'.
11741 * gdb.base/gdb-sigterm.exp (top level): Build program with
11742 -DTIMEOUT=$timeout.
11743 (do_test): Return success/failure indication. Add more verbose
11744 logging. Don't fail if 200 single steps are seen. Instead, fail
11745 when the test times out.
11746 (passes): New global.
11747 (top level): Break the testing loop if testing fails on any
11748 iteration. Use gdb_assert.
11750 2015-02-04 Don Breazeal <donb@codesourcery.com>
11752 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11753 and initialize them.
11754 (ipc_cleanup): New function.
11755 (main): Don't declare shmid, semid, and msqid. Add a call to
11756 atexit so that we call ipc_cleanup on exit.
11758 2015-02-04 Pedro Alves <palves@redhat.com>
11760 * boards/native-extended-gdbserver.exp: Remove any target variant
11761 specifications from the board name before clearing the isremote
11762 flag from board_info.
11764 2015-01-31 Doug Evans <xdje42@gmail.com>
11766 * gdb.base/maint.exp <maint print type argc>: Update expected output.
11768 2015-01-31 Gary Benson <gbenson@redhat.com>
11770 * gdb.base/completion.exp: Disable completion limiting for
11771 existing tests. Add new tests to check completion limiting.
11772 * gdb.linespec/ls-errs.exp: Disable completion limiting.
11774 2015-01-31 Doug Evans <xdje42@gmail.com>
11776 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11778 2015-01-31 Doug Evans <xdje42@gmail.com>
11780 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11781 entries. Duplicate file section script entries.
11782 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11783 inlined entries. Add test for safe-path rejection.
11784 * gdb.python/py-section-script.c: Add duplicate inlined section script
11785 entries. Duplicate file section script entries.
11786 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11787 inlined entries. Add test for safe-path rejection.
11789 2015-01-29 Joel Brobecker <brobecker@adacore.com>
11791 * gdb.ada/disc_arr_bound: New testcase.
11793 2015-01-29 Joel Brobecker <brobecker@adacore.com>
11795 * gdb.ada/mi_var_array: New testcase.
11797 2015-01-27 Doug Evans <dje@google.com>
11799 * gdb.python/py-objfile.exp: Add tests for objfile.username.
11800 Add test for objfile.filename, objfile.username after objfile
11803 2015-01-26 Joel Brobecker <brobecker@adacore.com>
11805 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11806 the second test to print the name attribute of value
11807 returned by the call to gdb.lookup_type, and adjust
11808 the expected output accordingly.
11810 2015-01-25 Mark Wielaard <mjw@redhat.com>
11812 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11813 * gdb.base/disp-step-fork.c: Include unistd.h.
11814 * gdb.base/siginfo-obj.c: Include stdio.h.
11815 * gdb.base/siginfo-thread.c: Likewise.
11816 * gdb.mi/non-stop.c: Include unistd.h.
11817 * gdb.mi/nsthrexec.c: Include stdio.h.
11818 * gdb.mi/pthreads.c: Include unistd.h.
11819 * gdb.modula2/unbounded1.c (main): Declare returns int.
11820 * gdb.reverse/consecutive-reverse.c: Likewise.
11821 * gdb.threads/create-fail.c: Include unistd.h.
11822 * gdb.threads/killed.c: Likewise.
11823 * gdb.threads/linux-dp.c: Likewise.
11824 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11825 * gdb.threads/non-ldr-exc-2.c: Likewise.
11826 * gdb.threads/non-ldr-exc-3.c: Likewise.
11827 * gdb.threads/non-ldr-exc-4.c: Likewise.
11828 * gdb.threads/pthreads.c: Include unistd.h.
11829 (main): Declare returns int.
11830 * gdb.threads/tls-main.c (foo): New declaration.
11831 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11833 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
11835 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11836 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11838 2015-01-15 Mark Wielaard <mjw@redhat.com>
11840 * gdb.base/noreturn-return.c: New file.
11841 * gdb.base/noreturn-return.exp: New file.
11842 * gdb.base/noreturn-finish.c: New file.
11843 * gdb.base/noreturn-finish.exp: New file.
11845 2015-01-23 Pedro Alves <palves@redhat.com>
11847 * gdb.threads/continue-pending-after-query.c: New file.
11848 * gdb.threads/continue-pending-after-query.exp: New file.
11850 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
11851 Simon Marchi <simon.marchi@ericsson.com>
11853 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11854 * gdb.base/valgrind-db-attach.exp: Same.
11855 * gdb.base/valgrind-infcall.exp: Same.
11856 * lib/mi-support.exp (default_mi_gdb_start): Same.
11857 * lib/prompt.exp (default_prompt_gdb_start): Same.
11858 * lib/gdb.exp (default_gdb_spawn): Same.
11859 (gdb_interact): New.
11862 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11864 * gdb.compile/compile.exp (pointer to jit function): New test.
11866 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
11868 * lib/gdb.exp (supports_process_record): Return true for
11870 (supports_reverse): Likewise.
11872 2015-01-15 Don Breazeal <donb@codesourcery.com>
11874 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
11875 instead of checking whether the target board is remote and
11876 use spawn_wait_for_attach instead of exec/sleep.
11877 * gdb.base/attach-twice.exp: Likewise.
11879 2015-01-15 Joel Brobecker <brobecker@adacore.com>
11881 * gdb.ada/var_arr_attrs: New testcase.
11883 2015-01-14 Pedro Alves <palves@redhat.com>
11884 Joel Brobecker <brobecker@adacore.com>
11887 * gdb.base/bp-cmds-execution-x-script.c: New file.
11888 * gdb.base/bp-cmds-execution-x-script.exp: New file.
11889 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
11891 2015-01-14 Pedro Alves <palves@redhat.com>
11894 * gdb.base/batch-preserve-term-settings.c: New file.
11895 * gdb.base/batch-preserve-term-settings.exp: New file.
11897 2015-01-13 Doug Evans <dje@google.com>
11899 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
11902 2015-01-13 Joel Brobecker <brobecker@adacore.com>
11904 * Makefile.in (clean mostlyclean): Do not delete *.py.
11906 2015-01-13 Joel Brobecker <brobecker@adacore.com>
11908 * gdb.python/py-lookup-type.exp: New file.
11910 2015-01-12 Pedro Alves <palves@redhat.com>
11912 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
11913 restore GDBFLAGS before returning.
11915 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11917 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
11918 is_amd64_regs_target and is_x86_like_target.
11920 2015-01-11 Doug Evans <xdje42@gmail.com>
11922 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
11923 is given without an explicit form.
11924 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
11926 * gdb.dwarf/corrupt.exp: Ditto.
11927 * gdb.dwarf2/enum-type.exp: Ditto.
11928 * gdb.trace/entry-values.exp: Ditto.
11929 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
11931 2015-01-11 Doug Evans <xdje42@gmail.com>
11934 * gdb.base/maint.exp: Remove references to "maint demangle".
11935 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
11936 Add tests for explicitly specifying language to demangle.
11937 * gdb.dlang/demangle.exp: Ditto.
11939 2015-01-09 Pedro Alves <palves@redhat.com>
11941 * gdb.threads/non-stop-fair-events.c: New file.
11942 * gdb.threads/non-stop-fair-events.exp: New file.
11944 2015-01-09 Pedro Alves <palves@redhat.com>
11946 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
11947 the global scope. Set a breakpoint after all threads are started
11948 rather than stepping over two source lines. Expect the prompt.
11949 * gdb.base/watch_thread_num.c (threads_started_barrier): New
11952 (main): Use threads_started_barrier to wait for all threads to
11953 start. Main thread no longer calls thread_function. Exit after
11955 (loop): New function.
11956 (thread_function): Wait on threads_started_barrier barrier. Call
11957 'loop' at each iteration.
11958 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
11959 threads have started, instead of hardcoding number of "next"
11960 steps. Use an access watchpoint instead of a write watchpoint.
11962 2015-01-09 Pedro Alves <palves@redhat.com>
11964 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
11965 (thread_func): Wait on barrier.
11966 (main): Wait for all threads to start before stopping GDB.
11967 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
11969 (thread1_func, thread2_func): Wait on barrier.
11970 (main): Wait for all threads to start before stopping GDB.
11971 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
11973 (thread1_func, thread2_func): Wait on barrier.
11974 (main): Wait for all threads to start before stopping GDB.
11976 2015-01-09 Pedro Alves <palves@redhat.com>
11978 * gdb.threads/attach-many-short-lived-threads.c: New file.
11979 * gdb.threads/attach-many-short-lived-threads.exp: New file.
11981 2014-01-09 Pedro Alves <palves@redhat.com>
11983 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
11984 instead of to thread 2.
11985 * gdb.threads/signal-command-multiple-signals-pending.c (main):
11986 Add barrier around each pthread_create call instead of around all
11988 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
11989 Set a break on thread_function and have the child threads hit it
11992 2015-01-09 Pedro Alves <palves@redhat.com>
11994 * lib/gdb.exp (can_spawn_for_attach): New procedure.
11995 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
11997 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11998 checking whether the target board is remote.
11999 * gdb.multi/multi-attach.exp: Likewise.
12000 * gdb.python/py-sync-interp.exp: Likewise.
12001 * gdb.server/ext-attach.exp: Likewise.
12002 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12003 tests that need to attach, instead of checking whether the target
12004 board is remote at the top of the file.
12006 2015-01-08 Yao Qi <yao@codesourcery.com>
12008 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12010 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12012 Fix testcase compilation.
12013 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12015 2015-01-06 Joel Brobecker <brobecker@adacore.com>
12017 * gdb.python/py-type.exp: Add a couple test about empty
12018 array creation, and negative-length array creation.
12020 2015-01-02 Doug Evans <xdje42@gmail.com>
12022 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12024 2015-01-02 Doug Evans <dje@google.com>
12026 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12028 2014-12-29 Yao Qi <yao@codesourcery.com>
12030 * gdb.trace/entry-values.exp: Update comments. Rename variable
12031 bar_call_foo to returned_from_foo.
12033 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
12036 * gdb.linespec/break-asm-file.c: New file.
12037 * gdb.linespec/break-asm-file.exp: New file.
12038 * gdb.linespec/break-asm-file0.s: New file.
12039 * gdb.linespec/break-asm-file1.s: New file.
12041 2014-12-18 Nigel Stephens <nigel@mips.com>
12042 Maciej W. Rozycki <macro@codesourcery.com>
12044 * gdb.base/float.exp: Handle the new output from "info float" on
12047 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12049 Fix MinGW compilation.
12050 * gdb.compile/compile-ops.exp: Update untested message if
12051 !skip_compile_feature_tests.
12052 * gdb.compile/compile-setjmp.exp: Likewise.
12053 * gdb.compile/compile-tls.exp: Likewise.
12054 * gdb.compile/compile.exp: Likewise.
12055 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12056 supported on this host".
12058 2014-12-16 Doug Evans <xdje42@gmail.com>
12060 * boards/stabs.exp: New file.
12062 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
12064 * gdb.base/completion.exp: Adjust to format changes of "maint
12065 print user-registers".
12067 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
12070 * gdb.arch/aarch64-fp.c: New file.
12071 * gdb.arch/aarch64-fp.exp: New file.
12073 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
12075 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12076 r210637, r210913, r211666, r215400, r215817).
12078 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
12079 * dg-extract-results.py: New file.
12080 * dg-extract-results.sh: Use it if the environment seems
12083 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
12085 * dg-extract-results.py (parse_run): Handle warnings that
12086 are printed before a test harness is run.
12088 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
12090 * dg-extract-results.py (Named): Remove __cmp__ method.
12091 (output_variation): Use a key to sort variation.harnesses.
12093 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
12095 * dg-extract-results.py: For Python 3, force sys.stdout to
12096 handle surrogate escape sequences.
12097 (safe_open): New function.
12098 (output_segment, main): Use it.
12100 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
12102 * dg-extract-results.py (Prog.result_re): Include options
12105 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
12107 * dg-extract-results.py (output_variation): Always sort if
12110 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
12112 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12113 as long as we get pagination notifications.
12115 2014-12-15 Jason Merrill <jason@redhat.com>
12117 * Makefile.in (check-gdb.%): Restore.
12118 * README: Mention it.
12120 2014-12-13 Joel Brobecker <brobecker@adacore.com>
12122 * gdb.ada/str_uninit: New testcase.
12124 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12127 * gdb.base/vla-stub-define.c: New file.
12128 * gdb.base/vla-stub.c: New file.
12129 * gdb.base/vla-stub.exp: New file.
12131 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
12132 Jan Kratochvil <jan.kratochvil@redhat.com>
12133 Tom Tromey <tromey@redhat.com>
12135 * configure.ac: Add gdb.compile/.
12136 * configure: Regenerate.
12137 * gdb.compile/Makefile.in: New file.
12138 * gdb.compile/compile-ops.exp: New file.
12139 * gdb.compile/compile-ops.c: New file.
12140 * gdb.compile/compile-tls.c: New file.
12141 * gdb.compile/compile-tls.exp: New file.
12142 * gdb.compile/compile-constvar.S: New file.
12143 * gdb.compile/compile-constvar.c: New file.
12144 * gdb.compile/compile-mod.c: New file.
12145 * gdb.compile/compile-nodebug.c: New file.
12146 * gdb.compile/compile-setjmp-mod.c: New file.
12147 * gdb.compile/compile-setjmp.c: New file.
12148 * gdb.compile/compile-setjmp.exp: New file.
12149 * gdb.compile/compile-shlib.c: New file.
12150 * gdb.compile/compile.c: New file.
12151 * gdb.compile/compile.exp: New file.
12152 * lib/gdb.exp (skip_compile_feature_tests): New proc.
12154 2014-12-12 Tom Tromey <tromey@redhat.com>
12156 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
12157 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
12159 2014-12-12 Doug Evans <dje@google.com>
12161 * lib/gdb-python.exp (get_python_valueof): New function.
12162 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
12164 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12166 * gdb.base/completion.exp: Add test for completion of "info
12169 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
12171 * gdb.base/func-ptrs.c: New file.
12172 * gdb.base/func-ptrs.exp: New file.
12174 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12176 PR breakpoints/17012
12177 * gdb.base/dprintf-detach.c: New file.
12178 * gdb.base/dprintf-detach.exp: New file.
12180 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12182 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
12183 * lib/gdb.exp (target_is_gdbserver): New procedure.
12185 2014-12-08 Doug Evans <dje@google.com>
12187 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
12189 2014-12-05 Yao Qi <yao@codesourcery.com>
12191 * gdb.guile/scm-error.exp: Remove the third argument to
12192 gdb_remote_download.
12193 * gdb.guile/scm-frame-args.exp: Likewise.
12194 * gdb.guile/scm-section-script.exp: Likewise.
12196 2014-12-05 Yao Qi <yao@codesourcery.com>
12198 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
12200 2014-12-04 Doug Evans <dje@google.com>
12202 * gdb.python/py-objfile.exp: Add tests for
12203 objfile.add_separate_debug_file.
12205 2014-12-04 Doug Evans <dje@google.com>
12207 * lib/gdb.exp (get_build_id): New function.
12208 (build_id_debug_filename_get): Rewrite to use it.
12209 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
12211 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
12213 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
12214 `method(long)', not just 0x0.
12215 * gdb.cp/nsalias.exp: Align code labels to 4.
12216 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
12217 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
12218 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
12219 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
12220 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
12221 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
12223 2014-12-02 Doug Evans <dje@google.com>
12226 * gdb.cp/anon-ns.cc: Move guts of this file to ...
12227 * gdb.cp/anon-ns2.cc: ... here. New file.
12228 * gdb.cp/anon-ns.exp: Update.
12230 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
12232 * gdb.python/py-events.py (inferior_call_handler): New.
12233 (register_changed_handler, memory_changed_handler): New.
12234 (test_events.invoke): Register new handlers.
12235 * gdb.python/py-events.exp: Add tests for inferior call,
12236 memory_changed and register_changed events.
12238 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12240 * gdb.base/execl-update-breakpoints.exp: Specify the link address
12241 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
12242 if the linker doesn't understand this.
12244 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
12246 * gdb.python/python.exp: Change expected reply to help().
12248 2014-12-01 Yao Qi <yao@codesourcery.com>
12250 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
12251 AC_CONFIG_SUBDIRS(gdb.gdbtk).
12252 * configure: Re-generated.
12254 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
12256 * gdb.cp/chained-calls.cc: New file.
12257 * gdb.cp/chained-calls.exp: New file.
12258 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
12260 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
12262 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
12263 * gdb.dwarf2/symtab-producer.exp: Same.
12264 * gdb.gdb/python-interrupts.exp: Same.
12265 * gdb.gdb/python-selftest.exp: Same.
12266 * gdb.python/py-linetable.exp: Same.
12267 * gdb.python/py-type.exp: Same.
12268 * gdb.python/py-value-cc.exp: Same.
12269 * gdb.python/py-value.exp: Same.
12271 2014-11-28 Yao Qi <yao@codesourcery.com>
12273 * gdb.base/break-probes.exp: Match library name prefixed with
12276 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
12278 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
12279 test expected output. Add parentheses for the call to print.
12280 Remove L suffix from integers.
12282 2014-11-26 Doug Evans <dje@google.com>
12284 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
12286 2014-11-22 Yao Qi <yao@codesourcery.com>
12288 * gdb.trace/entry-values.c: Remove asms.
12289 (foo): Add foo_label.
12290 (bar): Add bar_label.
12291 * gdb.trace/entry-values.exp: Remove code computing foo's
12292 length and bar's length.
12293 (Dwarf::assemble): Invoke function_range for bar and use
12294 MACRO_AT_func for foo.
12296 2014-11-22 Yao Qi <yao@codesourcery.com>
12298 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
12299 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
12300 Use .Lgcc43_procstart instead of gcc43.
12302 2014-11-21 Joel Brobecker <brobecker@adacore.com>
12304 * gdb.ada/n_arr_bound: New testcase.
12306 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
12308 PR breakpoints/10737
12309 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12310 test_catch_syscall_multi_arch.
12311 (test_catch_syscall_multi_arch): New function.
12313 2014-11-20 Doug Evans <xdje42@gmail.com>
12315 * gdb.base/maint.exp: Update expected output.
12317 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
12319 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12320 4-byte instruction on S390.
12322 2014-11-19 Joel Brobecker <brobecker@adacore.com>
12324 * gdb.ada/arr_arr: New testcase.
12326 2014-11-19 Joel Brobecker <brobecker@adacore.com>
12328 * gdb.ada/pkd_arr_elem: New Testcase.
12330 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
12332 * gdb.reverse/break-precsave: Expect completion message for
12334 * gdb.reverse/consecutive-precsave.exp: Likewise.
12335 * gdb.reverse/finish-precsave.exp: Likewise.
12336 * gdb.reverse/i386-precsave.exp: Likewise.
12337 * gdb.reverse/machinestate-precsave.exp: Likewise.
12338 * gdb.reverse/sigall-precsave.exp: Likewise.
12339 * gdb.reverse/solib-precsave.exp: Likewise.
12340 * gdb.reverse/step-precsave.exp: Likewise.
12341 * gdb.reverse/until-precsave.exp: Likewise.
12342 * gdb.reverse/watch-precsave.exp: Likewise.
12344 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12346 * gdb.base/bp-permanent.c: Include unistd.h.
12347 * gdb.python/py-framefilter-mi.c (main): Add return type.
12348 * gdb.python/py-framefilter.c (main): Likewise.
12349 * gdb.trace/actions-changed.c (main): Likewise.
12351 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12353 * gdb.mi/until.c: Add eye-catchers.
12354 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12357 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12359 * gdb.base/condbreak.exp: Drop references to removed non-prototype
12360 function header variants in break1.c.
12361 * gdb.base/ena-dis-br.exp: Likewise.
12362 * gdb.base/hbreak2.exp: Likewise.
12363 * gdb.reverse/until-precsave.exp: Drop references to removed
12364 non-prototype function header variants in ur1.c.
12365 * gdb.reverse/until-reverse.exp: Likewise.
12367 2014-11-17 Petr Machata <pmachata@redhat.com>
12369 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
12370 ${_cu_offset_size} bytes abbrev offset.
12372 2014-11-15 Doug Evans <xdje42@gmail.com>
12375 * gdb.base/line-symtabs.exp: New file.
12376 * gdb.base/line-symtabs.c: New file.
12377 * gdb.base/line-symtabs.h: New file.
12379 2014-11-14 Yao Qi <yao@codesourcery.com>
12381 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12382 (func): Add label func_label.
12383 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12384 Replace low_pc and high_pc with MACRO_AT_range.
12385 Replace name, low_pc and high_pc with MACRO_AT_func.
12387 2014-11-14 Yao Qi <yao@codesourcery.com>
12389 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12390 Replace name, low_pc and high_pc with MACRO_AT_func.
12392 2014-11-14 Yao Qi <yao@codesourcery.com>
12394 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12395 produce debug information.
12396 * gdb.dwarf2/implptr-optimized-out.S: Removed.
12398 2014-11-14 Yao Qi <yao@codesourcery.com>
12400 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12401 object and get function length.
12402 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12403 with MACRO_AT_func.
12404 (top-level): Replace gdb_compile and clean_restart with
12405 prepare_for_testing.
12406 * gdb.dwarf2/main.c (main): Add label main_label.
12408 2014-11-14 Yao Qi <yao@codesourcery.com>
12410 * lib/dwarf.exp (function_range): New procedure.
12411 (Dwarf::_handle_macro_at_func): New procedure.
12412 (Dwarf::_handle_macro_at_range): New procedure.
12413 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12415 2014-11-14 Yao Qi <yao@codesourcery.com>
12417 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12418 (_handle_attribute): New procedure.
12420 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12422 * gdb.ada/cond_lang/foo.c (callme): Add return type.
12423 * gdb.base/call-sc.c (zed): Likewise.
12424 * gdb.base/checkpoint.c (main): Likewise.
12425 * gdb.base/dump.c (main): Likewise.
12426 * gdb.base/gcore.c (main): Likewise.
12427 * gdb.base/huge.c (main): Likewise.
12428 * gdb.base/multi-forks.c (main): Likewise.
12429 * gdb.base/pr10179-a.c (main): Likewise.
12430 * gdb.base/savedregs.c (main): Likewise.
12431 * gdb.base/sigaltstack.c (main): Likewise.
12432 * gdb.base/siginfo.c (main): Likewise.
12433 * gdb.base/structs.c (zed): Likewise.
12434 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12435 * gdb.mi/mi-syn-frame.c (main): Likewise.
12436 * gdb.mi/until.c (foo, main): Likewise.
12437 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12438 * gdb.base/solib-weak.c (foo): Declare.
12439 * gdb.base/attach-twice.c: Include stdio.h.
12440 * gdb.base/weaklib1.c: Likewise.
12441 * gdb.base/weaklib2.c: Likewise.
12442 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12443 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12445 * gdb.base/attach-pie-misread.c: Include stdlib.h.
12446 * gdb.mi/mi-exit-code.c: Likewise.
12447 * gdb.base/break-interp-lib.c: Include string.h.
12448 * gdb.base/coremaker.c: Likewise.
12449 * gdb.base/testenv.c: Likewise.
12450 * gdb.python/py-finish-breakpoint.c: Likewise.
12451 * gdb.base/inferior-died.c: Include sys/wait.h.
12452 * gdb.base/fileio.c: Include time.h.
12453 * gdb.base/async-shell.c: Include unistd.h.
12454 * gdb.base/dprintf-non-stop.c: Likewise.
12455 * gdb.base/info-os.c: Likewise.
12456 * gdb.mi/mi-console.c: Likewise.
12457 * gdb.mi/watch-nonstop.c: Likewise.
12458 * gdb.python/py-events.c: Likewise.
12459 * gdb.base/async.c (baz): Move up before its invocation.
12460 * gdb.base/code_elim2.c (my_global_func): Likewise.
12461 * gdb.base/skip-solib-lib.c (multiply): Likewise.
12462 * gdb.base/advance.c (func2): Likewise.
12464 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12466 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12468 * gdb.base/annota3.c: Likewise.
12469 * gdb.base/async.c: Likewise.
12470 * gdb.base/average.c: Likewise.
12471 * gdb.base/call-ar-st.c: Likewise.
12472 * gdb.base/call-rt-st.c: Likewise.
12473 * gdb.base/call-sc.c: Likewise.
12474 * gdb.base/call-strs.c: Likewise.
12475 * gdb.base/ending-run.c: Likewise.
12476 * gdb.base/execd-prog.c: Likewise.
12477 * gdb.base/exprs.c: Likewise.
12478 * gdb.base/foll-exec.c: Likewise.
12479 * gdb.base/foll-fork.c: Likewise.
12480 * gdb.base/foll-vfork.c: Likewise.
12481 * gdb.base/funcargs.c: Likewise.
12482 * gdb.base/gcore.c: Likewise.
12483 * gdb.base/jump.c: Likewise.
12484 * gdb.base/langs0.c: Likewise.
12485 * gdb.base/langs1.c: Likewise.
12486 * gdb.base/langs2.c: Likewise.
12487 * gdb.base/mips_pro.c: Likewise.
12488 * gdb.base/nodebug.c: Likewise.
12489 * gdb.base/opaque0.c: Likewise.
12490 * gdb.base/opaque1.c: Likewise.
12491 * gdb.base/recurse.c: Likewise.
12492 * gdb.base/run.c: Likewise.
12493 * gdb.base/scope0.c: Likewise.
12494 * gdb.base/scope1.c: Likewise.
12495 * gdb.base/setshow.c: Likewise.
12496 * gdb.base/setvar.c: Likewise.
12497 * gdb.base/shmain.c: Likewise.
12498 * gdb.base/shr1.c: Likewise.
12499 * gdb.base/shr2.c: Likewise.
12500 * gdb.base/sigall.c: Likewise.
12501 * gdb.base/signals.c: Likewise.
12502 * gdb.base/so-indr-cl.c: Likewise.
12503 * gdb.base/solib2.c: Likewise.
12504 * gdb.base/structs.c: Likewise.
12505 * gdb.base/sum.c: Likewise.
12506 * gdb.base/vforked-prog.c: Likewise.
12507 * gdb.base/watchpoint.c: Likewise.
12508 * gdb.reverse/shr2.c: Likewise.
12509 * gdb.reverse/until-reverse.c: Likewise.
12510 * gdb.reverse/ur1.c: Likewise.
12511 * gdb.reverse/watch-reverse.c: Likewise.
12513 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12515 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12517 * gdb.base/sepdebug.exp: Drop references to removed code.
12519 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12521 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12522 variant. Preserve original line numbering.
12523 * gdb.base/list1.c: Likewise.
12525 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12527 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12529 * gdb.base/break1.c: Likewise.
12530 * gdb.base/break.exp: Drop references to removed code.
12532 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12534 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12537 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12539 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12541 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12543 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
12544 logic into perform_all_tests() and invoke it with and without
12545 function header prototypes.
12546 (do_function_calls): Remove conditional XFAIL for PR 5318.
12547 (rerun_and_prepare): Remove duplicate code.
12548 (perform_all_tests): New. Main logic moved here.
12550 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12552 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12553 code guarded by #ifdef NO_PROTOTYPES.
12554 (t_double_many_args): Likewise.
12555 (DEF_FUNC_MANY_ARGS_1): Likewise.
12556 (DEF_FUNC_VALUES_1): Likewise.
12557 (t_structs_ldc): Renamed from t_structs_fc in conditional code
12558 guarded by #ifdef PROTOTYPES.
12560 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12562 * gdb.mi/mi-console.c: Add eye-catcher.
12563 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12564 instead of literal line number.
12566 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12568 * gdb.base/shr2.c: Add eye-catcher.
12569 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12572 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12574 * gdb.base/jump.c: Add eye-catchers.
12575 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12578 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12580 * gdb.base/execd-prog.c: Add eye-catchers.
12581 * gdb.base/foll-exec.c: Likewise.
12582 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12585 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12587 * gdb.base/ending-run.c: Add eye-catchers.
12588 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12589 literal line numbers.
12591 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12593 * gdb.base/call-rt-st.c: Add eye-catchers.
12594 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12595 literal line numbers.
12597 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12599 * gdb.base/call-ar-st.c: Add eye-catchers.
12600 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12601 literal line numbers.
12603 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12605 * gdb.base/average.c: Add eye-catchers.
12606 * gdb.base/sum.c: Likewise.
12607 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12608 regexps dynamically.
12610 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12612 * gdb.base/solib1.c: Add eye-catchers.
12613 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12614 literal line numbers.
12616 2014-11-12 Pedro Alves <palves@redhat.com>
12618 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12621 2014-11-12 Pedro Alves <palves@redhat.com>
12623 * gdb.arch/i386-bp_permanent.c: New file.
12624 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12625 (srcfile): Set to i386-bp_permanent.c.
12626 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
12627 that stepi does not execute the 'leave' instruction, instead of
12628 testing it does execute.
12629 * gdb.base/bp-permanent.c: New file.
12630 * gdb.base/bp-permanent.exp: New file.
12632 2014-11-10 Doug Evans <xdje42@gmail.com>
12635 * gdb.base/symtab-search-order.exp: New file.
12636 * gdb.base/symtab-search-order.c: New file.
12637 * gdb.base/symtab-search-order-1.c: New file.
12638 * gdb.base/symtab-search-order-shlib-1.c: New file.
12640 2014-11-07 Pedro Alves <palves@redhat.com>
12643 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12646 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
12649 * gdb.cp/pr17494.cc: New file.
12650 * gdb.cp/pr17494.exp: New file.
12652 2014-11-02 Yao Qi <yao@codesourcery.com>
12654 * gdb.python/python.exp: Get working directory and match the
12655 output of "set extended-prompt \\w " with it.
12657 2014-10-30 Doug Evans <dje@google.com>
12659 * gdb.python/py-objfile.exp: Add tests for setting random attributes
12661 * gdb.python/py-progspace.exp: Add tests for setting random attributes
12664 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
12666 * gdb.base/fullpath-expand.exp: Skip for a remote host.
12667 * gdb.base/realname-expand.exp: Likewise.
12668 * gdb.linespec/macro-relative.exp: Likewise.
12670 2014-10-29 Pedro Alves <palves@redhat.com>
12673 * gdb.threads/schedlock.c (some_function): New function.
12674 (call_function): New global.
12675 (MAYBE_CALL_SOME_FUNCTION): New macro.
12676 (thread_function): Call it.
12677 * gdb.threads/schedlock.exp (get_args): Add description parameter,
12678 and use it instead of a global counter. Adjust all callers.
12679 (get_current_thread): Use "find current thread" for test message
12680 here rather than having all callers pass down the same string.
12681 (goto_loop): New procedure, factored out from ...
12682 (my_continue): ... this.
12683 (step_ten_loops): Change parameter from test message to command to
12685 (list_count): Delete global.
12686 (check_result): New procedure, factored out from duplicate top
12688 (continue tests): Wrap in with_test_prefix.
12689 (test_step): New procedure, factored out from duplicate top level
12691 (top level): Test "step" in combination with all scheduler-locking
12692 modes. Test "next" in combination with all scheduler-locking
12693 modes, and in combination with stepping over a function call or
12695 * gdb.threads/next-bp-other-thread.c: New file.
12696 * gdb.threads/next-bp-other-thread.exp: New file.
12698 2014-10-29 Pedro Alves <palves@redhat.com>
12701 * gdb.python/python.exp: Test a multi-line command that spawns
12702 interactive Python.
12703 * gdb.base/multi-line-starts-subshell.exp: New file.
12705 2014-10-29 Yao Qi <yao@codesourcery.com>
12707 * gdb.base/fileio.exp: Make directories on host.
12709 2014-10-29 Yao Qi <yao@codesourcery.com>
12711 * gdb.base/fileio.c (test_write): Close the file.
12713 2014-10-28 Pedro Alves <palves@redhat.com>
12716 * gdb.base/sigstep.c (no_handler): New global.
12717 (main): If 'no_handler is true, set the signal handlers to
12719 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12720 with_sw_watch and no_handler parameters. Handle them.
12721 (top level) <stepping over handler when stopped at a breakpoint
12722 test>: Add a test axis for testing with a software watchpoint, and
12723 another for testing with the signal handler set to SIG_IGN.
12724 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12725 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12727 2014-10-28 Pedro Alves <palves@redhat.com>
12730 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12731 * gdb.base/sigstep.exp (other_handler_location): New global.
12732 (advance): Support stepping into the signal handler, and running
12733 commands while in the handler.
12734 (in_handler_map): New global.
12735 (top level): In the advance test, add combinations for getting
12736 into the handler with stepping commands, and for running commands
12737 in the handler. Add comment descripting the advancei tests.
12739 2014-10-28 Pedro Alves <palves@redhat.com>
12741 * gdb.base/sigstep.exp: Use build_executable instead of
12742 prepare_for_testing.
12743 (top level): Move code that starts GDB, runs to main and creates a
12745 (restart): ... this new procedure.
12746 (top level): Move backtrace from signal handler test to ...
12747 (validate_backtrace): ... this new procedure.
12748 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
12749 with_test_prefix. Always restart GDB.
12750 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
12751 with_test_prefix. Always restart GDB. No need to delete
12752 breakpoints after the test.
12753 (test_skip_handler): Remove prefix parameter.
12754 (skip_over_handler, breakpoint_to_handler)
12755 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12756 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
12757 restart GDB. No need to delete breakpoints after the test.
12758 (top level): Use foreach to call the test procedures with
12759 different commands.
12761 2014-10-28 Pedro Alves <palves@redhat.com>
12763 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12764 instead of GNATS numbers.
12765 * gdb.base/sigbpt.exp: Likewise.
12766 * gdb.base/siginfo.exp: Likewise.
12767 * gdb.base/sigstep.exp: Likewise.
12769 2014-10-27 Pedro Alves <palves@redhat.com>
12771 * gdb.base/sigstep.c (dummy): New global.
12772 (main): Issue a couple writes to the new global.
12773 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12775 (skip_over_handler): Use test_skip_handler.
12776 (top level): Call skip_over_handler for stepi and nexti too.
12777 (breakpoint_over_handler): Use test_skip_handler.
12778 (top level): Call breakpoint_over_handler for stepi and nexti too.
12780 2014-10-27 Yao Qi <yao@codesourcery.com>
12782 * gdb.trace/tfile.c (adjust_function_address)
12783 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12784 function descriptor.
12786 2014-10-24 Don Breazeal <donb@codesourcery.com>
12788 * gdb.base/foll-fork.exp (test_follow_fork,
12789 catch_fork_child_follow): Check for updated fork messages emitted
12791 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12792 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12793 vfork_and_exec_child_follow_through_step): Check for updated vfork
12794 messages emitted from infrun.c.
12796 2014-10-24 Pedro Alves <palves@redhat.com>
12798 * gdb.base/corefile.exp: Remove references to ultrix.
12799 * gdb.base/interrupt.exp: Likewise.
12800 * gdb.base/whatis.exp: Likewise.
12801 * gdb.gdb/selftest.exp: Likewise.
12802 * gdb.threads/manythreads.exp: Likewise.
12803 * gdb.threads/print-threads.exp: Likewise.
12804 * gdb.threads/pthreads.exp:: Likewise.
12805 * gdb.threads/schedlock.exp: Likewise.
12807 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
12809 * gdb.cp/non-trivial-retval.cc: Add a test case.
12810 * gdb.cp/non-trivial-retval.exp: Add a test.
12812 2014-10-20 Yao Qi <yao@codesourcery.com>
12814 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12815 * gdb.python/py-objfile-script-gdb.py: New file.
12816 * gdb.python/py-objfile-script.exp: Update reference to
12817 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
12818 of remote_download. Remove the dest file.
12820 2014-10-20 Yao Qi <yao@codesourcery.com>
12822 * gdb.base/checkpoint.exp: Don't remove file copied on host.
12823 * gdb.base/step-line.exp: Likewise.
12824 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12825 * gdb.dwarf2/dw2-basic.exp: Likewise.
12826 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12827 * gdb.dwarf2/dw2-filename.exp: Likewise.
12828 * gdb.dwarf2/dw2-intercu.exp: Likewise.
12829 * gdb.dwarf2/dw2-intermix.exp: Likewise.
12830 * gdb.dwarf2/dw2-producer.exp: Likewise.
12831 * gdb.dwarf2/mac-fileno.exp: Likewise.
12832 * gdb.python/py-frame-args.exp: Likewise.
12833 * gdb.python/py-framefilter.exp: Likewise.
12834 * gdb.python/py-mi.exp: Likewise.
12835 * gdb.python/py-objfile-script.exp: Likewise
12836 * gdb.python/py-pp-integral.exp: Likewise.
12837 * gdb.python/py-pp-re-notag.exp: Likewise.
12838 * gdb.python/py-prettyprint.exp: Likewise.
12839 * gdb.python/py-section-script.exp: Likewise.
12840 * gdb.python/py-typeprint.exp: Likewise.
12841 * gdb.python/py-xmethods.exp: Likewise.
12842 * gdb.stabs/weird.exp: Likewise.
12843 * gdb.xml/tdesc-regs.exp: Likewise.
12845 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
12847 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12848 (out_cu): Use addr_len for the size of addresses.
12849 (out_line): Likewise. Size DW_LNE_set_address instruction
12850 according to addr_len.
12851 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12852 (FUNC): Add START_INSNS to definition.
12854 2014-10-18 Yao Qi <yao@codesourcery.com>
12856 * gdb.base/argv0-symlink.exp: Check argv[0] value if
12857 gdb_has_argv0 return true.
12858 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
12859 check [target_info exists noargs], check [gdb_has_argv0]
12861 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12862 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
12865 2014-10-17 Doug Evans <dje@google.com>
12867 * gdb.python/py-events.exp: Update expected output for clear_objfiles
12869 * gdb.python/py-events.py: Add clear_objfiles event.
12871 2014-10-17 Doug Evans <dje@google.com>
12873 * gdb.python/py-objfile.exp: Test progspace attribute.
12875 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
12877 * gdb.guile/scm-breakpoint.exp: Do not assume any
12878 directory separators when matching source file paths.
12879 * gdb.python/py-breakpoint.exp: Likewise.
12880 * gdb.reverse/break-precsave.exp: Likewise.
12881 * gdb.reverse/break-reverse.exp: Likewise.
12882 * gdb.reverse/consecutive-precsave.exp: Likewise.
12883 * gdb.reverse/finish-precsave.exp: Likewise.
12884 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
12885 * gdb.reverse/finish-reverse.exp: Likewise.
12886 * gdb.reverse/i386-precsave.exp: Likewise.
12887 * gdb.reverse/i387-env-reverse.exp: Likewise.
12888 * gdb.reverse/i387-stack-reverse.exp: Likewise.
12889 * gdb.reverse/machinestate-precsave.exp: Likewise.
12890 * gdb.reverse/machinestate.exp: Likewise.
12891 * gdb.reverse/sigall-precsave.exp: Likewise.
12892 * gdb.reverse/solib-precsave.exp: Likewise.
12893 * gdb.reverse/step-precsave.exp: Likewise.
12894 * gdb.reverse/until-precsave.exp: Likewise.
12895 * gdb.reverse/watch-precsave.exp: Likewise.
12896 * gdb.reverse/watch-reverse.exp: Likewise.
12898 2014-10-17 Yao Qi <yao@codesourcery.com>
12900 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
12901 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
12903 2014-10-17 Pedro Alves <palves@redhat.com>
12906 * gdb.base/bg-execution-repeat.c: New file.
12907 * gdb.base/bg-execution-repeat.exp: New file.
12909 2014-10-17 Pedro Alves <palves@redhat.com>
12912 * gdb.base/continue-all-already-running.c: New file.
12913 * gdb.base/continue-all-already-running.exp: New file.
12915 2014-10-17 Pedro Alves <palves@redhat.com>
12918 * gdb.base/annota-input-while-running.c: New file.
12919 * gdb.base/annota-input-while-running.exp: New file.
12921 2014-10-17 Pedro Alves <palves@redhat.com>
12923 * gdb.base/callfuncs.exp: emove references to osf.
12924 * gdb.base/sigall.exp: Likewise.
12925 * gdb.gdb/selftest.exp: Likewise.
12926 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12927 * gdb.mi/non-stop.c: Likewise.
12928 * gdb.mi/pthreads.c: Likewise.
12929 * gdb.reverse/sigall-precsave.exp: Likewise.
12930 * gdb.reverse/sigall-reverse.exp: Likewise.
12931 * gdb.threads/pthreads.c: Likewise.
12932 * gdb.threads/pthreads.exp: Likewise.
12934 2014-10-17 Yao Qi <yao@codesourcery.com>
12936 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
12937 check 'target_info exists noargs'.
12938 (test_command_prompt_position): Likewise.
12939 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
12941 (progvar_simple_while_test): Likewise.
12942 (progvar_complex_if_while_test): Likewise.
12943 (if_while_breakpoint_command_test): Likewise.
12944 (infrun_breakpoint_command_test): Likewise.
12945 (breakpoint_command_test): Likewise.
12946 (watchpoint_command_test): Likewise.
12947 (bp_deleted_in_command_test): Likewise.
12948 (temporary_breakpoint_commands): Likewise.
12950 2014-10-16 Yao Qi <yao@codesourcery.com>
12952 * gdb.base/remotetimeout.exp: Remove noargs checking.
12954 2014-10-15 Pedro Alves <palves@redhat.com>
12956 PR breakpoints/9649
12957 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
12958 * gdb.base/breakpoint-in-ro-region.exp
12959 (probe_target_hardware_step): New procedure.
12960 (top level): Probe hardware stepping and hardware breakpoint
12961 support. Test stepping through a read-only region, with both
12962 "breakpoint auto-hw" on and off and both "always-inserted" on and
12965 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
12967 * gdb.dlang/demangle.exp: Update for demangling changes.
12969 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12971 * gdb.cp/non-trivial-retval.cc: Add new test cases.
12972 * gdb.cp/non-trivial-retval.exp: Add new tests.
12974 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12978 * gdb.cp/non-trivial-retval.cc: New file.
12979 * gdb.cp/non-trivial-retval.exp: New file.
12981 2014-10-15 Yao Qi <yao@codesourcery.com>
12983 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
12986 2014-10-15 Yao Qi <yao@codesourcery.com>
12988 * gdb.python/py-symbol.exp: Match file base name if host is
12989 remote, otherwise match file name with dir name.
12990 * gdb.python/py-symtab.exp: Likewise.
12991 * gdb.python/python.exp: Likewise.
12993 2014-10-15 Yao Qi <yao@codesourcery.com>
12995 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
12997 * gdb.python/py-symtab.exp: Likewise.
12998 * gdb.python/python.exp: Remove trailing ".*". Fix typo
13001 2014-10-14 Joel Brobecker <brobecker@adacore.com>
13003 * gdb.ada/addr_arith: New testcase.
13005 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
13007 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13008 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13009 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13010 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13012 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
13014 * gdb.arch/stap-eval-lang-ada.S: Likewise.
13015 * gdb.arch/stap-eval-lang-ada.c: Likewise.
13016 * gdb.arch/stap-eval-lang-ada.exp: New file.
13018 2014-10-14 Yao Qi <yao@codesourcery.com>
13020 * gdb.mi/mi-var-child.c (nothing1): New function.
13021 (nothing2): New function.
13022 (do_children_tests): Set function pointers by nothing1 and
13024 * gdb.mi/mi-var-child.exp: Step over new added statements.
13025 Update test to match the new output.
13026 * gdb.mi/var-cmd.c (nothing1): New function.
13027 (nothing2): New function.
13028 (do_children_tests): Set function pointers by nothing1 and
13030 * gdb.mi/mi-var-display.exp: Update test to match output.
13031 Step to the line specified by $line_dct_nothing.
13032 Increase the number of lines to step.
13034 2014-10-14 Yao Qi <yao@codesourcery.com>
13036 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13038 * gdb.mi/mi2-var-child.exp: Likewise.
13040 2014-10-13 Doug Evans <dje@google.com>
13042 * gdb.python/py-objfile.exp: Change name of file name test.
13044 2014-10-13 Doug Evans <dje@google.com>
13046 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13047 from the start of the CU.
13049 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13050 Yao Qi <yao@codesourcery.com>
13052 Fix "save breakpoints" for "catch" command.
13053 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13054 Remove -nonewline. Match also the added "main" line.
13056 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13058 Fix "save breakpoints" for "disable $bpnum" command.
13059 * gdb.base/save-bp.c (main): Add label.
13060 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
13062 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13064 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13066 2014-10-11 Yao Qi <yao@codesourcery.com>
13068 * gdb.server/server-kill.exp: Execute command
13069 "set remote trace-status-packet on" before "tstatus".
13071 2014-10-11 Yao Qi <yao@codesourcery.com>
13073 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13074 (main): Call getppid.
13075 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13076 and continue to it. Read variable "server_pid".
13078 2014-10-11 Yao Qi <yao@codesourcery.com>
13080 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13082 2014-10-11 Yao Qi <yao@codesourcery.com>
13084 * gdb.threads/thread-find.exp: Don't execute command
13086 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
13087 * gdb.threads/linux-dp.exp: Don't check the condition
13088 $threads_created equals to zero.
13090 2014-10-10 Pedro Alves <palves@redhat.com>
13092 * gdb.base/bigcore.exp: Remove references to IRIX.
13093 * gdb.base/funcargs.exp: Likewise.
13094 * gdb.base/interrupt.exp: Likewise.
13095 * gdb.base/mips_pro.exp: Likewise.
13096 * gdb.base/nodebug.exp: Likewise.
13097 * gdb.base/setvar.exp: Likewise.
13098 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
13100 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13101 Pedro Alves <palves@redhat.com>
13104 * gdb.base/vdso-warning.c: New file.
13105 * gdb.base/vdso-warning.exp: New file.
13107 2014-10-02 Doug Evans <dje@google.com>
13109 * gdb.base/structs.c (main): Don't run forever.
13111 2014-10-02 Pedro Alves <palves@redhat.com>
13113 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13114 (top level) <stop threads 1, stop threads 2>: Use it.
13116 2014-10-02 Pedro Alves <palves@redhat.com>
13118 * gdb.threads/break-while-running.exp (test): Add new
13119 'update_thread_list' argument. Skip "info threads" if false.
13120 (top level): Add new 'update_thread_list' axis.
13122 2014-10-02 Pedro Alves <palves@redhat.com>
13124 PR breakpoints/17431
13125 * gdb.base/execl-update-breakpoints.c: New file.
13126 * gdb.base/execl-update-breakpoints.exp: New file.
13128 2014-10-01 Pedro Alves <palves@redhat.com>
13130 * gdb.base/breakpoint-in-ro-region.c: New file.
13131 * gdb.base/breakpoint-in-ro-region.exp: New file.
13133 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
13135 * gdb.mi/mi-exit-code.exp: New file.
13136 * gdb.mi/mi-exit-code.c: New file.
13138 2014-09-30 Yao Qi <yao@codesourcery.com>
13140 * lib/prelink-support.exp (build_executable_own_libs): Error if
13141 the target isn't native.
13143 2014-09-30 Yao Qi <yao@codesourcery.com>
13145 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
13148 2014-09-22 Pedro Alves <palves@redhat.com>
13150 * gdb.threads/break-while-running.exp: New file.
13151 * gdb.threads/break-while-running.c: New file.
13153 2014-09-19 Yao Qi <yao@codesourcery.com>
13155 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
13156 Invoke test. Restart GDB with --readnow and invoke test again.
13158 2014-09-19 Yao Qi <yao@codesourcery.com>
13160 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
13161 proc set_breakpoint_on_gcd_function. Invoke
13162 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
13163 invoke set_breakpoint_on_gcd_function again.
13165 2014-09-18 Doug Evans <dje@google.com>
13167 * gdb.dwarf2/symtab-producer.exp: New file.
13169 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13171 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
13172 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
13173 * gdb.base/global-var-nested-by-dso.c: Likewise.
13174 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13176 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13177 Pedro Alves <palves@redhat.com>
13179 * gdb.base/watch-bitfields.exp: Pass string other than test file
13180 name to prepare_for_testing.
13181 (watch): New procedure.
13182 (expect_watchpoint): Use with_test_prefix.
13183 (top level): Factor out tests to ...
13184 (test_watch_location, test_regular_watch): ... these new
13185 procedures, and use with_test_prefix and gdb_continue_to_end.
13187 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
13189 PR breakpoints/12526
13190 * gdb.base/watch-bitfields.exp: New file.
13191 * gdb.base/watch-bitfields.c: New file.
13193 2014-09-16 Pedro Alves <palves@redhat.com>
13195 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
13196 software and hardware addresses, not software address against
13199 2014-09-16 Pedro Alves <palves@redhat.com>
13201 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
13202 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
13204 2014-09-16 Pedro Alves <palves@redhat.com>
13206 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
13208 * gdb.base/a2-run.exp: Remove all code guarded by istarget
13209 "*-*-vxworks*" throughout.
13210 * gdb.base/break.exp: Likewise.
13211 * gdb.base/default.exp: Likewise.
13212 * gdb.base/scope.exp: Likewise.
13213 * gdb.base/sepdebug.exp: Likewise.
13214 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
13216 * gdb.base/run.c: Likewise.
13217 * gdb.base/sepdebug.c: Likewise.
13218 * gdb.hp/gdb.aCC/run.c: Likewise.
13219 * gdb.reverse/until-reverse.c: Likewise.
13220 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
13222 2014-09-16 Yao Qi <yao@codesourcery.com>
13224 * boards/local-remote-host-native.exp: New file.
13226 2014-09-14 Doug Evans <xdje42@gmail.com>
13228 * gdb.threads/queue-signal.c (thread_count): New variable.
13229 (thread_count_mutex, thread_count_condvar): New variables.
13230 (incr_thread_count, wait_all_threads_running): New functions.
13231 (main): Wait for all threads to be in their thread functions.
13233 2014-09-13 Doug Evans <xdje42@gmail.com>
13235 * gdb.threads/queue-signal.c: New file.
13236 * gdb.threads/queue-signal.exp: New file.
13238 2014-09-13 Doug Evans <xdje42@gmail.com>
13240 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
13241 be consistent with what default_gdb_init uses.
13242 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
13243 the plain text of the prompt. Add some logging printfs.
13244 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
13246 2014-09-12 Pedro Alves <palves@redhat.com>
13248 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
13249 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
13250 * gdb.arch/i386-size-overlap.exp: Likewise.
13251 * gdb.arch/i386-size.exp: Likewise.
13252 * gdb.arch/i386-unwind.exp: Likewise.
13253 * gdb.base/a2-run.exp: Likewise.
13254 * gdb.base/break.exp: Likewise.
13255 * gdb.base/charset.exp: Likewise.
13256 * gdb.base/chng-syms.exp: Likewise.
13257 * gdb.base/commands.exp: Likewise.
13258 * gdb.base/dbx.exp: Likewise.
13259 * gdb.base/find.exp: Likewise.
13260 * gdb.base/funcargs.exp: Likewise.
13261 * gdb.base/jit-simple.exp: Likewise.
13262 * gdb.base/reread.exp: Likewise.
13263 * gdb.base/sepdebug.exp: Likewise.
13264 * gdb.base/step-bt.exp: Likewise.
13265 * gdb.cp/mb-inline.exp: Likewise.
13266 * gdb.cp/mb-templates.exp: Likewise.
13267 * gdb.objc/basicclass.exp: Likewise.
13268 * gdb.threads/killed.exp: Likewise.
13270 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13273 * gdb.arch/powerpc-stackless.S: New file.
13274 * gdb.arch/powerpc-stackless.exp: New file.
13276 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13278 * gdb.base/attach.c: Include unistd.h.
13279 (main): Call alarm. Add label postloop.
13280 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
13281 gdb_breakpoint, gdb_continue_to_breakpoint.
13282 (test_command_line_attach_run): Kill ${testpid} in one exit path.
13284 2014-09-11 Pedro Alves <palves@redhat.com>
13287 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
13288 * gdb.base/attach.exp (test_command_line_attach_run): New
13290 (top level): Call it.
13292 2014-09-11 Pedro Alves <palves@redhat.com>
13294 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
13295 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
13296 (do_command_attach_tests): Use spawn_wait_for_attach.
13297 * gdb.base/solib-overlap.exp: Likewise.
13298 * gdb.multi/multi-attach.exp: Likewise.
13299 * gdb.python/py-prompt.exp: Likewise.
13300 * gdb.python/py-sync-interp.exp: Likewise.
13301 * gdb.server/ext-attach.exp: Likewise.
13303 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
13305 * gdb.fortran/array-element.exp: Remove unexpected "continue"
13306 command in testcase. Simplify testcase.
13308 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13310 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13312 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13314 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13316 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13318 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13320 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13322 * gdb.dwarf2/dynarr-ptr.c: New file.
13323 * gdb.dwarf2/dynarr-ptr.exp: New file.
13325 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13327 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13328 of 30 rather than hardcoding 120 for a slow test case. Take the
13329 `gdb,timeout' target setting into account for this calculation.
13330 Don't extend the timeout for the test cases that don't need it.
13332 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13334 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13335 a factor of 2 for a slow test case. Take the `gdb,timeout'
13336 target setting into account for this calculation.
13337 * gdb.reverse/until-precsave.exp: Increase the timeout by
13338 a factor of 15 and 3 respectively rather than adding 120
13339 for a pair of slow test cases. Take the `gdb,timeout'
13340 target setting into account for this calculation.
13342 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13344 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13345 timeout, don't pass one down to gdb_expect.
13346 (gdb_expect): Rework timeout selection.
13348 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13350 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13351 exception on timeout.
13352 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13353 (gdbserver_start_extended): Catch any `gdbserver_start' error
13355 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13356 * lib/mi-support.exp (mi_gdb_target_load): Catch any
13357 `gdbserver_gdb_load' error exceptions.
13359 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13361 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13362 120 on waiting for the TCP socket to open.
13364 2014-09-09 Doug Evans <xdje42@gmail.com>
13366 * gdb.base/default.exp (show_conv_list): Add _caller_is,
13367 _caller_matches, _any_caller_is, _any_caller_matches.
13369 2014-09-09 Doug Evans <xdje42@gmail.com>
13371 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13373 2014-09-09 Yao Qi <yao@codesourcery.com>
13375 * gdb.mi/mi-var-display.exp: Set print symbol off.
13377 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
13380 * gdb.base/commands.exp: Add tests to verify user-defined
13381 commands with empty bodies.
13382 * gdb.python/py-cmd.exp: Test that we don't show user-defined
13383 python commands in `show user command`.
13384 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13385 scheme commands in `show user command`.
13387 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13390 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13391 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13392 * gdb.python/py-framefilter-invalidarg.exp: New file.
13393 * gdb.python/py-framefilter-invalidarg.py: New file.
13395 2014-09-06 Doug Evans <xdje42@gmail.com>
13398 * gdb.python/py-caller-is.c: New file.
13399 * gdb.python/py-caller-is.exp: New file.
13401 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
13404 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13405 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13407 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
13410 * gdb.fortran/print-formatted.exp: New file.
13411 * gdb.fortran/print-formatted.f90: Likewise.
13413 2014-09-03 Sasha Smundak <asmundak@google.com>
13415 * gdb.python/py-frame.exp: Test Frame.read_register.
13417 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
13420 * gdb.python/py-completion.exp: New file.
13421 * gdb.python/py-completion.py: Likewise.
13423 2014-08-28 Doug Evans <dje@google.com>
13425 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13426 eax,etc. are live with values set by gdb and thus the compiler can't
13428 * gdb.arch/i386-pseudo.c (main): Ditto.
13430 2014-08-27 Doug Evans <dje@google.com>
13432 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13434 2014-08-25 Doug Evans <dje@google.com>
13436 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13439 2014-08-25 Doug Evans <dje@google.com>
13441 * gdb.threads/thread-execl.exp: #include <stdio.h>.
13443 2014-08-24 Yao Qi <yao@codesourcery.com>
13445 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13447 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13449 2014-08-22 Doug Evans <dje@google.com>
13452 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13453 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13454 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13456 2014-08-22 Yao Qi <yao@codesourcery.com>
13458 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13459 * gdb.python/py-finish-breakpoint2.exp: Likewise.
13460 * gdb.python/python.exp: Likewise. Use .py file on the host
13461 instead of the build.
13463 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13465 * gdb.threads/gcore-stale-thread.c: New file.
13466 * gdb.threads/gcore-stale-thread.exp: New file.
13468 2014-08-21 Pedro Alves <palves@redhat.com>
13470 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13471 * gdb.base/gcore-relro-pie.exp: Likewise.
13472 * gdb.base/gcore-relro.exp: Likewise.
13473 * gdb.base/gcore.exp: Likewise.
13474 * gdb.base/print-symbol-loading.exp: Likewise.
13475 * gdb.threads/gcore-thread.exp: Likewise.
13476 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13478 2014-08-20 Pedro Alves <palves@redhat.com>
13479 Jan Kratochvil <jan.kratochvil@redhat.com>
13481 * Makefile.in (EXTRA_RULES, CC): New variables, get from
13483 (EXPECT): Handle READ1 being set.
13484 (all): Depend on EXTRA_RULES.
13485 (check-read1, expect-read1, read1.so, read1): New rules.
13486 * README (Testsuite Parameters): Document the READ1 make variable.
13487 (Race detection): New section.
13488 * configure: Regenerate.
13489 * configure.ac: If build==host==target, and running under a
13490 GNU/glibc system, add read1 to the extra Makefile rules.
13491 (EXTRA_RULES): AC_SUBST it.
13492 * lib/read1.c: New file.
13494 2014-08-20 Joel Brobecker <brobecker@adacore.com>
13496 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13497 the handling of variables declared as a typedef to an array
13498 which a DW_AT_data_location attribute.
13500 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
13501 Pedro Alves <palves@redhat.com>
13505 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13508 2014-08-19 Pedro Alves <palves@redhat.com>
13510 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13512 2014-08-19 Yao Qi <yao@codesourcery.com>
13514 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13517 2014-08-18 David Blaikie <dblaikie@gmail.com>
13519 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13521 2014-08-18 Joel Brobecker <brobecker@adacore.com>
13523 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13524 attribute in array range.
13526 2014-08-18 Joel Brobecker <brobecker@adacore.com>
13528 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13530 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13533 * gdb.cp/pr17132.cc: New file.
13534 * gdb.cp/pr17132.exp: New file.
13536 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13538 * gdb.python/py-xmethods.py (A_getarrayind)
13539 (E_method_char_worker.__call__, E_method_int_worker.__call__):
13540 Use 'print' with function call syntax.
13541 (E_method_matcher.match): Fix tab vs space indentation mixup.
13543 2014-08-15 Yao Qi <yao@codesourcery.com>
13545 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13548 2014-08-15 Yao Qi <yao@codesourcery.com>
13550 * gdb.cp/casts.exp: Set print symbol off.
13551 * gdb.cp/class2.exp: Likewise.
13552 * gdb.cp/overload.exp: Likewise.
13553 * gdb.cp/templates.exp: Likewise.
13555 2014-08-11 Doug Evans <dje@google.com>
13557 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13558 (test_load_shlib): Update.
13560 2014-08-09 Yao Qi <yao@codesourcery.com>
13562 * gdb.base/display.exp: Invoke is_address_zero_readable.
13563 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13564 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13565 * gdb.base/hbreak-unmapped.exp: Return if
13566 is_address_zero_readable returns true.
13567 * gdb.base/signest.exp: Likewise.
13568 * gdb.base/signull.exp: Likewise.
13569 * gdb.base/sigbpt.exp: Likewise.
13570 * gdb.guile/scm-disasm.exp: Do the test if
13571 is_address_zero_readable returns false.
13572 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13573 * gdb.python/py-arch.exp: Likewise.
13574 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13575 * lib/gdb.exp (is_address_zero_readable): New proc.
13577 2014-08-09 Yao Qi <yao@codesourcery.com>
13580 * gdb.mi/mi-var-display.exp: Make test messages unique.
13582 2014-08-04 Tom Tromey <tromey@redhat.com>
13584 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13587 2014-08-04 Tom Tromey <tromey@redhat.com>
13589 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13592 2014-08-01 Joel Brobecker <brobecker@adacore.com>
13594 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13595 inner_vla_struct_object_size.
13596 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13599 2014-07-30 Pedro Alves <palves@redhat.com>
13601 * gdb.threads/signal-command-handle-nopass.exp (test): Add
13604 2014-07-29 Yao Qi <yao@codesourcery.com>
13607 * gdb.base/until-nodebug.exp: New.
13609 2014-07-28 Doug Evans <xdje42@gmail.com>
13612 * gdb.guile/scm-parameter.exp: Add tests for trying to create
13613 previously existing parameter, and previously ambiguously spelled
13616 2014-07-28 Will Newton <will.newton@linaro.org>
13618 * gdb.base/varargs.exp: Remove KFAILs for ARM.
13620 2014-07-26 Ludovic Courtès <ludo@gnu.org>
13621 Doug Evans <xdje42@gmail.com>
13624 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13626 2014-07-25 Pedro Alves <palves@redhat.com>
13628 * gdb.threads/signal-command-handle-nopass.c: New file.
13629 * gdb.threads/signal-command-handle-nopass.exp: New file.
13630 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13631 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13632 * gdb.threads/signal-delivered-right-thread.c: New file.
13633 * gdb.threads/signal-delivered-right-thread.exp: New file.
13635 2014-07-25 Pedro Alves <palves@redhat.com>
13637 * gdb.base/double-prompt-target-event-error.exp
13638 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13640 (cancel_pagination_in_target_event): Rework double prompt
13642 * gdb.base/paginate-after-ctrl-c-running.exp
13643 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13645 * gdb.base/paginate-bg-execution.exp
13646 (test_bg_execution_pagination_return)
13647 (test_bg_execution_pagination_cancel): Remove '-notransfer
13649 * gdb.base/paginate-execution-startup.exp
13650 (test_fg_execution_pagination_return)
13651 (test_fg_execution_pagination_cancel): Remove '-notransfer
13653 * gdb.base/paginate-inferior-exit.exp
13654 (test_paginate_inferior_exited): Remove '-notransfer <return>'
13656 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13657 * lib/gdb.exp (pagination_prompt): Run text through
13659 (gdb_test_multiple): Match $pagination_prompt instead of
13661 (string_to_regexp): Move to lib/gdb-utils.exp.
13663 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13665 * gdb.arch/amd64-entry-value-paramref.S: New file.
13666 * gdb.arch/amd64-entry-value-paramref.cc: New file.
13667 * gdb.arch/amd64-entry-value-paramref.exp: New file.
13668 * gdb.arch/amd64-optimout-repeat.S: New file.
13669 * gdb.arch/amd64-optimout-repeat.c: New file.
13670 * gdb.arch/amd64-optimout-repeat.exp: New file.
13672 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13675 * gdb.base/statistics.exp: New file.
13677 2014-07-17 Doug Evans <dje@google.com>
13680 * gdb.base/maint.exp: Update testing of per-command stats.
13682 2014-07-16 Pedro Alves <palves@redhat.com>
13684 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13685 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13686 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13687 (tfile_write_buf): New functions.
13688 (add_memory_block): Rewrite using the above.
13689 (adjust_function_address): New function.
13690 (FUNCTION_ADDRESS): New macro.
13691 (write_basic_trace_file): Remove short_x local, and use
13692 tfile_write_16. Change type of func_addr local to unsigned long
13693 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
13694 here. Cast argument of add_memory_block to char pointer.
13695 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
13696 (main): Remove parameters.
13697 * gdb.trace/tfile.exp: Remove nowarnings.
13699 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
13701 * gdb.base/debug-expr.exp: Test string evaluation with
13702 "debug expression" on.
13704 2014-07-15 Pedro Alves <palves@redhat.com>
13706 * gdb.base/reread.exp: Use clean_restart.
13708 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
13710 * gdb.arch/avr-flash-qualifer.c: New.
13711 * gdb.arch/avr-flash-qualifer.exp: New.
13713 2014-07-14 Pedro Alves <palves@redhat.com>
13715 * gdb.base/paginate-after-ctrl-c-running.c: New file.
13716 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13718 2014-07-14 Pedro Alves <palves@redhat.com>
13720 * gdb.base/double-prompt-target-event-error.c: New file.
13721 * gdb.base/double-prompt-target-event-error.exp: New file.
13723 2014-07-14 Pedro Alves <palves@redhat.com>
13726 * gdb.base/paginate-inferior-exit.c: New file.
13727 * gdb.base/paginate-inferior-exit.exp: New file.
13729 2014-07-14 Pedro Alves <palves@redhat.com>
13732 * gdb.base/paginate-bg-execution.c: New file.
13733 * gdb.base/paginate-bg-execution.exp: New file.
13735 2014-07-14 Pedro Alves <palves@redhat.com>
13738 * gdb.base/paginate-execution-startup.c: New file.
13739 * gdb.base/paginate-execution-startup.exp: New file.
13740 * lib/gdb.exp (pagination_prompt): New global.
13741 (default_gdb_spawn): New procedure, factored out from
13743 (default_gdb_start): Adjust to call default_gdb_spawn.
13744 (gdb_spawn): New procedure.
13746 2014-07-14 Pedro Alves <palves@redhat.com>
13748 * lib/gdb.exp (gdb_assert): New procedure.
13749 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13751 2014-07-14 Pedro Alves <palves@redhat.com>
13753 * gdb.base/execution-termios.c: New file.
13754 * gdb.base/execution-termios.exp: New file.
13756 2014-07-14 Tom Tromey <tromey@redhat.com>
13758 * gdb.cp/vla-cxx.cc: New file.
13759 * gdb.cp/vla-cxx.exp: New file.
13761 2014-07-14 Tom Tromey <tromey@redhat.com>
13763 * gdb.reverse/rerun-prec.c: New file.
13764 * gdb.reverse/rerun-prec.exp: New file.
13766 2014-07-12 Maciej W. Rozycki <macro@mips.com>
13767 Maciej W. Rozycki <macro@codesourcery.com>
13769 * lib/gdb-utils.exp: New file.
13770 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13771 inline `gdb_init_command' processing.
13772 (gdb_start_cmd): Likewise.
13773 * lib/mi-support.exp (mi_run_cmd): Likewise.
13774 * README: Document `gdb_init_command' and `gdb_init_commands'.
13776 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13778 Fix false FAIL running under a very long directory name.
13779 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13780 and "set print elements 10000". Twice.
13782 2014-07-11 Yao Qi <yao@codesourcery.com>
13784 * gdb.base/exprs.exp: "set print symbol off".
13786 2014-07-11 Pedro Alves <palves@redhat.com>
13788 * gdb.threads/kill.c: New file.
13789 * gdb.threads/kill.exp: New file.
13791 2014-07-10 Yao Qi <yao@codesourcery.com>
13793 * gdb.trace/tfile.c (write_basic_trace_file)
13794 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13795 address written to trace file.
13797 2014-07-09 Pedro Alves <palves@redhat.com>
13799 * gdb.base/attach-wait-input.exp: New file.
13800 * gdb.base/attach-wait-input.c: New file.
13802 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
13804 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13805 setting up test structures.
13806 (main): Call new test function.
13807 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13808 test function, continue into test function and walk test
13811 2014-07-02 Yao Qi <yao@codesourcery.com>
13813 * gdb.trace/entry-values.c: Define labels 'foo_start' and
13814 'bar_start' at the beginning of functions 'foo' and 'bar'
13816 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13817 instead of 'foo' and 'bar'.
13819 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
13821 * gdb.btrace/segv.exp: New.
13822 * gdb.btrace/segv.c: New.
13824 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
13826 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13829 2014-06-30 Mark Wielaard <mjw@redhat.com>
13831 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13832 vulture, vilify, villar): New volatile array constants.
13833 (vindictive, vegetation): New const volatile array constants.
13834 * gdb.base/volatile.exp: Test volatile and const volatile array
13837 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
13839 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13840 target lacks support for awatch, rwatch, or hbreak.
13842 2014-06-27 Yao Qi <yao@codesourcery.com>
13844 * gdb.multi/dummy-frame-restore.exp: New.
13845 * gdb.multi/dummy-frame-restore.c: New.
13847 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
13849 * gdb.btrace/gcore.exp: New.
13851 2014-06-23 Pedro Alves <palves@redhat.com>
13853 * gdb.base/watchpoint-reuse-slot.c: New file.
13854 * gdb.base/watchpoint-reuse-slot.exp: New file.
13856 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
13858 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
13859 progspace's filename in 'info', 'enable' and 'disable' command
13862 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13864 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
13865 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13866 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
13868 2014-06-20 Gary Benson <gbenson@redhat.com>
13870 * gdb.arch/i386-avx.exp: Fix include file location.
13871 * gdb.arch/i386-sse.exp: Likewise.
13873 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
13875 * gdb.dlang/expression.exp: New file.
13877 2014-06-19 Pedro Alves <palves@redhat.com>
13879 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13881 (top level): ... here. Iterate running tests under different
13882 scheduler-locking settings.
13884 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
13886 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
13887 to DW_FORM_addr and use non-zero addresses.
13889 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
13892 * gdb.python/py-xmethods.cc: Add global function call counters and
13893 increment them in their respective functions. Remove "cout"
13895 * gdb.python/py-xmethods.exp: Make tests check the global function
13896 call counters instead of depending on inferior IO.
13898 2014-06-18 Don Breazeal <donb@codesourcery.com>
13900 * gdb.base/foll-fork.exp (default_fork_parent_follow):
13902 (explicit_fork_parent_follow): Deleted procedure.
13903 (explicit_fork_child_follow): Deleted procedure.
13904 (test_follow_fork): New procedure.
13905 (do_fork_tests): Replace calls to deleted procedures with
13906 calls to test_follow_fork and reset GDB for subsequent
13909 2014-06-17 Yao Qi <yao@codesourcery.com>
13911 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
13914 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
13916 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
13917 Initialize ptr and S explicitly.
13918 (skip_type_update_when_not_use_rtti_test): Likewise.
13920 2014-06-16 Keith Seitz <keiths@redhat.com>
13923 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
13924 the inferior is started.
13926 2014-06-16 Pedro Alves <palves@redhat.com>
13928 * gdb.base/break-main-file-remove-fail.c: New file.
13929 * gdb.base/break-main-file-remove-fail.exp: New file.
13930 * gdb.base/break-unload-file.exp: Use build_executable instead of
13931 prepare_for_testing.
13932 (test_break): New parameter "initial_load". Handle it.
13933 (top level): Add initial_load cmdline/file axis.
13935 2014-06-12 Tom Tromey <tromey@redhat.com>
13937 * gdb.base/completion.exp: Don't use directory name in test.
13939 2014-06-09 Gary Benson <gbenson@redhat.com>
13941 * gdb.base/sigall.c [Functions to send signals]: Reorder to
13942 separate the always-available ANSI-standard signals from the
13943 signals that require checking.
13945 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
13949 2014-06-07 Keith Seitz <keiths@redhat.com>
13953 * gdb.cp/var-tag.cc: New file.
13954 * gdb.cp/var-tag.exp: New file.
13955 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13956 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13957 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13958 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13960 2014-06-06 Doug Evans <xdje42@gmail.com>
13962 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
13964 2014-06-06 Pedro Alves <palves@redhat.com>
13966 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
13967 in target debug output instead of looking at RSP packets,
13968 disabling the test on any target that uses hardware stepping.
13971 2014-06-06 Pedro Alves <palves@redhat.com>
13973 * gdb.base/break-unload-file.exp: Fix typo.
13975 2014-06-06 Yao Qi <yao@codesourcery.com>
13977 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
13978 from "jit_function" to "^jit_function".
13980 2014-06-06 Yao Qi <yao@codesourcery.com>
13982 * gdb.base/async.c (foo): Add one statement.
13983 * gdb.base/async.exp: Get the next instruction address and
13984 match the output of "nexti" by instruction address. Match
13985 the hex address in the output of "finish".
13987 2014-06-06 Gary Benson <gbenson@redhat.com>
13989 * gdb.base/call-signals.c: Remove preprocessor conditionals
13990 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
13991 SIGSEGV and SIGTERM.
13992 * gdb.base/sigall.c: Likewise.
13993 * gdb.base/unwindonsignal.c: Likewise.
13994 * gdb.reverse/sigall-reverse.c: Likewise.
13996 2014-06-06 Yao Qi <yao@codesourcery.com>
13998 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
13999 readable, skip the test.
14001 2014-06-06 Yao Qi <yao@codesourcery.com>
14003 * gdb.threads/staticthreads.c (thread_function): Move the line
14004 setting breakpoint on forward.
14005 * gdb.threads/staticthreads.exp: Update comments.
14007 2014-06-05 Ludovic Courtès <ludo@gnu.org>
14009 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14010 "history-append! type error".
14012 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
14014 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14015 erroneous dprintf expected input.
14017 2014-06-04 Doug Evans <xdje42@gmail.com>
14019 * gdb.guile/scm-generics.exp: Delete.
14021 2014-06-04 Doug Evans <xdje42@gmail.com>
14023 * gdb.guile/scm-breakpoint.exp: Update.
14024 Add tests for breakpoint registration.
14026 2014-06-04 Tom Tromey <tromey@redhat.com>
14028 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14030 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14031 inner_vla_struct, vla_union types. Initialize objects of those
14032 types and compute their sizes.
14034 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
14035 Hui Zhu <hui@codesourcery.com>
14037 * gdb.base/fileio.exp: Add test for shell not available as well as
14039 * gdb.base/fileio.c (test_system): Check for shell twice.
14041 2014-06-04 Yao Qi <yao@codesourcery.com>
14043 * gdb.base/auto-connect-native-target.exp: Remove redundant
14044 space from the regexp pattern.
14046 2014-06-04 Yao Qi <yao@codesourcery.com>
14048 * gdb.base/default.exp: Replace "child" with "native" in
14051 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
14053 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14054 * gdb.python/py-xmethods.exp: New tests to test xmethods.
14055 * gdb.python/py-xmethods.py: Python script supporting the
14056 new testcase and tests.
14058 2014-06-03 Joel Brobecker <brobecker@adacore.com>
14059 Pedro Alves <palves@redhat.com>
14061 PR breakpoints/17000
14062 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14063 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14065 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
14067 * gdb.base/subst.exp: Add tests to verify partial path matching
14070 2014-06-03 Pedro Alves <palves@redhat.com>
14072 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14073 target that doesn't use software single-stepping.
14075 2014-06-03 Pedro Alves <palves@redhat.com>
14077 PR breakpoints/17000
14078 * gdb.base/sss-bp-on-user-bp-2.c: New file.
14079 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14081 2014-06-02 Doug Evans <xdje42@gmail.com>
14083 * gdb.guile/scm-parameter.exp: New file.
14085 2014-06-02 Doug Evans <xdje42@gmail.com>
14087 * gdb.guile/scm-cmd.c: New file.
14088 * gdb.guile/scm-cmd.exp: New file.
14090 2014-06-02 Doug Evans <xdje42@gmail.com>
14092 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
14093 pretty-printer lookup.
14094 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
14095 (make-pp_s-printer): Call it.
14096 (make-pretty-printer-from-dict): New function.
14097 (lookup-pretty-printer-maker-from-dict): New function.
14098 (*pretty-printer*): Simplify.
14099 (make-objfile-pp_s-printer): New function.
14100 (install-objfile-pretty-printers!): New function.
14101 (make-progspace-pp_s-printer): New function.
14102 (install-progspace-pretty-printers!): New function.
14103 * gdb.guile/scm-progspace.c: New file.
14104 * gdb.guile/scm-progspace.exp: New file.
14106 2014-06-02 Pedro Alves <palves@redhat.com>
14108 * gdb.base/dprintf-bp-same-addr.c: New file.
14109 * gdb.base/dprintf-bp-same-addr.exp: New file.
14111 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14113 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14114 * gdb.arch/powerpc-power.s: Likewise.
14116 2014-06-02 Joel Brobecker <brobecker@adacore.com>
14118 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14120 2014-06-01 Yao Qi <yao@codesourcery.com>
14122 * gdb.base/watchpoint.exp (test_watch_location): Check null
14123 pointer can be dereferenced. If not, do the test, otherwise
14126 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14128 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14130 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14132 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14134 * gdb.arch/amd64-invalid-stack-middle.S: New file.
14135 * gdb.arch/amd64-invalid-stack-middle.c: New file.
14136 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
14137 * gdb.arch/amd64-invalid-stack-top.c: New file.
14138 * gdb.arch/amd64-invalid-stack-top.exp: New file.
14140 2014-05-30 Pedro Alves <palves@redhat.com>
14142 PR breakpoints/17000
14143 * gdb.base/sss-bp-on-user-bp.c: New file.
14144 * gdb.base/sss-bp-on-user-bp.exp: New file.
14146 2014-05-30 David Blaikie <dblaikie@gmail.com>
14148 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
14149 gnu_inline semantics via attribute.
14150 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
14151 source explicitly specifies the required semantics.
14153 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
14155 * gdb.reverse/sigall-reverse.exp: Fix a typo.
14157 2014-05-29 Pedro Alves <palves@redhat.com>
14158 Tom Tromey <tromey@redhat.com>
14160 * gdb.base/async-shell.exp: Don't enable target-async.
14161 * gdb.base/async.exp
14162 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
14164 (top level): Don't test with "target-async".
14165 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
14166 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
14167 * gdb.base/inferior-died.exp: Don't enable target-async.
14168 * gdb.base/interrupt-noterm.exp: Likewise.
14169 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
14170 * gdb.mi/mi-nonstop-exit.exp: Likewise.
14171 * gdb.mi/mi-nonstop.exp: Likewise.
14172 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
14173 * gdb.mi/mi-nsintrall.exp: Likewise.
14174 * gdb.mi/mi-nsmoribund.exp: Likewise.
14175 * gdb.mi/mi-nsthrexec.exp: Likewise.
14176 * gdb.mi/mi-watch-nonstop.exp: Likewise.
14177 * gdb.multi/watchpoint-multi.exp: Adjust comment.
14178 * gdb.python/py-evsignal.exp: Don't enable target-async.
14179 * gdb.python/py-evthreads.exp: Likewise.
14180 * gdb.python/py-prompt.exp: Likewise.
14181 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
14182 * gdb.server/solib-list.exp: Don't enable target-async.
14183 * gdb.threads/thread-specific-bp.exp: Likewise.
14184 * lib/mi-support.exp: Adjust to use mi-async.
14186 2014-05-29 Pedro Alves <palves@redhat.com>
14189 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
14190 reason, even in sync mode.
14192 2014-05-29 Pedro Alves <palves@redhat.com>
14193 Hui Zhu <hui@codesourcery.com>
14196 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
14197 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
14198 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
14199 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
14201 2014-05-28 Joel Brobecker <brobecker@adacore.com>
14203 * config/monitor.exp (gdb_target_monitor): Replace use of
14204 "set remotebaud" by "set serial baud".
14206 2014-05-26 Andy Wingo <wingo@igalia.com>
14208 * gdb.guile/scm-breakpoint.exp:
14209 * gdb.guile/scm-gsmob.exp: Update to use plain old object
14210 properties instead of gdb-object-properties.
14212 2014-05-26 Yao Qi <yao@codesourcery.com>
14214 * gdb.server/no-thread-db.exp: Specify source file name
14215 explicitly when setting a breakpoint.
14217 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14219 * gdb.btrace/vdso.c: New.
14220 * gdb.btrace/vdso.exp: New.
14222 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14224 * gdb.base/gcore.exp (capture_command_output): Move ...
14225 * lib/gdb.exp (capture_command_output): ... here.
14227 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14229 * gdb.btrace/data.exp: Test memory access during btrace replay.
14231 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
14233 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
14235 2014-05-21 Pedro Alves <palves@redhat.com>
14238 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
14239 (top level): Test that output related to execution commands is
14240 sent to the console with CLI commands, but not with MI commands.
14241 Test that breakpoint events are always mirrored to the console.
14242 Also expect the new source line to be output after a "next" in
14243 async mode too. Make it a pass/fail test.
14244 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
14246 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
14248 2014-05-21 Pedro Alves <palves@redhat.com>
14250 * gdb.base/list.exp (build_pattern, test_list): New procedures.
14251 Use them to test variations of "list" after reaching a breakpoint.
14252 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
14253 Test "list" with listsize 10 after reaching a breakpoint.
14254 * gdb.python/python.exp (decode_line current location line
14255 number): Adjust expected line number.
14257 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
14259 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
14260 behavior for $args, pass it directly to "run".
14262 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
14264 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
14267 2014-05-21 Pedro Alves <palves@redhat.com>
14269 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14270 auto-connect-native-target off".
14271 * gdb.base/auto-connect-native-target.c: New file.
14272 * gdb.base/auto-connect-native-target.exp: New file.
14274 2014-05-21 Pedro Alves <palves@redhat.com>
14276 * gdb.base/default.exp: Test "target native" instead of "target
14279 2014-05-21 Mark Wielaard <mjw@redhat.com>
14281 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14283 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14285 Fix TLS access for -static -pthread.
14286 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14287 <HAVE_TLS> (thread_function, main): Initialize it.
14288 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
14290 <$have_tls != "">: Check TLSVAR.
14292 2014-05-21 Pedro Alves <palves@redhat.com>
14294 * gdb.base/dcache-line-read-error.c: New.
14295 * gdb.base/dcache-line-read-error.exp: New.
14297 2014-05-20 Pedro Alves <palves@redhat.com>
14299 * gdb.base/compare-sections.c: New file.
14300 * gdb.base/compare-sections.exp: New file.
14302 2014-05-20 Pedro Alves <palves@redhat.com>
14304 * gdb.base/break-idempotent.c: New file.
14305 * gdb.base/break-idempotent.exp: New file.
14307 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
14309 * gdb.btrace/nohist.exp: New.
14311 2014-05-20 Yao Qi <yao@codesourcery.com>
14313 * lib/gdb.exp (gdb_init): Set timeout if test file is under
14314 gdb.reverse directory and gdb_reverse_timeout exists in board
14316 * README: Document gdb_reverse_timeout.
14318 2014-05-20 Yao Qi <yao@codesourcery.com>
14320 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14321 'test_file_name'. Treat args as a string instead of a list.
14322 (gdb_init): Rename argument 'args' by 'test_file_name'.
14324 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14326 * gdb.arch/powerpc-power.exp: New file.
14327 * gdb.arch/powerpc-power.s: New file.
14329 2014-05-16 Doug Evans <dje@google.com>
14331 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
14332 * gdb.base/completion.exp: Check that all expected files exist
14333 before doing file completion.
14335 2014-05-16 Doug Evans <dje@google.com>
14337 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14339 (do_syscall_tests_without_xml): Update.
14341 2014-05-16 Pedro Alves <palves@redhat.com>
14343 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14344 instead of "unknown output after running".
14346 2014-05-16 Yao Qi <yao@codesourcery.com>
14348 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
14349 file1.txt from host at the end.
14350 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14352 2014-05-15 Doug Evans <dje@google.com>
14354 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14355 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14356 loading file. Add test for TU lookup.
14358 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14360 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14361 calling "-exec-arguments" or "set args" before running the
14364 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14366 * lib/mi-support.exp (mi_expect_stop): Expect message for
14367 inferiors that exit with non-zero exit code.
14369 2014-05-14 Yao Qi <yao@codesourcery.com>
14371 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14372 match absolute path on remote host.
14373 (test_file_list_exec_source_files): Remove "/" from the
14376 2014-05-14 Yao Qi <yao@codesourcery.com>
14378 * boards/local-remote-host-notty.exp (${board}_file): New
14381 2014-05-07 Kyle McMartin <kyle@redhat.com>
14383 Pushed by Joel Brobecker <brobecker@adacore.com>.
14384 * gdb.arch/aarch64-atomic-inst.c: New file.
14385 * gdb.arch/aarch64-atomic-inst.exp: New file.
14387 2014-05-07 Yao Qi <yao@codesourcery.com>
14389 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14390 in current context" too.
14392 2014-05-05 Keith Seitz <keiths@redhat.com>
14394 * gdb.linespec/ls-dollar.exp: Add test for linespec
14395 file:convenience_variable.
14397 2014-05-05 Yao Qi <yao@codesourcery.com>
14399 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14400 traceframes into tfile and ctf trace files. Read data from
14401 trace file and test collected data.
14402 (gdb_collect_locals_test): Likewise.
14403 (gdb_unavailable_registers_test): Likewise.
14404 (gdb_unavailable_floats): Likewise.
14405 (gdb_collect_globals_test): Likewise.
14406 (top-level): Append "ctf" to trace_file_targets if GDB
14409 2014-05-05 Yao Qi <yao@codesourcery.com>
14411 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14413 (gdb_collect_args_test_1): ... it. New proc.
14414 (gdb_collect_locals_test): Move some code to ...
14415 (gdb_collect_locals_test_1): ... it. New proc.
14416 (gdb_unavailable_registers_test): Move some code to ...
14417 (gdb_unavailable_registers_test_1): ... it. New proc.
14418 (gdb_unavailable_floats): Move some code to ...
14419 (gdb_unavailable_floats_1): ... it. New proc.
14421 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14423 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14424 probes to test for bitness recognition.
14425 * gdb.arch/amd64-stap-optional-prefix.exp
14426 (test_probe_value_without_reg): New procedure.
14427 Add code to test for different kinds of bitness.
14429 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14431 PR breakpoints/16889
14432 * gdb.arch/amd64-stap-optional-prefix.S: New file.
14433 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14435 2014-05-01 Pedro Alves <palves@redhat.com>
14437 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
14438 gdb_file_cmd if no file is specified.
14439 * boards/native-extended-gdbserver.exp (gdb_load): Use the
14440 last_loaded_file to set the remote exec-file.
14442 2014-05-01 Pedro Alves <palves@redhat.com>
14444 * boards/local-remote-host.exp: New file.
14446 2014-05-01 Pedro Alves <palves@redhat.com>
14448 * boards/local-remote-host.exp: Rename to ...
14449 * boards/local-remote-host-notty.exp: ... this.
14451 2014-04-28 Joel Brobecker <brobecker@adacore.com>
14453 * gdb.ada/dyn_arrayidx: New testcase.
14455 2014-04-26 Yao Qi <yao@codesourcery.com>
14457 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
14458 and compute the length of function main. Save it in
14460 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14461 (top-level): Use gdb_compile to compile objects into
14462 executable and restart GDB. Remove invocation to
14463 prepare_for_testing.
14465 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
14466 Pedro Alves <palves@redhat.com>
14469 * gdb.multi/multi-attach.c: New file.
14470 * gdb.multi/multi-attach.exp: New file.
14472 2014-04-25 Pedro Alves <palves@redhat.com>
14474 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14476 (top level): Test that "set remote conditional-breakpoints-packet
14477 off" works as intended.
14478 * gdb.base/dprintf.exp: Test that "set remote
14479 breakpoint-commands-packet off" works as intended.
14480 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14482 (top level): Call it.
14483 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14484 remote fast-tracepoints-packet off" works as intended.
14485 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14486 * lib/gdb.exp (gdb_is_target_remote): ... here.
14488 2014-04-24 David Blaikie <dblaikie@gmail.com>
14490 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14491 ensure clang would not discard them.
14492 * gdb.base/gdbvars.c: Ditto.
14493 * gdb.base/memattr.c: Ditto.
14494 * gdb.base/whatis.c: Ditto.
14495 * gdb.python/py-prettyprint.c: Ditto.
14496 * gdb.trace/actions.c: Ditto.
14497 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14498 ensure clang would not discard it.
14500 2014-04-24 David Blaikie <dblaikie@gmail.com>
14502 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14503 clang to emit the full definition of type required by the test
14504 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14506 2014-04-24 David Blaikie <dblaikie@gmail.com>
14508 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14509 coax Clang into emitting the definition of the type.
14510 * gdb.cp/pr10728-x.h (y): Ditto.
14511 * gdb.cp/pr10728-y.cc (y): Ditto.
14513 2014-04-24 David Blaikie <dblaikie@gmail.com>
14515 * gdb.base/label.exp: XFAIL label related tests under Clang.
14516 * gdb.cp/cplabel.exp: Ditto.
14517 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14518 under Clang those using labels.
14520 2014-04-25 Yao Qi <yao@codesourcery.com>
14522 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14524 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14525 partial_label and double_label.
14527 2014-04-24 David Blaikie <dblaikie@gmail.com>
14529 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14531 2014-04-24 David Blaikie <dblaikie@gmail.com>
14533 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14534 of the function to work across GCC and Clang.
14535 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14536 pointer types (const void ** const V void **).
14538 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
14539 Walfred Tedeschi <walfred.tedeschi@intel.com>
14541 * Makefile.in (EXECUTABLES): Added i386-avx512.
14542 * gdb.arch/i386-avx512.c: New file.
14543 * gdb.arch/i386-avx512.exp: Likewise.
14545 2014-04-23 Keith Seitz <keiths@redhat.com>
14547 * lib/mi-support.exp (mi_list_breakpoints): Delete.
14548 (mi_make_breakpoint_table): New procedure.
14549 (mi_create_breakpoint): Use mi_make_breakpoint
14550 and return the result.
14551 (mi_make_breakpoint): New procedure.
14552 (mi_build_kv_pairs): New procedure.
14554 * gdb.mi/mi-break.exp: Remove unused globals,
14555 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14556 All callers updated.
14557 * gdb.mi/mi-dprintf.exp: Use variable to track command
14559 Update all callers of mi_create_breakpoint and use
14560 mi_make_breakpoint_table.
14561 Remove any unused global variables.
14562 * gdb.mi/mi-nonstop.exp: Likewise.
14563 * gdb.mi/mi-nsintrall.exp: Likewise.
14564 * gdb.mi/mi-nsmoribund.exp: Likewise.
14565 * gdb.mi/mi-nsthrexec.exp: Likewise.
14566 * gdb.mi/mi-reverse.exp: Likewise.
14567 * gdb.mi/mi-simplerun.exp: Likewise.
14568 * gdb.mi/mi-stepn.exp: Likewise.
14569 * gdb.mi/mi-syn-frame.exp: Likewise.
14570 * gdb.mi/mi-until.exp: Likewise.
14571 * gdb.mi/mi-var-cp.exp: Likewise.
14572 * gdb.mi/mi-var-display.exp: Likewise.
14573 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14574 * gdb.mi/mi2-var-child.exp: Likewise.
14575 * gdb.mi/mi-vla-c99.exp: Likewise.
14576 * lib/mi-support.exp: Likewise.
14578 From Ian Lance Taylor <iant@cygnus.com>:
14579 * lib/gdb.exp (parse_args): New procedure.
14581 2014-04-23 Pedro Alves <palves@redhat.com>
14583 * gdb.base/break-unload-file.c: New file.
14584 * gdb.base/break-unload-file.exp: New file.
14585 * gdb.base/sym-file-lib.c (baz): New function.
14586 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14588 (load): Store the segment's mapped size.
14589 (unload): New function.
14590 (unload_shlib): New function.
14591 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14592 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14593 set a breakpoint at baz, and call it.
14594 * gdb.base/sym-file.exp: New tests for stale breakpoint
14597 2014-04-23 Pedro Alves <palves@redhat.com>
14599 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14600 * gdb.base/hbreak-in-shr-unsupported.c: New file.
14601 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14602 * gdb.base/hbreak-unmapped.c: New file.
14603 * gdb.base/hbreak-unmapped.exp: New file.
14604 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14605 * lib/gdb.exp (gdb_is_target_remote): ... here.
14607 2014-04-22 Pedro Alves <palves@redhat.com>
14609 * gdb.base/consecutive-step-over.c: New file.
14610 * gdb.base/consecutive-step-over.exp: New file.
14612 2014-04-22 Pedro Alves <palves@redhat.com>
14614 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14615 instead of send_gdb/gdb_expect.
14617 2014-04-22 Yao Qi <yao@codesourcery.com>
14619 * lib/trace-support.exp (generate_tracefile): New procedure.
14620 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14622 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14623 if generate_tracefile returns 1.
14625 2014-04-18 Tom Tromey <palves@redhat.com>
14626 Pedro alves <tromey@redhat.com>
14629 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14630 with a backtrace limit.
14631 * gdb.python/py-frame-inline.exp: Test running to an inline
14632 function with a backtrace limit, and printing the newest frame.
14633 * gdb.python/py-frame-inline.c (main): Call f.
14635 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14637 * gdb.java/jnpe.exp: Drop srcdir from untested path.
14639 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14641 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14642 Drop prefix from unsupported source file path.
14644 2014-04-17 Yao Qi <yao@codesourcery.com>
14646 * lib/gdb.exp (with_target_charset): New proc.
14647 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14648 with_target_charset.
14649 (test_print_strings): Likewise.
14650 (test_repeat_bytes): Likewise.
14651 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14654 2014-04-16 Keith Seitz <keiths@redhat.com>
14657 * gdb.dwarf2/corrupt.c: New file.
14658 * gdb.dwarf2/corrupt.exp: New file.
14660 2014-04-16 Keith Seitz <keiths@redhat.com>
14663 * gdb.cp/namelessclass.cc: New file.
14664 * gdb.cp/namelessclass.exp: New file.
14665 * gdb.cp/namelessclass.S: New file.
14667 2014-04-16 Doug Evans <dje@google.com>
14669 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14671 (gdbserver_default_get_comm_port): New function.
14672 (gdbserver_start): Check if board file provided
14673 "gdbserver,get_comm_port" and use it if so.
14674 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14675 (gdb,socketport): Set to "stdio".
14676 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14677 (stdio_gdbserver_template): Delete.
14678 (${board}_get_remote_address): Update.
14679 (${board}_build_remote_cmd): Delete.
14680 (${board}_get_comm_port): New function.
14681 (${board}_spawn): Update.
14682 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14684 (${board}_get_remote_address): Update.
14685 (${board}_get_comm_port): New function.
14687 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
14689 * gdb.base/memattr.exp: Improve regexps to handle memory regions
14690 appearing in any order.
14692 2014-04-15 Doug Evans <dje@google.com>
14694 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14695 uninitialized value of "description".
14697 2014-04-15 Keith Seitz <keiths@redhat.com>
14699 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14700 Remove unused globals.
14701 (test_running_the_program): Likewise.
14702 (test_controlled_execution): Likewise.
14703 (test_controlling_breakpoints): Likewise.
14704 (test_program_termination): Likewise.
14706 2014-04-15 Keith Seitz <keiths@redhat.com>
14708 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14710 (test_rbreak_creation_and_listing): Likewise.
14711 (test_ignore_count): Likewise.
14712 (test_error): Likewise.
14714 2014-04-15 Pedro Alves <palves@redhat.com>
14716 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14717 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14719 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14720 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14721 to sym-file-loader.c.
14722 (struct library): Forward declare.
14723 (load_shlib, lookup_function): Change prototypes.
14724 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14725 (translate_offset): Remove declarations.
14726 (get_text_addr): New declaration.
14727 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14728 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14730 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14731 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14732 here from sym-file-loader.h.
14733 (struct library): New structure.
14734 (load_shlib, lookup_function): Change prototypes and adjust to
14735 work with a struct library.
14736 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14737 (translate_offset): Make static.
14738 (get_text_addr): New function.
14739 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14741 2014-04-15 Pedro Alves <palves@redhat.com>
14743 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
14745 2014-04-15 Pedro Alves <palves@redhat.com>
14747 * gdb.base/sym-file-loader.c: Include <limits.h>.
14748 (SELF_LINK): New define.
14749 (get_origin): New function.
14750 (load_shlib): Use it.
14751 * gdb.base/sym-file.exp: Don't early return if the target is
14752 remote. Use runto_main, and issue fail is that fails. Use
14754 (shlib_name): Delete.
14755 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
14757 2014-04-15 Pedro Alves <palves@redhat.com>
14759 * gdb.base/sym-file.exp: Remove regex characters from test
14760 message. Don't refer to breakpoint numbers in test messages.
14762 2014-04-14 Keith Seitz <keiths@redhat.com>
14765 * gdb.cp/var-tag.cc: New file.
14766 * gdb.cp/var-tag.exp: New file.
14767 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14768 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14769 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14770 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14772 2014-04-14 Tom Tromey <tromey@redhat.com>
14774 * gdb.cp/classes.exp (test_enums): Handle underlying type.
14775 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14777 * gdb.cp/enum-class.exp: New file.
14778 * gdb.cp/enum-class.cc: New file.
14780 2014-04-14 Tom Tromey <tromey@redhat.com>
14782 * gdb.dwarf2/enum-type.exp: New file.
14784 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14786 * gdb.mi/mi-vla-c99.exp: New file.
14787 * gdb.mi/vla.c: New file.
14789 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14791 * gdb.base/vla-datatypes.c: New file.
14792 * gdb.base/vla-datatypes.exp: New file.
14794 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14796 * gdb.base/vla-ptr.c: New file.
14797 * gdb.base/vla-ptr.exp: New file.
14799 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14801 * gdb.dwarf2/count.exp: New file.
14803 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14805 * gdb.base/vla-sideeffect.c: New file.
14806 * gdb.base/vla-sideeffect.exp: New file.
14808 2014-04-14 David Blaikie <dblaikie@gmail.com>
14810 * gdb.mi/non-stop.c: Add return value for non-void function return
14812 * gdb.threads/staticthreads.c: Ditto.
14814 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
14815 Doug Evans <xdje42@gmail.com>
14817 * gdb.guile/scm-value.c: Improve test case.
14818 * gdb.guile/scm-value.exp: Add new test.
14820 2014-04-11 David Blaikie <dblaikie@gmail.com>
14822 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14823 override Clang's default.
14825 2014-04-11 Joel Brobecker <brobecker@adacore.com>
14827 Revert the following changes (regressions):
14829 * gdb.base/vla-sideeffect.c: New file.
14830 * gdb.base/vla-sideeffect.exp: New file.
14832 * gdb.dwarf2/count.exp: New file.
14834 * gdb.base/vla-multi.c: New file.
14835 * gdb.base/vla-multi.exp: New file.
14837 * gdb.base/vla-ptr.c: New file.
14838 * gdb.base/vla-ptr.exp: New file.
14840 * gdb.base/vla-datatypes.c: New file.
14841 * gdb.base/vla-datatypes.exp: New file.
14843 * gdb.mi/mi-vla-c99.exp: New file.
14844 * gdb.mi/vla.c: New file.
14846 2014-04-11 Keith Seitz <keiths@redhat.com>
14849 * gdb.cp/cpsizeof.exp: New file.
14850 * gdb.cp/cpsizeof.cc: New file.
14852 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14854 * gdb.mi/mi-vla-c99.exp: New file.
14855 * gdb.mi/vla.c: New file.
14857 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14859 * gdb.base/vla-datatypes.c: New file.
14860 * gdb.base/vla-datatypes.exp: New file.
14862 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14864 * gdb.base/vla-ptr.c: New file.
14865 * gdb.base/vla-ptr.exp: New file.
14867 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14869 * gdb.base/vla-multi.c: New file.
14870 * gdb.base/vla-multi.exp: New file.
14872 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14874 * gdb.dwarf2/count.exp: New file.
14876 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14878 * gdb.base/vla-sideeffect.c: New file.
14879 * gdb.base/vla-sideeffect.exp: New file.
14881 2014-04-11 Yao Qi <yao@codesourcery.com>
14883 * gdb.base/completion.exp: Check file exists before running tests
14884 on file completion.
14886 2014-04-10 Pedro Alves <palves@redhat.com>
14888 * gdb.base/cond-eval-mode.c: New file.
14889 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
14890 prepare_for_testing to build the new file. Check result of
14892 (test_break, test_watch): New procedures.
14893 (top level): Use them.
14895 2014-04-08 Pierre Muller <muller@sourceware.org>
14897 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
14898 Ctrl-V use for mingw hosts.
14900 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
14902 * gdb.python/py-value.c: Improve test case.
14903 * gdb.python/py-value.exp: Add new test.
14905 2014-04-07 David Blaikie <dblaikie@gmail.com>
14907 * lib/compiler.c: Identify the clang compiler.
14908 * lib/compiler.cc: Ditto.
14910 2014-04-03 Yao Qi <yao@codesourcery.com>
14912 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
14914 2014-04-01 Anton Blanchard <anton@samba.org>
14916 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
14919 2014-04-01 Anton Blanchard <anton@samba.org>
14921 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
14922 prepare_for_testing.
14924 2014-04-01 Anton Blanchard <anton@samba.org>
14926 * gdb.arch/ppc64-atomic-inst.c: Remove.
14927 * gdb.arch/ppc64-atomic-inst.S: New file.
14928 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
14930 2014-03-31 Doug Evans <dje@google.com>
14932 * gdb.base/print-symbol-loading-lib.c: New file.
14933 * gdb.base/print-symbol-loading-main.c: New file.
14934 * gdb.base/print-symbol-loading.exp: New file.
14936 2014-03-31 Yao Qi <yao@codesourcery.com>
14938 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
14940 2014-03-28 Joel Brobecker <brobecker@adacore.com>
14942 * gdb.ada/mi_dyn_arr: New testcase.
14944 2014-03-27 Doug Evans <dje@google.com>
14946 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
14948 2014-03-27 Yao Qi <yao@codesourcery.com>
14950 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
14951 if target is nios2-*-*.
14953 2014-03-26 Yao Qi <yao@codesourcery.com>
14955 * lib/gdb.exp (readline_is_used): New proc.
14956 * gdb.base/completion.exp: Move tests on command complete up.
14957 Skip the rest of tests if readline is not used.
14958 * gdb.ada/complete.exp: Skp the test if readline is not
14960 * gdb.base/filesym.exp: Likewise.
14961 * gdb.base/macscp.exp: Likewise.
14962 * gdb.base/readline-ask.exp: Likewise.
14963 * gdb.base/readline.exp: Likewise.
14964 * gdb.python/py-cmd.exp: Likewise.
14965 * gdb.trace/tfile.exp: Likewise.
14967 2014-03-26 Yao Qi <yao@codesourcery.com>
14969 * gdb.base/macscp.exp: Fix code format issues.
14971 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
14973 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
14974 * gdb.asm/powerpc64le.inc: New file.
14976 2014-03-25 Pedro Alves <palves@redhat.com>
14977 Doug Evans <dje@google.com>
14979 * gdb.base/source-execution.c: New file.
14980 * gdb.base/source-execution.exp: New file.
14981 * gdb.base/source-execution.gdb: New file.
14983 2014-03-24 Doug Evans <dje@google.com>
14985 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
14988 2014-03-24 Hui Zhu <hui@codesourcery.com>
14989 Pedro Alves <palves@redhat.com>
14991 PR breakpoints/16101
14992 * gdb.base/dprintf.exp: Use unsupported rather than changing the
14993 test pass/fail messages. Detect missing support for dprintf when
14994 breakpoints are actually inserted.
14995 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14996 breakpoints are actually inserted.
14997 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15000 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15002 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15004 2014-03-22 Doug Evans <xdje42@gmail.com>
15006 * gdb.python/python.exp (python not supported): Verify multi-line
15007 python command issues an error.
15008 * gdb.guile/guile.exp (guile not supported): Verify multi-line
15009 guile command issues an error.
15011 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
15013 * gdb.threads/thread-specific.exp: Handle the lack of usable
15014 $this_breakpoint and $this_thread.
15016 2014-03-21 Hui Zhu <hui@codesourcery.com>
15018 * gdb.base/attach.exp (do_command_attach_tests): New.
15020 2014-03-20 Tom Tromey <tromey@redhat.com>
15021 Pedro Alves <palves@redhat.com>
15024 * gdb.base/condbreak-call-false.c: New file.
15025 * gdb.base/condbreak-call-false.exp: New file.
15027 2014-03-20 Pedro Alves <palves@redhat.com>
15029 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15031 (block_signals, unblock_signals): Delete.
15032 (child_function_2, main): Remove references to deleted variable
15035 2014-03-20 Pedro Alves <palves@redhat.com>
15037 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15038 Use pthread_kill to signal thread 2.
15039 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15040 Adjust to make the test send itself a signal rather than using the
15041 host's "kill" command.
15043 2014-03-20 Pedro Alves <palves@redhat.com>
15045 * gdb.threads/multiple-step-overs.c: New file.
15046 * gdb.threads/multiple-step-overs.exp: New file.
15047 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15048 Adjust expected infrun debug output.
15050 2014-03-20 Pedro Alves <palves@redhat.com>
15052 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15053 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15055 2014-03-20 Pedro Alves <palves@redhat.com>
15057 PR breakpoints/7143
15058 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15059 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
15060 of gdb_test_multiple.
15061 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15062 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15064 2014-03-20 Pedro Alves <palves@redhat.com>
15066 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15067 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15069 2014-03-19 Pedro Alves <palves@redhat.com>
15071 * gdb.base/async.exp: Remove early return.
15073 2014-03-19 Pedro Alves <palves@redhat.com>
15075 * gdb.base/async.exp (step& tests): Pass explicit test messages.
15077 2014-03-19 Pedro Alves <palves@redhat.com>
15079 * gdb.base/async.exp (test_background): Expect \r\n after
15080 "completed." in the fail pattern.
15082 2014-03-19 Pedro Alves <palves@redhat.com>
15084 * gdb.base/async.exp (test_background): New procedure.
15085 Use it for all background execution command tests.
15087 2014-03-19 Pedro Alves <palves@redhat.com>
15089 * gdb.base/async.exp: Use prepare_for_testing.
15091 2014-03-19 Pedro Alves <palves@redhat.com>
15093 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
15096 2014-03-19 Pedro Alves <palves@redhat.com>
15098 * gdb.base/async.c (main): Add "jump here" and "until here" line
15100 * gdb.base/async.exp (jump_here): New global.
15101 (jump& test): Use it.
15102 (until_here): New global.
15103 (until& test): Use it.
15105 2014-03-19 Pedro Alves <palves@redhat.com>
15107 * gdb.base/async.exp: Don't frob gdb_protocol.
15109 2014-03-18 Doug Evans <xdje42@gmail.com>
15111 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
15112 Fix spelling of exec-done-display.
15114 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15117 * gdb.base/gdb-sigterm.c: New file.
15118 * gdb.base/gdb-sigterm.exp: New file.
15120 2014-03-18 Pedro Alves <palves@redhat.com>
15123 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15124 * lib/mi-support.exp (mi_expect_stop): Add special handling for
15127 2014-03-17 Joel Brobecker <brobecker@adacore.com>
15129 * gdb.ada/pckd_arr_ren: New testcase.
15131 2014-03-13 Doug Evans <xdje42@gmail.com>
15134 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
15135 collect after discarding symbols.
15137 2014-03-13 Ludovic Courtès <ludo@gnu.org>
15138 Doug Evans <xdje42@gmail.com>
15140 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
15141 to history survives a gc.
15143 2014-03-13 Pedro Alves <palves@redhat.com>
15145 * gdb.base/default.exp: Don't test "target procfs".
15147 2014-03-13 Pedro Alves <palves@redhat.com>
15149 * gdb.base/default.exp: Update "target child" and "target procfs"
15150 tests to not expect "Unix".
15152 2014-03-12 Tom Tromey <tromey@redhat.com>
15154 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
15155 New procs. Add target-async tests.
15156 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
15157 Add target-async tests.
15159 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15161 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
15162 'func_start' and 'func_end' for the beginning and end of the
15163 function code, respectively.
15164 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
15165 'func_end' instead of 'func' and 'main'.
15167 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15169 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
15170 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
15171 generate the debug info assembler source.
15173 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15175 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
15176 * gdb.dwarf2/arr-subrange.exp: Likewise.
15177 * gdb.dwarf2/dwz.exp: Likewise.
15178 * gdb.dwarf2/method-ptr.exp: Likewise.
15179 * gdb.dwarf2/missing-sig-type.exp: Likewise.
15180 * gdb.dwarf2/subrange.exp: Likewise.
15181 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
15182 * gdb.dwarf2/implptrpiece.exp: Likewise.
15183 * gdb.dwarf2/nostaticblock.exp: Likewise.
15185 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15187 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
15188 directory to absolute path name arguments.
15190 2014-03-10 Joel Brobecker <brobecker@adacore.com>
15192 * gdb.ada/tagged_access: New testcase.
15194 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
15196 * gdb.btrace/data.exp: Update expected output.
15198 2014-03-06 Yao Qi <yao@codesourcery.com>
15200 * gdb.trace/pr16508.exp: New file.
15202 2014-03-05 Pedro Alves <palves@redhat.com>
15205 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
15207 (top level): Adjust to use it. Add tests that exercise breakpoint
15208 interaction with the code-cache.
15210 2014-02-26 Ludovic Courtès <ludo@gnu.org>
15212 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
15213 test for 'history-append!'.
15215 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15217 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
15218 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
15219 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
15220 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
15221 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
15222 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
15224 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15226 * testsuite/gdb.python/py-pp-re-notag.c: New file.
15227 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
15228 * testsuite/gdb.python/py-pp-re-notag.p: New file.
15230 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15232 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
15234 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15236 * gdb.dwarf2/arr-stride.c: New file.
15237 * gdb.dwarf2/arr-stride.exp: New file.
15239 2014-02-26 Pedro Alves <palves@redhat.com>
15241 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
15242 that won't ever trigger. Make sure that GDB reports the correct
15243 breakpoint that caused the stop.
15245 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15248 * gdb.base/auto-load-script: New file.
15249 * gdb.base/auto-load.c: New file.
15250 * gdb.base/auto-load.exp: New file.
15253 * gdb.base/auto-load.exp: Fix out-of-srctree run.
15255 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15257 Fix dw2-icycle.exp -fsanitize=address GDB crash.
15258 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
15260 2014-02-24 Doug Evans <dje@google.com>
15262 * lib/gdb.exp (run_on_host): Log error output if program fails.
15264 2014-02-21 Pedro Alves <palves@redhat.com>
15266 * gdb.threads/step-after-sr-lock.c: Rename to ...
15267 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
15268 * gdb.threads/step-after-sr-lock.exp: Rename to ...
15269 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15272 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
15275 * gdb.arch/amd64-stap-special-operands.exp: New file.
15276 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
15277 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
15278 * gdb.arch/amd64-stap-triplet.S: Likewise.
15279 * gdb.arch/amd64-stap-triplet.c: Likewise.
15281 2014-02-20 Joel Brobecker <brobecker@adacore.com>
15283 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
15284 in .section pseudo-op.
15286 2014-02-20 lin zuojian <manjian2006@gmail.com>
15287 Joel Brobecker <brobecker@adacore.com>
15288 Doug Evans <xdje42@gmail.com>
15291 * gdb.dwarf2/dw2-icycle.S: New file.
15292 * gdb.dwarf2/dw2-icycle.c: New file.
15293 * gdb.dwarf2/dw2-icycle.exp: New file.
15295 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
15297 * gdb.python/py-value-cc.cc: Improve test case to enable testing
15298 operations on gdb.Value objects.
15299 * gdb.python/py-value-cc.exp: Add new test to test operations on
15302 2014-02-18 Doug Evans <dje@google.com>
15304 * Makefile.in (TESTS): New variable.
15305 (expanded_tests, expanded_tests_or_none): New variables
15306 (check-single): Pass $(expanded_tests_or_none) to runtest.
15307 (check-parallel): Only run tests in $(TESTS) if non-empty.
15308 (check/no-matching-tests-found): New rule.
15309 * README: Document TESTS makefile variable.
15311 2014-02-18 Doug Evans <dje@google.com>
15313 * Makefile.in (check-parallel): rm -rf outputs temp.
15315 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15317 Fix "ERROR: no fileid for" in the testsuite.
15318 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15320 2014-02-12 Doug Evans <dje@google.com>
15322 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15323 (MISCELLANEOUS): New variable.
15324 (clean): rm -rf $(MISCELLANEOUS).
15325 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15326 dwp live in the same directory as symlinks, with each symlink pointed
15327 to a differently named file in a different directory.
15329 2014-02-11 Doug Evans <dje@google.com>
15331 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15332 of Tcl file commands.
15334 2014-02-10 Mark Kettenis <kettenis@gnu.org>
15336 * gdb.threads/step-after-sr-lock.exp: Avoid executing
15337 "kill -SIGUSR1 -1".
15339 2014-02-10 Joel Brobecker <brobecker@adacore.com>
15341 * gdb.ada/tick_length_array_enum_idx: New testcase.
15343 2014-02-10 Doug Evans <xdje42@gmail.com>
15345 * configure.ac (AC_OUTPUT): Add gdb.guile.
15346 * configure: Regenerate.
15347 * lib/gdb-guile.exp: New file.
15348 * lib/gdb.exp (get_target_charset): New function.
15349 * gdb.base/help.exp: Update expected output from "apropos apropos".
15350 * gdb.guile/Makefile.in: New file.
15351 * gdb.guile/guile.exp: New file.
15352 * gdb.guile/scm-arch.c: New file.
15353 * gdb.guile/scm-arch.exp: New file.
15354 * gdb.guile/scm-block.c: New file.
15355 * gdb.guile/scm-block.exp: New file.
15356 * gdb.guile/scm-breakpoint.c: New file.
15357 * gdb.guile/scm-breakpoint.exp: New file.
15358 * gdb.guile/scm-disasm.c: New file.
15359 * gdb.guile/scm-disasm.exp: New file.
15360 * gdb.guile/scm-equal.c: New file.
15361 * gdb.guile/scm-equal.exp: New file.
15362 * gdb.guile/scm-error.exp: New file.
15363 * gdb.guile/scm-error.scm: New file.
15364 * gdb.guile/scm-frame-args.c: New file.
15365 * gdb.guile/scm-frame-args.exp: New file.
15366 * gdb.guile/scm-frame-args.scm: New file.
15367 * gdb.guile/scm-frame-inline.c: New file.
15368 * gdb.guile/scm-frame-inline.exp: New file.
15369 * gdb.guile/scm-frame.c: New file.
15370 * gdb.guile/scm-frame.exp: New file.
15371 * gdb.guile/scm-generics.exp: New file.
15372 * gdb.guile/scm-gsmob.exp: New file.
15373 * gdb.guile/scm-iterator.c: New file.
15374 * gdb.guile/scm-iterator.exp: New file.
15375 * gdb.guile/scm-math.c: New file.
15376 * gdb.guile/scm-math.exp: New file.
15377 * gdb.guile/scm-objfile-script-gdb.in: New file.
15378 * gdb.guile/scm-objfile-script.c: New file.
15379 * gdb.guile/scm-objfile-script.exp: New file.
15380 * gdb.guile/scm-objfile.c: New file.
15381 * gdb.guile/scm-objfile.exp: New file.
15382 * gdb.guile/scm-ports.exp: New file.
15383 * gdb.guile/scm-pretty-print.c: New file.
15384 * gdb.guile/scm-pretty-print.exp: New file.
15385 * gdb.guile/scm-pretty-print.scm: New file.
15386 * gdb.guile/scm-section-script.c: New file.
15387 * gdb.guile/scm-section-script.exp: New file.
15388 * gdb.guile/scm-section-script.scm: New file.
15389 * gdb.guile/scm-symbol.c: New file.
15390 * gdb.guile/scm-symbol.exp: New file.
15391 * gdb.guile/scm-symtab-2.c: New file.
15392 * gdb.guile/scm-symtab.c: New file.
15393 * gdb.guile/scm-symtab.exp: New file.
15394 * gdb.guile/scm-type.c: New file.
15395 * gdb.guile/scm-type.exp: New file.
15396 * gdb.guile/scm-value-cc.cc: New file.
15397 * gdb.guile/scm-value-cc.exp: New file.
15398 * gdb.guile/scm-value.c: New file.
15399 * gdb.guile/scm-value.exp: New file.
15400 * gdb.guile/source2.scm: New file.
15401 * gdb.guile/types-module.cc: New file.
15402 * gdb.guile/types-module.exp: New file.
15404 2014-02-10 Yao Qi <yao@codesourcery.com>
15407 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15408 * configure: Regenerated.
15409 * Makefile.in: New file.
15411 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
15413 * gdb.python/py-framefilter.exp: Fix typo.
15415 2014-02-08 Yao Qi <yao@codesourcery.com>
15417 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15418 that no =breakpoint-modified is emitted when breakpoints are
15419 modified through MI commands.
15421 2014-02-07 Pedro Alves <pedro@codesourcery.com>
15422 Pedro Alves <palves@redhat.com>
15424 * gdb.threads/step-after-sr-lock.c: New file.
15425 * gdb.threads/step-after-sr-lock.exp: New file.
15427 2014-02-07 Pedro Alves <palves@redhat.com>
15429 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15431 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15433 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15434 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15436 2014-02-06 Doug Evans <xdje42@gmail.com>
15438 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15441 * gdb.gdb/python-interrupts.exp: New file.
15443 2014-02-05 Yao Qi <yao@codesourcery.com>
15445 * gdb.trace/report.exp (use_collected_data): Test the output
15446 of "info threads" and "info inferiors".
15448 2014-02-05 Yao Qi <yao@codesourcery.com>
15452 2013-05-24 Yao Qi <yao@codesourcery.com>
15454 * gdb.trace/tfile.exp: Test inferior and thread.
15456 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15458 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15460 * gdb.base/step-bt.c: Call hello via function pointer to make
15461 sure its first instruction is executed on powerpc64le-linux.
15463 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15465 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15467 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15469 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
15470 of the test patterns for use on little-endian systems.
15472 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15474 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15475 (decimal_vector): Fix for little-endian.
15477 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
15479 * gdb.arch/sparc-sysstep.exp: New file.
15480 * gdb.arch/sparc-sysstep.c: Likewise.
15482 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15484 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15486 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15488 2014-01-23 Tom Tromey <tromey@redhat.com>
15490 * gdb.ada/array_char_idx: New testcase.
15492 2014-01-23 Tom Tromey <tromey@redhat.com>
15495 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15496 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15499 2014-01-23 Tom Tromey <tromey@redhat.com>
15502 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15503 string from an inferior frame.
15504 * gdb.python/py-framefilter-mi.exp: Update.
15506 2014-01-22 Doug Evans <dje@google.com>
15508 * gdb.server/server-mon.exp: Add tests for "set debug-format".
15510 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15512 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15514 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15516 * gdb.trace/entry-values.exp: Remove excess space character from
15517 regex patterns. Handle s390 call instruction.
15519 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15521 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15522 define "*_start" label. Make "name" static.
15523 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15524 ${name} by references to ${name}_start.
15526 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15528 * gdb.base/info-macros.exp: Remove "debug" from the compile
15531 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15533 * gdb.dlang/demangle.exp: New file.
15535 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15537 * gdb.dlang/primitive-types.exp: New file.
15539 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15541 * configure.ac: Create gdb.dlang/Makefile.
15542 * configure: Regenerate.
15543 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15544 * gdb.dlang/Makefile.in: New file.
15545 * lib/d-support.exp: New file.
15546 * lib/gdb.exp (skip_d_tests): New proc.
15548 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15550 * gdb.btrace/delta.exp: Check reverse stepi.
15551 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
15552 * gdb.btrace/finish.exp: New.
15553 * gdb.btrace/next.exp: New.
15554 * gdb.btrace/nexti.exp: New.
15555 * gdb.btrace/record_goto.c: Add comments.
15556 * gdb.btrace/step.exp: New.
15557 * gdb.btrace/stepi.exp: New.
15558 * gdb.btrace/multi-thread-step.c: New.
15559 * gdb.btrace/multi-thread-step.exp: New.
15560 * gdb.btrace/rn-dl-bind.c: New.
15561 * gdb.btrace/rn-dl-bind.exp: New.
15562 * gdb.btrace/data.c: New.
15563 * gdb.btrace/data.exp: New.
15564 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15566 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15568 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15569 * gdb.btrace/exception.exp: Update.
15570 * gdb.btrace/instruction_history.exp: Update.
15571 * gdb.btrace/record_goto.exp: Update.
15572 * gdb.btrace/tailcall.exp: Update.
15573 * gdb.btrace/unknown_functions.exp: Update.
15574 * gdb.btrace/delta.exp: New.
15576 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15578 * gdb.btrace/record_goto.exp: Add backtrace test.
15579 * gdb.btrace/tailcall.exp: Add backtrace test.
15581 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15583 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15584 * gdb.btrace/record_goto.c: New.
15585 * gdb.btrace/record_goto.exp: New.
15586 * gdb.btrace/x86-record_goto.S: New.
15588 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15590 * gdb.btrace/function_call_history.exp: Update tests.
15591 * gdb.btrace/instruction_history.exp: Update tests.
15593 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15595 * gdb.btrace/function_call_history.exp: Fix expected field
15596 order for "record function-call-history".
15597 Add new tests for "record function-call-history /c".
15598 * gdb.btrace/exception.cc: New.
15599 * gdb.btrace/exception.exp: New.
15600 * gdb.btrace/tailcall.exp: New.
15601 * gdb.btrace/x86-tailcall.S: New.
15602 * gdb.btrace/x86-tailcall.c: New.
15603 * gdb.btrace/unknown_functions.c: New.
15604 * gdb.btrace/unknown_functions.exp: New.
15605 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15607 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15609 * gdb.btrace/instruction_history.exp: Update.
15610 * gdb.btrace/function_call_history.exp: Update.
15612 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15614 * gdb.btrace/function_call_history.exp: Fix expected function
15616 * gdb.btrace/instruction_history.exp: Initialize traced.
15617 Remove traced_functions.
15619 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15621 * gdb.btrace/function_call_history.exp: Update
15622 * gdb.btrace/instruction_history.exp: Update.
15624 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15626 * gdb.btrace/enable.exp: Update expected text.
15628 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
15630 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15633 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
15635 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15637 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
15639 * lib/gdb.exp (supports_process_record): Return true for
15640 arm*-linux*. (supports_reverse): Likewise.
15642 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
15646 * gdb.python/py-type.c: Enhance test case.
15647 * gdb.python/py-value-cc.cc: Likewise
15648 * gdb.python/py-type.exp: Add new tests.
15649 * gdb.python/py-value-cc.exp: Likewise
15651 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15652 Pedro Alves <palves@redhat.com>
15654 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15655 Make "name" extern.
15656 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15657 references to ${name}_start by references to ${name}.
15659 2014-01-10 Joel Brobecker <brobecker@adacore.com>
15661 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15663 2014-01-10 Joel Brobecker <brobecker@adacore.com>
15665 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15667 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
15668 Pedro Alves <palves@redhat.com>
15670 * gdb.mi/mi-info-os.exp: Connect to the target with
15671 mi_gdb_target_load.
15673 2014-01-08 Pedro Alves <palves@redhat.com>
15675 * gdb.threads/reconnect-signal.c: New file.
15676 * gdb.threads/reconnect-signal.exp: New file.
15678 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15680 * gdb.base/source-dir.exp: New file.
15682 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15684 * gdb.ada/mi_interface: New testcase.
15686 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15688 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15689 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15690 gdb.ada/pp-rec-component/pck.ads: New files.
15692 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15694 * gdb.python/py-pp-integral.c: New file.
15695 * gdb.python/py-pp-integral.py: New file.
15696 * gdb.python/py-pp-integral.exp: New file.
15698 For older changes see ChangeLog-1993-2013.
15700 ;; Local Variables:
15701 ;; mode: change-log
15704 ;; version-control: never
15707 Copyright 2014-2019 Free Software Foundation, Inc.
15708 Copying and distribution of this file, with or without modification,
15709 are permitted provided the copyright notice and this notice are preserved.