1 2019-04-11 Tom de Vries <tdevries@suse.de>
3 * boards/cc-with-dwz-m.exp: New file.
4 * boards/cc-with-dwz.exp: New file.
5 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
7 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
9 * gdb.base/start-cpp.exp: New file.
10 * gdb.base/start-cpp.cc: New file.
12 2019-04-08 Kevin Buettner <kevinb@redhat.com>
14 * gdb.python/py-thrhandle.exp: Adjust tests to call
15 thread_from_handle instead of thread_from_thread_handle.
17 2019-04-08 Kevin Buettner <kevinb@redhat.com>
19 * gdb.python/py-thrhandle.exp: Add tests for
20 gdb.InferiorThread.handle.
22 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
24 * gdb.python/py-function.exp: Check calling helper function from
26 * lib/gdb.exp (gdb_supported_languages): New proc.
28 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
30 * gdb.base/complex-parts.c: New file.
31 * gdb.base/complex-parts.exp: New file.
33 2019-04-01 Tom Tromey <tromey@adacore.com>
36 * gdb.dwarf2/dw2-ranges-main.c: New file.
37 * gdb.dwarf2/dw2-ranges-psym.c: New file.
38 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
40 2019-03-30 Simon Marchi <simark@simark.ca>
42 * gdb.base/default.exp: Add values for $_gdb_major and
45 2019-03-29 Tom Tromey <tromey@adacore.com>
47 * gdb.base/help.exp: Tighten apropos regexp.
49 2019-03-29 Keith Seitz <keiths@redhat.com>
51 * gdb.fortran/array-bounds.exp: New file.
52 * gdb.fortran/array-bounds.f90: New file.
54 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
56 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
58 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
60 * gdb.multi/hello.c (main): Increase alarm timer.
62 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
64 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
65 factor when no hardware watchpoint support.
67 2019-03-28 Alan Hayward <alan.hayward@arm.com>
68 Pedro Alves <palves@redhat.com>
70 * boards/local-board.exp: set sysroot to /.
72 2019-03-27 Alan Hayward <alan.hayward@arm.com>
74 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
77 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
79 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
81 (make_container): Initialise new field.
82 * gdb.python/py-prettyprint.exp: Add new tests.
83 * gdb.python/py-prettyprint.py (class ContainerPrinter)
84 <display_hint>: New method.
86 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
88 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
89 gdb_continue_to_breakpoint more throughout this test.
90 (run_lang_tests) Supply unique test names, and use
93 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
95 * gdb.base/finish-pretty.exp: Update expected results.
96 * gdb.base/pretty-print.c: New file.
97 * gdb.base/pretty-print.exp: New file.
99 2019-03-25 Pedro Alves <palves@redhat.com>
101 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
102 move comments outside list. Append '-i "" eof' section.
104 2019-03-22 Alan Hayward <alan.hayward@arm.com>
106 * README: Add pie options.
107 * gdb.base/break-interp.exp: Ensure pie is disabled.
108 * gdb.base/dump.exp: Likewise.
109 * lib/gdb.exp (gdb_compile): Add pie option.
111 2019-03-19 Tom Tromey <tromey@adacore.com>
113 * gdb.mi/mi2-cli-display.c: New file.
114 * gdb.mi/mi2-cli-display.exp: New file.
116 2019-03-18 Joel Brobecker <brobecker@adacore.com>
117 Tom Tromey <tromey@adacore.com>
119 * gdb.ada/ptype_array/pck.adb: New file.
120 * gdb.ada/ptype_array/pck.ads: New file.
121 * gdb.ada/ptype_array/foo.adb: New file.
122 * gdb.ada/ptype_array.exp: New file.
124 2019-03-14 Tom Tromey <tromey@adacore.com>
126 * gdb.base/style.exp: Add "set style sources" test.
128 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
130 * mi-breakpoint-location-ena-dis.exp: Rename to ...
131 * mi-breakpoint-multiple-locations.exp: ... this.
132 (make_breakpoints_pattern): New proc.
133 (do_test): Add mi_version parameter, test -break-insert,
134 -break-info and =breakpoint-created.
136 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
138 * config/default.exp: Remove 'load_lib gdb.exp'.
139 * config/monitor.exp: Likewise.
140 * config/sid.exp: Likewise.
141 * config/sim.exp: Likewise.
142 * config/slite.exp: Likewise.
143 * config/unix.exp: Likewise.
144 * gdb.base/default.exp: Remove unhelpful comment.
146 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
148 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
150 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
152 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
154 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
156 * gdb.fortran/type-kinds.exp: Update expected results.
158 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
160 * gdb.fortran/type-kinds.exp: Test new integer type kind.
162 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
164 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
166 (test_basic_parsing_of_type_kinds): Expand types tested.
167 (test_parsing_invalid_type_kinds): New function.
169 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
171 * gdb.fortran/intrinsics.exp: New file.
172 * gdb.fortran/intrinsics.f90: New file.
173 * gdb.fortran/type-kinds.exp: New file.
175 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
177 * gdb.fortran/dot-ops.exp: New file.
179 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
181 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
182 Check upper and lower case logical literals.
184 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
186 * gdb.fortran/types.exp (test_float_literal_types_accepted):
187 Remove duplicate tests.
189 2019-03-06 Alan Hayward <alan.hayward@arm.com>
191 * lib/gdb.exp (builtin_cd): rename of cd.
192 (cd): Override builtin.
194 2019-03-06 Richard Bunt <richard.bunt@arm.com>
196 * gdb.fortran/function-calls.exp: New file.
197 * gdb.fortran/function-calls.f90: New test.
199 2019-03-04 Richard Bunt <richard.bunt@arm.com>
201 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
202 on user program standard output.
203 * gdb.fortran/short-circuit-argument-list.f90: Record function
206 2019-02-28 Alan Hayward <alan.hayward@arm.com>
208 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
211 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
214 * gdb.base/interrupt-daemon-attach.c,
215 gdb.base/interrupt-daemon-attach.exp: New test.
217 2019-02-27 Pedro Alves <palves@redhat.com>
219 * gdb.base/page.exp: Add tests for "set width/height -1".
221 2019-02-27 Pedro Alves <palves@redhat.com>
223 * gdb.base/page.exp: Add tests for "set/show width/height" with
226 2019-02-27 Tom Tromey <tromey@adacore.com>
228 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
230 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
233 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
235 * gdb.base/align.exp: Extend to compile in both C and C++, and add
236 tests for structs with static members.
238 2019-02-26 Tom Tromey <tromey@adacore.com>
240 * gdb.python/py-value.exp (test_value_from_buffer): Check for
241 ValueError, not TypeError.
243 2019-02-26 Kevin Buettner <kevinb@redhat.com>
245 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
246 call from main program.
248 2019-02-23 Joel Brobecker <brobecker@adacore.com>
250 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
251 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
252 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
253 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
254 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
256 2019-02-22 Keith Seitz <keiths@redhat.com>
259 * gdb.base/symlink-sourcefile.c: New file.
260 * gdb.base/symlink-sourcefile.exp: New file.
262 2019-02-20 Tom Tromey <tom@tromey.com>
264 * gdb.base/info_qt.exp: Update.
266 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
268 * gdb.base/source.exp: Move "error in sourced script" code to
270 * gdb.base/source-error.gdb: Move contents to
271 source-error-1.gdb. Add new code to source source-error-1.gdb.
272 * gdb.base/source-error-1.gdb: New file, from previous
275 2019-02-17 Tom Tromey <tom@tromey.com>
277 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
279 * gdb.base/style.c (SOME_MACRO): New macro.
281 2019-02-17 Tom Tromey <tom@tromey.com>
283 * gdb.base/style.exp: Add line-wrapping tests.
284 * gdb.base/page.exp: Add test for quitting during pagination.
286 2019-02-17 Joel Brobecker <brobecker@adacore.com>
288 * gdb.ada/big_packed_array: New testcase.
289 * gdb.ada/homonym.exp: Fix incorrect expected output for
290 "break <homonym__get_value>" test.
292 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
295 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
296 and prepare_for_testing. Add comment.
297 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
298 redundant cleanup call. Clean up comment.
300 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
303 * gdb.arch/aarch64-dbreg-contents.exp: New file.
304 * gdb.arch/aarch64-dbreg-contents.c: New file.
306 2019-02-10 Joel Brobecker <brobecker@adacore.com>
308 * gdb.ada/mi_ref_changeable: New testcase.
310 2019-02-07 Alan Hayward <alan.hayward@arm.com>
312 * gdb.base/attach.exp: Add double attach test.
314 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
316 * lib/gdb.exp (default_gdb_start): Don't match pagination
318 (gdb_init): Set stty_init.
320 2019-01-27 Tom Tromey <tom@tromey.com>
322 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
325 2019-01-24 Alan Hayward <alan.hayward@arm.com>
327 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
329 (struct struct_static_02_02): Likewise.
330 (struct struct_static_02_03): Likewise.
331 (struct struct_static_02_04): Likewise.
332 (struct struct_static_04_01): Likewise.
333 (struct struct_static_04_02): Likewise.
334 (struct struct_static_04_03): Likewise.
335 (struct struct_static_04_04): Likewise.
336 (struct struct_static_06_01): Likewise.
337 (struct struct_static_06_02): Likewise.
338 (struct struct_static_06_03): Likewise.
339 (struct struct_static_06_04): Likewise.
340 (cmp_struct_static_02_01): Likewise.
341 (cmp_struct_static_02_02): Likewise.
342 (cmp_struct_static_02_03): Likewise.
343 (cmp_struct_static_02_04): Likewise.
344 (cmp_struct_static_04_01): Likewise.
345 (cmp_struct_static_04_02): Likewise.
346 (cmp_struct_static_04_03): Likewise.
347 (cmp_struct_static_04_04): Likewise.
348 (cmp_struct_static_06_01): Likewise.
349 (cmp_struct_static_06_02): Likewise.
350 (cmp_struct_static_06_03): Likewise.
351 (cmp_struct_static_06_04): Likewise.
352 (call_all): Test new structs.
353 * gdb.base/infcall-nested-structs.exp: Likewise.
355 2019-01-21 Alan Hayward <alan.hayward@arm.com>
356 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
358 2019-01-21 Alan Hayward <alan.hayward@arm.com>
359 * gdb.base/stack-protector.c: New test.
360 * gdb.base/stack-protector.exp: New file.
361 * gdb.cp/ovldbreak.exp: Only allow a single break line.
362 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
364 (gdb_compile): Remove stack protector for GCC and prevent
367 2019-01-16 Keith Seitz <keiths@redhat.com>
370 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
372 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
374 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
376 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
378 * gdb.arch/powerpc-vector-regs.c: New file.
379 * gdb.arch/powerpc-vector-regs.exp: New file.
381 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
383 * gdb.arch/altivec-regs.exp: Fix the list passed to
384 gdb_expect_list when testing "info vector".
386 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
388 * gdb.base/style.exp: Don't include path in testname.
390 2019-01-10 Keith Seitz <keiths@redhat.com>
394 * gdb.dwarf2/multidictionary.exp: New file.
396 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
398 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
399 (test_gnuv3_style_demangling): ... this.
400 (test_lucid_style_demangling): Remove.
401 (test_arm_style_demangling): Remove.
402 (test_hp_style_demangling): Remove.
403 (do_tests): Remove calls to the above.
405 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
407 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
410 2019-01-06 Tom Tromey <tom@tromey.com>
413 * gdb.dwarf2/typedef-void-finish.exp: New file.
415 2018-12-28 Tom Tromey <tom@tromey.com>
416 Simon Marchi <simark@simark.ca>
418 * gdb.base/jit-exec.exp: New file.
419 * gdb.base/jit-exec.c: New file.
420 * gdb.base/jit-execd.c: New file.
422 2018-12-28 Tom Tromey <tom@tromey.com>
424 * gdb.base/style.exp: Update test to check for address styling.
426 2018-12-28 Tom Tromey <tom@tromey.com>
428 * gdb.base/style.exp: Add test for styling of "Reading symbols"
431 2018-12-28 Tom Tromey <tom@tromey.com>
433 * gdb.base/style.exp: Add test for version number styling.
435 2018-12-28 Tom Tromey <tom@tromey.com>
437 * gdb.base/style.exp: Add test for print_address_symbolic.
439 2018-12-28 Tom Tromey <tom@tromey.com>
441 * gdb.base/style.exp: Add test for breakpoint setting.
443 2018-12-28 Tom Tromey <tom@tromey.com>
445 * gdb.base/style.exp: Add test for variable names.
447 2018-12-28 Tom Tromey <tom@tromey.com>
449 * gdb.base/style.exp: New file.
450 * gdb.base/style.c: New file.
452 2018-12-28 Tom Tromey <tom@tromey.com>
454 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
456 * gdb.base/readline.exp (operate_and_get_next): Save and restore
457 the TERM environment variable.
459 2018-12-27 Tom Tromey <tom@tromey.com>
461 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
464 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
466 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
467 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
469 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
471 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
472 Filename a.adb changed to bp_fun_addr.adb.
473 gdb.ada/bp_fun_addr.exp: Update test accordingly.
475 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
477 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
479 * README: Mention the gdb,nopie_flag board setting.
480 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
482 * gdb.arch/amd64-entry-value.exp: Likewise.
483 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
484 * gdb.arch/i386-float.exp: Likewise.
485 * gdb.arch/i386-signal.exp: Likewise.
486 * gdb.mi/mi-reg-undefined.exp: Likewise.
488 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
491 * gdb.base/info-os.exp: Check return for unknown "info os" type.
493 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
495 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
496 Update order of results accordingly.
498 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
500 * gdb.base/annota1.exp: Update a test regexp.
502 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
504 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
506 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
508 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
509 (reuse_time): Initialize to REUSE_TIME_CAP.
510 (check_rc): New function.
511 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
512 Check pthread_create rc.
513 (spawner_thread_func): Check pthread_create and pthread_join rc.
515 2018-12-08 Pedro Alves <palves@redhat.com>
517 * gdb.base/list.exp (test_forward_search): Rename to ...
518 (test_forward_reverse_search): ... this. Also test reverse-search
519 and the forward-search alias.
521 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
523 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
524 local timeout variable before return, and remove all local timeout
526 (gdb_load): Likewise.
528 2018-12-01 Tom de Vries <tdevries@suse.de>
530 * gdb.base/gdb-caching-proc.exp: New file.
532 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
534 * Makefile.in (TIMESTAMP): New variable.
535 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
537 (check-single-racy): Likewise.
538 (check/%.exp): Likewise.
539 (check-racy/%.exp): Likewise.
540 (workers/%.worker): Likewise.
541 (build-perf): Likewise.
542 (check-perf): Likewise.
543 * README: Describe new "TS" and "TS_FORMAT" variables.
544 * print-ts.py: New file.
546 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
549 * gdb.python/python.exp: Test command repetition after
552 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
554 * gdb.opt/inline-break.exp: Add test that info breakpoint output
555 is correctly aligned.
557 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
559 * gdb.ada/info_auto_lang.exp: New testcase.
560 * gdb.ada/info_auto_lang/global_pack.ads: New file.
561 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
562 * gdb.ada/info_auto_lang/some_c.c: New file.
564 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
566 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
567 FUNC_lang language syntax.
569 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
571 * gdb.base/info_minsym.c: New file.
572 * gdb.base/info_minsym.exp: New file.
574 2018-11-19 Tom Tromey <tom@tromey.com>
577 * gdb.rust/simple.exp: Add ptype test. Update expected output.
578 * gdb.rust/expr.exp: Update expected output. Change one test.
580 2018-11-19 Tom Tromey <tom@tromey.com>
582 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
584 2018-11-19 Pedro Alves <palves@redhat.com>
586 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
587 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
588 see the expected warning.
590 2018-11-16 Alan Hayward <alan.hayward@arm.com>
593 * gdb.cp/infcall-nodebug-lib.c: New test.
594 * gdb.cp/infcall-nodebug-main.c: New test.
595 * gdb.cp/infcall-nodebug.exp: New file.
597 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
599 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
602 2018-11-09 Tom de Vries <tdevries@suse.de>
604 * gdb.base/msym-lang.c: New test.
605 * gdb.base/msym-lang.exp: New file.
606 * gdb.base/msym-lang-main.c: New test.
608 2018-11-08 Tom Tromey <tom@tromey.com>
612 * gdb.base/warning.exp: New file.
614 2018-11-08 Jan Beulich <jbeulich@suse.com>
616 * testsuite/gdb.arch/i386-avx512.c,
617 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
619 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
621 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
624 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
626 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
627 * gdb.dwarf2/missing-type-name.exp: New file.
629 2018-11-06 Tom de Vries <tdevries@suse.de>
631 * gdb.base/many-headers.c: New test.
632 * gdb.base/many-headers.exp: New file.
634 2018-11-06 Jim Wilson <jimw@sifive.com>
636 * gdb.base/code_elim.exp: For riscv, set additional_flags
637 to include -msmall-data-limit=0.
639 2018-11-01 Joel Brobecker <brobecker@adacore.com>
641 * gdb.ada/watch_minus_l: New testcase.
643 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
645 * gdb.arch/aix-sighandle.c: New file.
646 * gdb.arch/aix-sighandle.exp: New file.
648 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
650 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
651 registers being unions.
653 2018-10-31 Tom de Vries <tdevries@suse.de>
655 * lib/valgrind.exp: New file.
656 (vgdb_start, vgdb_stop): New procs, factored out of ...
657 * gdb.base/valgrind-bt.exp: ... here, ...
658 * gdb.base/valgrind-disp-step.exp: ... here and ...
659 * gdb.base/valgrind-infcall.exp: ... here.
661 2018-10-31 Tom de Vries <tdevries@suse.de>
663 * lib/gdb.exp (get_valueof): Don't output read value in test name.
665 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
667 * gdb.dwarf2/void-type.c: New file.
668 * gdb.dwarf2/void-type.exp: New file.
670 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
672 * gdb.base/info_qt.c: New file.
673 * gdb.base/info_qt.exp: New file.
675 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
677 * gdb.arch/powerpc-htm-regs.c: New file.
678 * gdb.arch/powerpc-htm-regs.exp: New file.
680 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
682 * gdb.arch/powerpc-tar.c: New file.
683 * gdb.arch/powerpc-tar.exp: New file.
685 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
687 * gdb.arch/powerpc-ppr-dscr.c: New file.
688 * gdb.arch/powerpc-ppr-dscr.exp: New file.
690 2018-10-25 Tom de Vries <tdevries@suse.de>
692 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
694 2018-10-24 Tom de Vries <tdevries@suse.de>
696 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
699 2018-10-24 Tom de Vries <tdevries@suse.de>
701 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
703 2018-10-24 Tom de Vries <tdevries@suse.de>
705 * gdb.base/valgrind-db-attach.exp: Handle removed support for
706 --db-attach in valgrind.
708 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
710 * gdb.arch/riscv-reg-aliases.c: New file.
711 * gdb.arch/riscv-reg-aliases.exp: New file.
713 2018-10-19 Alan Hayward <alan.hayward@arm.com>
715 * gdb.python/py-cmd.exp: Check for gdb_prompt.
717 2018-10-19 Alan Hayward <alan.hayward@arm.com>
719 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
721 2018-10-19 Alan Hayward <alan.hayward@arm.com>
723 * gdb.cp/ovldbreak.exp: Fix regexps.
725 2018-10-19 Alan Hayward <alan.hayward@arm.com>
727 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
729 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
732 * gdb.base/restore.exp: New test to check if "restore" with an
733 invalid file doesn't segfault.
735 2018-10-18 Tom de Vries <tdevries@suse.de>
737 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
738 * gdb.ada/excep_handle.exp: Same.
739 * gdb.ada/mi_string_access.exp: Same.
740 * gdb.ada/mi_var_union.exp: Same.
741 * gdb.arch/arc-analyze-prologue.exp: Same.
742 * gdb.arch/arc-decode-insn.exp: Same.
743 * gdb.base/readnever.exp: Same.
744 * gdb.fortran/printing-types.exp: Same.
745 * gdb.guile/scm-lazy-string.exp: Same.
747 2018-10-16 Tom de Vries <tdevries@suse.de>
750 * gdb.base/catch-follow-exec.c: Add copyright notice.
751 * gdb.base/catch-follow-exec.exp: Rewrite to use
752 gdb_spawn_with_cmdline_opts. Require gdb-native.
754 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
756 * gdb.trace/actions-changed.exp: Check for arch support.
757 * gdb.trace/actions.exp: Likewise.
758 * gdb.trace/ax.exp: Likewise.
759 * gdb.trace/backtrace.exp: Likewise.
760 * gdb.trace/change-loc.exp: Likewise.
761 * gdb.trace/deltrace.exp: Likewise.
762 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
763 * gdb.trace/ftrace.exp: Likewise.
764 * gdb.trace/infotrace.exp: Check for arch support.
765 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
766 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
767 * gdb.trace/mi-tsv-changed.exp: Likewise.
768 * gdb.trace/packetlen.exp: Likewise.
769 * gdb.trace/passc-dyn.exp: Likewise.
770 * gdb.trace/passcount.exp: Likewise.
771 * gdb.trace/pending.exp: Likewise.
772 * gdb.trace/range-stepping.exp: Check for shlib support.
773 * gdb.trace/report.exp: Check for arch support.
774 * gdb.trace/save-trace.exp: Likewise.
775 * gdb.trace/signal.exp: Check for signal support.
776 * gdb.trace/tfind.exp: Check for arch support.
777 * gdb.trace/trace-break.exp: Check for arch and shlib support.
778 * gdb.trace/trace-common.h: Add comment.
779 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
780 * gdb.trace/trace-enable-disable.exp: Likewise.
781 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
782 * gdb.trace/tracecmd.exp: Check for arch support.
783 * gdb.trace/tspeed.exp: Check for shlib and target support.
784 * gdb.trace/tstatus.exp: Check for arch support.
785 * gdb.trace/tsv.exp: Likewise.
786 * gdb.trace/while-dyn.exp: Likewise.
787 * gdb.trace/while-stepping.exp: Likewise.
788 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
790 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
792 * gdb.trace/tspeed.exp: Remove nowarnings.
793 (prepare_for_trace_test): Declare "global ipalib".
794 * gdb.trace/tspeed.c: Include unistd.h.
795 (main): Remove superfluous printf argument.
797 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
799 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
800 directory prefix on the filename.
802 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
804 * gdb.gdb/unittest.exp: Update expected message informing that
805 selftests have been disabled.
806 * gdb.server/unittest.exp: Likewise.
808 2018-10-09 Tom de Vries <tdevries@suse.de>
810 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
813 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
816 * gdb.cp/virtbase2.cc: New file.
817 * gdb.cp/virtbase2.exp: New file.
819 2018-10-06 Tom Tromey <tom@tromey.com>
822 * gdb.python/py-inferior.exp: Add architecture test.
824 2018-10-06 Tom Tromey <tom@tromey.com>
826 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
827 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
829 2018-10-06 Tom Tromey <tom@tromey.com>
831 * gdb.python/py-breakpoint.exp (check_last_event): Check location
832 of a "throw" catchpoint.
834 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
836 * gdb.base/info-proc.exp: Update string expected from "help info
839 2018-10-04 Tom Tromey <tom@tromey.com>
841 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
842 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
843 (test_initial_complaints, test_empty_complaints): Update.
844 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
846 2018-10-04 Tom Tromey <tom@tromey.com>
849 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
850 * lib/gdb.exp (gdb_file_cmd): Update.
851 * gdb.stabs/weird.exp (print_weird_var): Update.
852 * gdb.server/solib-list.exp: Update.
853 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
854 * gdb.mi/mi-cli.exp: Update.
855 * gdb.linespec/linespec.exp: Update.
856 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
857 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
858 * gdb.cp/cp-relocate.exp: Update.
859 * gdb.base/sym-file.exp: Update.
860 * gdb.base/relocate.exp: Update.
861 * gdb.base/readnever.exp: Update.
862 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
863 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
864 * gdb.base/dbx.exp (gdb_file_cmd): Update.
865 * gdb.base/code_elim.exp: Update.
866 * gdb.base/break-unload-file.exp (test_break): Update.
867 * gdb.base/break-interp.exp (test_attach_gdb): Update.
868 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
870 * gdb.base/attach.exp (do_attach_tests): Update.
871 * gdb.base/sepdebug.exp: Update.
872 * gdb.python/py-section-script.exp: Update.
874 2018-10-04 Tom Tromey <tom@tromey.com>
877 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
878 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
881 2018-10-04 Tom Tromey <tom@tromey.com>
883 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
884 set width and height to 0.
885 (test_command_line_attach_run): Use -quiet.
887 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
889 * lib/gdb.exp (skip_ifunc_tests): New.
890 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
891 other compile failures.
892 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
894 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
896 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
897 is_amd64_regs_target.
899 2018-10-01 Alan Hayward <alan.hayward@arm.com>
901 * gdb.arch/aarch64-sighandler-regs.c: New test.
902 * gdb.arch/aarch64-sighandler-regs.exp: New file.
903 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
905 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
907 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
910 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
912 * gdb.base/frame-selection.exp: New file.
913 * gdb.base/frame-selection.c: New file.
915 2018-09-27 Alan Hayward <alan.hayward@arm.com>
917 * gdb.threads/check-libthread-db.c (thread_routine): Use a
921 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
923 * gdb.base/large-frame-1.c: New file.
924 * gdb.base/large-frame-2.c: New file.
925 * gdb.base/large-frame.exp: New file.
926 * gdb.base/large-frame.h: New file.
928 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
931 * gdb.base/write_mem.exp: New test.
932 * gdb.base/write_mem.c: Likewise.
934 2018-09-23 Tom Tromey <tom@tromey.com>
937 * gdb.python/py-parameter.exp: Add test for parameter that throws
940 2018-09-23 Tom Tromey <tom@tromey.com>
943 * gdb.python/py-template.exp (test_template_arg): Add test for
944 negative template argument number.
946 2018-09-23 Tom Tromey <tom@tromey.com>
949 * gdb.python/python.exp: Add test for post_event error.
951 2018-09-23 Tom Tromey <tom@tromey.com>
954 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
955 convert pointers to int and long.
957 2018-09-23 Tom Tromey <tom@tromey.com>
960 * gdb.python/py-value.exp (test_value_numeric_ops): Add
961 signed-ness conversion tests.
963 2018-09-23 Tom Tromey <tom@tromey.com>
966 * gdb.python/py-value.exp (test_float_conversion): New proc.
969 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
971 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
973 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
975 * gdb.base/complete-empty.exp: Skip tab-completion tests if
977 * gdb.base/utf8-identifiers.exp: Likewise.
978 * gdb.cp/cpcompletion.exp: Likewise.
979 * gdb.linespec/cpcompletion.exp: Likewise.
980 * gdb.linespec/cpls-abi-tag.exp: Likewise.
981 * gdb.linespec/cpls-ops.exp: Likewise.
983 2018-09-19 Richard Bunt <richard.bunt@arm.com>
984 Chris January <chris.january@arm.com>
986 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
987 * gdb.fortran/short-circuit-argument-list.exp: New file.
988 * gdb.fortran/short-circuit-argument-list.f90: New test.
990 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
992 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
993 "arch=" keyword when executing "-stack-list-frames".
995 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
997 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
998 "arch=" keyword when executing "-stack-list-frames".
1000 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1002 * gdb.ada/complete.exp: Expect for "@" when doing "complete
1005 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
1008 * gdb.python/python.exp: Test gdb.execute("show commands").
1010 2018-09-16 Tom Tromey <tom@tromey.com>
1012 * gdb.base/new-ui.exp (do_execution_tests): Update.
1013 * gdb.base/dbx.exp (test_breakpoints): Update.
1015 2018-09-14 Alan Hayward <alan.hayward@arm.com>
1017 * lib/gdb.exp (gdb_simple_compile): Add proc.
1018 (is_elf_target): Use gdb_simple_compile.
1019 (skip_altivec_tests): Likewise.
1020 (skip_vsx_tests): Likewise.
1021 (skip_tsx_tests): Likewise.
1022 (skip_btrace_tests): Likewise.
1023 (skip_btrace_pt_tests): Likewise.
1024 (gdb_can_simple_compile): Likewise.
1025 (gdb_has_argv0): Likewise.
1026 (gdb_target_symbol_prefix): Likewise.
1027 (target_supports_scheduler_locking): Likewise.
1029 2018-09-13 Tom Tromey <tom@tromey.com>
1031 * Makefile.in (TAGS): Recognize proc_with_prefix and
1034 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1036 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1039 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1041 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1042 and a few other Inferior properties when the Inferior is no
1045 2018-09-13 Tom Tromey <tom@tromey.com>
1048 * gdb.rust/simple.exp: Add test for enum field access error.
1050 2018-09-13 Tom Tromey <tom@tromey.com>
1053 * gdb.rust/simple.rs (EmptyEnum): New type.
1055 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1057 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1059 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1060 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1061 * gdb.python/py-symtab.exp: Update test printing an objfile.
1063 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1065 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
1068 2018-09-12 Alan Hayward <alan.hayward@arm.com>
1070 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
1071 (support_complex_tests): Use gdb_can_simple_compile.
1072 (is_ilp32_target): Likewise.
1073 (is_lp64_target): Likewise.
1074 (is_64_target): Likewise.
1075 (is_amd64_regs_target): Likewise.
1076 (is_aarch32_target): Likewise.
1077 (gdb_int128_helper): Likewise.
1079 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1081 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
1083 2018-09-10 Jerome Guitton <guitton@adacore.com>
1085 * gdb.ada/same_component_name: Add test for case of tagged record
1086 with variable-length fields.
1088 2018-09-10 Xavier Roirand <roirand@adacore.com>
1090 * gdb.ada/access_to_unbounded_array.exp: New testcase.
1091 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
1092 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
1093 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
1095 2018-09-10 Xavier Roirand <roirand@adacore.com>
1097 * gdb.ada/mi_string_access.exp: New testcase.
1098 * gdb.ada/mi_string_access/bar.adb: New file.
1099 * gdb.ada/mi_string_access/pck.adb: New file.
1100 * gdb.ada/mi_string_access/pck.asd: New file.
1102 2018-09-10 Xavier Roirand <roirand@adacore.com>
1104 * gdb.ada/mi_var_union.exp: New testcase.
1105 * gdb.ada/mi_var_union/bar.adb: New file.
1106 * gdb.ada/mi_var_union/pck.adb: New file.
1107 * gdb.ada/mi_var_union/pck.asd: New file.
1109 2018-09-08 Tom Tromey <tom@tromey.com>
1111 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
1113 2018-09-08 Tom Tromey <tom@tromey.com>
1116 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
1117 (register_pretty_printers): Register new printer.
1118 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
1120 * gdb.python/py-prettyprint.c (int_type3): New typedef.
1121 (an_int_type3): New global.
1123 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1125 * gdb.ada/expr_with_funcall: New testcase.
1127 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1129 * gdb.ada/packed_array_assign: New testcase.
1131 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
1133 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
1134 names, and add test prefixes to make test names unique.
1136 2018-09-05 Tom de Vries <tdevries@suse.de>
1138 * gdb.dwarf2/varval.exp: Add test.
1140 2018-09-04 Gary Benson <gbenson@redhat.com>
1142 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
1143 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
1145 2018-08-31 Tom Tromey <tom@tromey.com>
1147 * gdb.rust/simple.rs: Rename second variable "v".
1149 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
1151 * gdb.base/funcargs.c (use_a): New function.
1152 (recurse): Call use_a.
1154 2018-08-29 Keith Seitz <keiths@redhat.com>
1156 * gdb.compile/compile-cplus-anonymous.cc: New file.
1157 * gdb.compile/compile-cplus-anonymous.exp: New file.
1158 * gdb.compile/compile-cplus-array-decay.cc: New file.
1159 * gdb.compile/compile-cplus-array-decay.exp: New file.
1160 * gdb.compile/compile-cplus-inherit.cc: New file.
1161 * gdb.compile/compile-cplus-inherit.exp: New file.
1162 * gdb.compile/compile-cplus-member.cc: New file.
1163 * gdb.compile/compile-cplus-member.exp: New file.
1164 * gdb.compile/compile-cplus-method.cc: New file.
1165 * gdb.compile/compile-cplus-method.exp: New file.
1166 * gdb.compile/compile-cplus-mod.c: "New" file.
1167 * gdb.compile/compile-cplus-namespace.cc: New file.
1168 * gdb.compile/compile-cplus-namespace.exp: New file.
1169 * gdb.compile/compile-cplus-nested.cc: New file.
1170 * gdb.compile/compile-cplus-nested.exp: New file.
1171 * gdb.compile/compile-cplus-print.c: "New" file.
1172 * gdb.compile/compile-cplus-print.exp: "New" file.
1173 * gdb.compile/compile-cplus-virtual.cc: New file.
1174 * gdb.compile/compile-cplus-virtual.exp: New file.
1175 * gdb.compile/compile-cplus.c: "New" file.
1176 * gdb.compile/compile-cplus.exp: "New" file.
1177 * lib/compile-support.exp: New file.
1179 2018-08-16 Gary Benson <gbenson@redhat.com>
1182 * gdb.base/batch-exit-status.exp: New file.
1183 * gdb.base/batch-exit-status.good-commands: Likewise.
1184 * gdb.base/batch-exit-status.bad-commands: Likewise.
1186 2018-08-29 Alan Hayward <alan.hayward@arm.com>
1188 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
1189 (struct struct02): Likewise.
1190 (struct struct03): Likewise.
1191 (struct struct04): Likewise.
1192 (struct struct_01_01): New struct.
1193 (struct struct_01_02): Likewise.
1194 (struct struct_01_03): Likewise.
1195 (struct struct_01_04): Likewise.
1196 (struct struct_02_01): Likewise.
1197 (struct struct_02_02): Likewise.
1198 (struct struct_02_03): Likewise.
1199 (struct struct_02_04): Likewise.
1200 (struct struct_04_01): Likewise.
1201 (struct struct_04_02): Likewise.
1202 (struct struct_04_03): Likewise.
1203 (struct struct_04_04): Likewise.
1204 (struct struct_05_01): Likewise.
1205 (struct struct_05_02): Likewise.
1206 (struct struct_05_03): Likewise.
1207 (struct struct_05_04): Likewise.
1208 (cmp_struct01): Remove function.
1209 (cmp_struct02): Likewise.
1210 (cmp_struct03): Likewise.
1211 (cmp_struct04): Likewise.
1212 (cmp_struct_01_01): Add Function.
1213 (cmp_struct_01_02): Likewise.
1214 (cmp_struct_01_03): Likewise.
1215 (cmp_struct_01_04): Likewise.
1216 (cmp_struct_02_01): Likewise.
1217 (cmp_struct_02_02): Likewise.
1218 (cmp_struct_02_03): Likewise.
1219 (cmp_struct_02_04): Likewise.
1220 (cmp_struct_04_01): Likewise.
1221 (cmp_struct_04_02): Likewise.
1222 (cmp_struct_04_03): Likewise.
1223 (cmp_struct_04_04): Likewise.
1224 (cmp_struct_05_01): Likewise.
1225 (cmp_struct_05_02): Likewise.
1226 (cmp_struct_05_03): Likewise.
1227 (cmp_struct_05_04): Likewise.
1228 (call_all): Add new structs.
1229 * gdb.base/infcall-nested-structs.exp: Likewise.
1231 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
1233 * gdb.python/py-framefilter-mi.exp: Update regexp to
1234 check for "arch" field in frame output.
1236 2018-08-23 Kevin Buettner <kevinb@redhat.com>
1238 * gdb.dwarf2/dw2-ranges-func.c: New file.
1239 * gdb.dwarf2/dw2-ranges-func.exp: New file.
1241 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
1243 * gdb.base/term.exp: Compare terminal settings with values from
1245 * gdb.base/term.c: Get and set terminal settings.
1247 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1249 * lib/mi-support.exp (mi_expect_stop): Update regexp to
1250 accommodate new "arch" field in frame output.
1251 * gdb.mi/mi-return.exp: Likewise.
1252 * gdb.mi/mi-stack.exp: Likewise.
1253 * gdb.mi/mi-syn-frame.exp: Likewise.
1254 * gdb.mi/user-selected-context-sync.exp: Likewise.
1256 2018-08-19 Michael Spang <spang@google.com>
1259 * gdb.base/gcore-tls-pie.c: New file.
1260 * gdb.base/gcore-tls-pie.exp: New file.
1262 2018-08-18 Kevin Buettner <kevinb@redhat.com>
1264 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
1265 * gdb.dwarf2/varval.c: New file.
1266 * gdb.dwarf2/varval.exp: New file.
1268 2018-08-17 Alan Hayward <alan.hayward@arm.com>
1271 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1273 2018-08-16 Keith Seitz <keiths@redhat.com>
1275 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1276 tests expected to pass.
1278 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1280 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1281 -data-disassemble -a.
1282 (test_disassembly_bogus_args): Likewise.
1284 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
1286 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1288 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1290 * gdb.base/vla-optimized-out.exp: Add new test.
1292 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1294 * gdb.base/vla-optimized-out-o3.exp: Delete.
1295 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1296 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1299 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
1302 * gdb.server/extended-remote-restart.c: New file.
1303 * gdb.server/extended-remote-restart.exp: New file.
1305 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
1307 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1308 "set variable index = 42".
1310 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1312 * boards/index-cache-gdb.exp: New file.
1313 * gdb.dwarf2/index-cache.exp: New file.
1314 * gdb.dwarf2/index-cache.c: New file.
1315 * gdb.base/maint.exp: Check if we are using the index cache.
1317 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1319 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1322 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1324 * dg-extract-results.sh: Move to toplevel contrib.
1325 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1326 * Makefile.in (check-parallel-racy): Likewise.
1328 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
1330 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1331 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1332 tests if the target supports scheduler locking.
1334 2018-08-04 Tom de Vries <tdevries@suse.de>
1336 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1338 2018-08-02 Tom Tromey <tom@tromey.com>
1341 * gdb.cp/temargs.exp: Test "info address" of a template
1344 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
1346 * gdb.python/py-mi-var-info-path-expression.c: New file.
1347 * gdb.python/py-mi-var-info-path-expression.py: New file.
1348 * gdb.python/py-mi-var-info-path-expression.exp: New file.
1350 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
1352 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1353 error after "cannot resolve name" string.
1355 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
1357 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1359 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1361 2018-07-28 Tom de Vries <tdevries@suse.de>
1363 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1365 2018-07-26 Tom de Vries <tdevries@suse.de>
1367 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1369 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1371 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1374 2018-07-26 Tom de Vries <tdevries@suse.de>
1376 PR breakpoints/23366
1377 * gdb.base/catch-follow-exec.c: New test.
1378 * gdb.base/catch-follow-exec.exp: New file.
1380 2018-07-25 Tom de Vries <tdevries@suse.de>
1382 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
1383 vla-optimized-out.c.
1385 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
1387 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1388 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1390 2018-07-20 Tom de Vries <tdevries@suse.de>
1392 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1394 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1396 2018-07-19 Tom de Vries <tdevries@suse.de>
1398 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1401 2018-07-18 Tom de Vries <tdevries@suse.de>
1403 * gdb.base/vla-optimized-out.c: New test.
1404 * gdb.base/vla-optimized-out.exp: New file.
1406 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
1408 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1409 message "No address associated with hostname" when gdbserver
1410 cannot resolve the hostname.
1412 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1414 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1415 Add some test prefixes to make tests unique.
1417 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1419 * gdb.base/frameapply.c: New file.
1420 * gdb.base/frameapply.exp: New file.
1422 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1424 * gdb.base/skip.exp: Update expected error message.
1426 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1427 Jan Kratochvil <jan.kratochvil@redhat.com>
1428 Paul Fertser <fercerpav@gmail.com>
1429 Tsutomu Seki <sekiriki@gmail.com>
1431 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1433 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1435 * boards/native-gdbserver.exp: Likewise.
1436 * gdb.server/run-without-local-binary.exp: Improve regexp used
1437 for detecting when a remote debugging connection succeeds.
1438 * gdb.server/server-connect.exp: New file.
1439 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1440 Do not prefix the port number with ":".
1441 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
1442 support for detecting and using it. Add '$debughost_gdbserver'
1443 to the list of arguments used to start gdbserver. Handle case
1444 when gdbserver cannot resolve a network name.
1446 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1449 * gdb.base/ptype-offsets.cc (struct static_member): New
1451 (main) <stmember>: New variable.
1452 * gdb.base/ptype-offsets.exp: Add test for printing a struct
1453 with a static member in it.
1455 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1457 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1458 watchpoints enabled and disabled.
1460 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1462 * gdb.base/examine-backward.exp: Still run tests around address
1463 0x0, even if address 0x0 is not readable. Update the pattern for
1464 matching address 0x0 in expected output.
1466 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1468 * gdb.base/share-env-with-gdbserver.c (main): Add call to
1471 2018-07-04 Tom de Vries <tdevries@suse.de>
1473 * gdb.dwarf2/dw2-error.exp: Update expected error message.
1475 2018-07-02 Maciej W. Rozycki <macro@mips.com>
1478 * gdb.arch/mips-disassembler-options.exp: New test.
1479 * gdb.arch/mips-disassembler-options.s: New test source.
1481 2018-06-29 Pedro Alves <palves@redhat.com>
1483 * gdb.threads/names.exp: Adjust expected "info threads" output.
1485 2018-06-29 Pedro Alves <palves@redhat.com>
1487 * gdb.opt/inline-break.exp (line number, address): Add "info
1490 2018-06-29 Pedro Alves <palves@redhat.com>
1492 * gdb.opt/inline-break.c (func1): Add "break here" marker.
1493 * gdb.opt/inline-break.exp: Test setting breakpoints by line
1494 number and address and running to them.
1496 2018-06-29 Richard Bunt <richard.bunt@arm.com>
1498 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1500 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1502 * lib/compiler.c: Remove executable permission flag.
1504 2018-06-28 Richard Bunt <richard.bunt@arm.com>
1506 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1508 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1510 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1512 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1514 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1516 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1517 address argument is omitted.
1519 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1521 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1523 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
1526 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1527 * gdb.base/infoline-reloc-main-from-zero.c: New file.
1529 2018-06-26 Tom Tromey <tom@tromey.com>
1532 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1533 * gdb.rust/simple.rs (struct SimpleLayout): New.
1535 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
1537 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1538 "info registers" output.
1540 2018-06-21 Richard Bunt <richard.bunt@arm.com>
1542 * gdb.base/watchpoint-hw-attach.c: New test.
1543 * gdb.base/watchpoint-hw-attach.exp: New file.
1545 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
1547 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1549 * boards/dwarf4-gdb-index.exp: Likewise.
1550 * boards/fission-dwp.exp: Likewise.
1552 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
1554 * gdb.base/float128.exp: Add comment and improved fail message
1555 to the failure case of "print large128" test.
1557 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1559 * configure.ac: Remove AC_PREREQ.
1560 * configure: Re-generate.
1562 2018-06-19 Pedro Alves <palves@redhat.com>
1564 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1565 (func_extern_caller): New.
1566 (main): Call func_extern_caller.
1567 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1570 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
1573 * gdb.cp/typedef-base.cc: New file.
1574 * gdb.cp/typedef-base.exp: New file.
1576 2018-06-18 Tom de Vries <tdevries@suse.de>
1578 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1580 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1581 Richard Bunt <Richard.Bunt@arm.com>
1583 * gdb.threads/attach-slow-waitpid.c: New file.
1584 * gdb.threads/attach-slow-waitpid.exp: New file.
1585 * gdb.threads/slow-waitpid.c: New file.
1587 2018-06-14 Pedro Alves <palves@redhat.com>
1589 * gdb.base/fork-running-state.c: Include <errno.h>.
1590 (exit_if_relative_exits): New.
1591 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1593 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1596 2018-06-14 Tom de Vries <tdevries@suse.de>
1599 * gdb.base/finish-pretty.c: New test.
1600 * gdb.base/finish-pretty.exp: New file.
1602 2018-06-14 Pedro Alves <palves@redhat.com>
1604 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1605 gdb's expected startup output.
1607 2018-06-14 Pedro Alves <palves@redhat.com>
1609 * lib/selftest-support.exp (selftest_setup): Remove inlined
1612 2018-06-14 Tom de Vries <tdevries@suse.de>
1614 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1615 matching of breakpoint printing.
1617 2018-06-13 Tom de Vries <tdevries@suse.de>
1620 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1621 (fork_child): ... here, and ...
1622 (fork_parent): ... here.
1624 2018-06-12 Tom de Vries <tdevries@suse.de>
1626 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1628 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1629 Stephen Roberts <stephen.roberts@arm.com>
1631 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1632 rewrite test to describe action performed, rather than possible
1635 2018-06-08 Gary Benson <gbenson@redhat.com>
1637 * gdb.threads/check-libthread-db.exp: New file.
1638 * gdb.threads/check-libthread-db.c: Likewise.
1640 2018-06-05 Tom Tromey <tom@tromey.com>
1642 * gdb.base/default.exp: Update expected "show version" output.
1644 2018-06-05 Tom Tromey <tom@tromey.com>
1647 * gdb.cp/static-print-quit.exp: Update.
1648 * lib/gdb.exp (pagination_prompt): Update.
1649 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
1650 * gdb.python/python.exp: Update.
1652 2018-06-04 Joel Brobecker <brobecker@adacore.com>
1654 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1656 2018-06-01 Joel Brobecker <brobecker@adacore.com>
1658 * gdb.ada/bp_fun_addr: New testcase.
1660 2018-06-01 Tom Tromey <tom@tromey.com>
1662 * gdb.xml/tdesc-regs.exp (load_description): Update expected
1664 * gdb.dwarf2/method-ptr.exp: Set language to C++.
1665 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1666 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1667 * gdb.base/maint.exp (maint_pass_if): Update.
1669 2018-05-31 Maciej W. Rozycki <macro@mips.com>
1671 * gdb.base/endian.exp: New test.
1672 * gdb.base/endian.c: New test source.
1674 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
1677 * gdb.base/bt-selected-frame.c: New file.
1678 * gdb.base/bt-selected-frame.exp: New file.
1679 * lib/gdb.exp (get_current_frame_number): New function.
1681 2018-05-24 Maciej W. Rozycki <macro@mips.com>
1682 Pedro Alves <palves@redhat.com>
1684 * gdb.threads/tls-core.c: Include <stdlib.h>
1685 (thread_proc): Call `abort'.
1686 * gdb.threads/tls-core.exp: Generate a core with core_find too.
1687 (tls_core_test): New procedure, bits factored out from ...
1688 (top level): ... here. Test both native cores and gcore cores.
1690 2018-05-23 Tom Tromey <tom@tromey.com>
1692 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1694 2018-05-23 Tom Tromey <tom@tromey.com>
1696 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1698 (test_short_complaints): Likewise.
1699 (test_empty_complaints): Likewise.
1700 (test_initial_complaints): Update.
1702 2018-05-23 Tom Tromey <tom@tromey.com>
1704 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1706 2018-05-23 Tom Tromey <tom@tromey.com>
1708 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1709 (test_short_complaints): Update.
1711 2018-05-22 Pedro Alves <palves@redhat.com>
1713 * gdb.base/remote.exp: Only gdb_start after compiling the
1714 testcase. Issue "disconnect" before testing "set remote" command
1715 defaults. Issue clean_restart before running to main.
1717 2018-05-22 Pedro Alves <palves@redhat.com>
1719 * gdb.base/remote.exp: Adjust expected output of "show remote
1720 memory-write-packet-size". Add tests for "set remote
1721 memory-write-packet-size 0" and "set remote
1722 memory-write-packet-size fixed/limit".
1724 2018-05-22 Pedro Alves <palves@redhat.com>
1727 * gdb.base/utf8-identifiers.c: New file.
1728 * gdb.base/utf8-identifiers.exp: New file.
1730 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1732 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1734 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1736 * gdb.arch/powerpc-vsx-gcore.exp: New file.
1738 2018-05-18 Tom Tromey <tom@tromey.com>
1740 * gdb.base/ptype-offsets.exp: Update.
1742 2018-05-17 Keith Seitz <keiths@redhat.com>
1744 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1745 in expected breakpoint stop locations.
1746 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1747 move to proper scope to test variable values.
1748 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1749 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1751 (main): Call not_inline_func3.
1752 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1753 inline_func1, inline_func2, and inline_func3. Test that when each
1754 breakpoint is hit, GDB properly reports both the stop location
1755 and the backtrace. Repeat tests for temporary breakpoints.
1757 2018-05-15 Maciej W. Rozycki <macro@mips.com>
1759 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1760 rather then trying to access it in determining whether the PID
1761 of `gdbserver' could have been retrieved.
1763 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
1765 * gdb.arch/amd64-init-x87-values.S: New file.
1766 * gdb.arch/amd64-init-x87-values.exp: New file.
1768 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1770 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1772 2018-05-04 Tom Tromey <tom@tromey.com>
1775 * gdb.python/python.exp: Test multi-line execute.
1777 2018-05-04 Tom Tromey <tom@tromey.com>
1780 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1782 2018-05-04 Tom Tromey <tom@tromey.com>
1785 * gdb.base/define.exp: Test defining a user command inside a user
1787 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
1789 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1790 Pedro Alves <palves@redhat.com>
1792 PR breakpoints/19806 and support for PR external/20207.
1793 * gdb.base/watchpoint-unaligned.c: New file.
1794 * gdb.base/watchpoint-unaligned.exp: New file.
1796 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1798 * gdb.base/maint.exp: Make test names unique, use
1799 test_prefix_command_help to test 'help maint info', and remove
1800 repeated test of 'help maint'.
1802 2018-05-04 Tom Tromey <tom@tromey.com>
1805 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
1808 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1810 * gdb.base/maint.exp: Process output from 'maint print registers'
1813 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1815 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
1818 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
1820 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
1823 2018-05-02 Pedro Alves <palves@redhat.com>
1825 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
1826 to_log_command renames.
1827 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1829 2018-05-02 Tom Tromey <tom@tromey.com>
1831 * gdb.python/py-parameter.exp: Set test message.
1833 2018-05-02 Tom Tromey <tom@tromey.com>
1836 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
1837 PARAM_ZUINTEGER_UNLIMITED tests.
1839 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
1842 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
1845 2018-04-30 Tom Tromey <tom@tromey.com>
1847 * gdb.python/py-type.exp: Check align attribute.
1848 * gdb.python/py-type.c: New "aligncheck" global.
1850 2018-04-30 Tom Tromey <tom@tromey.com>
1853 * gdb.dwarf2/dw2-align.exp: New file.
1854 * gdb.cp/align.exp: New file.
1855 * gdb.base/align.exp: New file.
1856 * lib/gdb.exp (gdb_int128_helper): New proc.
1857 (has_int128_c, has_int128_cxx): New caching procs.
1859 2018-04-27 Tom Tromey <tom@tromey.com>
1862 * gdb.rust/simple.exp: Add inclusive range tests.
1864 2018-04-26 Pedro Alves <palves@redhat.com>
1866 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
1867 ifunc breakpoint locations correctly of ifunc breakpoints set
1868 while the program resolves the ifunc.
1870 2018-04-26 Pedro Alves <palves@redhat.com>
1872 * gdb.base/gnu-ifunc-final.c: New file.
1873 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
1874 * gdb.base/gnu-ifunc.exp (executable): Delete.
1875 (staticexecutable): Adjust.
1876 (lib_opts, exec_opts): Delete.
1877 (make_binsuffix, build, set-break): New procedures.
1878 (misc_tests): New, with tests factored out from the top level.
1879 (top level): Test different combinations of ifunc resolver name,
1880 resolver with and with debug info, and ifunc target with and
1881 without debug info. Wrap static tests with with_target_prefix.
1883 2018-04-26 Pedro Alves <palves@redhat.com>
1885 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
1886 return type" warnings.
1888 2018-04-25 Pedro Alves <palves@redhat.com>
1890 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
1892 * gdb.base/kill-after-signal.exp: Likewise.
1893 * gdb.threads/kill.exp: Likewise.
1895 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1896 Sergio Durigan Junior <sergiodj@redhat.com>
1897 Pedro Alves <palves@redhat.com>
1899 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
1900 regexps to expect for '[Inferior ... detached]' as well.
1901 * gdb.base/attach.exp: Likewise.
1902 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
1903 "gdb_continue_to_end".
1904 (test_catch_syscall_with_wrong_args): Likewise.
1905 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
1906 ']'. Don't set 'verbose' on.
1907 * gdb.base/foll-vfork.exp: Likewise.
1908 * gdb.base/fork-print-inferior-events.c: New file.
1909 * gdb.base/fork-print-inferior-events.exp: New file.
1910 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
1911 '[Inferior ... has been killed]' message.
1912 * gdb.base/kill-after-signal.exp: Likewise.
1913 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
1915 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
1917 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
1918 regexps to expect for '[Inferior ... detached]' as well.
1919 * gdb.threads/process-dies-while-detaching.exp: Likewise.
1921 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
1924 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
1926 2018-04-19 Richard Bunt <richard.bunt@arm.com>
1928 * gdb.threads/multiple-successive-infcall.c: New test.
1929 * gdb.threads/multiple-successive-infcall.exp: New file.
1931 2018-04-17 Tom Tromey <tom@tromey.com>
1933 * gdb.rust/simple.rs (Union): New type.
1934 (main): New local "u".
1935 * gdb.rust/simple.exp (test_one_slice): Add new test case.
1937 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1939 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
1940 number information in output of "whereis" command.
1941 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
1943 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1945 * gdb.ada/info_types.exp: Adjust expected output to the line
1946 numbers now printed by "info var/func/type".
1947 * gdb.base/completion.exp: Likewise.
1948 * gdb.base/included.exp: Likewise.
1949 * gdb.cp/cp-relocate.exp: Likewise.
1950 * gdb.cp/cplusfuncs.exp: Likewise.
1951 * gdb.cp/namespace.exp: Likewise.
1952 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1954 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1956 * gdb.btrace/cpu.exp: New.
1958 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1960 * gdb.base/step-indirect-call-thunk.exp: New.
1961 * gdb.base/step-indirect-call-thunk.c: New.
1962 * gdb.reverse/step-indirect-call-thunk.exp: New.
1963 * gdb.reverse/step-indirect-call-thunk.c: New.
1965 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
1967 * gdb.base/pie-fork.c: New file.
1968 * gdb.base/pie-fork.exp: New file.
1970 2018-04-11 Tom Tromey <tom@tromey.com>
1972 * gdb.rust/simple.exp: Add test for ".." struct initializer.
1974 2018-04-10 Pedro Alves <palves@redhat.com>
1976 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1977 exits. Instead loop running forever.
1978 (fork_parent): Run forever too.
1980 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1982 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1983 mi_continue_to_line.
1984 * gdb.mi/mi-stack.c (callee4): Add comment.
1986 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1988 * gdb.mi/mi-stack.exp: Fix indentation.
1990 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1993 * gdb.arch/amd64-osabi.exp: New file.
1995 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1998 * gdb.base/osabi.exp: New file.
2000 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
2002 * gdb.cp/static-typedef-print.exp: New file.
2003 * gdb.cp/static-typedef-print.cc: New file.
2005 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2007 * gdb.ada/varsize_limit: New testcase.
2009 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2011 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2013 * gdb.ada/notcplusplus: New testcase.
2015 * gdb.base/c-linkage-name.c: New file.
2016 * gdb.base/c-linkage-name.exp: New testcase.
2018 2018-03-26 Tom Tromey <tom@tromey.com>
2020 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
2021 * gdb.python/py-framefilter.py (name_error): New global.
2022 (ErrorInName.function): Use name_error.
2024 2018-03-26 Tom Tromey <tom@tromey.com>
2027 * gdb.python/py-framefilter.exp: Add "bt hide" test.
2029 2018-03-23 Keith Seitz <keiths@redhat.com>
2032 * gdb.cp/subtypes.exp: New file.
2033 * gdb.cp/subtypes.h: New file.
2034 * gdb.cp/subtypes.cc: New file.
2035 * gdb.cp/subtypes-2.cc: New file.
2037 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2039 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2040 (done): Call '_exit' not 'exit' to avoid atexit handlers.
2041 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2042 -nostartfiles when compiling the test. Confirm that all registers
2043 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2045 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2047 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2048 option, syntax was wrong anyway.
2049 * gdb.arch/arm-disp-step.exp: Likewise.
2050 * gdb.arch/sparc64-regs.exp: Likewise.
2051 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2052 option, syntax was wrong anyway, switch to use
2053 prepare_for_testing.
2054 * gdb.arch/i386-disp-step.exp: Likewise.
2056 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
2058 * gdb.ada/exec_changed.exp: Replace "target_info exists
2059 use_gdb_stub" by "use_gdb_stub".
2060 * gdb.ada/start.exp: Likewise.
2061 * gdb.base/async-shell.exp: Likewise.
2062 * gdb.base/attach-pie-misread.exp: Likewise.
2063 * gdb.base/attach-wait-input.exp: Likewise.
2064 * gdb.base/break-entry.exp: Likewise.
2065 * gdb.base/break-interp.exp: Likewise.
2066 * gdb.base/dprintf-detach.exp: Likewise.
2067 * gdb.base/nostdlib.exp: Likewise.
2068 * gdb.base/solib-nodir.exp: Likewise.
2069 * gdb.base/statistics.exp: Likewise.
2070 * gdb.base/testenv.exp: Likewise.
2071 * gdb.mi/mi-exec-run.exp: Likewise.
2072 * gdb.mi/mi-start.exp: Likewise.
2073 * gdb.multi/dummy-frame-restore.exp: Likewise.
2074 * gdb.multi/multi-arch-exec.exp: Likewise.
2075 * gdb.multi/multi-arch.exp: Likewise.
2076 * gdb.multi/tids.exp: Likewise.
2077 * gdb.multi/watchpoint-multi.exp: Likewise.
2078 * gdb.python/py-events.exp: Likewise.
2079 * gdb.threads/attach-into-signal.exp: Likewise.
2080 * gdb.threads/attach-stopped.exp: Likewise.
2081 * gdb.threads/threadapply.exp: Likewise.
2082 * lib/selftest-support.exp: Likewise.
2084 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
2086 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
2088 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
2090 * gdb.perf/template-breakpoints.cc: New file.
2091 * gdb.perf/template-breakpoints.exp: New file.
2092 * gdb.perf/template-breakpoints.py: New file.
2094 2018-03-19 Tom Tromey <tom@tromey.com>
2096 * gdb.rust/simple.rs (main): Add local variables field1, field2,
2098 * gdb.rust/simple.exp: Test bare identifier form of struct
2101 2018-03-19 Tom Tromey <tom@tromey.com>
2103 * gdb.gdb/observer.exp: Remove.
2105 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2107 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
2108 "qualified" option when setting breakpoints.
2109 * gdb.trace/backtrace.exp: Likewise.
2110 * gdb.trace/circ.exp: Likewise.
2111 * gdb.trace/collection.exp: Likewise.
2112 * gdb.trace/disconnected-tracing.exp: Likewise.
2113 * gdb.trace/ftrace-lock.exp: Likewise.
2114 * gdb.trace/ftrace.exp: Likewise.
2115 * gdb.trace/infotrace.exp: Likewise.
2116 * gdb.trace/packetlen.exp: Likewise.
2117 * gdb.trace/passc-dyn.exp: Likewise.
2118 * gdb.trace/qtro.exp: Likewise.
2119 * gdb.trace/read-memory.exp: Likewise.
2120 * gdb.trace/report.exp: Likewise.
2121 * gdb.trace/signal.exp: Likewise.
2122 * gdb.trace/status-stop.exp: Likewise.
2123 * gdb.trace/strace.exp: Likewise.
2124 * gdb.trace/tfind.exp: Likewise.
2125 * gdb.trace/trace-break.exp: Likewise.
2126 * gdb.trace/trace-condition.exp: Likewise.
2127 * gdb.trace/trace-mt.exp: Likewise.
2128 * gdb.trace/tstatus.exp: Likewise.
2129 * gdb.trace/tsv.exp: Likewise.
2130 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2131 * gdb.trace/unavailable.exp: Likewise.
2132 * gdb.trace/while-dyn.exp: Likewise.
2134 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2136 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
2137 that libinproctrace is copied to the target.
2139 2018-03-14 Tom Tromey <tom@tromey.com>
2142 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
2144 * gdb.base/wchar.exp: Likewise.
2146 2018-03-14 Tom Tromey <tom@tromey.com>
2149 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
2152 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
2155 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
2156 "target" to remote_exec.
2158 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
2161 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
2162 ${board}_upload): Remove.
2164 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2166 * gdb.cp/watch-cp.cc: New test.
2167 * gdb.cp/watch-cp.exp: New file.
2169 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2171 * gdb.base/infcall-nested-structs.exp: New file.
2172 * gdb.base/infcall-nested-structs.c: New file.
2173 * gdb.base/float.exp: Add riscv support.
2175 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
2177 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
2178 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
2180 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
2182 * gdb.server/abspath.exp: New file.
2183 * lib/gdb.exp (with_cwd): New procedure.
2185 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
2187 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
2189 (gdb_is_target_remote_prompt): New proc.
2190 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
2191 (gdb_is_target_native): Pass prompt parameter to
2194 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
2196 * gdb.base/load-command.c: New file.
2197 * gdb.base/load-command.exp: New file.
2198 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
2199 (gdb_is_target_1): ...this, and generalize for other targets
2201 (gdb_is_target_remote): Use gdb_is_target_1.
2202 (gdb_is_target_native): use gdb_is_target_1.
2204 2018-02-26 Tom Tromey <tom@tromey.com>
2207 * gdb.python/py-framefilter.exp: Update test.
2209 2018-02-26 Tom Tromey <tom@tromey.com>
2211 * gdb.dwarf2/variant.c: New file.
2212 * gdb.dwarf2/variant.exp: New file.
2214 2018-02-26 Tom Tromey <tom@tromey.com>
2216 * gdb.rust/simple.exp: Accept more possible results in enum test.
2218 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
2220 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
2223 2018-02-23 Maciej W. Rozycki <macro@mips.com>
2225 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
2226 name of a variable: $actual_linejj -> $actual_line.
2228 2018-02-21 John Baldwin <jhb@FreeBSD.org>
2230 * gdb.arch/amd64-i386-address.exp: Fix a typo.
2232 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
2234 * gdb.btrace/buffer-size.exp: Do not force BTS.
2236 2018-02-14 Pedro Alves <palves@redhat.com>
2238 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2241 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
2243 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2246 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
2248 * gdb.cp/m-static.exp: Check type of optimized out static
2251 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
2253 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2254 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2256 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
2257 Leszek Swirski <leszeks@google.com>
2259 * gdb.python/py-prettyprint.c
2260 (struct to_string_returns_value_inner,
2261 struct to_string_returns_value_wrapper): New.
2262 (main): Add tsrvw variable.
2263 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2264 ToStringReturnsValueWrapper): New classes.
2265 (register_pretty_printers): Register new pretty-printers.
2266 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2267 recursive pretty printer.
2268 * gdb.python/py-mi.exp: Likewise.
2270 2018-02-01 Leszek Swirski <leszeks@google.com>
2272 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2273 functions with the same name as an include file are parsed
2276 2018-02-01 Yao Qi <yao.qi@linaro.org>
2278 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2281 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
2283 * gdb.arch/powerpc-prologue-frame.s: New file.
2284 * gdb.arch/powerpc-prologue-frame.c: Likewise.
2285 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2287 2018-01-31 Joel Brobecker <brobecker@adacore.com>
2289 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2291 2018-01-30 Pedro Alves <palves@redhat.com>
2294 * gdb.base/interrupt-daemon.c: New.
2295 * gdb.base/interrupt-daemon.exp: New.
2296 * gdb.multi/multi-term-settings.c: New.
2297 * gdb.multi/multi-term-settings.exp: New.
2299 2018-01-30 Joel Brobecker <brobecker@adacore.com>
2301 * gdb.base/break.exp: Save the location where the breakpoint
2302 on break.c:47 was actually inserted when debugging the version
2303 compiled at -O2 and use it in the expected output of the "info
2304 break" test performed soon after.
2306 2018-01-22 Pedro Alves <palves@redhat.com>
2307 Sergio Durigan Junior <sergiodj@redhat.com>
2309 * gdb.base/whatis.exp: Add tests for 'set print object on' +
2310 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2312 2018-01-22 Joel Brobecker <brobecker@adacore.com>
2314 * gdb.base/break-include.c, gdb.base/break-include.inc,
2315 gdb.base/break-include.exp: New files.
2316 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2317 line number now being the actual line number where the breakpoint
2319 * gdb.mi/mi-break.exp: Likewise.
2320 * gdb.mi/mi-reverse.exp: Likewise.
2321 * gdb.mi/mi-simplerun.exp: Ditto.
2323 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2325 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2327 * gdb.mi/mi-var-create-rtti.exp: Likewise.
2329 2018-01-21 Don Breazeal <donb@codesourcery.com>
2330 Andrew Burgess <andrew.burgess@embecosm.com>
2332 * gdb.mi/basics.c: Add new global.
2333 * gdb.mi/mi-frame-regs.exp: New file.
2334 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2337 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2339 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2340 non-parameter, and on an unknown symbol.
2342 2018-01-19 Tom Tromey <tom@tromey.com>
2344 * gdb.rust/modules.rs (TWENTY_THREE): New global.
2345 * gdb.rust/modules.exp: Add ::-qualified lookup test.
2347 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2349 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2350 setrlimit and chdir to int.
2352 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2354 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2356 (my_tend): Likewise.
2357 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2358 rationale of avoiding FP- and vector instructions.
2360 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
2362 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2363 "info reg" with "\[ \t\]*".
2364 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2366 * gdb.arch/s390-multiarch.exp: Ditto.
2367 * gdb.base/pc-fp.exp: Ditto.
2368 * gdb.reverse/i386-precsave.exp: Ditto.
2369 * gdb.reverse/i386-reverse.exp: Ditto.
2370 * gdb.reverse/i387-env-reverse.exp: Ditto.
2371 * gdb.reverse/i387-stack-reverse.exp: Ditto.
2373 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2375 * lib/gdb.exp (gdb_compile): Re-enable use of
2376 universal_compile_options for languages other than Rust.
2378 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2380 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2382 2018-01-17 Mike Gulick <mgulick@mathworks.com>
2385 * gdb.base/solib-vanish.exp: New.
2386 * gdb.base/solib-vanish-main.c: New.
2387 * gdb.base/solib-vanish-lib1.c: New.
2388 * gdb.base/solib-vanish-lib2.c: New.
2390 2018-01-17 Yao Qi <yao.qi@linaro.org>
2392 * gdb.compile/compile.exp: Match the address printed for
2393 frame in the output of command "bt".
2395 2018-01-15 Tom Tromey <tom@tromey.com>
2397 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2400 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2402 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2404 (prepare): Return 0 on error, 1 on success.
2406 2018-01-12 Pedro Alves <palves@redhat.com>
2408 * gdb.base/continue-after-aborted-step-over.c: New.
2409 * gdb.base/continue-after-aborted-step-over.exp: New.
2411 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
2413 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2414 options when not creating an executable.
2416 2018-01-11 Pedro Alves <palves@redhat.com>
2419 * gdb.server/stop-reply-no-thread.c: New file.
2420 * gdb.server/stop-reply-no-thread.exp: New file.
2422 2018-01-10 Pedro Alves <palves@redhat.com>
2425 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
2426 functions too. Test setting breakpoints and printing C functions
2427 with no debug info too.
2428 * gdb.ada/bp_c_mixed_case/qux.c: New file.
2430 2018-01-10 Pedro Alves <palves@redhat.com>
2433 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2436 2018-01-10 Pedro Alves <palves@redhat.com>
2439 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2441 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2443 * gdb.server/unittest.exp: Match the output in non-development
2446 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2448 * gdb.gdb/unittest.exp: Match output in non-development mode.
2450 2018-01-08 Joel Brobecker <brobecker@adacore.com>
2452 * gdb.ada/access_tagged_param.exp: Relax expected output
2453 for value of "ObjL" in "continue" to pck.inspect breakpoint
2456 2018-01-08 Joel Brobecker <brobecker@adacore.com>
2458 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2459 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
2461 2018-01-05 Pedro Alves <palves@redhat.com>
2464 * gdb.base/libsegfault.exp: New.
2466 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2469 * gdb.ada/access_tagged_param.exp: New file.
2470 * gdb.ada/access_tagged_param/foo.adb: New file.
2472 2018-01-05 Pedro Alves <palves@redhat.com>
2475 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
2476 exercise lower case too, and to exercise both full matching and
2479 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2481 * gdb.ada/rename_subscript_param: New testcase.
2483 2018-01-05 Jerome Guitton <guitton@adacore.com>
2485 * gdb.ada/arr_acc_idx_w_gap: New testcase.
2487 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2489 * gdb.ada/convvar_comp: New testcase.
2491 2018-01-05 Xavier Roirand <roirand@adacore.com>
2493 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2494 (My_Table): New global variable.
2495 * testsuite/gdb.ada/array_char_idx.exp: Add test.
2497 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2500 * gdb.ada/maint_with_ada: New testcase.
2502 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2505 * gdb.ada/bp_c_mixed_case: New testcase.
2507 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2510 * gdb.ada/complete.exp: Add "complete break ada" test.
2512 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2515 * gdb.ada/info_addr_mixed_case: New testcase.
2517 2018-01-03 Xavier Roirand <roirand@adacore.com>
2519 * gdb.ada/excep_handle.exp: New testcase.
2520 * gdb.ada/excep_handle/foo.adb: New file.
2521 * gdb.ada/excep_handle/pck.ads: New file.
2523 2018-01-03 Joel Brobecker <brobecker@adacore.com>
2525 * gdb.base/step-line.c: Add extra empty line in copyright header.
2526 * gdb.base/step-line.inp: Likewise.
2528 2018-01-02 Joel Brobecker <brobecker@adacore.com>
2530 * gdb.ada/dyn_stride.exp: Add slice test.
2532 2018-01-02 Joel Brobecker <brobecker@adacore.com>
2534 * gdb.ada/dyn_stride: New testcase.
2536 2017-12-27 Stafford Horne <shorne@gmail.com>
2538 * gdb.xml/extra-regs.xml: Add example foo reggroup.
2539 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2541 2017-12-27 Stafford Horne <shorne@gmail.com>
2543 * gdb.base/reggroups.c: New file.
2544 * gdb.base/reggroups.exp: New file.
2546 2017-12-18 Joel Brobecker <brobecker@adacore.com>
2548 * gdb.dwarf2/ada-valprint-error.c: New file.
2549 * gdb.dwarf2/ada-valprint-error.exp: New file.
2551 2017-12-18 Joel Brobecker <brobecker@adacore.com>
2553 * gdb.ada/assign_arr: New testcase.
2555 2017-12-18 Xavier Roirand <roirand@adacore.com>
2557 * gdb.ada/funcall_ptr: New testcase.
2559 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2562 * gdb.base/ptype-offsets.cc: New file.
2563 * gdb.base/ptype-offsets.exp: New file.
2565 2017-12-15 Yao Qi <yao.qi@linaro.org>
2567 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2570 2017-12-15 Xavier Roirand <roirand@adacore.com>
2572 * gdb.ada/same_component_name: New testcase.
2574 2017-12-14 Joel Brobecker <brobecker@adacore.com>
2576 * gdb.ada/str_binop_equal: New testcase.
2578 2017-12-14 Joel Brobecker <brobecker@adacore.com>
2580 * gdb.ada/task_switch_in_core: New testcase.
2582 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
2584 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2585 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2586 call test_bkpt_qualified.
2587 (test_bkpt_qualified): New proc.
2589 2017-12-13 Pedro Alves <palves@redhat.com>
2591 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2592 Tighten regexp by matching with an anchor.
2594 2017-12-13 Pedro Alves <palves@redhat.com>
2596 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2597 ("expression with namespace"): New set of tests.
2598 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2599 (Nested::Test_NS::qux): New.
2600 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2601 defaults to 'start_quote_char' and 'end_quote_char' parameters.
2603 2017-12-13 Joel Brobecker <brobecker@adacore.com>
2605 * gdb.base/server-del-break.c: New file.
2606 * gdb.base/server-del-break.exp: New file.
2608 2017-12-12 Stafford Horne <shorne@gmail.com>
2610 * gdb.xml/tdesc-regs.exp: Add or1k support.
2612 2017-12-12 Stafford Horne <shorne@gmail.com>
2614 * gdb.base/bp-permanent.c: Define nop of or1k.
2616 2017-12-11 Joel Brobecker <brobecker@adacore.com>
2618 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2619 output with components being reordered.
2621 2017-12-11 Joel Brobecker <brobecker@adacore.com>
2623 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2624 output with components being reordered.
2626 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2627 Pedro Alves <palves@redhat.com>
2629 * gdb.base/maint.exp (check for .gdb_index): Check also for
2631 * gdb.dlang/watch-loc.c (.debug_aranges): New.
2632 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2633 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2634 (.gdb_index used after symbol reloading): Support also .debug_names.
2635 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2637 2017-12-08 Yao Qi <yao.qi@linaro.org>
2639 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2640 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2642 2017-12-08 Yao Qi <yao.qi@linaro.org>
2644 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2645 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2647 2017-12-08 Yao Qi <yao.qi@linaro.org>
2649 * gdb.arch/aarch64-tagged-pointer.c: New file.
2650 * gdb.arch/aarch64-tagged-pointer.exp: New file.
2652 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
2654 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2657 2017-12-07 Keith Seitz <keiths@redhat.com>
2659 PR breakpoints/22569
2660 * gdb.linespec/ls-errs.exp: Change expected result of "break
2661 -source this file has spaces.c -line 3".
2662 Check that an explicit source file followed by whitespace is
2663 identified as an invalid explicit location.
2665 2017-12-07 Keith Seitz <keiths@redhat.com>
2667 * gdb.cp/nested-types.cc: New file.
2668 * gdb.cp/nested-types.exp: New file.
2669 * lib/cp-support.exp: Load data-structures.exp library.
2670 (debug_cp_test_ptype_class): New global.
2671 (cp_ptype_class_verbose, next_line): New procedures.
2672 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2673 Add and document new return value.
2674 Switch the list of lines to a queue.
2675 Add support for new `type' key for nested type definitions.
2676 Add debugging/troubleshooting messages.
2677 * lib/data-structures.exp: New file.
2679 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
2681 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2682 with proc_with_prefix, don't use with_test_prefix.
2684 2017-12-07 Tom Tromey <tom@tromey.com>
2686 * gdb.base/break.exp: Add test for empty "commands".
2688 2017-12-07 Yao Qi <yao.qi@linaro.org>
2690 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2691 malloc and catch syscall.
2693 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
2695 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2696 tests for explicit locations.
2698 2017-12-06 Pedro Alves <palves@redhat.com>
2700 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2701 force-disabling XML descriptions.
2703 2017-12-04 Pedro Alves <palves@redhat.com>
2706 * gdb.arch/amd64-disp-step-avx.S: New file.
2707 * gdb.arch/amd64-disp-step-avx.exp: New file.
2709 2017-12-03 Pedro Alves <palves@redhat.com>
2711 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2713 (parent_function): Print distinct messages when waitpid fails, or
2714 the child exits with a signal, or the child exits for an unhandled
2716 * gdb.threads/process-dies-while-detaching.exp
2717 (detach_and_expect_exit): New 'inf_output_re' parameter and use
2718 it. Wait for both inferior output and GDB's prompt. Use an
2719 indirect spawn id list.
2720 (do_detach): New parameter 'child_exit'. Use it to compute
2721 expected inferior output.
2722 (test_detach, test_detach_watch, test_detach_killed_outside):
2723 Adjust to pass down the expected child exit kind.
2725 2017-12-01 Joel Brobecker <brobecker@adacore.com>
2726 Sergio Durigan Junior <sergiodj@redhat.com>
2727 Pedro Alves <palves@redhat.com>
2729 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2731 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
2733 * gdb.base/relocate.exp: Add tests to guarantee that arguments
2734 to 'symbol-file' and 'add-symbol-file' can be
2735 position-independent.
2737 2017-12-01 Yao Qi <yao.qi@linaro.org>
2739 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2740 the URL in copyright header.
2741 * gdb.arch/aarch64-fp.exp: Likewise.
2742 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2743 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2744 * gdb.base/expand-psymtabs.exp: Likewise.
2745 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2746 * gdb.fortran/common-block.exp: Likewise.
2747 * gdb.fortran/common-block.f90: Likewise.
2748 * gdb.fortran/logical.exp: Likewise.
2749 * gdb.fortran/vla-datatypes.f90: Likewise.
2750 * gdb.fortran/vla-sub.f90: Likewise.
2752 2017-11-30 Joel Brobecker <brobecker@adacore.com>
2754 * gdb.ada/repeat_dyn: New testcase.
2756 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
2758 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2759 Update for changed thread numbering.
2760 * gdb.cell/bt.exp: Update for changed GDB output.
2762 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
2764 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2765 setting isremote by hand.
2766 * boards/dwarf4-gdb-index.exp: Likewise.
2767 * boards/fission.exp: Likewise.
2768 * boards/stabs.exp: Likewise.
2770 2017-11-30 Pedro Alves <palves@redhat.com>
2772 * gdb.linespec/cpls-ops.exp
2773 (check_explicit_skips_function_argument): Extract the underlying
2774 type of size_t instead of hardcoding it.
2776 2017-11-29 Pedro Alves <palves@redhat.com>
2779 * gdb.linespec/cpls-abi-tag.cc: New file.
2780 * gdb.linespec/cpls-abi-tag.exp: New file.
2782 2017-11-29 Pedro Alves <palves@redhat.com>
2784 * gdb.base/langs.exp: Use -qualified.
2785 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
2787 * gdb.cp/namespace.exp: Use -qualified.
2788 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
2789 (overload-3, template-overload, template-ret-type, const-overload)
2790 (const-overload-quoted, anon-ns, ambiguous-prefix): New
2792 (test_driver): Call them.
2793 * gdb.cp/save-bp-qualified.cc: New.
2794 * gdb.cp/save-bp-qualified.exp: New.
2795 * gdb.linespec/explicit.exp: Test -qualified.
2796 * lib/completion-support.exp (completion::explicit_opts_list): Add
2798 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
2800 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
2802 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
2804 2017-11-29 Tom Tromey <tom@tromey.com>
2806 * gdb.base/relocate.exp: Update invalid argument test.
2807 Add new tests for invalid arguments.
2809 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2811 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
2813 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
2815 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2817 * gdb.cp/breakpoint.cc (bar): Set return type to void.
2818 * gdb.cp/psymtab-parameter.cc (func): Likewise.
2819 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
2821 * gdb.cp/shadow.cc (B.func): Return 0.
2823 2017-11-27 Joel Brobecker <brobecker@adacore.com>
2825 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
2826 expected output in gdb_expect call to allow the exception
2827 message to be present as well. Fix syntax confusion to avoid
2828 TCL thinking that exception_name is an array.
2830 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
2832 * gdb.arch/spu-info.c: Include <unistd.h>.
2833 (do_signal_test): Fix broken calls to write.
2834 * gdb.arch/spu-info.exp: Use prepare_for_testing.
2835 Fix checks for empty mailboxes. Update signal tests for corrected
2836 do_signal_test routine. Allow nonzero event status.
2837 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
2838 * gdb.cell/arch.exp: Use standard_output_file.
2839 * gdb.cell/break.exp: Likewise.
2840 * gdb.cell/bt.exp: Likewise.
2841 * gdb.cell/core.exp: Likewise.
2842 * gdb.cell/dwarfaddr.exp: Likewise.
2843 * gdb.cell/ea-cache.exp: Likewise.
2844 * gdb.cell/ea-standalone.exp: Likewise.
2845 * gdb.cell/f-regs.exp: Likewise.
2846 * gdb.cell/fork.exp: Likewise.
2847 * gdb.cell/gcore.exp: Likewise.
2848 * gdb.cell/mem-access.exp: Likewise.
2849 * gdb.cell/ptype.exp: Likewise.
2850 * gdb.cell/registers.exp: Likewise.
2851 * gdb.cell/sizeof.exp: Likewise.
2852 * gdb.cell/solib-symbol.exp: Likewise.
2853 * gdb.cell/solib.exp: Likewise.
2855 2017-11-25 Pedro Alves <palves@redhat.com>
2857 * gdb.base/complete-empty.exp: New file.
2858 * gdb.base/completion.exp: Adjust.
2860 2017-11-25 Pedro Alves <palves@redhat.com>
2862 * gdb.linespec/cpls-ops.cc: New file.
2863 * gdb.linespec/cpls-ops.exp: New file.
2864 * lib/completion-support.exp (test_complete_prefix_range_re): New,
2865 factored out from ...
2866 (test_complete_prefix_range): ... this.
2868 2017-11-24 Pedro Alves <palves@redhat.com>
2870 * gdb.linespec/cpcompletion.exp: New file.
2871 * gdb.linespec/cpls-hyphen.cc: New file.
2872 * gdb.linespec/cpls.cc: New file.
2873 * gdb.linespec/cpls2.cc: New file.
2874 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
2875 test to use test_gdb_complete_unique. Add label completion,
2876 keyword completion and explicit location completion tests.
2877 * lib/completion-support.exp: New file.
2879 2017-11-24 Joel Brobecker <brobecker@adacore.com>
2881 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
2882 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
2883 when hitting an exception catchpoint.
2885 2017-11-22 Yao Qi <yao.qi@linaro.org>
2887 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
2889 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
2891 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
2892 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
2893 * gdb.dwarf2/info-locals-optimized-out.c: New file.
2895 2017-11-22 Yao Qi <yao.qi@linaro.org>
2897 * gdb.base/info-os.exp: Pass pthreads.
2898 * gdb.multi/multi-attach.exp: Likewise.
2900 2017-11-22 Yao Qi <yao.qi@linaro.org>
2902 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
2905 2017-11-22 Yao Qi <yao.qi@linaro.org>
2907 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
2908 * gdb.base/break-interp.exp: Likewise.
2909 * gdb.base/jit-attach-pie.exp: Likewise.
2911 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2913 * gdb.base/float128.c (large128): New variable.
2914 * gdb.base/float128.exp: Add test to print largest __float128 value.
2916 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2918 * gdb.arch/vsx-regs.exp: Update register content checks.
2920 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
2922 * gdb.arch/ppc-longdouble.exp: New file.
2923 * gdb.arch/ppc-longdouble.c: Likewise.
2925 2017-11-21 Pedro Alves <palves@redhat.com>
2927 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
2929 2017-11-20 Pedro Alves <palves@redhat.com>
2931 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
2932 (long_double_typedef): New typedefs.
2933 Use DEF on double and long double.
2934 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
2936 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
2937 and 'long_double_ptr_same_size' locals. Use them to decide
2938 whether cast from array/function to float is valid/invalid.
2940 2017-11-17 Tom Tromey <tom@tromey.com>
2942 * gdb.rust/traits.rs: New file.
2943 * gdb.rust/traits.exp: New file.
2945 2017-11-17 Joel Brobecker <brobecker@adacore.com>
2947 * gdb.ada/minsyms: New testcase.
2949 2017-11-16 Pedro Alves <palves@redhat.com>
2951 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2952 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2954 2017-11-16 Pedro Alves <palves@redhat.com>
2956 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2957 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2959 2017-11-16 Pedro Alves <palves@redhat.com>
2961 * gdb.server/reconnect-ctrl-c.c: New file.
2962 * gdb.server/reconnect-ctrl-c.exp: New file.
2964 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
2966 * gdb.python/py-rbreak.exp: New file.
2967 * gdb.python/py-rbreak.c: New file.
2968 * gdb.python/py-rbreak-func2.c: New file.
2970 2017-11-16 Pedro Alves <palves@redhat.com>
2972 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2974 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2977 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
2979 * gdb.tui/completionn.exp (test_tab_completion): Add space in
2982 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
2984 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2987 2017-11-09 Pedro Alves <palves@redhat.com>
2989 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2990 factored out from ...
2991 (top level): ... here, and adjusted to avoid expecting beyond the
2992 prompt in a single gdb_test_multiple.
2994 2017-11-09 Pedro Alves <palves@redhat.com>
2996 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2998 * gdb.server/ext-attach.exp ("kill" test): Likewise.
2999 * gdb.server/ext-restart.exp ("kill" test): Likewise.
3000 * gdb.server/ext-run.exp ("kill" test): Likewise.
3001 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3003 2017-11-09 Pedro Alves <palves@redhat.com>
3005 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3006 match till end of line.
3008 2017-11-09 Pedro Alves <palves@redhat.com>
3010 * gdb.base/memattr.exp: Tighten regexes to match the end line.
3012 2017-11-09 Pedro Alves <palves@redhat.com>
3014 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
3015 New procedures, factored out from ...
3016 (top level): ... here, and adjusted to avoid expecting beyond the
3019 2017-11-09 Pedro Alves <palves@redhat.com>
3021 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
3022 output. Fix '?' match.
3024 2017-11-08 Joel Brobecker <brobecker@adacore.com>
3026 * gdb.ada/scoped_watch: New testcase.
3027 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
3028 which is actually correct.
3029 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
3030 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
3032 2017-11-08 Pedro Alves <palves@redhat.com>
3034 * gdb.gdb/complaints.exp (test_initial_complaints)
3035 (test_serial_complaints, test_short_complaints): Call
3036 complaint_internal instead of complaint.
3038 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
3040 * gdb.threads/tls-core.c: New file.
3041 * gdb.threads/tls-core.exp: Likewise.
3043 2017-11-08 Pedro Alves <palves@redhat.com>
3045 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3046 (p Exported_Capitalized): New test.
3047 (p exported_capitalized): New test.
3049 2017-11-07 Pedro Alves <palves@redhat.com>
3051 * gdb.cp/ena-dis-br-range.exp: Add more tests.
3053 2017-11-07 Pedro Alves <palves@redhat.com>
3055 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3056 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3057 (disable_invalid, disable_inverted, disable_negative): New
3059 ("bad numbers"): New set of tests.
3061 2017-11-07 Pedro Alves <palves@redhat.com>
3063 * gdb.cp/ena-dis-br-range.exp: Add tests.
3065 2017-11-07 Pedro Alves <palves@redhat.com>
3067 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
3069 2017-11-07 Xavier Roirand <roirand@adacore.com>
3070 Pedro Alves <palves@redhat.com>
3072 * gdb.base/ena-dis-br.exp: Add reference to
3073 gdb.cp/ena-dis-br-range.exp.
3074 * gdb.cp/ena-dis-br-range.exp: New file.
3075 * gdb.cp/ena-dis-br-range.cc: New file.
3077 2017-11-06 Pedro Alves <palves@redhat.com>
3079 * gdb.base/attach-non-pgrp-leader.c: New.
3080 * gdb.base/attach-non-pgrp-leader.exp: New.
3082 2017-11-06 Pedro Alves <palves@redhat.com>
3084 * configure.ac: No longer check for termio.h and sgtty.h.
3085 * configure: Regenerate.
3086 * remote-utils.c: Include termios.h instead of gdb_termios.h.
3087 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3088 Remove termio and sgtty code.
3090 2017-11-03 Yao Qi <yao.qi@linaro.org>
3092 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
3095 2017-11-03 Yao Qi <yao.qi@linaro.org>
3097 * gdb.python/py-thrhandle.exp: Skip it if python is not
3100 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
3102 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
3103 as a breakpoint command.
3105 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
3108 * gdb.python/py-infthread.exp: Test calling
3109 InferiorThread.inferior () multiple times in a row.
3111 2017-10-27 Keith Seitz <keiths@redhat.com>
3113 * gdb.opt/inline-break.exp (break_info_1): New procedure.
3114 Test "info break" for every inlined function breakpoint.
3116 2017-10-27 Yao Qi <yao.qi@linaro.org>
3118 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
3120 2017-10-26 Patrick Frants <osscontribute@gmail.com>
3122 * gdb.cp/classes.exp (test_static_members): Test printing
3124 * gdb.cp/classes.c (struct Inner, struct Outer): New.
3125 (Inner::instance, Outer::instance): New.
3127 2017-10-24 Pedro Alves <palves@redhat.com>
3129 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
3130 extra console" test in two stages.
3132 2017-10-24 Pedro Alves <palves@redhat.com>
3134 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
3136 2017-10-24 Pedro Alves <palves@redhat.com>
3138 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
3141 2017-10-24 Pedro Alves <palves@redhat.com>
3143 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
3144 $attempt" and "stoppedtry $stoppedtry" test prefixes.
3146 2017-10-24 Pedro Alves <palves@redhat.com>
3148 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
3149 parameter and handle it. Don't output read value in test name.
3151 2017-10-24 Pedro Alves <palves@redhat.com>
3153 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
3156 2017-10-24 Pedro Alves <palves@redhat.com>
3158 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
3159 include the unstable output directory name in the test's name.
3160 (initial_setup_simple) <'set args'>: Use custom test name.
3162 2017-10-24 Pedro Alves <palves@redhat.com>
3164 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
3165 with explicit test name.
3167 2017-10-20 Pedro Alves <palves@redhat.com>
3169 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
3170 'wait -i'. Use gdb_assert and remote_close.
3172 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
3174 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
3175 number from variable rather than hard-coded.
3177 2017-10-19 Pedro Alves <palves@redhat.com>
3179 * gdb.base/long-inferior-output.c: New file.
3180 * gdb.base/long-inferior-output.exp: New file.
3182 2017-11-18 Keith Seitz <keiths@redhat.com>
3184 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
3187 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
3188 Add additional user-defined conversion operator tests.
3190 2017-10-17 Pedro Alves <palves@redhat.com>
3192 * boards/native-stdio-gdbserver.exp: Load "local-board".
3194 2017-10-17 Pedro Alves <palves@redhat.com>
3196 * gdb.base/quit-live.c: New file.
3197 * gdb.base/quit-live.exp: New file.
3199 2017-10-16 Keith Seitz <keiths@redhat.com>
3201 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
3202 (class_with_protected_typedef, class_with_private_typedef)
3203 (struct_with_public_typedef, struct_with_protected_typedef)
3204 (struct_with_private_typedef): New classes/structs.
3205 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
3206 typedefs and access specifiers.
3208 2017-10-16 Pedro Alves <palves@redhat.com>
3209 Simon Marchi <simon.marchi@polymtl.ca>
3211 * README (Local vs Remote vs Native): New section.
3212 * boards/local-board.exp: New file, with bits factored out from
3214 * boards/native-extended-gdbserver.exp: ... here. Load
3216 * boards/native-gdbserver.exp: Load "local-board".
3217 (${board}_spawn, ${board}_exec): Delete.
3218 * boards/native-stdio-gdbserver.exp: Most contents factored out to
3220 * boards/stdio-gdbserver-base.exp: ... this new file.
3221 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
3222 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
3224 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
3225 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
3226 stdio_gdbserver_command.
3227 (${board}_get_remote_address, ${board}_get_comm_port)
3228 (${board}_download, ${board}_upload): Delete.
3229 (get_target_remote_pipe_cmd): New.
3231 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
3233 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3234 test_bkpt_deletion, test_bkpt_cond_and_cmds,
3235 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3236 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3237 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3238 remove with_test_prefix.
3240 2017-10-13 Pedro Alves <palves@redhat.com>
3242 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3243 * gdb.base/annota1.exp: Use it instead of is_remote.
3244 * gdb.base/annota3.exp: Use it instead of is_remote.
3245 * gdb.cp/annota2.exp: Use it instead of is_remote.
3246 * gdb.cp/annota3.exp: Use it instead of is_remote.
3247 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3249 2017-10-13 Pedro Alves <palves@redhat.com>
3251 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3252 (test_num_test_vars, run_and_count_vars, find_env)
3253 (test_set_unset_env, test_inherit_env_var): New procedures.
3254 (top level): Use them.
3256 2017-10-13 Pedro Alves <palves@redhat.com>
3258 * lib/selftest-support.exp (selftest_setup): Extend comments, and
3259 also skip on stub-like targets.
3261 2017-10-13 Pedro Alves <palves@redhat.com>
3264 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3265 (top level): Move some tests to ...
3266 (test_not_found): ... this new procedure.
3267 (top level): Call it.
3269 2017-10-13 Pedro Alves <palves@redhat.com>
3271 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
3272 expect different "info terminal" output if testing with a
3275 2017-10-13 Pedro Alves <palves@redhat.com>
3276 Simon Marchi <simon.marchi@polymtl.ca>
3279 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3281 2017-10-13 Pedro Alves <palves@redhat.com>
3283 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3286 2017-10-13 Pedro Alves <palves@redhat.com>
3288 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3291 2017-10-13 Pedro Alves <palves@redhat.com>
3293 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3296 2017-10-13 Pedro Alves <palves@redhat.com>
3298 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3300 (corefile_test_attach): Likewise. Check can_spawn_for_attach
3301 instead of is_remote.
3303 2017-10-13 Pedro Alves <palves@redhat.com>
3305 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3306 (top level): Add comment.
3308 2017-10-13 Pedro Alves <palves@redhat.com>
3310 * gdb.base/remote.exp (top level): Fix comment typo and add
3313 2017-10-13 Pedro Alves <palves@redhat.com>
3314 Simon Marchi <simon.marchi@polymtl.ca>
3316 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3317 calls and add comments. Skip test if use_gdb_stub is set.
3318 (top level): Use "set cwd" command instead of "cd" command.
3320 2017-10-13 Pedro Alves <palves@redhat.com>
3322 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3323 is_remote target check.
3325 2017-10-13 Pedro Alves <palves@redhat.com>
3327 * gdb.base/scope.exp: Use build_executable + clean_restart +
3328 gdb_file_cmd instead of prepare_for_testing and no longer skip
3329 "before run" tests on is_remote target boards. Update comments.
3330 * boards/native-extended-gdbserver.exp
3331 (extended_gdbserver_load_last_file): New, factored out from ...
3332 (gdb_load): ... this. Move further below and add comment.
3333 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3335 2017-10-12 Pedro Alves <palves@redhat.com>
3337 * gdb.base/attach.exp: Remove references to gdb64.
3338 * gdb.base/dbx.exp: Remove references to gdb64.
3340 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3341 Pedro Alves <palves@redhat.com>
3343 * gdb.base/label.exp: Remove is_remote target check.
3345 2017-10-12 Pedro Alves <palves@redhat.com>
3347 * gdb.base/auvx.exp (coredir): Update comment.
3348 (top level) <core_works>: Use "set cwd" command instead of "cd"
3351 2017-10-12 Pedro Alves <palves@redhat.com>
3352 Simon Marchi <simon.marchi@polymtl.ca>
3354 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3357 2017-10-12 Pedro Alves <palves@redhat.com>
3358 Simon Marchi <simon.marchi@polymtl.ca>
3360 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3361 Instead skip if there's any gdb_protocol set.
3363 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3364 Pedro Alves <palves@redhat.com>
3366 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3368 2017-10-12 Pedro Alves <palves@redhat.com>
3369 Simon Marchi <simon.marchi@polymtl.ca>
3371 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3372 instead of on dejagnu remote boards.
3374 2017-10-12 Pedro Alves <palves@redhat.com>
3375 Simon Marchi <simon.marchi@polymtl.ca>
3377 * gdb.base/inferior-died.exp: Remove is_remote and isnative
3378 checks. Use build_executable + clean_restart instead of
3379 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
3380 of enabling non-stop after starting gdb.
3382 2017-10-12 Pedro Alves <palves@redhat.com>
3384 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3385 * gdb.threads/non-ldr-exc-2.exp: Ditto.
3386 * gdb.threads/non-ldr-exc-3.exp: Ditto.
3387 * gdb.threads/non-ldr-exc-4.exp: Ditto.
3389 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
3391 * gdb.arch/arc-tdesc-cpu.exp: New file.
3392 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3394 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
3396 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3398 2017-10-10 Pedro Alves <palves@redhat.com>
3400 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3403 2017-10-10 Pedro Alves <palves@redhat.com>
3405 * lib/selftest-support.exp (selftest_setup): Update for
3406 captured_command_loop's prototype change.
3408 2017-10-09 Pedro Alves <palves@redhat.com>
3410 Test both arch1=>arch2 and arch2=>arch1.
3412 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3413 (srcfile2, binfile2, march1, march2): Remove globals. Largely
3415 (append_arch1_options, append_arch2_options, append_arch_options)
3416 (build_executables): New procedures.
3417 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
3419 (top level): Add new 'first_arch' testing axis.
3421 2017-10-09 Pedro Alves <palves@redhat.com>
3423 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3425 (thread_start, all_started): New functions.
3426 (main): Spawn new thread and wait until it is scheduled.
3427 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3429 (do_test): Add 'selected_thread' parameter. Run to all_started
3430 instead of main. Explicitly set the breakpoint at main. Switch
3431 to the SELECTED_THREAD thread.
3432 (top level): Test handling the exec event with either the main
3433 thread or the second thread selected.
3435 2017-10-09 Pedro Alves <palves@redhat.com>
3437 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3438 logic. Move STOP marker after the value checks.
3439 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3442 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
3444 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3446 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3448 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3449 integer-to-dfp conversion.
3450 * gdb.base/dfp-test.exp: Likewise.
3452 2017-10-04 Pedro Alves <palves@redhat.com>
3454 * gdb.multi/hangout.c: Include <unistd.h>.
3455 (hangout_loop): New function.
3456 (main): Call alarm. Call hangout_loop in a loop.
3457 * gdb.multi/hello.c: Include <unistd.h>.
3458 (hello_loop): New function.
3459 (main): Call alarm. Call hangout_loop in a loop.
3460 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3461 inferior with the other selected.
3463 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
3465 * gdb.mi/list-thread-groups-available.exp: New file.
3466 * gdb.mi/list-thread-groups-available.c: New file.
3468 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3470 * gdb.base/set-cwd.exp: Make it available on
3471 native-extended-gdbserver.
3473 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3475 * gdb.base/set-cwd.c: New file.
3476 * gdb.base/set-cwd.exp: Likewise.
3478 2017-10-02 Tom Tromey <tom@tromey.com>
3481 * gdb.rust/simple.rs (main): New variable "fslice".
3482 * gdb.rust/simple.exp: Add slice tests. Update string tests.
3484 2017-10-02 Tom Tromey <tom@tromey.com>
3486 * gdb.rust/simple.exp: Test ptype of a slice.
3488 2017-10-02 Tom Tromey <tom@tromey.com>
3490 * gdb.rust/simple.exp: Test index of slice.
3492 2017-09-27 Tom Tromey <tom@tromey.com>
3494 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3496 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
3497 Pedro Alves <palves@redhat.com>
3499 * gdb.base/compare-sections.exp (get value of read-only section): Read
3501 (corrupt read-only section): Likewise and don't set written if patching
3504 2017-09-21 Kevin Buettner <kevinb@redhat.com>
3506 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3509 2017-09-20 Pedro Alves <palves@redhat.com>
3511 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3512 symbol names in gdb's output.
3513 * gdb.cp/overload.exp ("list all overloads"): Likewise.
3515 2017-09-20 Pedro Alves <palves@redhat.com>
3517 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3519 (test_list_ambiguous_symbol): ... this and add a symbol name
3521 (test_list_ambiguous_function): Reimplement on top of
3522 test_list_ambiguous_symbol and also test listing ambiguous
3524 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3525 (ambiguous_fun): ... this.
3526 (ambiguous_var): New.
3527 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3528 (ambiguous_fun): ... this.
3529 (ambiguous_var): New.
3531 2017-09-19 John Baldwin <jhb@FreeBSD.org>
3533 * gdb.base/starti.c: New file.
3534 * gdb.base/starti.exp: New file.
3535 * lib/gdb.exp (gdb_starti_cmd): New procedure.
3537 2017-09-14 Pedro Alves <palves@redhat.com>
3539 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3540 (top level): Use it instead of runto.
3542 2017-09-11 Tom Tromey <tom@tromey.com>
3544 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3546 2017-09-11 Tom Tromey <tom@tromey.com>
3548 * gdb.python/py-infthread.exp: Add tests for new_thread event.
3549 * gdb.python/py-inferior.exp: Add tests for new inferior events.
3551 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
3553 * gdb.fortran/printing-types.exp: New file.
3554 * gdb.fortran/printing-types.exp: New file.
3556 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3558 * gdb.fortran/vla-ptype.exp: Fix typos.
3559 * gdb.fortran/vla-value.exp: Same.
3561 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3563 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3564 * gdb.mi/mi-var-child-f.exp: Likewise.
3565 * gdb.mi/mi-vla-fortran.exp: Likewise.
3567 2017-09-08 Frank Penczek <frank.penczek@intel.com>
3568 Christoph Weinmann <christoph.t.weinmann@intel.com>
3569 Bernhard Heckel <bernhard.heckel@intel.com>
3571 * gdb.fortran/ptr-indentation.f90: New file.
3572 * gdb.fortran/ptr-indentation.exp: New file.
3574 2017-09-05 Tom Tromey <tom@tromey.com>
3577 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3579 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
3581 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3583 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3585 * gdb.threads/tls-nodebug-pie.c: New file.
3586 * gdb.threads/tls-nodebug-pie.exp: New file.
3588 2017-09-05 Tom Tromey <tom@tromey.com>
3590 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3593 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3595 * gdb.multi/multi-arch-exec.exp: Test with different
3596 "follow-exec-mode" settings.
3597 (do_test): New procedure.
3599 2017-09-04 Pedro Alves <palves@redhat.com>
3601 * gdb.base/func-static.c (S::method const, S::method volatile)
3602 (S::method volatile const): New methods.
3603 (c_s, v_s, cv_s): New instances.
3604 (main): Call method() on them.
3605 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3606 (cannot_resolve): New procedure.
3607 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
3608 print-quote-unquoted columns.
3609 (do_test): Test printing each scope too.
3611 2017-09-04 Pedro Alves <palves@redhat.com>
3613 * gdb.base/local-static.exp: Also test with
3614 class::method::variable wholly quoted.
3615 * gdb.cp/m-static.exp (class::method::variable): Remove test.
3617 2017-09-04 Pedro Alves <palves@redhat.com>
3619 * gdb.base/local-static.c: New.
3620 * gdb.base/local-static.cc: New.
3621 * gdb.base/local-static.exp: New.
3623 2017-09-04 Pedro Alves <palves@redhat.com>
3625 * gdb.asm/asm-source.exp: Add casts to int.
3626 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3627 (dataglobal64_1, dataglobal64_2): New globals.
3628 * gdb.base/nodebug.exp: Test different expressions involving the
3629 new globals, with print, whatis and ptype. Add casts to int.
3630 * gdb.base/solib-display.exp: Add casts to int.
3631 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
3632 * gdb.cp/m-static.exp: Add cast to int.
3633 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3634 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3635 tls variable with no debug info without a cast. Test with a cast
3637 * gdb.trace/entry-values.exp: Add casts.
3639 2017-09-04 Pedro Alves <palves@redhat.com>
3641 * gdb.base/nodebug.exp: Test that ptype's error about functions
3642 with unknown return type includes the function name too.
3644 2017-09-04 Pedro Alves <palves@redhat.com>
3646 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3647 return type of munmap in infcall.
3648 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3649 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
3650 type of ftell in infcall.
3651 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3652 type of getpid in infcall.
3653 * gdb.base/infcall-exec.exp: Cast return type of execlp in
3655 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3656 Bail on failure to extract the pid.
3657 * gdb.base/nodebug.c: #include <stdint.h>.
3658 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3660 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3661 Change expected output of print/whatis/ptype with functions with
3662 no debug info. Test all supported languages. Call
3663 test_call_promotion.
3664 * gdb.compile/compile.exp: Adjust expected output to expect
3666 * gdb.threads/siginfo-threads.exp: Likewise.
3668 2017-09-04 Pedro Alves <palves@redhat.com>
3670 * gdb.base/callfuncs.exp (do_function_calls): New parameter
3671 "prototypes". Test calling float functions via prototyped and
3672 unprototyped function pointers.
3673 (perform_all_tests): New parameter "prototypes". Pass it down.
3674 (top level): Pass down "prototypes" parameter to
3677 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3679 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3680 Test with nested loops.
3682 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3684 * gdb.base/commands.exp: Call the new procedures.
3685 (loop_break_test, loop_continue_test): New procedures.
3687 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3689 * gdb.base/commands.exp: Call new procedure.
3690 (define_if_without_arg_test): New procedure.
3692 2017-09-04 Pedro Alves <palves@redhat.com>
3694 * gdb.base/list-ambiguous.exp: New file.
3695 * gdb.base/list-ambiguous0.c: New file.
3696 * gdb.base/list-ambiguous1.c: New file.
3697 * gdb.base/list.exp (test_list_range): Adjust expected output.
3699 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
3701 * gdb.base/share-env-with-gdbserver.c: New file.
3702 * gdb.base/share-env-with-gdbserver.exp: Likewise.
3704 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3706 * gdb.base/commands.exp (gdbvar_simple_if_test,
3707 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3708 progvar_simple_if_test, progvar_simple_while_test,
3709 progvar_complex_if_while_test, user_defined_command_test,
3710 user_defined_command_args_eval,
3711 user_defined_command_args_stack_test,
3712 user_defined_command_manyargs_test, bp_deleted_in_command_test,
3713 temporary_breakpoint_commands,
3714 gdb_test_no_prompt, redefine_hook_test,
3715 redefine_backtrace_test): Remove "global gdb_prompt".
3717 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3719 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3720 New proc, call it from toplevel.
3722 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3725 * gdb.server/normal.c: New file, copied from gdb.base.
3726 * gdb.server/run-without-local-binary.exp: New file.
3728 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
3730 * gdb.arch/sparc64-adi.exp: New file.
3731 * gdb.arch/sparc64-adi.c: New file.
3733 2017-08-22 Pedro Alves <palves@redhat.com>
3735 * gdb.cp/overload.exp (line_range_pattern): New procedure.
3736 (top level): Add "list all overloads" tests.
3738 2017-08-22 Tom Tromey <tom@tromey.com>
3740 * gdb.gdb/xfullpath.exp: Remove.
3742 2017-08-21 Pedro Alves <palves@redhat.com>
3745 * gdb.base/symbol-alias.c: New.
3746 * gdb.base/symbol-alias2.c: New.
3747 * gdb.base/symbol-alias.exp: New.
3749 2017-08-21 Pedro Alves <palves@redhat.com>
3751 * gdb.base/dfp-test.c
3752 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3753 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3754 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3755 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3756 * gdb.base/whatis-ptype-typedefs.c: New.
3757 * gdb.base/whatis-ptype-typedefs.exp: New.
3758 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3759 (an_int, an_int_type, an_int_type2): New globals.
3760 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3761 involving typedefs and cast expressions.
3762 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3763 (lookup_typedefs_function): New.
3764 (typedefs_pretty_printers_dict): New.
3765 (top level): Register lookup_typedefs_function in
3766 gdb.pretty_printers.
3768 2017-08-18 Yao Qi <yao.qi@linaro.org>
3770 * gdb.server/unittest.exp: New.
3772 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
3775 * gdb.base/environ.exp: Add test to check if 'unset environment'
3778 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3780 * lib/gdb.exp (universal_compile_options): New caching proc.
3781 (gdb_compile): Suppress GCC's coloring of messages.
3783 2017-08-14 Tom Tromey <tom@tromey.com>
3786 * gdb.base/printcmds.exp (test_radices): New function.
3787 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
3788 * gdb.base/sizeof.exp (check_valueof): Use p/d.
3789 * lib/gdb.exp (get_integer_valueof): Use p/d.
3791 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
3793 * lib/gdb.exp (get_valueof): Don't capture end-of-line
3796 2017-08-05 Tom Tromey <tom@tromey.com>
3798 * gdb.rust/simple.exp: Allow String to appear in a different
3801 2017-07-26 Yao Qi <yao.qi@linaro.org>
3803 * gdb.gdb/unittest.exp: Invoke command
3804 "maintenance check xml-descriptions".
3806 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3808 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
3810 (hex128): Drop erroneous calculation of parameters.
3812 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
3814 * gdb.python/py-unwind.exp: Disable stack protection when
3817 2017-07-20 Pedro Alves <palves@redhat.com>
3819 * gdb.base/default.exp (set language): Adjust expected output.
3821 2017-07-20 Pedro Alves <palves@redhat.com>
3823 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
3824 (test_minsym): ... this, and make static.
3825 (get_pck__foo__bar__minsym): Rename to ...
3826 (get_test_minsym): ... this.
3827 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
3828 symbol names and comments.
3829 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
3830 (get_test_minsym): ... this.
3831 (pck__foo__bar__minsym__2): Rename to ...
3832 (test_minsym): ... this.
3835 2017-07-17 Pedro Alves <palves@redhat.com>
3837 * gdb.base/completion.exp: Adjust expected output.
3838 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
3839 the completer works.
3841 2017-07-17 Pedro Alves <palves@redhat.com>
3843 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
3845 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3847 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
3849 2017-07-14 Tom Tromey <tom@tromey.com>
3852 * gdb.rust/simple.exp: Add tests.
3854 2017-07-14 Tom Tromey <tom@tromey.com>
3856 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
3858 2017-07-14 Pedro Alves <palves@redhat.com>
3860 * gdb.linespec/base/one/thefile.cc (z1): New function.
3861 * gdb.linespec/base/two/thefile.cc (z2): New function.
3862 * gdb.linespec/linespec.exp: Add tests.
3864 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3866 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
3867 to mi_create_breakpoint.
3869 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3871 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
3872 mi_create_breakpoint.
3874 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
3876 * gdb.dlang/demangle.exp: Update for demangling changes.
3878 2017-07-09 Tom Tromey <tom@tromey.com>
3880 * gdb.dwarf2/shortpiece.exp: New file.
3882 2017-07-06 David Blaikie <dblaikie@gmail.com>
3884 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
3885 built from fissiont-multi-cu{1,2}.c.
3886 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
3887 except putting 'main' and 'func' in separate CUs in the same DWO file.
3888 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
3890 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
3893 2017-07-06 Pedro Alves <palves@redhat.com>
3895 * gdb.python/py-unwind.exp: Test flushregs.
3897 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3900 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
3901 tests for alias commands and trailing whitespace.
3903 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3906 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
3909 2017-06-29 Pedro Alves <palves@redhat.com>
3911 * gdb.base/printcmds.exp: Add tests.
3913 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
3916 * gdb.base/reread-readsym.exp: New file.
3917 * gdb.base/reread-readsym.c: New file.
3919 2017-06-21 Kevin Buettner <kevinb@redhat.com>
3921 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
3924 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
3926 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3928 * gdb.arch/powerpc-power9.s: Likewise.
3930 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3932 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
3933 on 32-bit x86 targets. Exploit is_*_target macros where
3936 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3938 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
3941 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3943 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
3944 located in one or more DWARF pieces.
3946 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3948 * lib/gdb.exp (get_endianness): New proc.
3949 * gdb.arch/aarch64-fp.exp: Use it.
3950 * gdb.arch/altivec-regs.exp: Likewise.
3951 * gdb.arch/e500-regs.exp: Likewise.
3952 * gdb.arch/vsx-regs.exp: Likewise.
3953 * gdb.base/dump.exp: Likewise.
3954 * gdb.base/funcargs.exp: Likewise.
3955 * gdb.base/gnu_vector.exp: Likewise.
3956 * gdb.dwarf2/formdata16.exp: Likewise.
3957 * gdb.dwarf2/implptrpiece.exp: Likewise.
3958 * gdb.dwarf2/nonvar-access.exp: Likewise.
3959 * gdb.python/py-inferior.exp: Likewise.
3960 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3962 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3965 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3966 stack value pieces are taken from the LSB end.
3968 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3970 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3971 variable at nonzero offset.
3973 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3975 * gdb.dwarf2/var-access.c: New file.
3976 * gdb.dwarf2/var-access.exp: New test.
3977 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3979 2017-06-12 Tom Tromey <tom@tromey.com>
3981 * gdb.dwarf2/formdata16.exp: Add tests.
3983 2017-06-12 Tom Tromey <tom@tromey.com>
3985 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3987 2017-06-12 Tom Tromey <tom@tromey.com>
3990 * gdb.reverse/i386-sse-reverse.exp: Update tests.
3991 * gdb.arch/vsx-regs.exp: Update tests.
3992 * gdb.arch/s390-vregs.exp (hex128): New proc.
3994 * gdb.arch/altivec-regs.exp: Update tests.
3996 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3998 * gdb.base/startup-with-shell.c: New file.
3999 * gdb.base/startup-with-shell.exp: Likewise.
4001 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4003 * gdb.server/non-existing-program.exp: Update regex in order to
4004 reflect the fact that gdbserver is now using fork_inferior (with a
4005 shell) to startup the inferior.
4007 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
4009 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4010 support function calls from GDB.
4012 2017-05-21 Tom Tromey <tom@tromey.com>
4015 * gdb.rust/unsized.exp: New file.
4016 * gdb.rust/unsized.rs: New file.
4018 2017-05-19 Tom Tromey <tom@tromey.com>
4021 * gdb.rust/watch.exp: New file.
4022 * gdb.rust/watch.rs: New file.
4024 2017-05-18 Tom Tromey <tom@tromey.com>
4026 * gdb.rust/simple.exp: Allow Box to be qualified.
4028 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
4030 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4032 2017-05-18 Pedro Alves <palves@redhat.com>
4034 * gdb.base/fileio.c (test_write, test_read, test_close)
4035 (test_fstat): Don't print 'ret' in the fail path.
4037 2017-05-18 Pedro Alves <palves@redhat.com>
4039 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4040 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4041 (test_system, test_rename, test_unlink, test_time): Change
4043 * gdb.base/fileio.exp (stop_msg): Adjust.
4045 2017-05-18 Pedro Alves <palves@redhat.com>
4047 * gdb.base/fileio.c (null_str): New global.
4048 (test_stat): Use it.
4049 * gdb.base/fileio.exp: Remove nowarnings.
4051 2017-05-17 Yao Qi <yao.qi@linaro.org>
4053 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4055 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
4057 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4059 (top-level): Invoke test_set_inferior_tty.
4061 2017-05-04 Pedro Alves <palves@redhat.com>
4063 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
4064 Add parens to print call for Python 3.
4066 2017-05-03 Keith Seitz <keiths@redhat.com>
4068 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4071 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4073 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
4076 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4078 * gdb.python/py-record-btrace.exp: Remove test for
4079 gdb.BtraceInstruction.error.
4081 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4083 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
4085 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4087 * gdb.python/py-record-btrace-threads.c: New file.
4088 * gdb.python/py-record-btrace-threads.exp: New file.
4090 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
4093 * gdb.base/environ.exp: Make test available in all architectures.
4094 Move bits related to "info program" testing to
4095 gdb.base/info-program.exp. Rewrite tests to use the two new
4096 procedures mentione below.
4097 (test_set_show_env_var) New procedure.
4098 (test_set_show_env_var_equal): Likewise.
4099 * gdb.base/info-program.exp: New file.
4101 2017-04-27 Keith Seitz <keiths@redhat.com>
4103 * gdb.cp/oranking.cc (test15): New function.
4104 (main): Call test15 and declare additional variables for testing.
4105 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
4106 "p foo101('abc')" tests.
4107 Add tests for cv qualifier overloads.
4108 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
4109 "lvalue reference overload" test.
4110 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
4111 "print value of f1 on Child&& in f2" test.
4113 2017-04-19 Pedro Alves <palves@redhat.com>
4115 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
4117 (top level): Call it.
4118 * lib/gdb.exp (gdb_define_cmd): New procedure.
4120 2017-04-12 Pedro Alves <palves@redhat.com>
4123 * gdb.cp/wide_char_types.c: Include <wchar.h>.
4124 (wchar): New global.
4125 * gdb.cp/wide_char_types.exp (wide_char_types_program)
4126 (do_test_wide_char, wide_char_types_no_program, top level): Add
4129 2017-04-12 Pedro Alves <palves@redhat.com>
4132 * gdb.cp/wide_char_types.c: New file.
4133 * gdb.cp/wide_char_types.exp: New file.
4135 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
4138 * gdb.trace/tsv.exp: Add test for "tsave -r".
4140 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
4142 * gdb.dlang/watch-loc.c: New file.
4143 * gdb.dlang/watch-loc.exp: New file.
4145 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4147 * gdb.python/py-section-script.exp (sepdebug): New testcases.
4149 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4151 * gdb.arch/arc-analyze-prologue.S: New file.
4152 * gdb.arch/arc-analyze-prologue.exp: Likewise.
4154 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4156 * gdb.arch/arc-decode-insn.S: New file.
4157 * gdb.arch/arc-decode-insn.exp: Likewise.
4159 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
4162 * gdb.arch/sparc64-regs.exp: New file.
4163 * gdb.arch/sparc64-regs.S: Likewise.
4165 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
4167 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4168 and memory view on Python 3.
4170 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
4171 Keith Seitz <keiths@redhat.com>
4174 * gdb.cp/demangle.exp: Add rvalue reference tests.
4175 * gdb.cp/rvalue-ref-casts.cc: New file.
4176 * gdb.cp/rvalue-ref-casts.exp: New file.
4177 * gdb.cp/rvalue-ref-overload.cc: New file.
4178 * gdb.cp/rvalue-ref-overload.exp: New file.
4179 * gdb.cp/rvalue-ref-params.cc: New file.
4180 * gdb.cp/rvalue-ref-params.exp: New file.
4181 * gdb.cp/rvalue-ref-sizeof.cc: New file.
4182 * gdb.cp/rvalue-ref-sizeof.exp: New file.
4183 * gdb.cp/rvalue-ref-types.cc: New file.
4184 * gdb.cp/rvalue-ref-types.exp: New file.
4185 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
4186 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
4188 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4190 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
4193 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4195 * lib/mi-support.exp (mi_gdb_test): Add additional message
4196 for unexpected output.
4198 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4200 * gdb.base/examine-backward.c (Barrier): New character array
4201 constant, to ensure that TestStrings is preceded by a string
4204 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4206 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
4207 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
4208 and implicit pointer into such a location.
4210 2017-03-16 Doug Evans <dje@google.com>
4212 * gdb.python/py-lazy-string (pointer): Really add new typedef.
4214 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
4216 * gdb.cp/m-static.exp: Fix expectation for prototype of
4217 test5.single_constructor and single_constructor::single_constructor.
4219 2017-03-16 Doug Evans <dje@google.com>
4221 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
4222 * gdb.guile/scm-lazy-string.c: New file.
4223 * gdb.guile/scm-value.exp: Move lazy string tests to ...
4224 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
4225 for pointer, array, typedef lazy strings.
4227 2017-03-16 Doug Evans <dje@google.com>
4229 PR python/17728, python/18439, python/18779
4230 * gdb.python/py-value.c (main) Delete locals sptr, sn.
4231 * gdb.python/py-lazy-string.c (pointer): New typedef.
4232 (main): New locals ptr, array, typedef_ptr.
4233 * gdb.python/py-value.exp: Move lazy string tests to ...
4234 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
4235 array, typedef lazy strings.
4237 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
4239 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4240 Add optional 'test' parameter.
4242 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4244 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4245 Skip for versions of DejaGnu < 1.5.
4247 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4249 * lib/gdb.exp (dejagnu_version): New proc.
4250 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4251 Use dejagnu_version.
4253 2017-03-10 Keith Seitz <keiths@redhat.com>
4256 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4257 type from destructor regexps.
4258 Add a branch which actually passes the test.
4259 Adjust "ptype t5i" test names.
4261 2017-03-08 Pedro Alves <palves@redhat.com>
4263 * gdb.base/step-over-exit.exp: Add explicit test message.
4265 2017-03-08 Pedro Alves <palves@redhat.com>
4268 * gdb.threads/interrupt-while-step-over.c: New file.
4269 * gdb.threads/interrupt-while-step-over.exp: New file.
4271 2017-03-08 Pedro Alves <palves@redhat.com>
4273 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4274 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4276 2017-03-08 Pedro Alves <palves@redhat.com>
4278 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4279 PKRU as not supported as a PASS.
4281 2017-03-08 Pedro Alves <palves@redhat.com>
4283 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4284 prefix instead of $binfile1/$binfile2.
4285 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4287 * gdb.python/py-completion.exp: Use "load python file" as test
4288 messages instead of unstable path names.
4290 2017-03-08 Pedro Alves <palves@redhat.com>
4291 Jan Kratochvil <jan.kratochvil@redhat.com>
4294 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4296 (top level): Call it.
4298 2017-03-08 Pedro Alves <palves@redhat.com>
4301 * gdb.tui/tui-nl-filtered-output.exp: New file.
4303 2017-03-08 Pedro Alves <palves@redhat.com>
4305 * gdb.base/completion.exp: Move TUI completion tests to ...
4306 * gdb.tui/completion.exp: ... this new file.
4308 2017-03-08 Pedro Alves <palves@redhat.com>
4310 * gdb.base/tui-disasm-long-lines.c,
4311 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4312 gdb.base/tui-layout.exp: Move to ...
4313 * gdb.tui/: ... this new directory.
4315 2017-03-07 Pedro Alves <palves@redhat.com>
4317 * gdb.base/tui-layout.c: New file.
4318 * gdb.base/tui-layout.exp: New file.
4320 2017-03-07 Pedro Alves <palves@redhat.com>
4322 * gdb.base/tui-layout.c: Rename to ...
4323 * gdb.base/tui-disasm-long-lines.c: ... this.
4324 * gdb.base/tui-layout.exp: Rename to ...
4325 * gdb.base/tui-disasm-long-lines.exp: ... this.
4327 2017-03-07 Pedro Alves <palves@redhat.com>
4329 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4331 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4333 * i386-mpx-call.c: New file.
4334 * i386-mpx-call.exp: New file.
4336 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
4338 * gdb.arch/powerpc-power.exp: Delete test.
4339 * gdb.arch/powerpc-power.s: Likewise.
4340 * gdb.disasm/disassembler-options.exp: New test.
4341 * gdb.arch/powerpc-altivec.exp: Likewise.
4342 * gdb.arch/powerpc-altivec.s: Likewise.
4343 * gdb.arch/powerpc-altivec2.exp: Likewise.
4344 * gdb.arch/powerpc-altivec2.s: Likewise.
4345 * gdb.arch/powerpc-altivec3.exp: Likewise.
4346 * gdb.arch/powerpc-altivec3.s: Likewise.
4347 * gdb.arch/powerpc-power7.exp: Likewise.
4348 * gdb.arch/powerpc-power7.s: Likewise.
4349 * gdb.arch/powerpc-power8.exp: Likewise.
4350 * gdb.arch/powerpc-power8.s: Likewise.
4351 * gdb.arch/powerpc-power9.exp: Likewise.
4352 * gdb.arch/powerpc-power9.s: Likewise.
4353 * gdb.arch/powerpc-vsx.exp: Likewise.
4354 * gdb.arch/powerpc-vsx.s: Likewise.
4355 * gdb.arch/powerpc-vsx2.exp: Likewise.
4356 * gdb.arch/powerpc-vsx2.s: Likewise.
4357 * gdb.arch/powerpc-vsx3.exp: Likewise.
4358 * gdb.arch/powerpc-vsx3.s: Likewise.
4359 * gdb.arch/arm-disassembler-options.exp: Likewise.
4360 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4361 * gdb.arch/s390-disassembler-options.exp: Likewise.
4363 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
4365 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4366 (check_supported_features): ... this. Changed return type to void.
4367 (supports_rdseed): New static global.
4368 (rdseed): Check supports_rdseed.
4369 (initialize): Call check_supported_features.
4371 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4373 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4374 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
4376 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4377 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4379 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4381 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4384 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4386 * gdb.dwarf2/formdata16.c: New file.
4387 * gdb.dwarf2/formdata16.exp: New file.
4388 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4390 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4392 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4393 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4394 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4395 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4398 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4400 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4402 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
4405 * gdb.base/maint.exp: Add testcases for when the commands do
4408 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
4410 * gdb.cp/chained-calls.exp: Use p instead of P.
4412 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
4414 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4415 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4417 2017-02-14 Tom Tromey <tom@tromey.com>
4420 * gdb.python/py-events.exp: Add before_prompt event tests.
4422 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4424 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4426 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
4428 * gdb.linespec/explicit.c (my_unique_function_name): New function.
4429 (main): Call my_unique_function_name.
4430 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4431 completion of patterns with a single match.
4432 Add missing -re switches to gdb_test_multiple calls.
4434 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
4436 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4437 return if core file is not recognized.
4439 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4441 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4444 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4446 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4449 2017-02-10 Tom Tromey <tom@tromey.com>
4451 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4453 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
4456 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4458 2017-02-08 Jerome Guitton <guitton@adacore.com>
4460 * gdb.base/define.exp: Add test for command abbreviations
4463 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
4465 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4466 * gdb.reverse/insn-reverse-x86.c: New file.
4468 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
4471 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4473 2017-02-03 Tom Tromey <tom@tromey.com>
4476 * gdb.rust/simple.exp: Add new tests.
4478 2017-02-02 Pedro Alves <palves@redhat.com>
4480 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4483 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4485 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4486 taking a 2-byte value out of a 4-byte DWARF implicit value on
4488 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4489 logic. Add test cases for DW_OP_implicit.
4491 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4493 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4495 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4497 * gdb.btrace/enable.exp: Call gdb_exit before
4498 skip_gdbserver_tests.
4500 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4502 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4505 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4507 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4508 the test is skipped.
4509 * gdb.btrace/data.exp: Likewise.
4510 * gdb.btrace/delta.exp: Likewise.
4511 * gdb.btrace/dlopen.exp: Likewise.
4512 * gdb.btrace/enable-running.exp: Likewise.
4513 * gdb.btrace/enable.exp: Likewise.
4514 * gdb.btrace/exception.exp: Likewise.
4515 * gdb.btrace/function_call_history.exp: Likewise.
4516 * gdb.btrace/gcore.exp: Likewise.
4517 * gdb.btrace/instruction_history.exp: Likewise.
4518 * gdb.btrace/multi-thread-step.exp: Likewise.
4519 * gdb.btrace/nohist.exp: Likewise.
4520 * gdb.btrace/non-stop.exp: Likewise.
4521 * gdb.btrace/reconnect.exp: Likewise.
4522 * gdb.btrace/record_goto-step.exp: Likewise.
4523 * gdb.btrace/record_goto.exp: Likewise.
4524 * gdb.btrace/rn-dl-bind.exp: Likewise.
4525 * gdb.btrace/segv.exp: Likewise.
4526 * gdb.btrace/step.exp: Likewise.
4527 * gdb.btrace/stepi.exp: Likewise.
4528 * gdb.btrace/tailcall-only.exp: Likewise.
4529 * gdb.btrace/tailcall.exp: Likewise.
4530 * gdb.btrace/tsx.exp: Likewise.
4531 * gdb.btrace/unknown_functions.exp: Likewise.
4532 * gdb.btrace/vdso.exp: Likewise.
4534 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4536 * gdb.btrace/enable-running.c: New.
4537 * gdb.btrace/enable-running.exp: New.
4539 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
4541 * gdb.arch/amd64-gs_base.c: New file.
4542 * gdb.arch/amd64-gs_base.exp: New file.
4544 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4546 * lib/memory.exp: Remove spurious empty newlines.
4548 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
4550 * gdb.python/py-bad-printers.exp: Load python file using "source".
4551 * gdb.python/py-events.exp: Likewise.
4552 * gdb.python/py-evsignal.exp: Likewise.
4553 * gdb.python/py-evthreads.exp: Likewise.
4554 * gdb.python/py-frame-args.exp: Likewise.
4555 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4556 * gdb.python/py-framefilter-mi.exp: Likewise.
4557 * gdb.python/py-framefilter.exp: Likewise.
4558 * gdb.python/py-mi.exp: Likewise.
4559 * gdb.python/py-pp-maint.exp: Likewise.
4560 * gdb.python/py-pp-registration.exp: Likewise.
4561 * gdb.python/py-prettyprint.exp: Likewise.
4562 (run_lang_tests): Likewise.
4563 * gdb.python/py-typeprint.exp: Likewise.
4565 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4567 * lib/memory.exp: New file.
4568 * lib/gdb.exp: Load memory.exp.
4569 * gdb.base/memattr.exp (delete_memory): Move proc to
4570 lib/memory.exp and rename to delete_memory_regions.
4571 Replace delete_memory with delete_memory_regions.
4572 Cleanup memory regions before tests.
4573 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4576 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4578 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4580 (initialize): New function conditionally defined.
4581 (testcases): Move within conditional block.
4582 (main): Call initialize.
4583 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4584 of gdb.reverse/insn-reverse.c.
4585 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4586 gdb.reverse/insn-reverse.c.
4588 2017-01-26 Yao Qi <yao.qi@linaro.org>
4590 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4591 disassemble on address 0.
4593 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4594 Yao Qi <yao.qi@linaro.org>
4596 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4597 * gdb.dwarf2/implptr-64bit.S: Remove.
4598 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
4599 variables in caller's context. Add DW_OP_implicit_value.
4601 2017-01-25 Yao Qi <yao.qi@linaro.org>
4603 * lib/dwarf.exp (Dwarf::_location): Handle
4604 DW_OP_GNU_implicit_pointer with proper size.
4606 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
4608 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4609 and add untested calls.
4611 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
4613 * gdb.python/python.exp: Check line number against what GDB thinks
4614 the line number is for func1.
4616 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
4618 * gdb.dlang/debug-expr.exp: New file.
4620 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
4622 Fix test names for the following files:
4624 * gdb.ada/exec_changed.exp
4625 * gdb.ada/info_types.exp
4626 * gdb.arch/aarch64-atomic-inst.exp
4627 * gdb.arch/aarch64-fp.exp
4628 * gdb.arch/altivec-abi.exp
4629 * gdb.arch/altivec-regs.exp
4630 * gdb.arch/amd64-byte.exp
4631 * gdb.arch/amd64-disp-step.exp
4632 * gdb.arch/amd64-dword.exp
4633 * gdb.arch/amd64-entry-value-inline.exp
4634 * gdb.arch/amd64-entry-value-param.exp
4635 * gdb.arch/amd64-entry-value-paramref.exp
4636 * gdb.arch/amd64-entry-value.exp
4637 * gdb.arch/amd64-i386-address.exp
4638 * gdb.arch/amd64-invalid-stack-middle.exp
4639 * gdb.arch/amd64-invalid-stack-top.exp
4640 * gdb.arch/amd64-optimout-repeat.exp
4641 * gdb.arch/amd64-prologue-skip.exp
4642 * gdb.arch/amd64-prologue-xmm.exp
4643 * gdb.arch/amd64-stap-special-operands.exp
4644 * gdb.arch/amd64-stap-wrong-subexp.exp
4645 * gdb.arch/amd64-tailcall-cxx.exp
4646 * gdb.arch/amd64-tailcall-noret.exp
4647 * gdb.arch/amd64-tailcall-ret.exp
4648 * gdb.arch/amd64-tailcall-self.exp
4649 * gdb.arch/amd64-word.exp
4650 * gdb.arch/arm-bl-branch-dest.exp
4651 * gdb.arch/arm-disp-step.exp
4652 * gdb.arch/arm-neon.exp
4653 * gdb.arch/arm-single-step-kernel-helper.exp
4654 * gdb.arch/avr-flash-qualifier.exp
4655 * gdb.arch/disp-step-insn-reloc.exp
4656 * gdb.arch/e500-abi.exp
4657 * gdb.arch/e500-regs.exp
4658 * gdb.arch/ftrace-insn-reloc.exp
4659 * gdb.arch/i386-avx512.exp
4660 * gdb.arch/i386-bp_permanent.exp
4661 * gdb.arch/i386-byte.exp
4662 * gdb.arch/i386-cfi-notcurrent.exp
4663 * gdb.arch/i386-disp-step.exp
4664 * gdb.arch/i386-dr3-watch.exp
4665 * gdb.arch/i386-float.exp
4666 * gdb.arch/i386-gnu-cfi.exp
4667 * gdb.arch/i386-mpx-map.exp
4668 * gdb.arch/i386-mpx-sigsegv.exp
4669 * gdb.arch/i386-mpx-simple_segv.exp
4670 * gdb.arch/i386-mpx.exp
4671 * gdb.arch/i386-permbkpt.exp
4672 * gdb.arch/i386-prologue.exp
4673 * gdb.arch/i386-signal.exp
4674 * gdb.arch/i386-size-overlap.exp
4675 * gdb.arch/i386-unwind.exp
4676 * gdb.arch/i386-word.exp
4677 * gdb.arch/mips-fcr.exp
4678 * gdb.arch/powerpc-d128-regs.exp
4679 * gdb.arch/powerpc-stackless.exp
4680 * gdb.arch/ppc64-atomic-inst.exp
4681 * gdb.arch/s390-stackless.exp
4682 * gdb.arch/s390-tdbregs.exp
4683 * gdb.arch/s390-vregs.exp
4684 * gdb.arch/sparc-sysstep.exp
4685 * gdb.arch/thumb-bx-pc.exp
4686 * gdb.arch/thumb-singlestep.exp
4687 * gdb.arch/thumb2-it.exp
4688 * gdb.arch/vsx-regs.exp
4689 * gdb.asm/asm-source.exp
4690 * gdb.base/a2-run.exp
4691 * gdb.base/advance.exp
4692 * gdb.base/all-bin.exp
4695 * gdb.base/arithmet.exp
4696 * gdb.base/async-shell.exp
4697 * gdb.base/async.exp
4698 * gdb.base/attach-pie-noexec.exp
4699 * gdb.base/attach-twice.exp
4700 * gdb.base/auto-load.exp
4702 * gdb.base/bitfields.exp
4703 * gdb.base/break-always.exp
4704 * gdb.base/break-caller-line.exp
4705 * gdb.base/break-entry.exp
4706 * gdb.base/break-inline.exp
4707 * gdb.base/break-on-linker-gcd-function.exp
4708 * gdb.base/break-probes.exp
4709 * gdb.base/break.exp
4710 * gdb.base/breakpoint-shadow.exp
4711 * gdb.base/call-ar-st.exp
4712 * gdb.base/call-sc.exp
4713 * gdb.base/call-signal-resume.exp
4714 * gdb.base/call-strs.exp
4715 * gdb.base/callfuncs.exp
4716 * gdb.base/catch-fork-static.exp
4717 * gdb.base/catch-gdb-caused-signals.exp
4718 * gdb.base/catch-load.exp
4719 * gdb.base/catch-signal-fork.exp
4720 * gdb.base/catch-signal.exp
4721 * gdb.base/catch-syscall.exp
4722 * gdb.base/charset.exp
4723 * gdb.base/checkpoint.exp
4724 * gdb.base/chng-syms.exp
4725 * gdb.base/code-expr.exp
4726 * gdb.base/code_elim.exp
4727 * gdb.base/commands.exp
4728 * gdb.base/completion.exp
4729 * gdb.base/complex.exp
4730 * gdb.base/cond-expr.exp
4731 * gdb.base/condbreak.exp
4732 * gdb.base/consecutive.exp
4733 * gdb.base/continue-all-already-running.exp
4734 * gdb.base/coredump-filter.exp
4735 * gdb.base/corefile.exp
4737 * gdb.base/debug-expr.exp
4738 * gdb.base/define.exp
4740 * gdb.base/disabled-location.exp
4741 * gdb.base/disasm-end-cu.exp
4742 * gdb.base/disasm-optim.exp
4743 * gdb.base/display.exp
4744 * gdb.base/duplicate-bp.exp
4745 * gdb.base/ena-dis-br.exp
4746 * gdb.base/ending-run.exp
4747 * gdb.base/enumval.exp
4748 * gdb.base/environ.exp
4749 * gdb.base/eu-strip-infcall.exp
4750 * gdb.base/eval-avoid-side-effects.exp
4751 * gdb.base/eval-skip.exp
4752 * gdb.base/exitsignal.exp
4753 * gdb.base/expand-psymtabs.exp
4754 * gdb.base/filesym.exp
4755 * gdb.base/find-unmapped.exp
4756 * gdb.base/finish.exp
4757 * gdb.base/float.exp
4758 * gdb.base/foll-exec-mode.exp
4759 * gdb.base/foll-exec.exp
4760 * gdb.base/foll-fork.exp
4761 * gdb.base/fortran-sym-case.exp
4762 * gdb.base/freebpcmd.exp
4763 * gdb.base/func-ptr.exp
4764 * gdb.base/func-ptrs.exp
4765 * gdb.base/funcargs.exp
4766 * gdb.base/gcore-buffer-overflow.exp
4767 * gdb.base/gcore-relro-pie.exp
4768 * gdb.base/gcore-relro.exp
4769 * gdb.base/gcore.exp
4770 * gdb.base/gdb1090.exp
4771 * gdb.base/gdb11530.exp
4772 * gdb.base/gdb11531.exp
4773 * gdb.base/gdb1821.exp
4774 * gdb.base/gdbindex-stabs.exp
4775 * gdb.base/gdbvars.exp
4776 * gdb.base/hbreak.exp
4777 * gdb.base/hbreak2.exp
4778 * gdb.base/included.exp
4779 * gdb.base/infcall-input.exp
4780 * gdb.base/inferior-died.exp
4781 * gdb.base/infnan.exp
4782 * gdb.base/info-macros.exp
4783 * gdb.base/info-os.exp
4784 * gdb.base/info-proc.exp
4785 * gdb.base/info-shared.exp
4786 * gdb.base/info-target.exp
4787 * gdb.base/infoline.exp
4788 * gdb.base/interp.exp
4789 * gdb.base/interrupt.exp
4790 * gdb.base/jit-reader.exp
4791 * gdb.base/jit-simple.exp
4792 * gdb.base/kill-after-signal.exp
4793 * gdb.base/kill-detach-inferiors-cmd.exp
4794 * gdb.base/label.exp
4795 * gdb.base/langs.exp
4796 * gdb.base/ldbl_e308.exp
4797 * gdb.base/line-symtabs.exp
4798 * gdb.base/linespecs.exp
4800 * gdb.base/long_long.exp
4801 * gdb.base/longest-types.exp
4802 * gdb.base/maint.exp
4803 * gdb.base/max-value-size.exp
4804 * gdb.base/memattr.exp
4805 * gdb.base/mips_pro.exp
4806 * gdb.base/morestack.exp
4807 * gdb.base/moribund-step.exp
4808 * gdb.base/multi-forks.exp
4809 * gdb.base/nested-addr.exp
4810 * gdb.base/nextoverexit.exp
4811 * gdb.base/noreturn-finish.exp
4812 * gdb.base/noreturn-return.exp
4813 * gdb.base/nostdlib.exp
4814 * gdb.base/offsets.exp
4815 * gdb.base/opaque.exp
4816 * gdb.base/pc-fp.exp
4817 * gdb.base/permissions.exp
4818 * gdb.base/print-symbol-loading.exp
4819 * gdb.base/prologue-include.exp
4820 * gdb.base/psymtab.exp
4821 * gdb.base/ptype.exp
4822 * gdb.base/random-signal.exp
4823 * gdb.base/randomize.exp
4824 * gdb.base/range-stepping.exp
4825 * gdb.base/readline-ask.exp
4826 * gdb.base/recpar.exp
4827 * gdb.base/recurse.exp
4828 * gdb.base/relational.exp
4829 * gdb.base/restore.exp
4830 * gdb.base/return-nodebug.exp
4831 * gdb.base/return.exp
4832 * gdb.base/run-after-attach.exp
4833 * gdb.base/save-bp.exp
4834 * gdb.base/scope.exp
4835 * gdb.base/sect-cmd.exp
4836 * gdb.base/set-lang-auto.exp
4837 * gdb.base/set-noassign.exp
4838 * gdb.base/setvar.exp
4839 * gdb.base/sigall.exp
4840 * gdb.base/sigbpt.exp
4841 * gdb.base/siginfo-addr.exp
4842 * gdb.base/siginfo-infcall.exp
4843 * gdb.base/siginfo-obj.exp
4844 * gdb.base/siginfo.exp
4845 * gdb.base/signals-state-child.exp
4846 * gdb.base/signest.exp
4847 * gdb.base/sigstep.exp
4848 * gdb.base/sizeof.exp
4850 * gdb.base/solib-corrupted.exp
4851 * gdb.base/solib-nodir.exp
4852 * gdb.base/solib-search.exp
4853 * gdb.base/stack-checking.exp
4854 * gdb.base/stale-infcall.exp
4855 * gdb.base/stap-probe.exp
4856 * gdb.base/start.exp
4857 * gdb.base/step-break.exp
4858 * gdb.base/step-bt.exp
4859 * gdb.base/step-line.exp
4860 * gdb.base/step-over-exit.exp
4861 * gdb.base/step-over-syscall.exp
4862 * gdb.base/step-resume-infcall.exp
4863 * gdb.base/step-test.exp
4864 * gdb.base/store.exp
4865 * gdb.base/structs3.exp
4866 * gdb.base/sym-file.exp
4867 * gdb.base/symbol-without-target_section.exp
4869 * gdb.base/testenv.exp
4870 * gdb.base/ui-redirect.exp
4871 * gdb.base/until.exp
4872 * gdb.base/unwindonsignal.exp
4873 * gdb.base/value-double-free.exp
4874 * gdb.base/vla-datatypes.exp
4875 * gdb.base/vla-ptr.exp
4876 * gdb.base/vla-sideeffect.exp
4877 * gdb.base/volatile.exp
4878 * gdb.base/watch-cond-infcall.exp
4879 * gdb.base/watch-cond.exp
4880 * gdb.base/watch-non-mem.exp
4881 * gdb.base/watch-read.exp
4882 * gdb.base/watch-vfork.exp
4883 * gdb.base/watchpoint-cond-gone.exp
4884 * gdb.base/watchpoint-delete.exp
4885 * gdb.base/watchpoint-hw-hit-once.exp
4886 * gdb.base/watchpoint-hw.exp
4887 * gdb.base/watchpoint-stops-at-right-insn.exp
4888 * gdb.base/watchpoints.exp
4889 * gdb.base/wchar.exp
4890 * gdb.base/whatis-exp.exp
4891 * gdb.btrace/buffer-size.exp
4892 * gdb.btrace/data.exp
4893 * gdb.btrace/delta.exp
4894 * gdb.btrace/dlopen.exp
4895 * gdb.btrace/enable.exp
4896 * gdb.btrace/exception.exp
4897 * gdb.btrace/function_call_history.exp
4898 * gdb.btrace/gcore.exp
4899 * gdb.btrace/instruction_history.exp
4900 * gdb.btrace/nohist.exp
4901 * gdb.btrace/reconnect.exp
4902 * gdb.btrace/record_goto-step.exp
4903 * gdb.btrace/record_goto.exp
4904 * gdb.btrace/rn-dl-bind.exp
4905 * gdb.btrace/segv.exp
4906 * gdb.btrace/step.exp
4907 * gdb.btrace/stepi.exp
4908 * gdb.btrace/tailcall-only.exp
4909 * gdb.btrace/tailcall.exp
4910 * gdb.btrace/tsx.exp
4911 * gdb.btrace/unknown_functions.exp
4912 * gdb.btrace/vdso.exp
4913 * gdb.compile/compile-ifunc.exp
4914 * gdb.compile/compile-ops.exp
4915 * gdb.compile/compile-print.exp
4916 * gdb.compile/compile-setjmp.exp
4917 * gdb.cp/abstract-origin.exp
4918 * gdb.cp/ambiguous.exp
4919 * gdb.cp/annota2.exp
4920 * gdb.cp/annota3.exp
4921 * gdb.cp/anon-ns.exp
4922 * gdb.cp/anon-struct.exp
4923 * gdb.cp/anon-union.exp
4924 * gdb.cp/arg-reference.exp
4925 * gdb.cp/baseenum.exp
4927 * gdb.cp/breakpoint.exp
4928 * gdb.cp/bs15503.exp
4931 * gdb.cp/chained-calls.exp
4933 * gdb.cp/classes.exp
4934 * gdb.cp/cmpd-minsyms.exp
4935 * gdb.cp/converts.exp
4936 * gdb.cp/cp-relocate.exp
4937 * gdb.cp/cpcompletion.exp
4938 * gdb.cp/cpexprs.exp
4939 * gdb.cp/cplabel.exp
4940 * gdb.cp/cplusfuncs.exp
4941 * gdb.cp/cpsizeof.exp
4943 * gdb.cp/derivation.exp
4944 * gdb.cp/destrprint.exp
4945 * gdb.cp/dispcxx.exp
4946 * gdb.cp/enum-class.exp
4947 * gdb.cp/exception.exp
4948 * gdb.cp/exceptprint.exp
4949 * gdb.cp/expand-psymtabs-cxx.exp
4950 * gdb.cp/expand-sals.exp
4951 * gdb.cp/extern-c.exp
4952 * gdb.cp/filename.exp
4953 * gdb.cp/formatted-ref.exp
4954 * gdb.cp/fpointer.exp
4955 * gdb.cp/gdb1355.exp
4956 * gdb.cp/gdb2495.exp
4958 * gdb.cp/impl-this.exp
4959 * gdb.cp/infcall-dlopen.exp
4960 * gdb.cp/inherit.exp
4961 * gdb.cp/iostream.exp
4965 * gdb.cp/m-static.exp
4966 * gdb.cp/mb-ctor.exp
4967 * gdb.cp/mb-inline.exp
4968 * gdb.cp/mb-templates.exp
4969 * gdb.cp/member-name.exp
4970 * gdb.cp/member-ptr.exp
4971 * gdb.cp/meth-typedefs.exp
4973 * gdb.cp/method2.exp
4974 * gdb.cp/minsym-fallback.exp
4976 * gdb.cp/namelessclass.exp
4977 * gdb.cp/namespace-enum.exp
4978 * gdb.cp/namespace-nested-import.exp
4979 * gdb.cp/namespace.exp
4980 * gdb.cp/nextoverthrow.exp
4981 * gdb.cp/no-dmgl-verbose.exp
4982 * gdb.cp/non-trivial-retval.exp
4983 * gdb.cp/noparam.exp
4985 * gdb.cp/nsimport.exp
4986 * gdb.cp/nsnested.exp
4987 * gdb.cp/nsnoimports.exp
4988 * gdb.cp/nsrecurs.exp
4989 * gdb.cp/nsstress.exp
4990 * gdb.cp/nsusing.exp
4991 * gdb.cp/operator.exp
4992 * gdb.cp/oranking.exp
4993 * gdb.cp/overload-const.exp
4994 * gdb.cp/overload.exp
4995 * gdb.cp/ovldbreak.exp
4997 * gdb.cp/paren-type.exp
4998 * gdb.cp/parse-lang.exp
4999 * gdb.cp/pass-by-ref.exp
5000 * gdb.cp/pr-1023.exp
5001 * gdb.cp/pr-1210.exp
5003 * gdb.cp/pr10687.exp
5004 * gdb.cp/pr12028.exp
5005 * gdb.cp/pr17132.exp
5006 * gdb.cp/pr17494.exp
5010 * gdb.cp/printmethod.exp
5012 * gdb.cp/psymtab-parameter.exp
5013 * gdb.cp/ptype-cv-cp.exp
5014 * gdb.cp/ptype-flags.exp
5015 * gdb.cp/re-set-overloaded.exp
5016 * gdb.cp/ref-types.exp
5018 * gdb.cp/scope-err.exp
5021 * gdb.cp/static-method.exp
5022 * gdb.cp/static-print-quit.exp
5023 * gdb.cp/temargs.exp
5024 * gdb.cp/templates.exp
5025 * gdb.cp/try_catch.exp
5026 * gdb.cp/typedef-operator.exp
5028 * gdb.cp/userdef.exp
5029 * gdb.cp/using-crash.exp
5030 * gdb.cp/var-tag.exp
5031 * gdb.cp/virtbase.exp
5032 * gdb.cp/virtfunc.exp
5033 * gdb.cp/virtfunc2.exp
5034 * gdb.cp/vla-cxx.exp
5035 * gdb.disasm/t01_mov.exp
5036 * gdb.disasm/t02_mova.exp
5037 * gdb.disasm/t03_add.exp
5038 * gdb.disasm/t04_sub.exp
5039 * gdb.disasm/t05_cmp.exp
5040 * gdb.disasm/t06_ari2.exp
5041 * gdb.disasm/t07_ari3.exp
5042 * gdb.disasm/t08_or.exp
5043 * gdb.disasm/t09_xor.exp
5044 * gdb.disasm/t10_and.exp
5045 * gdb.disasm/t11_logs.exp
5046 * gdb.disasm/t12_bit.exp
5047 * gdb.disasm/t13_otr.exp
5048 * gdb.dlang/circular.exp
5049 * gdb.dwarf2/arr-stride.exp
5050 * gdb.dwarf2/arr-subrange.exp
5051 * gdb.dwarf2/atomic-type.exp
5052 * gdb.dwarf2/bad-regnum.exp
5053 * gdb.dwarf2/bitfield-parent-optimized-out.exp
5054 * gdb.dwarf2/callframecfa.exp
5055 * gdb.dwarf2/clztest.exp
5056 * gdb.dwarf2/corrupt.exp
5057 * gdb.dwarf2/data-loc.exp
5058 * gdb.dwarf2/dup-psym.exp
5059 * gdb.dwarf2/dw2-anon-mptr.exp
5060 * gdb.dwarf2/dw2-anonymous-func.exp
5061 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5062 * gdb.dwarf2/dw2-bad-unresolved.exp
5063 * gdb.dwarf2/dw2-basic.exp
5064 * gdb.dwarf2/dw2-canonicalize-type.exp
5065 * gdb.dwarf2/dw2-case-insensitive.exp
5066 * gdb.dwarf2/dw2-common-block.exp
5067 * gdb.dwarf2/dw2-compdir-oldgcc.exp
5068 * gdb.dwarf2/dw2-compressed.exp
5069 * gdb.dwarf2/dw2-const.exp
5070 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
5071 * gdb.dwarf2/dw2-cu-size.exp
5072 * gdb.dwarf2/dw2-dup-frame.exp
5073 * gdb.dwarf2/dw2-entry-value.exp
5074 * gdb.dwarf2/dw2-icycle.exp
5075 * gdb.dwarf2/dw2-ifort-parameter.exp
5076 * gdb.dwarf2/dw2-inline-break.exp
5077 * gdb.dwarf2/dw2-inline-param.exp
5078 * gdb.dwarf2/dw2-intercu.exp
5079 * gdb.dwarf2/dw2-intermix.exp
5080 * gdb.dwarf2/dw2-lexical-block-bare.exp
5081 * gdb.dwarf2/dw2-linkage-name-trust.exp
5082 * gdb.dwarf2/dw2-minsym-in-cu.exp
5083 * gdb.dwarf2/dw2-noloc.exp
5084 * gdb.dwarf2/dw2-op-call.exp
5085 * gdb.dwarf2/dw2-op-out-param.exp
5086 * gdb.dwarf2/dw2-opt-structptr.exp
5087 * gdb.dwarf2/dw2-param-error.exp
5088 * gdb.dwarf2/dw2-producer.exp
5089 * gdb.dwarf2/dw2-ranges-base.exp
5090 * gdb.dwarf2/dw2-ref-missing-frame.exp
5091 * gdb.dwarf2/dw2-reg-undefined.exp
5092 * gdb.dwarf2/dw2-regno-invalid.exp
5093 * gdb.dwarf2/dw2-restore.exp
5094 * gdb.dwarf2/dw2-restrict.exp
5095 * gdb.dwarf2/dw2-single-line-discriminators.exp
5096 * gdb.dwarf2/dw2-strp.exp
5097 * gdb.dwarf2/dw2-undefined-ret-addr.exp
5098 * gdb.dwarf2/dw2-unresolved.exp
5099 * gdb.dwarf2/dw2-var-zero-addr.exp
5100 * gdb.dwarf2/dw4-sig-types.exp
5101 * gdb.dwarf2/dwz.exp
5102 * gdb.dwarf2/dynarr-ptr.exp
5103 * gdb.dwarf2/enum-type.exp
5104 * gdb.dwarf2/gdb-index.exp
5105 * gdb.dwarf2/implptr-64bit.exp
5106 * gdb.dwarf2/implptr-optimized-out.exp
5107 * gdb.dwarf2/implptr.exp
5108 * gdb.dwarf2/implref-array.exp
5109 * gdb.dwarf2/implref-const.exp
5110 * gdb.dwarf2/implref-global.exp
5111 * gdb.dwarf2/implref-struct.exp
5112 * gdb.dwarf2/mac-fileno.exp
5113 * gdb.dwarf2/main-subprogram.exp
5114 * gdb.dwarf2/member-ptr-forwardref.exp
5115 * gdb.dwarf2/method-ptr.exp
5116 * gdb.dwarf2/missing-sig-type.exp
5117 * gdb.dwarf2/nonvar-access.exp
5118 * gdb.dwarf2/opaque-type-lookup.exp
5119 * gdb.dwarf2/pieces-optimized-out.exp
5120 * gdb.dwarf2/pieces.exp
5121 * gdb.dwarf2/pr10770.exp
5122 * gdb.dwarf2/pr13961.exp
5123 * gdb.dwarf2/staticvirtual.exp
5124 * gdb.dwarf2/subrange.exp
5125 * gdb.dwarf2/symtab-producer.exp
5126 * gdb.dwarf2/trace-crash.exp
5127 * gdb.dwarf2/typeddwarf.exp
5128 * gdb.dwarf2/valop.exp
5129 * gdb.dwarf2/watch-notconst.exp
5130 * gdb.fortran/array-element.exp
5131 * gdb.fortran/charset.exp
5132 * gdb.fortran/common-block.exp
5133 * gdb.fortran/complex.exp
5134 * gdb.fortran/derived-type-function.exp
5135 * gdb.fortran/derived-type.exp
5136 * gdb.fortran/logical.exp
5137 * gdb.fortran/module.exp
5138 * gdb.fortran/multi-dim.exp
5139 * gdb.fortran/nested-funcs.exp
5140 * gdb.fortran/print-formatted.exp
5141 * gdb.fortran/subarray.exp
5142 * gdb.fortran/vla-alloc-assoc.exp
5143 * gdb.fortran/vla-datatypes.exp
5144 * gdb.fortran/vla-history.exp
5145 * gdb.fortran/vla-ptr-info.exp
5146 * gdb.fortran/vla-ptype-sub.exp
5147 * gdb.fortran/vla-ptype.exp
5148 * gdb.fortran/vla-sizeof.exp
5149 * gdb.fortran/vla-type.exp
5150 * gdb.fortran/vla-value-sub-arbitrary.exp
5151 * gdb.fortran/vla-value-sub-finish.exp
5152 * gdb.fortran/vla-value-sub.exp
5153 * gdb.fortran/vla-value.exp
5154 * gdb.fortran/whatis_type.exp
5156 * gdb.go/handcall.exp
5158 * gdb.go/integers.exp
5159 * gdb.go/methods.exp
5160 * gdb.go/package.exp
5161 * gdb.go/strings.exp
5164 * gdb.guile/scm-arch.exp
5165 * gdb.guile/scm-block.exp
5166 * gdb.guile/scm-breakpoint.exp
5167 * gdb.guile/scm-cmd.exp
5168 * gdb.guile/scm-disasm.exp
5169 * gdb.guile/scm-equal.exp
5170 * gdb.guile/scm-frame-args.exp
5171 * gdb.guile/scm-frame-inline.exp
5172 * gdb.guile/scm-frame.exp
5173 * gdb.guile/scm-iterator.exp
5174 * gdb.guile/scm-math.exp
5175 * gdb.guile/scm-objfile.exp
5176 * gdb.guile/scm-ports.exp
5177 * gdb.guile/scm-symbol.exp
5178 * gdb.guile/scm-symtab.exp
5179 * gdb.guile/scm-value-cc.exp
5180 * gdb.guile/types-module.exp
5181 * gdb.linespec/break-ask.exp
5182 * gdb.linespec/cpexplicit.exp
5183 * gdb.linespec/explicit.exp
5184 * gdb.linespec/keywords.exp
5185 * gdb.linespec/linespec.exp
5186 * gdb.linespec/ls-dollar.exp
5187 * gdb.linespec/ls-errs.exp
5188 * gdb.linespec/skip-two.exp
5189 * gdb.linespec/thread.exp
5190 * gdb.mi/mi-async.exp
5191 * gdb.mi/mi-basics.exp
5192 * gdb.mi/mi-break.exp
5193 * gdb.mi/mi-catch-load.exp
5195 * gdb.mi/mi-cmd-param-changed.exp
5196 * gdb.mi/mi-console.exp
5197 * gdb.mi/mi-detach.exp
5198 * gdb.mi/mi-disassemble.exp
5199 * gdb.mi/mi-eval.exp
5200 * gdb.mi/mi-file-transfer.exp
5201 * gdb.mi/mi-file.exp
5202 * gdb.mi/mi-fill-memory.exp
5203 * gdb.mi/mi-inheritance-syntax-error.exp
5204 * gdb.mi/mi-linespec-err-cp.exp
5205 * gdb.mi/mi-logging.exp
5206 * gdb.mi/mi-memory-changed.exp
5207 * gdb.mi/mi-read-memory.exp
5208 * gdb.mi/mi-record-changed.exp
5209 * gdb.mi/mi-reg-undefined.exp
5210 * gdb.mi/mi-regs.exp
5211 * gdb.mi/mi-return.exp
5212 * gdb.mi/mi-reverse.exp
5213 * gdb.mi/mi-simplerun.exp
5214 * gdb.mi/mi-solib.exp
5215 * gdb.mi/mi-stack.exp
5216 * gdb.mi/mi-stepi.exp
5217 * gdb.mi/mi-syn-frame.exp
5218 * gdb.mi/mi-until.exp
5219 * gdb.mi/mi-var-block.exp
5220 * gdb.mi/mi-var-child.exp
5221 * gdb.mi/mi-var-cmd.exp
5222 * gdb.mi/mi-var-cp.exp
5223 * gdb.mi/mi-var-display.exp
5224 * gdb.mi/mi-var-invalidate.exp
5225 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
5226 * gdb.mi/mi-vla-fortran.exp
5227 * gdb.mi/mi-watch.exp
5228 * gdb.mi/mi2-var-child.exp
5229 * gdb.mi/user-selected-context-sync.exp
5230 * gdb.modula2/unbounded-array.exp
5231 * gdb.multi/dummy-frame-restore.exp
5232 * gdb.multi/multi-arch-exec.exp
5233 * gdb.multi/multi-arch.exp
5234 * gdb.multi/tids.exp
5235 * gdb.multi/watchpoint-multi.exp
5236 * gdb.opencl/callfuncs.exp
5237 * gdb.opencl/convs_casts.exp
5238 * gdb.opencl/datatypes.exp
5239 * gdb.opencl/operators.exp
5240 * gdb.opencl/vec_comps.exp
5241 * gdb.opt/clobbered-registers-O2.exp
5242 * gdb.opt/inline-break.exp
5243 * gdb.opt/inline-bt.exp
5244 * gdb.opt/inline-cmds.exp
5245 * gdb.opt/inline-locals.exp
5246 * gdb.pascal/case-insensitive-symbols.exp
5247 * gdb.pascal/floats.exp
5248 * gdb.pascal/gdb11492.exp
5249 * gdb.python/lib-types.exp
5250 * gdb.python/py-arch.exp
5251 * gdb.python/py-as-string.exp
5252 * gdb.python/py-bad-printers.exp
5253 * gdb.python/py-block.exp
5254 * gdb.python/py-breakpoint-create-fail.exp
5255 * gdb.python/py-breakpoint.exp
5256 * gdb.python/py-caller-is.exp
5257 * gdb.python/py-cmd.exp
5258 * gdb.python/py-explore-cc.exp
5259 * gdb.python/py-explore.exp
5260 * gdb.python/py-finish-breakpoint.exp
5261 * gdb.python/py-finish-breakpoint2.exp
5262 * gdb.python/py-frame-args.exp
5263 * gdb.python/py-frame-inline.exp
5264 * gdb.python/py-frame.exp
5265 * gdb.python/py-framefilter-mi.exp
5266 * gdb.python/py-infthread.exp
5267 * gdb.python/py-lazy-string.exp
5268 * gdb.python/py-linetable.exp
5269 * gdb.python/py-mi-events.exp
5270 * gdb.python/py-mi-objfile.exp
5271 * gdb.python/py-mi.exp
5272 * gdb.python/py-objfile.exp
5273 * gdb.python/py-pp-integral.exp
5274 * gdb.python/py-pp-maint.exp
5275 * gdb.python/py-pp-re-notag.exp
5276 * gdb.python/py-pp-registration.exp
5277 * gdb.python/py-recurse-unwind.exp
5278 * gdb.python/py-strfns.exp
5279 * gdb.python/py-symbol.exp
5280 * gdb.python/py-symtab.exp
5281 * gdb.python/py-sync-interp.exp
5282 * gdb.python/py-typeprint.exp
5283 * gdb.python/py-unwind-maint.exp
5284 * gdb.python/py-unwind.exp
5285 * gdb.python/py-value-cc.exp
5286 * gdb.python/py-xmethods.exp
5287 * gdb.reverse/amd64-tailcall-reverse.exp
5288 * gdb.reverse/break-precsave.exp
5289 * gdb.reverse/break-reverse.exp
5290 * gdb.reverse/consecutive-precsave.exp
5291 * gdb.reverse/consecutive-reverse.exp
5292 * gdb.reverse/finish-precsave.exp
5293 * gdb.reverse/finish-reverse-bkpt.exp
5294 * gdb.reverse/finish-reverse.exp
5295 * gdb.reverse/fstatat-reverse.exp
5296 * gdb.reverse/getresuid-reverse.exp
5297 * gdb.reverse/i386-precsave.exp
5298 * gdb.reverse/i386-reverse.exp
5299 * gdb.reverse/i386-sse-reverse.exp
5300 * gdb.reverse/i387-env-reverse.exp
5301 * gdb.reverse/i387-stack-reverse.exp
5302 * gdb.reverse/insn-reverse.exp
5303 * gdb.reverse/machinestate-precsave.exp
5304 * gdb.reverse/machinestate.exp
5305 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5306 * gdb.reverse/pipe-reverse.exp
5307 * gdb.reverse/readv-reverse.exp
5308 * gdb.reverse/recvmsg-reverse.exp
5309 * gdb.reverse/rerun-prec.exp
5310 * gdb.reverse/s390-mvcle.exp
5311 * gdb.reverse/step-precsave.exp
5312 * gdb.reverse/step-reverse.exp
5313 * gdb.reverse/time-reverse.exp
5314 * gdb.reverse/until-precsave.exp
5315 * gdb.reverse/until-reverse.exp
5316 * gdb.reverse/waitpid-reverse.exp
5317 * gdb.reverse/watch-precsave.exp
5318 * gdb.reverse/watch-reverse.exp
5319 * gdb.rust/generics.exp
5320 * gdb.rust/methods.exp
5321 * gdb.rust/modules.exp
5322 * gdb.rust/simple.exp
5323 * gdb.server/connect-with-no-symbol-file.exp
5324 * gdb.server/ext-attach.exp
5325 * gdb.server/ext-restart.exp
5326 * gdb.server/ext-wrapper.exp
5327 * gdb.server/file-transfer.exp
5328 * gdb.server/server-exec-info.exp
5329 * gdb.server/server-kill.exp
5330 * gdb.server/server-mon.exp
5331 * gdb.server/wrapper.exp
5332 * gdb.stabs/exclfwd.exp
5333 * gdb.stabs/gdb11479.exp
5334 * gdb.threads/clone-new-thread-event.exp
5335 * gdb.threads/corethreads.exp
5336 * gdb.threads/current-lwp-dead.exp
5337 * gdb.threads/dlopen-libpthread.exp
5338 * gdb.threads/gcore-thread.exp
5339 * gdb.threads/sigstep-threads.exp
5340 * gdb.threads/watchpoint-fork.exp
5341 * gdb.trace/actions-changed.exp
5342 * gdb.trace/backtrace.exp
5343 * gdb.trace/change-loc.exp
5344 * gdb.trace/circ.exp
5345 * gdb.trace/collection.exp
5346 * gdb.trace/disconnected-tracing.exp
5347 * gdb.trace/ftrace.exp
5348 * gdb.trace/mi-trace-frame-collected.exp
5349 * gdb.trace/mi-trace-unavailable.exp
5350 * gdb.trace/mi-traceframe-changed.exp
5351 * gdb.trace/mi-tsv-changed.exp
5352 * gdb.trace/no-attach-trace.exp
5353 * gdb.trace/passc-dyn.exp
5354 * gdb.trace/qtro.exp
5355 * gdb.trace/range-stepping.exp
5356 * gdb.trace/read-memory.exp
5357 * gdb.trace/save-trace.exp
5358 * gdb.trace/signal.exp
5359 * gdb.trace/status-stop.exp
5360 * gdb.trace/tfile.exp
5361 * gdb.trace/trace-break.exp
5362 * gdb.trace/trace-buffer-size.exp
5363 * gdb.trace/trace-condition.exp
5364 * gdb.trace/tracefile-pseudo-reg.exp
5365 * gdb.trace/tstatus.exp
5366 * gdb.trace/unavailable.exp
5367 * gdb.trace/while-dyn.exp
5368 * gdb.trace/while-stepping.exp
5370 2016-12-22 Doug Evans <xdje42@gmail.com>
5372 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5375 2016-12-19 Yao Qi <yao.qi@linaro.org>
5377 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5378 (test_with_self): Don't call do_steps_and_nexts, and remove
5379 code about stepping into xmalloc.
5381 2016-12-09 Yao Qi <yao.qi@linaro.org>
5383 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5385 2016-12-09 Yao Qi <yao.qi@linaro.org>
5387 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5389 2016-12-09 Pedro Alves <palves@redhat.com>
5391 * gdb.base/all-architectures-0.exp: New file.
5392 * gdb.base/all-architectures-1.exp: New file.
5393 * gdb.base/all-architectures-2.exp: New file.
5394 * gdb.base/all-architectures-3.exp: New file.
5395 * gdb.base/all-architectures-4.exp: New file.
5396 * gdb.base/all-architectures-5.exp: New file.
5397 * gdb.base/all-architectures-6.exp: New file.
5398 * gdb.base/all-architectures-7.exp: New file.
5399 * gdb.base/all-architectures.exp.in: New file.
5401 2016-12-09 Yao Qi <yao.qi@linaro.org>
5403 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5405 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
5407 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5409 Remove useless pattern-matching code.
5411 2016-12-02 Pedro Alves <palves@redhat.com>
5413 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5415 (top level): Call it.
5417 2016-12-02 Pedro Alves <palves@redhat.com>
5419 * gdb.base/commands.exp (user_defined_command_args_stack_test):
5421 (top level): Call it.
5423 2016-12-02 Pedro Alves <palves@redhat.com>
5426 * gdb.base/commands.exp (user_defined_command_args_eval): New
5428 (top level): Call it.
5430 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
5432 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5435 2016-12-02 Tom Tromey <tom@tromey.com>
5437 * gdb.dwarf2/main-subprogram.c: New file.
5438 * gdb.dwarf2/main-subprogram.exp: New file.
5440 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5442 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5443 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5444 gdb_test_no_output for a couple of cases.
5445 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5447 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5449 Fix test names and standardize compilation error messages throughout
5450 the following files:
5453 * gdb.arch/alpha-step.exp
5454 * gdb.arch/e500-prologue.exp
5455 * gdb.arch/ftrace-insn-reloc.exp
5456 * gdb.arch/gdb1291.exp
5457 * gdb.arch/gdb1431.exp
5458 * gdb.arch/gdb1558.exp
5459 * gdb.arch/i386-dr3-watch.exp
5460 * gdb.arch/i386-sse-stack-align.exp
5461 * gdb.arch/ia64-breakpoint-shadow.exp
5462 * gdb.arch/pa-nullify.exp
5463 * gdb.arch/powerpc-aix-prologue.exp
5464 * gdb.arch/thumb-bx-pc.exp
5465 * gdb.base/annota1.exp
5466 * gdb.base/annota3.exp
5467 * gdb.base/arrayidx.exp
5468 * gdb.base/assign.exp
5469 * gdb.base/attach.exp
5472 * gdb.base/bfp-test.exp
5473 * gdb.base/bigcore.exp
5474 * gdb.base/bitfields2.exp
5475 * gdb.base/break-fun-addr.exp
5476 * gdb.base/break-probes.exp
5477 * gdb.base/call-rt-st.exp
5478 * gdb.base/callexit.exp
5479 * gdb.base/catch-fork-kill.exp
5480 * gdb.base/charset.exp
5481 * gdb.base/checkpoint.exp
5482 * gdb.base/comprdebug.exp
5483 * gdb.base/constvars.exp
5484 * gdb.base/coredump-filter.exp
5485 * gdb.base/cursal.exp
5486 * gdb.base/cvexpr.exp
5487 * gdb.base/detach.exp
5488 * gdb.base/display.exp
5489 * gdb.base/dmsym.exp
5490 * gdb.base/dprintf-pending.exp
5491 * gdb.base/dso2dso.exp
5492 * gdb.base/dtrace-probe.exp
5494 * gdb.base/enum_cond.exp
5495 * gdb.base/exe-lock.exp
5496 * gdb.base/exec-invalid-sysroot.exp
5497 * gdb.base/execl-update-breakpoints.exp
5498 * gdb.base/exprs.exp
5499 * gdb.base/fileio.exp
5501 * gdb.base/finish.exp
5502 * gdb.base/fixsection.exp
5503 * gdb.base/foll-vfork.exp
5504 * gdb.base/frame-args.exp
5505 * gdb.base/gcore.exp
5506 * gdb.base/gdb1250.exp
5507 * gdb.base/global-var-nested-by-dso.exp
5508 * gdb.base/gnu-ifunc.exp
5509 * gdb.base/hashline1.exp
5510 * gdb.base/hashline2.exp
5511 * gdb.base/hashline3.exp
5512 * gdb.base/hbreak-in-shr-unsupported.exp
5514 * gdb.base/infcall-input.exp
5515 * gdb.base/info-fun.exp
5516 * gdb.base/info-shared.exp
5517 * gdb.base/jit-simple.exp
5518 * gdb.base/jit-so.exp
5521 * gdb.base/label.exp
5522 * gdb.base/lineinc.exp
5523 * gdb.base/logical.exp
5524 * gdb.base/longjmp.exp
5525 * gdb.base/macscp.exp
5526 * gdb.base/miscexprs.exp
5527 * gdb.base/new-ui-echo.exp
5528 * gdb.base/new-ui-pending-input.exp
5529 * gdb.base/new-ui.exp
5530 * gdb.base/nodebug.exp
5531 * gdb.base/nofield.exp
5532 * gdb.base/offsets.exp
5533 * gdb.base/overlays.exp
5534 * gdb.base/pending.exp
5535 * gdb.base/pointers.exp
5536 * gdb.base/pr11022.exp
5537 * gdb.base/printcmds.exp
5538 * gdb.base/prologue.exp
5539 * gdb.base/ptr-typedef.exp
5540 * gdb.base/realname-expand.exp
5541 * gdb.base/relativedebug.exp
5542 * gdb.base/relocate.exp
5543 * gdb.base/remote.exp
5544 * gdb.base/reread.exp
5545 * gdb.base/return2.exp
5546 * gdb.base/savedregs.exp
5548 * gdb.base/sepdebug.exp
5549 * gdb.base/sepsymtab.exp
5550 * gdb.base/set-inferior-tty.exp
5551 * gdb.base/setshow.exp
5552 * gdb.base/shlib-call.exp
5553 * gdb.base/sigaltstack.exp
5554 * gdb.base/siginfo-addr.exp
5555 * gdb.base/signals.exp
5556 * gdb.base/signull.exp
5557 * gdb.base/sigrepeat.exp
5558 * gdb.base/so-impl-ld.exp
5559 * gdb.base/solib-display.exp
5560 * gdb.base/solib-overlap.exp
5561 * gdb.base/solib-search.exp
5562 * gdb.base/solib-symbol.exp
5563 * gdb.base/structs.exp
5564 * gdb.base/structs2.exp
5565 * gdb.base/symtab-search-order.exp
5566 * gdb.base/twice.exp
5567 * gdb.base/unload.exp
5568 * gdb.base/varargs.exp
5569 * gdb.base/watchpoint-solib.exp
5570 * gdb.base/watchpoint.exp
5571 * gdb.base/whatis.exp
5572 * gdb.base/wrong_frame_bt_full.exp
5573 * gdb.btrace/dlopen.exp
5574 * gdb.cell/ea-standalone.exp
5575 * gdb.cell/ea-test.exp
5576 * gdb.cp/dispcxx.exp
5577 * gdb.cp/gdb2384.exp
5578 * gdb.cp/method2.exp
5579 * gdb.cp/nextoverthrow.exp
5580 * gdb.cp/pr10728.exp
5581 * gdb.disasm/am33.exp
5582 * gdb.disasm/h8300s.exp
5583 * gdb.disasm/mn10300.exp
5584 * gdb.disasm/sh3.exp
5585 * gdb.dwarf2/dw2-dir-file-name.exp
5586 * gdb.fortran/complex.exp
5587 * gdb.fortran/library-module.exp
5588 * gdb.guile/scm-pretty-print.exp
5589 * gdb.guile/scm-symbol.exp
5590 * gdb.guile/scm-type.exp
5591 * gdb.guile/scm-value.exp
5592 * gdb.linespec/linespec.exp
5595 * gdb.mi/mi-breakpoint-changed.exp
5596 * gdb.mi/mi-dprintf-pending.exp
5597 * gdb.mi/mi-dprintf.exp
5598 * gdb.mi/mi-exit-code.exp
5599 * gdb.mi/mi-pending.exp
5600 * gdb.mi/mi-solib.exp
5601 * gdb.mi/new-ui-mi-sync.exp
5602 * gdb.mi/pr11022.exp
5603 * gdb.mi/user-selected-context-sync.exp
5604 * gdb.opt/solib-intra-step.exp
5605 * gdb.python/py-events.exp
5606 * gdb.python/py-finish-breakpoint.exp
5607 * gdb.python/py-mi.exp
5608 * gdb.python/py-prettyprint.exp
5609 * gdb.python/py-shared.exp
5610 * gdb.python/py-symbol.exp
5611 * gdb.python/py-template.exp
5612 * gdb.python/py-type.exp
5613 * gdb.python/py-value.exp
5614 * gdb.reverse/solib-precsave.exp
5615 * gdb.reverse/solib-reverse.exp
5616 * gdb.server/solib-list.exp
5617 * gdb.stabs/weird.exp
5618 * gdb.threads/reconnect-signal.exp
5619 * gdb.threads/stepi-random-signal.exp
5620 * gdb.trace/actions.exp
5622 * gdb.trace/backtrace.exp
5623 * gdb.trace/change-loc.exp
5624 * gdb.trace/deltrace.exp
5625 * gdb.trace/ftrace-lock.exp
5626 * gdb.trace/ftrace.exp
5627 * gdb.trace/infotrace.exp
5628 * gdb.trace/mi-tracepoint-changed.exp
5629 * gdb.trace/packetlen.exp
5630 * gdb.trace/passcount.exp
5631 * gdb.trace/pending.exp
5632 * gdb.trace/range-stepping.exp
5633 * gdb.trace/report.exp
5634 * gdb.trace/stap-trace.exp
5635 * gdb.trace/tfind.exp
5636 * gdb.trace/trace-break.exp
5637 * gdb.trace/trace-condition.exp
5638 * gdb.trace/trace-enable-disable.exp
5639 * gdb.trace/trace-mt.exp
5640 * gdb.trace/tracecmd.exp
5641 * gdb.trace/tspeed.exp
5645 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5647 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5648 with gdb_test_no_output.
5649 Use command as test name.
5651 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5653 Fix test names starting with uppercase throughout the files.
5655 * gdb.ada/assign_1.exp
5656 * gdb.ada/boolean_expr.exp
5657 * gdb.base/arrayidx.exp
5659 * gdb.base/gcore-buffer-overflow.exp
5660 * gdb.base/testenv.exp
5661 * gdb.compile/compile.exp
5662 * gdb.python/py-framefilter-invalidarg.exp
5663 * gdb.python/py-framefilter.exp
5665 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5667 Fix test names starting with uppercase throughout the files.
5669 * gdb.ada/array_return.exp
5670 * gdb.ada/expr_delims.exp
5671 * gdb.ada/mi_dyn_arr.exp
5672 * gdb.ada/mi_interface.exp
5673 * gdb.ada/mi_var_array.exp
5674 * gdb.ada/watch_arg.exp
5675 * gdb.arch/alpha-step.exp
5676 * gdb.arch/altivec-regs.exp
5677 * gdb.arch/e500-regs.exp
5678 * gdb.arch/powerpc-d128-regs.exp
5679 * gdb.base/arrayidx.exp
5680 * gdb.base/break.exp
5681 * gdb.base/checkpoint.exp
5682 * gdb.base/debug-expr.exp
5683 * gdb.base/dmsym.exp
5684 * gdb.base/radix.exp
5685 * gdb.base/sepdebug.exp
5686 * gdb.base/testenv.exp
5687 * gdb.base/watch_thread_num.exp
5688 * gdb.base/watchpoint-cond-gone.exp
5689 * gdb.cell/break.exp
5690 * gdb.cell/ea-cache.exp
5691 * gdb.compile/compile.exp
5692 * gdb.cp/gdb2495.exp
5693 * gdb.gdb/selftest.exp
5694 * gdb.gdb/xfullpath.exp
5696 * gdb.go/integers.exp
5697 * gdb.objc/basicclass.exp
5698 * gdb.pascal/hello.exp
5699 * gdb.pascal/integers.exp
5700 * gdb.python/py-breakpoint.exp
5701 * gdb.python/py-cmd.exp
5702 * gdb.python/py-linetable.exp
5703 * gdb.python/py-xmethods.exp
5704 * gdb.python/python.exp
5705 * gdb.reverse/consecutive-precsave.exp
5706 * gdb.reverse/finish-precsave.exp
5707 * gdb.reverse/i386-precsave.exp
5708 * gdb.reverse/machinestate-precsave.exp
5709 * gdb.reverse/sigall-precsave.exp
5710 * gdb.reverse/solib-precsave.exp
5711 * gdb.reverse/step-precsave.exp
5712 * gdb.reverse/until-precsave.exp
5713 * gdb.reverse/watch-precsave.exp
5714 * gdb.threads/leader-exit.exp
5715 * gdb.threads/pthreads.exp
5716 * gdb.threads/wp-replication.exp
5717 * gdb.trace/actions.exp
5718 * gdb.trace/mi-tsv-changed.exp
5721 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5723 Fix test names starting with uppercase throughout the files.
5725 * gdb.arch/i386-bp_permanent.exp
5726 * gdb.arch/i386-gnu-cfi.exp
5727 * gdb.base/disasm-end-cu.exp
5728 * gdb.base/macscp.exp
5729 * gdb.base/pending.exp
5730 * gdb.base/watch_thread_num.exp
5731 * gdb.cp/exception.exp
5732 * gdb.cp/gdb2495.exp
5734 * gdb.python/py-evsignal.exp
5735 * gdb.python/python.exp
5736 * gdb.trace/tracecmd.exp
5738 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5740 Fix test names starting with uppercase throughout the files.
5742 * gdb.base/charset.exp
5744 * gdb.base/multi-forks.exp
5745 * gdb.guile/scm-progspace.exp
5746 * gdb.opencl/datatypes.exp
5747 * gdb.python/py-block.exp
5748 * gdb.python/py-function.exp
5749 * gdb.python/py-symbol.exp
5750 * gdb.python/py-symtab.exp
5751 * gdb.python/py-xmethods.exp
5752 * gdb.reverse/break-precsave.exp
5753 * gdb.reverse/break-reverse.exp
5754 * gdb.reverse/consecutive-precsave.exp
5755 * gdb.reverse/consecutive-reverse.exp
5756 * gdb.reverse/finish-precsave.exp
5757 * gdb.reverse/finish-reverse-bkpt.exp
5758 * gdb.reverse/finish-reverse.exp
5759 * gdb.reverse/fstatat-reverse.exp
5760 * gdb.reverse/getresuid-reverse.exp
5761 * gdb.reverse/i386-precsave.exp
5762 * gdb.reverse/i386-reverse.exp
5763 * gdb.reverse/i386-sse-reverse.exp
5764 * gdb.reverse/i387-stack-reverse.exp
5765 * gdb.reverse/insn-reverse.exp
5766 * gdb.reverse/machinestate-precsave.exp
5767 * gdb.reverse/machinestate.exp
5768 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5769 * gdb.reverse/pipe-reverse.exp
5770 * gdb.reverse/readv-reverse.exp
5771 * gdb.reverse/recvmsg-reverse.exp
5772 * gdb.reverse/rerun-prec.exp
5773 * gdb.reverse/s390-mvcle.exp
5774 * gdb.reverse/sigall-precsave.exp
5775 * gdb.reverse/sigall-reverse.exp
5776 * gdb.reverse/solib-precsave.exp
5777 * gdb.reverse/solib-reverse.exp
5778 * gdb.reverse/step-precsave.exp
5779 * gdb.reverse/step-reverse.exp
5780 * gdb.reverse/time-reverse.exp
5781 * gdb.reverse/until-precsave.exp
5782 * gdb.reverse/until-reverse.exp
5783 * gdb.reverse/waitpid-reverse.exp
5784 * gdb.reverse/watch-precsave.exp
5785 * gdb.reverse/watch-reverse.exp
5787 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5789 Fix test names starting with uppercase throughout the files.
5791 * gdb.arch/i386-mpx-simple_segv.exp
5792 * gdb.arch/i386-mpx.exp
5793 * gdb.arch/i386-permbkpt.exp
5794 * gdb.arch/pa-nullify.exp
5795 * gdb.arch/powerpc-d128-regs.exp
5796 * gdb.arch/vsx-regs.exp
5797 * gdb.base/bfp-test.exp
5798 * gdb.base/break.exp
5799 * gdb.base/breakpoint-shadow.exp
5800 * gdb.base/callfuncs.exp
5801 * gdb.base/charset.exp
5802 * gdb.base/commands.exp
5803 * gdb.base/completion.exp
5804 * gdb.base/dfp-test.exp
5806 * gdb.base/ending-run.exp
5808 * gdb.base/expand-psymtabs.exp
5809 * gdb.base/float128.exp
5810 * gdb.base/floatn.exp
5811 * gdb.base/foll-exec-mode.exp
5812 * gdb.base/gdb1056.exp
5813 * gdb.base/gdb11531.exp
5814 * gdb.base/kill-after-signal.exp
5815 * gdb.base/multi-forks.exp
5816 * gdb.base/overlays.exp
5817 * gdb.base/pending.exp
5818 * gdb.base/sepdebug.exp
5819 * gdb.base/testenv.exp
5820 * gdb.base/valgrind-db-attach.exp
5821 * gdb.base/watch_thread_num.exp
5822 * gdb.base/watchpoint-cond-gone.exp
5823 * gdb.base/watchpoint.exp
5824 * gdb.base/watchpoints.exp
5825 * gdb.cp/arg-reference.exp
5826 * gdb.cp/baseenum.exp
5827 * gdb.cp/operator.exp
5829 * gdb.dwarf2/dw2-op-out-param.exp
5830 * gdb.dwarf2/dw2-reg-undefined.exp
5833 * gdb.go/integers.exp
5834 * gdb.go/methods.exp
5835 * gdb.go/package.exp
5836 * gdb.guile/scm-parameter.exp
5837 * gdb.guile/scm-progspace.exp
5838 * gdb.guile/scm-value.exp
5839 * gdb.mi/mi-pending.exp
5840 * gdb.mi/user-selected-context-sync.exp
5841 * gdb.multi/multi-attach.exp
5842 * gdb.multi/tids.exp
5843 * gdb.opt/clobbered-registers-O2.exp
5844 * gdb.pascal/floats.exp
5845 * gdb.pascal/integers.exp
5846 * gdb.python/py-block.exp
5847 * gdb.python/py-events.exp
5848 * gdb.python/py-parameter.exp
5849 * gdb.python/py-symbol.exp
5850 * gdb.python/py-symtab.exp
5851 * gdb.python/py-type.exp
5852 * gdb.python/py-value.exp
5853 * gdb.python/py-xmethods.exp
5854 * gdb.python/python.exp
5855 * gdb.reverse/break-precsave.exp
5856 * gdb.reverse/consecutive-precsave.exp
5857 * gdb.reverse/finish-precsave.exp
5858 * gdb.reverse/i386-precsave.exp
5859 * gdb.reverse/machinestate-precsave.exp
5860 * gdb.reverse/sigall-precsave.exp
5861 * gdb.reverse/solib-precsave.exp
5862 * gdb.reverse/step-precsave.exp
5863 * gdb.reverse/until-precsave.exp
5864 * gdb.reverse/watch-precsave.exp
5865 * gdb.server/ext-attach.exp
5866 * gdb.server/ext-restart.exp
5867 * gdb.server/ext-run.exp
5868 * gdb.server/ext-wrapper.exp
5869 * gdb.stabs/gdb11479.exp
5870 * gdb.stabs/weird.exp
5871 * gdb.threads/attach-many-short-lived-threads.exp
5872 * gdb.threads/kill.exp
5873 * gdb.threads/watchpoint-fork.exp
5875 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5877 Fix test names starting with uppercase throughout all the files below.
5879 * gdb.ada/array_return.exp
5880 * gdb.ada/catch_ex.exp
5881 * gdb.ada/info_exc.exp
5882 * gdb.ada/mi_catch_ex.exp
5883 * gdb.ada/mi_dyn_arr.exp
5884 * gdb.ada/mi_ex_cond.exp
5885 * gdb.ada/mi_exc_info.exp
5886 * gdb.ada/mi_interface.exp
5887 * gdb.ada/mi_task_arg.exp
5888 * gdb.ada/mi_task_info.exp
5889 * gdb.ada/mi_var_array.exp
5890 * gdb.arch/alpha-step.exp
5891 * gdb.arch/amd64-disp-step.exp
5892 * gdb.arch/arm-disp-step.exp
5893 * gdb.arch/disp-step-insn-reloc.exp
5894 * gdb.arch/e500-prologue.exp
5895 * gdb.arch/ftrace-insn-reloc.exp
5896 * gdb.arch/gdb1558.exp
5897 * gdb.arch/i386-bp_permanent.exp
5898 * gdb.arch/i386-disp-step.exp
5899 * gdb.arch/i386-float.exp
5900 * gdb.arch/i386-gnu-cfi.exp
5901 * gdb.arch/ia64-breakpoint-shadow.exp
5902 * gdb.arch/mips16-thunks.exp
5903 * gdb.arch/pa-nullify.exp
5904 * gdb.arch/powerpc-aix-prologue.exp
5905 * gdb.arch/powerpc-power.exp
5906 * gdb.arch/ppc-dfp.exp
5907 * gdb.arch/s390-tdbregs.exp
5908 * gdb.arch/spu-info.exp
5909 * gdb.arch/spu-ls.exp
5910 * gdb.arch/thumb-bx-pc.exp
5911 * gdb.base/advance.exp
5912 * gdb.base/annota-input-while-running.exp
5913 * gdb.base/arrayidx.exp
5914 * gdb.base/asmlabel.exp
5915 * gdb.base/async.exp
5916 * gdb.base/attach-wait-input.exp
5917 * gdb.base/auto-connect-native-target.exp
5918 * gdb.base/batch-preserve-term-settings.exp
5919 * gdb.base/bfp-test.exp
5920 * gdb.base/bigcore.exp
5921 * gdb.base/bp-permanent.exp
5922 * gdb.base/break-always.exp
5923 * gdb.base/break-fun-addr.exp
5924 * gdb.base/break-idempotent.exp
5925 * gdb.base/break-main-file-remove-fail.exp
5926 * gdb.base/break-probes.exp
5927 * gdb.base/break-unload-file.exp
5928 * gdb.base/break.exp
5929 * gdb.base/call-ar-st.exp
5930 * gdb.base/call-rt-st.exp
5931 * gdb.base/call-sc.exp
5932 * gdb.base/call-signal-resume.exp
5933 * gdb.base/call-strs.exp
5934 * gdb.base/callexit.exp
5935 * gdb.base/callfuncs.exp
5936 * gdb.base/catch-gdb-caused-signals.exp
5937 * gdb.base/catch-signal-siginfo-cond.exp
5938 * gdb.base/catch-syscall.exp
5939 * gdb.base/compare-sections.exp
5940 * gdb.base/cond-eval-mode.exp
5941 * gdb.base/condbreak-call-false.exp
5942 * gdb.base/consecutive-step-over.exp
5943 * gdb.base/cursal.exp
5944 * gdb.base/disabled-location.exp
5945 * gdb.base/disasm-end-cu.exp
5946 * gdb.base/display.exp
5947 * gdb.base/double-prompt-target-event-error.exp
5948 * gdb.base/dprintf-bp-same-addr.exp
5949 * gdb.base/dprintf-detach.exp
5950 * gdb.base/dprintf-next.exp
5951 * gdb.base/dprintf-non-stop.exp
5952 * gdb.base/dprintf-pending.exp
5953 * gdb.base/dso2dso.exp
5954 * gdb.base/ending-run.exp
5955 * gdb.base/enum_cond.exp
5956 * gdb.base/examine-backward.exp
5957 * gdb.base/exe-lock.exp
5958 * gdb.base/exec-invalid-sysroot.exp
5959 * gdb.base/execl-update-breakpoints.exp
5960 * gdb.base/execution-termios.exp
5961 * gdb.base/fileio.exp
5962 * gdb.base/fixsection.exp
5963 * gdb.base/foll-exec-mode.exp
5964 * gdb.base/foll-exec.exp
5965 * gdb.base/fork-running-state.exp
5966 * gdb.base/frame-args.exp
5967 * gdb.base/fullpath-expand.exp
5968 * gdb.base/func-ptr.exp
5969 * gdb.base/gcore-relro-pie.exp
5970 * gdb.base/gdb1090.exp
5971 * gdb.base/gdb1555.exp
5972 * gdb.base/global-var-nested-by-dso.exp
5973 * gdb.base/gnu-ifunc.exp
5974 * gdb.base/hbreak-in-shr-unsupported.exp
5975 * gdb.base/hbreak-unmapped.exp
5976 * gdb.base/hook-stop.exp
5977 * gdb.base/infcall-input.exp
5978 * gdb.base/info-fun.exp
5979 * gdb.base/info-shared.exp
5980 * gdb.base/interrupt-noterm.exp
5981 * gdb.base/jit-so.exp
5983 * gdb.base/line-symtabs.exp
5985 * gdb.base/longjmp.exp
5986 * gdb.base/macscp.exp
5987 * gdb.base/max-value-size.exp
5988 * gdb.base/nodebug.exp
5989 * gdb.base/nofield.exp
5990 * gdb.base/overlays.exp
5991 * gdb.base/paginate-after-ctrl-c-running.exp
5992 * gdb.base/paginate-bg-execution.exp
5993 * gdb.base/paginate-inferior-exit.exp
5994 * gdb.base/pending.exp
5995 * gdb.base/pr11022.exp
5996 * gdb.base/printcmds.exp
5997 * gdb.base/ptr-typedef.exp
5998 * gdb.base/ptype.exp
5999 * gdb.base/randomize.exp
6000 * gdb.base/range-stepping.exp
6001 * gdb.base/realname-expand.exp
6002 * gdb.base/relativedebug.exp
6003 * gdb.base/remote.exp
6004 * gdb.base/savedregs.exp
6005 * gdb.base/sepdebug.exp
6006 * gdb.base/set-noassign.exp
6007 * gdb.base/shlib-call.exp
6008 * gdb.base/shreloc.exp
6009 * gdb.base/sigaltstack.exp
6010 * gdb.base/sigbpt.exp
6011 * gdb.base/siginfo-addr.exp
6012 * gdb.base/siginfo-obj.exp
6013 * gdb.base/siginfo-thread.exp
6014 * gdb.base/signest.exp
6015 * gdb.base/signull.exp
6016 * gdb.base/sigrepeat.exp
6018 * gdb.base/so-impl-ld.exp
6019 * gdb.base/solib-corrupted.exp
6020 * gdb.base/solib-disc.exp
6021 * gdb.base/solib-display.exp
6022 * gdb.base/solib-overlap.exp
6023 * gdb.base/solib-search.exp
6024 * gdb.base/solib-symbol.exp
6025 * gdb.base/source-execution.exp
6026 * gdb.base/sss-bp-on-user-bp-2.exp
6027 * gdb.base/sss-bp-on-user-bp.exp
6028 * gdb.base/stack-checking.exp
6029 * gdb.base/stale-infcall.exp
6030 * gdb.base/step-break.exp
6031 * gdb.base/step-line.exp
6032 * gdb.base/step-over-exit.exp
6033 * gdb.base/step-test.exp
6034 * gdb.base/structs.exp
6035 * gdb.base/sym-file.exp
6036 * gdb.base/symtab-search-order.exp
6038 * gdb.base/type-opaque.exp
6039 * gdb.base/unload.exp
6040 * gdb.base/until-nodebug.exp
6041 * gdb.base/until.exp
6042 * gdb.base/unwindonsignal.exp
6043 * gdb.base/watch-cond.exp
6044 * gdb.base/watch-non-mem.exp
6045 * gdb.base/watch_thread_num.exp
6046 * gdb.base/watchpoint-reuse-slot.exp
6047 * gdb.base/watchpoint-solib.exp
6048 * gdb.base/watchpoint.exp
6049 * gdb.btrace/dlopen.exp
6051 * gdb.cell/break.exp
6055 * gdb.cell/dwarfaddr.exp
6056 * gdb.cell/ea-cache.exp
6057 * gdb.cell/ea-standalone.exp
6058 * gdb.cell/ea-test.exp
6059 * gdb.cell/f-regs.exp
6061 * gdb.cell/gcore.exp
6062 * gdb.cell/mem-access.exp
6063 * gdb.cell/ptype.exp
6064 * gdb.cell/registers.exp
6065 * gdb.cell/sizeof.exp
6066 * gdb.cell/solib-symbol.exp
6067 * gdb.cell/solib.exp
6068 * gdb.compile/compile-tls.exp
6069 * gdb.cp/exception.exp
6070 * gdb.cp/gdb2495.exp
6072 * gdb.cp/mb-inline.exp
6073 * gdb.cp/mb-templates.exp
6074 * gdb.cp/pr10687.exp
6076 * gdb.cp/scope-err.exp
6077 * gdb.cp/templates.exp
6078 * gdb.cp/virtfunc.exp
6079 * gdb.dwarf2/dw2-dir-file-name.exp
6080 * gdb.dwarf2/dw2-single-line-discriminators.exp
6081 * gdb.fortran/complex.exp
6082 * gdb.fortran/library-module.exp
6083 * gdb.guile/guile.exp
6084 * gdb.guile/scm-cmd.exp
6085 * gdb.guile/scm-frame-inline.exp
6086 * gdb.guile/scm-objfile.exp
6087 * gdb.guile/scm-pretty-print.exp
6088 * gdb.guile/scm-symbol.exp
6089 * gdb.guile/scm-type.exp
6090 * gdb.guile/scm-value.exp
6091 * gdb.linespec/keywords.exp
6092 * gdb.linespec/ls-errs.exp
6093 * gdb.linespec/macro-relative.exp
6094 * gdb.linespec/thread.exp
6095 * gdb.mi/mi-breakpoint-changed.exp
6096 * gdb.mi/mi-dprintf-pending.exp
6097 * gdb.mi/mi-fullname-deleted.exp
6098 * gdb.mi/mi-logging.exp
6099 * gdb.mi/mi-pending.exp
6100 * gdb.mi/mi-solib.exp
6101 * gdb.mi/new-ui-mi-sync.exp
6102 * gdb.mi/user-selected-context-sync.exp
6103 * gdb.multi/dummy-frame-restore.exp
6104 * gdb.multi/multi-arch-exec.exp
6105 * gdb.multi/remove-inferiors.exp
6106 * gdb.multi/watchpoint-multi-exit.exp
6107 * gdb.opt/solib-intra-step.exp
6108 * gdb.perf/backtrace.exp
6109 * gdb.perf/single-step.exp
6110 * gdb.perf/skip-command.exp
6111 * gdb.perf/skip-prologue.exp
6112 * gdb.perf/solib.exp
6113 * gdb.python/lib-types.exp
6114 * gdb.python/py-as-string.exp
6115 * gdb.python/py-bad-printers.exp
6116 * gdb.python/py-block.exp
6117 * gdb.python/py-breakpoint.exp
6118 * gdb.python/py-cmd.exp
6119 * gdb.python/py-events.exp
6120 * gdb.python/py-evthreads.exp
6121 * gdb.python/py-finish-breakpoint.exp
6122 * gdb.python/py-finish-breakpoint2.exp
6123 * gdb.python/py-frame-inline.exp
6124 * gdb.python/py-frame.exp
6125 * gdb.python/py-inferior.exp
6126 * gdb.python/py-infthread.exp
6127 * gdb.python/py-mi.exp
6128 * gdb.python/py-objfile.exp
6129 * gdb.python/py-pp-maint.exp
6130 * gdb.python/py-pp-registration.exp
6131 * gdb.python/py-prettyprint.exp
6132 * gdb.python/py-recurse-unwind.exp
6133 * gdb.python/py-shared.exp
6134 * gdb.python/py-symbol.exp
6135 * gdb.python/py-symtab.exp
6136 * gdb.python/py-template.exp
6137 * gdb.python/py-type.exp
6138 * gdb.python/py-unwind-maint.exp
6139 * gdb.python/py-unwind.exp
6140 * gdb.python/py-value.exp
6141 * gdb.python/python.exp
6142 * gdb.reverse/finish-reverse-bkpt.exp
6143 * gdb.reverse/insn-reverse.exp
6144 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6145 * gdb.reverse/solib-precsave.exp
6146 * gdb.reverse/solib-reverse.exp
6147 * gdb.stabs/gdb11479.exp
6148 * gdb.stabs/weird.exp
6149 * gdb.threads/fork-child-threads.exp
6150 * gdb.threads/fork-plus-threads.exp
6151 * gdb.threads/fork-thread-pending.exp
6152 * gdb.threads/forking-threads-plus-breakpoint.exp
6153 * gdb.threads/hand-call-in-threads.exp
6154 * gdb.threads/interrupted-hand-call.exp
6155 * gdb.threads/linux-dp.exp
6156 * gdb.threads/local-watch-wrong-thread.exp
6157 * gdb.threads/next-while-other-thread-longjmps.exp
6158 * gdb.threads/non-ldr-exit.exp
6159 * gdb.threads/pending-step.exp
6160 * gdb.threads/print-threads.exp
6161 * gdb.threads/process-dies-while-detaching.exp
6162 * gdb.threads/process-dies-while-handling-bp.exp
6163 * gdb.threads/pthreads.exp
6164 * gdb.threads/queue-signal.exp
6165 * gdb.threads/reconnect-signal.exp
6166 * gdb.threads/signal-command-handle-nopass.exp
6167 * gdb.threads/signal-command-multiple-signals-pending.exp
6168 * gdb.threads/signal-delivered-right-thread.exp
6169 * gdb.threads/signal-sigtrap.exp
6170 * gdb.threads/sigthread.exp
6171 * gdb.threads/staticthreads.exp
6172 * gdb.threads/stepi-random-signal.exp
6173 * gdb.threads/thread-unwindonsignal.exp
6174 * gdb.threads/thread_check.exp
6175 * gdb.threads/thread_events.exp
6176 * gdb.threads/tid-reuse.exp
6177 * gdb.threads/tls-nodebug.exp
6178 * gdb.threads/tls-shared.exp
6179 * gdb.threads/tls-so_extern.exp
6180 * gdb.threads/tls.exp
6181 * gdb.threads/wp-replication.exp
6182 * gdb.trace/actions-changed.exp
6183 * gdb.trace/actions.exp
6184 * gdb.trace/backtrace.exp
6185 * gdb.trace/change-loc.exp
6186 * gdb.trace/collection.exp
6187 * gdb.trace/deltrace.exp
6188 * gdb.trace/disconnected-tracing.exp
6189 * gdb.trace/entry-values.exp
6190 * gdb.trace/ftrace-lock.exp
6191 * gdb.trace/ftrace.exp
6192 * gdb.trace/infotrace.exp
6193 * gdb.trace/mi-trace-frame-collected.exp
6194 * gdb.trace/mi-trace-unavailable.exp
6195 * gdb.trace/mi-traceframe-changed.exp
6196 * gdb.trace/mi-tracepoint-changed.exp
6197 * gdb.trace/mi-tsv-changed.exp
6198 * gdb.trace/no-attach-trace.exp
6199 * gdb.trace/packetlen.exp
6200 * gdb.trace/passc-dyn.exp
6201 * gdb.trace/passcount.exp
6202 * gdb.trace/pending.exp
6203 * gdb.trace/pr16508.exp
6204 * gdb.trace/qtro.exp
6205 * gdb.trace/range-stepping.exp
6206 * gdb.trace/read-memory.exp
6207 * gdb.trace/report.exp
6208 * gdb.trace/save-trace.exp
6209 * gdb.trace/signal.exp
6210 * gdb.trace/stap-trace.exp
6211 * gdb.trace/status-stop.exp
6212 * gdb.trace/strace.exp
6213 * gdb.trace/tfile.exp
6214 * gdb.trace/tfind.exp
6215 * gdb.trace/trace-break.exp
6216 * gdb.trace/trace-condition.exp
6217 * gdb.trace/trace-enable-disable.exp
6218 * gdb.trace/trace-mt.exp
6219 * gdb.trace/tracecmd.exp
6220 * gdb.trace/tracefile-pseudo-reg.exp
6221 * gdb.trace/tspeed.exp
6222 * gdb.trace/tstatus.exp
6224 * gdb.trace/unavailable.exp
6225 * gdb.trace/while-dyn.exp
6226 * gdb.trace/while-stepping.exp
6229 * lib/mi-support.exp
6232 * lib/prelink-support.exp
6233 * lib/selftest-support.exp
6235 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
6237 * Makefile.in: Include disable-implicit-rules.mk.
6239 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6241 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6242 non-byte-aligned bit fields.
6244 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6247 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
6248 respects the DW_AT_data_bit_offset attribute.
6250 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
6252 * gdb.base/default.exp: Fix output of "set language".
6254 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
6256 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6257 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
6259 * configure.ac: Remove checks for the make program.
6260 * configure: Re-generate.
6262 2016-11-16 Kevin Buettner <kevinb@redhat.com>
6264 * gdb.python/py-recurse-unwind.c (main): Add loop.
6265 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6266 to read_register() and gdb.parse_and_eval(). Make each code
6267 call a separate case that can be individually tested.
6268 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6269 proc. Call cont_and_backtrace for each of the code paths that
6270 we want to test in the unwinder.
6272 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
6274 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6275 the definition of struct S.
6277 2016-11-11 Catherine Moore <clm@codesourcery.com>
6279 * gdb.base/dump.exp: Identify verilog format dump tests as such.
6281 2016-11-09 Pedro Alves <palves@redhat.com>
6283 * gdb.base/commands.exp (runto_or_return): New procedure.
6284 (gdbvar_simple_if_test, gdbvar_simple_while_test)
6285 (gdbvar_complex_if_while_test, progvar_simple_if_test)
6286 (progvar_simple_while_test, progvar_complex_if_while_test)
6287 (if_while_breakpoint_command_test)
6288 (infrun_breakpoint_command_test, breakpoint_command_test)
6289 (user_defined_command_test, watchpoint_command_test)
6290 (test_command_prompt_position, redefine_hook_test)
6291 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6292 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6293 multi_line_input and multi_line. Remove gdb_expect and
6294 gdb_stop_suppressing_tests uses.
6295 * lib/gdb.exp (valnum_re): New global.
6296 (multi_line_input): New procedure.
6298 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
6300 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6302 (test_setup): Define with proc_with_prefix.
6303 (test_cli_inferior): Likewise.
6304 (test_cli_thread): Likewise.
6305 (test_cli_frame): Likewise.
6306 (test_cli_select_frame): Likewise.
6307 (test_cli_up_down): Likewise.
6308 (test_mi_thread_select): Likewise.
6309 (test_mi_stack_select_frame): Likewise.
6310 (test_cli_in_mi_inferior): Likewise.
6311 (test_cli_in_mi_thread): Likewise.
6312 (test_cli_in_mi_frame): Likewise.
6313 (top level): Do not use with_test_prefix_procname.
6315 2016-11-09 Pedro Alves <palves@redhat.com>
6317 * gdb.base/commands.exp (gdbvar_simple_if_test)
6318 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6319 (progvar_simple_if_test, progvar_simple_while_test)
6320 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6321 (infrun_breakpoint_command_test, breakpoint_command_test)
6322 (user_defined_command_test, watchpoint_command_test)
6323 (test_command_prompt_position, deprecated_command_test)
6324 (bp_deleted_in_command, temporary_breakpoint_commands)
6325 (stray_arg0_test, source_file_with_indented_comment)
6326 (recursive_source_test, if_commands_test)
6327 (error_clears_commands_left, redefine_hook_test)
6328 (redefine_backtrace_test): Use proc_with_prefix.
6329 * lib/gdb.exp (proc_with_prefix): New proc.
6331 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6333 * gdb.base/tui-layout.c: New file.
6334 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6335 disassembly window contains very long lines.
6337 2016-11-08 Tom Tromey <tom@tromey.com>
6339 * gdb.python/py-value.exp (test_value_creation): Make "long" test
6342 2016-11-08 Tom Tromey <tom@tromey.com>
6344 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6347 2016-10-29 Manish Goregaokar <manish@mozilla.com>
6349 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
6351 2016-10-27 Manish Goregaokar <manish@mozilla.com>
6353 * gdb.rust/simple.rs: Add test for univariant enums without
6354 discriminants and for encoded struct-like enums.
6356 2016-10-28 Pedro Alves <palves@redhat.com>
6358 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6359 gdb_test_multiple, tighten regexps and match symtabs and line
6360 tables incrementally.
6362 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
6364 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6367 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
6369 * gdb.base/exec-invalid-sysroot.exp: New file.
6371 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6373 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6375 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6377 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6379 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
6381 * gdb.base/killed-outside.exp: Remove $options from a call to
6382 `prepare_for_testing'.
6384 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6386 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6387 Change test message.
6389 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6391 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6394 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6396 * gdb.trace/mi-trace-save.exp: New file.
6398 2016-10-13 Yao Qi <yao.qi@linaro.org>
6400 * gdb.base/code_elim.exp (get_var_address): Remove.
6401 * gdb.base/relocate.exp: Likewise.
6402 * gdb.base/shreloc.exp: Likewise.
6403 * lib/gdb.exp (get_var_address): New.
6405 2016-10-13 Yao Qi <yao.qi@linaro.org>
6407 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6408 floating point tests if $skip_float_test is false.
6410 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
6412 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6413 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6415 Add 1 to argc so we guarantee distinct initial/modified argc values.
6417 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6419 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6421 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6423 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6424 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6425 * gdb.arch/vsx-regs.exp: Likewise.
6427 2016-10-07 Yao Qi <yao.qi@linaro.org>
6429 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6431 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
6433 * gdb.python/python.exp: Test decode_line("*0").
6435 2016-10-06 Doug Evans <dje@google.com>
6437 * gdb.python/py-value.exp (test_value_creation): Add test for large
6438 unsigned 64-bit value.
6440 2016-10-06 Tom Tromey <tom@tromey.com>
6442 * gdb.compile/compile.exp: Change java tests to rust.
6443 * gdb.base/setshow.exp: Change java tests to rust.
6444 * gdb.base/default.exp: Remove java from language list.
6445 * README (Examples): Update language example.
6446 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6448 * lib/gdb.exp (skip_java_tests): Remove.
6449 * lib/java.exp: Remove.
6452 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6454 * gdb.arch/mips-fcr.exp: New test.
6455 * gdb.arch/mips-fcr.c: Source for the new test.
6457 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6459 * gdb.base/solib-disc.exp: Use `standard_output_file'
6462 2016-10-06 Pedro Alves <palves@redhat.com>
6464 * gdb.base/jit-simple-dl.c: New file.
6465 * gdb.base/jit-simple-jit.c: New file, factored out from ...
6466 * gdb.base/jit-simple.c: ... this.
6467 * gdb.base/jit-simple.exp (jit_run): Delete.
6468 (build_jit): New proc.
6469 (jit_test_reread): Recompile either the main program or the shared
6470 library, depending on what is being tested. Skip changing address
6471 if caller wants to. Compare before/after addresses. If testing
6472 standalone, explicitly load the binary. Test "maint info
6474 (top level): Add "standalone vs shared lib" and "change address"
6475 vs "same address" axes.
6477 2016-10-06 Pedro Alves <palves@redhat.com>
6479 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6482 (jit_test_reread): Use with_test_prefix. Reload the main binary
6483 explicitly. Compare the before/after addresses of the JIT
6486 2016-08-15 Doug Evans <dje@google.com>
6488 * gdb.xml/extra-regs.xml: Update, end field now required, default type
6489 for single bitfields is bool.
6490 * gdb.xml/tdesc-regs.exp: Ditto.
6492 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6494 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6496 2016-10-05 Yao Qi <yao.qi@linaro.org>
6498 * lib/gdb.exp (support_complex_tests): Return zero if
6499 gdb_skip_float_test return true.
6501 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6502 Simon Marchi <simon.marchi@ericsson.com>
6505 * gdb.mi/user-selected-context-sync.exp: New file.
6506 * gdb.mi/user-selected-context-sync.c: New file.
6508 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6509 Simon Marchi <simon.marchi@ericsson.com>
6512 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6513 =thread-select-event check.
6515 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
6517 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6518 the compulsory L operand changes.
6519 * gdb.arch/powerpc-power.s: Likewise.
6521 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6523 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6524 * gdb.base/jit-attach-pie.c: New file.
6525 * gdb.base/jit-attach-pie.exp: New file.
6527 2016-09-28 Pedro Alves <palves@redhat.com>
6529 * gdb.base/infcall-input.c: New file.
6530 * gdb.base/infcall-input.exp: New file.
6532 2016-09-22 Yao Qi <yao.qi@linaro.org>
6534 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6535 (gdb_exit): Rename it to ...
6536 (gdbserver_gdb_exit): ... Close GDBserver.
6537 (gdb_exit): New proc, call gdbserver_gdb_exit.
6538 (mi_gdb_exit): Likewise.
6540 2016-09-22 Yao Qi <yao.qi@linaro.org>
6542 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6544 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6547 2016-09-22 Yao Qi <yao.qi@linaro.org>
6549 * lib/gdbserver-support.exp: Check the existence of
6550 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6552 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
6554 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6556 2016-09-21 Tom Tromey <tom@tromey.com>
6559 * gdb.base/quit.exp: New file.
6561 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
6563 * .gitignore: New file.
6565 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
6567 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6570 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6572 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6574 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6576 * gdb.cp/casts.cc (decltype): Move it ...
6577 (main): ... with its call to ...
6578 * gdb.cp/casts03.cc: ... a new file.
6579 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6581 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6583 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6585 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
6587 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6588 and sync up the test with tests in gas/testsuite/gas/ppc.
6589 * gdb.arch/powerpc-power.exp: Likewise.
6591 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6593 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6595 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
6596 Jan Kratochvil <jan.kratochvil@redhat.com>
6598 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6599 make m1's definition to be different from m2's. Use 'dummy' as an
6600 argument for probe 'two'.
6602 2016-09-10 Jon Beniston <jon@beniston.com>
6604 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6607 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6609 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6610 variable declaration.
6611 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
6612 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6613 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6614 received HWCAP as its argument.
6616 2016-09-06 Pedro Alves <palves@redhat.com>
6618 * gdb.base/new-ui-pending-input.c: New file.
6619 * gdb.base/new-ui-pending-input.exp: New file.
6620 * gdb.exp (clear_gdb_spawn_id): New procedure.
6621 (with_spawn_id): Check whether gdb_spawn_id exists before
6622 referencing it. If gdb_spawn_id didn't exist on entry, clear it
6625 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6627 * gdb.base/float128.c: New file.
6628 * gdb.base/float128.exp: Likewise.
6629 * gdb.base/floatn.c: Likewise.
6630 * gdb.base/floatn.exp: Likewise.
6632 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6634 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6636 2016-09-05 Pedro Alves <palves@redhat.com>
6639 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6640 unwinders are immediately called as side effect of "source" or
6641 "disable unwinder" commands.
6642 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6644 2016-09-02 Yao Qi <yao.qi@linaro.org>
6646 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6647 is true and $type is "float" or "double".
6649 2016-09-02 Yao Qi <yao.qi@linaro.org>
6651 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6653 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6654 * gdb.base/call-rt-st.exp: Likewise.
6655 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6656 return value instead of gdb,skip_float_test.
6657 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6658 (do_function_calls): Use its return value instead of
6659 gdb,skip_float_test.
6660 * gdb.base/finish.exp: Likewise.
6661 * gdb.base/funcargs.exp: Likewise.
6662 * gdb.base/return.exp: Likewise.
6663 * gdb.base/return2.exp: Likewise.
6664 * gdb.base/varargs.exp: Likewise.
6665 * lib/gdb.exp (gdb_skip_float_test): Change it to
6666 gdb_caching_proc. Detect the broken ptrace on arm-linux.
6668 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6670 * gdb.multi/tids.exp: Test "thread apply all".
6672 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6674 * gdb.base/default.exp (tty): Remove.
6676 2016-08-24 Kevin Buettner <kevinb@redhat.com>
6678 * gdb.python/py-recurse-unwind.c: New file.
6679 * gdb.python/py-recurse-unwind.py: New file.
6680 * gdb.python/py-recurse-unwind.exp: New file.
6682 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
6684 * gdb.base/set-inferior-tty.exp: New file.
6685 * gdb.base/set-inferior-tty.c: New file.
6687 2016-08-23 Pedro Alves <palves@redhat.com>
6690 * gdb.base/new-ui-echo.c: New file.
6691 * gdb.base/new-ui-echo.exp: New file.
6693 2016-08-23 Yao Qi <yao.qi@linaro.org>
6695 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6697 * gdb.server/connect-without-multi-process.exp (do_test):
6700 2016-08-23 Yao Qi <yao.qi@linaro.org>
6702 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6703 standalone_txt. Delete gdb_txt and standalone_txt on host
6704 and target. Spawn the binary on target. Copy files from
6707 2016-08-22 Pedro Alves <palves@redhat.com>
6710 * gdb.base/vdso-warning.exp: Test core dumps too. Use
6711 with_test_prefix. Factor out bits to ...
6712 (test_no_vdso): ... this new procedure.
6714 2016-08-19 Carl Love <cel@us.ibm.com>
6716 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6717 maintaining separate logic for constructing the output path.
6718 * gdb.arch/powerpc-d128-regs.exp: Likewise.
6719 * gdb.arch/ppc-dfp.exp: Likewise.
6720 * gdb.arch/ppc-fp.exp: Likewise.
6721 * gdb.arch/vsx-regs.exp: Likewise.
6722 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6723 binprefix for generating the additional binary files.
6725 2016-08-19 Pedro Alves <palves@redhat.com>
6727 * gdb.trace/mi-trace-frame-collected.exp
6728 (test_trace_frame_collected): On x32, expect two registers.
6730 2016-08-18 Carl Love <cel@us.ibm.com>
6732 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6733 and sync up the test with tests in gas/testsuite/gas/ppc.
6734 * gdb.arch/powerpc-power.exp: Likewise.
6736 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6738 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6739 expected error message.
6741 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6743 * gdb.multi/remove-inferiors.exp: New file.
6744 * gdb.multi/remove-inferiors.c: New file.
6746 2016-08-12 Yao Qi <yao.qi@linaro.org>
6748 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6751 2016-08-10 Pedro Alves <palves@redhat.com>
6754 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6757 2016-08-09 Pedro Alves <palves@redhat.com>
6758 Simon Marchi <simon.marchi@ericsson.com>
6761 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6762 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6764 2016-08-09 Pedro Alves <palves@redhat.com>
6767 * gdb.mi/mi-cmd-error.exp: New file.
6769 2016-08-09 Pedro Alves <palves@redhat.com>
6772 * gdb.base/signals-state-child.c: New file.
6773 * gdb.base/signals-state-child.exp: New file.
6774 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6776 2016-08-09 Pedro Alves <palves@redhat.com>
6778 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6780 2016-08-03 Tom Tromey <tom@tromey.com>
6783 * gdb.python/py-frame-inline.exp: Add Frame.function test.
6785 2016-08-01 Yao Qi <yao.qi@linaro.org>
6787 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
6788 variable mode to "multi-process" if $multi_process is 1, otherwise
6789 set it to "single-process".
6791 2016-08-01 Yao Qi <yao.qi@linaro.org>
6793 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
6794 * gdb.cp/cpexprs.exp: Likewise.
6795 * gdb.cp/m-static.exp: Likewise.
6797 2016-07-26 Tom Tromey <tom@tromey.com>
6800 * gdb.threads/tls.exp (check_thread_local): Add python symbol
6803 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
6805 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
6806 selecting assembly source files.
6807 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
6808 assembly source files.
6809 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
6810 assembly source files.
6811 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
6812 selecting assembly source files.
6814 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
6816 * gdb.base/new-ui.exp (do_test_invalid_args): New
6819 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
6821 * gdb.btrace/reconnect.c: New file.
6822 * gdb.btrace/reconnect.exp: New file.
6824 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
6826 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
6827 to test_catch_syscall_group.
6828 (test_catch_syscall_group): New.
6830 2016-07-21 Tom Tromey <tom@tromey.com>
6832 * gdb.rust/simple.rs (main): Use empty struct expression.
6833 * gdb.rust/simple.exp: Add tests for empty struct expression.
6835 2016-07-21 Yao Qi <yao.qi@linaro.org>
6837 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
6838 if gdb_skip_xml_test is true on some targets.
6840 2016-07-21 Yao Qi <yao.qi@linaro.org>
6842 * gdb.server/solib-list.exp: Unset last_loaded_file.
6844 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6846 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
6847 "step into captured_main (args)".
6849 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6851 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
6853 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6855 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
6857 2016-07-19 Pedro Alves <palves@redhat.com>
6859 * gdb.opt/inline-break.exp: Remove optimize=-O2.
6860 * gdb.opt/inline-bt.exp: Likewise.
6861 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
6862 additional_flags=-Winline.
6863 * gdb.opt/inline-locals.exp: Likewise.
6864 * gdb.opt/inline-markers.c (ATTR): Define.
6865 (inlined_fn): Use it.
6867 2016-07-19 Yao Qi <yao.qi@linaro.org>
6869 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
6870 (test_with_self): Remove some code. Remove argument executable.
6871 (top-level): Use do_self_tests.
6873 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
6874 Don Breazeal <donb@codesourcery.com>
6876 * gdb.base/maint.exp: Escape paths used in regular expressions.
6877 * gdb.stabs/weird.exp: Likewise.
6879 2016-07-13 Tom Tromey <tom@tromey.com>
6881 PR python/15620, PR python/18620:
6882 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
6883 (test_bkpt_events): New procs.
6885 2016-07-13 Tom Tromey <tom@tromey.com>
6888 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
6890 (test_watchpoints): Likewise.
6891 (test_bkpt_pending): New proc.
6893 2016-07-13 Tom Tromey <tom@tromey.com>
6896 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
6899 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6901 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
6902 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
6903 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
6905 (g): Rename g_end_lbl to g_label.
6906 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
6908 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
6910 2016-07-12 Tom Tromey <tom@tromey.com>
6913 * gdb.python/py-unwind-maint.exp: Update tests.
6915 2016-07-12 Yao Qi <yao.qi@linaro.org>
6917 * lib/selftest-support.exp (selftest_setup): Match the output
6918 when captured_main is inlined.
6920 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6922 * gdb.fortran/derived-types.exp (result_line, result_line_2):
6924 (print this%a, print this%b, print this): New tests.
6925 * gdb.fortran/derived-types.f90 (this): New object and
6928 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6930 * gdb.ada/arraydim.exp: Remove extra directory level in build
6933 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6935 * lib/ada.exp: Remove extra directory level in build directory.
6936 * gdb.ada/cond_lang.exp: Likewise.
6937 * gdb.ada/exec_changed.exp: Likewise.
6938 * gdb.ada/lang_switch.exp: Likewise.
6940 2016-07-06 Manish Goregaokar <manish@mozilla.com>
6942 * simple.rs: Add test for raw pointer subscripting.
6943 * simple.exp: Add test expectations.
6945 2016-07-05 Yao Qi <yao.qi@linaro.org>
6947 * gdb.mi/mi-reverse.exp: Match =record-started output.
6949 2016-07-01 Pedro Alves <palves@redhat.com>
6951 * gdb.base/jit-reader.exp (info_registers_current_frame): New
6953 (jit_reader_test): Test the jit reader's unwinder.
6954 * gdb.base/jithost.c (jit_function_00_code): New global.
6955 (main): Use memcpy to fill in the mmapped code, instead of poking
6956 bytes manually here.
6957 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6959 (read_debug_info): Save the function's range.
6960 (read_sp): New function.
6961 (unwind_frame): Use it. Also unwind RBP.
6962 (get_frame_id): Use read_sp.
6963 (gdb_init_reader): Use calloc instead of malloc.
6964 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6965 parameter. Use gdb_test_multiple.
6967 2016-07-01 Pedro Alves <palves@redhat.com>
6968 Antoine Tremblay <antoine.tremblay@ericsson.com>
6970 * gdb.threads/process-dies-while-detaching.c: New file.
6971 * gdb.threads/process-dies-while-detaching.exp: New file.
6973 2016-07-01 Pedro Alves <palves@redhat.com>
6975 * gdb.multi/watchpoint-multi-exit.c: New file.
6976 * gdb.multi/watchpoint-multi-exit.exp: New file.
6978 2016-06-30 Pedro Alves <palves@redhat.com>
6980 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6981 unset inferior_spawn_id.
6983 2016-06-30 Pedro Alves <palves@redhat.com>
6985 * lib/mi-support.exp (default_mi_gdb_start): Declare global
6986 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6988 2016-06-29 Yao Qi <yao.qi@linaro.org>
6990 * gdb.base/return.c: Add copyright header.
6992 2016-06-29 Tom Tromey <tom@tromey.com>
6995 * gdb.python/py-framefilter.exp: Add tests for setting priority
6996 and disabling of non-existent frame filter.
6998 2016-06-29 Yao Qi <yao.qi@linaro.org>
7000 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7003 2016-06-28 Yao Qi <yao.qi@linaro.org>
7005 * gdb.base/catch-syscall.exp: Remove check on isnative and target
7006 triplets. Start gdb, execute catch syscall, and continue. Check
7007 gdb's output to determine catch syscall is supported.
7009 2016-06-27 Manish Goregaokar <manish@mozilla.com>
7011 * gdb.rust/simple.rs: Add test for returning unit in a function.
7012 * gdb.rust/simple.exp: Add expectation for functions returning
7015 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
7017 * gdb.python/py-breakpoint-create-fail.c,
7018 gdb.python/py-breakpoint-create-fail.exp,
7019 gdb.python/py-breakpoint-create-fail.py: New testcase.
7021 2016-06-25 Manish Goregaokar <manish@mozilla.com>
7024 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
7025 * gdb.rust/simple.exp: Add test expectations for new NonZero
7028 2016-06-24 David Taylor <dtaylor@emc.com>
7030 * gdb.base/offsets.exp: New file.
7031 * gdb.base/offsets.c: New file.
7033 2016-06-23 Tom Tromey <tom@tromey.com>
7036 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7037 before any filters are loaded.
7039 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
7041 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7042 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7044 * gdb.fortran/derived-type-function.exp: New file.
7045 * gdb.fortran/derived-type-function.f90: New file.
7048 2016-06-21 Pedro Alves <palves@redhat.com>
7050 * gdb.base/new-ui.exp: New file.
7051 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7052 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7053 (with_spawn_id): New procedure.
7055 2016-06-21 Pedro Alves <palves@redhat.com>
7057 * gdb.mi/mi-exec-run.exp: New file.
7059 2016-06-21 Pedro Alves <palves@redhat.com>
7061 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7062 breakpoint command's output on the main UI.
7063 (test_break): New procedure, factored out from calls in the top
7065 (top level): Use foreach_with_prefix to test MI as main UI and as
7068 2016-06-21 Pedro Alves <palves@redhat.com>
7070 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
7071 (test_awatch_creation_and_listing)
7072 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
7073 Remove 'type' parameter.
7074 (test_watchpoint_all): New parameter mi_mode. Remove
7076 (top level): Use foreach_with_prefix, and add main/separate UI MI
7079 2016-06-21 Pedro Alves <palves@redhat.com>
7081 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
7082 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
7083 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
7084 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
7085 (gdb_main_spawn_id, mi_spawn_id): Declare and
7087 (mi_create_inferior_pty): New procedure,
7088 factored out from default_mi_gdb_start.
7089 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
7091 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
7092 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
7093 Use mi_create_inferior_pty.
7094 (mi_gdb_start): Use eval to pass down args list.
7096 2016-06-21 Pedro Alves <palves@redhat.com>
7098 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
7099 * gdb.opt/inline-cmds.exp: Add MI tests.
7101 2016-06-21 Pedro Alves <palves@redhat.com>
7103 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
7105 2016-06-21 Pedro Alves <palves@redhat.com>
7107 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
7108 (top level): Use it instead of mi_execute_to.
7110 2016-06-21 Pedro Alves <palves@redhat.com>
7112 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
7113 (cont_handler_str): New.
7114 (signal_stop_handler): Set stop_handler_str instead of printing to
7116 (continue_handler): Set cont_handler_str instead of printing to
7118 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
7119 mi_send_resuming_command. Print stop_handler_str and
7120 cont_handler_str instead of expecting the python events print
7123 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
7125 * gdb.base/jit-reader.exp: New file.
7126 * gdb.base/jithost.c: New file.
7127 * gdb.base/jithost.h: New file.
7128 * gdb.base/jitreader.c : New file.
7129 * gdb.base/jit-protocol.h: New file.
7131 2016-06-17 Yao Qi <yao.qi@linaro.org>
7133 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
7134 parameters follow_fork and detach_on_fork. Set follow-fork-mode
7135 and detach-on-fork. Adjust tests.
7136 (top level): Invoke break_cond_on_syscall with combinations of
7137 syscall, follow-fork-mode and detach-on-fork.
7139 2016-06-17 Yao Qi <yao.qi@linaro.org>
7141 * gdb.base/step-over-exit.c: New.
7142 * gdb.base/step-over-exit.exp: New.
7144 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
7146 * gdb.base/float.exp: Add target check for nds32*-*-*.
7147 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
7149 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7151 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
7152 for unsupported target features.
7153 * gdb.base/call-rt-st.exp: Likewise.
7154 * gdb.base/call-sc.exp: Likewise.
7155 * gdb.base/call-signal-resume.exp: Likewise.
7156 * gdb.base/call-strs.exp: Likewise.
7157 * gdb.base/callexit.exp: Likewise.
7158 * gdb.base/callfuncs.exp: Likewise.
7159 * gdb.base/nodebug.exp: Likewise.
7160 * gdb.base/printcmds.exp: Likewise.
7161 * gdb.base/ptype.exp: Likewise.
7162 * gdb.base/structs.exp: Likewise.
7163 * gdb.base/unwindonsignal.exp: Likewise.
7164 * gdb.cp/gdb2495.exp: Likewise.
7165 * gdb.cp/templates.exp: Likewise.
7166 * gdb.cp/virtfunc.exp: Likewise.
7167 * gdb.threads/hand-call-in-threads.exp: Likewise.
7168 * gdb.threads/interrupted-hand-call.exp: Likewise.
7169 * gdb.threads/thread-unwindonsignal.exp: Likewise.
7171 2016-06-10 Tom Tromey <tom@tromey.com>
7174 * gdb.rust/expr.exp: Add test for integer constant larger than
7177 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
7179 * gdb.fortran/nested-funcs.exp: New.
7180 * gdb.fortran/nested-funcs.f90: New.
7182 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
7184 * gdb.base/examine-backward.c: New file.
7185 * gdb.base/examine-backward.exp: New file.
7187 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
7189 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
7192 2016-06-02 Tom Tromey <tom@tromey.com>
7195 * gdb.python/py-shared.exp: Add solib_name test.
7197 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
7199 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
7201 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
7204 * gdb.dwarf2/implref.exp: Rename to...
7205 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
7206 * gdb.dwarf2/implref-array.c: New file.
7207 * gdb.dwarf2/implref-array.exp: Likewise.
7208 * gdb.dwarf2/implref-global.c: Likewise.
7209 * gdb.dwarf2/implref-global.exp: Likewise.
7210 * gdb.dwarf2/implref-struct.c: Likewise.
7211 * gdb.dwarf2/implref-struct.exp: Likewise.
7213 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7215 * gdb.trace/trace-condition.exp: Add 64bit tests.
7217 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7219 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
7221 (main): Adapt to 8 to 64 bits types.
7222 * gdb.trace/trace-condition.exp: Add new tests.
7224 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7226 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
7228 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7230 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
7231 Move condition tests...
7232 * gdb.trace/trace-condition.exp: Here.
7234 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7236 * gdb.trace/trace-condition.exp: Add counter-case tests.
7238 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7241 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7242 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7244 2016-05-27 Pedro Alves <palves@redhat.com>
7246 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7248 (top level): Call it, and bail out of DejaGnu is known to be bad.
7250 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
7252 * gdb.base/whatis.c: Extend the test case.
7253 * gdb.base/whatis.exp: Add additional tests.
7255 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7257 * gdb.fortran/type.f90: Add pointer variable.
7258 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7260 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7262 * gdb.fortran/vla-type.exp: Fix testcase name.
7264 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7266 * gdb.fortran/vla-type.exp: Access elements in nested structs.
7268 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7270 * gdb.fortran/type.f90: Add nested structures.
7271 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7272 * gdb.fortran/derived-type.exp: Adapt expected output.
7273 * gdb.fortran/vla-type.exp: Adapt expected output.
7275 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7277 * gdb.fortran/whatis_type.exp: Adapt expected output.
7279 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7281 * gdb.fortran/print_type.exp: Fix expected output.
7282 * gdb.fortran/whatis_type.exp: Fix expected output.
7284 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7286 * gdb.fortran/whatis_type.exp: Use multi_line.
7288 2016-05-24 Tom Tromey <tom@tromey.com>
7291 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7292 use value as an index.
7294 2016-05-23 Tom Tromey <tom@tromey.com>
7297 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7300 2016-05-24 Pedro Alves <palves@redhat.com>
7303 * gdb.threads/clone-attach-detach.c: New file.
7304 * gdb.threads/clone-attach-detach.exp: New file.
7306 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
7308 * gdb.base/annota-input-while-running.exp: Fix syntax error.
7310 2016-05-23 Tom Tromey <tom@tromey.com>
7312 PR python/19438, PR python/18393:
7313 * gdb.python/py-progspace.exp: Add "dir" test.
7314 * gdb.python/py-objfile.exp: Add "dir" test.
7316 2016-05-23 Yao Qi <yao.qi@linaro.org>
7318 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7319 * gdb.arch/thumb2-it.exp: Likewise.
7321 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
7323 * gdb.mi/mi-threads-interrupt.c: New file.
7324 * gdb.mi/mi-threads-interrupt.exp: New file.
7326 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
7329 * gdb.mi/mi-async-run.exp: New file.
7330 * gdb.mi/mi-async-run.c: New file.
7332 2016-05-17 Tom Tromey <tom@tromey.com>
7333 Manish Goregaokar <manishsmail@gmail.com>
7335 * lib/rust-support.exp: New file.
7336 * lib/gdb.exp (skip_rust_tests): New proc.
7337 (build_executable_from_specs): Handle rust.
7338 * lib/future.exp (gdb_find_rustc): New proc.
7339 (gdb_default_target_compile): Handle rust.
7340 * gdb.rust/expr.exp: New file.
7341 * gdb.rust/generics.exp: New file.
7342 * gdb.rust/generics.rs: New file.
7343 * gdb.rust/methods.exp: New file.
7344 * gdb.rust/methods.rs: New file.
7345 * gdb.rust/modules.exp: New file.
7346 * gdb.rust/modules.rs: New file.
7347 * gdb.rust/simple.exp: New file.
7348 * gdb.rust/simple.rs: New file.
7350 2016-05-17 Tom Tromey <tom@tromey.com>
7352 * gdb.base/default.exp (set language): Add rust.
7354 2016-05-17 Tom Tromey <tom@tromey.com>
7356 * gdb.gdb/unittest.exp: New file.
7358 2016-05-16 Yao Qi <yao.qi@linaro.org>
7360 * gdb.base/batch-preserve-term-settings.exp: Remove variable
7361 shell_prompt. Update shell_prompt_re.
7363 2016-05-12 Doug Evans <dje@google.com>
7366 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7367 $options when building executable.
7368 * gdb.dwarf2/fission-loclists-pie.S: New file.
7369 * gdb.dwarf2/fission-loclists-pie.exp: New file.
7371 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7373 * gdb.base/solib-display.exp: Check for [use_gdb_stub]Â instead
7374 of [is_remote target],
7376 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7378 * lib/gdb.exp (use_gdb_stub): New procedure.
7380 2016-05-03 Yunlian Jiang <yunlian@google.com>
7381 Doug Evans <dje@google.com>
7384 * gdb.dwarf2/dwp-sepdebug.c: New file.
7385 * gdb.dwarf2/dwp-sepdebug.exp: New file.
7387 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7389 * gdb.base/detach.exp: Remove is_remote check.
7391 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7393 * gdb.base/annota-input-while-running.exp: Don't check for
7394 [is_remote target]. Enable annotations after running to main.
7395 Remove unused "set test..." line.
7397 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7399 * gdb.trace/trace-enable-disable.exp: New file.
7400 * gdb.trace/trace-enable-disable.c: New file.
7402 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7404 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7405 use it in info sharedlibrary test.
7406 * gdb.trace/ftrace-lock.exp: Likewise.
7407 * gdb.trace/ftrace.exp: Likewise.
7408 * gdb.trace/range-stepping.exp: Likewise.
7409 * gdb.trace/trace-break.exp: Likewise.
7410 * gdb.trace/trace-condition.exp: Likewise.
7411 * gdb.trace/trace-mt.exp: Likewise.
7413 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7415 * lib/gdb.exp (gdb_load_shlibs): Rename to...
7416 (gdb_load_shlib): ... this.
7417 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7419 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7420 * gdb.base/ctxobj.exp: Likewise.
7421 * gdb.base/dprintf-pending.exp: Likewise.
7422 * gdb.base/dso2dso.exp: Likewise.
7423 * gdb.base/fixsection.exp: Likewise.
7424 * gdb.base/gcore-relro.exp: Likewise.
7425 * gdb.base/gdb1555.exp: Likewise.
7426 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7427 * gdb.base/gnu-ifunc.exp: Likewise.
7428 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7429 * gdb.base/jit-so.exp (one_jit_test): Likewise.
7430 * gdb.base/pending.exp: Likewise.
7431 * gdb.base/print-file-var.exp: Likewise.
7432 * gdb.base/print-symbol-loading.exp: Likewise.
7433 * gdb.base/shlib-call.exp: Likewise.
7434 * gdb.base/shreloc.exp: Likewise.
7435 * gdb.base/so-impl-ld.exp: Likewise.
7436 * gdb.base/solib-disc.exp: Likewise.
7437 * gdb.base/solib-nodir.exp: Likewise.
7438 * gdb.base/solib-overlap.exp: Likewise.
7439 * gdb.base/solib-symbol.exp: Likewise.
7440 * gdb.base/solib-weak.exp (do_test): Likewise.
7441 * gdb.base/sym-file.exp: Likewise.
7442 * gdb.base/symtab-search-order.exp: Likewise.
7443 * gdb.base/type-opaque.exp: Likewise.
7444 * gdb.base/unload.exp: Likewise.
7445 * gdb.base/watchpoint-solib.exp: Likewise.
7446 * gdb.compile/compile.exp: Likewise.
7447 * gdb.cp/gdb2384.exp: Likewise.
7448 * gdb.cp/infcall-dlopen.exp: Likewise.
7449 * gdb.cp/re-set-overloaded.exp: Likewise.
7450 * gdb.fortran/library-module.exp: Likewise.
7451 * gdb.opt/solib-intra-step.exp: Likewise.
7452 * gdb.python/py-finish-breakpoint.exp: Likewise.
7453 * gdb.python/py-shared.exp: Likewise.
7454 * gdb.reverse/solib-precsave.exp: Likewise.
7455 * gdb.reverse/solib-reverse.exp: Likewise.
7456 * gdb.server/solib-list.exp: Likewise.
7457 * gdb.threads/dlopen-libpthread.exp: Likewise.
7458 * gdb.threads/tls-shared.exp: Likewise.
7459 * gdb.threads/tls-so_extern.exp: Likewise.
7460 * gdb.trace/change-loc.exp: Likewise.
7461 * gdb.trace/ftrace-lock.exp: Likewise.
7462 * gdb.trace/ftrace.exp: Likewise.
7463 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7464 * gdb.trace/pending.exp: Likewise.
7465 * gdb.trace/range-stepping.exp: Likewise.
7466 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7467 (strace_info_marker): Likewise.
7468 (strace_probe_marker): Likewise.
7469 (strace_trace_on_same_addr): Likewise.
7470 (strace_trace_on_diff_addr): Likewise.
7471 * gdb.trace/trace-break.exp: Likewise.
7472 * gdb.trace/trace-condition.exp: Likewise.
7473 * gdb.trace/trace-mt.exp: Likewise.
7475 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7477 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
7478 result of gdb_remote_download.
7479 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7480 * gdb.base/dso2dso.exp: Likewise.
7481 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7482 * gdb.base/print-file-var.exp: Likewise.
7483 * gdb.base/shlib-call.exp: Likewise.
7484 * gdb.base/shreloc.exp: Likewise.
7485 * gdb.base/solib-overlap.exp: Likewise.
7486 * gdb.base/solib-weak.exp (do_test): Likewise.
7487 * gdb.base/unload.exp: Likewise.
7489 2016-04-27 Yao Qi <yao.qi@linaro.org>
7491 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7494 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7496 * vla-type.exp: Print structure from toplevel.
7498 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7500 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7502 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7505 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7507 * gdb.fortran/vla-type.f90: New file.
7508 * gdb.fortran/vla-type.exp: New file.
7510 2016-04-25 Yao Qi <yao.qi@linaro.org>
7512 * gdb.base/branch-to-self.c: New file.
7513 * gdb.base/branch-to-self.exp: New file.
7515 2016-04-22 Yao Qi <yao.qi@linaro.org>
7517 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7520 2016-04-22 Yao Qi <yao.qi@linaro.org>
7522 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7523 * gdb.base/annota3.exp: Likewise.
7525 2016-04-22 Yao Qi <yao.qi@linaro.org>
7527 * gdb.reverse/step-precsave.exp: Do one step and test program
7528 stops in "callee" and do multiple steps until program goes out
7530 * gdb.reverse/step-reverse.exp: Likewise.
7532 2016-04-22 Yao Qi <yao.qi@linaro.org>
7534 * gdb.trace/signal.exp: Also pass if
7535 $tracepoint_hits($i) > $iterations.
7537 2016-04-22 Yao Qi <yao.qi@linaro.org>
7539 * gdb.trace/signal.c: New file.
7540 * gdb.trace/signal.exp: New file.
7542 2016-04-19 Doug Evans <xdje42@gmail.com>
7544 * gdb.base/bad-file.exp: New file.
7546 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
7548 * gdb.dwarf2/implref.exp: New file.
7550 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7552 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7553 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7554 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7555 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7556 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7557 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7558 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7559 * lib/fortran.exp (fortran_int4): New procedure.
7560 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7561 (fortran_logical4): Likewise.
7563 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
7565 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7567 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7569 * lib/compiler.c: Add Intel specific preprocessor macros.
7570 * lib/compiler.cc: Likewise.
7572 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
7574 * gdb.server/connect-with-no-symbol-file.c: New file.
7575 * gdb.server/connect-with-no-symbol-file.exp: New file.
7577 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7579 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7581 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7583 * boards/gdbserver-base.exp (${board}_download): Copy source file to
7584 standard output directory.
7586 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
7588 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7590 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
7592 * gdb.btrace/instruction_history.c (loop): Add declaration.
7594 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7596 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7598 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7600 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7601 parentheses to print.
7602 (continue_handler): Likewise.
7604 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
7606 * gdb.server/solib-list.exp: Remove is_remote check.
7607 Pass shlib= to gdb_compile. Don't link shared library with
7608 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
7609 Run binary filename through "readlink -f" on the target.
7611 2016-04-08 Pedro Alves <palves@redhat.com>
7613 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
7614 interpreter filename as argument to gdbserver_spawn.
7615 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7616 Return empty if $last_loaded_file does not exist.
7618 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7620 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7621 * gdb.base/jit-main.c: Use exit after usage.
7623 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7625 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7626 GDBHISTSIZE prior to the tests.
7627 * gdb.base/gdbinit-history.exp: Likewise.
7629 2016-04-07 Pedro Alves <palves@redhat.com>
7631 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7632 instead of build_executable. Use gdb_load_shlibs.
7634 2016-04-07 Yao Qi <yao.qi@linaro.org>
7636 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7637 Execute "si" command.
7639 2016-04-07 Yao Qi <yao.qi@linaro.org>
7641 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7642 number instead of the comments on some line.
7644 2016-04-06 Don Breazeal <donb@codesourcery.com>
7646 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7647 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7649 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
7651 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7652 standard_output_file. Remove unused binfile variable.
7654 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
7656 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7657 * gdb.python/py-mi-objfile.exp: Match "list main" output
7660 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
7662 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7665 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7667 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7669 * gdb.trace/ftrace.exp: Likewise.
7670 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7672 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7673 (gdb_load_shlibs): Copy libraries to test directory when testing
7674 natively. Only set solib-search-path if testing remotely.
7675 * lib/mi-support.exp (mi_load_shlibs): Likewise.
7677 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7679 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7680 gdb_download. Use it even if the target is not remote.
7681 * gdb.base/jit.exp (compile_jit_test): Likewise.
7682 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7683 output directory if the destination board is local, otherwise use
7684 the standard remote_download from DejaGnu.
7685 (gdb_download): Remove.
7686 (gdb_load_shlibs): Use gdb_remote_download instead of
7688 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7689 Use gdb_remote_download instead of gdb_download. Use it even if
7690 the target is not remote.
7691 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7692 instead of gdb_download.
7694 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
7696 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7697 (test_insert_delete_modify): Call mi_load_shlibs before trying to
7700 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
7703 * gdb.base/printcmds.exp: Add artificial arrays tests.
7705 2016-03-31 Pedro Alves <palves@redhat.com>
7708 * gdb.base/jit-main.c: Include unistd.h.
7709 (ATTACH): Define to 0 if not already defined.
7710 (wait_for_gdb, mypid): New globals.
7711 (WAIT_FOR_GDB): New macro.
7712 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
7713 some breakpoint locations.
7714 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7716 (one_jit_test): Add REATTACH parameter, and handle it. Use
7717 continue_to_test_location.
7718 (top level): Test attach, and adjusts calls to one_jit_test.
7720 2016-03-31 Pedro Alves <palves@redhat.com>
7723 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
7724 BINSUFFIX parameter, and handle it.
7725 (top level): Adjust calls compile_jit_test.
7727 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
7730 * gdb.python/py-mi-events-gdb.py: New file.
7731 * gdb.python/py-mi-events.c: New file.
7732 * gdb.python/py-mi-events.exp: New file.
7734 2016-03-30 Yao Qi <yao.qi@linaro.org>
7736 * gdb.reverse/until-precsave.exp: Match function name only.
7737 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7738 Move malloc to a condition block.
7739 * gdb.reverse/until-reverse.exp: Match function name only.
7741 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
7743 * gdb.trace/ftrace.exp: Set arg0exp for s390.
7744 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7745 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7746 variable for GPR 0 instead of assuming it is register 0.
7747 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7748 * lib/trace-support.exp: Add s390 registers.
7750 2016-03-29 Yao Qi <yao.qi@linaro.org>
7752 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7754 2016-03-24 Yao Qi <yao.qi@linaro.org>
7756 * gdb.reverse/break-reverse.exp: Add quotation mark in the
7759 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7761 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7762 maintaining separate logic for constructing the output path.
7764 2016-03-16 Don Breazeal <donb@codesourcery.com>
7766 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7767 Retry fork and waitpid on interrupted system call errors.
7768 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7769 Use with_timeout_factor to increase timeout by factor of 10.
7771 2016-03-15 Don Breazeal <donb@codesourcery.com>
7773 * gdb.cp/scope-err.cc: New test program.
7774 * gdb.cp/scope-err.exp: New test script.
7775 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7776 lines and "set breakpoint here" comment.
7777 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7778 Fixed some whitespace and format issues.
7779 * gdb.mi/mi-linespec-err-cp.cc: New test program.
7780 * gdb.mi/mi-linespec-err-cp.exp: New test script.
7782 2016-03-15 Doug Evans <dje@google.com>
7784 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7785 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
7786 All callers updated. Add tests for enums, mixed flags register.
7788 2016-03-15 Doug Evans <dje@google.com>
7790 * gdb.base/skip.c (main): Call test_skip_file_and_function.
7791 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
7793 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
7795 * gdb.base/default.exp: Add $_as_string to the list of expected
7796 convenience functions.
7798 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
7800 * gdb.base/maint.exp: New tests for 'maint info line-table'.
7802 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
7804 * gdb.python/py-as-string.exp: New file.
7805 * gdb.python/py-as-string.c: New file.
7807 2016-03-09 Pedro Alves <palves@redhat.com>
7809 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
7810 signal" -> "Thread NN received signal" output change.
7811 * gdb.threads/ia64-sigill.exp: Likewise.
7812 * gdb.threads/linux-dp.exp: Likewise.
7813 * gdb.threads/manythreads.exp: Likewise.
7814 * gdb.threads/pending-step.exp: Likewise.
7815 * gdb.threads/print-threads.exp: Likewise.
7816 * gdb.threads/sigstep-threads.exp: Likewise.
7817 * gdb.threads/staticthreads.exp: Likewise.
7818 * gdb.threads/tls.exp: Likewise.
7820 2016-03-09 Pedro Alves <palves@redhat.com>
7822 * gdb.base/command-line-input.exp: New file.
7824 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7826 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
7827 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
7828 * gdb.trace/pending.exp: Accept leading dot before function name.
7829 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
7830 * lib/trace-support.exp: Set registers for ppc.
7832 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7834 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
7835 use it for disassembly; accept .main in addition to main in backtrace.
7837 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
7838 Marcin Kościelnicki <koriakin@0x04.net>
7840 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
7841 (gdb_recursion_test_ptr): New global variable.
7842 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
7844 (gdb_c_test): Ditto.
7846 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7848 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
7851 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7853 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
7854 (bar): Add bar_start_lbl label.
7855 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
7856 of foo/bar for emitting DWARF and tracing.
7858 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
7860 * analyze-racy-logs.py: Set executable bit.
7862 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
7864 * Makefile.in (DEFAULT_RACY_ITER): New variable.
7865 (CHECK_TARGET_TMP): Likewise.
7866 (check-single-racy): New rule.
7867 (check-parallel-racy): Likewise.
7868 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
7869 (do-check-parallel-racy): New rule.
7870 (check-racy/%.exp): Likewise.
7871 * README (Racy testcases): New section.
7872 * analyze-racy-logs.py: New file.
7874 2016-03-03 Doug Evans <dje@google.com>
7876 * gdb.base/skip.exp: Use with_test_prefix.
7878 2016-03-03 Yao Qi <yao.qi@linaro.org>
7880 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
7881 Invoke step_over_syscall "clone" and break_cond_on_syscall
7883 * gdb.base/step-over-clone.c: New file.
7885 2016-03-03 Yao Qi <yao.qi@linaro.org>
7887 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
7890 2016-03-03 Yao Qi <yao.qi@linaro.org>
7892 * gdb.base/disp-step-fork.c: Rename to ...
7893 * gdb.base/step-over-fork.c: ... it. New file.
7894 * gdb.base/disp-step-vfork.c: Rename to ...
7895 * gdb.base/step-over-vfork.c: ... it. New file.
7896 * gdb.base/disp-step-syscall.exp: Rename to ...
7897 * gdb.base/step-over-syscall.exp: ... it. New file.
7898 (disp_step_cross_syscall): Rename to ...
7899 (step_over_syscall): ... it.
7901 2016-03-03 Yao Qi <yao.qi@linaro.org>
7903 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
7904 If target supports condition evaluation on target, invoke
7905 break_cond_on_syscall for fork and vfork.
7907 2016-03-03 Yao Qi <yao.qi@linaro.org>
7909 * gdb.base/disp-step-syscall.exp: Don't invoke
7910 support_displaced_stepping.
7911 (disp_step_cross_syscall): Test with displaced stepping off and
7914 2016-03-03 Yao Qi <yao.qi@linaro.org>
7916 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
7919 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
7922 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7924 * gdb.fortran/vla-history.exp: Remove breakpoint.
7926 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7928 * gdb.fortran/vla-history.exp: Lookup array elements and printing
7931 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7933 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
7936 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7938 * gdb.mi/vla.f90: Nullify pointer after declaration.
7940 2016-03-01 Pedro Alves <palves@redhat.com>
7942 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
7944 2016-03-01 Pedro Alves <palves@redhat.com>
7946 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
7947 before anything else.
7948 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
7950 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7951 before anything else.
7952 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7954 2016-03-01 Pedro Alves <palves@redhat.com>
7956 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7958 2016-03-01 Yao Qi <yao.qi@linaro.org>
7960 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7961 prepare_for_testing.
7963 2016-03-01 Yao Qi <yao.qi@linaro.org>
7965 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7967 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7969 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7970 manually constructing the output path.
7972 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7974 * gdb.arch/s390-stackless.S: New.
7975 * gdb.arch/s390-stackless.exp: New.
7977 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
7979 * gdb.dlang/circular.c: New file.
7980 * gdb.dlang/circular.exp: New file.
7982 2016-02-26 Yao Qi <yao.qi@linaro.org>
7984 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7985 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7986 (testcases): Update.
7988 2016-02-26 Yao Qi <yao.qi@linaro.org>
7990 * gdb.reverse/aarch64.c: Rename to ...
7991 * gdb.reverse/insn-reverse.c: ... it.
7992 * gdb.reverse/aarch64.exp: Rename to ...
7993 * gdb.reverse/insn-reverse.exp: ... it.
7995 2016-02-26 Yao Qi <yao.qi@linaro.org>
7997 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7998 (testcase_ftype): New.
7999 (testcases): New array.
8001 (main): Call each element in testcases.
8002 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8003 (read_testcase): New.
8004 Do the tests in a loop.
8006 2016-02-25 Yao Qi <yao.qi@linaro.org>
8008 * gdb.base/branches.c: Remove.
8010 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8013 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
8015 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8017 * gdb.trace/ftrace.exp: Remove unnecessary target check.
8019 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8021 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
8022 change x86_64 call_insn to 'callq'.
8024 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8026 * gdb.trace/tfile-avx.c: Move to...
8027 * gdb.trace/tracefile-pseudo-reg.c: Here.
8028 * gdb.trace/tfile-avx.exp: Move to...
8029 * gdb.trace/tracefile-pseudo-reg.exp: Here.
8031 2016-02-24 Gary Benson <gbenson@redhat.com>
8033 * gdb.base/attach-pie-noexec.exp: Do not expect an error
8036 2016-02-23 Doug Evans <dje@google.com>
8038 * gdb.base/skip.c (test_skip): New function.
8039 (end_test_skip_file_and_function): New function.
8040 (test_skip_file_and_function): New function.
8041 * gdb.base/skip1.c (test_skip): New function.
8042 (skip1_test_skip_file_and_function): New function.
8043 * gdb.base/skip.exp: Add tests for new skip options.
8044 * gdb.base/skip-solib.exp: Update expected output.
8045 * gdb.perf/skip-command.cc: New file.
8046 * gdb.perf/skip-command.exp: New file.
8047 * gdb.perf/skip-command.py: New file.
8049 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
8051 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8052 info registers pattern.
8054 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
8056 * lib/future.exp: Add D support.
8057 (gdb_find_gdc): New proc.
8058 (gdb_default_target_compile): Add D support.
8060 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
8062 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
8064 (trace_speed_test): Determine the iteration count for a time
8065 between 15..30 seconds.
8067 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
8069 * gdb.arch/i386-mpx-sigsegv.c: New file.
8070 * gdb.arch/i386-mpx-sigsegv.exp: New file.
8071 * gdb.arch/i386-mpx-simple_segv.c: New file.
8072 * gdb.arch/i386-mpx-simple_segv.exp: New file.
8074 2016-02-18 Yao Qi <yao.qi@linaro.org>
8076 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8077 Don't call setup_kfail.
8079 2016-02-18 Yao Qi <yao.qi@linaro.org>
8081 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8082 Set "set breakpoint condition-evaluation" per $cond_bp_target.
8084 2016-02-16 Doug Evans <dje@google.com>
8086 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
8087 * gdb.base/skip1.c: Ditto.
8088 * gdb.base/skip.exp: Whitespace cleanup.
8090 2016-02-16 Don Breazeal <donb@codesourcery.com>
8093 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8094 Remove kfail for PR remote/19496.
8096 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8098 * lib/gdb.exp (standard_temp_file): Return a path specific to
8099 the runtest invocation.
8101 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8103 * gdb.trace/save-trace.exp: Change relative path to be in the
8104 standard output directory.
8106 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8108 * gdb.arch/i386-prologue.c: Add missing prototypes.
8110 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8112 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
8113 * gdb.arch/i386-prologue.exp: Likewise.
8114 * gdb.arch/i386-size.exp: Likewise.
8116 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
8118 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
8119 define object file path.
8120 * gdb.btrace/gcore.exp: Use standard_output_file to define core
8122 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
8123 standard_output_file to define binfile.
8125 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8127 Fix compatibility with recent gfortran-5.3.1.
8128 * gdb.fortran/vla-history.exp (print vla1 allocated)
8129 (print vla2 allocated, print $2, print $3): Remove
8130 (print $4): Rename to ...
8131 (print $2): ... here.
8132 (print $9): Rename to ...
8133 (print $5): ... here.
8134 (print $10): Rename to ...
8135 (print $6): ... here.
8136 * gdb.fortran/vla.f90: Add pvla initialization.
8138 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8140 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
8142 * gdb.fortran/vla-value-sub.exp: Likewise.
8144 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
8146 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
8148 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
8150 * i386-biarch-core.exp: Define corefile using
8151 standard_output_file.
8153 2016-02-12 Yao Qi <yao.qi@linaro.org>
8155 * gdb.arch/arm-single-step-kernel-helper.c: New.
8156 * gdb.arch/arm-single-step-kernel-helper.exp: New.
8158 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
8160 * gdb.btrace/tailcall-only.exp: New.
8161 * gdb.btrace/tailcall-only.c: New.
8162 * gdb.btrace/x86_64-tailcall-only.S: New.
8163 * gdb.btrace/i686-tailcall-only.S: New.
8165 2016-02-11 Pedro Alves <palves@redhat.com>
8167 * README (Parallel testing): Add missing double quotes.
8169 2016-02-11 Pedro Alves <palves@redhat.com>
8171 * README (Parallel testing): New section.
8172 (GDB_PARALLEL): Rewrite.
8173 (FORCE_PARALLEL): Document.
8175 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
8177 * gdb.trace/tfile-avx.c: New test.
8178 * gdb.trace/tfile-avx.exp: New test.
8180 2016-02-09 Keith Seitz <keiths@redhat.com>
8182 PR breakpoints/19546
8183 * gdb.base/infcall-exec.c: New file.
8184 * gdb.base/infcall-exec2.c: New file.
8185 * gdb.base/infcall-exec.exp: New file.
8187 2016-02-09 Keith Seitz <keiths@redhat.com>
8189 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
8190 (toplevel): Call test_bkpt_address.
8192 2016-02-09 Keith Seitz <keiths@redhat.com>
8195 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
8196 (toplevel): Call test_bkpt_address.
8198 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
8200 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8202 * configure: Regenerate.
8204 2016-02-09 Pedro Alves <palves@redhat.com>
8206 PR breakpoints/19548
8207 * gdb.base/execl-update-breakpoints.c (some_function): New
8210 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
8211 Tighten expected GDB output.
8213 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8215 * Makefile.in (ALL_SUBDIRS): Remove.
8216 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
8217 (distclean maintainer-clean realclean): Likewise.
8218 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
8219 * configure: Regenerate.
8220 * gdb.ada/Makefile.in: Delete.
8221 * gdb.arch/Makefile.in: Likewise.
8222 * gdb.asm/Makefile.in: Likewise.
8223 * gdb.base/Makefile.in: Likewise.
8224 * gdb.btrace/Makefile.in: Likewise.
8225 * gdb.cell/Makefile.in: Likewise.
8226 * gdb.compile/Makefile.in: Likewise.
8227 * gdb.cp/Makefile.in: Likewise.
8228 * gdb.disasm/Makefile.in: Likewise.
8229 * gdb.dlang/Makefile.in: Likewise.
8230 * gdb.dwarf2/Makefile.in: Likewise.
8231 * gdb.fortran/Makefile.in: Likewise.
8232 * gdb.gdb/Makefile.in: Likewise.
8233 * gdb.go/Makefile.in: Likewise.
8234 * gdb.guile/Makefile.in: Likewise.
8235 * gdb.java/Makefile.in: Likewise.
8236 * gdb.linespec/Makefile.in: Likewise.
8237 * gdb.mi/Makefile.in: Likewise.
8238 * gdb.modula2/Makefile.in: Likewise.
8239 * gdb.multi/Makefile.in: Likewise.
8240 * gdb.objc/Makefile.in: Likewise.
8241 * gdb.opencl/Makefile.in: Likewise.
8242 * gdb.opt/Makefile.in: Likewise.
8243 * gdb.pascal/Makefile.in: Likewise.
8244 * gdb.perf/Makefile.in: Likewise.
8245 * gdb.python/Makefile.in: Likewise.
8246 * gdb.reverse/Makefile.in: Likewise.
8247 * gdb.server/Makefile.in: Likewise.
8248 * gdb.stabs/Makefile.in: Likewise.
8249 * gdb.threads/Makefile.in: Likewise.
8250 * gdb.trace/Makefile.in: Likewise.
8251 * gdb.xml/Makefile.in: Likewise.
8252 * lib/gdb.exp (make_gdb_parallel_path): Add check for
8254 (standard_output_file): Remove check for GDB_PARALLEL, always
8255 return path in outputs/$subdir/$testname.
8257 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8259 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8260 (site.exp): Assign abs_srcdir to tcl's srcdir.
8262 2016-02-04 Yao Qi <yao.qi@linaro.org>
8264 * gdb.base/foll-exec-mode.c: Include limits.h.
8265 (main): Add parameters argc and argv. Get directory from
8267 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8269 * gdb.base/foll-exec.c: Include limits.h.
8270 (main): Add parameters argc and argv.
8271 Get directory from argv[0].
8272 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8273 Adjust tests on the number of lines as source code changed.
8274 * gdb.base/foll-vfork-exit.c: Include limits.h.
8275 (main): Add one line of statement before vfork.
8276 * gdb.base/foll-vfork.c: Include limits.h and string.h.
8277 (main): Add parameters argc and argv. Get directory from
8279 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8280 (setup_gdb): Set tbreak to skip some source lines.
8281 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8282 (main): Add parameters argc and argv. Get directory from
8284 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8286 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8287 (main): Add parameters argc and argv. Get directory from
8289 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8292 2016-02-01 Doug Evans <dje@google.com>
8294 * gdb.base/skip.exp: Clean up multiple references to same test name.
8296 2016-02-01 Pedro Alves <palves@redhat.com>
8299 * gdb.threads/forking-threads-plus-breakpoint.exp
8300 (displaced_stepping_supported): New global.
8301 (probe_displaced_stepping_support): New procedure.
8302 (do_test): Add 'displaced' parameter, and use it.
8303 (top level): Check for displaced stepping support. Add displaced
8304 stepping on/off testing axis.
8306 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8308 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8309 pointer. Don't perform further tests on the unassociated pointer
8310 if the first test fails.
8312 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8314 * gdb.base/max-value-size.c: New file.
8315 * gdb.base/max-value-size.exp: New file.
8316 * gdb.base/huge.exp: Disable max-value-size for this test.
8318 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
8320 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8322 2016-01-28 Yao Qi <yao.qi@linaro.org>
8324 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8326 2016-01-25 Pedro Alves <palves@redhat.com>
8329 * gdb.base/fork-running-state.c: New file.
8330 * gdb.base/fork-running-state.exp: New file.
8332 2016-01-25 Pedro Alves <palves@redhat.com>
8335 * gdb.base/catch-fork-kill.c: New file.
8336 * gdb.base/catch-fork-kill.exp: New file.
8338 2016-01-25 Pedro Alves <palves@redhat.com>
8340 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8341 Delete, moved to lib/gdb.exp.
8342 * gdb.threads/forking-threads-plus-breakpoint.exp
8343 (foreach_with_prefix): Likewise.
8344 * gdb.threads/process-dies-while-handling-bp.exp
8345 (foreach_with_prefix): Likewise.
8346 * lib/gdb.exp (foreach_with_prefix): New procedure.
8348 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
8350 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8351 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8353 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
8355 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8358 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8359 Pedro Alves <palves@redhat.com>
8361 Fix testsuite compatibility with Guile.
8362 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8365 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8367 Fix testsuite compatibility with Guile.
8368 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8369 (thread 1): New test for backtrace through signal handler.
8371 2016-01-22 Yao Qi <yao.qi@linaro.org>
8374 * gdb.base/multi-forks.c: Include
8375 ../lib/unbuffer_output.c
8376 (main): Call gdb_unbuffer_output.
8378 2016-01-21 Doug Evans <dje@google.com>
8380 * lib/ada.exp (gdb_compile_ada): Fix typo.
8382 2016-01-21 Joel Brobecker <brobecker@adacore.com>
8384 * gdb.base/break-fun-addr.exp: New file.
8385 * gdb.base/break-fun-addr1.c: New file.
8386 * gdb.base/break-fun-addr2.c: New file.
8388 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
8390 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8391 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8394 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8396 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8397 when GDB can not set the vector return value. Add more comments
8400 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
8402 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
8405 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8407 * Makefile.in (DO_RUNTEST): Add --status and update usages.
8409 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8411 * Makefile.in (check-single): Pass --status to runtest.
8412 (check/%.exp): Likewise.
8414 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8416 * Makefile.in (check-parallel): Propagate return code from make
8419 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
8421 * gdb.trace/ftrace.exp: Fix expected message on continue.
8422 * gdb.trace/pending.exp: Fix expected message on continue.
8423 * gdb.trace/trace-break.exp: Fix expected message on continue.
8425 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
8427 * lib/gdb.exp (gdb_test): Remove unused global references.
8429 2016-01-18 Pedro Alves <palves@redhat.com>
8431 * gdb.base/async-shell.exp: Adjust expected output.
8432 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8433 * gdb.base/siginfo-thread.exp: Adjust expected output.
8434 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8435 * gdb.java/jnpe.exp: Adjust expected output.
8436 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8437 * gdb.threads/continue-pending-status.exp: Adjust expected output.
8438 * gdb.threads/leader-exit.exp: Adjust expected output.
8439 * gdb.threads/manythreads.exp: Adjust expected output.
8440 * gdb.threads/pthreads.exp: Adjust expected output.
8441 * gdb.threads/schedlock.exp: Adjust expected output.
8442 * gdb.threads/siginfo-threads.exp: Adjust expected output.
8443 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8445 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8447 * gdb.threads/sigthread.exp: Adjust expected output.
8448 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8450 2016-01-18 Yao Qi <yao.qi@linaro.org>
8452 * gdb.guile/scm-section-script.c: Replace @progbits with
8454 * gdb.python/py-section-script.c: Likewise.
8456 2016-01-15 Pedro Alves <palves@redhat.com>
8458 * gdb.multi/tids.exp: Test star wildcard ranges.
8460 2016-01-15 Pedro Alves <palves@redhat.com>
8462 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8463 command from "thread apply" invocation.
8464 (thr_apply_info_thr_invalid): Default the expected output to the
8466 (top level): Add tests that use convenience variables. Add tests
8467 for "thread apply" with a valid TID list, but missing the command.
8469 2016-01-13 Pedro Alves <palves@redhat.com>
8471 * gdb.base/default.exp: Expect $_gthread as well.
8472 * gdb.multi/tids.exp: Test $_gthread.
8473 * gdb.threads/thread-specific.exp: Test $_gthread.
8475 2016-01-13 Pedro Alves <palves@redhat.com>
8477 * gdb.multi/tids.exp: Test "info threads -gid".
8479 2016-01-13 Pedro Alves <palves@redhat.com>
8481 * gdb.multi/tids.exp: Test InferiorThread.global_num and
8483 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8485 2016-01-07 Pedro Alves <palves@redhat.com>
8487 * gdb.base/break.exp: Adjust to output changes.
8488 * gdb.base/hbreak2.exp: Likewise.
8489 * gdb.base/sepdebug.exp: Likewise.
8490 * gdb.base/watch_thread_num.exp: Likewise.
8491 * gdb.linespec/keywords.exp: Likewise.
8492 * gdb.multi/info-threads.exp: Likewise.
8493 * gdb.threads/thread-find.exp: Likewise.
8494 * gdb.multi/tids.c: New file.
8495 * gdb.multi/tids.exp: New file.
8497 2016-01-13 Pedro Alves <palves@redhat.com>
8499 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8501 2016-01-13 Pedro Alves <palves@redhat.com>
8503 * gdb.base/default.exp: Expect $_inferior as well.
8504 * gdb.multi/base.exp: Test $_inferior.
8506 2016-01-13 Pedro Alves <palves@redhat.com>
8508 PR breakpoints/19388
8509 * gdb.base/catch-signal-siginfo-cond.c: New file.
8510 * gdb.base/catch-signal-siginfo-cond.exp: New file.
8512 2016-01-12 Josh Stone <jistone@redhat.com>
8513 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8515 * gdb.base/catch-syscall.c (do_execve): New variable.
8516 (main): Conditionally trigger an execve.
8517 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8518 (test_catch_syscall_execve): New, check entry/return across execve.
8519 (do_syscall_tests): Call test_catch_syscall_execve.
8521 2016-01-12 Pedro Alves <palves@redhat.com>
8523 * gdb.base/random-signal.exp (do_test): New procedure, with body
8524 of testcase moved in.
8526 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8527 Pedro Alves <palves@redhat.com>
8529 * gdb.base/funcargs.exp (finish from indirectly called function):
8530 Reintroduce the case for 'First'.
8532 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8533 Pedro Alves <palves@redhat.com>
8535 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8536 (tcatch_vfork_then_child_follow_exec)
8537 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8540 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8542 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8543 and repeats to unlimited.
8544 * gdb.python/py-value.exp: Likewise.
8545 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8546 and repeats to unlimited.
8548 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8550 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8551 and reordering the functions.
8552 * gdb.multi/hangout.c: Likewise.
8553 * gdb.multi/hello.c: Likewise.
8555 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
8557 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8559 (SingleStatisticTestResult.report): Use dict.keys instead of
8562 2016-01-06 Pedro Alves <palves@redhat.com>
8564 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
8566 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
8568 * gdb.btrace/dlopen.exp: New.
8569 * gdb.btrace/dlopen.c: New.
8570 * gdb.btrace/dlopen-dso.c: New.
8572 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
8574 * lib/gdb.exp (gdb_test): Update comments to clarify that the
8575 PATTERN argument is optional.
8577 2015-12-24 Joel Brobecker <brobecker@adacore.com>
8579 * lib/ada.exp (target_compile_ada_from_dir): New function.
8580 (gdb_compile_ada): Reimplement avoiding the use of project files.
8581 * gdb.ada/gnat_ada.gpr: Delete.
8582 * gdb.ada/cond_lang.exp: Adjust test to make path before
8584 * gdb.ada/small_reg_param.exp: Likewise.
8586 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
8588 * gdb.base/foll-vork.exp: Remove HP-UX special case.
8590 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
8592 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8595 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
8597 * gdb.base/break.exp: Remove dead code.
8598 * gdb.base/sepdebug.exp: Likewise.
8600 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8602 * gdb.asm/asm-source.exp: Remove HP-UX references.
8603 * gdb.base/annota1.exp: Likewise.
8604 * gdb.base/annota3.exp: Likewise.
8605 * gdb.base/attach.exp: Likewise.
8606 * gdb.base/bigcore.exp: Likewise.
8607 * gdb.base/break.exp: Likewise.
8608 * gdb.base/call-ar-st.exp: Likewise.
8609 * gdb.base/callfuncs.exp: Likewise.
8610 * gdb.base/catch-fork-static.exp: Likewise.
8611 * gdb.base/display.exp: Likewise.
8612 * gdb.base/foll-exec-mode.exp: Likewise.
8613 * gdb.base/foll-exec.exp: Likewise.
8614 * gdb.base/foll-fork.exp: Likewise.
8615 * gdb.base/foll-vfork.exp: Likewise.
8616 * gdb.base/funcargs.exp: Likewise.
8617 * gdb.base/hbreak2.exp: Likewise.
8618 * gdb.base/inferior-died.exp: Likewise.
8619 * gdb.base/interrupt.exp: Likewise.
8620 * gdb.base/multi-forks.exp: Likewise.
8621 * gdb.base/nodebug.exp: Likewise.
8622 * gdb.base/sepdebug.exp: Likewise.
8623 * gdb.base/solib1.c: Likewise.
8624 * gdb.base/step-test.exp: Likewise.
8625 * gdb.mi/non-stop.c: Likewise.
8626 * gdb.mi/pthreads.c: Likewise.
8627 * gdb.multi/bkpt-multi-exec.ex: Likewise.
8628 * gdb.threads/pthreads.c: Likewise.
8629 * gdb.threads/staticthreads.exp: Likewise.
8630 * lib/future.exp: Likewise.
8631 * lib/gdb.exp: Likewise.
8632 * gdb.base/so-indr-cl.c: Remove.
8633 * gdb.base/so-indr-cl.exp: Likewise.
8634 * gdb.base/solib.c: Likewise.
8635 * gdb.base/solib.exp: Likewise.
8636 * gdb.base/solib2.c: Likewise.
8638 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8640 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8641 * gdb.base/call-ar-st.exp: Likewise.
8642 * gdb.base/callfuncs.exp: Likewise.
8643 * gdb.base/condbreak.exp: Likewise.
8644 * gdb.base/constvars.exp: Likewise.
8645 * gdb.base/hbreak2.exp: Likewise.
8646 * gdb.base/langs.exp: Likewise.
8647 * gdb.base/list.exp: Likewise.
8648 * gdb.base/long_long.exp: Likewise.
8649 * gdb.base/ptype.exp: Likewise.
8650 * gdb.base/scope.exp: Likewise.
8651 * gdb.base/signals.exp: Likewise.
8652 * gdb.base/so-impl-ld.exp: Likewise.
8653 * gdb.base/varargs.exp: Likewise.
8654 * gdb.base/volatile.exp: Likewise.
8655 * gdb.base/whatis.exp: Likewise.
8656 * gdb.cp/cplusfuncs.exp: Likewise.
8657 * gdb.cp/inherit.exp: Likewise.
8658 * gdb.cp/local.exp: Likewise.
8659 * gdb.cp/member-ptr.exp: Likewise.
8660 * gdb.cp/method.exp: Likewise.
8661 * gdb.cp/overload.exp: Likewise.
8662 * gdb.cp/templates.exp: Likewise.
8663 * gdb.stabs/weird.exp: Likewise.
8664 * lib/compiler.c: Likewise.
8665 * lib/compiler.cc: Likewise.
8666 * lib/cp-support.exp: Likewise.
8667 * lib/gdb.exp: Likewise.
8669 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
8671 * configure.ac: Remove HP-UX case.
8672 * configure: Regenerate.
8674 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
8676 * lib/gdb.exp (gdb_compile): Add function doc.
8678 2015-12-17 Pedro Alves <palves@redhat.com>
8681 * gdb.multi/info-threads.exp: New file.
8683 2015-12-15 Yao Qi <yao.qi@linaro.org>
8685 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8688 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8690 * gdb.base/history-duplicates.exp: Skip if no readline support.
8692 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8694 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8696 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8698 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8700 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8702 * gdb.base/completion.exp: Skip tests that interrupt GDB with
8703 ctrl-C if nointerrupts target property is set.
8704 * gdb.base/double-prompt-target-event-error.exp: Likewise.
8705 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8706 * gdb.base/paginate-bg-execution.exp: Likewise.
8707 * gdb.base/paginate-execution-startup.exp: Likewise.
8708 * gdb.base/random-signal.exp: Likewise.
8709 * gdb.base/range-stepping.exp: Likewise.
8710 * gdb.cp/annota2.exp: Likewise.
8711 * gdb.cp/annota3.exp: Likewise.
8712 * gdb.gdb/selftest.exp: Likewise.
8713 * gdb.threads/continue-pending-status.exp: Likewise.
8714 * gdb.threads/leader-exit.exp: Likewise.
8715 * gdb.threads/manythreads.exp: Likewise.
8716 * gdb.threads/pthreads.exp: Likewise.
8717 * gdb.threads/schedlock.exp: Likewise.
8718 * gdb.threads/sigthread.exp: Likewise.
8720 2015-12-11 Don Breazeal <donb@codesourcery.com>
8722 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8724 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8725 * gdb.base/foll-exec.exp (main): Enable for target remote.
8726 * gdb.base/foll-fork.exp (main): Likewise.
8727 * gdb.base/foll-vfork.exp (main): Likewise.
8728 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8729 (proc continue_to_exit_bp_loc): Use clean_restart.
8730 * gdb.base/pie-execl.exp (main): Disable for target remote.
8731 * gdb.base/watch-vfork.exp (main): Enable for target remote.
8732 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8733 * gdb.threads/execl.exp (main): Likewise.
8734 * gdb.threads/fork-child-threads.exp (main): Likewise.
8735 * gdb.threads/fork-plus-threads.exp (main): Disable for target
8737 * gdb.threads/fork-thread-pending.exp (main): Enable for target
8739 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8740 pid.tid style ptids, instead of just tid.
8741 * gdb.threads/thread-execl.exp (main): Enable for target remote.
8742 * gdb.threads/watchpoint-fork.exp (main): Likewise.
8743 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8744 ptids, instead of just tid.
8746 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8748 * gdb.base/list.exp (test_list_forward): Add end of file error
8750 (test_repeat_list_command): Add end of file error test.
8751 (test_list_backwards): Add beginning of file error test.
8753 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8755 * gdb.base/list.exp (test_list_invalid_args): New function,
8756 defined, and called.
8758 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8760 * gdb.base/list.exp (test_list): Make test names unique.
8762 2015-12-11 Yao Qi <yao.qi@linaro.org>
8764 * gdb.base/coremaker2.c: Remove.
8766 2015-12-10 Pedro Alves <palves@redhat.com>
8768 * gdb.multi/base.exp: Remove stale "spaces" references.
8770 2015-12-10 Pedro Alves <palves@redhat.com>
8772 * gdb.multi/base.exp: Don't use nowarnings.
8773 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8774 * gdb.multi/hangout.c: Include stdio.h.
8775 * gdb.multi/hello.c: Include stdlib.h.
8776 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8777 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8778 * gdb.multi/multi-arch.exp: Don't use nowarnings.
8780 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
8782 * gdb.dwarf2/dw2-ranges-base.c: New file.
8783 * gdb.dwarf2/dw2-ranges-base.exp: New file.
8784 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8785 support additional line table, and debug ranges generation.
8786 (Dwarf::ranges): New function, generate .debug_ranges.
8787 (Dwarf::lines): Support generating simple line table programs.
8788 (Dwarf::assemble): Initialise new namespace variables.
8790 2015-12-09 Kevin Buettner <kevinb@redhat.com>
8792 * gdb.base/async.exp (proc test_background): Add case for
8793 asynchronous execution not supported.
8795 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
8797 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
8798 format and change test names to make them unique.
8800 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
8801 Pedro Alves <pedro@redhat.com>
8804 Add checking of floatformats setup on x86_64 hosts.
8805 * gdb.arch/i386-float.S (main): Load bigval and smallval.
8806 (smallval, bigval): New labels/constants.
8807 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
8808 float" after loading bigval and smallval.
8810 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
8812 * gdb.ada/fun_overload_menu.exp: New testcase.
8813 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
8815 2015-12-04 Josh Stone <jistone@redhat.com>
8817 * gdb.base/catch-fork-static.exp: New.
8819 2015-12-03 Yao Qi <yao.qi@linaro.org>
8821 * gdb.base/sizeof.c: Don't include stdio.h and
8822 ../lib/unbuffer_output.c.
8823 (main): New variable 'size' and 'value'. Remove printf and
8824 gdb_unbuffer_output. Assign return value to size and value.
8825 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
8827 (check_sizeof): Check the result by printing variable 'size'.
8828 (check_valueof): Check the result by printing variable 'value'.
8830 2015-12-01 Yao Qi <yao.qi@linaro.org>
8832 * gdb.base/disp-step-syscall.exp: Define syscall instruction
8833 for aarch64*-*-linux* target.
8835 2015-11-30 Pedro Alves <palves@redhat.com>
8837 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
8839 2015-11-30 Pedro Alves <palves@redhat.com>
8841 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
8842 Handle non-stop mode vCont replies.
8844 2015-11-30 Pedro Alves <palves@redhat.com>
8846 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
8847 prepare_for_testing. Start gdb with "set non-stop on" appended to
8848 GDBFLAGS. Lax expected stop output.
8850 2015-11-27 Yao Qi <yao.qi@linaro.org>
8852 * gdb.arch/arm-neon.exp: New.
8853 * gdb.arch/arm-neon.c: New.
8855 2015-11-27 Yao Qi <yao.qi@linaro.org>
8857 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
8859 2015-11-27 Yao Qi <yao.qi@linaro.org>
8861 * gdb.cp/annota2.exp: Allow multiple occurrences of the
8862 frames-invalid annotation.
8864 2015-11-27 Yao Qi <yao.qi@linaro.org>
8866 * gdb.cp/annota2.exp: Use ${frames_invalid}.
8868 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
8870 * gdb.threads/names.exp: New file.
8871 * gdb.threads/names.c: New file.
8872 * README: Mention gdb,no_thread_names.
8874 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
8877 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
8880 2015-11-24 Pedro Alves <palves@redhat.com>
8883 * gdb.base/display.exp: Expect displays to be sorted in ascending
8884 order. Use multi_line.
8885 * gdb.base/solib-display.exp: Likewise.
8887 2015-11-24 Pedro Alves <palves@redhat.com>
8890 * gdb.base/display.exp: Expect displays to be sorted in ascending
8891 order. Use multi_line.
8892 * gdb.base/solib-display.exp: Likewise.
8894 2015-11-24 Pedro Alves <palves@redhat.com>
8897 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
8898 threads in ascending order.
8899 * gdb.base/foll-fork.exp: Likewise.
8900 * gdb.base/foll-vfork.exp: Likewise.
8901 * gdb.base/multi-forks.exp: Likewise.
8902 * gdb.mi/mi-nonstop.exp: Likewise.
8903 * gdb.mi/mi-nsintrall.exp: Likewise.
8904 * gdb.multi/base.exp: Likewise.
8905 * gdb.multi/multi-arch.exp: Likewise.
8906 * gdb.python/py-inferior.exp: Likewise.
8907 * gdb.threads/break-while-running.exp: Likewise.
8908 * gdb.threads/execl.exp: Likewise.
8909 * gdb.threads/gcore-thread.exp: Likewise.
8910 * gdb.threads/info-threads-cur-sal.exp: Likewise.
8911 * gdb.threads/kill.exp: Likewise.
8912 * gdb.threads/linux-dp.exp: Likewise.
8913 * gdb.threads/multiple-step-overs.exp: Likewise.
8914 * gdb.threads/next-bp-other-thread.exp: Likewise.
8915 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
8916 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
8917 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
8918 * gdb.threads/thread-find.exp: Likewise.
8919 * gdb.threads/tls.exp: Likewise.
8920 * lib/mi-support.exp (mi_reverse_list): Delete.
8921 (mi_check_thread_states): No longer reverse list.
8923 2015-11-24 Pedro Alves <palves@redhat.com>
8925 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
8928 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8930 * gdb.trace/actions.c: Include trace-common.h.
8931 (main): Add a location for a fast tracepoint.
8932 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
8933 the normal tracepoints.
8934 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
8936 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8938 * save-trace.exp: Factor out code to these...
8939 (gdb_save_tracepoints): New.
8940 (gdb_load_tracepoints): New.
8941 (do_save_load_test): New.
8943 2015-11-23 Kevin Buettner <kevinb@redhat.com>
8945 * gdb.base/asmlabel.exp: New test.
8946 * gdb.base/asmlabel.c: New test case.
8948 2015-11-23 Joel Brobecker <brobecker@adacore.com>
8950 * gdb.base/wrong_frame_bt_full-main.c: New file.
8951 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8952 * gdb.base/wrong_frame_bt_full.exp: New file.
8954 2015-11-23 Joel Brobecker <brobecker@adacore.com>
8956 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8958 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8960 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
8961 pstate register when comparing registers values in
8962 sparc64-*-linux-gnu targets to avoid spurious differences.
8964 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8966 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
8968 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
8970 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8971 as type argument to gdb_compile.
8972 * gdb.base/nested-subp2.exp: Likewise.
8973 * gdb.base/nested-subp3.exp: Likewise.
8975 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
8977 * lib/dwarf.exp (_note): Fix left shift of negative value.
8978 * gdb.trace/trace-condition.exp: Likewise.
8980 2015-11-13 Yao Qi <yao.qi@linaro.org>
8982 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8983 comments about d10v.
8984 (test_scalar_returns): Likewise.
8985 * gdb.base/d10v.ld: Remove.
8986 * gdb.base/overlays.exp: Remove the target triplet checking for
8988 * gdb.base/structs.exp (test_struct_returns): Remove the
8989 comments about d10v.
8990 (test_struct_calls): Likewise.
8992 2015-11-13 Yao Qi <yao.qi@linaro.org>
8994 * gdb.base/gnu_vector.exp: Check the return value by "p res".
8995 * gdb.base/gnu_vector.c: Don't include stdio.h.
8996 (main): Don't print res and call add_some_intvecs.
8998 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
9000 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9003 (func4): Use FAST_TRACEPOINT_LABEL.
9004 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9007 (thread_function): Use FAST_TRACEPOINT_LABEL.
9008 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9010 (marker): Use FAST_TRACEPOINT_LABEL.
9011 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9012 (pendfunc1): Remove.
9013 (pendfunc): Use FAST_TRACEPOINT_LABEL.
9014 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
9016 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
9017 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
9020 (marker): Use FAST_TRACEPOINT_LABEL.
9021 * gdb.trace/trace-common.h: New header.
9022 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
9025 (marker): Use FAST_TRACEPOINT_LABEL.
9026 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
9028 (thread_function): Use FAST_TRACEPOINT_LABEL.
9030 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
9032 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9034 * gdb.trace/change-loc.exp: Use global pcreg definition.
9035 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9036 * gdb.trace/entry-values.exp: Use global spreg definition, add $
9038 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9039 * gdb.trace/pending.exp: Likewise.
9040 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9041 * gdb.trace/trace-break.exp: Likewise.
9042 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9044 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9045 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9047 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9049 2015-11-09 Joel Brobecker <brobecker@adacore.com>
9051 * gdb.ada/fin_fun_out: New testcase.
9053 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9055 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9056 value associated with DW_AT_byte_size.
9057 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9058 constants for DW_AT_byte_size, DW_AT_lower_bound, and
9061 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9063 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
9064 (gdb_target_symbol_prefix_flags): Define in terms of _asm
9066 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
9067 gdb.dwarf2/dw2-canonicalize-type.exp,
9068 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9069 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
9070 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
9071 provided by gdb_target_symbol_prefix_flags_asm.
9072 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
9073 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
9074 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
9075 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
9076 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
9077 macros where needed). Use this macro for symbols which require
9078 the prefix provided by SYMBOL_PREFIX.
9080 2015-11-05 Kevin Buettner <kevinb@redhat.com>
9082 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
9084 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
9085 representing expressions, of more than one list element.
9086 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
9087 to prepend linker symbol prefix to f.
9088 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
9089 table_1 and table_2.
9090 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
9091 Likewise, for f and g.
9092 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
9094 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
9096 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
9097 table_1_ptr and table_2_ptr.
9099 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9100 Joel Brobecker <brobecker@adacore.com>
9102 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
9104 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
9106 * gdb.reverse/s390-mvcle.c: New test.
9107 * gdb.reverse/s390-mvcle.exp: New file.
9108 * lib/gdb.exp: Enable reverse tests on s390*-linux.
9110 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9112 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
9114 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9116 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
9118 * gdb.reverse/getresuid-reverse.exp: Likewise.
9119 * gdb.reverse/pipe-reverse.exp: Likewise.
9120 * gdb.reverse/readv-reverse.exp: Likewise.
9121 * gdb.reverse/recvmsg-reverse.exp: Likewise.
9122 * gdb.reverse/time-reverse.exp: Likewise.
9123 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
9125 2015-10-30 Yao Qi <yao.qi@linaro.org>
9127 * gdb.threads/wp-replication.c (watch_count_done): Remove.
9128 (empty_cycle): Remove.
9129 (main): Don't call empty_cycle. Don't use watch_count_done.
9130 * gdb.threads/wp-replication.exp: Don't set breakpoint on
9131 empty_cycle. Rewrite the code counting HW watchpoints.
9133 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
9135 * gdb.reverse/fstatat-reverse.c: New test.
9136 * gdb.reverse/fstatat-reverse.exp: New file.
9137 * gdb.reverse/getresuid-reverse.c: New test.
9138 * gdb.reverse/getresuid-reverse.exp: New file.
9139 * gdb.reverse/pipe-reverse.c: New test.
9140 * gdb.reverse/pipe-reverse.exp: New file.
9141 * gdb.reverse/readv-reverse.c: New test.
9142 * gdb.reverse/readv-reverse.exp: New file.
9143 * gdb.reverse/recvmsg-reverse.c: New test.
9144 * gdb.reverse/recvmsg-reverse.exp: New file.
9145 * gdb.reverse/time-reverse.c: New test.
9146 * gdb.reverse/time-reverse.exp: New file.
9147 * gdb.reverse/waitpid-reverse.c: New test.
9148 * gdb.reverse/waitpid-reverse.exp: New file.
9150 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9152 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
9154 2015-10-26 Doug Evans <dje@google.com>
9157 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
9158 * gdb.dwarf2/bad-regnum.c: New file.
9159 * gdb.dwarf2/bad-regnum.exp: New file.
9161 2015-10-26 Doug Evans <dje@google.com>
9164 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
9167 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9169 * gdb.compile/compile.exp (compile code globalvar): Update expectation
9170 for a change by "Mention language in compile error message".
9172 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
9175 * gdb.python/py-type.c (C::a_method): New.
9176 (C::a_const_method): New.
9177 (C::a_static_method): New.
9179 * gdb.python/py-type.exp (test_fields): Test getting fields
9180 from function and method.
9182 2015-10-21 Keven Boell <keven.boell@intel.com>
9184 * gdb.fortran/vla-alloc-assoc.exp: New file.
9185 * gdb.fortran/vla-datatypes.exp: New file.
9186 * gdb.fortran/vla-datatypes.f90: New file.
9187 * gdb.fortran/vla-history.exp: New file.
9188 * gdb.fortran/vla-ptype-sub.exp: New file.
9189 * gdb.fortran/vla-ptype.exp: New file.
9190 * gdb.fortran/vla-sizeof.exp: New file.
9191 * gdb.fortran/vla-sub.f90: New file.
9192 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
9193 * gdb.fortran/vla-value-sub-finish.exp: New file.
9194 * gdb.fortran/vla-value-sub.exp: New file.
9195 * gdb.fortran/vla-value.exp: New file.
9196 * gdb.fortran/vla-ptr-info.exp: New file.
9197 * gdb.mi/mi-vla-fortran.exp: New file.
9198 * gdb.mi/vla.f90: New file.
9200 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
9202 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
9203 of hardwired timeout value.
9205 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9206 Pedro Alves <palves@redhat.com>
9208 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
9209 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
9211 2015-10-19 Josh Stone <jistone@redhat.com>
9213 * gdb.base/catch-syscall.c: Include <sched.h>.
9214 (unknown_syscall): New variable.
9215 (main): Trigger a vfork and an unknown syscall.
9216 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
9217 (unknown_syscall_number): Likewise.
9218 (check_call_to_syscall): Accept an optional syscall pattern.
9219 (check_return_from_syscall): Likewise.
9220 (check_continue): Likewise.
9221 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
9222 (test_catch_syscall_skipping_return): New test toggling off 'catch
9223 syscall' to step over the syscall return, then toggling back on.
9224 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
9225 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
9226 (do_syscall_tests): Call test_catch_syscall_without_args and
9227 test_catch_syscall_mid_vfork.
9228 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
9229 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
9231 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
9233 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9234 print g_vE): Add new pass patterns.
9235 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9236 print various symbol names for vptr fields.
9238 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
9240 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9243 2015-10-12 Yao Qi <yao.qi@linaro.org>
9245 * gdb.arch/disp-step-insn-reloc.exp: New test case.
9247 2015-10-12 Yao Qi <yao.qi@linaro.org>
9249 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9250 is aarch64*-*-linux*.
9252 2015-10-12 Yao Qi <yao.qi@linaro.org>
9254 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9255 (can_relocate_bcond_true): ... it.
9256 (can_relocate_bcond_false): New function.
9258 (can_relocate_bl): Likewise.
9259 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9262 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
9264 * gdb.base/nested-addr.c: New file.
9265 * gdb.base/nested-addr.exp: New testcase.
9267 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
9269 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9270 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9271 its output. Ignore the output of "record goto begin" and instead
9272 check that GDB is replaying.
9274 2015-10-09 Pedro Alves <palves@redhat.com>
9276 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9277 (top level): Use it in the run with no args test.
9279 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
9281 * gdb.dlang/properties.exp: New file.
9283 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
9285 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9286 whether or not address 0x1000 is mapped on the target.
9288 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
9290 * gdb.python/py-type.exp: Do not run tests if binaries fail to
9293 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
9295 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9296 instruction-history test.
9298 2015-09-28 Doug Evans <dje@google.com>
9300 * gdb.base/gcore.c (array_func): Add reference to static_array.
9302 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
9304 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9307 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9309 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9310 short or char as base type.
9312 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9314 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9315 to allow any size enum.
9317 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
9319 * gdb.ada/array_ptr_renaming.exp: New testcase.
9320 * gdb.ada/array_ptr_renaming/foo.adb: New file.
9321 * gdb.ada/array_ptr_renaming/pack.ads: New file.
9323 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9325 * gdb.trace/ftrace-lock.c: New file.
9326 * gdb.trace/ftrace-lock.exp: New file.
9328 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9330 * gdb.arch/insn-reloc.c: New file.
9331 * gdb.arch/ftrace-insn-reloc.exp: New file.
9333 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9335 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9337 * gdb.trace/pendshr1.c (pendfunc): Likewise.
9338 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9339 * gdb.trace/range-stepping.c: Likewise.
9340 * gdb.trace/trace-break.c: Likewise.
9341 * gdb.trace/trace-mt.c (thread_function): Likewise.
9342 * gdb.trace/ftrace.c (marker): Likewise.
9343 * gdb.trace/trace-condition.c (marker): Likewise.
9344 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9345 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9348 2015-09-18 Doug Evans <xdje42@gmail.com>
9350 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9351 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9353 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9355 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9358 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9360 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9361 the pending breakpoint. Remove timeout override for "Run till
9362 MI pending breakpoint on pendfunc3 on thread 2" test.
9364 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9366 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9369 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9371 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9372 in breakpoint filename pattern.
9374 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9376 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9378 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9380 * gdb.linespec/explicit.exp: Check for readline support for
9381 tab-completion tests. Fix obvious typo.
9383 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9385 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9388 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9390 * gdb.btrace/non-stop.c: New.
9391 * gdb.btrace/non-stop.exp: New.
9393 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
9394 Yao Qi <yao.qi@linaro.org>
9396 * gdb.trace/trace-condition.c: New file.
9397 * gdb.trace/trace-condition.exp: New file.
9399 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
9401 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9402 for testing bytecode compilation.
9404 2015-09-16 Pedro Alves <palves@redhat.com>
9405 Sandra Loosemore <sandra@codesourcery.com>
9407 * gdb.threads/non-stop-fair-events.c (timeout): New global.
9408 (SECONDS): Redefine.
9409 (main): Call pthread_kill and alarm early.
9410 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9412 (test): If the target can't hardware step and doesn't support
9413 displaced stepping, increase the timeout.
9415 2015-09-16 Pedro Alves <palves@redhat.com>
9417 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9418 (enable_debug): New procedures.
9419 (test): Use them. Bail out if waiting for threads fails.
9420 (top level): Bail out if a test fails.
9422 2015-09-16 Yao Qi <yao.qi@linaro.org>
9424 * gdb.asm/asm-source.exp: Set asm-arch for
9425 aarch64*-*-* target.
9426 * gdb.asm/aarch64.inc: New file.
9428 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
9430 * gdb.ada/array_of_variable_length.exp: New testcase.
9431 * gdb.ada/array_of_variable_length/foo.adb: New file.
9432 * gdb.ada/array_of_variable_length/pck.adb: New file.
9433 * gdb.ada/array_of_variable_length/pck.ads: New file.
9435 2015-09-15 Doug Evans <dje@google.com>
9437 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9438 of function static local variable.
9440 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9442 * gdb.threads/tls-so_extern.exp: New test file.
9443 * gdb.threads/tls-so_extern.c: New test file.
9444 * gdb.threads/tls-so_extern_main.c: New test file.
9446 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9448 * gdb.opt/solib-intra-step-lib.c: New file.
9449 * gdb.opt/solib-intra-step-main.c: New file.
9450 * gdb.opt/solib-intra-step.exp: New file.
9452 2015-09-15 Pedro Alves <palves@redhat.com>
9454 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9455 gdb_continue_to_breakpoint instead of gdb_test_multiple.
9457 2015-09-14 Pedro Alves <palves@redhat.com>
9459 * gdb.base/hook-stop-continue.c: Delete.
9460 * gdb.base/hook-stop-continue.exp: Delete.
9461 * gdb.base/hook-stop-frame.c: Delete.
9462 * gdb.base/hook-stop-frame.exp: Delete.
9463 * gdb.base/hook-stop.c: New file.
9464 * gdb.base/hook-stop.exp: New file.
9466 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
9468 * gdb.ada/access_to_packed_array.exp: New testcase.
9469 * gdb.ada/access_to_packed_array/foo.adb: New file.
9470 * gdb.ada/access_to_packed_array/pack.adb: New file.
9471 * gdb.ada/access_to_packed_array/pack.ads: New file.
9473 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
9475 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9478 2015-09-11 Don Breazeal <donb@codesourcery.com>
9480 * gdb.base/foll-exec.c: Add copyright header. Fix
9482 * gdb.base/foll-exec.exp (zap_session): Delete proc.
9483 (do_exec_tests): Use clean_restart in place of zap_session,
9484 and for test initialization. Fix formatting issues. Use
9485 fail in place of perror.
9486 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9487 an expect statement to match an expression with output from
9488 the program under debug.
9489 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9490 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9491 * gdb.threads/non-ldr-exc-2.exp: Likewise.
9492 * gdb.threads/non-ldr-exc-3.exp: Likewise.
9493 * gdb.threads/non-ldr-exc-4.exp: Likewise.
9495 2015-09-09 Doug Evans <dje@google.com>
9497 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9499 2015-09-09 Doug Evans <dje@google.com>
9501 * gdb.base/pie-execl.exp: Fix result test of build_executable.
9503 2015-09-09 Doug Evans <dje@google.com>
9505 * gdb.base/savedregs.exp: Fix typo.
9507 2015-09-09 Pedro Alves <palves@redhat.com>
9509 * gdb.mi/mi-cli.exp: Add CLI finish tests.
9511 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
9513 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9514 command actually switches threads. Give up on remaining
9515 tests if target fails to stop at breakpoint.
9517 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
9519 * gdb.ada/funcall_char.exp: New testcase.
9520 * gdb.ada/funcall_char/foo.adb: New file.
9522 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
9524 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9525 expected outputs. Add two testcases for completing ambiguous
9527 * gdb.ada/complete/aux_pck.adb: New file.
9528 * gdb.ada/complete/aux_pck.ads: New file.
9529 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9530 Ambiguous_Func functions.
9531 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9532 * gdb.ada/complete/pck.adb: Likewise.
9534 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
9536 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9537 failures to run the test program under GDB.
9539 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
9541 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9544 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
9546 * gdb.base/run-after-attach.exp: New test file.
9547 * gdb.base/run-after-attach.c: New test file.
9549 2015-08-26 Don Breazeal <donb@codesourcery.com>
9551 * gdb.base/foll-exec-2.c: New test program.
9552 * gdb.base/foll-exec-2.exp: New test.
9554 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
9556 * gdb.base/nested-subp1.exp: New file.
9557 * gdb.base/nested-subp1.c: New file.
9558 * gdb.base/nested-subp2.exp: New file.
9559 * gdb.base/nested-subp2.c: New file.
9560 * gdb.base/nested-subp3.exp: New file.
9561 * gdb.base/nested-subp3.c: New file.
9563 2015-08-24 Pedro Alves <palves@redhat.com>
9565 * gdb.server/connect-without-multi-process.c: New file.
9566 * gdb.server/connect-without-multi-process.exp: New file.
9568 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9570 * gdb.opt/inline-markers.c: Make z int.
9572 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9574 * gdb.opt/inline-markers.c: Make z volatile.
9576 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9578 * gdb.opt/inline-bt.c: New volatile global z.
9579 * gdb.opt/inline-cmds.c: Likewise.
9580 * gdb.opt/inline-locals.c: Likewise.
9581 * gdb.opt/inline-markers.c: New extern global z.
9583 (inline_fn): Likewise.
9585 2015-08-24 Pedro Alves <palves@redhat.com>
9587 * config/m32r-stub.exp: Remove file.
9588 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9589 * gdb.base/call-rt-st.exp: Likewise.
9590 * gdb.base/call-strs.exp: Likewise.
9591 * gdb.base/default.exp: Remove references to h8300-*-hms and
9593 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9595 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9597 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9598 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
9599 and "return" use KFAIL when GDB can not read/write the vector
9602 2015-08-21 Gary Benson <gbenson@redhat.com>
9604 * gdb.trace/pending.exp: Cope with remote transfer warnings.
9606 2015-08-20 Pedro Alves <palves@redhat.com>
9608 * gdb.server/solib-list.exp: No longer expect an interior stop in
9611 2015-08-20 Pedro Alves <palves@redhat.com>
9613 * gdb.server/connect-stopped-target.c: New file.
9614 * gdb.server/connect-stopped-target.exp: New file.
9616 2015-08-20 Pedro Alves <palves@redhat.com>
9618 * gdb.dwarf2/comp-unit-lang.exp: New file.
9619 * gdb.dwarf2/comp-unit-lang.c: New file.
9621 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
9623 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9624 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9626 2015-08-19 Kevin Buettner <kevinb@redhat.com>
9628 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9629 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9631 2015-08-18 Doug Evans <dje@google.com>
9632 Adrian Sendroiu <adrian.sendroiu@freescale.com>
9634 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9635 skip_python_tests. New arg prompt_regexp.
9636 (skip_python_tests): New function.
9637 * lib/mi-support.exp (mi_skip_python_tests): New function.
9638 * gdb.python/py-mi-objfile-gdb.py: New file.
9639 * gdb.python/py-mi-objfile.c: New file.
9640 * gdb.python/py-mi-objfile.exp: New file.
9642 2015-08-17 Keith Seitz <keiths@redhat.com>
9644 * gdb.linespec/explicit.exp: Move strace test from here ...
9645 * gdb.trace/strace.exp: ... to here.
9647 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
9649 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9650 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9652 2015-08-14 Doug Evans <xdje42@gmail.com>
9654 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9655 inferior before selecting a new file.
9657 2015-08-14 Doug Evans <xdje42@gmail.com>
9659 * gdb.mi/mi-disassemble.exp: Update.
9660 * gdb.base/disasm-optim.S: New file.
9661 * gdb.base/disasm-optim.c: New file.
9662 * gdb.base/disasm-optim.h: New file.
9663 * gdb.base/disasm-optim.exp: New file.
9665 2015-08-14 Keith Seitz <keiths@redhat.com>
9667 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9670 2015-08-13 Joel Brobecker <brobecker@adacore.com>
9672 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9674 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
9676 * gdb.ada/fun_renaming.exp: New testcase.
9677 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9678 * gdb.ada/fun_renaming/pack.adb: New file.
9679 * gdb.ada/fun_renaming/pack.ads: New file.
9681 2015-08-12 Keith Seitz <keiths@redhat.com>
9683 * gdb.base/dso2dso.exp: Pass basename of source file in call to
9684 gdb_get_line_number.
9686 2015-08-12 Joel Brobecker <brobecker@adacore.com>
9688 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9689 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9690 gdb.base/dso2dso.exp: New files.
9692 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
9693 Pedro Alves <palves@redhat.com>
9694 Keith Seitz <keiths@redhat.com>
9696 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9699 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9701 * gdb.base/gdbhistsize-history.exp
9702 (test_histsize_history_setting): Use save_vars.
9703 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9705 (test_no_truncation_of_unlimited_history_file): Use save_vars.
9706 * gdb.base/readline.exp: Use save_vars.
9708 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9710 * lib/gdb.exp (save_vars): New proc.
9712 2015-08-11 Keith Seitz <keiths@redhat.com>
9714 * gdb.base/help.exp: Update help_breakpoint_text.
9716 2015-08-11 Keith Seitz <keiths@redhat.com>
9718 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9719 (at toplevel): Call test_explicit_breakpoints.
9720 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9722 * lib/mi-support.exp (mi_make_breakpoint): Add support for
9723 breakpoint conditions, "-cond".
9725 2015-08-11 Keith Seitz <keiths@redhat.com>
9727 * gdb.linespec/3explicit.c: New file.
9728 * gdb.linespec/cpexplicit.cc: New file.
9729 * gdb.linespec/cpexplicit.exp: New file.
9730 * gdb.linespec/explicit.c: New file.
9731 * gdb.linespec/explicit.exp: New file.
9732 * gdb.linespec/explicit2.c: New file.
9733 * gdb.linespec/ls-errs.exp: Add explicit location tests.
9734 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9735 before using in the matching pattern.
9736 Clarify that `prefix' is a regular expression.
9738 2015-08-11 Keith Seitz <keiths@redhat.com>
9740 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9742 Add tests for missing ",FMT" and ",".
9744 2015-08-10 Doug Evans <dje@google.com>
9745 Keith Seitz <keiths@redhat.com>
9748 * gdb.base/completion.exp: Add location completer tests.
9750 2015-08-07 Pedro Alves <palves@redhat.com>
9752 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9754 (top level): Run do_test with and without displaced stepping.
9756 2015-08-07 Pedro Alves <palves@redhat.com>
9758 * gdb.base/valgrind-disp-step.c: New file.
9759 * gdb.base/valgrind-disp-step.exp: New file.
9761 2015-08-07 Pedro Alves <palves@redhat.com>
9763 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9765 (main): Add alarm. Run an infinite loop instead of calling
9767 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9769 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9771 (main): Add alarm. Run an infinite loop instead of calling
9773 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9776 2015-08-07 Pedro Alves <palves@redhat.com>
9778 * gdb.base/checkpoint-ns.exp: New file.
9779 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9782 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
9784 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9785 * gdb.btrace/instruction_history.exp: Update.
9786 * gdb.btrace/tsx.exp: New.
9787 * gdb.btrace/tsx.c: New.
9789 2015-08-06 Pedro Alves <palves@redhat.com>
9791 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
9793 * gdb.reverse/until-precsave.exp: Bump timeouts.
9795 2015-08-06 Pedro Alves <palves@redhat.com>
9797 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
9799 2015-08-06 Pedro Alves <palves@redhat.com>
9802 * gdb.threads/process-dies-while-handling-bp.c: New file.
9803 * gdb.threads/process-dies-while-handling-bp.exp: New file.
9805 2015-08-06 Pedro Alves <palves@redhat.com>
9807 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
9808 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
9810 2015-08-05 Pedro Alves <palves@redhat.com>
9812 * gdb.threads/next-while-other-thread-longjmps.c: New file.
9813 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
9815 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
9817 * gdb.base/bp-permanent.exp: Report test as unsupported if
9818 the target cannot stop at the permanent breakpoint.
9820 2015-08-03 Doug Evans <dje@google.com>
9822 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
9825 2015-08-03 Doug Evans <dje@google.com>
9827 * Makefile.in (workers/%.worker, build-perf): New rule.
9828 (GDB_PERFTEST_MODE): New variable.
9829 (check-perf): Use it.
9830 (clean): Clean up gdb.perf parallel build subdirs.
9831 * lib/build-piece.exp: New file.
9832 * lib/gdb.exp (make_gdb_parallel_path): New function
9833 (standard_output_file, standard_temp_file): Call it.
9834 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9836 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
9838 2015-08-03 Doug Evans <dje@google.com>
9840 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
9841 (LOG_FILE_NAME): New global.
9842 (TextReporter.__init__): Initialize self.txt_sum.
9843 (TextReporter.report): Add support for multiple data-points.
9844 Move report to perftest.sum, put raw data in perftest.log.
9845 (TextReporter.start): Open sum and log files.
9846 (TextReporter.end): Close sum and log files.
9847 * gdb.perf/lib/perftest/testresult.py
9848 (SingleStatisticTestResult.record): Handle multiple data-points.
9850 2015-07-31 Pedro Alves <palves@redhat.com>
9852 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
9853 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9854 kill_wait_spawned_process instead of explicit "kill -9".
9855 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
9856 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9857 kill_wait_spawned_process.
9858 * gdb.base/attach-twice.exp: Likewise.
9859 * gdb.base/attach.exp: Likewise.
9860 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
9862 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
9863 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9864 kill_wait_spawned_process.
9865 * gdb.base/valgrind-infcall.exp: Likewise.
9866 * gdb.multi/multi-attach.exp: Likewise.
9867 * gdb.python/py-prompt.exp: Likewise.
9868 * gdb.python/py-sync-interp.exp: Likewise.
9869 * gdb.server/ext-attach.exp: Likewise.
9870 * gdb.threads/attach-into-signal.exp (corefunc): Use
9871 spawn_wait_for_attach, spawn_id_get_pid and
9872 kill_wait_spawned_process.
9873 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
9874 spawn_wait_for_attach returning a spawn id instead of a pid. Use
9875 spawn_id_get_pid and kill_wait_spawned_process.
9876 * gdb.threads/attach-stopped.exp (corefunc): Use
9877 spawn_wait_for_attach, spawn_id_get_pid and
9878 kill_wait_spawned_process.
9879 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
9880 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9881 kill_wait_spawned_process instead of explicit "kill -9".
9882 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
9883 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
9884 (spawn_wait_for_attach): Use spawn instead of exec to spawn
9885 processes. Don't map cygwin/windows pids here. Now returns a
9888 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9890 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
9891 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
9894 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9896 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
9898 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9901 2014-05-21 Mark Wielaard <mjw@redhat.com>
9903 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9905 2015-07-30 Pedro Alves <palves@redhat.com>
9907 * linux-low.c (handle_extended_wait): Set the child's last
9908 reported status to TARGET_WAITKIND_STOPPED.
9910 2015-07-30 Pedro Alves <palves@redhat.com>
9913 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
9914 only shows inferior 1.
9916 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
9917 Pedro Alves <palves@redhat.com>
9920 * gdb.threads/fork-plus-threads.c: New file.
9921 * gdb.threads/fork-plus-threads.exp: New file.
9923 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9925 * gdb.base/batch-preserve-term-settings.exp
9926 (test_terminal_settings_preserved_after_cli_exit): Use
9929 2015-07-29 Pedro Alves <palves@redhat.com>
9930 Don Breazeal <donb@codesourcery.com>
9932 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
9933 output from both inferior_spawn_id and gdb_spawn_id.
9935 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9937 * gdb.threads/attach-into-signal.exp (corefunc): Use
9938 with_test_prefix on nested loops, uniquefying the test messages.
9940 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9942 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
9945 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9947 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
9949 (test_terminal_settings_preserved_after_sigterm): New test.
9951 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9953 * gdb.base/batch-preserve-term-settings.exp
9954 (test_terminal_settings_preserved_after_cli_exit): New test.
9956 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9958 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9959 manipulation of saved_gdbflags.
9960 (test_terminal_settings_preserved): Remove global declaration of
9961 the unused variable pagination_prompt. Remove manipulation of
9962 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
9965 2015-07-29 Pedro Alves <palves@redhat.com>
9967 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9969 2015-07-29 Pedro Alves <palves@redhat.com>
9971 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9974 2015-07-29 Pedro Alves <palves@redhat.com>
9976 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9977 (main): Call gdb_unbuffer_output.
9978 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9979 (main): Call gdb_unbuffer_output.
9980 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9981 (main): Call gdb_unbuffer_output.
9982 * gdb.base/call-strs.exp: Adjust to step over the
9983 gdb_unbuffer_output call.
9984 * gdb.base/catch-gdb-caused-signals.c: Include
9985 "../lib/unbuffer_output.c".
9986 (main): Call gdb_unbuffer_output.
9987 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9988 (main): Call gdb_unbuffer_output.
9989 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9990 (main): Call gdb_unbuffer_output.
9991 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9992 (main): Call gdb_unbuffer_output.
9993 * gdb.base/shlib-call.exp: Adjust to step over the
9994 gdb_unbuffer_output call.
9995 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9996 (main): Call gdb_unbuffer_output.
9997 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9998 (main): Call gdb_unbuffer_output.
9999 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10000 (main): Rename to ...
10002 (main): Reimplement.
10003 * gdb.base/varargs.exp: Run to test instead of to main.
10004 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10005 (main): Call gdb_unbuffer_output.
10007 2015-07-29 Pedro Alves <palves@redhat.com>
10009 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10010 factore out from mi_continue_dprintf. For call-style dprintfs,
10011 expect dprintf output out of $inferior_spawn_id.
10012 (mi_continue_dprintf): Use mi_expect_dprintf.
10013 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10014 (main): Call gdb_unbuffer_output.
10016 2015-07-29 Pedro Alves <palves@redhat.com>
10018 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
10019 (default_mi_gdb_start): Set inferior_spawn_id instead of
10020 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
10022 (mi_gdb_test): Always expect inferior output from both
10023 $inferior_spawn_id and $gdb_spawn_id.
10025 2015-07-29 Pedro Alves <palves@redhat.com>
10027 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
10028 send_inferior and $inferior_spawn_id.
10030 2015-07-29 Pedro Alves <palves@redhat.com>
10032 * gdb.gdb/complaints.exp (test_initial_complaints)
10033 (test_serial_complaints, test_short_complaints): Use
10035 (test_empty_complaint): Handle $inferior_spawn_id !=
10038 2015-07-29 Pedro Alves <palves@redhat.com>
10040 * gdb.base/varargs.exp: Use gdb_test_stdio.
10042 2015-07-29 Pedro Alves <palves@redhat.com>
10044 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10046 2015-07-29 Pedro Alves <palves@redhat.com>
10048 * gdb.base/ending-run.exp: Use gdb_test_stdio.
10050 2015-07-29 Pedro Alves <palves@redhat.com>
10052 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10053 parameter into two new parameters, "inf_result" and "gdb_result".
10054 Expect inferior output and gdb output from $inferior_spawn_id and
10055 $gdb_spawn_id, respectively. Adjust all callers.
10057 2015-07-29 Pedro Alves <palves@redhat.com>
10059 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10060 of gdb_test_sequence.
10062 2015-07-29 Pedro Alves <palves@redhat.com>
10064 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
10065 (saw_spurious_output): Expect inferior output from
10066 $inferior_spawn_id. Use gdb_test_stdio.
10068 2015-07-29 Pedro Alves <palves@redhat.com>
10070 * gdb.base/dprintf.exp: Use standard_testfile. Change
10071 prepare_for_testing call.
10072 (srcfile): Don't set.
10073 (restart): New procedure.
10074 (test_dprintf): New procecure, use to continue over dprintfs.
10075 (test_call, test_agent): New procedures, tests moved here.
10076 Restart gdb and recreate dprintfs. Adjust expected output.
10078 2015-07-29 Pedro Alves <palves@redhat.com>
10080 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
10082 2015-07-29 Pedro Alves <palves@redhat.com>
10084 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
10086 2015-07-29 Pedro Alves <palves@redhat.com>
10088 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
10091 2015-07-29 Pedro Alves <palves@redhat.com>
10093 * lib/gdb.exp (gdb_test_stdio): New procedure.
10095 2015-07-29 Pedro Alves <palves@redhat.com>
10097 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
10099 2015-07-29 Pedro Alves <palves@redhat.com>
10101 * gdb.base/call-signal-resume.exp: Remove check for
10102 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
10103 * gdb.base/unwindonsignal.exp: Likewise.
10104 * gdb.base/call-signals.c (gen_signal): Remove printf call.
10105 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
10107 2015-07-29 Pedro Alves <palves@redhat.com>
10109 * gdb.base/siginfo-addr.c (pass): New function.
10110 (handler): Call it iff si_addr is correct.
10111 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
10112 Set a breakpoint at "pass" and continue to it.
10114 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
10116 * gdb.python/py-objfile.exp: Make some tests have unique names.
10117 * gdb.python/py-pp-registration.exp: Likewise.
10119 2015-07-28 Pedro Alves <palves@redhat.com>
10121 * gdb.server/server-exec-info.exp: Issue a "disconnect".
10123 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10125 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
10127 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10129 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
10131 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
10133 * gdb.base/gdb-sigterm-2.exp: New test.
10135 2015-07-25 Doug Evans <xdje42@gmail.com>
10138 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10139 (workers/%.worker, build-perf): New rule.
10140 (GDB_PERFTEST_MODE): New variable.
10141 (check-perf): Use it.
10142 (clean): Clean up gdb.perf parallel build subdirs.
10143 * lib/build-piece.exp: New file.
10144 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10145 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10147 (standard_temp_file): Ditto.
10148 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10151 2015-07-24 Doug Evans <dje@google.com>
10153 * gdb.perf/lib/perftest/utils.py: New file.
10154 * gdb.perf/gm-hello.cc: New file.
10155 * gdb.perf/gm-pervasive-typedef.cc: New file.
10156 * gdb.perf/gm-pervasive-typedef.h: New file.
10157 * gdb.perf/gm-std.cc: New file.
10158 * gdb.perf/gm-std.h: New file.
10159 * gdb.perf/gm-use-cerr.cc: New file.
10160 * gdb.perf/gm-utils.h: New file.
10161 * gdb.perf/gmonster-null-lookup.py: New file.
10162 * gdb.perf/gmonster-pervasive-typedef.py: New file.
10163 * gdb.perf/gmonster-print-cerr.py: New file.
10164 * gdb.perf/gmonster-ptype-string.py: New file.
10165 * gdb.perf/gmonster-runto-main.py: New file.
10166 * gdb.perf/gmonster-select-file.py: New file.
10167 * gdb.perf/gmonster1-null-lookup.exp: New file.
10168 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
10169 * gdb.perf/gmonster1-print-cerr.exp: New file.
10170 * gdb.perf/gmonster1-ptype-string.exp: New file.
10171 * gdb.perf/gmonster1-runto-main.exp: New file.
10172 * gdb.perf/gmonster1-select-file.exp: New file.
10173 * gdb.perf/gmonster1.cc: New file.
10174 * gdb.perf/gmonster1.exp: New file.
10175 * gdb.perf/gmonster2-null-lookup.exp: New file.
10176 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
10177 * gdb.perf/gmonster2-print-cerr.exp: New file.
10178 * gdb.perf/gmonster2-ptype-string.exp: New file.
10179 * gdb.perf/gmonster2-runto-main.exp: New file.
10180 * gdb.perf/gmonster2-select-file.exp: New file.
10181 * gdb.perf/gmonster2.cc: New file.
10182 * gdb.perf/gmonster2.exp: New file.
10184 2015-07-24 Doug Evans <dje@google.com>
10186 * gdb.perf/README: New file.
10187 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
10188 * lib/gen-perf-test.exp: New file.
10190 2015-07-24 Doug Evans <dje@google.com>
10192 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
10193 (PerfTest::startup): New function.
10194 (PerfTest::run): Return result of calling body.
10195 (PerfTest::assemble): Rewrite.
10196 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
10197 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
10198 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
10199 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
10200 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
10202 2015-07-24 Doug Evans <dje@google.com>
10204 * lib/gdb.exp (clean_restart): Make executable optional.
10206 2015-07-24 Doug Evans <dje@google.com>
10208 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
10209 compiler_info references.
10210 * gdb.cp/temargs.exp: Ditto.
10211 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
10212 (get_compiler_info): Early exit if already computed. Set compiler_info
10213 to "unknown" if there was a problem.
10214 (test_compiler_info): Add function comment. Call get_compiler_info.
10216 2015-07-24 Doug Evans <dje@google.com>
10218 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10219 (workers/%.worker, build-perf): New rule.
10220 (GDB_PERFTEST_MODE): New variable.
10221 (check-perf): Use it.
10222 (clean): Clean up gdb.perf parallel build subdirs.
10223 * lib/build-piece.exp: New file.
10224 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10225 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10227 (standard_temp_file): Ditto.
10228 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10231 2015-07-24 Doug Evans <dje@google.com>
10233 * lib/future.exp (gdb_default_target_compile): New option
10235 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10238 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
10240 * gdb.base/catch-syscall.exp: Call gdb_exit before
10243 2015-07-24 Pedro Alves <palves@redhat.com>
10245 * gdb.python/py-events.exp: Accept output between the stop event
10247 * gdb.python/py-evsignal.exp: Likewise.
10248 * gdb.python/py-evthreads.exp: Likewise.
10250 2015-07-24 Pedro Alves <palves@redhat.com>
10253 * gdb.threads/non-ldr-exit.c: New file.
10254 * gdb.threads/non-ldr-exit.exp: New file.
10256 2015-07-24 Yao Qi <yao.qi@linaro.org>
10258 * gdb.server/ext-wrapper.exp: Test --wrapper option when
10259 restarting process.
10261 2015-07-24 Yao Qi <yao.qi@linaro.org>
10263 * gdb.server/ext-restart.exp: New file.
10265 2015-07-24 Yao Qi <yao.qi@linaro.org>
10267 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10269 * gdb.server/ext-wrapper.exp: New file.
10271 2015-07-23 Doug Evans <dje@google.com>
10273 * gdb.dwarf2/dw2-dummy-cu.S: New file.
10274 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10276 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
10278 * gdb.ada/var_arr_typedef.exp: New testcase.
10279 * gdb.ada/var_arr_typedef/pack.adb: New file.
10280 * gdb.ada/var_arr_typedef/pack.ads: New file.
10281 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10283 2015-07-20 Joel Brobecker <brobecker@adacore.com>
10285 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10287 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10289 * gdb.arch/i386-biarch-core.exp: Replace istarget
10290 by "complete set gnutarget". Remove expectation for the "core-file"
10293 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10295 Revert the previous commit:
10296 Tests for validate symbol file using build-id.
10298 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
10300 Tests for validate symbol file using build-id.
10301 * gdb.base/solib-mismatch-lib.c: New file.
10302 * gdb.base/solib-mismatch-libmod.c: New file.
10303 * gdb.base/solib-mismatch.c: New file.
10304 * gdb.base/solib-mismatch.exp: New file.
10306 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
10308 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10310 * gdb.base/sigbpt.exp (stepi_out): Likewise.
10311 * gdb.base/siginfo.exp: Likewise.
10312 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10314 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
10316 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10318 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10320 * gdb.trace/range-stepping.exp: Check that the target supports
10323 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10325 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10327 2015-07-14 Pedro Alves <palves@redhat.com>
10329 * gdb.base/killed-outside.exp: New file.
10330 * gdb.base/killed-outside.c: New file.
10332 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10334 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10336 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10338 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
10340 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10341 infcall tests instead of setting up for KFAIL.
10343 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
10345 * gdb.btrace/record_goto-step.exp: New.
10347 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10350 * gdb.compile/compile.c (struct struct_type): Add volatile to
10352 * gdb.compile/compile.exp
10353 (compile code struct_object.selffield = &struct_object): Skip further
10354 struct_object tests if this one xfails.
10356 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
10359 * gdb.trace/ax.exp: Add test.
10361 2015-07-07 Yao Qi <yao.qi@linaro.org>
10363 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10364 instead of istarget "aarch64*-*-*".
10365 * gdb.arch/aarch64-fp.exp: Likewise.
10366 * gdb.base/float.exp: Likewise.
10367 * gdb.reverse/aarch64.exp: Likewise.
10368 * lib/gdb.exp (is_aarch64_target): New proc.
10370 2015-07-07 Yao Qi <yao.qi@linaro.org>
10372 * lib/gdb.exp (is_aarch32_target): New proc.
10373 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10374 instead of "istarget "arm*-*-*"".
10375 * gdb.arch/arm-disp-step.exp: Likewise.
10376 * gdb.arch/thumb-bx-pc.exp: Likewise.
10377 * gdb.arch/thumb-prologue.exp: Likewise.
10378 * gdb.arch/thumb-singlestep.exp: Likewise.
10379 * gdb.base/disp-step-syscall.exp: Likewise.
10380 * gdb.base/float.exp: Likewise.
10382 2015-07-07 Yao Qi <yao.qi@linaro.org>
10384 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10385 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10387 2015-07-07 Yao Qi <yao.qi@linaro.org>
10389 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10390 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10392 * gdb.multi/multi-arch.exp: Likewise.
10394 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
10396 * gdb.python/py-lazy-string.exp: Add missing parentheses to
10399 2015-07-07 Yao Qi <yao.qi@linaro.org>
10401 * gdb.arch/thumb-singlestep.exp: Do one more single step.
10403 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
10405 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10406 '[' and ']' characters.
10408 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
10410 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10412 2015-06-29 Pedro Alves <palves@redhat.com>
10415 * gdb.threads/hand-call-new-thread.c: New file.
10416 * gdb.threads/hand-call-new-thread.c: New file.
10418 2015-06-26 Keith Seitz <keiths@redhat.com>
10419 Doug Evans <dje@google.com>
10422 * gdb.cp/var-tag-2.cc: New file.
10423 * gdb.cp/var-tag-3.cc: New file.
10424 * gdb.cp/var-tag-4.cc: New file.
10425 * gdb.cp/var-tag.cc: New file.
10426 * gdb.cp/var-tag.exp: New file.
10428 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10430 * gdb.base/history-duplicates.exp: New test.
10432 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10434 * gdb.base/completion.exp: Test the completion of the "focus"
10437 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10439 * gdb.arch/amd64-prologue-skip.S: New file.
10440 * gdb.arch/amd64-prologue-skip.exp: New file.
10442 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
10444 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10445 is_address_zero_readable check.
10447 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
10449 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10450 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10452 2015-06-24 Yao Qi <yao.qi@linaro.org>
10454 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10457 2015-06-24 Yao Qi <yao.qi@linaro.org>
10459 * lib/gdb.exp (supports_get_siginfo_type): New proc.
10460 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10461 * gdb.base/siginfo-thread.exp: Likewise.
10463 2015-06-22 Yao Qi <yao.qi@linaro.org>
10465 * boards/remote-gdbserver-on-localhost.exp: Add comments.
10467 2015-06-22 Yao Qi <yao.qi@linaro.org>
10469 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10471 (skip_hw_watchpoint_tests): Likewise.
10473 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
10475 * gdb.base/gdbinit-history.exp: Test the interaction between
10476 setting GDBHISTSIZE and setting the history size via .gdbinit.
10478 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10481 * gdb.base/gdbhistsize-history.exp: New test.
10483 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10485 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10487 * gdb.base/readline.exp: Likewise.
10489 2015-06-17 Yao Qi <yao.qi@linaro.org>
10491 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10494 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10496 * gdb.base/gdbinit-history.exp: Add test case to check that
10497 an unlimited history file does not get truncated on exit.
10499 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10501 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10502 (VECTOR): New macro. Use it...
10503 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10504 ...for these typedefs.
10505 (int8, char1, int1, double1): New typedefs.
10506 (struct just_int2, struct two_int2): New structures.
10507 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10508 (add_structvecs, add_singlevecs): New functions.
10509 (main): Call add_some_intvecs twice.
10510 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10511 the compile and exit upon failure. Try compiling for the "native"
10512 architecture. Test inferior function calls with vector arguments
10513 and vector return value handling with "finish" and "return".
10515 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
10517 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10518 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10520 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10522 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10524 PR breakpoints/16465
10525 * gdb.mi/mi-dprintf-pending.c: New file.
10526 * gdb.mi/mi-dprintf-pending.exp: New test.
10527 * gdb.mi/mi-dprintf-pendshr.c: New file.
10529 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10530 Mircea Gherzan <mircea.gherzan@intel.com>
10532 * gdb.arch/i386-mpx-map.c: New file.
10533 * gdb.arch/i386-mpx-map.exp: New File.
10535 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10537 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10538 * gdb.arch/i386-mpx.exp: Indentation fixed.
10540 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10542 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10543 function and improved indentation.
10544 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10545 gdb_test_multiple. Added additional tests to skip the test.
10547 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10549 * gdb.arch/i386-avx512.c: Change path in include file.
10550 * gdb.arch/i386-avx512.exp: Change include dir path
10552 * gdb.arch/i386-mpx.c: Change path in include file.
10553 * gdb.arch/i386-mpx.exp: Change include dir path compilation
10556 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10558 * gdb.compile/compile-print.exp (compile print *vararray@3)
10559 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10561 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10563 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10564 (do not keep jit in memory): ... this.
10565 (expect 5): Change it to ...
10566 (expect no 5): ... this.
10568 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
10571 * gdb.mi/mi-detach.exp: New file.
10573 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10576 * gdb.arch/amd64-tailcall-self.S: New file.
10577 * gdb.arch/amd64-tailcall-self.c: New file.
10578 * gdb.arch/amd64-tailcall-self.exp: New file.
10580 2015-05-28 Don Breazeal <donb@codesourcery.com>
10582 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10583 tests for remote targets by checking is_target_gdbserver.
10585 2015-05-27 Doug Evans <dje@google.com>
10587 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10588 * gdb.dwarf2/opaque-type-lookup.c: New file.
10589 * gdb.dwarf2/opaque-type-lookup.exp: New file.
10591 2015-05-26 Doug Evans <dje@google.com>
10593 * gdb.cp/iostream.cc: New file.
10594 * gdb.cp/iostream.exp: New file.
10596 2015-05-26 Doug Evans <dje@google.com>
10598 * gdb.dwarf2/dw2-op-call.exp: Update.
10599 * gdb.dwarf2/dw4-sig-types.exp: Update.
10600 * gdb.dwarf2/implptr.exp: Update.
10601 * gdb.mi/mi-cmd-param-changed.exp: Update.
10603 2015-05-26 Doug Evans <dje@google.com>
10605 * gdb.python/py-lazy-string.c: New file.
10606 * gdb.python/py-lazy-string.exp: New file.
10607 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10608 (main): Update. Add estring3.
10609 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10610 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10612 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
10613 Yao Qi <yao.qi@linaro.org>
10615 * gdb.reverse/aarch64.c: New.
10616 * gdb.reverse/aarch64.exp: New.
10618 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
10620 * lib/gdb.exp (supports_process_record): Return true for
10622 (supports_reverse): Likewise.
10624 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
10626 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10627 Use with_test_prefix.
10629 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
10631 * gdb.base/completion.exp: Add test for completion of layout
10634 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
10636 * lib/gdb.exp (skip_tui_tests): New proc.
10637 * gdb.base/tui-layout.exp: Check skip_tui_tests.
10639 2015-05-19 Pedro Alves <palves@redhat.com>
10641 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10642 Save the whole env array instead of just HOME. Unset HISTSIZE in
10643 the environment while testing. Restore whole environment
10646 2015-05-16 Doug Evans <xdje42@gmail.com>
10648 * gdb.guile/scm-ports.c: New file.
10649 * gdb.guile/scm-ports.exp: Add memory port tests.
10651 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10653 * gdb.compile/compile-print.c: New file.
10654 * gdb.compile/compile-print.exp: New file.
10656 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10658 * gdb.compile/compile-ops.exp: Cast param to void.
10659 * gdb.compile/compile.exp: Complete type for _gdb_expr.
10660 (compile code struct_object.selffield = &struct_object): Add xfail.
10662 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10664 * gdb.ada/arr_enum_with_gap: New testcase.
10666 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10668 * gdb.ada/byte_packed_arr: New testcase.
10670 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10672 * gdb.ada/pckd_neg: New testcase.
10674 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
10677 * gdb.base/gdbinit-history.exp: New test.
10678 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10679 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10681 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
10683 * gdb.python/py-xmethods.cc: Enhance test case.
10684 * gdb.python/py-xmethods.exp: New tests.
10685 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10687 (B_indexoper): Likewise.
10688 (global_dm_list) : Add new xmethod worker functions.
10690 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
10692 * gdb.base/coredump-filter.exp: Correctly unset
10693 "coredump_var_addr" array.
10695 2015-05-08 Pedro Alves <palves@redhat.com>
10697 * gdb.server/non-existing-program.exp: Unset spawn_id.
10699 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
10702 * gdb.python/py-xmethods.exp: Add tests.
10704 2015-05-08 Yao Qi <yao.qi@linaro.org>
10707 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10708 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10709 function set_coredump_filter, and remove remote_exec call.
10710 Remove argument ipid. Callers update.
10711 (top level): Don't get inferior's PID.
10713 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
10715 * gdb.base/watch_thread_num.exp: Skip test on targets without
10716 access watchpoints.
10718 2015-05-06 Pedro Alves <palves@redhat.com>
10721 * gdb.server/non-existing-program.exp: New file.
10723 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10725 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10727 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10729 * gdb.ada/out_of_line_in_inlined: New testcase.
10731 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10733 * gdb.ada/var_rec_arr: New testcase.
10735 2015-04-30 Yao Qi <yao.qi@linaro.org>
10737 * gdb.base/break-idempotent.exp: If
10738 skip_hw_watchpoint_multi_tests returns true, skip the tests
10739 on "rwatch" and "awatch".
10741 2015-04-30 Yao Qi <yao.qi@linaro.org>
10743 * gdb.base/relativedebug.exp: Invoke gdb command
10744 "info sharedlibrary", and if libc.so doesn't have debug info,
10747 2015-04-29 Doug Evans <dje@google.com>
10749 * gdb.python/py-xmethods.exp: Add ptype tests.
10750 * gdb.python/py-xmethods.py (E_method_char_worker): Add
10751 get_result_type method.
10753 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
10755 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10756 the target does not support hardware watchpoints.
10758 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
10760 * gdb.base/break-always.exp: Abort testing if writing to memory
10763 2015-04-28 Doug Evans <dje@google.com>
10765 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10766 * gdb.python/py-pp-registration.exp: ... here. New file.
10767 * gdb.python/py-pp-registration.c: New file.
10768 * gdb.python/py-pp-registration.py: New file.
10770 2015-04-28 Doug Evans <dje@google.com>
10772 * gdb.python/py-bad-printers.c: New file.
10773 * gdb.python/py-bad-printers.py: New file.
10774 * gdb.python/py-bad-printers.exp: New file.
10776 2015-04-28 Sasha Smundak <asmundak@google.com>
10778 * gdb.python/py-type.exp: New test.
10780 2015-04-28 Andy Wingo <wingo@igalia.com>
10782 * gdb.python/py-parameter.exp:
10783 * gdb.guile/scm-parameter.exp: Escape the path that we are
10784 matching against, as it might contain characters that are special
10785 to regular expressions.
10787 2015-04-27 Joel Brobecker <brobecker@adacore.com>
10789 * gdb.ada/rec_comp: New testcase.
10791 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
10793 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
10796 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
10798 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
10799 new tests for verilog output.
10801 2015-04-24 Yao Qi <yao.qi@linaro.org>
10803 * boards/remote-gdbserver-on-localhost.exp: New file.
10805 2015-04-23 Pedro Alves <palves@redhat.com>
10807 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
10808 $inferior_spawn_id instead of $inferior_spawn_id directly. On
10809 "end of file", remove $inferior_spawn_id from the indirect list.
10811 2015-04-23 Pedro Alves <palves@redhat.com>
10813 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
10815 2015-04-23 Pedro Alves <palves@redhat.com>
10817 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
10818 on $any_spawn_id instead of only on $gdb_spawn_id.
10820 2015-04-21 Pierre Muller <muller@sourceware.org>
10823 * lib/pascal.exp (gpc_compile): Add new option "class".
10824 (fpc_compile): Likewise.
10825 * gdb.pascal/case-insensitive-symbols.pas: New file.
10826 * gdb.pascal/case-insensitive-symbols.exp: New file.
10828 2015-04-20 Gary Benson <gbenson@redhat.com>
10830 * gdb.base/attach.exp: Fix three extended remote failures.
10832 2015-04-17 Gary Benson <gbenson@redhat.com>
10834 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
10835 the main executable over the remote protocol.
10837 2015-04-16 Pedro Alves <palves@redhat.com>
10839 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
10840 a new gdbserver if gdbserver_reconnect_p is set.
10842 2015-04-16 Pedro Alves <palves@redhat.com>
10844 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
10845 is set, don't exit gdbserver.
10847 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10849 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
10850 appropriate .insn, such that an older assembler can be used.
10851 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
10852 the z/Architecture instruction set on 31-bit targets as well.
10854 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10856 * gdb.go/handcall.exp: Remove all logic related to the first
10857 breakpoint and rely on go_runto_main instead.
10858 * gdb.go/strings.exp: Likewise.
10859 * gdb.go/unsafe.exp: Likewise.
10860 * gdb.go/hello.exp: Likewise. Also rename the remaining
10861 breakpoint marker to "breakpoint 1".
10862 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
10863 * gdb.go/strings.go: Likewise.
10864 * gdb.go/unsafe.go: Likewise.
10865 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
10866 "set breakpoint 2 here" and rename the remaining breakpoint marker
10869 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
10871 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
10872 if itertools.imap is not present.
10873 * gdb.python/py-objfile.exp: Add parentheses.
10874 * gdb.python/py-type.exp: Same.
10875 * gdb.python/py-unwind-maint.py: Same.
10877 2015-04-15 Yao Qi <yao.qi@linaro.org>
10879 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
10880 of ":$ptr_size" and set its form explicitly.
10882 2015-04-15 Pedro Alves <palves@redhat.com>
10883 Yao Qi <yao.qi@linaro.org>
10885 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
10886 timeout by factor of 4.
10887 (test_regular_watch): Likewise.
10888 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
10889 * gdb.reverse/sigall-reverse.exp: Likewise.
10890 * gdb.reverse/until-precsave.exp: Likewise.
10891 * lib/gdb.exp (with_timeout_factor): New proc.
10892 (gdb_expect): Move some code to ...
10893 (get_largest_timeout): ... here. New procedure.
10895 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
10897 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
10899 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
10901 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
10902 to write to the .text section.
10904 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
10906 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
10907 Handle the case of targets that do not provide PID information.
10909 2015-04-13 Yao Qi <yao.qi@linaro.org>
10911 * lib/gdbserver-support.exp (gdb_exit): Catch exception
10912 and use expect instead of gdb_expect.
10914 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
10916 * gdb.base/coredump-filter.exp: Rename variable "addr" to
10917 "coredump_var_addr" to avoid naming conflict with other testcases.
10919 2015-04-10 Pedro Alves <palves@redhat.com>
10921 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
10922 gdb_test_sequence and gdb_assert.
10924 2015-04-10 Pedro Alves <palves@redhat.com>
10926 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10927 test messages that don't include the breakpoint address.
10929 2015-04-10 Yao Qi <yao.qi@linaro.org>
10931 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
10932 false for some offset and width combinations which aren't
10933 supported by linux kernel.
10935 2015-04-10 Pedro Alves <palves@redhat.com>
10937 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
10938 procedure, factored out from ...
10939 (top level): ... here. Add "set displaced-stepping" testing axis.
10940 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
10941 parameter "displaced". Use it.
10942 (top level): Use foreach and add "set displaced-stepping" testing
10945 2015-04-10 Pedro Alves <palves@redhat.com>
10947 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
10949 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10950 both the address of the instruction that triggers the watchpoint
10951 and the address of the instruction immediately after, and use
10952 those addresses for the test. Fix comment.
10954 2015-04-10 Pedro Alves <palves@redhat.com>
10956 * gdb.base/sigstep.exp (breakpoint_to_handler)
10957 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
10958 Test "backtrace" in handler.
10959 (breakpoint_over_handler): New parameter 'displaced'. Use it.
10960 (top level): Add new "displaced" test axis to
10961 breakpoint_to_handler, breakpoint_to_handler_entry and
10962 breakpoint_over_handler.
10964 2015-04-10 Pedro Alves <palves@redhat.com>
10967 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10969 2015-04-10 Yao Qi <yao.qi@linaro.org>
10971 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10972 (test_add_rn_pc): New function.
10973 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10974 (top level): Invoke test_add_rn_pc.
10976 2015-04-10 Pedro Alves <palves@redhat.com>
10979 * gdb.base/step-over-no-symbols.exp: New file.
10981 2015-04-09 Andy Wingo <wingo@igalia.com>
10983 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10984 after the Python tests.
10986 2015-04-08 Keith Seitz <keiths@redhat.com>
10989 * gdb.python/py-completion.exp: New tests for completion.
10990 * gdb.python/py-completion.py (CompleteLimit1): New class.
10991 (CompleteLimit2): Likewise.
10992 (CompleteLimit3): Likewise.
10993 (CompleteLimit4): Likewise.
10994 (CompleteLimit5): Likewise.
10995 (CompleteLimit6): Likewise.
10996 (CompleteLimit7): Likewise.
10998 2015-04-08 Pedro Alves <palves@redhat.com>
11002 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11004 (main): Install it as SIGUSR1 handler.
11005 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11006 parameter. Always use "setup" as prefix. Toggle "set
11007 displaced-stepping" off/on depending on global. Don't switch to
11009 (top level): Add displaced stepping "off/on" test axis. Update
11010 "setup" calls. Wrap each subtest with with_test_prefix. Test
11011 continuing with a queued signal in each thread.
11013 2015-04-08 Pedro Alves <palves@redhat.com>
11015 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
11016 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
11017 gdb_breakpoint instead of gdb_test that doesn't expect anything.
11018 Return early if running to main fails.
11019 * gdb.trace/while-stepping.exp: Likewise.
11021 2015-04-07 Pedro Alves <palves@redhat.com>
11023 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
11024 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
11025 interact with inferior program.
11027 2015-04-07 Pedro Alves <palves@redhat.com>
11029 * lib/gdb.exp (inferior_spawn_id): New global.
11030 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
11031 spawn id after processing the user code.
11032 (default_gdb_start): Set inferior_spawn_id.
11033 (send_inferior): New procedure.
11034 * lib/gdbserver-support.exp (gdbserver_start): Set
11036 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11038 2015-04-07 Pedro Alves <palves@redhat.com>
11040 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11041 * lib/gdbserver-support.exp (gdbserver_start): Make
11042 $server_spawn_id global.
11043 (gdbserver_start): Don't wait for gdbserver's spawn id with
11045 (close_gdbserver): New procedure.
11046 (gdb_exit): Rename the default version and reimplement.
11048 2015-04-07 Pedro Alves <palves@redhat.com>
11050 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
11051 append the substituted item, not the original item.
11053 2015-04-07 Pedro Alves <palves@redhat.com>
11055 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11058 2015-04-07 Pedro Alves <palves@redhat.com>
11060 * gdb.base/interrupt.exp: Don't handle the case of the inferior
11061 output appearing once only.
11063 2015-04-07 Pedro Alves <palves@redhat.com>
11065 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
11066 that doesn't expect anything. Return early if running to main
11069 2015-04-07 Yao Qi <yao.qi@linaro.org>
11071 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
11072 (child_function): Call alarm.
11073 (main): Move call to alarm into the loop.
11074 * gdb.threads/non-stop-fair-events.exp: Build program with
11075 -DTIMEOUT=$timeout.
11077 2015-04-06 Doug Evans <xdje42@gmail.com>
11079 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
11080 Fix dest parameter to board_info.
11081 (fpc_compile): Ditto.
11082 (gdb_compile_pascal): Rename dest arg to destfile.
11084 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
11086 * gdb.ada/funcall_ref.exp: New file.
11087 * gdb.ada/funcall_ref/foo.adb: New file.
11089 2015-04-02 Yao Qi <yao.qi@linaro.org>
11091 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
11094 2015-04-02 Gary Benson <gbenson@redhat.com>
11096 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
11098 2015-04-01 Sasha Smundak <asmundak@google.com>
11100 * gdb.python/py-unwind-maint.c: New file.
11101 * gdb.python/py-unwind-maint.exp: New test.
11102 * gdb.python/py-unwind-maint.py: New file.
11103 * gdb.python/py-unwind.c: New file.
11104 * gdb.python/py-unwind.exp: New test.
11105 * gdb.python/py-unwind.py: New test.
11107 2015-04-01 Pedro Alves <palves@redhat.com>
11109 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
11110 to fail instead of non-existent $test.
11112 2015-04-01 Pedro Alves <palves@redhat.com>
11114 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
11115 GDBFLAGS if not empty.
11117 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
11119 * gdb.ada/complete.exp: Remove "multi_line".
11120 * gdb.ada/info_exc.exp: Remove "multi_line".
11121 * gdb.ada/packed_tagged.exp: Remove "multi_line".
11122 * gdb.ada/ptype_field.exp: Remove "multi_line".
11123 * gdb.ada/sym_print_name.exp: Remove "multi_line".
11124 * gdb.ada/tagged.exp: Remove "multi_line".
11125 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
11127 * gdb.btrace/delta.exp: Likewise.
11128 * gdb.btrace/exception.exp: Likewise.
11129 * gdb.btrace/function_call_history.exp: Likewise.
11130 * gdb.btrace/instruction_history.exp: Likewise.
11131 * gdb.btrace/nohist.exp: Likewise.
11132 * gdb.btrace/record_goto.exp: Likewise.
11133 * gdb.btrace/segv.exp: Likewise.
11134 * gdb.btrace/stepi.exp: Likewise.
11135 * gdb.btrace/tailcall.exp: Likewise.
11136 * gdb.btrace/unknown_functions.exp: Likewise.
11137 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
11138 * lib/gdb.exp: Add the "multi_line" helper.
11140 2015-04-01 Pedro Alves <palves@redhat.com>
11142 * gdb.threads/tid-reuse.c: New file.
11143 * gdb.threads/tid-reuse.exp: New file.
11145 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
11148 * gdb.base/coredump-filter.c: New file.
11149 * gdb.base/coredump-filter.exp: Likewise.
11151 2015-03-27 Petr Machata <pmachata@redhat.com>
11153 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
11154 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
11155 (Dwarf::assemble): Initialize them.
11156 (Dwarf::lines): New function.
11158 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
11160 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
11161 SYMBOL_PREFIX for x86_64-*-cygwin.
11163 2015-03-26 Andy Wingo <wingo@igalia.com>
11166 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
11167 const_value but not a location.
11168 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
11169 location defined in non-main CUs are visible.
11171 2015-03-26 Yao Qi <yao.qi@linaro.org>
11174 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
11175 Add a line number entry for the same line.
11176 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
11177 Add a line number entry for the same line.
11179 2015-03-26 Yao Qi <yao.qi@linaro.org>
11181 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
11183 (func): Likewise. Add .Lfunc_1 label.
11184 Use .Lfunc_1 label.
11185 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
11188 Use .Lfunc_1 label.
11190 2015-03-26 Yao Qi <yao.qi@linaro.org>
11192 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
11193 Call gdb_compile instead to compile each .s files without debug
11196 2015-03-26 Yao Qi <yao.qi@linaro.org>
11198 * gdb.base/savedregs.exp (process_saved_regs): Make
11199 "Saved registers:" optional in the pattern.
11201 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11203 * gdb.btrace/next.exp: Merged into step.exp.
11204 * gdb.btrace/finish.exp: Merged into step.exp.
11205 * gdb.btrace/nexti.exp: Merged into stepi.exp.
11206 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
11207 "record goto" and checking the exact replay position.
11208 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
11209 check for "Recording format" in "info record" output.
11210 * gdb.btrace/record_goto.exp: Choose test file based on target.
11211 * gdb.btrace/x86-record_goto.S: Renamed into ...
11212 * gdb.btrace/x86_64-record_goto.S: ... this.
11213 * gdb.btrace/i686-record_goto.S: New.
11214 * gdb.btrace/x86-tailcall.S: Renamed into ...
11215 * gdb.btrace/x86_64-tailcall.S: ... this.
11216 * gdb.btrace/i686-tailcall.S: New.
11217 * gdb.btrace/x86-tailcall.c: Renamed into ...
11218 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
11219 separate statements. Update test.
11220 * gdb.btrace/delta.exp: Use record_goto.c as test file.
11221 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
11222 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
11223 * gdb.btrace/tailcall.exp: Choose test file based on target.
11224 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
11226 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11228 * gdb.btrace/exception.exp: Increase BTS buffer size.
11230 2015-03-24 Pedro Alves <palves@redhat.com>
11232 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11234 2015-03-24 Pedro Alves <palves@redhat.com>
11236 * gdb.threads/schedlock.exp (test_step): No longer expect that
11237 "set scheduler-locking step" with "next" over a function call runs
11240 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11242 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11244 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11246 PR breakpoints/16466
11247 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11248 * gdb.mi/mi-pending.c (thread_func): New function.
11249 (int main): Add threading support required.
11250 * gdb.mi/mi-pending.exp: Add tests for this issue.
11251 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11252 (pendfunc2): Remove stdio dependency.
11253 * gdb.mi/mi-pendshr2.c: New file.
11255 2015-03-23 Keith Seitz <keiths@redhat.com>
11257 * gdb.linespec/keywords.c: New file.
11258 * gdb.linespec/keywords.exp: New file.
11260 2015-03-23 Keith Seitz <keiths@redhat.com>
11263 * gdb.dwarf2/staticvirtual.exp: New test.
11265 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11267 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11268 * README: Remove HP-UX and gdb.hp.
11270 * configure: Regenerate.
11271 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11272 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11273 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11274 gdb.hp/gdb.defects/Makefile.
11275 * gdb.hp/Makefile.in: File deleted.
11276 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11277 * gdb.hp/gdb.aCC/optimize.c: File deleted.
11278 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11279 * gdb.hp/gdb.aCC/run.c: File deleted.
11280 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11281 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11282 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11283 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11284 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11285 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11286 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11287 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11288 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11289 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11290 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11291 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11292 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11293 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11294 * gdb.hp/gdb.base-hp/reg.s: File deleted.
11295 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11296 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11297 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11298 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11299 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11300 * gdb.hp/gdb.compat/Makefile.in: File deleted.
11301 * gdb.hp/gdb.compat/average.c: File deleted.
11302 * gdb.hp/gdb.compat/sum.c: File deleted.
11303 * gdb.hp/gdb.compat/xdb.c: File deleted.
11304 * gdb.hp/gdb.compat/xdb0.c: File deleted.
11305 * gdb.hp/gdb.compat/xdb0.h: File deleted.
11306 * gdb.hp/gdb.compat/xdb1.c: File deleted.
11307 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11308 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11309 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11310 * gdb.hp/gdb.defects/Makefile.in: File deleted.
11311 * gdb.hp/gdb.defects/bs14602.c: File deleted.
11312 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11313 * gdb.hp/gdb.defects/solib-d.c: File deleted.
11314 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11315 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11316 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11317 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11318 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11319 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11320 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11321 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11322 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11323 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11324 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11325 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11326 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11327 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11328 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11329 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11330 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11331 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11332 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11333 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11334 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11335 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11336 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11337 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11338 * gdb.hp/tools/odump: File deleted.
11340 2015-03-19 Pedro Alves <palves@redhat.com>
11342 * gdb.threads/continue-pending-status.exp (saw_thread_2)
11343 (saw_thread_3): New globals.
11344 (top level): Increment them when an event for the corresponding
11346 (no thread starvation): New test.
11348 2015-03-19 Pedro Alves <palves@redhat.com>
11350 * gdb.threads/continue-pending-status.c: New file.
11351 * gdb.threads/continue-pending-status.exp: New file.
11353 2015-03-18 Pedro Alves <palves@redhat.com>
11355 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11356 Use gdb_is_target_remote instead of is_remote. Use
11357 gdb_test_multiple instead of gdb_expect. Exit early if
11358 gdb_test_multiple hits its internal matches. Tighten stepi tests
11359 expected output. Fail on exit with any signal, instead of just
11362 2015-03-18 Yao Qi <yao.qi@linaro.org>
11365 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11367 * gdb.base/catch-syscall.exp: Don't skip it on
11368 aarch64*-*-linux* target. Remove elements in all_syscalls.
11369 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11371 (setup_all_syscalls): New proc.
11373 2015-03-16 Yao Qi <yao.qi@linaro.org>
11375 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11376 (top level): Skip tests if valid_addr_p returns false for
11379 2015-03-11 Andy Wingo <wingo@igalia.com>
11381 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11383 2015-03-11 Yao Qi <yao.qi@linaro.org>
11385 * gdb.base/catch-syscall.exp: Fix typo in comments.
11387 2015-03-11 Yao Qi <yao.qi@linaro.org>
11389 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11391 2015-03-09 Pedro Alves <palves@redhat.com>
11393 * dg-extract-results.py: Delete.
11395 2015-03-09 Pedro Alves <palves@redhat.com>
11397 Merge dg-extract-results.sh from GCC upstream (r218843).
11399 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
11400 * dg-extract-results.sh: Use --text with grep to avoid issues with
11401 binary files. Fall back to cat -v, if that doesn't work.
11403 2015-03-05 Pedro Alves <palves@redhat.com>
11405 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11407 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
11409 * lib/mi-support.exp (mi_expect_interrupt): Accept
11410 alternative event for when in all-stop mode.
11412 2015-03-04 Pedro Alves <palves@redhat.com>
11414 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11416 2015-03-04 Mark Kettenis <kettenis@gnu.org>
11418 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11420 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11422 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11423 regexps for GDB's current line display, accept a hex address
11424 preceding the line number.
11426 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11428 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11429 the 'arch1' variable for "s390*-linux*" targets.
11431 2015-03-04 Pedro Alves <palves@redhat.com>
11433 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11434 (main): Pass missing retval argument to pthread_join call.
11436 2015-03-02 Pedro Alves <palves@redhat.com>
11438 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11439 (top level): Call do_test with non-stop as well.
11441 2015-03-02 Pedro Alves <palves@redhat.com>
11443 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11446 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11448 * gdb.arch/s390-vregs.exp: New test.
11449 * gdb.arch/s390-vregs.S: New file.
11451 2015-02-27 Pedro Alves <palves@redhat.com>
11453 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11454 call to catch_command_errors.
11455 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11456 catch_command_errors.
11458 2015-02-27 Pedro Alves <palves@redhat.com>
11460 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11461 "true" for boolean result.
11462 * gdb.gdb/selftest.exp (test_with_self): Also accept full
11465 2015-02-27 Pedro Alves <palves@redhat.com>
11467 * lib/unbuffer_output.c: New file.
11468 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11469 (main): Call gdb_unbuffer_output.
11471 2015-02-27 Yao Qi <yao.qi@linaro.org>
11473 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11476 2015-02-26 Doug Evans <dje@google.com>
11478 * gdb.cp/class2.cc (Dbase, D): New classes.
11479 (main): New local delta.
11480 * gdb.cp/class2.exp: Test printing delta.
11481 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11482 (dynbar): New global.
11483 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11485 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11487 * gdb.compile/compile-ifunc.c: New file.
11488 * gdb.compile/compile-ifunc.exp: New file.
11490 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11492 * gdb.base/structs.exp: Check for correct struct on finish.
11494 2015-02-26 Yao Qi <yao.qi@linaro.org>
11496 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11499 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11501 * gdb.arch/cordic.ko.bz2: New file.
11502 * gdb.arch/cordic.ko.debug.bz2: New file.
11503 * gdb.arch/ppc64-symtab-cordic.exp: New file.
11505 2015-02-25 Yao Qi <yao.qi@linaro.org>
11507 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11508 aarch64*-*-* target.
11510 2015-02-23 Pedro Alves <palves@redhat.com>
11512 * lib/gdb.exp (delete_breakpoints): Rewrite using
11515 2015-02-23 Pedro Alves <palves@redhat.com>
11517 * gdb.base/info-os.c: Include stdlib.h.
11519 2015-02-22 Doug Evans <xdje42@gmail.com>
11522 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11523 is read after symbols have been re-read.
11524 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11525 * gdb.ada/exec_changed/second.adb (Second): Ditto.
11527 2015-02-21 Doug Evans <dje@google.com>
11529 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11531 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11534 * gdb.arch/i386-biarch-core.core.bz2: New file.
11535 * gdb.arch/i386-biarch-core.exp: New file.
11537 2015-02-21 Pedro Alves <palves@redhat.com>
11539 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11542 2015-02-20 Pedro Alves <palves@redhat.com>
11544 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11547 2015-02-20 Pedro Alves <palves@redhat.com>
11549 * gdb.threads/multi-create-ns-info-thr.exp: New file.
11551 2015-02-20 Pedro Alves <palves@redhat.com>
11553 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
11554 clean_restart before gdb_target_supports_trace.
11556 2015-02-20 Pedro Alves <palves@redhat.com>
11559 * gdb.threads/clone-thread_db.c: New file.
11560 * gdb.threads/clone-thread_db.exp: New file.
11562 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11564 PR breakpoints/16812
11565 * gdb.base/catch-gdb-caused-signals.c: New file.
11566 * gdb.base/catch-gdb-caused-signals.exp: New file.
11568 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11570 * configure: Regenerated.
11571 * configure.ac: Use GDB_AC_TRANSFORM.
11572 * aclocal.m4: sinclude ../transform.m4.
11574 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11576 * lib/dtrace.exp: New file.
11577 * gdb.base/dtrace-probe.exp: Likewise.
11578 * gdb.base/dtrace-probe.d: Likewise.
11579 * gdb.base/dtrace-probe.c: Likewise.
11580 * lib/pdtrace.in: Likewise.
11581 * configure.ac: Output variables with the transformed names of
11582 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
11583 * configure: Regenerated.
11585 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11587 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11588 expected message when trying to access $_probe_* convenience
11589 variables while not on a probe.
11591 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11593 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11595 2015-02-11 Pedro Alves <pedro@codesourcery.com>
11597 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11598 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11600 2015-02-10 Doug Evans <xdje42@gmail.com>
11602 * lib/gdb.exp (gdb_load): Always return a result.
11604 2015-02-10 Pedro Alves <palves@redhat.com>
11606 * gdb.threads/signal-sigtrap.c: New file.
11607 * gdb.threads/signal-sigtrap.exp: New file.
11609 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11611 * gdb.trace/no-attach-trace.c: New file.
11612 * gdb.trace/no-attach-trace.exp: New file.
11614 2015-02-09 Mark Wielaard <mjw@redhat.com>
11616 * gdb.dwarf2/atomic.c: New file.
11617 * gdb.dwarf2/atomic-type.exp: Likewise.
11619 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11621 * gdb.btrace/buffer-size.exp: Update "info record" output.
11622 * gdb.btrace/delta.exp: Update "info record" output.
11623 * gdb.btrace/enable.exp: Update "info record" output.
11624 * gdb.btrace/finish.exp: Update "info record" output.
11625 * gdb.btrace/instruction_history.exp: Update "info record" output.
11626 * gdb.btrace/next.exp: Update "info record" output.
11627 * gdb.btrace/nexti.exp: Update "info record" output.
11628 * gdb.btrace/step.exp: Update "info record" output.
11629 * gdb.btrace/stepi.exp: Update "info record" output.
11630 * gdb.btrace/nohist.exp: Update "info record" output.
11632 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11634 * gdb.btrace/buffer-size: New.
11636 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11638 * gdb.btrace/delta.exp: Update "info record" output.
11639 * gdb.btrace/enable.exp: Update "info record" output.
11640 * gdb.btrace/finish.exp: Update "info record" output.
11641 * gdb.btrace/instruction_history.exp: Update "info record" output.
11642 * gdb.btrace/next.exp: Update "info record" output.
11643 * gdb.btrace/nexti.exp: Update "info record" output.
11644 * gdb.btrace/step.exp: Update "info record" output.
11645 * gdb.btrace/stepi.exp: Update "info record" output.
11646 * gdb.btrace/nohist.exp: Update "info record" output.
11648 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11651 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11653 2015-02-06 Pedro Alves <palves@redhat.com>
11655 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11657 (seconds_left, again): New globals.
11658 (main): Wait seconds_left in a 1-second sleep loop instead of
11659 sleeping 180 seconds. If 'again' is set, reset the seconds
11661 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11662 'again' in the inferior before detaching. Print the seconds left.
11663 (options): New global.
11664 (top level): Build program with -DTIMEOUT=$timeout.
11666 2015-02-06 Pedro Alves <palves@redhat.com>
11668 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11669 determine how many seconds to pass to 'alarm'.
11670 * gdb.base/gdb-sigterm.exp (top level): Build program with
11671 -DTIMEOUT=$timeout.
11672 (do_test): Return success/failure indication. Add more verbose
11673 logging. Don't fail if 200 single steps are seen. Instead, fail
11674 when the test times out.
11675 (passes): New global.
11676 (top level): Break the testing loop if testing fails on any
11677 iteration. Use gdb_assert.
11679 2015-02-04 Don Breazeal <donb@codesourcery.com>
11681 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11682 and initialize them.
11683 (ipc_cleanup): New function.
11684 (main): Don't declare shmid, semid, and msqid. Add a call to
11685 atexit so that we call ipc_cleanup on exit.
11687 2015-02-04 Pedro Alves <palves@redhat.com>
11689 * boards/native-extended-gdbserver.exp: Remove any target variant
11690 specifications from the board name before clearing the isremote
11691 flag from board_info.
11693 2015-01-31 Doug Evans <xdje42@gmail.com>
11695 * gdb.base/maint.exp <maint print type argc>: Update expected output.
11697 2015-01-31 Gary Benson <gbenson@redhat.com>
11699 * gdb.base/completion.exp: Disable completion limiting for
11700 existing tests. Add new tests to check completion limiting.
11701 * gdb.linespec/ls-errs.exp: Disable completion limiting.
11703 2015-01-31 Doug Evans <xdje42@gmail.com>
11705 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11707 2015-01-31 Doug Evans <xdje42@gmail.com>
11709 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11710 entries. Duplicate file section script entries.
11711 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11712 inlined entries. Add test for safe-path rejection.
11713 * gdb.python/py-section-script.c: Add duplicate inlined section script
11714 entries. Duplicate file section script entries.
11715 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11716 inlined entries. Add test for safe-path rejection.
11718 2015-01-29 Joel Brobecker <brobecker@adacore.com>
11720 * gdb.ada/disc_arr_bound: New testcase.
11722 2015-01-29 Joel Brobecker <brobecker@adacore.com>
11724 * gdb.ada/mi_var_array: New testcase.
11726 2015-01-27 Doug Evans <dje@google.com>
11728 * gdb.python/py-objfile.exp: Add tests for objfile.username.
11729 Add test for objfile.filename, objfile.username after objfile
11732 2015-01-26 Joel Brobecker <brobecker@adacore.com>
11734 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11735 the second test to print the name attribute of value
11736 returned by the call to gdb.lookup_type, and adjust
11737 the expected output accordingly.
11739 2015-01-25 Mark Wielaard <mjw@redhat.com>
11741 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11742 * gdb.base/disp-step-fork.c: Include unistd.h.
11743 * gdb.base/siginfo-obj.c: Include stdio.h.
11744 * gdb.base/siginfo-thread.c: Likewise.
11745 * gdb.mi/non-stop.c: Include unistd.h.
11746 * gdb.mi/nsthrexec.c: Include stdio.h.
11747 * gdb.mi/pthreads.c: Include unistd.h.
11748 * gdb.modula2/unbounded1.c (main): Declare returns int.
11749 * gdb.reverse/consecutive-reverse.c: Likewise.
11750 * gdb.threads/create-fail.c: Include unistd.h.
11751 * gdb.threads/killed.c: Likewise.
11752 * gdb.threads/linux-dp.c: Likewise.
11753 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11754 * gdb.threads/non-ldr-exc-2.c: Likewise.
11755 * gdb.threads/non-ldr-exc-3.c: Likewise.
11756 * gdb.threads/non-ldr-exc-4.c: Likewise.
11757 * gdb.threads/pthreads.c: Include unistd.h.
11758 (main): Declare returns int.
11759 * gdb.threads/tls-main.c (foo): New declaration.
11760 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11762 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
11764 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11765 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11767 2015-01-15 Mark Wielaard <mjw@redhat.com>
11769 * gdb.base/noreturn-return.c: New file.
11770 * gdb.base/noreturn-return.exp: New file.
11771 * gdb.base/noreturn-finish.c: New file.
11772 * gdb.base/noreturn-finish.exp: New file.
11774 2015-01-23 Pedro Alves <palves@redhat.com>
11776 * gdb.threads/continue-pending-after-query.c: New file.
11777 * gdb.threads/continue-pending-after-query.exp: New file.
11779 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
11780 Simon Marchi <simon.marchi@ericsson.com>
11782 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11783 * gdb.base/valgrind-db-attach.exp: Same.
11784 * gdb.base/valgrind-infcall.exp: Same.
11785 * lib/mi-support.exp (default_mi_gdb_start): Same.
11786 * lib/prompt.exp (default_prompt_gdb_start): Same.
11787 * lib/gdb.exp (default_gdb_spawn): Same.
11788 (gdb_interact): New.
11791 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11793 * gdb.compile/compile.exp (pointer to jit function): New test.
11795 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
11797 * lib/gdb.exp (supports_process_record): Return true for
11799 (supports_reverse): Likewise.
11801 2015-01-15 Don Breazeal <donb@codesourcery.com>
11803 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
11804 instead of checking whether the target board is remote and
11805 use spawn_wait_for_attach instead of exec/sleep.
11806 * gdb.base/attach-twice.exp: Likewise.
11808 2015-01-15 Joel Brobecker <brobecker@adacore.com>
11810 * gdb.ada/var_arr_attrs: New testcase.
11812 2015-01-14 Pedro Alves <palves@redhat.com>
11813 Joel Brobecker <brobecker@adacore.com>
11816 * gdb.base/bp-cmds-execution-x-script.c: New file.
11817 * gdb.base/bp-cmds-execution-x-script.exp: New file.
11818 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
11820 2015-01-14 Pedro Alves <palves@redhat.com>
11823 * gdb.base/batch-preserve-term-settings.c: New file.
11824 * gdb.base/batch-preserve-term-settings.exp: New file.
11826 2015-01-13 Doug Evans <dje@google.com>
11828 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
11831 2015-01-13 Joel Brobecker <brobecker@adacore.com>
11833 * Makefile.in (clean mostlyclean): Do not delete *.py.
11835 2015-01-13 Joel Brobecker <brobecker@adacore.com>
11837 * gdb.python/py-lookup-type.exp: New file.
11839 2015-01-12 Pedro Alves <palves@redhat.com>
11841 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
11842 restore GDBFLAGS before returning.
11844 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11846 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
11847 is_amd64_regs_target and is_x86_like_target.
11849 2015-01-11 Doug Evans <xdje42@gmail.com>
11851 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
11852 is given without an explicit form.
11853 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
11855 * gdb.dwarf/corrupt.exp: Ditto.
11856 * gdb.dwarf2/enum-type.exp: Ditto.
11857 * gdb.trace/entry-values.exp: Ditto.
11858 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
11860 2015-01-11 Doug Evans <xdje42@gmail.com>
11863 * gdb.base/maint.exp: Remove references to "maint demangle".
11864 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
11865 Add tests for explicitly specifying language to demangle.
11866 * gdb.dlang/demangle.exp: Ditto.
11868 2015-01-09 Pedro Alves <palves@redhat.com>
11870 * gdb.threads/non-stop-fair-events.c: New file.
11871 * gdb.threads/non-stop-fair-events.exp: New file.
11873 2015-01-09 Pedro Alves <palves@redhat.com>
11875 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
11876 the global scope. Set a breakpoint after all threads are started
11877 rather than stepping over two source lines. Expect the prompt.
11878 * gdb.base/watch_thread_num.c (threads_started_barrier): New
11881 (main): Use threads_started_barrier to wait for all threads to
11882 start. Main thread no longer calls thread_function. Exit after
11884 (loop): New function.
11885 (thread_function): Wait on threads_started_barrier barrier. Call
11886 'loop' at each iteration.
11887 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
11888 threads have started, instead of hardcoding number of "next"
11889 steps. Use an access watchpoint instead of a write watchpoint.
11891 2015-01-09 Pedro Alves <palves@redhat.com>
11893 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
11894 (thread_func): Wait on barrier.
11895 (main): Wait for all threads to start before stopping GDB.
11896 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
11898 (thread1_func, thread2_func): Wait on barrier.
11899 (main): Wait for all threads to start before stopping GDB.
11900 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
11902 (thread1_func, thread2_func): Wait on barrier.
11903 (main): Wait for all threads to start before stopping GDB.
11905 2015-01-09 Pedro Alves <palves@redhat.com>
11907 * gdb.threads/attach-many-short-lived-threads.c: New file.
11908 * gdb.threads/attach-many-short-lived-threads.exp: New file.
11910 2014-01-09 Pedro Alves <palves@redhat.com>
11912 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
11913 instead of to thread 2.
11914 * gdb.threads/signal-command-multiple-signals-pending.c (main):
11915 Add barrier around each pthread_create call instead of around all
11917 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
11918 Set a break on thread_function and have the child threads hit it
11921 2015-01-09 Pedro Alves <palves@redhat.com>
11923 * lib/gdb.exp (can_spawn_for_attach): New procedure.
11924 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
11926 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11927 checking whether the target board is remote.
11928 * gdb.multi/multi-attach.exp: Likewise.
11929 * gdb.python/py-sync-interp.exp: Likewise.
11930 * gdb.server/ext-attach.exp: Likewise.
11931 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
11932 tests that need to attach, instead of checking whether the target
11933 board is remote at the top of the file.
11935 2015-01-08 Yao Qi <yao@codesourcery.com>
11937 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
11939 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11941 Fix testcase compilation.
11942 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
11944 2015-01-06 Joel Brobecker <brobecker@adacore.com>
11946 * gdb.python/py-type.exp: Add a couple test about empty
11947 array creation, and negative-length array creation.
11949 2015-01-02 Doug Evans <xdje42@gmail.com>
11951 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11953 2015-01-02 Doug Evans <dje@google.com>
11955 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11957 2014-12-29 Yao Qi <yao@codesourcery.com>
11959 * gdb.trace/entry-values.exp: Update comments. Rename variable
11960 bar_call_foo to returned_from_foo.
11962 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
11965 * gdb.linespec/break-asm-file.c: New file.
11966 * gdb.linespec/break-asm-file.exp: New file.
11967 * gdb.linespec/break-asm-file0.s: New file.
11968 * gdb.linespec/break-asm-file1.s: New file.
11970 2014-12-18 Nigel Stephens <nigel@mips.com>
11971 Maciej W. Rozycki <macro@codesourcery.com>
11973 * gdb.base/float.exp: Handle the new output from "info float" on
11976 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11978 Fix MinGW compilation.
11979 * gdb.compile/compile-ops.exp: Update untested message if
11980 !skip_compile_feature_tests.
11981 * gdb.compile/compile-setjmp.exp: Likewise.
11982 * gdb.compile/compile-tls.exp: Likewise.
11983 * gdb.compile/compile.exp: Likewise.
11984 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11985 supported on this host".
11987 2014-12-16 Doug Evans <xdje42@gmail.com>
11989 * boards/stabs.exp: New file.
11991 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
11993 * gdb.base/completion.exp: Adjust to format changes of "maint
11994 print user-registers".
11996 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
11999 * gdb.arch/aarch64-fp.c: New file.
12000 * gdb.arch/aarch64-fp.exp: New file.
12002 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
12004 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12005 r210637, r210913, r211666, r215400, r215817).
12007 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
12008 * dg-extract-results.py: New file.
12009 * dg-extract-results.sh: Use it if the environment seems
12012 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
12014 * dg-extract-results.py (parse_run): Handle warnings that
12015 are printed before a test harness is run.
12017 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
12019 * dg-extract-results.py (Named): Remove __cmp__ method.
12020 (output_variation): Use a key to sort variation.harnesses.
12022 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
12024 * dg-extract-results.py: For Python 3, force sys.stdout to
12025 handle surrogate escape sequences.
12026 (safe_open): New function.
12027 (output_segment, main): Use it.
12029 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
12031 * dg-extract-results.py (Prog.result_re): Include options
12034 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
12036 * dg-extract-results.py (output_variation): Always sort if
12039 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
12041 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12042 as long as we get pagination notifications.
12044 2014-12-15 Jason Merrill <jason@redhat.com>
12046 * Makefile.in (check-gdb.%): Restore.
12047 * README: Mention it.
12049 2014-12-13 Joel Brobecker <brobecker@adacore.com>
12051 * gdb.ada/str_uninit: New testcase.
12053 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12056 * gdb.base/vla-stub-define.c: New file.
12057 * gdb.base/vla-stub.c: New file.
12058 * gdb.base/vla-stub.exp: New file.
12060 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
12061 Jan Kratochvil <jan.kratochvil@redhat.com>
12062 Tom Tromey <tromey@redhat.com>
12064 * configure.ac: Add gdb.compile/.
12065 * configure: Regenerate.
12066 * gdb.compile/Makefile.in: New file.
12067 * gdb.compile/compile-ops.exp: New file.
12068 * gdb.compile/compile-ops.c: New file.
12069 * gdb.compile/compile-tls.c: New file.
12070 * gdb.compile/compile-tls.exp: New file.
12071 * gdb.compile/compile-constvar.S: New file.
12072 * gdb.compile/compile-constvar.c: New file.
12073 * gdb.compile/compile-mod.c: New file.
12074 * gdb.compile/compile-nodebug.c: New file.
12075 * gdb.compile/compile-setjmp-mod.c: New file.
12076 * gdb.compile/compile-setjmp.c: New file.
12077 * gdb.compile/compile-setjmp.exp: New file.
12078 * gdb.compile/compile-shlib.c: New file.
12079 * gdb.compile/compile.c: New file.
12080 * gdb.compile/compile.exp: New file.
12081 * lib/gdb.exp (skip_compile_feature_tests): New proc.
12083 2014-12-12 Tom Tromey <tromey@redhat.com>
12085 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
12086 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
12088 2014-12-12 Doug Evans <dje@google.com>
12090 * lib/gdb-python.exp (get_python_valueof): New function.
12091 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
12093 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12095 * gdb.base/completion.exp: Add test for completion of "info
12098 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
12100 * gdb.base/func-ptrs.c: New file.
12101 * gdb.base/func-ptrs.exp: New file.
12103 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12105 PR breakpoints/17012
12106 * gdb.base/dprintf-detach.c: New file.
12107 * gdb.base/dprintf-detach.exp: New file.
12109 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12111 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
12112 * lib/gdb.exp (target_is_gdbserver): New procedure.
12114 2014-12-08 Doug Evans <dje@google.com>
12116 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
12118 2014-12-05 Yao Qi <yao@codesourcery.com>
12120 * gdb.guile/scm-error.exp: Remove the third argument to
12121 gdb_remote_download.
12122 * gdb.guile/scm-frame-args.exp: Likewise.
12123 * gdb.guile/scm-section-script.exp: Likewise.
12125 2014-12-05 Yao Qi <yao@codesourcery.com>
12127 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
12129 2014-12-04 Doug Evans <dje@google.com>
12131 * gdb.python/py-objfile.exp: Add tests for
12132 objfile.add_separate_debug_file.
12134 2014-12-04 Doug Evans <dje@google.com>
12136 * lib/gdb.exp (get_build_id): New function.
12137 (build_id_debug_filename_get): Rewrite to use it.
12138 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
12140 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
12142 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
12143 `method(long)', not just 0x0.
12144 * gdb.cp/nsalias.exp: Align code labels to 4.
12145 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
12146 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
12147 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
12148 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
12149 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
12150 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
12152 2014-12-02 Doug Evans <dje@google.com>
12155 * gdb.cp/anon-ns.cc: Move guts of this file to ...
12156 * gdb.cp/anon-ns2.cc: ... here. New file.
12157 * gdb.cp/anon-ns.exp: Update.
12159 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
12161 * gdb.python/py-events.py (inferior_call_handler): New.
12162 (register_changed_handler, memory_changed_handler): New.
12163 (test_events.invoke): Register new handlers.
12164 * gdb.python/py-events.exp: Add tests for inferior call,
12165 memory_changed and register_changed events.
12167 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12169 * gdb.base/execl-update-breakpoints.exp: Specify the link address
12170 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
12171 if the linker doesn't understand this.
12173 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
12175 * gdb.python/python.exp: Change expected reply to help().
12177 2014-12-01 Yao Qi <yao@codesourcery.com>
12179 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
12180 AC_CONFIG_SUBDIRS(gdb.gdbtk).
12181 * configure: Re-generated.
12183 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
12185 * gdb.cp/chained-calls.cc: New file.
12186 * gdb.cp/chained-calls.exp: New file.
12187 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
12189 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
12191 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
12192 * gdb.dwarf2/symtab-producer.exp: Same.
12193 * gdb.gdb/python-interrupts.exp: Same.
12194 * gdb.gdb/python-selftest.exp: Same.
12195 * gdb.python/py-linetable.exp: Same.
12196 * gdb.python/py-type.exp: Same.
12197 * gdb.python/py-value-cc.exp: Same.
12198 * gdb.python/py-value.exp: Same.
12200 2014-11-28 Yao Qi <yao@codesourcery.com>
12202 * gdb.base/break-probes.exp: Match library name prefixed with
12205 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
12207 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
12208 test expected output. Add parentheses for the call to print.
12209 Remove L suffix from integers.
12211 2014-11-26 Doug Evans <dje@google.com>
12213 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
12215 2014-11-22 Yao Qi <yao@codesourcery.com>
12217 * gdb.trace/entry-values.c: Remove asms.
12218 (foo): Add foo_label.
12219 (bar): Add bar_label.
12220 * gdb.trace/entry-values.exp: Remove code computing foo's
12221 length and bar's length.
12222 (Dwarf::assemble): Invoke function_range for bar and use
12223 MACRO_AT_func for foo.
12225 2014-11-22 Yao Qi <yao@codesourcery.com>
12227 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
12228 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
12229 Use .Lgcc43_procstart instead of gcc43.
12231 2014-11-21 Joel Brobecker <brobecker@adacore.com>
12233 * gdb.ada/n_arr_bound: New testcase.
12235 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
12237 PR breakpoints/10737
12238 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12239 test_catch_syscall_multi_arch.
12240 (test_catch_syscall_multi_arch): New function.
12242 2014-11-20 Doug Evans <xdje42@gmail.com>
12244 * gdb.base/maint.exp: Update expected output.
12246 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
12248 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12249 4-byte instruction on S390.
12251 2014-11-19 Joel Brobecker <brobecker@adacore.com>
12253 * gdb.ada/arr_arr: New testcase.
12255 2014-11-19 Joel Brobecker <brobecker@adacore.com>
12257 * gdb.ada/pkd_arr_elem: New Testcase.
12259 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
12261 * gdb.reverse/break-precsave: Expect completion message for
12263 * gdb.reverse/consecutive-precsave.exp: Likewise.
12264 * gdb.reverse/finish-precsave.exp: Likewise.
12265 * gdb.reverse/i386-precsave.exp: Likewise.
12266 * gdb.reverse/machinestate-precsave.exp: Likewise.
12267 * gdb.reverse/sigall-precsave.exp: Likewise.
12268 * gdb.reverse/solib-precsave.exp: Likewise.
12269 * gdb.reverse/step-precsave.exp: Likewise.
12270 * gdb.reverse/until-precsave.exp: Likewise.
12271 * gdb.reverse/watch-precsave.exp: Likewise.
12273 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12275 * gdb.base/bp-permanent.c: Include unistd.h.
12276 * gdb.python/py-framefilter-mi.c (main): Add return type.
12277 * gdb.python/py-framefilter.c (main): Likewise.
12278 * gdb.trace/actions-changed.c (main): Likewise.
12280 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12282 * gdb.mi/until.c: Add eye-catchers.
12283 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12286 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12288 * gdb.base/condbreak.exp: Drop references to removed non-prototype
12289 function header variants in break1.c.
12290 * gdb.base/ena-dis-br.exp: Likewise.
12291 * gdb.base/hbreak2.exp: Likewise.
12292 * gdb.reverse/until-precsave.exp: Drop references to removed
12293 non-prototype function header variants in ur1.c.
12294 * gdb.reverse/until-reverse.exp: Likewise.
12296 2014-11-17 Petr Machata <pmachata@redhat.com>
12298 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
12299 ${_cu_offset_size} bytes abbrev offset.
12301 2014-11-15 Doug Evans <xdje42@gmail.com>
12304 * gdb.base/line-symtabs.exp: New file.
12305 * gdb.base/line-symtabs.c: New file.
12306 * gdb.base/line-symtabs.h: New file.
12308 2014-11-14 Yao Qi <yao@codesourcery.com>
12310 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12311 (func): Add label func_label.
12312 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12313 Replace low_pc and high_pc with MACRO_AT_range.
12314 Replace name, low_pc and high_pc with MACRO_AT_func.
12316 2014-11-14 Yao Qi <yao@codesourcery.com>
12318 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12319 Replace name, low_pc and high_pc with MACRO_AT_func.
12321 2014-11-14 Yao Qi <yao@codesourcery.com>
12323 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12324 produce debug information.
12325 * gdb.dwarf2/implptr-optimized-out.S: Removed.
12327 2014-11-14 Yao Qi <yao@codesourcery.com>
12329 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12330 object and get function length.
12331 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12332 with MACRO_AT_func.
12333 (top-level): Replace gdb_compile and clean_restart with
12334 prepare_for_testing.
12335 * gdb.dwarf2/main.c (main): Add label main_label.
12337 2014-11-14 Yao Qi <yao@codesourcery.com>
12339 * lib/dwarf.exp (function_range): New procedure.
12340 (Dwarf::_handle_macro_at_func): New procedure.
12341 (Dwarf::_handle_macro_at_range): New procedure.
12342 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12344 2014-11-14 Yao Qi <yao@codesourcery.com>
12346 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12347 (_handle_attribute): New procedure.
12349 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12351 * gdb.ada/cond_lang/foo.c (callme): Add return type.
12352 * gdb.base/call-sc.c (zed): Likewise.
12353 * gdb.base/checkpoint.c (main): Likewise.
12354 * gdb.base/dump.c (main): Likewise.
12355 * gdb.base/gcore.c (main): Likewise.
12356 * gdb.base/huge.c (main): Likewise.
12357 * gdb.base/multi-forks.c (main): Likewise.
12358 * gdb.base/pr10179-a.c (main): Likewise.
12359 * gdb.base/savedregs.c (main): Likewise.
12360 * gdb.base/sigaltstack.c (main): Likewise.
12361 * gdb.base/siginfo.c (main): Likewise.
12362 * gdb.base/structs.c (zed): Likewise.
12363 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12364 * gdb.mi/mi-syn-frame.c (main): Likewise.
12365 * gdb.mi/until.c (foo, main): Likewise.
12366 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12367 * gdb.base/solib-weak.c (foo): Declare.
12368 * gdb.base/attach-twice.c: Include stdio.h.
12369 * gdb.base/weaklib1.c: Likewise.
12370 * gdb.base/weaklib2.c: Likewise.
12371 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12372 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12374 * gdb.base/attach-pie-misread.c: Include stdlib.h.
12375 * gdb.mi/mi-exit-code.c: Likewise.
12376 * gdb.base/break-interp-lib.c: Include string.h.
12377 * gdb.base/coremaker.c: Likewise.
12378 * gdb.base/testenv.c: Likewise.
12379 * gdb.python/py-finish-breakpoint.c: Likewise.
12380 * gdb.base/inferior-died.c: Include sys/wait.h.
12381 * gdb.base/fileio.c: Include time.h.
12382 * gdb.base/async-shell.c: Include unistd.h.
12383 * gdb.base/dprintf-non-stop.c: Likewise.
12384 * gdb.base/info-os.c: Likewise.
12385 * gdb.mi/mi-console.c: Likewise.
12386 * gdb.mi/watch-nonstop.c: Likewise.
12387 * gdb.python/py-events.c: Likewise.
12388 * gdb.base/async.c (baz): Move up before its invocation.
12389 * gdb.base/code_elim2.c (my_global_func): Likewise.
12390 * gdb.base/skip-solib-lib.c (multiply): Likewise.
12391 * gdb.base/advance.c (func2): Likewise.
12393 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12395 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12397 * gdb.base/annota3.c: Likewise.
12398 * gdb.base/async.c: Likewise.
12399 * gdb.base/average.c: Likewise.
12400 * gdb.base/call-ar-st.c: Likewise.
12401 * gdb.base/call-rt-st.c: Likewise.
12402 * gdb.base/call-sc.c: Likewise.
12403 * gdb.base/call-strs.c: Likewise.
12404 * gdb.base/ending-run.c: Likewise.
12405 * gdb.base/execd-prog.c: Likewise.
12406 * gdb.base/exprs.c: Likewise.
12407 * gdb.base/foll-exec.c: Likewise.
12408 * gdb.base/foll-fork.c: Likewise.
12409 * gdb.base/foll-vfork.c: Likewise.
12410 * gdb.base/funcargs.c: Likewise.
12411 * gdb.base/gcore.c: Likewise.
12412 * gdb.base/jump.c: Likewise.
12413 * gdb.base/langs0.c: Likewise.
12414 * gdb.base/langs1.c: Likewise.
12415 * gdb.base/langs2.c: Likewise.
12416 * gdb.base/mips_pro.c: Likewise.
12417 * gdb.base/nodebug.c: Likewise.
12418 * gdb.base/opaque0.c: Likewise.
12419 * gdb.base/opaque1.c: Likewise.
12420 * gdb.base/recurse.c: Likewise.
12421 * gdb.base/run.c: Likewise.
12422 * gdb.base/scope0.c: Likewise.
12423 * gdb.base/scope1.c: Likewise.
12424 * gdb.base/setshow.c: Likewise.
12425 * gdb.base/setvar.c: Likewise.
12426 * gdb.base/shmain.c: Likewise.
12427 * gdb.base/shr1.c: Likewise.
12428 * gdb.base/shr2.c: Likewise.
12429 * gdb.base/sigall.c: Likewise.
12430 * gdb.base/signals.c: Likewise.
12431 * gdb.base/so-indr-cl.c: Likewise.
12432 * gdb.base/solib2.c: Likewise.
12433 * gdb.base/structs.c: Likewise.
12434 * gdb.base/sum.c: Likewise.
12435 * gdb.base/vforked-prog.c: Likewise.
12436 * gdb.base/watchpoint.c: Likewise.
12437 * gdb.reverse/shr2.c: Likewise.
12438 * gdb.reverse/until-reverse.c: Likewise.
12439 * gdb.reverse/ur1.c: Likewise.
12440 * gdb.reverse/watch-reverse.c: Likewise.
12442 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12444 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12446 * gdb.base/sepdebug.exp: Drop references to removed code.
12448 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12450 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12451 variant. Preserve original line numbering.
12452 * gdb.base/list1.c: Likewise.
12454 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12456 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12458 * gdb.base/break1.c: Likewise.
12459 * gdb.base/break.exp: Drop references to removed code.
12461 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12463 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12466 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12468 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12470 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12472 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
12473 logic into perform_all_tests() and invoke it with and without
12474 function header prototypes.
12475 (do_function_calls): Remove conditional XFAIL for PR 5318.
12476 (rerun_and_prepare): Remove duplicate code.
12477 (perform_all_tests): New. Main logic moved here.
12479 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12481 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12482 code guarded by #ifdef NO_PROTOTYPES.
12483 (t_double_many_args): Likewise.
12484 (DEF_FUNC_MANY_ARGS_1): Likewise.
12485 (DEF_FUNC_VALUES_1): Likewise.
12486 (t_structs_ldc): Renamed from t_structs_fc in conditional code
12487 guarded by #ifdef PROTOTYPES.
12489 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12491 * gdb.mi/mi-console.c: Add eye-catcher.
12492 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12493 instead of literal line number.
12495 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12497 * gdb.base/shr2.c: Add eye-catcher.
12498 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12501 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12503 * gdb.base/jump.c: Add eye-catchers.
12504 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12507 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12509 * gdb.base/execd-prog.c: Add eye-catchers.
12510 * gdb.base/foll-exec.c: Likewise.
12511 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12514 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12516 * gdb.base/ending-run.c: Add eye-catchers.
12517 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12518 literal line numbers.
12520 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12522 * gdb.base/call-rt-st.c: Add eye-catchers.
12523 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12524 literal line numbers.
12526 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12528 * gdb.base/call-ar-st.c: Add eye-catchers.
12529 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12530 literal line numbers.
12532 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12534 * gdb.base/average.c: Add eye-catchers.
12535 * gdb.base/sum.c: Likewise.
12536 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12537 regexps dynamically.
12539 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12541 * gdb.base/solib1.c: Add eye-catchers.
12542 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12543 literal line numbers.
12545 2014-11-12 Pedro Alves <palves@redhat.com>
12547 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12550 2014-11-12 Pedro Alves <palves@redhat.com>
12552 * gdb.arch/i386-bp_permanent.c: New file.
12553 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12554 (srcfile): Set to i386-bp_permanent.c.
12555 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
12556 that stepi does not execute the 'leave' instruction, instead of
12557 testing it does execute.
12558 * gdb.base/bp-permanent.c: New file.
12559 * gdb.base/bp-permanent.exp: New file.
12561 2014-11-10 Doug Evans <xdje42@gmail.com>
12564 * gdb.base/symtab-search-order.exp: New file.
12565 * gdb.base/symtab-search-order.c: New file.
12566 * gdb.base/symtab-search-order-1.c: New file.
12567 * gdb.base/symtab-search-order-shlib-1.c: New file.
12569 2014-11-07 Pedro Alves <palves@redhat.com>
12572 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12575 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
12578 * gdb.cp/pr17494.cc: New file.
12579 * gdb.cp/pr17494.exp: New file.
12581 2014-11-02 Yao Qi <yao@codesourcery.com>
12583 * gdb.python/python.exp: Get working directory and match the
12584 output of "set extended-prompt \\w " with it.
12586 2014-10-30 Doug Evans <dje@google.com>
12588 * gdb.python/py-objfile.exp: Add tests for setting random attributes
12590 * gdb.python/py-progspace.exp: Add tests for setting random attributes
12593 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
12595 * gdb.base/fullpath-expand.exp: Skip for a remote host.
12596 * gdb.base/realname-expand.exp: Likewise.
12597 * gdb.linespec/macro-relative.exp: Likewise.
12599 2014-10-29 Pedro Alves <palves@redhat.com>
12602 * gdb.threads/schedlock.c (some_function): New function.
12603 (call_function): New global.
12604 (MAYBE_CALL_SOME_FUNCTION): New macro.
12605 (thread_function): Call it.
12606 * gdb.threads/schedlock.exp (get_args): Add description parameter,
12607 and use it instead of a global counter. Adjust all callers.
12608 (get_current_thread): Use "find current thread" for test message
12609 here rather than having all callers pass down the same string.
12610 (goto_loop): New procedure, factored out from ...
12611 (my_continue): ... this.
12612 (step_ten_loops): Change parameter from test message to command to
12614 (list_count): Delete global.
12615 (check_result): New procedure, factored out from duplicate top
12617 (continue tests): Wrap in with_test_prefix.
12618 (test_step): New procedure, factored out from duplicate top level
12620 (top level): Test "step" in combination with all scheduler-locking
12621 modes. Test "next" in combination with all scheduler-locking
12622 modes, and in combination with stepping over a function call or
12624 * gdb.threads/next-bp-other-thread.c: New file.
12625 * gdb.threads/next-bp-other-thread.exp: New file.
12627 2014-10-29 Pedro Alves <palves@redhat.com>
12630 * gdb.python/python.exp: Test a multi-line command that spawns
12631 interactive Python.
12632 * gdb.base/multi-line-starts-subshell.exp: New file.
12634 2014-10-29 Yao Qi <yao@codesourcery.com>
12636 * gdb.base/fileio.exp: Make directories on host.
12638 2014-10-29 Yao Qi <yao@codesourcery.com>
12640 * gdb.base/fileio.c (test_write): Close the file.
12642 2014-10-28 Pedro Alves <palves@redhat.com>
12645 * gdb.base/sigstep.c (no_handler): New global.
12646 (main): If 'no_handler is true, set the signal handlers to
12648 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12649 with_sw_watch and no_handler parameters. Handle them.
12650 (top level) <stepping over handler when stopped at a breakpoint
12651 test>: Add a test axis for testing with a software watchpoint, and
12652 another for testing with the signal handler set to SIG_IGN.
12653 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12654 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12656 2014-10-28 Pedro Alves <palves@redhat.com>
12659 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12660 * gdb.base/sigstep.exp (other_handler_location): New global.
12661 (advance): Support stepping into the signal handler, and running
12662 commands while in the handler.
12663 (in_handler_map): New global.
12664 (top level): In the advance test, add combinations for getting
12665 into the handler with stepping commands, and for running commands
12666 in the handler. Add comment descripting the advancei tests.
12668 2014-10-28 Pedro Alves <palves@redhat.com>
12670 * gdb.base/sigstep.exp: Use build_executable instead of
12671 prepare_for_testing.
12672 (top level): Move code that starts GDB, runs to main and creates a
12674 (restart): ... this new procedure.
12675 (top level): Move backtrace from signal handler test to ...
12676 (validate_backtrace): ... this new procedure.
12677 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
12678 with_test_prefix. Always restart GDB.
12679 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
12680 with_test_prefix. Always restart GDB. No need to delete
12681 breakpoints after the test.
12682 (test_skip_handler): Remove prefix parameter.
12683 (skip_over_handler, breakpoint_to_handler)
12684 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12685 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
12686 restart GDB. No need to delete breakpoints after the test.
12687 (top level): Use foreach to call the test procedures with
12688 different commands.
12690 2014-10-28 Pedro Alves <palves@redhat.com>
12692 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12693 instead of GNATS numbers.
12694 * gdb.base/sigbpt.exp: Likewise.
12695 * gdb.base/siginfo.exp: Likewise.
12696 * gdb.base/sigstep.exp: Likewise.
12698 2014-10-27 Pedro Alves <palves@redhat.com>
12700 * gdb.base/sigstep.c (dummy): New global.
12701 (main): Issue a couple writes to the new global.
12702 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12704 (skip_over_handler): Use test_skip_handler.
12705 (top level): Call skip_over_handler for stepi and nexti too.
12706 (breakpoint_over_handler): Use test_skip_handler.
12707 (top level): Call breakpoint_over_handler for stepi and nexti too.
12709 2014-10-27 Yao Qi <yao@codesourcery.com>
12711 * gdb.trace/tfile.c (adjust_function_address)
12712 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12713 function descriptor.
12715 2014-10-24 Don Breazeal <donb@codesourcery.com>
12717 * gdb.base/foll-fork.exp (test_follow_fork,
12718 catch_fork_child_follow): Check for updated fork messages emitted
12720 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12721 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12722 vfork_and_exec_child_follow_through_step): Check for updated vfork
12723 messages emitted from infrun.c.
12725 2014-10-24 Pedro Alves <palves@redhat.com>
12727 * gdb.base/corefile.exp: Remove references to ultrix.
12728 * gdb.base/interrupt.exp: Likewise.
12729 * gdb.base/whatis.exp: Likewise.
12730 * gdb.gdb/selftest.exp: Likewise.
12731 * gdb.threads/manythreads.exp: Likewise.
12732 * gdb.threads/print-threads.exp: Likewise.
12733 * gdb.threads/pthreads.exp:: Likewise.
12734 * gdb.threads/schedlock.exp: Likewise.
12736 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
12738 * gdb.cp/non-trivial-retval.cc: Add a test case.
12739 * gdb.cp/non-trivial-retval.exp: Add a test.
12741 2014-10-20 Yao Qi <yao@codesourcery.com>
12743 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12744 * gdb.python/py-objfile-script-gdb.py: New file.
12745 * gdb.python/py-objfile-script.exp: Update reference to
12746 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
12747 of remote_download. Remove the dest file.
12749 2014-10-20 Yao Qi <yao@codesourcery.com>
12751 * gdb.base/checkpoint.exp: Don't remove file copied on host.
12752 * gdb.base/step-line.exp: Likewise.
12753 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12754 * gdb.dwarf2/dw2-basic.exp: Likewise.
12755 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12756 * gdb.dwarf2/dw2-filename.exp: Likewise.
12757 * gdb.dwarf2/dw2-intercu.exp: Likewise.
12758 * gdb.dwarf2/dw2-intermix.exp: Likewise.
12759 * gdb.dwarf2/dw2-producer.exp: Likewise.
12760 * gdb.dwarf2/mac-fileno.exp: Likewise.
12761 * gdb.python/py-frame-args.exp: Likewise.
12762 * gdb.python/py-framefilter.exp: Likewise.
12763 * gdb.python/py-mi.exp: Likewise.
12764 * gdb.python/py-objfile-script.exp: Likewise
12765 * gdb.python/py-pp-integral.exp: Likewise.
12766 * gdb.python/py-pp-re-notag.exp: Likewise.
12767 * gdb.python/py-prettyprint.exp: Likewise.
12768 * gdb.python/py-section-script.exp: Likewise.
12769 * gdb.python/py-typeprint.exp: Likewise.
12770 * gdb.python/py-xmethods.exp: Likewise.
12771 * gdb.stabs/weird.exp: Likewise.
12772 * gdb.xml/tdesc-regs.exp: Likewise.
12774 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
12776 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12777 (out_cu): Use addr_len for the size of addresses.
12778 (out_line): Likewise. Size DW_LNE_set_address instruction
12779 according to addr_len.
12780 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12781 (FUNC): Add START_INSNS to definition.
12783 2014-10-18 Yao Qi <yao@codesourcery.com>
12785 * gdb.base/argv0-symlink.exp: Check argv[0] value if
12786 gdb_has_argv0 return true.
12787 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
12788 check [target_info exists noargs], check [gdb_has_argv0]
12790 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12791 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
12794 2014-10-17 Doug Evans <dje@google.com>
12796 * gdb.python/py-events.exp: Update expected output for clear_objfiles
12798 * gdb.python/py-events.py: Add clear_objfiles event.
12800 2014-10-17 Doug Evans <dje@google.com>
12802 * gdb.python/py-objfile.exp: Test progspace attribute.
12804 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
12806 * gdb.guile/scm-breakpoint.exp: Do not assume any
12807 directory separators when matching source file paths.
12808 * gdb.python/py-breakpoint.exp: Likewise.
12809 * gdb.reverse/break-precsave.exp: Likewise.
12810 * gdb.reverse/break-reverse.exp: Likewise.
12811 * gdb.reverse/consecutive-precsave.exp: Likewise.
12812 * gdb.reverse/finish-precsave.exp: Likewise.
12813 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
12814 * gdb.reverse/finish-reverse.exp: Likewise.
12815 * gdb.reverse/i386-precsave.exp: Likewise.
12816 * gdb.reverse/i387-env-reverse.exp: Likewise.
12817 * gdb.reverse/i387-stack-reverse.exp: Likewise.
12818 * gdb.reverse/machinestate-precsave.exp: Likewise.
12819 * gdb.reverse/machinestate.exp: Likewise.
12820 * gdb.reverse/sigall-precsave.exp: Likewise.
12821 * gdb.reverse/solib-precsave.exp: Likewise.
12822 * gdb.reverse/step-precsave.exp: Likewise.
12823 * gdb.reverse/until-precsave.exp: Likewise.
12824 * gdb.reverse/watch-precsave.exp: Likewise.
12825 * gdb.reverse/watch-reverse.exp: Likewise.
12827 2014-10-17 Yao Qi <yao@codesourcery.com>
12829 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
12830 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
12832 2014-10-17 Pedro Alves <palves@redhat.com>
12835 * gdb.base/bg-execution-repeat.c: New file.
12836 * gdb.base/bg-execution-repeat.exp: New file.
12838 2014-10-17 Pedro Alves <palves@redhat.com>
12841 * gdb.base/continue-all-already-running.c: New file.
12842 * gdb.base/continue-all-already-running.exp: New file.
12844 2014-10-17 Pedro Alves <palves@redhat.com>
12847 * gdb.base/annota-input-while-running.c: New file.
12848 * gdb.base/annota-input-while-running.exp: New file.
12850 2014-10-17 Pedro Alves <palves@redhat.com>
12852 * gdb.base/callfuncs.exp: emove references to osf.
12853 * gdb.base/sigall.exp: Likewise.
12854 * gdb.gdb/selftest.exp: Likewise.
12855 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12856 * gdb.mi/non-stop.c: Likewise.
12857 * gdb.mi/pthreads.c: Likewise.
12858 * gdb.reverse/sigall-precsave.exp: Likewise.
12859 * gdb.reverse/sigall-reverse.exp: Likewise.
12860 * gdb.threads/pthreads.c: Likewise.
12861 * gdb.threads/pthreads.exp: Likewise.
12863 2014-10-17 Yao Qi <yao@codesourcery.com>
12865 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
12866 check 'target_info exists noargs'.
12867 (test_command_prompt_position): Likewise.
12868 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
12870 (progvar_simple_while_test): Likewise.
12871 (progvar_complex_if_while_test): Likewise.
12872 (if_while_breakpoint_command_test): Likewise.
12873 (infrun_breakpoint_command_test): Likewise.
12874 (breakpoint_command_test): Likewise.
12875 (watchpoint_command_test): Likewise.
12876 (bp_deleted_in_command_test): Likewise.
12877 (temporary_breakpoint_commands): Likewise.
12879 2014-10-16 Yao Qi <yao@codesourcery.com>
12881 * gdb.base/remotetimeout.exp: Remove noargs checking.
12883 2014-10-15 Pedro Alves <palves@redhat.com>
12885 PR breakpoints/9649
12886 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
12887 * gdb.base/breakpoint-in-ro-region.exp
12888 (probe_target_hardware_step): New procedure.
12889 (top level): Probe hardware stepping and hardware breakpoint
12890 support. Test stepping through a read-only region, with both
12891 "breakpoint auto-hw" on and off and both "always-inserted" on and
12894 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
12896 * gdb.dlang/demangle.exp: Update for demangling changes.
12898 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12900 * gdb.cp/non-trivial-retval.cc: Add new test cases.
12901 * gdb.cp/non-trivial-retval.exp: Add new tests.
12903 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12907 * gdb.cp/non-trivial-retval.cc: New file.
12908 * gdb.cp/non-trivial-retval.exp: New file.
12910 2014-10-15 Yao Qi <yao@codesourcery.com>
12912 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
12915 2014-10-15 Yao Qi <yao@codesourcery.com>
12917 * gdb.python/py-symbol.exp: Match file base name if host is
12918 remote, otherwise match file name with dir name.
12919 * gdb.python/py-symtab.exp: Likewise.
12920 * gdb.python/python.exp: Likewise.
12922 2014-10-15 Yao Qi <yao@codesourcery.com>
12924 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
12926 * gdb.python/py-symtab.exp: Likewise.
12927 * gdb.python/python.exp: Remove trailing ".*". Fix typo
12930 2014-10-14 Joel Brobecker <brobecker@adacore.com>
12932 * gdb.ada/addr_arith: New testcase.
12934 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
12936 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
12937 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
12938 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
12939 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
12941 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
12943 * gdb.arch/stap-eval-lang-ada.S: Likewise.
12944 * gdb.arch/stap-eval-lang-ada.c: Likewise.
12945 * gdb.arch/stap-eval-lang-ada.exp: New file.
12947 2014-10-14 Yao Qi <yao@codesourcery.com>
12949 * gdb.mi/mi-var-child.c (nothing1): New function.
12950 (nothing2): New function.
12951 (do_children_tests): Set function pointers by nothing1 and
12953 * gdb.mi/mi-var-child.exp: Step over new added statements.
12954 Update test to match the new output.
12955 * gdb.mi/var-cmd.c (nothing1): New function.
12956 (nothing2): New function.
12957 (do_children_tests): Set function pointers by nothing1 and
12959 * gdb.mi/mi-var-display.exp: Update test to match output.
12960 Step to the line specified by $line_dct_nothing.
12961 Increase the number of lines to step.
12963 2014-10-14 Yao Qi <yao@codesourcery.com>
12965 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12967 * gdb.mi/mi2-var-child.exp: Likewise.
12969 2014-10-13 Doug Evans <dje@google.com>
12971 * gdb.python/py-objfile.exp: Change name of file name test.
12973 2014-10-13 Doug Evans <dje@google.com>
12975 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12976 from the start of the CU.
12978 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12979 Yao Qi <yao@codesourcery.com>
12981 Fix "save breakpoints" for "catch" command.
12982 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12983 Remove -nonewline. Match also the added "main" line.
12985 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12987 Fix "save breakpoints" for "disable $bpnum" command.
12988 * gdb.base/save-bp.c (main): Add label.
12989 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
12991 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12993 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12995 2014-10-11 Yao Qi <yao@codesourcery.com>
12997 * gdb.server/server-kill.exp: Execute command
12998 "set remote trace-status-packet on" before "tstatus".
13000 2014-10-11 Yao Qi <yao@codesourcery.com>
13002 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13003 (main): Call getppid.
13004 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13005 and continue to it. Read variable "server_pid".
13007 2014-10-11 Yao Qi <yao@codesourcery.com>
13009 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13011 2014-10-11 Yao Qi <yao@codesourcery.com>
13013 * gdb.threads/thread-find.exp: Don't execute command
13015 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
13016 * gdb.threads/linux-dp.exp: Don't check the condition
13017 $threads_created equals to zero.
13019 2014-10-10 Pedro Alves <palves@redhat.com>
13021 * gdb.base/bigcore.exp: Remove references to IRIX.
13022 * gdb.base/funcargs.exp: Likewise.
13023 * gdb.base/interrupt.exp: Likewise.
13024 * gdb.base/mips_pro.exp: Likewise.
13025 * gdb.base/nodebug.exp: Likewise.
13026 * gdb.base/setvar.exp: Likewise.
13027 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
13029 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13030 Pedro Alves <palves@redhat.com>
13033 * gdb.base/vdso-warning.c: New file.
13034 * gdb.base/vdso-warning.exp: New file.
13036 2014-10-02 Doug Evans <dje@google.com>
13038 * gdb.base/structs.c (main): Don't run forever.
13040 2014-10-02 Pedro Alves <palves@redhat.com>
13042 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13043 (top level) <stop threads 1, stop threads 2>: Use it.
13045 2014-10-02 Pedro Alves <palves@redhat.com>
13047 * gdb.threads/break-while-running.exp (test): Add new
13048 'update_thread_list' argument. Skip "info threads" if false.
13049 (top level): Add new 'update_thread_list' axis.
13051 2014-10-02 Pedro Alves <palves@redhat.com>
13053 PR breakpoints/17431
13054 * gdb.base/execl-update-breakpoints.c: New file.
13055 * gdb.base/execl-update-breakpoints.exp: New file.
13057 2014-10-01 Pedro Alves <palves@redhat.com>
13059 * gdb.base/breakpoint-in-ro-region.c: New file.
13060 * gdb.base/breakpoint-in-ro-region.exp: New file.
13062 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
13064 * gdb.mi/mi-exit-code.exp: New file.
13065 * gdb.mi/mi-exit-code.c: New file.
13067 2014-09-30 Yao Qi <yao@codesourcery.com>
13069 * lib/prelink-support.exp (build_executable_own_libs): Error if
13070 the target isn't native.
13072 2014-09-30 Yao Qi <yao@codesourcery.com>
13074 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
13077 2014-09-22 Pedro Alves <palves@redhat.com>
13079 * gdb.threads/break-while-running.exp: New file.
13080 * gdb.threads/break-while-running.c: New file.
13082 2014-09-19 Yao Qi <yao@codesourcery.com>
13084 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
13085 Invoke test. Restart GDB with --readnow and invoke test again.
13087 2014-09-19 Yao Qi <yao@codesourcery.com>
13089 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
13090 proc set_breakpoint_on_gcd_function. Invoke
13091 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
13092 invoke set_breakpoint_on_gcd_function again.
13094 2014-09-18 Doug Evans <dje@google.com>
13096 * gdb.dwarf2/symtab-producer.exp: New file.
13098 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13100 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
13101 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
13102 * gdb.base/global-var-nested-by-dso.c: Likewise.
13103 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13105 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13106 Pedro Alves <palves@redhat.com>
13108 * gdb.base/watch-bitfields.exp: Pass string other than test file
13109 name to prepare_for_testing.
13110 (watch): New procedure.
13111 (expect_watchpoint): Use with_test_prefix.
13112 (top level): Factor out tests to ...
13113 (test_watch_location, test_regular_watch): ... these new
13114 procedures, and use with_test_prefix and gdb_continue_to_end.
13116 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
13118 PR breakpoints/12526
13119 * gdb.base/watch-bitfields.exp: New file.
13120 * gdb.base/watch-bitfields.c: New file.
13122 2014-09-16 Pedro Alves <palves@redhat.com>
13124 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
13125 software and hardware addresses, not software address against
13128 2014-09-16 Pedro Alves <palves@redhat.com>
13130 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
13131 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
13133 2014-09-16 Pedro Alves <palves@redhat.com>
13135 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
13137 * gdb.base/a2-run.exp: Remove all code guarded by istarget
13138 "*-*-vxworks*" throughout.
13139 * gdb.base/break.exp: Likewise.
13140 * gdb.base/default.exp: Likewise.
13141 * gdb.base/scope.exp: Likewise.
13142 * gdb.base/sepdebug.exp: Likewise.
13143 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
13145 * gdb.base/run.c: Likewise.
13146 * gdb.base/sepdebug.c: Likewise.
13147 * gdb.hp/gdb.aCC/run.c: Likewise.
13148 * gdb.reverse/until-reverse.c: Likewise.
13149 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
13151 2014-09-16 Yao Qi <yao@codesourcery.com>
13153 * boards/local-remote-host-native.exp: New file.
13155 2014-09-14 Doug Evans <xdje42@gmail.com>
13157 * gdb.threads/queue-signal.c (thread_count): New variable.
13158 (thread_count_mutex, thread_count_condvar): New variables.
13159 (incr_thread_count, wait_all_threads_running): New functions.
13160 (main): Wait for all threads to be in their thread functions.
13162 2014-09-13 Doug Evans <xdje42@gmail.com>
13164 * gdb.threads/queue-signal.c: New file.
13165 * gdb.threads/queue-signal.exp: New file.
13167 2014-09-13 Doug Evans <xdje42@gmail.com>
13169 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
13170 be consistent with what default_gdb_init uses.
13171 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
13172 the plain text of the prompt. Add some logging printfs.
13173 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
13175 2014-09-12 Pedro Alves <palves@redhat.com>
13177 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
13178 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
13179 * gdb.arch/i386-size-overlap.exp: Likewise.
13180 * gdb.arch/i386-size.exp: Likewise.
13181 * gdb.arch/i386-unwind.exp: Likewise.
13182 * gdb.base/a2-run.exp: Likewise.
13183 * gdb.base/break.exp: Likewise.
13184 * gdb.base/charset.exp: Likewise.
13185 * gdb.base/chng-syms.exp: Likewise.
13186 * gdb.base/commands.exp: Likewise.
13187 * gdb.base/dbx.exp: Likewise.
13188 * gdb.base/find.exp: Likewise.
13189 * gdb.base/funcargs.exp: Likewise.
13190 * gdb.base/jit-simple.exp: Likewise.
13191 * gdb.base/reread.exp: Likewise.
13192 * gdb.base/sepdebug.exp: Likewise.
13193 * gdb.base/step-bt.exp: Likewise.
13194 * gdb.cp/mb-inline.exp: Likewise.
13195 * gdb.cp/mb-templates.exp: Likewise.
13196 * gdb.objc/basicclass.exp: Likewise.
13197 * gdb.threads/killed.exp: Likewise.
13199 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13202 * gdb.arch/powerpc-stackless.S: New file.
13203 * gdb.arch/powerpc-stackless.exp: New file.
13205 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13207 * gdb.base/attach.c: Include unistd.h.
13208 (main): Call alarm. Add label postloop.
13209 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
13210 gdb_breakpoint, gdb_continue_to_breakpoint.
13211 (test_command_line_attach_run): Kill ${testpid} in one exit path.
13213 2014-09-11 Pedro Alves <palves@redhat.com>
13216 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
13217 * gdb.base/attach.exp (test_command_line_attach_run): New
13219 (top level): Call it.
13221 2014-09-11 Pedro Alves <palves@redhat.com>
13223 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
13224 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
13225 (do_command_attach_tests): Use spawn_wait_for_attach.
13226 * gdb.base/solib-overlap.exp: Likewise.
13227 * gdb.multi/multi-attach.exp: Likewise.
13228 * gdb.python/py-prompt.exp: Likewise.
13229 * gdb.python/py-sync-interp.exp: Likewise.
13230 * gdb.server/ext-attach.exp: Likewise.
13232 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
13234 * gdb.fortran/array-element.exp: Remove unexpected "continue"
13235 command in testcase. Simplify testcase.
13237 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13239 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13241 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13243 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13245 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13247 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13249 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13251 * gdb.dwarf2/dynarr-ptr.c: New file.
13252 * gdb.dwarf2/dynarr-ptr.exp: New file.
13254 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13256 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13257 of 30 rather than hardcoding 120 for a slow test case. Take the
13258 `gdb,timeout' target setting into account for this calculation.
13259 Don't extend the timeout for the test cases that don't need it.
13261 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13263 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13264 a factor of 2 for a slow test case. Take the `gdb,timeout'
13265 target setting into account for this calculation.
13266 * gdb.reverse/until-precsave.exp: Increase the timeout by
13267 a factor of 15 and 3 respectively rather than adding 120
13268 for a pair of slow test cases. Take the `gdb,timeout'
13269 target setting into account for this calculation.
13271 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13273 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13274 timeout, don't pass one down to gdb_expect.
13275 (gdb_expect): Rework timeout selection.
13277 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13279 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13280 exception on timeout.
13281 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13282 (gdbserver_start_extended): Catch any `gdbserver_start' error
13284 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13285 * lib/mi-support.exp (mi_gdb_target_load): Catch any
13286 `gdbserver_gdb_load' error exceptions.
13288 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13290 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13291 120 on waiting for the TCP socket to open.
13293 2014-09-09 Doug Evans <xdje42@gmail.com>
13295 * gdb.base/default.exp (show_conv_list): Add _caller_is,
13296 _caller_matches, _any_caller_is, _any_caller_matches.
13298 2014-09-09 Doug Evans <xdje42@gmail.com>
13300 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13302 2014-09-09 Yao Qi <yao@codesourcery.com>
13304 * gdb.mi/mi-var-display.exp: Set print symbol off.
13306 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
13309 * gdb.base/commands.exp: Add tests to verify user-defined
13310 commands with empty bodies.
13311 * gdb.python/py-cmd.exp: Test that we don't show user-defined
13312 python commands in `show user command`.
13313 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13314 scheme commands in `show user command`.
13316 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13319 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13320 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13321 * gdb.python/py-framefilter-invalidarg.exp: New file.
13322 * gdb.python/py-framefilter-invalidarg.py: New file.
13324 2014-09-06 Doug Evans <xdje42@gmail.com>
13327 * gdb.python/py-caller-is.c: New file.
13328 * gdb.python/py-caller-is.exp: New file.
13330 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
13333 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13334 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13336 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
13339 * gdb.fortran/print-formatted.exp: New file.
13340 * gdb.fortran/print-formatted.f90: Likewise.
13342 2014-09-03 Sasha Smundak <asmundak@google.com>
13344 * gdb.python/py-frame.exp: Test Frame.read_register.
13346 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
13349 * gdb.python/py-completion.exp: New file.
13350 * gdb.python/py-completion.py: Likewise.
13352 2014-08-28 Doug Evans <dje@google.com>
13354 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13355 eax,etc. are live with values set by gdb and thus the compiler can't
13357 * gdb.arch/i386-pseudo.c (main): Ditto.
13359 2014-08-27 Doug Evans <dje@google.com>
13361 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13363 2014-08-25 Doug Evans <dje@google.com>
13365 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13368 2014-08-25 Doug Evans <dje@google.com>
13370 * gdb.threads/thread-execl.exp: #include <stdio.h>.
13372 2014-08-24 Yao Qi <yao@codesourcery.com>
13374 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13376 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13378 2014-08-22 Doug Evans <dje@google.com>
13381 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13382 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13383 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13385 2014-08-22 Yao Qi <yao@codesourcery.com>
13387 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13388 * gdb.python/py-finish-breakpoint2.exp: Likewise.
13389 * gdb.python/python.exp: Likewise. Use .py file on the host
13390 instead of the build.
13392 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13394 * gdb.threads/gcore-stale-thread.c: New file.
13395 * gdb.threads/gcore-stale-thread.exp: New file.
13397 2014-08-21 Pedro Alves <palves@redhat.com>
13399 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13400 * gdb.base/gcore-relro-pie.exp: Likewise.
13401 * gdb.base/gcore-relro.exp: Likewise.
13402 * gdb.base/gcore.exp: Likewise.
13403 * gdb.base/print-symbol-loading.exp: Likewise.
13404 * gdb.threads/gcore-thread.exp: Likewise.
13405 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13407 2014-08-20 Pedro Alves <palves@redhat.com>
13408 Jan Kratochvil <jan.kratochvil@redhat.com>
13410 * Makefile.in (EXTRA_RULES, CC): New variables, get from
13412 (EXPECT): Handle READ1 being set.
13413 (all): Depend on EXTRA_RULES.
13414 (check-read1, expect-read1, read1.so, read1): New rules.
13415 * README (Testsuite Parameters): Document the READ1 make variable.
13416 (Race detection): New section.
13417 * configure: Regenerate.
13418 * configure.ac: If build==host==target, and running under a
13419 GNU/glibc system, add read1 to the extra Makefile rules.
13420 (EXTRA_RULES): AC_SUBST it.
13421 * lib/read1.c: New file.
13423 2014-08-20 Joel Brobecker <brobecker@adacore.com>
13425 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13426 the handling of variables declared as a typedef to an array
13427 which a DW_AT_data_location attribute.
13429 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
13430 Pedro Alves <palves@redhat.com>
13434 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13437 2014-08-19 Pedro Alves <palves@redhat.com>
13439 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13441 2014-08-19 Yao Qi <yao@codesourcery.com>
13443 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13446 2014-08-18 David Blaikie <dblaikie@gmail.com>
13448 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13450 2014-08-18 Joel Brobecker <brobecker@adacore.com>
13452 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13453 attribute in array range.
13455 2014-08-18 Joel Brobecker <brobecker@adacore.com>
13457 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13459 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13462 * gdb.cp/pr17132.cc: New file.
13463 * gdb.cp/pr17132.exp: New file.
13465 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13467 * gdb.python/py-xmethods.py (A_getarrayind)
13468 (E_method_char_worker.__call__, E_method_int_worker.__call__):
13469 Use 'print' with function call syntax.
13470 (E_method_matcher.match): Fix tab vs space indentation mixup.
13472 2014-08-15 Yao Qi <yao@codesourcery.com>
13474 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13477 2014-08-15 Yao Qi <yao@codesourcery.com>
13479 * gdb.cp/casts.exp: Set print symbol off.
13480 * gdb.cp/class2.exp: Likewise.
13481 * gdb.cp/overload.exp: Likewise.
13482 * gdb.cp/templates.exp: Likewise.
13484 2014-08-11 Doug Evans <dje@google.com>
13486 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13487 (test_load_shlib): Update.
13489 2014-08-09 Yao Qi <yao@codesourcery.com>
13491 * gdb.base/display.exp: Invoke is_address_zero_readable.
13492 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13493 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13494 * gdb.base/hbreak-unmapped.exp: Return if
13495 is_address_zero_readable returns true.
13496 * gdb.base/signest.exp: Likewise.
13497 * gdb.base/signull.exp: Likewise.
13498 * gdb.base/sigbpt.exp: Likewise.
13499 * gdb.guile/scm-disasm.exp: Do the test if
13500 is_address_zero_readable returns false.
13501 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13502 * gdb.python/py-arch.exp: Likewise.
13503 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13504 * lib/gdb.exp (is_address_zero_readable): New proc.
13506 2014-08-09 Yao Qi <yao@codesourcery.com>
13509 * gdb.mi/mi-var-display.exp: Make test messages unique.
13511 2014-08-04 Tom Tromey <tromey@redhat.com>
13513 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13516 2014-08-04 Tom Tromey <tromey@redhat.com>
13518 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13521 2014-08-01 Joel Brobecker <brobecker@adacore.com>
13523 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13524 inner_vla_struct_object_size.
13525 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13528 2014-07-30 Pedro Alves <palves@redhat.com>
13530 * gdb.threads/signal-command-handle-nopass.exp (test): Add
13533 2014-07-29 Yao Qi <yao@codesourcery.com>
13536 * gdb.base/until-nodebug.exp: New.
13538 2014-07-28 Doug Evans <xdje42@gmail.com>
13541 * gdb.guile/scm-parameter.exp: Add tests for trying to create
13542 previously existing parameter, and previously ambiguously spelled
13545 2014-07-28 Will Newton <will.newton@linaro.org>
13547 * gdb.base/varargs.exp: Remove KFAILs for ARM.
13549 2014-07-26 Ludovic Courtès <ludo@gnu.org>
13550 Doug Evans <xdje42@gmail.com>
13553 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13555 2014-07-25 Pedro Alves <palves@redhat.com>
13557 * gdb.threads/signal-command-handle-nopass.c: New file.
13558 * gdb.threads/signal-command-handle-nopass.exp: New file.
13559 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13560 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13561 * gdb.threads/signal-delivered-right-thread.c: New file.
13562 * gdb.threads/signal-delivered-right-thread.exp: New file.
13564 2014-07-25 Pedro Alves <palves@redhat.com>
13566 * gdb.base/double-prompt-target-event-error.exp
13567 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13569 (cancel_pagination_in_target_event): Rework double prompt
13571 * gdb.base/paginate-after-ctrl-c-running.exp
13572 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13574 * gdb.base/paginate-bg-execution.exp
13575 (test_bg_execution_pagination_return)
13576 (test_bg_execution_pagination_cancel): Remove '-notransfer
13578 * gdb.base/paginate-execution-startup.exp
13579 (test_fg_execution_pagination_return)
13580 (test_fg_execution_pagination_cancel): Remove '-notransfer
13582 * gdb.base/paginate-inferior-exit.exp
13583 (test_paginate_inferior_exited): Remove '-notransfer <return>'
13585 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13586 * lib/gdb.exp (pagination_prompt): Run text through
13588 (gdb_test_multiple): Match $pagination_prompt instead of
13590 (string_to_regexp): Move to lib/gdb-utils.exp.
13592 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13594 * gdb.arch/amd64-entry-value-paramref.S: New file.
13595 * gdb.arch/amd64-entry-value-paramref.cc: New file.
13596 * gdb.arch/amd64-entry-value-paramref.exp: New file.
13597 * gdb.arch/amd64-optimout-repeat.S: New file.
13598 * gdb.arch/amd64-optimout-repeat.c: New file.
13599 * gdb.arch/amd64-optimout-repeat.exp: New file.
13601 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13604 * gdb.base/statistics.exp: New file.
13606 2014-07-17 Doug Evans <dje@google.com>
13609 * gdb.base/maint.exp: Update testing of per-command stats.
13611 2014-07-16 Pedro Alves <palves@redhat.com>
13613 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13614 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13615 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13616 (tfile_write_buf): New functions.
13617 (add_memory_block): Rewrite using the above.
13618 (adjust_function_address): New function.
13619 (FUNCTION_ADDRESS): New macro.
13620 (write_basic_trace_file): Remove short_x local, and use
13621 tfile_write_16. Change type of func_addr local to unsigned long
13622 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
13623 here. Cast argument of add_memory_block to char pointer.
13624 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
13625 (main): Remove parameters.
13626 * gdb.trace/tfile.exp: Remove nowarnings.
13628 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
13630 * gdb.base/debug-expr.exp: Test string evaluation with
13631 "debug expression" on.
13633 2014-07-15 Pedro Alves <palves@redhat.com>
13635 * gdb.base/reread.exp: Use clean_restart.
13637 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
13639 * gdb.arch/avr-flash-qualifer.c: New.
13640 * gdb.arch/avr-flash-qualifer.exp: New.
13642 2014-07-14 Pedro Alves <palves@redhat.com>
13644 * gdb.base/paginate-after-ctrl-c-running.c: New file.
13645 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13647 2014-07-14 Pedro Alves <palves@redhat.com>
13649 * gdb.base/double-prompt-target-event-error.c: New file.
13650 * gdb.base/double-prompt-target-event-error.exp: New file.
13652 2014-07-14 Pedro Alves <palves@redhat.com>
13655 * gdb.base/paginate-inferior-exit.c: New file.
13656 * gdb.base/paginate-inferior-exit.exp: New file.
13658 2014-07-14 Pedro Alves <palves@redhat.com>
13661 * gdb.base/paginate-bg-execution.c: New file.
13662 * gdb.base/paginate-bg-execution.exp: New file.
13664 2014-07-14 Pedro Alves <palves@redhat.com>
13667 * gdb.base/paginate-execution-startup.c: New file.
13668 * gdb.base/paginate-execution-startup.exp: New file.
13669 * lib/gdb.exp (pagination_prompt): New global.
13670 (default_gdb_spawn): New procedure, factored out from
13672 (default_gdb_start): Adjust to call default_gdb_spawn.
13673 (gdb_spawn): New procedure.
13675 2014-07-14 Pedro Alves <palves@redhat.com>
13677 * lib/gdb.exp (gdb_assert): New procedure.
13678 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13680 2014-07-14 Pedro Alves <palves@redhat.com>
13682 * gdb.base/execution-termios.c: New file.
13683 * gdb.base/execution-termios.exp: New file.
13685 2014-07-14 Tom Tromey <tromey@redhat.com>
13687 * gdb.cp/vla-cxx.cc: New file.
13688 * gdb.cp/vla-cxx.exp: New file.
13690 2014-07-14 Tom Tromey <tromey@redhat.com>
13692 * gdb.reverse/rerun-prec.c: New file.
13693 * gdb.reverse/rerun-prec.exp: New file.
13695 2014-07-12 Maciej W. Rozycki <macro@mips.com>
13696 Maciej W. Rozycki <macro@codesourcery.com>
13698 * lib/gdb-utils.exp: New file.
13699 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13700 inline `gdb_init_command' processing.
13701 (gdb_start_cmd): Likewise.
13702 * lib/mi-support.exp (mi_run_cmd): Likewise.
13703 * README: Document `gdb_init_command' and `gdb_init_commands'.
13705 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13707 Fix false FAIL running under a very long directory name.
13708 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13709 and "set print elements 10000". Twice.
13711 2014-07-11 Yao Qi <yao@codesourcery.com>
13713 * gdb.base/exprs.exp: "set print symbol off".
13715 2014-07-11 Pedro Alves <palves@redhat.com>
13717 * gdb.threads/kill.c: New file.
13718 * gdb.threads/kill.exp: New file.
13720 2014-07-10 Yao Qi <yao@codesourcery.com>
13722 * gdb.trace/tfile.c (write_basic_trace_file)
13723 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13724 address written to trace file.
13726 2014-07-09 Pedro Alves <palves@redhat.com>
13728 * gdb.base/attach-wait-input.exp: New file.
13729 * gdb.base/attach-wait-input.c: New file.
13731 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
13733 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13734 setting up test structures.
13735 (main): Call new test function.
13736 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13737 test function, continue into test function and walk test
13740 2014-07-02 Yao Qi <yao@codesourcery.com>
13742 * gdb.trace/entry-values.c: Define labels 'foo_start' and
13743 'bar_start' at the beginning of functions 'foo' and 'bar'
13745 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13746 instead of 'foo' and 'bar'.
13748 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
13750 * gdb.btrace/segv.exp: New.
13751 * gdb.btrace/segv.c: New.
13753 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
13755 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13758 2014-06-30 Mark Wielaard <mjw@redhat.com>
13760 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13761 vulture, vilify, villar): New volatile array constants.
13762 (vindictive, vegetation): New const volatile array constants.
13763 * gdb.base/volatile.exp: Test volatile and const volatile array
13766 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
13768 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13769 target lacks support for awatch, rwatch, or hbreak.
13771 2014-06-27 Yao Qi <yao@codesourcery.com>
13773 * gdb.multi/dummy-frame-restore.exp: New.
13774 * gdb.multi/dummy-frame-restore.c: New.
13776 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
13778 * gdb.btrace/gcore.exp: New.
13780 2014-06-23 Pedro Alves <palves@redhat.com>
13782 * gdb.base/watchpoint-reuse-slot.c: New file.
13783 * gdb.base/watchpoint-reuse-slot.exp: New file.
13785 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
13787 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
13788 progspace's filename in 'info', 'enable' and 'disable' command
13791 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13793 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
13794 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13795 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
13797 2014-06-20 Gary Benson <gbenson@redhat.com>
13799 * gdb.arch/i386-avx.exp: Fix include file location.
13800 * gdb.arch/i386-sse.exp: Likewise.
13802 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
13804 * gdb.dlang/expression.exp: New file.
13806 2014-06-19 Pedro Alves <palves@redhat.com>
13808 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13810 (top level): ... here. Iterate running tests under different
13811 scheduler-locking settings.
13813 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
13815 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
13816 to DW_FORM_addr and use non-zero addresses.
13818 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
13821 * gdb.python/py-xmethods.cc: Add global function call counters and
13822 increment them in their respective functions. Remove "cout"
13824 * gdb.python/py-xmethods.exp: Make tests check the global function
13825 call counters instead of depending on inferior IO.
13827 2014-06-18 Don Breazeal <donb@codesourcery.com>
13829 * gdb.base/foll-fork.exp (default_fork_parent_follow):
13831 (explicit_fork_parent_follow): Deleted procedure.
13832 (explicit_fork_child_follow): Deleted procedure.
13833 (test_follow_fork): New procedure.
13834 (do_fork_tests): Replace calls to deleted procedures with
13835 calls to test_follow_fork and reset GDB for subsequent
13838 2014-06-17 Yao Qi <yao@codesourcery.com>
13840 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
13843 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
13845 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
13846 Initialize ptr and S explicitly.
13847 (skip_type_update_when_not_use_rtti_test): Likewise.
13849 2014-06-16 Keith Seitz <keiths@redhat.com>
13852 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
13853 the inferior is started.
13855 2014-06-16 Pedro Alves <palves@redhat.com>
13857 * gdb.base/break-main-file-remove-fail.c: New file.
13858 * gdb.base/break-main-file-remove-fail.exp: New file.
13859 * gdb.base/break-unload-file.exp: Use build_executable instead of
13860 prepare_for_testing.
13861 (test_break): New parameter "initial_load". Handle it.
13862 (top level): Add initial_load cmdline/file axis.
13864 2014-06-12 Tom Tromey <tromey@redhat.com>
13866 * gdb.base/completion.exp: Don't use directory name in test.
13868 2014-06-09 Gary Benson <gbenson@redhat.com>
13870 * gdb.base/sigall.c [Functions to send signals]: Reorder to
13871 separate the always-available ANSI-standard signals from the
13872 signals that require checking.
13874 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
13878 2014-06-07 Keith Seitz <keiths@redhat.com>
13882 * gdb.cp/var-tag.cc: New file.
13883 * gdb.cp/var-tag.exp: New file.
13884 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13885 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13886 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13887 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13889 2014-06-06 Doug Evans <xdje42@gmail.com>
13891 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
13893 2014-06-06 Pedro Alves <palves@redhat.com>
13895 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
13896 in target debug output instead of looking at RSP packets,
13897 disabling the test on any target that uses hardware stepping.
13900 2014-06-06 Pedro Alves <palves@redhat.com>
13902 * gdb.base/break-unload-file.exp: Fix typo.
13904 2014-06-06 Yao Qi <yao@codesourcery.com>
13906 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
13907 from "jit_function" to "^jit_function".
13909 2014-06-06 Yao Qi <yao@codesourcery.com>
13911 * gdb.base/async.c (foo): Add one statement.
13912 * gdb.base/async.exp: Get the next instruction address and
13913 match the output of "nexti" by instruction address. Match
13914 the hex address in the output of "finish".
13916 2014-06-06 Gary Benson <gbenson@redhat.com>
13918 * gdb.base/call-signals.c: Remove preprocessor conditionals
13919 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
13920 SIGSEGV and SIGTERM.
13921 * gdb.base/sigall.c: Likewise.
13922 * gdb.base/unwindonsignal.c: Likewise.
13923 * gdb.reverse/sigall-reverse.c: Likewise.
13925 2014-06-06 Yao Qi <yao@codesourcery.com>
13927 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
13928 readable, skip the test.
13930 2014-06-06 Yao Qi <yao@codesourcery.com>
13932 * gdb.threads/staticthreads.c (thread_function): Move the line
13933 setting breakpoint on forward.
13934 * gdb.threads/staticthreads.exp: Update comments.
13936 2014-06-05 Ludovic Courtès <ludo@gnu.org>
13938 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
13939 "history-append! type error".
13941 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
13943 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
13944 erroneous dprintf expected input.
13946 2014-06-04 Doug Evans <xdje42@gmail.com>
13948 * gdb.guile/scm-generics.exp: Delete.
13950 2014-06-04 Doug Evans <xdje42@gmail.com>
13952 * gdb.guile/scm-breakpoint.exp: Update.
13953 Add tests for breakpoint registration.
13955 2014-06-04 Tom Tromey <tromey@redhat.com>
13957 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13959 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13960 inner_vla_struct, vla_union types. Initialize objects of those
13961 types and compute their sizes.
13963 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
13964 Hui Zhu <hui@codesourcery.com>
13966 * gdb.base/fileio.exp: Add test for shell not available as well as
13968 * gdb.base/fileio.c (test_system): Check for shell twice.
13970 2014-06-04 Yao Qi <yao@codesourcery.com>
13972 * gdb.base/auto-connect-native-target.exp: Remove redundant
13973 space from the regexp pattern.
13975 2014-06-04 Yao Qi <yao@codesourcery.com>
13977 * gdb.base/default.exp: Replace "child" with "native" in
13980 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
13982 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13983 * gdb.python/py-xmethods.exp: New tests to test xmethods.
13984 * gdb.python/py-xmethods.py: Python script supporting the
13985 new testcase and tests.
13987 2014-06-03 Joel Brobecker <brobecker@adacore.com>
13988 Pedro Alves <palves@redhat.com>
13990 PR breakpoints/17000
13991 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13992 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13994 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
13996 * gdb.base/subst.exp: Add tests to verify partial path matching
13999 2014-06-03 Pedro Alves <palves@redhat.com>
14001 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14002 target that doesn't use software single-stepping.
14004 2014-06-03 Pedro Alves <palves@redhat.com>
14006 PR breakpoints/17000
14007 * gdb.base/sss-bp-on-user-bp-2.c: New file.
14008 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14010 2014-06-02 Doug Evans <xdje42@gmail.com>
14012 * gdb.guile/scm-parameter.exp: New file.
14014 2014-06-02 Doug Evans <xdje42@gmail.com>
14016 * gdb.guile/scm-cmd.c: New file.
14017 * gdb.guile/scm-cmd.exp: New file.
14019 2014-06-02 Doug Evans <xdje42@gmail.com>
14021 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
14022 pretty-printer lookup.
14023 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
14024 (make-pp_s-printer): Call it.
14025 (make-pretty-printer-from-dict): New function.
14026 (lookup-pretty-printer-maker-from-dict): New function.
14027 (*pretty-printer*): Simplify.
14028 (make-objfile-pp_s-printer): New function.
14029 (install-objfile-pretty-printers!): New function.
14030 (make-progspace-pp_s-printer): New function.
14031 (install-progspace-pretty-printers!): New function.
14032 * gdb.guile/scm-progspace.c: New file.
14033 * gdb.guile/scm-progspace.exp: New file.
14035 2014-06-02 Pedro Alves <palves@redhat.com>
14037 * gdb.base/dprintf-bp-same-addr.c: New file.
14038 * gdb.base/dprintf-bp-same-addr.exp: New file.
14040 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14042 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14043 * gdb.arch/powerpc-power.s: Likewise.
14045 2014-06-02 Joel Brobecker <brobecker@adacore.com>
14047 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14049 2014-06-01 Yao Qi <yao@codesourcery.com>
14051 * gdb.base/watchpoint.exp (test_watch_location): Check null
14052 pointer can be dereferenced. If not, do the test, otherwise
14055 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14057 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14059 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14061 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14063 * gdb.arch/amd64-invalid-stack-middle.S: New file.
14064 * gdb.arch/amd64-invalid-stack-middle.c: New file.
14065 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
14066 * gdb.arch/amd64-invalid-stack-top.c: New file.
14067 * gdb.arch/amd64-invalid-stack-top.exp: New file.
14069 2014-05-30 Pedro Alves <palves@redhat.com>
14071 PR breakpoints/17000
14072 * gdb.base/sss-bp-on-user-bp.c: New file.
14073 * gdb.base/sss-bp-on-user-bp.exp: New file.
14075 2014-05-30 David Blaikie <dblaikie@gmail.com>
14077 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
14078 gnu_inline semantics via attribute.
14079 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
14080 source explicitly specifies the required semantics.
14082 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
14084 * gdb.reverse/sigall-reverse.exp: Fix a typo.
14086 2014-05-29 Pedro Alves <palves@redhat.com>
14087 Tom Tromey <tromey@redhat.com>
14089 * gdb.base/async-shell.exp: Don't enable target-async.
14090 * gdb.base/async.exp
14091 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
14093 (top level): Don't test with "target-async".
14094 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
14095 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
14096 * gdb.base/inferior-died.exp: Don't enable target-async.
14097 * gdb.base/interrupt-noterm.exp: Likewise.
14098 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
14099 * gdb.mi/mi-nonstop-exit.exp: Likewise.
14100 * gdb.mi/mi-nonstop.exp: Likewise.
14101 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
14102 * gdb.mi/mi-nsintrall.exp: Likewise.
14103 * gdb.mi/mi-nsmoribund.exp: Likewise.
14104 * gdb.mi/mi-nsthrexec.exp: Likewise.
14105 * gdb.mi/mi-watch-nonstop.exp: Likewise.
14106 * gdb.multi/watchpoint-multi.exp: Adjust comment.
14107 * gdb.python/py-evsignal.exp: Don't enable target-async.
14108 * gdb.python/py-evthreads.exp: Likewise.
14109 * gdb.python/py-prompt.exp: Likewise.
14110 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
14111 * gdb.server/solib-list.exp: Don't enable target-async.
14112 * gdb.threads/thread-specific-bp.exp: Likewise.
14113 * lib/mi-support.exp: Adjust to use mi-async.
14115 2014-05-29 Pedro Alves <palves@redhat.com>
14118 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
14119 reason, even in sync mode.
14121 2014-05-29 Pedro Alves <palves@redhat.com>
14122 Hui Zhu <hui@codesourcery.com>
14125 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
14126 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
14127 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
14128 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
14130 2014-05-28 Joel Brobecker <brobecker@adacore.com>
14132 * config/monitor.exp (gdb_target_monitor): Replace use of
14133 "set remotebaud" by "set serial baud".
14135 2014-05-26 Andy Wingo <wingo@igalia.com>
14137 * gdb.guile/scm-breakpoint.exp:
14138 * gdb.guile/scm-gsmob.exp: Update to use plain old object
14139 properties instead of gdb-object-properties.
14141 2014-05-26 Yao Qi <yao@codesourcery.com>
14143 * gdb.server/no-thread-db.exp: Specify source file name
14144 explicitly when setting a breakpoint.
14146 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14148 * gdb.btrace/vdso.c: New.
14149 * gdb.btrace/vdso.exp: New.
14151 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14153 * gdb.base/gcore.exp (capture_command_output): Move ...
14154 * lib/gdb.exp (capture_command_output): ... here.
14156 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14158 * gdb.btrace/data.exp: Test memory access during btrace replay.
14160 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
14162 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
14164 2014-05-21 Pedro Alves <palves@redhat.com>
14167 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
14168 (top level): Test that output related to execution commands is
14169 sent to the console with CLI commands, but not with MI commands.
14170 Test that breakpoint events are always mirrored to the console.
14171 Also expect the new source line to be output after a "next" in
14172 async mode too. Make it a pass/fail test.
14173 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
14175 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
14177 2014-05-21 Pedro Alves <palves@redhat.com>
14179 * gdb.base/list.exp (build_pattern, test_list): New procedures.
14180 Use them to test variations of "list" after reaching a breakpoint.
14181 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
14182 Test "list" with listsize 10 after reaching a breakpoint.
14183 * gdb.python/python.exp (decode_line current location line
14184 number): Adjust expected line number.
14186 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
14188 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
14189 behavior for $args, pass it directly to "run".
14191 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
14193 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
14196 2014-05-21 Pedro Alves <palves@redhat.com>
14198 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14199 auto-connect-native-target off".
14200 * gdb.base/auto-connect-native-target.c: New file.
14201 * gdb.base/auto-connect-native-target.exp: New file.
14203 2014-05-21 Pedro Alves <palves@redhat.com>
14205 * gdb.base/default.exp: Test "target native" instead of "target
14208 2014-05-21 Mark Wielaard <mjw@redhat.com>
14210 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14212 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14214 Fix TLS access for -static -pthread.
14215 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14216 <HAVE_TLS> (thread_function, main): Initialize it.
14217 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
14219 <$have_tls != "">: Check TLSVAR.
14221 2014-05-21 Pedro Alves <palves@redhat.com>
14223 * gdb.base/dcache-line-read-error.c: New.
14224 * gdb.base/dcache-line-read-error.exp: New.
14226 2014-05-20 Pedro Alves <palves@redhat.com>
14228 * gdb.base/compare-sections.c: New file.
14229 * gdb.base/compare-sections.exp: New file.
14231 2014-05-20 Pedro Alves <palves@redhat.com>
14233 * gdb.base/break-idempotent.c: New file.
14234 * gdb.base/break-idempotent.exp: New file.
14236 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
14238 * gdb.btrace/nohist.exp: New.
14240 2014-05-20 Yao Qi <yao@codesourcery.com>
14242 * lib/gdb.exp (gdb_init): Set timeout if test file is under
14243 gdb.reverse directory and gdb_reverse_timeout exists in board
14245 * README: Document gdb_reverse_timeout.
14247 2014-05-20 Yao Qi <yao@codesourcery.com>
14249 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14250 'test_file_name'. Treat args as a string instead of a list.
14251 (gdb_init): Rename argument 'args' by 'test_file_name'.
14253 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14255 * gdb.arch/powerpc-power.exp: New file.
14256 * gdb.arch/powerpc-power.s: New file.
14258 2014-05-16 Doug Evans <dje@google.com>
14260 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
14261 * gdb.base/completion.exp: Check that all expected files exist
14262 before doing file completion.
14264 2014-05-16 Doug Evans <dje@google.com>
14266 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14268 (do_syscall_tests_without_xml): Update.
14270 2014-05-16 Pedro Alves <palves@redhat.com>
14272 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14273 instead of "unknown output after running".
14275 2014-05-16 Yao Qi <yao@codesourcery.com>
14277 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
14278 file1.txt from host at the end.
14279 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14281 2014-05-15 Doug Evans <dje@google.com>
14283 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14284 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14285 loading file. Add test for TU lookup.
14287 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14289 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14290 calling "-exec-arguments" or "set args" before running the
14293 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14295 * lib/mi-support.exp (mi_expect_stop): Expect message for
14296 inferiors that exit with non-zero exit code.
14298 2014-05-14 Yao Qi <yao@codesourcery.com>
14300 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14301 match absolute path on remote host.
14302 (test_file_list_exec_source_files): Remove "/" from the
14305 2014-05-14 Yao Qi <yao@codesourcery.com>
14307 * boards/local-remote-host-notty.exp (${board}_file): New
14310 2014-05-07 Kyle McMartin <kyle@redhat.com>
14312 Pushed by Joel Brobecker <brobecker@adacore.com>.
14313 * gdb.arch/aarch64-atomic-inst.c: New file.
14314 * gdb.arch/aarch64-atomic-inst.exp: New file.
14316 2014-05-07 Yao Qi <yao@codesourcery.com>
14318 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14319 in current context" too.
14321 2014-05-05 Keith Seitz <keiths@redhat.com>
14323 * gdb.linespec/ls-dollar.exp: Add test for linespec
14324 file:convenience_variable.
14326 2014-05-05 Yao Qi <yao@codesourcery.com>
14328 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14329 traceframes into tfile and ctf trace files. Read data from
14330 trace file and test collected data.
14331 (gdb_collect_locals_test): Likewise.
14332 (gdb_unavailable_registers_test): Likewise.
14333 (gdb_unavailable_floats): Likewise.
14334 (gdb_collect_globals_test): Likewise.
14335 (top-level): Append "ctf" to trace_file_targets if GDB
14338 2014-05-05 Yao Qi <yao@codesourcery.com>
14340 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14342 (gdb_collect_args_test_1): ... it. New proc.
14343 (gdb_collect_locals_test): Move some code to ...
14344 (gdb_collect_locals_test_1): ... it. New proc.
14345 (gdb_unavailable_registers_test): Move some code to ...
14346 (gdb_unavailable_registers_test_1): ... it. New proc.
14347 (gdb_unavailable_floats): Move some code to ...
14348 (gdb_unavailable_floats_1): ... it. New proc.
14350 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14352 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14353 probes to test for bitness recognition.
14354 * gdb.arch/amd64-stap-optional-prefix.exp
14355 (test_probe_value_without_reg): New procedure.
14356 Add code to test for different kinds of bitness.
14358 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14360 PR breakpoints/16889
14361 * gdb.arch/amd64-stap-optional-prefix.S: New file.
14362 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14364 2014-05-01 Pedro Alves <palves@redhat.com>
14366 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
14367 gdb_file_cmd if no file is specified.
14368 * boards/native-extended-gdbserver.exp (gdb_load): Use the
14369 last_loaded_file to set the remote exec-file.
14371 2014-05-01 Pedro Alves <palves@redhat.com>
14373 * boards/local-remote-host.exp: New file.
14375 2014-05-01 Pedro Alves <palves@redhat.com>
14377 * boards/local-remote-host.exp: Rename to ...
14378 * boards/local-remote-host-notty.exp: ... this.
14380 2014-04-28 Joel Brobecker <brobecker@adacore.com>
14382 * gdb.ada/dyn_arrayidx: New testcase.
14384 2014-04-26 Yao Qi <yao@codesourcery.com>
14386 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
14387 and compute the length of function main. Save it in
14389 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14390 (top-level): Use gdb_compile to compile objects into
14391 executable and restart GDB. Remove invocation to
14392 prepare_for_testing.
14394 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
14395 Pedro Alves <palves@redhat.com>
14398 * gdb.multi/multi-attach.c: New file.
14399 * gdb.multi/multi-attach.exp: New file.
14401 2014-04-25 Pedro Alves <palves@redhat.com>
14403 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14405 (top level): Test that "set remote conditional-breakpoints-packet
14406 off" works as intended.
14407 * gdb.base/dprintf.exp: Test that "set remote
14408 breakpoint-commands-packet off" works as intended.
14409 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14411 (top level): Call it.
14412 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14413 remote fast-tracepoints-packet off" works as intended.
14414 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14415 * lib/gdb.exp (gdb_is_target_remote): ... here.
14417 2014-04-24 David Blaikie <dblaikie@gmail.com>
14419 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14420 ensure clang would not discard them.
14421 * gdb.base/gdbvars.c: Ditto.
14422 * gdb.base/memattr.c: Ditto.
14423 * gdb.base/whatis.c: Ditto.
14424 * gdb.python/py-prettyprint.c: Ditto.
14425 * gdb.trace/actions.c: Ditto.
14426 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14427 ensure clang would not discard it.
14429 2014-04-24 David Blaikie <dblaikie@gmail.com>
14431 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14432 clang to emit the full definition of type required by the test
14433 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14435 2014-04-24 David Blaikie <dblaikie@gmail.com>
14437 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14438 coax Clang into emitting the definition of the type.
14439 * gdb.cp/pr10728-x.h (y): Ditto.
14440 * gdb.cp/pr10728-y.cc (y): Ditto.
14442 2014-04-24 David Blaikie <dblaikie@gmail.com>
14444 * gdb.base/label.exp: XFAIL label related tests under Clang.
14445 * gdb.cp/cplabel.exp: Ditto.
14446 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14447 under Clang those using labels.
14449 2014-04-25 Yao Qi <yao@codesourcery.com>
14451 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14453 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14454 partial_label and double_label.
14456 2014-04-24 David Blaikie <dblaikie@gmail.com>
14458 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14460 2014-04-24 David Blaikie <dblaikie@gmail.com>
14462 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14463 of the function to work across GCC and Clang.
14464 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14465 pointer types (const void ** const V void **).
14467 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
14468 Walfred Tedeschi <walfred.tedeschi@intel.com>
14470 * Makefile.in (EXECUTABLES): Added i386-avx512.
14471 * gdb.arch/i386-avx512.c: New file.
14472 * gdb.arch/i386-avx512.exp: Likewise.
14474 2014-04-23 Keith Seitz <keiths@redhat.com>
14476 * lib/mi-support.exp (mi_list_breakpoints): Delete.
14477 (mi_make_breakpoint_table): New procedure.
14478 (mi_create_breakpoint): Use mi_make_breakpoint
14479 and return the result.
14480 (mi_make_breakpoint): New procedure.
14481 (mi_build_kv_pairs): New procedure.
14483 * gdb.mi/mi-break.exp: Remove unused globals,
14484 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14485 All callers updated.
14486 * gdb.mi/mi-dprintf.exp: Use variable to track command
14488 Update all callers of mi_create_breakpoint and use
14489 mi_make_breakpoint_table.
14490 Remove any unused global variables.
14491 * gdb.mi/mi-nonstop.exp: Likewise.
14492 * gdb.mi/mi-nsintrall.exp: Likewise.
14493 * gdb.mi/mi-nsmoribund.exp: Likewise.
14494 * gdb.mi/mi-nsthrexec.exp: Likewise.
14495 * gdb.mi/mi-reverse.exp: Likewise.
14496 * gdb.mi/mi-simplerun.exp: Likewise.
14497 * gdb.mi/mi-stepn.exp: Likewise.
14498 * gdb.mi/mi-syn-frame.exp: Likewise.
14499 * gdb.mi/mi-until.exp: Likewise.
14500 * gdb.mi/mi-var-cp.exp: Likewise.
14501 * gdb.mi/mi-var-display.exp: Likewise.
14502 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14503 * gdb.mi/mi2-var-child.exp: Likewise.
14504 * gdb.mi/mi-vla-c99.exp: Likewise.
14505 * lib/mi-support.exp: Likewise.
14507 From Ian Lance Taylor <iant@cygnus.com>:
14508 * lib/gdb.exp (parse_args): New procedure.
14510 2014-04-23 Pedro Alves <palves@redhat.com>
14512 * gdb.base/break-unload-file.c: New file.
14513 * gdb.base/break-unload-file.exp: New file.
14514 * gdb.base/sym-file-lib.c (baz): New function.
14515 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14517 (load): Store the segment's mapped size.
14518 (unload): New function.
14519 (unload_shlib): New function.
14520 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14521 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14522 set a breakpoint at baz, and call it.
14523 * gdb.base/sym-file.exp: New tests for stale breakpoint
14526 2014-04-23 Pedro Alves <palves@redhat.com>
14528 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14529 * gdb.base/hbreak-in-shr-unsupported.c: New file.
14530 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14531 * gdb.base/hbreak-unmapped.c: New file.
14532 * gdb.base/hbreak-unmapped.exp: New file.
14533 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14534 * lib/gdb.exp (gdb_is_target_remote): ... here.
14536 2014-04-22 Pedro Alves <palves@redhat.com>
14538 * gdb.base/consecutive-step-over.c: New file.
14539 * gdb.base/consecutive-step-over.exp: New file.
14541 2014-04-22 Pedro Alves <palves@redhat.com>
14543 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14544 instead of send_gdb/gdb_expect.
14546 2014-04-22 Yao Qi <yao@codesourcery.com>
14548 * lib/trace-support.exp (generate_tracefile): New procedure.
14549 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14551 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14552 if generate_tracefile returns 1.
14554 2014-04-18 Tom Tromey <palves@redhat.com>
14555 Pedro alves <tromey@redhat.com>
14558 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14559 with a backtrace limit.
14560 * gdb.python/py-frame-inline.exp: Test running to an inline
14561 function with a backtrace limit, and printing the newest frame.
14562 * gdb.python/py-frame-inline.c (main): Call f.
14564 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14566 * gdb.java/jnpe.exp: Drop srcdir from untested path.
14568 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14570 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14571 Drop prefix from unsupported source file path.
14573 2014-04-17 Yao Qi <yao@codesourcery.com>
14575 * lib/gdb.exp (with_target_charset): New proc.
14576 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14577 with_target_charset.
14578 (test_print_strings): Likewise.
14579 (test_repeat_bytes): Likewise.
14580 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14583 2014-04-16 Keith Seitz <keiths@redhat.com>
14586 * gdb.dwarf2/corrupt.c: New file.
14587 * gdb.dwarf2/corrupt.exp: New file.
14589 2014-04-16 Keith Seitz <keiths@redhat.com>
14592 * gdb.cp/namelessclass.cc: New file.
14593 * gdb.cp/namelessclass.exp: New file.
14594 * gdb.cp/namelessclass.S: New file.
14596 2014-04-16 Doug Evans <dje@google.com>
14598 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14600 (gdbserver_default_get_comm_port): New function.
14601 (gdbserver_start): Check if board file provided
14602 "gdbserver,get_comm_port" and use it if so.
14603 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14604 (gdb,socketport): Set to "stdio".
14605 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14606 (stdio_gdbserver_template): Delete.
14607 (${board}_get_remote_address): Update.
14608 (${board}_build_remote_cmd): Delete.
14609 (${board}_get_comm_port): New function.
14610 (${board}_spawn): Update.
14611 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14613 (${board}_get_remote_address): Update.
14614 (${board}_get_comm_port): New function.
14616 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
14618 * gdb.base/memattr.exp: Improve regexps to handle memory regions
14619 appearing in any order.
14621 2014-04-15 Doug Evans <dje@google.com>
14623 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14624 uninitialized value of "description".
14626 2014-04-15 Keith Seitz <keiths@redhat.com>
14628 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14629 Remove unused globals.
14630 (test_running_the_program): Likewise.
14631 (test_controlled_execution): Likewise.
14632 (test_controlling_breakpoints): Likewise.
14633 (test_program_termination): Likewise.
14635 2014-04-15 Keith Seitz <keiths@redhat.com>
14637 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14639 (test_rbreak_creation_and_listing): Likewise.
14640 (test_ignore_count): Likewise.
14641 (test_error): Likewise.
14643 2014-04-15 Pedro Alves <palves@redhat.com>
14645 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14646 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14648 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14649 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14650 to sym-file-loader.c.
14651 (struct library): Forward declare.
14652 (load_shlib, lookup_function): Change prototypes.
14653 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14654 (translate_offset): Remove declarations.
14655 (get_text_addr): New declaration.
14656 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14657 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14659 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14660 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14661 here from sym-file-loader.h.
14662 (struct library): New structure.
14663 (load_shlib, lookup_function): Change prototypes and adjust to
14664 work with a struct library.
14665 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14666 (translate_offset): Make static.
14667 (get_text_addr): New function.
14668 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14670 2014-04-15 Pedro Alves <palves@redhat.com>
14672 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
14674 2014-04-15 Pedro Alves <palves@redhat.com>
14676 * gdb.base/sym-file-loader.c: Include <limits.h>.
14677 (SELF_LINK): New define.
14678 (get_origin): New function.
14679 (load_shlib): Use it.
14680 * gdb.base/sym-file.exp: Don't early return if the target is
14681 remote. Use runto_main, and issue fail is that fails. Use
14683 (shlib_name): Delete.
14684 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
14686 2014-04-15 Pedro Alves <palves@redhat.com>
14688 * gdb.base/sym-file.exp: Remove regex characters from test
14689 message. Don't refer to breakpoint numbers in test messages.
14691 2014-04-14 Keith Seitz <keiths@redhat.com>
14694 * gdb.cp/var-tag.cc: New file.
14695 * gdb.cp/var-tag.exp: New file.
14696 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14697 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14698 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14699 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14701 2014-04-14 Tom Tromey <tromey@redhat.com>
14703 * gdb.cp/classes.exp (test_enums): Handle underlying type.
14704 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14706 * gdb.cp/enum-class.exp: New file.
14707 * gdb.cp/enum-class.cc: New file.
14709 2014-04-14 Tom Tromey <tromey@redhat.com>
14711 * gdb.dwarf2/enum-type.exp: New file.
14713 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14715 * gdb.mi/mi-vla-c99.exp: New file.
14716 * gdb.mi/vla.c: New file.
14718 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14720 * gdb.base/vla-datatypes.c: New file.
14721 * gdb.base/vla-datatypes.exp: New file.
14723 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14725 * gdb.base/vla-ptr.c: New file.
14726 * gdb.base/vla-ptr.exp: New file.
14728 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14730 * gdb.dwarf2/count.exp: New file.
14732 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14734 * gdb.base/vla-sideeffect.c: New file.
14735 * gdb.base/vla-sideeffect.exp: New file.
14737 2014-04-14 David Blaikie <dblaikie@gmail.com>
14739 * gdb.mi/non-stop.c: Add return value for non-void function return
14741 * gdb.threads/staticthreads.c: Ditto.
14743 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
14744 Doug Evans <xdje42@gmail.com>
14746 * gdb.guile/scm-value.c: Improve test case.
14747 * gdb.guile/scm-value.exp: Add new test.
14749 2014-04-11 David Blaikie <dblaikie@gmail.com>
14751 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14752 override Clang's default.
14754 2014-04-11 Joel Brobecker <brobecker@adacore.com>
14756 Revert the following changes (regressions):
14758 * gdb.base/vla-sideeffect.c: New file.
14759 * gdb.base/vla-sideeffect.exp: New file.
14761 * gdb.dwarf2/count.exp: New file.
14763 * gdb.base/vla-multi.c: New file.
14764 * gdb.base/vla-multi.exp: New file.
14766 * gdb.base/vla-ptr.c: New file.
14767 * gdb.base/vla-ptr.exp: New file.
14769 * gdb.base/vla-datatypes.c: New file.
14770 * gdb.base/vla-datatypes.exp: New file.
14772 * gdb.mi/mi-vla-c99.exp: New file.
14773 * gdb.mi/vla.c: New file.
14775 2014-04-11 Keith Seitz <keiths@redhat.com>
14778 * gdb.cp/cpsizeof.exp: New file.
14779 * gdb.cp/cpsizeof.cc: New file.
14781 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14783 * gdb.mi/mi-vla-c99.exp: New file.
14784 * gdb.mi/vla.c: New file.
14786 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14788 * gdb.base/vla-datatypes.c: New file.
14789 * gdb.base/vla-datatypes.exp: New file.
14791 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14793 * gdb.base/vla-ptr.c: New file.
14794 * gdb.base/vla-ptr.exp: New file.
14796 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14798 * gdb.base/vla-multi.c: New file.
14799 * gdb.base/vla-multi.exp: New file.
14801 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14803 * gdb.dwarf2/count.exp: New file.
14805 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14807 * gdb.base/vla-sideeffect.c: New file.
14808 * gdb.base/vla-sideeffect.exp: New file.
14810 2014-04-11 Yao Qi <yao@codesourcery.com>
14812 * gdb.base/completion.exp: Check file exists before running tests
14813 on file completion.
14815 2014-04-10 Pedro Alves <palves@redhat.com>
14817 * gdb.base/cond-eval-mode.c: New file.
14818 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
14819 prepare_for_testing to build the new file. Check result of
14821 (test_break, test_watch): New procedures.
14822 (top level): Use them.
14824 2014-04-08 Pierre Muller <muller@sourceware.org>
14826 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
14827 Ctrl-V use for mingw hosts.
14829 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
14831 * gdb.python/py-value.c: Improve test case.
14832 * gdb.python/py-value.exp: Add new test.
14834 2014-04-07 David Blaikie <dblaikie@gmail.com>
14836 * lib/compiler.c: Identify the clang compiler.
14837 * lib/compiler.cc: Ditto.
14839 2014-04-03 Yao Qi <yao@codesourcery.com>
14841 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
14843 2014-04-01 Anton Blanchard <anton@samba.org>
14845 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
14848 2014-04-01 Anton Blanchard <anton@samba.org>
14850 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
14851 prepare_for_testing.
14853 2014-04-01 Anton Blanchard <anton@samba.org>
14855 * gdb.arch/ppc64-atomic-inst.c: Remove.
14856 * gdb.arch/ppc64-atomic-inst.S: New file.
14857 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
14859 2014-03-31 Doug Evans <dje@google.com>
14861 * gdb.base/print-symbol-loading-lib.c: New file.
14862 * gdb.base/print-symbol-loading-main.c: New file.
14863 * gdb.base/print-symbol-loading.exp: New file.
14865 2014-03-31 Yao Qi <yao@codesourcery.com>
14867 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
14869 2014-03-28 Joel Brobecker <brobecker@adacore.com>
14871 * gdb.ada/mi_dyn_arr: New testcase.
14873 2014-03-27 Doug Evans <dje@google.com>
14875 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
14877 2014-03-27 Yao Qi <yao@codesourcery.com>
14879 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
14880 if target is nios2-*-*.
14882 2014-03-26 Yao Qi <yao@codesourcery.com>
14884 * lib/gdb.exp (readline_is_used): New proc.
14885 * gdb.base/completion.exp: Move tests on command complete up.
14886 Skip the rest of tests if readline is not used.
14887 * gdb.ada/complete.exp: Skp the test if readline is not
14889 * gdb.base/filesym.exp: Likewise.
14890 * gdb.base/macscp.exp: Likewise.
14891 * gdb.base/readline-ask.exp: Likewise.
14892 * gdb.base/readline.exp: Likewise.
14893 * gdb.python/py-cmd.exp: Likewise.
14894 * gdb.trace/tfile.exp: Likewise.
14896 2014-03-26 Yao Qi <yao@codesourcery.com>
14898 * gdb.base/macscp.exp: Fix code format issues.
14900 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
14902 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
14903 * gdb.asm/powerpc64le.inc: New file.
14905 2014-03-25 Pedro Alves <palves@redhat.com>
14906 Doug Evans <dje@google.com>
14908 * gdb.base/source-execution.c: New file.
14909 * gdb.base/source-execution.exp: New file.
14910 * gdb.base/source-execution.gdb: New file.
14912 2014-03-24 Doug Evans <dje@google.com>
14914 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
14917 2014-03-24 Hui Zhu <hui@codesourcery.com>
14918 Pedro Alves <palves@redhat.com>
14920 PR breakpoints/16101
14921 * gdb.base/dprintf.exp: Use unsupported rather than changing the
14922 test pass/fail messages. Detect missing support for dprintf when
14923 breakpoints are actually inserted.
14924 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14925 breakpoints are actually inserted.
14926 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
14929 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14931 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
14933 2014-03-22 Doug Evans <xdje42@gmail.com>
14935 * gdb.python/python.exp (python not supported): Verify multi-line
14936 python command issues an error.
14937 * gdb.guile/guile.exp (guile not supported): Verify multi-line
14938 guile command issues an error.
14940 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
14942 * gdb.threads/thread-specific.exp: Handle the lack of usable
14943 $this_breakpoint and $this_thread.
14945 2014-03-21 Hui Zhu <hui@codesourcery.com>
14947 * gdb.base/attach.exp (do_command_attach_tests): New.
14949 2014-03-20 Tom Tromey <tromey@redhat.com>
14950 Pedro Alves <palves@redhat.com>
14953 * gdb.base/condbreak-call-false.c: New file.
14954 * gdb.base/condbreak-call-false.exp: New file.
14956 2014-03-20 Pedro Alves <palves@redhat.com>
14958 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14960 (block_signals, unblock_signals): Delete.
14961 (child_function_2, main): Remove references to deleted variable
14964 2014-03-20 Pedro Alves <palves@redhat.com>
14966 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14967 Use pthread_kill to signal thread 2.
14968 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14969 Adjust to make the test send itself a signal rather than using the
14970 host's "kill" command.
14972 2014-03-20 Pedro Alves <palves@redhat.com>
14974 * gdb.threads/multiple-step-overs.c: New file.
14975 * gdb.threads/multiple-step-overs.exp: New file.
14976 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14977 Adjust expected infrun debug output.
14979 2014-03-20 Pedro Alves <palves@redhat.com>
14981 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14982 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14984 2014-03-20 Pedro Alves <palves@redhat.com>
14986 PR breakpoints/7143
14987 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14988 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
14989 of gdb_test_multiple.
14990 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14991 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14993 2014-03-20 Pedro Alves <palves@redhat.com>
14995 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14996 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14998 2014-03-19 Pedro Alves <palves@redhat.com>
15000 * gdb.base/async.exp: Remove early return.
15002 2014-03-19 Pedro Alves <palves@redhat.com>
15004 * gdb.base/async.exp (step& tests): Pass explicit test messages.
15006 2014-03-19 Pedro Alves <palves@redhat.com>
15008 * gdb.base/async.exp (test_background): Expect \r\n after
15009 "completed." in the fail pattern.
15011 2014-03-19 Pedro Alves <palves@redhat.com>
15013 * gdb.base/async.exp (test_background): New procedure.
15014 Use it for all background execution command tests.
15016 2014-03-19 Pedro Alves <palves@redhat.com>
15018 * gdb.base/async.exp: Use prepare_for_testing.
15020 2014-03-19 Pedro Alves <palves@redhat.com>
15022 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
15025 2014-03-19 Pedro Alves <palves@redhat.com>
15027 * gdb.base/async.c (main): Add "jump here" and "until here" line
15029 * gdb.base/async.exp (jump_here): New global.
15030 (jump& test): Use it.
15031 (until_here): New global.
15032 (until& test): Use it.
15034 2014-03-19 Pedro Alves <palves@redhat.com>
15036 * gdb.base/async.exp: Don't frob gdb_protocol.
15038 2014-03-18 Doug Evans <xdje42@gmail.com>
15040 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
15041 Fix spelling of exec-done-display.
15043 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15046 * gdb.base/gdb-sigterm.c: New file.
15047 * gdb.base/gdb-sigterm.exp: New file.
15049 2014-03-18 Pedro Alves <palves@redhat.com>
15052 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15053 * lib/mi-support.exp (mi_expect_stop): Add special handling for
15056 2014-03-17 Joel Brobecker <brobecker@adacore.com>
15058 * gdb.ada/pckd_arr_ren: New testcase.
15060 2014-03-13 Doug Evans <xdje42@gmail.com>
15063 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
15064 collect after discarding symbols.
15066 2014-03-13 Ludovic Courtès <ludo@gnu.org>
15067 Doug Evans <xdje42@gmail.com>
15069 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
15070 to history survives a gc.
15072 2014-03-13 Pedro Alves <palves@redhat.com>
15074 * gdb.base/default.exp: Don't test "target procfs".
15076 2014-03-13 Pedro Alves <palves@redhat.com>
15078 * gdb.base/default.exp: Update "target child" and "target procfs"
15079 tests to not expect "Unix".
15081 2014-03-12 Tom Tromey <tromey@redhat.com>
15083 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
15084 New procs. Add target-async tests.
15085 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
15086 Add target-async tests.
15088 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15090 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
15091 'func_start' and 'func_end' for the beginning and end of the
15092 function code, respectively.
15093 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
15094 'func_end' instead of 'func' and 'main'.
15096 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15098 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
15099 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
15100 generate the debug info assembler source.
15102 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15104 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
15105 * gdb.dwarf2/arr-subrange.exp: Likewise.
15106 * gdb.dwarf2/dwz.exp: Likewise.
15107 * gdb.dwarf2/method-ptr.exp: Likewise.
15108 * gdb.dwarf2/missing-sig-type.exp: Likewise.
15109 * gdb.dwarf2/subrange.exp: Likewise.
15110 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
15111 * gdb.dwarf2/implptrpiece.exp: Likewise.
15112 * gdb.dwarf2/nostaticblock.exp: Likewise.
15114 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15116 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
15117 directory to absolute path name arguments.
15119 2014-03-10 Joel Brobecker <brobecker@adacore.com>
15121 * gdb.ada/tagged_access: New testcase.
15123 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
15125 * gdb.btrace/data.exp: Update expected output.
15127 2014-03-06 Yao Qi <yao@codesourcery.com>
15129 * gdb.trace/pr16508.exp: New file.
15131 2014-03-05 Pedro Alves <palves@redhat.com>
15134 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
15136 (top level): Adjust to use it. Add tests that exercise breakpoint
15137 interaction with the code-cache.
15139 2014-02-26 Ludovic Courtès <ludo@gnu.org>
15141 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
15142 test for 'history-append!'.
15144 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15146 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
15147 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
15148 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
15149 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
15150 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
15151 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
15153 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15155 * testsuite/gdb.python/py-pp-re-notag.c: New file.
15156 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
15157 * testsuite/gdb.python/py-pp-re-notag.p: New file.
15159 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15161 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
15163 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15165 * gdb.dwarf2/arr-stride.c: New file.
15166 * gdb.dwarf2/arr-stride.exp: New file.
15168 2014-02-26 Pedro Alves <palves@redhat.com>
15170 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
15171 that won't ever trigger. Make sure that GDB reports the correct
15172 breakpoint that caused the stop.
15174 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15177 * gdb.base/auto-load-script: New file.
15178 * gdb.base/auto-load.c: New file.
15179 * gdb.base/auto-load.exp: New file.
15182 * gdb.base/auto-load.exp: Fix out-of-srctree run.
15184 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15186 Fix dw2-icycle.exp -fsanitize=address GDB crash.
15187 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
15189 2014-02-24 Doug Evans <dje@google.com>
15191 * lib/gdb.exp (run_on_host): Log error output if program fails.
15193 2014-02-21 Pedro Alves <palves@redhat.com>
15195 * gdb.threads/step-after-sr-lock.c: Rename to ...
15196 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
15197 * gdb.threads/step-after-sr-lock.exp: Rename to ...
15198 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15201 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
15204 * gdb.arch/amd64-stap-special-operands.exp: New file.
15205 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
15206 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
15207 * gdb.arch/amd64-stap-triplet.S: Likewise.
15208 * gdb.arch/amd64-stap-triplet.c: Likewise.
15210 2014-02-20 Joel Brobecker <brobecker@adacore.com>
15212 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
15213 in .section pseudo-op.
15215 2014-02-20 lin zuojian <manjian2006@gmail.com>
15216 Joel Brobecker <brobecker@adacore.com>
15217 Doug Evans <xdje42@gmail.com>
15220 * gdb.dwarf2/dw2-icycle.S: New file.
15221 * gdb.dwarf2/dw2-icycle.c: New file.
15222 * gdb.dwarf2/dw2-icycle.exp: New file.
15224 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
15226 * gdb.python/py-value-cc.cc: Improve test case to enable testing
15227 operations on gdb.Value objects.
15228 * gdb.python/py-value-cc.exp: Add new test to test operations on
15231 2014-02-18 Doug Evans <dje@google.com>
15233 * Makefile.in (TESTS): New variable.
15234 (expanded_tests, expanded_tests_or_none): New variables
15235 (check-single): Pass $(expanded_tests_or_none) to runtest.
15236 (check-parallel): Only run tests in $(TESTS) if non-empty.
15237 (check/no-matching-tests-found): New rule.
15238 * README: Document TESTS makefile variable.
15240 2014-02-18 Doug Evans <dje@google.com>
15242 * Makefile.in (check-parallel): rm -rf outputs temp.
15244 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15246 Fix "ERROR: no fileid for" in the testsuite.
15247 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15249 2014-02-12 Doug Evans <dje@google.com>
15251 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15252 (MISCELLANEOUS): New variable.
15253 (clean): rm -rf $(MISCELLANEOUS).
15254 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15255 dwp live in the same directory as symlinks, with each symlink pointed
15256 to a differently named file in a different directory.
15258 2014-02-11 Doug Evans <dje@google.com>
15260 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15261 of Tcl file commands.
15263 2014-02-10 Mark Kettenis <kettenis@gnu.org>
15265 * gdb.threads/step-after-sr-lock.exp: Avoid executing
15266 "kill -SIGUSR1 -1".
15268 2014-02-10 Joel Brobecker <brobecker@adacore.com>
15270 * gdb.ada/tick_length_array_enum_idx: New testcase.
15272 2014-02-10 Doug Evans <xdje42@gmail.com>
15274 * configure.ac (AC_OUTPUT): Add gdb.guile.
15275 * configure: Regenerate.
15276 * lib/gdb-guile.exp: New file.
15277 * lib/gdb.exp (get_target_charset): New function.
15278 * gdb.base/help.exp: Update expected output from "apropos apropos".
15279 * gdb.guile/Makefile.in: New file.
15280 * gdb.guile/guile.exp: New file.
15281 * gdb.guile/scm-arch.c: New file.
15282 * gdb.guile/scm-arch.exp: New file.
15283 * gdb.guile/scm-block.c: New file.
15284 * gdb.guile/scm-block.exp: New file.
15285 * gdb.guile/scm-breakpoint.c: New file.
15286 * gdb.guile/scm-breakpoint.exp: New file.
15287 * gdb.guile/scm-disasm.c: New file.
15288 * gdb.guile/scm-disasm.exp: New file.
15289 * gdb.guile/scm-equal.c: New file.
15290 * gdb.guile/scm-equal.exp: New file.
15291 * gdb.guile/scm-error.exp: New file.
15292 * gdb.guile/scm-error.scm: New file.
15293 * gdb.guile/scm-frame-args.c: New file.
15294 * gdb.guile/scm-frame-args.exp: New file.
15295 * gdb.guile/scm-frame-args.scm: New file.
15296 * gdb.guile/scm-frame-inline.c: New file.
15297 * gdb.guile/scm-frame-inline.exp: New file.
15298 * gdb.guile/scm-frame.c: New file.
15299 * gdb.guile/scm-frame.exp: New file.
15300 * gdb.guile/scm-generics.exp: New file.
15301 * gdb.guile/scm-gsmob.exp: New file.
15302 * gdb.guile/scm-iterator.c: New file.
15303 * gdb.guile/scm-iterator.exp: New file.
15304 * gdb.guile/scm-math.c: New file.
15305 * gdb.guile/scm-math.exp: New file.
15306 * gdb.guile/scm-objfile-script-gdb.in: New file.
15307 * gdb.guile/scm-objfile-script.c: New file.
15308 * gdb.guile/scm-objfile-script.exp: New file.
15309 * gdb.guile/scm-objfile.c: New file.
15310 * gdb.guile/scm-objfile.exp: New file.
15311 * gdb.guile/scm-ports.exp: New file.
15312 * gdb.guile/scm-pretty-print.c: New file.
15313 * gdb.guile/scm-pretty-print.exp: New file.
15314 * gdb.guile/scm-pretty-print.scm: New file.
15315 * gdb.guile/scm-section-script.c: New file.
15316 * gdb.guile/scm-section-script.exp: New file.
15317 * gdb.guile/scm-section-script.scm: New file.
15318 * gdb.guile/scm-symbol.c: New file.
15319 * gdb.guile/scm-symbol.exp: New file.
15320 * gdb.guile/scm-symtab-2.c: New file.
15321 * gdb.guile/scm-symtab.c: New file.
15322 * gdb.guile/scm-symtab.exp: New file.
15323 * gdb.guile/scm-type.c: New file.
15324 * gdb.guile/scm-type.exp: New file.
15325 * gdb.guile/scm-value-cc.cc: New file.
15326 * gdb.guile/scm-value-cc.exp: New file.
15327 * gdb.guile/scm-value.c: New file.
15328 * gdb.guile/scm-value.exp: New file.
15329 * gdb.guile/source2.scm: New file.
15330 * gdb.guile/types-module.cc: New file.
15331 * gdb.guile/types-module.exp: New file.
15333 2014-02-10 Yao Qi <yao@codesourcery.com>
15336 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15337 * configure: Regenerated.
15338 * Makefile.in: New file.
15340 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
15342 * gdb.python/py-framefilter.exp: Fix typo.
15344 2014-02-08 Yao Qi <yao@codesourcery.com>
15346 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15347 that no =breakpoint-modified is emitted when breakpoints are
15348 modified through MI commands.
15350 2014-02-07 Pedro Alves <pedro@codesourcery.com>
15351 Pedro Alves <palves@redhat.com>
15353 * gdb.threads/step-after-sr-lock.c: New file.
15354 * gdb.threads/step-after-sr-lock.exp: New file.
15356 2014-02-07 Pedro Alves <palves@redhat.com>
15358 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15360 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15362 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15363 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15365 2014-02-06 Doug Evans <xdje42@gmail.com>
15367 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15370 * gdb.gdb/python-interrupts.exp: New file.
15372 2014-02-05 Yao Qi <yao@codesourcery.com>
15374 * gdb.trace/report.exp (use_collected_data): Test the output
15375 of "info threads" and "info inferiors".
15377 2014-02-05 Yao Qi <yao@codesourcery.com>
15381 2013-05-24 Yao Qi <yao@codesourcery.com>
15383 * gdb.trace/tfile.exp: Test inferior and thread.
15385 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15387 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15389 * gdb.base/step-bt.c: Call hello via function pointer to make
15390 sure its first instruction is executed on powerpc64le-linux.
15392 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15394 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15396 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15398 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
15399 of the test patterns for use on little-endian systems.
15401 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15403 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15404 (decimal_vector): Fix for little-endian.
15406 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
15408 * gdb.arch/sparc-sysstep.exp: New file.
15409 * gdb.arch/sparc-sysstep.c: Likewise.
15411 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15413 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15415 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15417 2014-01-23 Tom Tromey <tromey@redhat.com>
15419 * gdb.ada/array_char_idx: New testcase.
15421 2014-01-23 Tom Tromey <tromey@redhat.com>
15424 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15425 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15428 2014-01-23 Tom Tromey <tromey@redhat.com>
15431 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15432 string from an inferior frame.
15433 * gdb.python/py-framefilter-mi.exp: Update.
15435 2014-01-22 Doug Evans <dje@google.com>
15437 * gdb.server/server-mon.exp: Add tests for "set debug-format".
15439 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15441 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15443 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15445 * gdb.trace/entry-values.exp: Remove excess space character from
15446 regex patterns. Handle s390 call instruction.
15448 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15450 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15451 define "*_start" label. Make "name" static.
15452 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15453 ${name} by references to ${name}_start.
15455 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15457 * gdb.base/info-macros.exp: Remove "debug" from the compile
15460 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15462 * gdb.dlang/demangle.exp: New file.
15464 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15466 * gdb.dlang/primitive-types.exp: New file.
15468 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15470 * configure.ac: Create gdb.dlang/Makefile.
15471 * configure: Regenerate.
15472 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15473 * gdb.dlang/Makefile.in: New file.
15474 * lib/d-support.exp: New file.
15475 * lib/gdb.exp (skip_d_tests): New proc.
15477 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15479 * gdb.btrace/delta.exp: Check reverse stepi.
15480 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
15481 * gdb.btrace/finish.exp: New.
15482 * gdb.btrace/next.exp: New.
15483 * gdb.btrace/nexti.exp: New.
15484 * gdb.btrace/record_goto.c: Add comments.
15485 * gdb.btrace/step.exp: New.
15486 * gdb.btrace/stepi.exp: New.
15487 * gdb.btrace/multi-thread-step.c: New.
15488 * gdb.btrace/multi-thread-step.exp: New.
15489 * gdb.btrace/rn-dl-bind.c: New.
15490 * gdb.btrace/rn-dl-bind.exp: New.
15491 * gdb.btrace/data.c: New.
15492 * gdb.btrace/data.exp: New.
15493 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15495 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15497 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15498 * gdb.btrace/exception.exp: Update.
15499 * gdb.btrace/instruction_history.exp: Update.
15500 * gdb.btrace/record_goto.exp: Update.
15501 * gdb.btrace/tailcall.exp: Update.
15502 * gdb.btrace/unknown_functions.exp: Update.
15503 * gdb.btrace/delta.exp: New.
15505 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15507 * gdb.btrace/record_goto.exp: Add backtrace test.
15508 * gdb.btrace/tailcall.exp: Add backtrace test.
15510 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15512 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15513 * gdb.btrace/record_goto.c: New.
15514 * gdb.btrace/record_goto.exp: New.
15515 * gdb.btrace/x86-record_goto.S: New.
15517 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15519 * gdb.btrace/function_call_history.exp: Update tests.
15520 * gdb.btrace/instruction_history.exp: Update tests.
15522 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15524 * gdb.btrace/function_call_history.exp: Fix expected field
15525 order for "record function-call-history".
15526 Add new tests for "record function-call-history /c".
15527 * gdb.btrace/exception.cc: New.
15528 * gdb.btrace/exception.exp: New.
15529 * gdb.btrace/tailcall.exp: New.
15530 * gdb.btrace/x86-tailcall.S: New.
15531 * gdb.btrace/x86-tailcall.c: New.
15532 * gdb.btrace/unknown_functions.c: New.
15533 * gdb.btrace/unknown_functions.exp: New.
15534 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15536 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15538 * gdb.btrace/instruction_history.exp: Update.
15539 * gdb.btrace/function_call_history.exp: Update.
15541 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15543 * gdb.btrace/function_call_history.exp: Fix expected function
15545 * gdb.btrace/instruction_history.exp: Initialize traced.
15546 Remove traced_functions.
15548 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15550 * gdb.btrace/function_call_history.exp: Update
15551 * gdb.btrace/instruction_history.exp: Update.
15553 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15555 * gdb.btrace/enable.exp: Update expected text.
15557 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
15559 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15562 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
15564 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15566 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
15568 * lib/gdb.exp (supports_process_record): Return true for
15569 arm*-linux*. (supports_reverse): Likewise.
15571 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
15575 * gdb.python/py-type.c: Enhance test case.
15576 * gdb.python/py-value-cc.cc: Likewise
15577 * gdb.python/py-type.exp: Add new tests.
15578 * gdb.python/py-value-cc.exp: Likewise
15580 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15581 Pedro Alves <palves@redhat.com>
15583 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15584 Make "name" extern.
15585 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15586 references to ${name}_start by references to ${name}.
15588 2014-01-10 Joel Brobecker <brobecker@adacore.com>
15590 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15592 2014-01-10 Joel Brobecker <brobecker@adacore.com>
15594 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15596 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
15597 Pedro Alves <palves@redhat.com>
15599 * gdb.mi/mi-info-os.exp: Connect to the target with
15600 mi_gdb_target_load.
15602 2014-01-08 Pedro Alves <palves@redhat.com>
15604 * gdb.threads/reconnect-signal.c: New file.
15605 * gdb.threads/reconnect-signal.exp: New file.
15607 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15609 * gdb.base/source-dir.exp: New file.
15611 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15613 * gdb.ada/mi_interface: New testcase.
15615 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15617 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15618 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15619 gdb.ada/pp-rec-component/pck.ads: New files.
15621 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15623 * gdb.python/py-pp-integral.c: New file.
15624 * gdb.python/py-pp-integral.py: New file.
15625 * gdb.python/py-pp-integral.exp: New file.
15627 For older changes see ChangeLog-1993-2013.
15629 ;; Local Variables:
15630 ;; mode: change-log
15633 ;; version-control: never
15636 Copyright 2014-2019 Free Software Foundation, Inc.
15637 Copying and distribution of this file, with or without modification,
15638 are permitted provided the copyright notice and this notice are preserved.