Test "set width/height -1"
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2019-02-27  Pedro Alves  <palves@redhat.com>
2
3         * gdb.base/page.exp: Add tests for "set width/height -1".
4
5 2019-02-27  Pedro Alves  <palves@redhat.com>
6
7         * gdb.base/page.exp: Add tests for "set/show width/height" with
8         "infinite" values.
9
10 2019-02-27  Tom Tromey  <tromey@adacore.com>
11
12         * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
13         2.4.
14         * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
15         workaround.
16
17 2019-02-27  Andrew Burgess  <andrew.burgess@embecosm.com>
18
19         * gdb.base/align.exp: Extend to compile in both C and C++, and add
20         tests for structs with static members.
21
22 2019-02-26  Tom Tromey  <tromey@adacore.com>
23
24         * gdb.python/py-value.exp (test_value_from_buffer): Check for
25         ValueError, not TypeError.
26
27 2019-02-26  Kevin Buettner  <kevinb@redhat.com>
28
29         * gdb.python/py-value.exp (test_value_from_buffer): New proc with
30         call from main program.
31
32 2019-02-23  Joel Brobecker  <brobecker@adacore.com>
33
34         * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
35         * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
36         * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
37         * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
38         * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
39
40 2019-02-22  Keith Seitz  <keiths@redhat.com>
41
42         PR symtab/23853
43         * gdb.base/symlink-sourcefile.c: New file.
44         * gdb.base/symlink-sourcefile.exp: New file.
45
46 2019-02-20  Tom Tromey  <tom@tromey.com>
47
48         * gdb.base/info_qt.exp: Update.
49
50 2019-02-19  Simon Marchi  <simon.marchi@polymtl.ca>
51
52         * gdb.base/source.exp: Move "error in sourced script" code to
53         the end.
54         * gdb.base/source-error.gdb: Move contents to
55         source-error-1.gdb.  Add new code to source source-error-1.gdb.
56         * gdb.base/source-error-1.gdb: New file, from previous
57         source-error.gdb.
58
59 2019-02-17  Tom Tromey  <tom@tromey.com>
60
61         * gdb.base/style.exp: Use -g3 to compile when possible.  Add test
62         for macro styling.
63         * gdb.base/style.c (SOME_MACRO): New macro.
64
65 2019-02-17  Tom Tromey  <tom@tromey.com>
66
67         * gdb.base/style.exp: Add line-wrapping tests.
68         * gdb.base/page.exp: Add test for quitting during pagination.
69
70 2019-02-17  Joel Brobecker  <brobecker@adacore.com>
71
72         * gdb.ada/big_packed_array: New testcase.
73         * gdb.ada/homonym.exp: Fix incorrect expected output for
74         "break <homonym__get_value>" test.
75
76 2019-02-13  Weimin Pan  <weimin.pan@oracle.com>
77
78         PR breakpoints/21870
79         * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
80         and prepare_for_testing.  Add comment.
81         * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
82         redundant cleanup call.  Clean up comment.
83
84 2019-02-12  Weimin Pan  <weimin.pan@oracle.com>
85
86         PR breakpoints/21870
87         * gdb.arch/aarch64-dbreg-contents.exp: New file.
88         * gdb.arch/aarch64-dbreg-contents.c: New file.
89
90 2019-02-10  Joel Brobecker  <brobecker@adacore.com>
91
92         * gdb.ada/mi_ref_changeable: New testcase.
93
94 2019-02-07  Alan Hayward  <alan.hayward@arm.com>
95
96         * gdb.base/attach.exp: Add double attach test.
97
98 2019-02-07  Simon Marchi  <simon.marchi@polymtl.ca>
99
100         * lib/gdb.exp (default_gdb_start): Don't match pagination
101         prompt.
102         (gdb_init): Set stty_init.
103
104 2019-01-27  Tom Tromey  <tom@tromey.com>
105
106         * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
107         skip_python_tests.
108
109 2019-01-24  Alan Hayward  <alan.hayward@arm.com>
110
111         * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
112         New structure.
113         (struct struct_static_02_02): Likewise.
114         (struct struct_static_02_03): Likewise.
115         (struct struct_static_02_04): Likewise.
116         (struct struct_static_04_01): Likewise.
117         (struct struct_static_04_02): Likewise.
118         (struct struct_static_04_03): Likewise.
119         (struct struct_static_04_04): Likewise.
120         (struct struct_static_06_01): Likewise.
121         (struct struct_static_06_02): Likewise.
122         (struct struct_static_06_03): Likewise.
123         (struct struct_static_06_04): Likewise.
124         (cmp_struct_static_02_01): Likewise.
125         (cmp_struct_static_02_02): Likewise.
126         (cmp_struct_static_02_03): Likewise.
127         (cmp_struct_static_02_04): Likewise.
128         (cmp_struct_static_04_01): Likewise.
129         (cmp_struct_static_04_02): Likewise.
130         (cmp_struct_static_04_03): Likewise.
131         (cmp_struct_static_04_04): Likewise.
132         (cmp_struct_static_06_01): Likewise.
133         (cmp_struct_static_06_02): Likewise.
134         (cmp_struct_static_06_03): Likewise.
135         (cmp_struct_static_06_04): Likewise.
136         (call_all): Test new structs.
137         * gdb.base/infcall-nested-structs.exp: Likewise.
138
139 2019-01-21  Alan Hayward  <alan.hayward@arm.com>
140         * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
141
142 2019-01-21  Alan Hayward  <alan.hayward@arm.com>
143         * gdb.base/stack-protector.c: New test.
144         * gdb.base/stack-protector.exp: New file.
145         * gdb.cp/ovldbreak.exp: Only allow a single break line.
146         * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
147         option.
148         (gdb_compile): Remove stack protector for GCC and prevent
149         recursion.
150
151 2019-01-16  Keith Seitz  <keiths@redhat.com>
152
153         PR gdb/23773
154         * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
155
156 2019-01-14  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
157
158         * gdb.arch/vsx-regs.exp: Add tests that use the vector register
159         aliases.
160         * gdb.arch/altivec-regs.exp: Likewise.  Fix indentation of two
161         tests.
162         * gdb.arch/powerpc-vector-regs.c: New file.
163         * gdb.arch/powerpc-vector-regs.exp: New file.
164
165 2019-01-14  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
166
167         * gdb.arch/altivec-regs.exp: Fix the list passed to
168         gdb_expect_list when testing "info vector".
169
170 2019-01-12  Andrew Burgess  <andrew.burgess@embecosm.com>
171
172         * gdb.base/style.exp: Don't include path in testname.
173
174 2019-01-10  Keith Seitz  <keiths@redhat.com>
175
176         PR gdb/23712
177         PR symtab/23010
178         * gdb.dwarf2/multidictionary.exp: New file.
179
180 2019-01-09  Simon Marchi  <simon.marchi@ericsson.com>
181
182         * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
183         (test_gnuv3_style_demangling): ... this.
184         (test_lucid_style_demangling): Remove.
185         (test_arm_style_demangling): Remove.
186         (test_hp_style_demangling): Remove.
187         (do_tests): Remove calls to the above.
188
189 2019-01-09  Andrew Burgess  <andrew.burgess@embecosm.com>
190
191         * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
192         case.
193
194 2019-01-06  Tom Tromey  <tom@tromey.com>
195
196         PR gdb/28155:
197         * gdb.dwarf2/typedef-void-finish.exp: New file.
198
199 2018-12-28  Tom Tromey  <tom@tromey.com>
200             Simon Marchi <simark@simark.ca>
201
202         * gdb.base/jit-exec.exp: New file.
203         * gdb.base/jit-exec.c: New file.
204         * gdb.base/jit-execd.c: New file.
205
206 2018-12-28  Tom Tromey  <tom@tromey.com>
207
208         * gdb.base/style.exp: Update test to check for address styling.
209
210 2018-12-28  Tom Tromey  <tom@tromey.com>
211
212         * gdb.base/style.exp: Add test for styling of "Reading symbols"
213         message.
214
215 2018-12-28  Tom Tromey  <tom@tromey.com>
216
217         * gdb.base/style.exp: Add test for version number styling.
218
219 2018-12-28  Tom Tromey  <tom@tromey.com>
220
221         * gdb.base/style.exp: Add test for print_address_symbolic.
222
223 2018-12-28  Tom Tromey  <tom@tromey.com>
224
225         * gdb.base/style.exp: Add test for breakpoint setting.
226
227 2018-12-28  Tom Tromey  <tom@tromey.com>
228
229         * gdb.base/style.exp: Add test for variable names.
230
231 2018-12-28  Tom Tromey  <tom@tromey.com>
232
233         * gdb.base/style.exp: New file.
234         * gdb.base/style.c: New file.
235
236 2018-12-28  Tom Tromey  <tom@tromey.com>
237
238         * lib/gdb.exp (gdb_init): Set the TERM environment variable to
239         "dumb".
240         * gdb.base/readline.exp (operate_and_get_next): Save and restore
241         the TERM environment variable.
242
243 2018-12-27  Tom Tromey  <tom@tromey.com>
244
245         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
246         pagination test.
247
248 2018-12-24  Andrew Burgess  <andrew.burgess@embecosm.com>
249
250         * gdb.dwarf2/dw2-unusual-field-names.c: New file.
251         * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
252
253 2018-12-24  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
254
255         * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
256         Filename a.adb changed to bp_fun_addr.adb.
257         gdb.ada/bp_fun_addr.exp: Update test accordingly.
258
259 2018-12-21  Jan Vrany  <jan.vrany@fit.cvut.cz>
260
261         * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
262         non-PIE executables.
263         * README: Mention the gdb,nopie_flag board setting.
264         * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
265         non-PIE executable.
266         * gdb.arch/amd64-entry-value.exp: Likewise.
267         * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
268         * gdb.arch/i386-float.exp: Likewise.
269         * gdb.arch/i386-signal.exp: Likewise.
270         * gdb.mi/mi-reg-undefined.exp: Likewise.
271
272 2018-12-21  Paul Marechal  <paul.marechal@ericsson.com>
273
274         PR gdb/23974
275         * gdb.base/info-os.exp: Check return for unknown "info os" type.
276
277 2018-12-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
278
279         * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
280         Update order of results accordingly.
281
282 2018-12-12  Andrew Burgess  <andrew.burgess@embecosm.com>
283
284         * gdb.base/annota1.exp: Update a test regexp.
285
286 2018-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
287
288         * gdb.base/float.exp: Handle RISC-V targets without an FPU.
289
290 2018-12-09  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
291
292         * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
293         (reuse_time): Initialize to REUSE_TIME_CAP.
294         (check_rc): New function.
295         (main): Use REUSE_TIME_CAP instead of hardcoded 60.
296         Check pthread_create rc.
297         (spawner_thread_func): Check pthread_create and pthread_join rc.
298
299 2018-12-08  Pedro Alves  <palves@redhat.com>
300
301         * gdb.base/list.exp (test_forward_search): Rename to ...
302         (test_forward_reverse_search): ... this.  Also test reverse-search
303         and the forward-search alias.
304
305 2018-12-05  Andrew Burgess  <andrew.burgess@embecosm.com>
306
307         * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
308         local timeout variable before return, and remove all local timeout
309         variable entirely.
310         (gdb_load): Likewise.
311
312 2018-12-01  Tom de Vries  <tdevries@suse.de>
313
314         * gdb.base/gdb-caching-proc.exp: New file.
315
316 2018-11-25  Sergio Durigan Junior  <sergiodj@redhat.com>
317
318         * Makefile.in (TIMESTAMP): New variable.
319         (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
320         command.
321         (check-single-racy): Likewise.
322         (check/%.exp): Likewise.
323         (check-racy/%.exp): Likewise.
324         (workers/%.worker): Likewise.
325         (build-perf): Likewise.
326         (check-perf): Likewise.
327         * README: Describe new "TS" and "TS_FORMAT" variables.
328         * print-ts.py: New file.
329
330 2018-11-21  Benno Fünfstück  <benno.fuenfstueck@gmail.com>
331
332         PR python/23714
333         * gdb.python/python.exp: Test command repetition after
334         gdb.execute.
335
336 2018-11-20  Andrew Burgess  <andrew.burgess@embecosm.com>
337
338         * gdb.opt/inline-break.exp: Add test that info breakpoint output
339         is correctly aligned.
340
341 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
342
343         * gdb.ada/info_auto_lang.exp: New testcase.
344         * gdb.ada/info_auto_lang/global_pack.ads: New file.
345         * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
346         * gdb.ada/info_auto_lang/some_c.c: New file.
347
348 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
349
350         * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
351         FUNC_lang language syntax.
352
353 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
354
355         * gdb.base/info_minsym.c: New file.
356         * gdb.base/info_minsym.exp: New file.
357
358 2018-11-19  Tom Tromey  <tom@tromey.com>
359
360         PR rust/23625:
361         * gdb.rust/simple.exp: Add ptype test.  Update expected output.
362         * gdb.rust/expr.exp: Update expected output.  Change one test.
363
364 2018-11-19  Tom Tromey  <tom@tromey.com>
365
366         * gdb.rust/simple.rs: Don't initialize empty_enum_value.
367
368 2018-11-19  Pedro Alves  <palves@redhat.com>
369
370         * gdb.base/warning.exp: Don't override INTERNAL_FLAGS.  Use
371         gdb_spawn_with_cmdline_opts instead of gdb_start.  Check that we
372         see the expected warning.
373
374 2018-11-16  Alan Hayward  <alan.hayward@arm.com>
375
376         PR gdb/22736:
377         * gdb.cp/infcall-nodebug-lib.c: New test.
378         * gdb.cp/infcall-nodebug-main.c: New test.
379         * gdb.cp/infcall-nodebug.exp: New file.
380
381 2018-11-12  Simon Marchi  <simon.marchi@polymtl.ca>
382
383         * gdb.base/skip.exp: Add standard_testfile.  Add "skip delete"
384         completer tests.
385
386 2018-11-09  Tom de Vries  <tdevries@suse.de>
387
388         * gdb.base/msym-lang.c: New test.
389         * gdb.base/msym-lang.exp: New file.
390         * gdb.base/msym-lang-main.c: New test.
391
392 2018-11-08  Tom Tromey  <tom@tromey.com>
393
394         PR gdb/23555:
395         PR gdb/23838:
396         * gdb.base/warning.exp: New file.
397
398 2018-11-08  Jan Beulich  <jbeulich@suse.com>
399
400         * testsuite/gdb.arch/i386-avx512.c,
401         testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
402
403 2018-11-08  Andrew Burgess  <andrew.burgess@embecosm.com>
404
405         * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
406         point hardware.
407
408 2018-11-07  Andrew Burgess  <andrew.burgess@embecosm.com>
409
410         * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
411         * gdb.dwarf2/missing-type-name.exp: New file.
412
413 2018-11-06  Tom de Vries  <tdevries@suse.de>
414
415         * gdb.base/many-headers.c: New test.
416         * gdb.base/many-headers.exp: New file.
417
418 2018-11-06  Jim Wilson  <jimw@sifive.com>
419
420         * gdb.base/code_elim.exp: For riscv, set additional_flags
421         to include -msmall-data-limit=0.
422
423 2018-11-01  Joel Brobecker  <brobecker@adacore.com>
424
425         * gdb.ada/watch_minus_l: New testcase.
426
427 2018-11-01  Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
428
429         * gdb.arch/aix-sighandle.c: New file.
430         * gdb.arch/aix-sighandle.exp: New file.
431
432 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
433
434         * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
435         registers being unions.
436
437 2018-10-31  Tom de Vries  <tdevries@suse.de>
438
439         * lib/valgrind.exp: New file.
440          (vgdb_start, vgdb_stop): New procs, factored out of ...
441         * gdb.base/valgrind-bt.exp: ... here, ...
442         * gdb.base/valgrind-disp-step.exp: ... here and ...
443         * gdb.base/valgrind-infcall.exp: ... here.
444
445 2018-10-31  Tom de Vries  <tdevries@suse.de>
446
447         * lib/gdb.exp (get_valueof): Don't output read value in test name.
448
449 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
450
451         * gdb.dwarf2/void-type.c: New file.
452         * gdb.dwarf2/void-type.exp: New file.
453
454 2018-10-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
455
456         * gdb.base/info_qt.c: New file.
457         * gdb.base/info_qt.exp: New file.
458
459 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
460
461         * gdb.arch/powerpc-htm-regs.c: New file.
462         * gdb.arch/powerpc-htm-regs.exp: New file.
463
464 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
465
466         * gdb.arch/powerpc-tar.c: New file.
467         * gdb.arch/powerpc-tar.exp: New file.
468
469 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
470
471         * gdb.arch/powerpc-ppr-dscr.c: New file.
472         * gdb.arch/powerpc-ppr-dscr.exp: New file.
473
474 2018-10-25  Tom de Vries  <tdevries@suse.de>
475
476         * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
477
478 2018-10-24  Tom de Vries  <tdevries@suse.de>
479
480         * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
481         longer exists error.
482
483 2018-10-24  Tom de Vries  <tdevries@suse.de>
484
485         * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
486
487 2018-10-24  Tom de Vries  <tdevries@suse.de>
488
489         * gdb.base/valgrind-db-attach.exp: Handle removed support for
490         --db-attach in valgrind.
491
492 2018-10-23  Andrew Burgess  <andrew.burgess@embecosm.com>
493
494         * gdb.arch/riscv-reg-aliases.c: New file.
495         * gdb.arch/riscv-reg-aliases.exp: New file.
496
497 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
498
499         * gdb.python/py-cmd.exp: Check for gdb_prompt.
500
501 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
502
503         * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
504
505 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
506
507         * gdb.cp/ovldbreak.exp: Fix regexps.
508
509 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
510
511         * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
512
513 2018-10-18  Sergio Durigan Junior  <sergiodj@redhat.com>
514
515         PR cli/23785
516         * gdb.base/restore.exp: New test to check if "restore" with an
517         invalid file doesn't segfault.
518
519 2018-10-18  Tom de Vries  <tdevries@suse.de>
520
521         * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
522         * gdb.ada/excep_handle.exp: Same.
523         * gdb.ada/mi_string_access.exp: Same.
524         * gdb.ada/mi_var_union.exp: Same.
525         * gdb.arch/arc-analyze-prologue.exp: Same.
526         * gdb.arch/arc-decode-insn.exp: Same.
527         * gdb.base/readnever.exp: Same.
528         * gdb.fortran/printing-types.exp: Same.
529         * gdb.guile/scm-lazy-string.exp: Same.
530
531 2018-10-16  Tom de Vries  <tdevries@suse.de>
532
533         PR gdb/23730
534         * gdb.base/catch-follow-exec.c: Add copyright notice.
535         * gdb.base/catch-follow-exec.exp: Rewrite to use
536         gdb_spawn_with_cmdline_opts.  Require gdb-native.
537
538 2018-10-12  Sandra Loosemore  <sandra@codesourcery.com>
539
540         * gdb.trace/actions-changed.exp: Check for arch support.
541         * gdb.trace/actions.exp: Likewise.
542         * gdb.trace/ax.exp: Likewise.
543         * gdb.trace/backtrace.exp: Likewise.
544         * gdb.trace/change-loc.exp: Likewise.
545         * gdb.trace/deltrace.exp: Likewise.
546         * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
547         * gdb.trace/ftrace.exp: Likewise.
548         * gdb.trace/infotrace.exp: Check for arch support.
549         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
550         * gdb.trace/mi-tracepoint-changed.exp: Likewise.
551         * gdb.trace/mi-tsv-changed.exp: Likewise.
552         * gdb.trace/packetlen.exp: Likewise.
553         * gdb.trace/passc-dyn.exp: Likewise.
554         * gdb.trace/passcount.exp: Likewise.
555         * gdb.trace/pending.exp: Likewise.
556         * gdb.trace/range-stepping.exp: Check for shlib support.
557         * gdb.trace/report.exp: Check for arch support.
558         * gdb.trace/save-trace.exp: Likewise.
559         * gdb.trace/signal.exp: Check for signal support.
560         * gdb.trace/tfind.exp: Check for arch support.
561         * gdb.trace/trace-break.exp: Check for arch and shlib support.
562         * gdb.trace/trace-common.h: Add comment.
563         * gdb.trace/trace-condition.exp: Check for shlib and arch support.
564         * gdb.trace/trace-enable-disable.exp: Likewise.
565         * gdb.trace/trace-mt.exp: Likewise.  Remove redundant untested call.
566         * gdb.trace/tracecmd.exp: Check for arch support.
567         * gdb.trace/tspeed.exp: Check for shlib and target support.
568         * gdb.trace/tstatus.exp: Check for arch support.
569         * gdb.trace/tsv.exp: Likewise.
570         * gdb.trace/while-dyn.exp: Likewise.
571         * gdb.trace/while-stepping.exp: Likewise.
572         * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
573
574 2018-10-12  Simon Marchi  <simon.marchi@ericsson.com>
575
576         * gdb.trace/tspeed.exp: Remove nowarnings.
577         (prepare_for_trace_test): Declare "global ipalib".
578         * gdb.trace/tspeed.c: Include unistd.h.
579         (main): Remove superfluous printf argument.
580
581 2018-10-11  Sandra Loosemore  <sandra@codesourcery.com>
582
583         * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
584         directory prefix on the filename.
585
586 2018-10-10  Sergio Durigan Junior  <sergiodj@redhat.com>
587
588         * gdb.gdb/unittest.exp: Update expected message informing that
589         selftests have been disabled.
590         * gdb.server/unittest.exp: Likewise.
591
592 2018-10-09  Tom de Vries  <tdevries@suse.de>
593
594         * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
595         with runto_main.
596
597 2018-10-08  Weimin Pan  <weimin.pan@oracle.com>
598
599         PR c++/16841
600         * gdb.cp/virtbase2.cc: New file.
601         * gdb.cp/virtbase2.exp: New file.
602
603 2018-10-06  Tom Tromey  <tom@tromey.com>
604
605         PR python/19399:
606         * gdb.python/py-inferior.exp: Add architecture test.
607
608 2018-10-06  Tom Tromey  <tom@tromey.com>
609
610         * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
611         * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
612
613 2018-10-06  Tom Tromey  <tom@tromey.com>
614
615         * gdb.python/py-breakpoint.exp (check_last_event): Check location
616         of a "throw" catchpoint.
617
618 2018-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
619
620         * gdb.base/info-proc.exp: Update string expected from "help info
621         proc".
622
623 2018-10-04  Tom Tromey  <tom@tromey.com>
624
625         * gdb.cp/maint.exp (test_invalid_name): Update expected output.
626         * gdb.gdb/complaints.exp (test_short_complaints): Remove.
627         (test_initial_complaints, test_empty_complaints): Update.
628         * gdb.dwarf2/dw2-stack-boundary.exp: Update.
629
630 2018-10-04  Tom Tromey  <tom@tromey.com>
631
632         PR cli/19551:
633         * lib/mi-support.exp (mi_gdb_file_cmd): Update.
634         * lib/gdb.exp (gdb_file_cmd): Update.
635         * gdb.stabs/weird.exp (print_weird_var): Update.
636         * gdb.server/solib-list.exp: Update.
637         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
638         * gdb.mi/mi-cli.exp: Update.
639         * gdb.linespec/linespec.exp: Update.
640         * gdb.dwarf2/dw2-stack-boundary.exp: Update.
641         * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
642         * gdb.cp/cp-relocate.exp: Update.
643         * gdb.base/sym-file.exp: Update.
644         * gdb.base/relocate.exp: Update.
645         * gdb.base/readnever.exp: Update.
646         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
647         * gdb.base/kill-detach-inferiors-cmd.exp: Update.
648         * gdb.base/dbx.exp (gdb_file_cmd): Update.
649         * gdb.base/code_elim.exp: Update.
650         * gdb.base/break-unload-file.exp (test_break): Update.
651         * gdb.base/break-interp.exp (test_attach_gdb): Update.
652         * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
653         Update.
654         * gdb.base/attach.exp (do_attach_tests): Update.
655         * gdb.base/sepdebug.exp: Update.
656         * gdb.python/py-section-script.exp: Update.
657
658 2018-10-04  Tom Tromey  <tom@tromey.com>
659
660         PR cli/22234:
661         * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
662         * gdb.gdb/complaints.exp (test_short_complaints): Update expected
663         output.
664
665 2018-10-04  Tom Tromey  <tom@tromey.com>
666
667         * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
668         set width and height to 0.
669         (test_command_line_attach_run): Use -quiet.
670
671 2018-10-03  Sandra Loosemore  <sandra@codesourcery.com>
672
673         * lib/gdb.exp (skip_ifunc_tests): New.
674         * gdb.base/gnu-ifunc.exp: Skip if no ifunc support.  Handle
675         other compile failures.
676         * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
677
678 2018-10-01  Simon Marchi  <simon.marchi@ericsson.com>
679
680         * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
681         is_amd64_regs_target.
682
683 2018-10-01  Alan Hayward  <alan.hayward@arm.com>
684
685         * gdb.arch/aarch64-sighandler-regs.c: New test.
686         * gdb.arch/aarch64-sighandler-regs.exp: New file.
687         * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
688
689 2018-10-01  Markus Metzger  <markus.t.metzger@intel.com>
690
691         * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
692         assembly.
693
694 2018-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
695
696         * gdb.base/frame-selection.exp: New file.
697         * gdb.base/frame-selection.c: New file.
698
699 2018-09-27  Alan Hayward  <alan.hayward@arm.com>
700
701         * gdb.threads/check-libthread-db.c (thread_routine): Use a
702         pthread barrier.
703         (main): Likewise.
704
705 2018-09-26  Andrew Burgess  <andrew.burgess@embecosm.com>
706
707         * gdb.base/large-frame-1.c: New file.
708         * gdb.base/large-frame-2.c: New file.
709         * gdb.base/large-frame.exp: New file.
710         * gdb.base/large-frame.h: New file.
711
712 2018-09-24  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
713
714         PR gdb/20948
715         * gdb.base/write_mem.exp: New test.
716         * gdb.base/write_mem.c: Likewise.
717
718 2018-09-23  Tom Tromey  <tom@tromey.com>
719
720         PR python/18852:
721         * gdb.python/py-parameter.exp: Add test for parameter that throws
722         on "set".
723
724 2018-09-23  Tom Tromey  <tom@tromey.com>
725
726         PR python/17284:
727         * gdb.python/py-template.exp (test_template_arg): Add test for
728         negative template argument number.
729
730 2018-09-23  Tom Tromey  <tom@tromey.com>
731
732         PR python/14062:
733         * gdb.python/python.exp: Add test for post_event error.
734
735 2018-09-23  Tom Tromey  <tom@tromey.com>
736
737         PR python/18170:
738         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
739         convert pointers to int and long.
740
741 2018-09-23  Tom Tromey  <tom@tromey.com>
742
743         PR python/20126:
744         * gdb.python/py-value.exp (test_value_numeric_ops): Add
745         signed-ness conversion tests.
746
747 2018-09-23  Tom Tromey  <tom@tromey.com>
748
749         PR python/18352;
750         * gdb.python/py-value.exp (test_float_conversion): New proc.
751         Use it.
752
753 2018-09-20  Hafiz Abid Qadeer  <abidh@codesourcery.com>
754
755         gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
756
757 2018-09-18  Sandra Loosemore  <sandra@codesourcery.com>
758
759         * gdb.base/complete-empty.exp: Skip tab-completion tests if
760         no readline.
761         * gdb.base/utf8-identifiers.exp: Likewise.
762         * gdb.cp/cpcompletion.exp: Likewise.
763         * gdb.linespec/cpcompletion.exp: Likewise.
764         * gdb.linespec/cpls-abi-tag.exp: Likewise.
765         * gdb.linespec/cpls-ops.exp: Likewise.
766
767 2018-09-19  Richard Bunt  <richard.bunt@arm.com>
768             Chris January  <chris.january@arm.com>
769
770         * gdb.cp/koenig.exp: Extend to test logical short circuiting.
771         * gdb.fortran/short-circuit-argument-list.exp: New file.
772         * gdb.fortran/short-circuit-argument-list.f90: New test.
773
774 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
775
776         * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
777         "arch=" keyword when executing "-stack-list-frames".
778
779 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
780
781         * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
782         "arch=" keyword when executing "-stack-list-frames".
783
784 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
785
786         * gdb.ada/complete.exp: Expect for "@" when doing "complete
787         break ada".
788
789 2018-09-17  Simon Marchi  <simon.marchi@polymtl.ca>
790
791         PR python/23669
792         * gdb.python/python.exp: Test gdb.execute("show commands").
793
794 2018-09-16  Tom Tromey  <tom@tromey.com>
795
796         * gdb.base/new-ui.exp (do_execution_tests): Update.
797         * gdb.base/dbx.exp (test_breakpoints): Update.
798
799 2018-09-14  Alan Hayward  <alan.hayward@arm.com>
800
801         * lib/gdb.exp (gdb_simple_compile): Add proc.
802         (is_elf_target): Use gdb_simple_compile.
803         (skip_altivec_tests): Likewise.
804         (skip_vsx_tests): Likewise.
805         (skip_tsx_tests): Likewise.
806         (skip_btrace_tests): Likewise.
807         (skip_btrace_pt_tests): Likewise.
808         (gdb_can_simple_compile): Likewise.
809         (gdb_has_argv0): Likewise.
810         (gdb_target_symbol_prefix): Likewise.
811         (target_supports_scheduler_locking): Likewise.
812
813 2018-09-13  Tom Tromey  <tom@tromey.com>
814
815         * Makefile.in (TAGS): Recognize proc_with_prefix and
816         gdb_caching_proc.
817
818 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
819
820         * gdb.python/py-progspace.exp: Test the Progspace.objfiles
821         method.
822
823 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
824
825         * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
826         and a few other Inferior properties when the Inferior is no
827         longer valid.
828
829 2018-09-13  Tom Tromey  <tom@tromey.com>
830
831         PR rust/23650:
832         * gdb.rust/simple.exp: Add test for enum field access error.
833
834 2018-09-13  Tom Tromey  <tom@tromey.com>
835
836         PR rust/23626:
837         * gdb.rust/simple.rs (EmptyEnum): New type.
838         (main): Use it.
839         * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
840
841 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
842
843         * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
844         * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
845         * gdb.python/py-symtab.exp: Update test printing an objfile.
846
847 2018-09-12  Simon Marchi  <simon.marchi@ericsson.com>
848
849         * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
850         object.
851
852 2018-09-12  Alan Hayward  <alan.hayward@arm.com>
853
854         * lib/gdb.exp (gdb_can_simple_compile): Add proc.
855         (support_complex_tests): Use gdb_can_simple_compile.
856         (is_ilp32_target): Likewise.
857         (is_lp64_target): Likewise.
858         (is_64_target): Likewise.
859         (is_amd64_regs_target): Likewise.
860         (is_aarch32_target): Likewise.
861         (gdb_int128_helper): Likewise.
862
863 2018-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
864
865         * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
866
867 2018-09-10  Jerome Guitton  <guitton@adacore.com>
868
869         * gdb.ada/same_component_name: Add test for case of tagged record
870         with variable-length fields.
871
872 2018-09-10  Xavier Roirand  <roirand@adacore.com>
873
874         * gdb.ada/access_to_unbounded_array.exp: New testcase.
875         * gdb.ada/access_to_unbounded_array/foo.adb: New file.
876         * gdb.ada/access_to_unbounded_array/pack.adb: New file.
877         * gdb.ada/access_to_unbounded_array/pack.ads: New file.
878
879 2018-09-10  Xavier Roirand  <roirand@adacore.com>
880
881         * gdb.ada/mi_string_access.exp: New testcase.
882         * gdb.ada/mi_string_access/bar.adb: New file.
883         * gdb.ada/mi_string_access/pck.adb: New file.
884         * gdb.ada/mi_string_access/pck.asd: New file.
885
886 2018-09-10  Xavier Roirand  <roirand@adacore.com>
887
888         * gdb.ada/mi_var_union.exp: New testcase.
889         * gdb.ada/mi_var_union/bar.adb: New file.
890         * gdb.ada/mi_var_union/pck.adb: New file.
891         * gdb.ada/mi_var_union/pck.asd: New file.
892
893 2018-09-08  Tom Tromey  <tom@tromey.com>
894
895         * gdb.python/py-prettyprint.exp: Use with_test_prefix.
896
897 2018-09-08  Tom Tromey  <tom@tromey.com>
898
899         PR python/16047:
900         * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
901         (register_pretty_printers): Register new printer.
902         * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
903         test.
904         * gdb.python/py-prettyprint.c (int_type3): New typedef.
905         (an_int_type3): New global.
906
907 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
908
909         * gdb.ada/expr_with_funcall: New testcase.
910
911 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
912
913         * gdb.ada/packed_array_assign: New testcase.
914
915 2018-09-07  Andrew Burgess  <andrew.burgess@embecosm.com>
916
917         * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
918         names, and add test prefixes to make test names unique.
919
920 2018-09-05  Tom de Vries  <tdevries@suse.de>
921
922         * gdb.dwarf2/varval.exp: Add test.
923
924 2018-09-04  Gary Benson <gbenson@redhat.com>
925
926         * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
927         'eof' before 'wait -i'.  Use remote_close and clear_gdb_spawn_id.
928
929 2018-08-31  Tom Tromey  <tom@tromey.com>
930
931         * gdb.rust/simple.rs: Rename second variable "v".
932
933 2018-08-30  Andrew Burgess  <andrew.burgess@embecosm.com>
934
935         * gdb.base/funcargs.c (use_a): New function.
936         (recurse): Call use_a.
937
938 2018-08-29  Keith Seitz  <keiths@redhat.com>
939
940         * gdb.compile/compile-cplus-anonymous.cc: New file.
941         * gdb.compile/compile-cplus-anonymous.exp: New file.
942         * gdb.compile/compile-cplus-array-decay.cc: New file.
943         * gdb.compile/compile-cplus-array-decay.exp: New file.
944         * gdb.compile/compile-cplus-inherit.cc: New file.
945         * gdb.compile/compile-cplus-inherit.exp: New file.
946         * gdb.compile/compile-cplus-member.cc: New file.
947         * gdb.compile/compile-cplus-member.exp: New file.
948         * gdb.compile/compile-cplus-method.cc: New file.
949         * gdb.compile/compile-cplus-method.exp: New file.
950         * gdb.compile/compile-cplus-mod.c: "New" file.
951         * gdb.compile/compile-cplus-namespace.cc: New file.
952         * gdb.compile/compile-cplus-namespace.exp: New file.
953         * gdb.compile/compile-cplus-nested.cc: New file.
954         * gdb.compile/compile-cplus-nested.exp: New file.
955         * gdb.compile/compile-cplus-print.c: "New" file.
956         * gdb.compile/compile-cplus-print.exp: "New" file.
957         * gdb.compile/compile-cplus-virtual.cc: New file.
958         * gdb.compile/compile-cplus-virtual.exp: New file.
959         * gdb.compile/compile-cplus.c: "New" file.
960         * gdb.compile/compile-cplus.exp: "New" file.
961         * lib/compile-support.exp: New file.
962
963 2018-08-16  Gary Benson <gbenson@redhat.com>
964
965         PR gdb/13000:
966         * gdb.base/batch-exit-status.exp: New file.
967         * gdb.base/batch-exit-status.good-commands: Likewise.
968         * gdb.base/batch-exit-status.bad-commands: Likewise.
969
970 2018-08-29  Alan Hayward  <alan.hayward@arm.com>
971
972         * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
973         (struct struct02): Likewise.
974         (struct struct03): Likewise.
975         (struct struct04): Likewise.
976         (struct struct_01_01): New struct.
977         (struct struct_01_02): Likewise.
978         (struct struct_01_03): Likewise.
979         (struct struct_01_04): Likewise.
980         (struct struct_02_01): Likewise.
981         (struct struct_02_02): Likewise.
982         (struct struct_02_03): Likewise.
983         (struct struct_02_04): Likewise.
984         (struct struct_04_01): Likewise.
985         (struct struct_04_02): Likewise.
986         (struct struct_04_03): Likewise.
987         (struct struct_04_04): Likewise.
988         (struct struct_05_01): Likewise.
989         (struct struct_05_02): Likewise.
990         (struct struct_05_03): Likewise.
991         (struct struct_05_04): Likewise.
992         (cmp_struct01): Remove function.
993         (cmp_struct02): Likewise.
994         (cmp_struct03): Likewise.
995         (cmp_struct04): Likewise.
996         (cmp_struct_01_01): Add Function.
997         (cmp_struct_01_02): Likewise.
998         (cmp_struct_01_03): Likewise.
999         (cmp_struct_01_04): Likewise.
1000         (cmp_struct_02_01): Likewise.
1001         (cmp_struct_02_02): Likewise.
1002         (cmp_struct_02_03): Likewise.
1003         (cmp_struct_02_04): Likewise.
1004         (cmp_struct_04_01): Likewise.
1005         (cmp_struct_04_02): Likewise.
1006         (cmp_struct_04_03): Likewise.
1007         (cmp_struct_04_04): Likewise.
1008         (cmp_struct_05_01): Likewise.
1009         (cmp_struct_05_02): Likewise.
1010         (cmp_struct_05_03): Likewise.
1011         (cmp_struct_05_04): Likewise.
1012         (call_all): Add new structs.
1013         * gdb.base/infcall-nested-structs.exp: Likewise.
1014
1015 2018-08-27  Jan Vrany  <jan.vrany@fit.cvut.cz>
1016
1017         * gdb.python/py-framefilter-mi.exp: Update regexp to
1018         check for "arch" field in frame output.
1019
1020 2018-08-23  Kevin Buettner  <kevinb@redhat.com>
1021
1022         * gdb.dwarf2/dw2-ranges-func.c: New file.
1023         * gdb.dwarf2/dw2-ranges-func.exp: New file.
1024
1025 2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
1026
1027         * gdb.base/term.exp: Compare terminal settings with values from
1028         the inferior.
1029         * gdb.base/term.c: Get and set terminal settings.
1030
1031 2018-08-22  Jan Vrany  <jan.vrany@fit.cvut.cz>
1032
1033         * lib/mi-support.exp (mi_expect_stop): Update regexp to
1034         accommodate new "arch" field in frame output.
1035         * gdb.mi/mi-return.exp: Likewise.
1036         * gdb.mi/mi-stack.exp: Likewise.
1037         * gdb.mi/mi-syn-frame.exp: Likewise.
1038         * gdb.mi/user-selected-context-sync.exp: Likewise.
1039
1040 2018-08-19  Michael Spang  <spang@google.com>
1041
1042         PR gdb/11786
1043         * gdb.base/gcore-tls-pie.c: New file.
1044         * gdb.base/gcore-tls-pie.exp: New file.
1045
1046 2018-08-18  Kevin Buettner  <kevinb@redhat.com>
1047
1048         * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
1049         * gdb.dwarf2/varval.c: New file.
1050         * gdb.dwarf2/varval.exp: New file.
1051
1052 2018-08-17  Alan Hayward  <alan.hayward@arm.com>
1053
1054         PR gdb/18931
1055         * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1056
1057 2018-08-16  Keith Seitz  <keiths@redhat.com>
1058
1059         * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1060         tests expected to pass.
1061
1062 2018-08-14  Jan Vrany  <jan.vrany@fit.cvut.cz>
1063
1064         * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1065         -data-disassemble -a.
1066         (test_disassembly_bogus_args): Likewise.
1067
1068 2018-08-14  Andrew Burgess  <andrew.burgess@embecosm.com>
1069
1070         * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1071
1072 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1073
1074         * gdb.base/vla-optimized-out.exp: Add new test.
1075
1076 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1077
1078         * gdb.base/vla-optimized-out-o3.exp: Delete.
1079         * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1080         * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1081         deleted tests.
1082
1083 2018-08-08  Andrew Burgess  <andrew.burgess@embecosm.com>
1084
1085         PR gdb/18050:
1086         * gdb.server/extended-remote-restart.c: New file.
1087         * gdb.server/extended-remote-restart.exp: New file.
1088
1089 2018-08-07  Simon Marchi  <simon.marchi@polymtl.ca>
1090
1091         * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1092         "set variable index = 42".
1093
1094 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
1095
1096         * boards/index-cache-gdb.exp: New file.
1097         * gdb.dwarf2/index-cache.exp: New file.
1098         * gdb.dwarf2/index-cache.c: New file.
1099         * gdb.base/maint.exp: Check if we are using the index cache.
1100
1101 2018-08-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1102
1103         * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1104         MAKEFLAGS.
1105
1106 2018-08-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1107
1108         * dg-extract-results.sh: Move to toplevel contrib.
1109         * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1110         * Makefile.in (check-parallel-racy): Likewise.
1111
1112 2018-08-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1113
1114         * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1115         * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1116         tests if the target supports scheduler locking.
1117
1118 2018-08-04  Tom de Vries  <tdevries@suse.de>
1119
1120         * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1121
1122 2018-08-02  Tom Tromey  <tom@tromey.com>
1123
1124         PR symtab/16842.
1125         * gdb.cp/temargs.exp: Test "info address" of a template
1126         parameter.
1127
1128 2018-07-31  Jan Vrany  <jan.vrany@fit.cvut.cz>
1129
1130         * gdb.python/py-mi-var-info-path-expression.c: New file.
1131         * gdb.python/py-mi-var-info-path-expression.py: New file.
1132         * gdb.python/py-mi-var-info-path-expression.exp: New file.
1133
1134 2018-07-30  Sergio Durigan Junior  <sergiodj@redhat.com>
1135
1136         * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1137         error after "cannot resolve name" string.
1138
1139 2018-07-28  Andrew Burgess  <andrew.burgess@embecosm.com>
1140
1141         * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1142         started.
1143         * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1144
1145 2018-07-28  Tom de Vries  <tdevries@suse.de>
1146
1147         * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1148
1149 2018-07-26  Tom de Vries  <tdevries@suse.de>
1150
1151         * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1152
1153 2018-07-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1154
1155         * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1156         is visible.
1157
1158 2018-07-26  Tom de Vries  <tdevries@suse.de>
1159
1160         PR breakpoints/23366
1161         * gdb.base/catch-follow-exec.c: New test.
1162         * gdb.base/catch-follow-exec.exp: New file.
1163
1164 2018-07-25  Tom de Vries  <tdevries@suse.de>
1165
1166         * gdb.base/vla-optimized-out-o3.exp: New file.  Reuse
1167         vla-optimized-out.c.
1168
1169 2018-07-25  Jan Vrany  <jan.vrany@fit.cvut.cz>
1170
1171         * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1172         * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1173
1174 2018-07-20  Tom de Vries  <tdevries@suse.de>
1175
1176         * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1177         NOCLONE macro.
1178         * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1179
1180 2018-07-19  Tom de Vries  <tdevries@suse.de>
1181
1182         * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1183         regular expression.
1184
1185 2018-07-18  Tom de Vries  <tdevries@suse.de>
1186
1187         * gdb.base/vla-optimized-out.c: New test.
1188         * gdb.base/vla-optimized-out.exp: New file.
1189
1190 2018-07-13  Sergio Durigan Junior  <sergiodj@redhat.com>
1191
1192         * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1193         message "No address associated with hostname" when gdbserver
1194         cannot resolve the hostname.
1195
1196 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1197
1198         * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1199         Add some test prefixes to make tests unique.
1200
1201 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1202
1203         * gdb.base/frameapply.c: New file.
1204         * gdb.base/frameapply.exp: New file.
1205
1206 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1207
1208         * gdb.base/skip.exp: Update expected error message.
1209
1210 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
1211             Jan Kratochvil  <jan.kratochvil@redhat.com>
1212             Paul Fertser  <fercerpav@gmail.com>
1213             Tsutomu Seki  <sekiriki@gmail.com>
1214
1215         * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1216         parameter.
1217         * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1218         by default.
1219         * boards/native-gdbserver.exp: Likewise.
1220         * gdb.server/run-without-local-binary.exp: Improve regexp used
1221         for detecting when a remote debugging connection succeeds.
1222         * gdb.server/server-connect.exp: New file.
1223         * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1224         Do not prefix the port number with ":".
1225         (gdbserver_start): New global GDB_TEST_SOCKETHOST.  Implement
1226         support for detecting and using it.  Add '$debughost_gdbserver'
1227         to the list of arguments used to start gdbserver.  Handle case
1228         when gdbserver cannot resolve a network name.
1229
1230 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
1231
1232         PR c++/23373
1233         * gdb.base/ptype-offsets.cc (struct static_member): New
1234         struct.
1235         (main) <stmember>: New variable.
1236         * gdb.base/ptype-offsets.exp: Add test for printing a struct
1237         with a static member in it.
1238
1239 2018-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
1240
1241         * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1242         watchpoints enabled and disabled.
1243
1244 2018-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1245
1246         * gdb.base/examine-backward.exp: Still run tests around address
1247         0x0, even if address 0x0 is not readable.  Update the pattern for
1248         matching address 0x0 in expected output.
1249
1250 2018-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1251
1252         * gdb.base/share-env-with-gdbserver.c (main): Add call to
1253         malloc/free.
1254
1255 2018-07-04  Tom de Vries  <tdevries@suse.de>
1256
1257         * gdb.dwarf2/dw2-error.exp: Update expected error message.
1258
1259 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
1260
1261         PR tdep/8282
1262         * gdb.arch/mips-disassembler-options.exp: New test.
1263         * gdb.arch/mips-disassembler-options.s: New test source.
1264
1265 2018-06-29  Pedro Alves  <palves@redhat.com>
1266
1267         * gdb.threads/names.exp: Adjust expected "info threads" output.
1268
1269 2018-06-29  Pedro Alves  <palves@redhat.com>
1270
1271         * gdb.opt/inline-break.exp (line number, address): Add "info
1272         break" tests.
1273
1274 2018-06-29  Pedro Alves  <palves@redhat.com>
1275
1276         * gdb.opt/inline-break.c (func1): Add "break here" marker.
1277         * gdb.opt/inline-break.exp: Test setting breakpoints by line
1278         number and address and running to them.
1279
1280 2018-06-29  Richard Bunt  <richard.bunt@arm.com>
1281
1282         * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1283
1284 2018-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1285
1286         * lib/compiler.c: Remove executable permission flag.
1287
1288 2018-06-28  Richard Bunt  <richard.bunt@arm.com>
1289
1290         * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1291         code.
1292         * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1293
1294 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
1295
1296         * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1297
1298 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
1299
1300         * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1301         address argument is omitted.
1302
1303 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
1304
1305         * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1306
1307 2018-06-27  Omair Javaid  <omair.javaid@linaro.org>
1308
1309         PR gdb/21695
1310         * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1311         * gdb.base/infoline-reloc-main-from-zero.c: New file.
1312
1313 2018-06-26  Tom Tromey  <tom@tromey.com>
1314
1315         PR rust/22574:
1316         * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1317         * gdb.rust/simple.rs (struct SimpleLayout): New.
1318
1319 2018-06-22  Simon Marchi  <simon.marchi@ericsson.com>
1320
1321         * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1322         "info registers" output.
1323
1324 2018-06-21  Richard Bunt  <richard.bunt@arm.com>
1325
1326         * gdb.base/watchpoint-hw-attach.c: New test.
1327         * gdb.base/watchpoint-hw-attach.exp: New file.
1328
1329 2018-06-20  Simon Marchi  <simon.marchi@ericsson.com>
1330
1331         * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1332         through /bin/sh.
1333         * boards/dwarf4-gdb-index.exp: Likewise.
1334         * boards/fission-dwp.exp: Likewise.
1335
1336 2018-06-20  Ulrich Weigand  <uweigand@de.ibm.com>
1337
1338         * gdb.base/float128.exp: Add comment and improved fail message
1339         to the failure case of "print large128" test.
1340
1341 2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
1342
1343         * configure.ac: Remove AC_PREREQ.
1344         * configure: Re-generate.
1345
1346 2018-06-19  Pedro Alves  <palves@redhat.com>
1347
1348         * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1349         (func_extern_caller): New.
1350         (main): Call func_extern_caller.
1351         * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1352         logic change.
1353
1354 2018-06-18  Weimin Pan  <weimin.pan@oracle.com>
1355
1356         PR gdb/16841
1357         * gdb.cp/typedef-base.cc: New file.
1358         * gdb.cp/typedef-base.exp: New file.
1359
1360 2018-06-18  Tom de Vries  <tdevries@suse.de>
1361
1362         * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1363
1364 2018-06-16  Andrew Burgess  <andrew.burgess@embecosm.com>
1365             Richard Bunt <Richard.Bunt@arm.com>
1366
1367         * gdb.threads/attach-slow-waitpid.c: New file.
1368         * gdb.threads/attach-slow-waitpid.exp: New file.
1369         * gdb.threads/slow-waitpid.c: New file.
1370
1371 2018-06-14  Pedro Alves  <palves@redhat.com>
1372
1373         * gdb.base/fork-running-state.c: Include <errno.h>.
1374         (exit_if_relative_exits): New.
1375         (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1376         exits.
1377         (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1378         child exits.
1379
1380 2018-06-14  Tom de Vries  <tdevries@suse.de>
1381
1382         PR cli/22573
1383         * gdb.base/finish-pretty.c: New test.
1384         * gdb.base/finish-pretty.exp: New file.
1385
1386 2018-06-14  Pedro Alves  <palves@redhat.com>
1387
1388         * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1389         gdb's expected startup output.
1390
1391 2018-06-14  Pedro Alves  <palves@redhat.com>
1392
1393         * lib/selftest-support.exp (selftest_setup): Remove inlined
1394         function handling.
1395
1396 2018-06-14  Tom de Vries  <tdevries@suse.de>
1397
1398         * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1399         matching of breakpoint printing.
1400
1401 2018-06-13  Tom de Vries  <tdevries@suse.de>
1402
1403         PR testsuite/23269
1404         * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1405         (fork_child): ... here, and ...
1406         (fork_parent): ... here.
1407
1408 2018-06-12  Tom de Vries  <tdevries@suse.de>
1409
1410         * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1411
1412 2018-06-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1413             Stephen Roberts  <stephen.roberts@arm.com>
1414
1415         * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1416         rewrite test to describe action performed, rather than possible
1417         failure.
1418
1419 2018-06-08  Gary Benson <gbenson@redhat.com>
1420
1421         * gdb.threads/check-libthread-db.exp: New file.
1422         * gdb.threads/check-libthread-db.c: Likewise.
1423
1424 2018-06-05  Tom Tromey  <tom@tromey.com>
1425
1426         * gdb.base/default.exp: Update expected "show version" output.
1427
1428 2018-06-05  Tom Tromey  <tom@tromey.com>
1429
1430         PR cli/12326:
1431         * gdb.cp/static-print-quit.exp: Update.
1432         * lib/gdb.exp (pagination_prompt): Update.
1433         * gdb.base/page.exp: Use pagination_prompt.  Add new tests.
1434         * gdb.python/python.exp: Update.
1435
1436 2018-06-04  Joel Brobecker  <brobecker@adacore.com>
1437
1438         * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1439
1440 2018-06-01  Joel Brobecker  <brobecker@adacore.com>
1441
1442         * gdb.ada/bp_fun_addr: New testcase.
1443
1444 2018-06-01  Tom Tromey  <tom@tromey.com>
1445
1446         * gdb.xml/tdesc-regs.exp (load_description): Update expected
1447         results.
1448         * gdb.dwarf2/method-ptr.exp: Set language to C++.
1449         * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1450         * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1451         * gdb.base/maint.exp (maint_pass_if): Update.
1452
1453 2018-05-31  Maciej W. Rozycki  <macro@mips.com>
1454
1455         * gdb.base/endian.exp: New test.
1456         * gdb.base/endian.c: New test source.
1457
1458 2018-05-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1459
1460         PR gdb/23203
1461         * gdb.base/bt-selected-frame.c: New file.
1462         * gdb.base/bt-selected-frame.exp: New file.
1463         * lib/gdb.exp (get_current_frame_number): New function.
1464
1465 2018-05-24  Maciej W. Rozycki  <macro@mips.com>
1466             Pedro Alves  <palves@redhat.com>
1467
1468         * gdb.threads/tls-core.c: Include <stdlib.h>
1469         (thread_proc): Call `abort'.
1470         * gdb.threads/tls-core.exp: Generate a core with core_find too.
1471         (tls_core_test): New procedure, bits factored out from ...
1472         (top level): ... here.  Test both native cores and gcore cores.
1473
1474 2018-05-23  Tom Tromey  <tom@tromey.com>
1475
1476         * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1477
1478 2018-05-23  Tom Tromey  <tom@tromey.com>
1479
1480         * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1481         symfile_complaints.
1482         (test_short_complaints): Likewise.
1483         (test_empty_complaints): Likewise.
1484         (test_initial_complaints): Update.
1485
1486 2018-05-23  Tom Tromey  <tom@tromey.com>
1487
1488         * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1489
1490 2018-05-23  Tom Tromey  <tom@tromey.com>
1491
1492         * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1493         (test_short_complaints): Update.
1494
1495 2018-05-22  Pedro Alves  <palves@redhat.com>
1496
1497         * gdb.base/remote.exp: Only gdb_start after compiling the
1498         testcase.  Issue "disconnect" before testing "set remote" command
1499         defaults.  Issue clean_restart before running to main.
1500
1501 2018-05-22  Pedro Alves  <palves@redhat.com>
1502
1503         * gdb.base/remote.exp: Adjust expected output of "show remote
1504         memory-write-packet-size".  Add tests for "set remote
1505         memory-write-packet-size 0" and "set remote
1506         memory-write-packet-size fixed/limit".
1507
1508 2018-05-22  Pedro Alves  <palves@redhat.com>
1509
1510         PR gdb/22973
1511         * gdb.base/utf8-identifiers.c: New file.
1512         * gdb.base/utf8-identifiers.exp: New file.
1513
1514 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
1515
1516         * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1517
1518 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
1519
1520         * gdb.arch/powerpc-vsx-gcore.exp: New file.
1521
1522 2018-05-18  Tom Tromey  <tom@tromey.com>
1523
1524         * gdb.base/ptype-offsets.exp: Update.
1525
1526 2018-05-17  Keith Seitz  <keiths@redhat.com>
1527
1528         * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1529         in expected breakpoint stop locations.
1530         * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1531         move to proper scope to test variable values.
1532         * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1533         (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1534         New functions.
1535         (main): Call not_inline_func3.
1536         * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1537         inline_func1, inline_func2, and inline_func3.  Test that when each
1538         breakpoint is hit, GDB properly reports both the stop location
1539         and the backtrace. Repeat tests for temporary breakpoints.
1540
1541 2018-05-15  Maciej W. Rozycki  <macro@mips.com>
1542
1543         * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1544         rather then trying to access it in determining whether the PID
1545         of `gdbserver' could have been retrieved.
1546
1547 2018-05-08  Andrew Burgess  <andrew.burgess@embecosm.com>
1548
1549         * gdb.arch/amd64-init-x87-values.S: New file.
1550         * gdb.arch/amd64-init-x87-values.exp: New file.
1551
1552 2018-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1553
1554         * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1555
1556 2018-05-04  Tom Tromey  <tom@tromey.com>
1557
1558         PR python/22730:
1559         * gdb.python/python.exp: Test multi-line execute.
1560
1561 2018-05-04  Tom Tromey  <tom@tromey.com>
1562
1563         PR python/22731:
1564         * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1565
1566 2018-05-04  Tom Tromey  <tom@tromey.com>
1567
1568         PR gdb/11750:
1569         * gdb.base/define.exp: Test defining a user command inside a user
1570         command.
1571         * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
1572
1573 2018-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1574             Pedro Alves <palves@redhat.com>
1575
1576         PR breakpoints/19806 and support for PR external/20207.
1577         * gdb.base/watchpoint-unaligned.c: New file.
1578         * gdb.base/watchpoint-unaligned.exp: New file.
1579
1580 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
1581
1582         * gdb.base/maint.exp: Make test names unique, use
1583         test_prefix_command_help to test 'help maint info', and remove
1584         repeated test of 'help maint'.
1585
1586 2018-05-04  Tom Tromey  <tom@tromey.com>
1587
1588         PR gdb/22619:
1589         * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
1590         behavior.
1591
1592 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
1593
1594         * gdb.base/maint.exp: Process output from 'maint print registers'
1595         line at a time.
1596
1597 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
1598
1599         * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
1600         timeout.
1601
1602 2018-05-03  Andrew Burgess  <andrew.burgess@embecosm.com>
1603
1604         * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
1605         filter pattern.
1606
1607 2018-05-02  Pedro Alves  <palves@redhat.com>
1608
1609         * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
1610         to_log_command renames.
1611         * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1612
1613 2018-05-02  Tom Tromey  <tom@tromey.com>
1614
1615         * gdb.python/py-parameter.exp: Set test message.
1616
1617 2018-05-02  Tom Tromey  <tom@tromey.com>
1618
1619         PR python/20084:
1620         * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
1621         PARAM_ZUINTEGER_UNLIMITED tests.
1622
1623 2018-04-28  Dan Robertson  <danlrobertson89@gmail.com>
1624
1625         PR rust/23124
1626         * gdb.rust/expr.exp: Test that the unit type is correctly parsed
1627         when casting.
1628
1629 2018-04-30  Tom Tromey  <tom@tromey.com>
1630
1631         * gdb.python/py-type.exp: Check align attribute.
1632         * gdb.python/py-type.c: New "aligncheck" global.
1633
1634 2018-04-30  Tom Tromey  <tom@tromey.com>
1635
1636         PR exp/17095:
1637         * gdb.dwarf2/dw2-align.exp: New file.
1638         * gdb.cp/align.exp: New file.
1639         * gdb.base/align.exp: New file.
1640         * lib/gdb.exp (gdb_int128_helper): New proc.
1641         (has_int128_c, has_int128_cxx): New caching procs.
1642
1643 2018-04-27  Tom Tromey  <tom@tromey.com>
1644
1645         PR rust/22545:
1646         * gdb.rust/simple.exp: Add inclusive range tests.
1647
1648 2018-04-26  Pedro Alves  <palves@redhat.com>
1649
1650         * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
1651         ifunc breakpoint locations correctly of ifunc breakpoints set
1652         while the program resolves the ifunc.
1653
1654 2018-04-26  Pedro Alves  <palves@redhat.com>
1655
1656         * gdb.base/gnu-ifunc-final.c: New file.
1657         * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
1658         * gdb.base/gnu-ifunc.exp (executable): Delete.
1659         (staticexecutable): Adjust.
1660         (lib_opts, exec_opts): Delete.
1661         (make_binsuffix, build, set-break): New procedures.
1662         (misc_tests): New, with tests factored out from the top level.
1663         (top level): Test different combinations of ifunc resolver name,
1664         resolver with and with debug info, and ifunc target with and
1665         without debug info.  Wrap static tests with with_target_prefix.
1666
1667 2018-04-26  Pedro Alves  <palves@redhat.com>
1668
1669         * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
1670         return type" warnings.
1671
1672 2018-04-25  Pedro Alves  <palves@redhat.com>
1673
1674         * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
1675         killed".
1676         * gdb.base/kill-after-signal.exp: Likewise.
1677         * gdb.threads/kill.exp: Likewise.
1678
1679 2018-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1680             Sergio Durigan Junior  <sergiodj@redhat.com>
1681             Pedro Alves  <palves@redhat.com>
1682
1683         * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
1684         regexps to expect for '[Inferior ... detached]' as well.
1685         * gdb.base/attach.exp: Likewise.
1686         * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
1687         "gdb_continue_to_end".
1688         (test_catch_syscall_with_wrong_args): Likewise.
1689         * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
1690         ']'.  Don't set 'verbose' on.
1691         * gdb.base/foll-vfork.exp: Likewise.
1692         * gdb.base/fork-print-inferior-events.c: New file.
1693         * gdb.base/fork-print-inferior-events.exp: New file.
1694         * gdb.base/hook-stop.exp: Adjust regexps to expect for new
1695         '[Inferior ... has been killed]' message.
1696         * gdb.base/kill-after-signal.exp: Likewise.
1697         * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
1698         detach message.
1699         * gdb.threads/kill.exp: Adjust regexps to expect for new kill
1700         message.
1701         * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
1702         regexps to expect for '[Inferior ... detached]' as well.
1703         * gdb.threads/process-dies-while-detaching.exp: Likewise.
1704
1705 2018-04-24  Simon Marchi  <simon.marchi@ericsson.com>
1706
1707         PR gdb/23104
1708         * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
1709
1710 2018-04-19  Richard Bunt  <richard.bunt@arm.com>
1711
1712         * gdb.threads/multiple-successive-infcall.c: New test.
1713         * gdb.threads/multiple-successive-infcall.exp: New file.
1714
1715 2018-04-17  Tom Tromey  <tom@tromey.com>
1716
1717         * gdb.rust/simple.rs (Union): New type.
1718         (main): New local "u".
1719         * gdb.rust/simple.exp (test_one_slice): Add new test case.
1720
1721 2018-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1722
1723         * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
1724         number information in output of "whereis" command.
1725         * gdb.base/info-fun.exp: Likewise, for "info fun" command.
1726
1727 2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1728
1729         * gdb.ada/info_types.exp: Adjust expected output to the line
1730         numbers now printed by "info var/func/type".
1731         * gdb.base/completion.exp: Likewise.
1732         * gdb.base/included.exp: Likewise.
1733         * gdb.cp/cp-relocate.exp: Likewise.
1734         * gdb.cp/cplusfuncs.exp: Likewise.
1735         * gdb.cp/namespace.exp: Likewise.
1736         * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1737
1738 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
1739
1740         * gdb.btrace/cpu.exp: New.
1741
1742 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
1743
1744         * gdb.base/step-indirect-call-thunk.exp: New.
1745         * gdb.base/step-indirect-call-thunk.c: New.
1746         * gdb.reverse/step-indirect-call-thunk.exp: New.
1747         * gdb.reverse/step-indirect-call-thunk.c: New.
1748
1749 2018-04-11  Simon Marchi  <simon.marchi@ericsson.com>
1750
1751         * gdb.base/pie-fork.c: New file.
1752         * gdb.base/pie-fork.exp: New file.
1753
1754 2018-04-11  Tom Tromey  <tom@tromey.com>
1755
1756         * gdb.rust/simple.exp: Add test for ".." struct initializer.
1757
1758 2018-04-10  Pedro Alves  <palves@redhat.com>
1759
1760         * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1761         exits.  Instead loop running forever.
1762         (fork_parent): Run forever too.
1763
1764 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
1765
1766         * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1767         mi_continue_to_line.
1768         * gdb.mi/mi-stack.c (callee4): Add comment.
1769
1770 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
1771
1772         * gdb.mi/mi-stack.exp: Fix indentation.
1773
1774 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
1775
1776         PR gdb/22979
1777         * gdb.arch/amd64-osabi.exp: New file.
1778
1779 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
1780
1781         PR gdb/22980
1782         * gdb.base/osabi.exp: New file.
1783
1784 2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
1785
1786         * gdb.cp/static-typedef-print.exp: New file.
1787         * gdb.cp/static-typedef-print.cc: New file.
1788
1789 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
1790
1791         * gdb.ada/varsize_limit: New testcase.
1792
1793 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
1794
1795         * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1796
1797         * gdb.ada/notcplusplus: New testcase.
1798
1799         * gdb.base/c-linkage-name.c: New file.
1800         * gdb.base/c-linkage-name.exp: New testcase.
1801
1802 2018-03-26  Tom Tromey  <tom@tromey.com>
1803
1804         * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1805         * gdb.python/py-framefilter.py (name_error): New global.
1806         (ErrorInName.function): Use name_error.
1807
1808 2018-03-26  Tom Tromey  <tom@tromey.com>
1809
1810         PR backtrace/15582:
1811         * gdb.python/py-framefilter.exp: Add "bt hide" test.
1812
1813 2018-03-23  Keith Seitz  <keiths@redhat.com>
1814
1815         PR c++/22968
1816         * gdb.cp/subtypes.exp: New file.
1817         * gdb.cp/subtypes.h: New file.
1818         * gdb.cp/subtypes.cc: New file.
1819         * gdb.cp/subtypes-2.cc: New file.
1820
1821 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
1822
1823         * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1824         (done): Call '_exit' not 'exit' to avoid atexit handlers.
1825         * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1826         -nostartfiles when compiling the test.  Confirm that all registers
1827         xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1828
1829 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
1830
1831         * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1832         option, syntax was wrong anyway.
1833         * gdb.arch/arm-disp-step.exp: Likewise.
1834         * gdb.arch/sparc64-regs.exp: Likewise.
1835         * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1836         option, syntax was wrong anyway, switch to use
1837         prepare_for_testing.
1838         * gdb.arch/i386-disp-step.exp: Likewise.
1839
1840 2018-03-23  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1841
1842         * gdb.ada/exec_changed.exp: Replace "target_info exists
1843         use_gdb_stub" by "use_gdb_stub".
1844         * gdb.ada/start.exp: Likewise.
1845         * gdb.base/async-shell.exp: Likewise.
1846         * gdb.base/attach-pie-misread.exp: Likewise.
1847         * gdb.base/attach-wait-input.exp: Likewise.
1848         * gdb.base/break-entry.exp: Likewise.
1849         * gdb.base/break-interp.exp: Likewise.
1850         * gdb.base/dprintf-detach.exp: Likewise.
1851         * gdb.base/nostdlib.exp: Likewise.
1852         * gdb.base/solib-nodir.exp: Likewise.
1853         * gdb.base/statistics.exp: Likewise.
1854         * gdb.base/testenv.exp: Likewise.
1855         * gdb.mi/mi-exec-run.exp: Likewise.
1856         * gdb.mi/mi-start.exp: Likewise.
1857         * gdb.multi/dummy-frame-restore.exp: Likewise.
1858         * gdb.multi/multi-arch-exec.exp: Likewise.
1859         * gdb.multi/multi-arch.exp: Likewise.
1860         * gdb.multi/tids.exp: Likewise.
1861         * gdb.multi/watchpoint-multi.exp: Likewise.
1862         * gdb.python/py-events.exp: Likewise.
1863         * gdb.threads/attach-into-signal.exp: Likewise.
1864         * gdb.threads/attach-stopped.exp: Likewise.
1865         * gdb.threads/threadapply.exp: Likewise.
1866         * lib/selftest-support.exp: Likewise.
1867
1868 2018-03-22  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1869
1870         * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1871
1872 2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
1873
1874         * gdb.perf/template-breakpoints.cc: New file.
1875         * gdb.perf/template-breakpoints.exp: New file.
1876         * gdb.perf/template-breakpoints.py: New file.
1877
1878 2018-03-19  Tom Tromey  <tom@tromey.com>
1879
1880         * gdb.rust/simple.rs (main): Add local variables field1, field2,
1881         y0.
1882         * gdb.rust/simple.exp: Test bare identifier form of struct
1883         initializer.
1884
1885 2018-03-19  Tom Tromey  <tom@tromey.com>
1886
1887         * gdb.gdb/observer.exp: Remove.
1888
1889 2018-03-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1890
1891         * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1892         "qualified" option when setting breakpoints.
1893         * gdb.trace/backtrace.exp: Likewise.
1894         * gdb.trace/circ.exp: Likewise.
1895         * gdb.trace/collection.exp: Likewise.
1896         * gdb.trace/disconnected-tracing.exp: Likewise.
1897         * gdb.trace/ftrace-lock.exp: Likewise.
1898         * gdb.trace/ftrace.exp: Likewise.
1899         * gdb.trace/infotrace.exp: Likewise.
1900         * gdb.trace/packetlen.exp: Likewise.
1901         * gdb.trace/passc-dyn.exp: Likewise.
1902         * gdb.trace/qtro.exp: Likewise.
1903         * gdb.trace/read-memory.exp: Likewise.
1904         * gdb.trace/report.exp: Likewise.
1905         * gdb.trace/signal.exp: Likewise.
1906         * gdb.trace/status-stop.exp: Likewise.
1907         * gdb.trace/strace.exp: Likewise.
1908         * gdb.trace/tfind.exp: Likewise.
1909         * gdb.trace/trace-break.exp: Likewise.
1910         * gdb.trace/trace-condition.exp: Likewise.
1911         * gdb.trace/trace-mt.exp: Likewise.
1912         * gdb.trace/tstatus.exp: Likewise.
1913         * gdb.trace/tsv.exp: Likewise.
1914         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1915         * gdb.trace/unavailable.exp: Likewise.
1916         * gdb.trace/while-dyn.exp: Likewise.
1917
1918 2018-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1919
1920         * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1921         that libinproctrace is copied to the target.
1922
1923 2018-03-14  Tom Tromey  <tom@tromey.com>
1924
1925         PR cli/14977:
1926         * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1927         a null pointer.
1928         * gdb.base/wchar.exp: Likewise.
1929
1930 2018-03-14  Tom Tromey  <tom@tromey.com>
1931
1932         PR cli/19918:
1933         * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1934         flag.
1935
1936 2018-03-08  Simon Marchi  <simon.marchi@ericsson.com>
1937
1938         PR gdb/22841
1939         * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1940         "target" to remote_exec.
1941
1942 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
1943
1944         PR gdb/22841
1945         * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1946         ${board}_upload): Remove.
1947
1948 2018-03-07  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1949
1950         * gdb.cp/watch-cp.cc: New test.
1951         * gdb.cp/watch-cp.exp: New file.
1952
1953 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1954
1955         * gdb.base/infcall-nested-structs.exp: New file.
1956         * gdb.base/infcall-nested-structs.c: New file.
1957         * gdb.base/float.exp: Add riscv support.
1958
1959 2018-03-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1960
1961         * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1962         * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1963
1964 2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
1965
1966         * gdb.server/abspath.exp: New file.
1967         * lib/gdb.exp (with_cwd): New procedure.
1968
1969 2018-02-28  Simon Marchi  <simon.marchi@ericsson.com>
1970
1971         * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1972         use it.
1973         (gdb_is_target_remote_prompt): New proc.
1974         (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1975         (gdb_is_target_native): Pass prompt parameter to
1976         gdb_is_target_1.
1977
1978 2018-02-26  Simon Marchi  <simon.marchi@polymtl.ca>
1979
1980         * gdb.base/load-command.c: New file.
1981         * gdb.base/load-command.exp: New file.
1982         * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1983         (gdb_is_target_1): ...this, and generalize for other targets
1984         than just remote.
1985         (gdb_is_target_remote): Use gdb_is_target_1.
1986         (gdb_is_target_native): use gdb_is_target_1.
1987
1988 2018-02-26  Tom Tromey  <tom@tromey.com>
1989
1990         PR python/16497:
1991         * gdb.python/py-framefilter.exp: Update test.
1992
1993 2018-02-26  Tom Tromey  <tom@tromey.com>
1994
1995         * gdb.dwarf2/variant.c: New file.
1996         * gdb.dwarf2/variant.exp: New file.
1997
1998 2018-02-26  Tom Tromey  <tom@tromey.com>
1999
2000         * gdb.rust/simple.exp: Accept more possible results in enum test.
2001
2002 2018-02-25  Simon Marchi  <simon.marchi@polymtl.ca>
2003
2004         * lib/cp-support.exp (cp_test_ptype_class): Move space inside
2005         parentheses.
2006
2007 2018-02-23  Maciej W. Rozycki  <macro@mips.com>
2008
2009         * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
2010         name of a variable: $actual_linejj -> $actual_line.
2011
2012 2018-02-21  John Baldwin  <jhb@FreeBSD.org>
2013
2014         * gdb.arch/amd64-i386-address.exp: Fix a typo.
2015
2016 2018-02-20  Markus Metzger  <markus.t.metzger@intel.com>
2017
2018         * gdb.btrace/buffer-size.exp: Do not force BTS.
2019
2020 2018-02-14  Pedro Alves  <palves@redhat.com>
2021
2022         * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2023         getting a "Quit".
2024
2025 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
2026
2027         * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2028         Fix test name.
2029
2030 2018-02-07  Simon Marchi  <simon.marchi@ericsson.com>
2031
2032         * gdb.cp/m-static.exp: Check type of optimized out static
2033         member.
2034
2035 2018-02-03  Andrew Burgess  <andrew.burgess@embecosm.com>
2036
2037         * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2038         * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2039
2040 2018-02-01  Simon Marchi  <simon.marchi@polymtl.ca>
2041             Leszek Swirski  <leszeks@google.com>
2042
2043         * gdb.python/py-prettyprint.c
2044         (struct to_string_returns_value_inner,
2045         struct to_string_returns_value_wrapper): New.
2046         (main): Add tsrvw variable.
2047         * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2048         ToStringReturnsValueWrapper): New classes.
2049         (register_pretty_printers): Register new pretty-printers.
2050         * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2051         recursive pretty printer.
2052         * gdb.python/py-mi.exp: Likewise.
2053
2054 2018-02-01  Leszek Swirski  <leszeks@google.com>
2055
2056         * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2057         functions with the same name as an include file are parsed
2058         correctly.
2059
2060 2018-02-01  Yao Qi  <yao.qi@linaro.org>
2061
2062         * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2063         "\[^\r\n\]*".
2064
2065 2018-01-31  Nikola Prica  <nikola.prica@rt-rk.com>
2066
2067         * gdb.arch/powerpc-prologue-frame.s: New file.
2068         * gdb.arch/powerpc-prologue-frame.c: Likewise.
2069         * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2070
2071 2018-01-31  Joel Brobecker  <brobecker@adacore.com>
2072
2073         * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2074
2075 2018-01-30  Pedro Alves  <palves@redhat.com>
2076
2077         PR gdb/13211
2078         * gdb.base/interrupt-daemon.c: New.
2079         * gdb.base/interrupt-daemon.exp: New.
2080         * gdb.multi/multi-term-settings.c: New.
2081         * gdb.multi/multi-term-settings.exp: New.
2082
2083 2018-01-30  Joel Brobecker  <brobecker@adacore.com>
2084
2085         * gdb.base/break.exp: Save the location where the breakpoint
2086         on break.c:47 was actually inserted when debugging the version
2087         compiled at -O2 and use it in the expected output of the "info
2088         break" test performed soon after.
2089
2090 2018-01-22  Pedro Alves  <palves@redhat.com>
2091             Sergio Durigan Junior  <sergiodj@redhat.com>
2092
2093         * gdb.base/whatis.exp: Add tests for 'set print object on' +
2094         'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2095
2096 2018-01-22  Joel Brobecker  <brobecker@adacore.com>
2097
2098         * gdb.base/break-include.c, gdb.base/break-include.inc,
2099         gdb.base/break-include.exp: New files.
2100         * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2101         line number now being the actual line number where the breakpoint
2102         was inserted.
2103         * gdb.mi/mi-break.exp: Likewise.
2104         * gdb.mi/mi-reverse.exp: Likewise.
2105         * gdb.mi/mi-simplerun.exp: Ditto.
2106
2107 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
2108
2109         * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2110         varobj.
2111         * gdb.mi/mi-var-create-rtti.exp: Likewise.
2112
2113 2018-01-21  Don Breazeal  <donb@codesourcery.com>
2114             Andrew Burgess  <andrew.burgess@embecosm.com>
2115
2116         * gdb.mi/basics.c: Add new global.
2117         * gdb.mi/mi-frame-regs.exp: New file.
2118         * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2119         case.
2120
2121 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
2122
2123         * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2124         non-parameter, and on an unknown symbol.
2125
2126 2018-01-19  Tom Tromey  <tom@tromey.com>
2127
2128         * gdb.rust/modules.rs (TWENTY_THREE): New global.
2129         * gdb.rust/modules.exp: Add ::-qualified lookup test.
2130
2131 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2132
2133         * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2134         setrlimit and chdir to int.
2135
2136 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2137
2138         * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2139         function.
2140         (my_tend): Likewise.
2141         * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2142         rationale of avoiding FP- and vector instructions.
2143
2144 2018-01-19  Ruslan Kabatsayev  <b7.10110111@gmail.com>
2145
2146         * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2147         "info reg" with "\[ \t\]*".
2148         * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2149         "\[ \t\]+".
2150         * gdb.arch/s390-multiarch.exp: Ditto.
2151         * gdb.base/pc-fp.exp: Ditto.
2152         * gdb.reverse/i386-precsave.exp: Ditto.
2153         * gdb.reverse/i386-reverse.exp: Ditto.
2154         * gdb.reverse/i387-env-reverse.exp: Ditto.
2155         * gdb.reverse/i387-stack-reverse.exp: Ditto.
2156
2157 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2158
2159         * lib/gdb.exp (gdb_compile): Re-enable use of
2160         universal_compile_options for languages other than Rust.
2161
2162 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2163
2164         * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2165
2166 2018-01-17  Mike Gulick  <mgulick@mathworks.com>
2167
2168         PR gdb/16577
2169         * gdb.base/solib-vanish.exp: New.
2170         * gdb.base/solib-vanish-main.c: New.
2171         * gdb.base/solib-vanish-lib1.c: New.
2172         * gdb.base/solib-vanish-lib2.c: New.
2173
2174 2018-01-17  Yao Qi  <yao.qi@linaro.org>
2175
2176         * gdb.compile/compile.exp: Match the address printed for
2177         frame in the output of command "bt".
2178
2179 2018-01-15  Tom Tromey  <tom@tromey.com>
2180
2181         * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2182         compute sp_reg.
2183
2184 2018-01-12  Andrew Burgess  <andrew.burgess@embecosm.com>
2185
2186         * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2187         to prepare.
2188         (prepare): Return 0 on error, 1 on success.
2189
2190 2018-01-12  Pedro Alves  <palves@redhat.com>
2191
2192         * gdb.base/continue-after-aborted-step-over.c: New.
2193         * gdb.base/continue-after-aborted-step-over.exp: New.
2194
2195 2018-01-11  Simon Marchi  <simon.marchi@ericsson.com>
2196
2197         * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2198         options when not creating an executable.
2199
2200 2018-01-11  Pedro Alves  <palves@redhat.com>
2201
2202         PR remote/22597
2203         * gdb.server/stop-reply-no-thread.c: New file.
2204         * gdb.server/stop-reply-no-thread.exp: New file.
2205
2206 2018-01-10  Pedro Alves  <palves@redhat.com>
2207
2208         PR gdb/22670
2209         * gdb.ada/bp_c_mixed_case.exp: Add intro comment.  Test printing C
2210         functions too.  Test setting breakpoints and printing C functions
2211         with no debug info too.
2212         * gdb.ada/bp_c_mixed_case/qux.c: New file.
2213
2214 2018-01-10  Pedro Alves  <palves@redhat.com>
2215
2216         PR gdb/22670
2217         * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2218         a fail.
2219
2220 2018-01-10  Pedro Alves  <palves@redhat.com>
2221
2222         PR gdb/22670
2223         * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2224
2225 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
2226
2227         * gdb.server/unittest.exp: Match the output in non-development
2228         mode.
2229
2230 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
2231
2232         * gdb.gdb/unittest.exp: Match output in non-development mode.
2233
2234 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
2235
2236         * gdb.ada/access_tagged_param.exp: Relax expected output
2237         for value of "ObjL" in "continue" to pck.inspect breakpoint
2238         test.
2239
2240 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
2241
2242         * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2243         * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
2244
2245 2018-01-05  Pedro Alves  <palves@redhat.com>
2246
2247         PR gdb/18653
2248         * gdb.base/libsegfault.exp: New.
2249
2250 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
2251
2252         PR gdb/22670
2253         * gdb.ada/access_tagged_param.exp: New file.
2254         * gdb.ada/access_tagged_param/foo.adb: New file.
2255
2256 2018-01-05  Pedro Alves  <palves@redhat.com>
2257
2258         PR gdb/22670
2259         * gdb.ada/info_addr_mixed_case.exp: Remove kfail.  Extend test to
2260         exercise lower case too, and to exercise both full matching and
2261         wild matching.
2262
2263 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
2264
2265         * gdb.ada/rename_subscript_param: New testcase.
2266
2267 2018-01-05  Jerome Guitton  <guitton@adacore.com>
2268
2269         * gdb.ada/arr_acc_idx_w_gap: New testcase.
2270
2271 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
2272
2273         * gdb.ada/convvar_comp: New testcase.
2274
2275 2018-01-05  Xavier Roirand  <roirand@adacore.com>
2276
2277         * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2278         (My_Table): New global variable.
2279         * testsuite/gdb.ada/array_char_idx.exp: Add test.
2280
2281 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2282
2283         PR gdb/22670
2284         * gdb.ada/maint_with_ada: New testcase.
2285
2286 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2287
2288         PR gdb/22670
2289         * gdb.ada/bp_c_mixed_case: New testcase.
2290
2291 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2292
2293         PR gdb/22670
2294         * gdb.ada/complete.exp: Add "complete break ada" test.
2295
2296 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2297
2298         PR gdb/22670
2299         * gdb.ada/info_addr_mixed_case: New testcase.
2300
2301 2018-01-03  Xavier Roirand  <roirand@adacore.com>
2302
2303         * gdb.ada/excep_handle.exp: New testcase.
2304         * gdb.ada/excep_handle/foo.adb: New file.
2305         * gdb.ada/excep_handle/pck.ads: New file.
2306
2307 2018-01-03  Joel Brobecker  <brobecker@adacore.com>
2308
2309         * gdb.base/step-line.c: Add extra empty line in copyright header.
2310         * gdb.base/step-line.inp: Likewise.
2311
2312 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
2313
2314         * gdb.ada/dyn_stride.exp: Add slice test.
2315
2316 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
2317
2318         * gdb.ada/dyn_stride: New testcase.
2319
2320 2017-12-27  Stafford Horne  <shorne@gmail.com>
2321
2322         * gdb.xml/extra-regs.xml: Add example foo reggroup.
2323         * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2324
2325 2017-12-27  Stafford Horne  <shorne@gmail.com>
2326
2327         * gdb.base/reggroups.c: New file.
2328         * gdb.base/reggroups.exp: New file.
2329
2330 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
2331
2332         * gdb.dwarf2/ada-valprint-error.c: New file.
2333         * gdb.dwarf2/ada-valprint-error.exp: New file.
2334
2335 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
2336
2337         * gdb.ada/assign_arr: New testcase.
2338
2339 2017-12-18  Xavier Roirand  <roirand@adacore.com>
2340
2341         * gdb.ada/funcall_ptr: New testcase.
2342
2343 2017-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
2344
2345         PR cli/16224
2346         * gdb.base/ptype-offsets.cc: New file.
2347         * gdb.base/ptype-offsets.exp: New file.
2348
2349 2017-12-15  Yao Qi  <yao.qi@linaro.org>
2350
2351         * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2352         if XML is disabled.
2353
2354 2017-12-15  Xavier Roirand  <roirand@adacore.com>
2355
2356         * gdb.ada/same_component_name: New testcase.
2357
2358 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
2359
2360         * gdb.ada/str_binop_equal: New testcase.
2361
2362 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
2363
2364         * gdb.ada/task_switch_in_core: New testcase.
2365
2366 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
2367
2368         * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2369         * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2370         call test_bkpt_qualified.
2371         (test_bkpt_qualified): New proc.
2372
2373 2017-12-13  Pedro Alves  <palves@redhat.com>
2374
2375         * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2376         Tighten regexp by matching with an anchor.
2377
2378 2017-12-13  Pedro Alves  <palves@redhat.com>
2379
2380         * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2381         ("expression with namespace"): New set of tests.
2382         * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2383         (Nested::Test_NS::qux): New.
2384         * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2385         defaults to 'start_quote_char' and 'end_quote_char' parameters.
2386
2387 2017-12-13  Joel Brobecker  <brobecker@adacore.com>
2388
2389         * gdb.base/server-del-break.c: New file.
2390         * gdb.base/server-del-break.exp: New file.
2391
2392 2017-12-12  Stafford Horne  <shorne@gmail.com>
2393
2394         * gdb.xml/tdesc-regs.exp: Add or1k support.
2395
2396 2017-12-12  Stafford Horne  <shorne@gmail.com>
2397
2398         * gdb.base/bp-permanent.c: Define nop of or1k.
2399
2400 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
2401
2402         * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2403         output with components being reordered.
2404
2405 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
2406
2407         * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2408         output with components being reordered.
2409
2410 2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2411             Pedro Alves  <palves@redhat.com>
2412
2413         * gdb.base/maint.exp (check for .gdb_index): Check also for
2414         .debug_names.
2415         * gdb.dlang/watch-loc.c (.debug_aranges): New.
2416         * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2417         * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2418         (.gdb_index used after symbol reloading): Support also .debug_names.
2419         * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2420
2421 2017-12-08  Yao Qi  <yao.qi@linaro.org>
2422
2423         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2424         * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2425
2426 2017-12-08  Yao Qi  <yao.qi@linaro.org>
2427
2428         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2429         * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2430
2431 2017-12-08  Yao Qi  <yao.qi@linaro.org>
2432
2433         * gdb.arch/aarch64-tagged-pointer.c: New file.
2434         * gdb.arch/aarch64-tagged-pointer.exp: New file.
2435
2436 2017-12-08  Sergio Durigan Junior  <sergiodj@redhat.com>
2437
2438         * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2439         "int".
2440
2441 2017-12-07  Keith Seitz  <keiths@redhat.com>
2442
2443         PR breakpoints/22569
2444         * gdb.linespec/ls-errs.exp: Change expected result of "break
2445         -source this file has spaces.c -line 3".
2446         Check that an explicit source file followed by whitespace is
2447         identified as an invalid explicit location.
2448
2449 2017-12-07  Keith Seitz  <keiths@redhat.com>
2450
2451         * gdb.cp/nested-types.cc: New file.
2452         * gdb.cp/nested-types.exp: New file.
2453         * lib/cp-support.exp: Load data-structures.exp library.
2454         (debug_cp_test_ptype_class): New global.
2455         (cp_ptype_class_verbose, next_line): New procedures.
2456         (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2457         Add and document new return value.
2458         Switch the list of lines to a queue.
2459         Add support for new `type' key for nested type definitions.
2460         Add debugging/troubleshooting messages.
2461         * lib/data-structures.exp: New file.
2462
2463 2017-12-07  Simon Marchi  <simon.marchi@ericsson.com>
2464
2465         * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2466         with proc_with_prefix, don't use with_test_prefix.
2467
2468 2017-12-07  Tom Tromey  <tom@tromey.com>
2469
2470         * gdb.base/break.exp: Add test for empty "commands".
2471
2472 2017-12-07  Yao Qi  <yao.qi@linaro.org>
2473
2474         * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2475         malloc and catch syscall.
2476
2477 2017-12-07  Phil Muldoon  <pmuldoon@redhat.com>
2478
2479        * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2480         tests for explicit locations.
2481
2482 2017-12-06  Pedro Alves  <palves@redhat.com>
2483
2484         * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2485         force-disabling XML descriptions.
2486
2487 2017-12-04  Pedro Alves  <palves@redhat.com>
2488
2489         PR gdb/22499
2490         * gdb.arch/amd64-disp-step-avx.S: New file.
2491         * gdb.arch/amd64-disp-step-avx.exp: New file.
2492
2493 2017-12-03  Pedro Alves  <palves@redhat.com>
2494
2495         * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2496         and <string.h>.
2497         (parent_function): Print distinct messages when waitpid fails, or
2498         the child exits with a signal, or the child exits for an unhandled
2499         reason.
2500         * gdb.threads/process-dies-while-detaching.exp
2501         (detach_and_expect_exit): New 'inf_output_re' parameter and use
2502         it.  Wait for both inferior output and GDB's prompt.  Use an
2503         indirect spawn id list.
2504         (do_detach): New parameter 'child_exit'.  Use it to compute
2505         expected inferior output.
2506         (test_detach, test_detach_watch, test_detach_killed_outside):
2507         Adjust to pass down the expected child exit kind.
2508
2509 2017-12-01  Joel Brobecker  <brobecker@adacore.com>
2510             Sergio Durigan Junior  <sergiodj@redhat.com>
2511             Pedro Alves  <palves@redhat.com>
2512
2513         * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2514
2515 2017-12-01  Sergio Durigan Junior  <sergiodj@redhat.com>
2516
2517         * gdb.base/relocate.exp: Add tests to guarantee that arguments
2518         to 'symbol-file' and 'add-symbol-file' can be
2519         position-independent.
2520
2521 2017-12-01  Yao Qi  <yao.qi@linaro.org>
2522
2523         * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2524         the URL in copyright header.
2525         * gdb.arch/aarch64-fp.exp: Likewise.
2526         * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2527         * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2528         * gdb.base/expand-psymtabs.exp: Likewise.
2529         * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2530         * gdb.fortran/common-block.exp: Likewise.
2531         * gdb.fortran/common-block.f90: Likewise.
2532         * gdb.fortran/logical.exp: Likewise.
2533         * gdb.fortran/vla-datatypes.f90: Likewise.
2534         * gdb.fortran/vla-sub.f90: Likewise.
2535
2536 2017-11-30  Joel Brobecker  <brobecker@adacore.com>
2537
2538         * gdb.ada/repeat_dyn: New testcase.
2539
2540 2017-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
2541
2542         * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2543         Update for changed thread numbering.
2544         * gdb.cell/bt.exp: Update for changed GDB output.
2545
2546 2017-11-30  Simon Marchi  <simon.marchi@ericsson.com>
2547
2548         * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2549         setting isremote by hand.
2550         * boards/dwarf4-gdb-index.exp: Likewise.
2551         * boards/fission.exp: Likewise.
2552         * boards/stabs.exp: Likewise.
2553
2554 2017-11-30  Pedro Alves  <palves@redhat.com>
2555
2556         * gdb.linespec/cpls-ops.exp
2557         (check_explicit_skips_function_argument): Extract the underlying
2558         type of size_t instead of hardcoding it.
2559
2560 2017-11-29  Pedro Alves  <palves@redhat.com>
2561
2562         PR c++/19436
2563         * gdb.linespec/cpls-abi-tag.cc: New file.
2564         * gdb.linespec/cpls-abi-tag.exp: New file.
2565
2566 2017-11-29  Pedro Alves  <palves@redhat.com>
2567
2568         * gdb.base/langs.exp: Use -qualified.
2569         * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
2570         it.
2571         * gdb.cp/namespace.exp: Use -qualified.
2572         * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
2573         (overload-3, template-overload, template-ret-type, const-overload)
2574         (const-overload-quoted, anon-ns, ambiguous-prefix): New
2575         procedures.
2576         (test_driver): Call them.
2577         * gdb.cp/save-bp-qualified.cc: New.
2578         * gdb.cp/save-bp-qualified.exp: New.
2579         * gdb.linespec/explicit.exp: Test -qualified.
2580         * lib/completion-support.exp (completion::explicit_opts_list): Add
2581         "-qualified".
2582         * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
2583
2584 2017-11-29  Phil Muldoon  <pmuldoon@redhat.com>
2585
2586         * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
2587
2588 2017-11-29  Tom Tromey  <tom@tromey.com>
2589
2590         * gdb.base/relocate.exp: Update invalid argument test.
2591         Add new tests for invalid arguments.
2592
2593 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2594
2595         * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
2596         Return 0 as a long.
2597         * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
2598
2599 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2600
2601         * gdb.cp/breakpoint.cc (bar): Set return type to void.
2602         * gdb.cp/psymtab-parameter.cc (func): Likewise.
2603         * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
2604         func ().
2605         * gdb.cp/shadow.cc (B.func): Return 0.
2606
2607 2017-11-27  Joel Brobecker  <brobecker@adacore.com>
2608
2609         * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
2610         expected output in gdb_expect call to allow the exception
2611         message to be present as well.  Fix syntax confusion to avoid
2612         TCL thinking that exception_name is an array.
2613
2614 2017-11-26  Ulrich Weigand  <uweigand@de.ibm.com>
2615
2616         * gdb.arch/spu-info.c: Include <unistd.h>.
2617         (do_signal_test): Fix broken calls to write.
2618         * gdb.arch/spu-info.exp: Use prepare_for_testing.
2619         Fix checks for empty mailboxes.  Update signal tests for corrected
2620         do_signal_test routine.  Allow nonzero event status.
2621         * gdb.arch/spu-ls.exp: Use prepare_for_testing.
2622         * gdb.cell/arch.exp: Use standard_output_file.
2623         * gdb.cell/break.exp: Likewise.
2624         * gdb.cell/bt.exp: Likewise.
2625         * gdb.cell/core.exp: Likewise.
2626         * gdb.cell/dwarfaddr.exp: Likewise.
2627         * gdb.cell/ea-cache.exp: Likewise.
2628         * gdb.cell/ea-standalone.exp: Likewise.
2629         * gdb.cell/f-regs.exp: Likewise.
2630         * gdb.cell/fork.exp: Likewise.
2631         * gdb.cell/gcore.exp: Likewise.
2632         * gdb.cell/mem-access.exp: Likewise.
2633         * gdb.cell/ptype.exp: Likewise.
2634         * gdb.cell/registers.exp: Likewise.
2635         * gdb.cell/sizeof.exp: Likewise.
2636         * gdb.cell/solib-symbol.exp: Likewise.
2637         * gdb.cell/solib.exp: Likewise.
2638
2639 2017-11-25   Pedro Alves  <palves@redhat.com>
2640
2641         * gdb.base/complete-empty.exp: New file.
2642         * gdb.base/completion.exp: Adjust.
2643
2644 2017-11-25  Pedro Alves  <palves@redhat.com>
2645
2646         * gdb.linespec/cpls-ops.cc: New file.
2647         * gdb.linespec/cpls-ops.exp: New file.
2648         * lib/completion-support.exp (test_complete_prefix_range_re): New,
2649         factored out from ...
2650         (test_complete_prefix_range): ... this.
2651
2652 2017-11-24  Pedro Alves  <palves@redhat.com>
2653
2654         * gdb.linespec/cpcompletion.exp: New file.
2655         * gdb.linespec/cpls-hyphen.cc: New file.
2656         * gdb.linespec/cpls.cc: New file.
2657         * gdb.linespec/cpls2.cc: New file.
2658         * gdb.linespec/explicit.exp: Load completion-support.exp.  Adjust
2659         test to use test_gdb_complete_unique.  Add label completion,
2660         keyword completion and explicit location completion tests.
2661         * lib/completion-support.exp: New file.
2662
2663 2017-11-24  Joel Brobecker  <brobecker@adacore.com>
2664
2665         * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
2666         gdb.ada/mi_ex_cond.exp: Accept optional exception message in
2667         when hitting an exception catchpoint.
2668
2669 2017-11-22  Yao Qi  <yao.qi@linaro.org>
2670
2671         * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
2672
2673 2017-11-22  Simon Marchi  <simon.marchi@ericsson.com>
2674
2675         * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
2676         * gdb.dwarf2/info-locals-optimized-out.exp: New file.
2677         * gdb.dwarf2/info-locals-optimized-out.c: New file.
2678
2679 2017-11-22  Yao Qi  <yao.qi@linaro.org>
2680
2681         * gdb.base/info-os.exp: Pass pthreads.
2682         * gdb.multi/multi-attach.exp: Likewise.
2683
2684 2017-11-22  Yao Qi  <yao.qi@linaro.org>
2685
2686         * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
2687         compiler.
2688
2689 2017-11-22  Yao Qi  <yao.qi@linaro.org>
2690
2691         * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
2692         * gdb.base/break-interp.exp: Likewise.
2693         * gdb.base/jit-attach-pie.exp: Likewise.
2694
2695 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
2696
2697         * gdb.base/float128.c (large128): New variable.
2698         * gdb.base/float128.exp: Add test to print largest __float128 value.
2699
2700 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
2701
2702         * gdb.arch/vsx-regs.exp: Update register content checks.
2703
2704 2017-11-21  Ulrich Weigand  <uweigand@de.ibm.com>
2705
2706         * gdb.arch/ppc-longdouble.exp: New file.
2707         * gdb.arch/ppc-longdouble.c: Likewise.
2708
2709 2017-11-21  Pedro Alves  <palves@redhat.com>
2710
2711         * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
2712
2713 2017-11-20  Pedro Alves  <palves@redhat.com>
2714
2715         * gdb.base/whatis-ptype-typedefs.c (double_typedef)
2716         (long_double_typedef): New typedefs.
2717         Use DEF on double and long double.
2718         * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
2719         cases.
2720         (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
2721         and 'long_double_ptr_same_size' locals.  Use them to decide
2722         whether cast from array/function to float is valid/invalid.
2723
2724 2017-11-17  Tom Tromey  <tom@tromey.com>
2725
2726         * gdb.rust/traits.rs: New file.
2727         * gdb.rust/traits.exp: New file.
2728
2729 2017-11-17  Joel Brobecker  <brobecker@adacore.com>
2730
2731         * gdb.ada/minsyms: New testcase.
2732
2733 2017-11-16  Pedro Alves  <palves@redhat.com>
2734
2735         * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2736         * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2737
2738 2017-11-16  Pedro Alves  <palves@redhat.com>
2739
2740         * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2741         gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2742
2743 2017-11-16  Pedro Alves  <palves@redhat.com>
2744
2745         * gdb.server/reconnect-ctrl-c.c: New file.
2746         * gdb.server/reconnect-ctrl-c.exp: New file.
2747
2748 2017-11-16  Phil Muldoon  <pmuldoon@redhat.com>
2749
2750         * gdb.python/py-rbreak.exp: New file.
2751         * gdb.python/py-rbreak.c: New file.
2752         * gdb.python/py-rbreak-func2.c: New file.
2753
2754 2017-11-16  Pedro Alves  <palves@redhat.com>
2755
2756         * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2757         pattern.
2758         * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2759         GDB.
2760
2761 2017-11-15  Simon Marchi  <simon.marchi@ericsson.com>
2762
2763         * gdb.tui/completionn.exp (test_tab_completion): Add space in
2764         regex.
2765
2766 2017-11-13  Simon Marchi  <simon.marchi@polymtl.ca>
2767
2768         * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2769         test names.
2770
2771 2017-11-09  Pedro Alves  <palves@redhat.com>
2772
2773         * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2774         factored out from ...
2775         (top level): ... here, and adjusted to avoid expecting beyond the
2776         prompt in a single gdb_test_multiple.
2777
2778 2017-11-09  Pedro Alves  <palves@redhat.com>
2779
2780         * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2781         output.
2782         * gdb.server/ext-attach.exp ("kill" test): Likewise.
2783         * gdb.server/ext-restart.exp ("kill" test): Likewise.
2784         * gdb.server/ext-run.exp ("kill" test): Likewise.
2785         * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2786
2787 2017-11-09  Pedro Alves  <palves@redhat.com>
2788
2789         * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2790         match till end of line.
2791
2792 2017-11-09  Pedro Alves  <palves@redhat.com>
2793
2794         * gdb.base/memattr.exp: Tighten regexes to match the end line.
2795
2796 2017-11-09  Pedro Alves  <palves@redhat.com>
2797
2798         * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2799         New procedures, factored out from ...
2800         (top level): ... here, and adjusted to avoid expecting beyond the
2801         prompt in one go.
2802
2803 2017-11-09  Pedro Alves  <palves@redhat.com>
2804
2805         * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2806         output.  Fix '?' match.
2807
2808 2017-11-08  Joel Brobecker  <brobecker@adacore.com>
2809
2810         * gdb.ada/scoped_watch: New testcase.
2811         * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2812         which is actually correct.
2813         * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2814         * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2815
2816 2017-11-08  Pedro Alves  <palves@redhat.com>
2817
2818         * gdb.gdb/complaints.exp (test_initial_complaints)
2819         (test_serial_complaints, test_short_complaints): Call
2820         complaint_internal instead of complaint.
2821
2822 2017-11-08  Djordje Todorovic  <djordje.todorovic@rt-rk.com>
2823
2824         * gdb.threads/tls-core.c: New file.
2825         * gdb.threads/tls-core.exp: Likewise.
2826
2827 2017-11-08   Pedro Alves  <palves@redhat.com>
2828
2829         * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2830         (p Exported_Capitalized): New test.
2831         (p exported_capitalized): New test.
2832
2833 2017-11-07  Pedro Alves  <palves@redhat.com>
2834
2835         * gdb.cp/ena-dis-br-range.exp: Add more tests.
2836
2837 2017-11-07  Pedro Alves  <palves@redhat.com>
2838
2839         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2840         * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2841         (disable_invalid, disable_inverted, disable_negative): New
2842         procedures.
2843         ("bad numbers"): New set of tests.
2844
2845 2017-11-07  Pedro Alves  <palves@redhat.com>
2846
2847         * gdb.cp/ena-dis-br-range.exp: Add tests.
2848
2849 2017-11-07  Pedro Alves  <palves@redhat.com>
2850
2851         * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2852
2853 2017-11-07  Xavier Roirand  <roirand@adacore.com>
2854             Pedro Alves  <palves@redhat.com>
2855
2856         * gdb.base/ena-dis-br.exp: Add reference to
2857         gdb.cp/ena-dis-br-range.exp.
2858         * gdb.cp/ena-dis-br-range.exp: New file.
2859         * gdb.cp/ena-dis-br-range.cc: New file.
2860
2861 2017-11-06  Pedro Alves  <palves@redhat.com>
2862
2863         * gdb.base/attach-non-pgrp-leader.c: New.
2864         * gdb.base/attach-non-pgrp-leader.exp: New.
2865
2866 2017-11-06  Pedro Alves  <palves@redhat.com>
2867
2868         * configure.ac: No longer check for termio.h and sgtty.h.
2869         * configure: Regenerate.
2870         * remote-utils.c: Include termios.h instead of gdb_termios.h.
2871         (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2872         Remove termio and sgtty code.
2873
2874 2017-11-03  Yao Qi  <yao.qi@linaro.org>
2875
2876         * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2877         in GDB is disabled.
2878
2879 2017-11-03  Yao Qi  <yao.qi@linaro.org>
2880
2881         * gdb.python/py-thrhandle.exp: Skip it if python is not
2882         enabled.
2883
2884 2017-10-31  Simon Marchi  <simon.marchi@polymtl.ca>
2885
2886         * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2887         as a breakpoint command.
2888
2889 2017-10-28  Maksim Dzabraev  <dzabraew@gmail.com>
2890
2891         PR python/21213
2892         * gdb.python/py-infthread.exp: Test calling
2893         InferiorThread.inferior () multiple times in a row.
2894
2895 2017-10-27  Keith Seitz  <keiths@redhat.com>
2896
2897         * gdb.opt/inline-break.exp (break_info_1): New procedure.
2898         Test "info break" for every inlined function breakpoint.
2899
2900 2017-10-27  Yao Qi  <yao.qi@linaro.org>
2901
2902         * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2903
2904 2017-10-26  Patrick Frants  <osscontribute@gmail.com>
2905
2906         * gdb.cp/classes.exp (test_static_members): Test printing
2907         Outer::instance.
2908         * gdb.cp/classes.c (struct Inner, struct Outer): New.
2909         (Inner::instance, Outer::instance): New.
2910
2911 2017-10-24  Pedro Alves  <palves@redhat.com>
2912
2913         * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2914         extra console" test in two stages.
2915
2916 2017-10-24  Pedro Alves  <palves@redhat.com>
2917
2918         * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2919
2920 2017-10-24  Pedro Alves  <palves@redhat.com>
2921
2922         * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2923         loop.
2924
2925 2017-10-24  Pedro Alves  <palves@redhat.com>
2926
2927         * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2928         $attempt" and "stoppedtry $stoppedtry" test prefixes.
2929
2930 2017-10-24  Pedro Alves  <palves@redhat.com>
2931
2932         * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2933         parameter and handle it.  Don't output read value in test name.
2934
2935 2017-10-24  Pedro Alves  <palves@redhat.com>
2936
2937         * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2938         custom test name.
2939
2940 2017-10-24  Pedro Alves  <palves@redhat.com>
2941
2942         * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2943         include the unstable output directory name in the test's name.
2944         (initial_setup_simple) <'set args'>: Use custom test name.
2945
2946 2017-10-24  Pedro Alves  <palves@redhat.com>
2947
2948         * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2949         with explicit test name.
2950
2951 2017-10-20  Pedro Alves  <palves@redhat.com>
2952
2953         * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2954         'wait -i'.  Use gdb_assert and remote_close.
2955
2956 2017-10-19  Andrew Burgess  <andrew.burgess@embecosm.com>
2957
2958         * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2959         number from variable rather than hard-coded.
2960
2961 2017-10-19  Pedro Alves  <palves@redhat.com>
2962
2963         * gdb.base/long-inferior-output.c: New file.
2964         * gdb.base/long-inferior-output.exp: New file.
2965
2966 2017-11-18  Keith Seitz  <keiths@redhat.com>
2967
2968         * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2969         method.
2970         (main): Call it.
2971         * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2972         Add additional user-defined conversion operator tests.
2973
2974 2017-10-17  Pedro Alves  <palves@redhat.com>
2975
2976         * boards/native-stdio-gdbserver.exp: Load "local-board".
2977
2978 2017-10-17  Pedro Alves  <palves@redhat.com>
2979
2980         * gdb.base/quit-live.c: New file.
2981         * gdb.base/quit-live.exp: New file.
2982
2983 2017-10-16  Keith Seitz  <keiths@redhat.com>
2984
2985         * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2986         (class_with_protected_typedef, class_with_private_typedef)
2987         (struct_with_public_typedef, struct_with_protected_typedef)
2988         (struct_with_private_typedef): New classes/structs.
2989         * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2990         typedefs and access specifiers.
2991
2992 2017-10-16  Pedro Alves  <palves@redhat.com>
2993             Simon Marchi  <simon.marchi@polymtl.ca>
2994
2995         * README (Local vs Remote vs Native): New section.
2996         * boards/local-board.exp: New file, with bits factored out from
2997         ...
2998         * boards/native-extended-gdbserver.exp: ... here.  Load
2999         "local-board".
3000         * boards/native-gdbserver.exp: Load "local-board".
3001         (${board}_spawn, ${board}_exec): Delete.
3002         * boards/native-stdio-gdbserver.exp: Most contents factored out to
3003         ...
3004         * boards/stdio-gdbserver-base.exp: ... this new file.
3005         * boards/native-stdio-gdbserver.exp: Reimplement, by loading
3006         "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
3007         procedure.
3008         * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
3009         instead of native-stdio-gdbserver.  Don't set gdb_server_prog nor
3010         stdio_gdbserver_command.
3011         (${board}_get_remote_address, ${board}_get_comm_port)
3012         (${board}_download, ${board}_upload): Delete.
3013         (get_target_remote_pipe_cmd): New.
3014
3015 2017-10-16  Simon Marchi  <simon.marchi@ericsson.com>
3016
3017         * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3018         test_bkpt_deletion, test_bkpt_cond_and_cmds,
3019         test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3020         test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3021         test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3022         remove with_test_prefix.
3023
3024 2017-10-13  Pedro Alves  <palves@redhat.com>
3025
3026         * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3027         * gdb.base/annota1.exp: Use it instead of is_remote.
3028         * gdb.base/annota3.exp: Use it instead of is_remote.
3029         * gdb.cp/annota2.exp: Use it instead of is_remote.
3030         * gdb.cp/annota3.exp: Use it instead of is_remote.
3031         * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3032
3033 2017-10-13  Pedro Alves  <palves@redhat.com>
3034
3035         * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3036         (test_num_test_vars, run_and_count_vars, find_env)
3037         (test_set_unset_env, test_inherit_env_var): New procedures.
3038         (top level): Use them.
3039
3040 2017-10-13  Pedro Alves  <palves@redhat.com>
3041
3042         * lib/selftest-support.exp (selftest_setup): Extend comments, and
3043         also skip on stub-like targets.
3044
3045 2017-10-13  Pedro Alves  <palves@redhat.com>
3046
3047         PR gdb/22293
3048         * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3049         (top level): Move some tests to ...
3050         (test_not_found): ... this new procedure.
3051         (top level): Call it.
3052
3053 2017-10-13  Pedro Alves  <palves@redhat.com>
3054
3055         * gdb.base/term.exp: Don't skip if is_remote target.  Instead,
3056         expect different "info terminal" output if testing with a
3057         non-native target.
3058
3059 2017-10-13  Pedro Alves  <palves@redhat.com>
3060             Simon Marchi  <simon.marchi@polymtl.ca>
3061
3062         PR python/12966
3063         * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3064
3065 2017-10-13  Pedro Alves  <palves@redhat.com>
3066
3067         * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3068         already.
3069
3070 2017-10-13  Pedro Alves  <palves@redhat.com>
3071
3072         * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3073         is_remote.
3074
3075 2017-10-13  Pedro Alves  <palves@redhat.com>
3076
3077         * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3078         is_remote.
3079
3080 2017-10-13  Pedro Alves  <palves@redhat.com>
3081
3082         * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3083         is set.
3084         (corefile_test_attach): Likewise.  Check can_spawn_for_attach
3085         instead of is_remote.
3086
3087 2017-10-13  Pedro Alves  <palves@redhat.com>
3088
3089         * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3090         (top level): Add comment.
3091
3092 2017-10-13  Pedro Alves  <palves@redhat.com>
3093
3094         * gdb.base/remote.exp (top level): Fix comment typo and add
3095         missing return.
3096
3097 2017-10-13  Pedro Alves  <palves@redhat.com>
3098             Simon Marchi  <simon.marchi@polymtl.ca>
3099
3100         * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3101         calls and add comments.  Skip test if use_gdb_stub is set.
3102         (top level): Use "set cwd" command instead of "cd" command.
3103
3104 2017-10-13  Pedro Alves  <palves@redhat.com>
3105
3106         * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3107         is_remote target check.
3108
3109 2017-10-13  Pedro Alves  <palves@redhat.com>
3110
3111         * gdb.base/scope.exp: Use build_executable + clean_restart +
3112         gdb_file_cmd instead of prepare_for_testing and no longer skip
3113         "before run" tests on is_remote target boards.  Update comments.
3114         * boards/native-extended-gdbserver.exp
3115         (extended_gdbserver_load_last_file): New, factored out from ...
3116         (gdb_load): ... this.  Move further below and add comment.
3117         (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3118
3119 2017-10-12  Pedro Alves  <palves@redhat.com>
3120
3121         * gdb.base/attach.exp: Remove references to gdb64.
3122         * gdb.base/dbx.exp: Remove references to gdb64.
3123
3124 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
3125             Pedro Alves  <palves@redhat.com>
3126
3127         * gdb.base/label.exp: Remove is_remote target check.
3128
3129 2017-10-12  Pedro Alves  <palves@redhat.com>
3130
3131         * gdb.base/auvx.exp (coredir): Update comment.
3132         (top level) <core_works>: Use "set cwd" command instead of "cd"
3133         command.
3134
3135 2017-10-12  Pedro Alves  <palves@redhat.com>
3136             Simon Marchi  <simon.marchi@polymtl.ca>
3137
3138         * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3139         target boards.
3140
3141 2017-10-12  Pedro Alves  <palves@redhat.com>
3142             Simon Marchi  <simon.marchi@polymtl.ca>
3143
3144         * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3145         Instead skip if there's any gdb_protocol set.
3146
3147 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
3148             Pedro Alves  <palves@redhat.com>
3149
3150         * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3151
3152 2017-10-12  Pedro Alves  <palves@redhat.com>
3153             Simon Marchi  <simon.marchi@polymtl.ca>
3154
3155         * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3156         instead of on dejagnu remote boards.
3157
3158 2017-10-12  Pedro Alves  <palves@redhat.com>
3159             Simon Marchi  <simon.marchi@polymtl.ca>
3160
3161         * gdb.base/inferior-died.exp: Remove is_remote and isnative
3162         checks.  Use build_executable + clean_restart instead of
3163         prepare_for_testing.  Pass "set non-stop on" via GDBFLAGS instead
3164         of enabling non-stop after starting gdb.
3165
3166 2017-10-12  Pedro Alves  <palves@redhat.com>
3167
3168         * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3169         * gdb.threads/non-ldr-exc-2.exp: Ditto.
3170         * gdb.threads/non-ldr-exc-3.exp: Ditto.
3171         * gdb.threads/non-ldr-exc-4.exp: Ditto.
3172
3173 2017-10-11  Anton Kolesov  <Anton.Kolesov@synopsys.com>
3174
3175         * gdb.arch/arc-tdesc-cpu.exp: New file.
3176         * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3177
3178 2017-10-10  Simon Marchi  <simon.marchi@ericsson.com>
3179
3180         * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3181
3182 2017-10-10  Pedro Alves <palves@redhat.com>
3183
3184         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3185         expect CLI output.
3186
3187 2017-10-10  Pedro Alves  <palves@redhat.com>
3188
3189         * lib/selftest-support.exp (selftest_setup): Update for
3190         captured_command_loop's prototype change.
3191
3192 2017-10-09  Pedro Alves  <palves@redhat.com>
3193
3194         Test both arch1=>arch2 and arch2=>arch1.
3195
3196         * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3197         (srcfile2, binfile2, march1, march2): Remove globals.  Largely
3198         factored out to...
3199         (append_arch1_options, append_arch2_options, append_arch_options)
3200         (build_executables): New procedures.
3201         (do_test): New 'first_arch' parameter.  Use it to define 'from_exec'
3202         local.
3203         (top level): Add new 'first_arch' testing axis.
3204
3205 2017-10-09  Pedro Alves  <palves@redhat.com>
3206
3207         * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3208         (barrier): New.
3209         (thread_start, all_started): New functions.
3210         (main): Spawn new thread and wait until it is scheduled.
3211         * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3212         option.
3213         (do_test): Add 'selected_thread' parameter.  Run to all_started
3214         instead of main.  Explicitly set the breakpoint at main.  Switch
3215         to the SELECTED_THREAD thread.
3216         (top level): Test handling the exec event with either the main
3217         thread or the second thread selected.
3218
3219 2017-10-09  Pedro Alves  <palves@redhat.com>
3220
3221         * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3222         logic.  Move STOP marker after the value checks.
3223         * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3224         regexp.
3225
3226 2017-10-06  Sandra Loosemore  <sandra@codesourcery.com>
3227
3228         * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3229
3230 2017-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
3231
3232         * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3233         integer-to-dfp conversion.
3234         * gdb.base/dfp-test.exp: Likewise.
3235
3236 2017-10-04  Pedro Alves  <palves@redhat.com>
3237
3238         * gdb.multi/hangout.c: Include <unistd.h>.
3239         (hangout_loop): New function.
3240         (main): Call alarm.  Call hangout_loop in a loop.
3241         * gdb.multi/hello.c: Include <unistd.h>.
3242         (hello_loop): New function.
3243         (main): Call alarm.  Call hangout_loop in a loop.
3244         * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3245         inferior with the other selected.
3246
3247 2017-10-04  Simon Marchi  <simon.marchi@ericsson.com>
3248
3249         * gdb.mi/list-thread-groups-available.exp: New file.
3250         * gdb.mi/list-thread-groups-available.c: New file.
3251
3252 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
3253
3254         * gdb.base/set-cwd.exp: Make it available on
3255         native-extended-gdbserver.
3256
3257 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
3258
3259         * gdb.base/set-cwd.c: New file.
3260         * gdb.base/set-cwd.exp: Likewise.
3261
3262 2017-10-02  Tom Tromey  <tom@tromey.com>
3263
3264         PR rust/22236:
3265         * gdb.rust/simple.rs (main): New variable "fslice".
3266         * gdb.rust/simple.exp: Add slice tests.  Update string tests.
3267
3268 2017-10-02  Tom Tromey  <tom@tromey.com>
3269
3270         * gdb.rust/simple.exp: Test ptype of a slice.
3271
3272 2017-10-02  Tom Tromey  <tom@tromey.com>
3273
3274         * gdb.rust/simple.exp: Test index of slice.
3275
3276 2017-09-27  Tom Tromey  <tom@tromey.com>
3277
3278         * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3279
3280 2017-09-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3281             Pedro Alves  <palves@redhat.com>
3282
3283         * gdb.base/compare-sections.exp (get value of read-only section): Read
3284         as unsigned value.
3285         (corrupt read-only section): Likewise and don't set written if patching
3286         failed.
3287
3288 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
3289
3290         * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3291         files.
3292
3293 2017-09-20  Pedro Alves  <palves@redhat.com>
3294
3295         * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3296         symbol names in gdb's output.
3297         * gdb.cp/overload.exp ("list all overloads"): Likewise.
3298
3299 2017-09-20  Pedro Alves  <palves@redhat.com>
3300
3301         * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3302         Rename to ...
3303         (test_list_ambiguous_symbol): ... this and add a symbol name
3304         parameter.  Adjust.
3305         (test_list_ambiguous_function): Reimplement on top of
3306         test_list_ambiguous_symbol and also test listing ambiguous
3307         variables.
3308         * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3309         (ambiguous_fun): ... this.
3310         (ambiguous_var): New.
3311         * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3312         (ambiguous_fun): ... this.
3313         (ambiguous_var): New.
3314
3315 2017-09-19  John Baldwin  <jhb@FreeBSD.org>
3316
3317         * gdb.base/starti.c: New file.
3318         * gdb.base/starti.exp: New file.
3319         * lib/gdb.exp (gdb_starti_cmd): New procedure.
3320
3321 2017-09-14  Pedro Alves  <palves@redhat.com>
3322
3323         * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3324         (top level): Use it instead of runto.
3325
3326 2017-09-11  Tom Tromey  <tom@tromey.com>
3327
3328         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3329
3330 2017-09-11  Tom Tromey  <tom@tromey.com>
3331
3332         * gdb.python/py-infthread.exp: Add tests for new_thread event.
3333         * gdb.python/py-inferior.exp: Add tests for new inferior events.
3334
3335 2017-09-08  Christoph Weinmann  <christoph.t.weinmann@intel.com>
3336
3337         * gdb.fortran/printing-types.exp: New file.
3338         * gdb.fortran/printing-types.exp: New file.
3339
3340 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
3341
3342         * gdb.fortran/vla-ptype.exp: Fix typos.
3343         * gdb.fortran/vla-value.exp: Same.
3344
3345 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
3346
3347         * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3348         * gdb.mi/mi-var-child-f.exp: Likewise.
3349         * gdb.mi/mi-vla-fortran.exp: Likewise.
3350
3351 2017-09-08  Frank Penczek  <frank.penczek@intel.com>
3352             Christoph Weinmann  <christoph.t.weinmann@intel.com>
3353             Bernhard Heckel  <bernhard.heckel@intel.com>
3354
3355         * gdb.fortran/ptr-indentation.f90: New file.
3356         * gdb.fortran/ptr-indentation.exp: New file.
3357
3358 2017-09-05  Tom Tromey  <tom@tromey.com>
3359
3360         PR gdb/22010:
3361         * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3362
3363 2017-09-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3364
3365         * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3366
3367 2017-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3368
3369         * gdb.threads/tls-nodebug-pie.c: New file.
3370         * gdb.threads/tls-nodebug-pie.exp: New file.
3371
3372 2017-09-05  Tom Tromey  <tom@tromey.com>
3373
3374         * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3375         for rust.
3376
3377 2017-09-05  Simon Marchi  <simon.marchi@ericsson.com>
3378
3379         * gdb.multi/multi-arch-exec.exp: Test with different
3380         "follow-exec-mode" settings.
3381         (do_test): New procedure.
3382
3383 2017-09-04  Pedro Alves  <palves@redhat.com>
3384
3385         * gdb.base/func-static.c (S::method const, S::method volatile)
3386         (S::method volatile const): New methods.
3387         (c_s, v_s, cv_s): New instances.
3388         (main): Call method() on them.
3389         * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3390         (cannot_resolve): New procedure.
3391         (cxx_scopes_list): Test cv methods.  Add print-scope-quote and
3392         print-quote-unquoted columns.
3393         (do_test): Test printing each scope too.
3394
3395 2017-09-04  Pedro Alves  <palves@redhat.com>
3396
3397         * gdb.base/local-static.exp: Also test with
3398         class::method::variable wholly quoted.
3399         * gdb.cp/m-static.exp (class::method::variable): Remove test.
3400
3401 2017-09-04  Pedro Alves  <palves@redhat.com>
3402
3403         * gdb.base/local-static.c: New.
3404         * gdb.base/local-static.cc: New.
3405         * gdb.base/local-static.exp:  New.
3406
3407 2017-09-04  Pedro Alves  <palves@redhat.com>
3408
3409         * gdb.asm/asm-source.exp: Add casts to int.
3410         * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3411         (dataglobal64_1, dataglobal64_2): New globals.
3412         * gdb.base/nodebug.exp: Test different expressions involving the
3413         new globals, with print, whatis and ptype.  Add casts to int.
3414         * gdb.base/solib-display.exp: Add casts to int.
3415         * gdb.compile/compile-ifunc.exp: Expect warning.  Add cast to int.
3416         * gdb.cp/m-static.exp: Add cast to int.
3417         * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3418         * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3419         tls variable with no debug info without a cast.  Test with a cast
3420         to int too.
3421         * gdb.trace/entry-values.exp: Add casts.
3422
3423 2017-09-04  Pedro Alves  <palves@redhat.com>
3424
3425         * gdb.base/nodebug.exp: Test that ptype's error about functions
3426         with unknown return type includes the function name too.
3427
3428 2017-09-04  Pedro Alves  <palves@redhat.com>
3429
3430         * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3431         return type of munmap in infcall.
3432         * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3433         * gdb.base/checkpoint.exp: Simplify using for loop.  Cast return
3434         type of ftell in infcall.
3435         * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3436         type of getpid in infcall.
3437         * gdb.base/infcall-exec.exp: Cast return type of execlp in
3438         infcall.
3439         * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3440         Bail on failure to extract the pid.
3441         * gdb.base/nodebug.c: #include <stdint.h>.
3442         (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3443         New functions.
3444         * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3445         Change expected output of print/whatis/ptype with functions with
3446         no debug info.  Test all supported languages.  Call
3447         test_call_promotion.
3448         * gdb.compile/compile.exp: Adjust expected output to expect
3449         warning.
3450         * gdb.threads/siginfo-threads.exp: Likewise.
3451
3452 2017-09-04  Pedro Alves  <palves@redhat.com>
3453
3454         * gdb.base/callfuncs.exp (do_function_calls): New parameter
3455         "prototypes".  Test calling float functions via prototyped and
3456         unprototyped function pointers.
3457         (perform_all_tests): New parameter "prototypes".  Pass it down.
3458         (top level): Pass down "prototypes" parameter to
3459         perform_all_tests.
3460
3461 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3462
3463         * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3464         Test with nested loops.
3465
3466 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3467
3468         * gdb.base/commands.exp: Call the new procedures.
3469         (loop_break_test, loop_continue_test): New procedures.
3470
3471 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3472
3473         * gdb.base/commands.exp: Call new procedure.
3474         (define_if_without_arg_test): New procedure.
3475
3476 2017-09-04  Pedro Alves  <palves@redhat.com>
3477
3478         * gdb.base/list-ambiguous.exp: New file.
3479         * gdb.base/list-ambiguous0.c: New file.
3480         * gdb.base/list-ambiguous1.c: New file.
3481         * gdb.base/list.exp (test_list_range): Adjust expected output.
3482
3483 2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
3484
3485         * gdb.base/share-env-with-gdbserver.c: New file.
3486         * gdb.base/share-env-with-gdbserver.exp: Likewise.
3487
3488 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3489
3490         * gdb.base/commands.exp (gdbvar_simple_if_test,
3491         gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3492         progvar_simple_if_test, progvar_simple_while_test,
3493         progvar_complex_if_while_test, user_defined_command_test,
3494         user_defined_command_args_eval,
3495         user_defined_command_args_stack_test,
3496         user_defined_command_manyargs_test, bp_deleted_in_command_test,
3497         temporary_breakpoint_commands,
3498         gdb_test_no_prompt, redefine_hook_test,
3499         redefine_backtrace_test): Remove "global gdb_prompt".
3500
3501 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3502
3503         * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3504         New proc, call it from toplevel.
3505
3506 2017-08-23  Sergio Durigan Junior  <sergiodj@redhat.com>
3507
3508         PR remote/21852
3509         * gdb.server/normal.c: New file, copied from gdb.base.
3510         * gdb.server/run-without-local-binary.exp: New file.
3511
3512 2017-08-07  Weimin Pan  <weimin.pan@oracle.com>
3513
3514         * gdb.arch/sparc64-adi.exp: New file.
3515         * gdb.arch/sparc64-adi.c: New file.
3516
3517 2017-08-22  Pedro Alves  <palves@redhat.com>
3518
3519         * gdb.cp/overload.exp (line_range_pattern): New procedure.
3520         (top level): Add "list all overloads" tests.
3521
3522 2017-08-22  Tom Tromey  <tom@tromey.com>
3523
3524         * gdb.gdb/xfullpath.exp: Remove.
3525
3526 2017-08-21  Pedro Alves  <palves@redhat.com>
3527
3528         PR gdb/19487
3529         * gdb.base/symbol-alias.c: New.
3530         * gdb.base/symbol-alias2.c: New.
3531         * gdb.base/symbol-alias.exp: New.
3532
3533 2017-08-21  Pedro Alves  <palves@redhat.com>
3534
3535         * gdb.base/dfp-test.c
3536         (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3537         (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3538         * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3539         * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3540         * gdb.base/whatis-ptype-typedefs.c: New.
3541         * gdb.base/whatis-ptype-typedefs.exp: New.
3542         * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3543         (an_int, an_int_type, an_int_type2): New globals.
3544         * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3545         involving typedefs and cast expressions.
3546         * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3547         (lookup_typedefs_function): New.
3548         (typedefs_pretty_printers_dict): New.
3549         (top level): Register lookup_typedefs_function in
3550         gdb.pretty_printers.
3551
3552 2017-08-18  Yao Qi  <yao.qi@linaro.org>
3553
3554         * gdb.server/unittest.exp: New.
3555
3556 2017-08-15  Sergio Durigan Junior  <sergiodj@redhat.com>
3557
3558         PR gdb/21954
3559         * gdb.base/environ.exp: Add test to check if 'unset environment'
3560         works.
3561
3562 2017-08-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3563
3564         * lib/gdb.exp (universal_compile_options): New caching proc.
3565         (gdb_compile): Suppress GCC's coloring of messages.
3566
3567 2017-08-14  Tom Tromey  <tom@tromey.com>
3568
3569         PR gdb/21675:
3570         * gdb.base/printcmds.exp (test_radices): New function.
3571         * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
3572         * gdb.base/sizeof.exp (check_valueof): Use p/d.
3573         * lib/gdb.exp (get_integer_valueof): Use p/d.
3574
3575 2017-08-12  Simon Marchi  <simon.marchi@ericsson.com>
3576
3577         * lib/gdb.exp (get_valueof): Don't capture end-of-line
3578         characters.
3579
3580 2017-08-05  Tom Tromey  <tom@tromey.com>
3581
3582         * gdb.rust/simple.exp: Allow String to appear in a different
3583         namespace.
3584
3585 2017-07-26  Yao Qi  <yao.qi@linaro.org>
3586
3587         * gdb.gdb/unittest.exp: Invoke command
3588         "maintenance check xml-descriptions".
3589
3590 2017-07-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3591
3592         * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
3593         calling context.
3594         (hex128): Drop erroneous calculation of parameters.
3595
3596 2017-07-22  Simon Marchi  <simon.marchi@ericsson.com>
3597
3598         * gdb.python/py-unwind.exp: Disable stack protection when
3599         building test file.
3600
3601 2017-07-20  Pedro Alves  <palves@redhat.com>
3602
3603         * gdb.base/default.exp (set language): Adjust expected output.
3604
3605 2017-07-20  Pedro Alves  <palves@redhat.com>
3606
3607         * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
3608         (test_minsym): ... this, and make static.
3609         (get_pck__foo__bar__minsym): Rename to ...
3610         (get_test_minsym): ... this.
3611         * gdb.base/dmsym.exp (): Remove "set language ada" call.  Adjust
3612         symbol names and comments.
3613         * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
3614         (get_test_minsym): ... this.
3615         (pck__foo__bar__minsym__2): Rename to ...
3616         (test_minsym): ... this.
3617         (main): Adjust.
3618
3619 2017-07-17  Pedro Alves  <palves@redhat.com>
3620
3621         * gdb.base/completion.exp: Adjust expected output.
3622         * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
3623         the completer works.
3624
3625 2017-07-17  Pedro Alves  <palves@redhat.com>
3626
3627         * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
3628
3629 2017-07-15  Andrew Burgess  <andrew.burgess@embecosm.com>
3630
3631         * gdb.mi/mi-vla-fortran.exp: Make test names unique.
3632
3633 2017-07-14  Tom Tromey  <tom@tromey.com>
3634
3635         PR rust/21764:
3636         * gdb.rust/simple.exp: Add tests.
3637
3638 2017-07-14  Tom Tromey  <tom@tromey.com>
3639
3640         * gdb.rust/simple.exp: Add regression test for PR rust/21763.
3641
3642 2017-07-14  Pedro Alves  <palves@redhat.com>
3643
3644         * gdb.linespec/base/one/thefile.cc (z1): New function.
3645         * gdb.linespec/base/two/thefile.cc (z2): New function.
3646         * gdb.linespec/linespec.exp: Add tests.
3647
3648 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
3649
3650         * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
3651         to mi_create_breakpoint.
3652
3653 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
3654
3655         * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
3656         mi_create_breakpoint.
3657
3658 2017-07-11  Iain Buclaw  <ibuclaw@gdcproject.org>
3659
3660         * gdb.dlang/demangle.exp: Update for demangling changes.
3661
3662 2017-07-09  Tom Tromey  <tom@tromey.com>
3663
3664         * gdb.dwarf2/shortpiece.exp: New file.
3665
3666 2017-07-06  David Blaikie  <dblaikie@gmail.com>
3667
3668         * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
3669         built from fissiont-multi-cu{1,2}.c.
3670         * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
3671         except putting 'main' and 'func' in separate CUs in the same DWO file.
3672         * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
3673         test.
3674         * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
3675         test.
3676
3677 2017-07-06  Pedro Alves  <palves@redhat.com>
3678
3679         * gdb.python/py-unwind.exp: Test flushregs.
3680
3681 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
3682
3683         PR cli/21688
3684         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
3685         tests for alias commands and trailing whitespace.
3686
3687 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
3688
3689         PR cli/21688
3690         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
3691         procedure.  Call it.
3692
3693 2017-06-29  Pedro Alves  <palves@redhat.com>
3694
3695         * gdb.base/printcmds.exp: Add tests.
3696
3697 2017-06-28  Doug Gilmore  <Doug.Gilmore@imgtec.com>
3698
3699         PR gdb/21337
3700         * gdb.base/reread-readsym.exp: New file.
3701         * gdb.base/reread-readsym.c: New file.
3702
3703 2017-06-21  Kevin Buettner  <kevinb@redhat.com>
3704
3705         * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
3706         subpattern.
3707
3708 2017-06-19  Peter Bergner  <bergner@vnet.ibm.com>
3709
3710         * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3711         extended mnemonic.
3712         * gdb.arch/powerpc-power9.s: Likewise.
3713
3714 2017-06-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3715
3716         * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
3717         on 32-bit x86 targets.  Exploit is_*_target macros where
3718         appropriate.
3719
3720 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3721
3722         * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
3723         register pieces.
3724
3725 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3726
3727         * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
3728         located in one or more DWARF pieces.
3729
3730 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3731
3732         * lib/gdb.exp (get_endianness): New proc.
3733         * gdb.arch/aarch64-fp.exp: Use it.
3734         * gdb.arch/altivec-regs.exp: Likewise.
3735         * gdb.arch/e500-regs.exp: Likewise.
3736         * gdb.arch/vsx-regs.exp: Likewise.
3737         * gdb.base/dump.exp: Likewise.
3738         * gdb.base/funcargs.exp: Likewise.
3739         * gdb.base/gnu_vector.exp: Likewise.
3740         * gdb.dwarf2/formdata16.exp: Likewise.
3741         * gdb.dwarf2/implptrpiece.exp: Likewise.
3742         * gdb.dwarf2/nonvar-access.exp: Likewise.
3743         * gdb.python/py-inferior.exp: Likewise.
3744         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3745
3746 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3747
3748         PR gdb/21226
3749         * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3750         stack value pieces are taken from the LSB end.
3751
3752 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3753
3754         * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3755         variable at nonzero offset.
3756
3757 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3758
3759         * gdb.dwarf2/var-access.c: New file.
3760         * gdb.dwarf2/var-access.exp: New test.
3761         * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3762
3763 2017-06-12  Tom Tromey  <tom@tromey.com>
3764
3765         * gdb.dwarf2/formdata16.exp: Add tests.
3766
3767 2017-06-12  Tom Tromey  <tom@tromey.com>
3768
3769         * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3770
3771 2017-06-12  Tom Tromey  <tom@tromey.com>
3772
3773         PR exp/16225:
3774         * gdb.reverse/i386-sse-reverse.exp: Update tests.
3775         * gdb.arch/vsx-regs.exp: Update tests.
3776         * gdb.arch/s390-vregs.exp (hex128): New proc.
3777         Update test.
3778         * gdb.arch/altivec-regs.exp: Update tests.
3779
3780 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
3781
3782         * gdb.base/startup-with-shell.c: New file.
3783         * gdb.base/startup-with-shell.exp: Likewise.
3784
3785 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
3786
3787         * gdb.server/non-existing-program.exp: Update regex in order to
3788         reflect the fact that gdbserver is now using fork_inferior (with a
3789         shell) to startup the inferior.
3790
3791 2017-05-30  Simon Marchi  <simon.marchi@ericsson.com>
3792
3793         * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3794         support function calls from GDB.
3795
3796 2017-05-21  Tom Tromey  <tom@tromey.com>
3797
3798         PR rust/21466:
3799         * gdb.rust/unsized.exp: New file.
3800         * gdb.rust/unsized.rs: New file.
3801
3802 2017-05-19  Tom Tromey  <tom@tromey.com>
3803
3804         PR rust/21484:
3805         * gdb.rust/watch.exp: New file.
3806         * gdb.rust/watch.rs: New file.
3807
3808 2017-05-18  Tom Tromey  <tom@tromey.com>
3809
3810         * gdb.rust/simple.exp: Allow Box to be qualified.
3811
3812 2017-05-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3813
3814         * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3815
3816 2017-05-18  Pedro Alves  <palves@redhat.com>
3817
3818         * gdb.base/fileio.c (test_write, test_read, test_close)
3819         (test_fstat): Don't print 'ret' in the fail path.
3820
3821 2017-05-18  Pedro Alves  <palves@redhat.com>
3822
3823         * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3824         (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3825         (test_system, test_rename, test_unlink, test_time): Change
3826         prototypes.
3827         * gdb.base/fileio.exp (stop_msg): Adjust.
3828
3829 2017-05-18  Pedro Alves  <palves@redhat.com>
3830
3831         * gdb.base/fileio.c (null_str): New global.
3832         (test_stat): Use it.
3833         * gdb.base/fileio.exp: Remove nowarnings.
3834
3835 2017-05-17  Yao Qi  <yao.qi@linaro.org>
3836
3837         * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3838
3839 2017-05-17  Simon Marchi  <simon.marchi@ericsson.com>
3840
3841         * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3842         argument command.
3843         (top-level): Invoke test_set_inferior_tty.
3844
3845 2017-05-04  Pedro Alves  <palves@redhat.com>
3846
3847         * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3848         Add parens to print call for Python 3.
3849
3850 2017-05-03  Keith Seitz  <keiths@redhat.com>
3851
3852         * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3853         (main): Call it.
3854
3855 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
3856
3857         * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3858         to prev and next.
3859
3860 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
3861
3862         * gdb.python/py-record-btrace.exp: Remove test for
3863         gdb.BtraceInstruction.error.
3864
3865 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
3866
3867         * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3868
3869 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
3870
3871         * gdb.python/py-record-btrace-threads.c: New file.
3872         * gdb.python/py-record-btrace-threads.exp: New file.
3873
3874 2017-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
3875
3876         PR testsuite/8595
3877         * gdb.base/environ.exp: Make test available in all architectures.
3878         Move bits related to "info program" testing to
3879         gdb.base/info-program.exp.  Rewrite tests to use the two new
3880         procedures mentione below.
3881         (test_set_show_env_var) New procedure.
3882         (test_set_show_env_var_equal): Likewise.
3883         * gdb.base/info-program.exp: New file.
3884
3885 2017-04-27  Keith Seitz  <keiths@redhat.com>
3886
3887         * gdb.cp/oranking.cc (test15): New function.
3888         (main): Call test15 and declare additional variables for testing.
3889         * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3890         "p foo101('abc')" tests.
3891         Add tests for cv qualifier overloads.
3892         * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3893         "lvalue reference overload" test.
3894         * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3895         "print value of f1 on Child&& in f2" test.
3896
3897 2017-04-19  Pedro Alves  <palves@redhat.com>
3898
3899         * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3900         procedure.
3901         (top level): Call it.
3902         * lib/gdb.exp (gdb_define_cmd): New procedure.
3903
3904 2017-04-12  Pedro Alves  <palves@redhat.com>
3905
3906         PR gdb/21323
3907         * gdb.cp/wide_char_types.c: Include <wchar.h>.
3908         (wchar): New global.
3909         * gdb.cp/wide_char_types.exp (wide_char_types_program)
3910         (do_test_wide_char, wide_char_types_no_program, top level): Add
3911         wchar_t testing.
3912
3913 2017-04-12  Pedro Alves  <palves@redhat.com>
3914
3915         PR c++/21323
3916         * gdb.cp/wide_char_types.c: New file.
3917         * gdb.cp/wide_char_types.exp: New file.
3918
3919 2017-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
3920
3921         PR gdb/21352
3922         * gdb.trace/tsv.exp: Add test for "tsave -r".
3923
3924 2017-03-30  Iain Buclaw  <ibuclaw@gdcproject.org>
3925
3926         * gdb.dlang/watch-loc.c: New file.
3927         * gdb.dlang/watch-loc.exp: New file.
3928
3929 2017-03-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
3930
3931         * gdb.python/py-section-script.exp (sepdebug): New testcases.
3932
3933 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
3934
3935         * gdb.arch/arc-analyze-prologue.S: New file.
3936         * gdb.arch/arc-analyze-prologue.exp: Likewise.
3937
3938 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
3939
3940         * gdb.arch/arc-decode-insn.S: New file.
3941         * gdb.arch/arc-decode-insn.exp: Likewise.
3942
3943 2017-03-21  Ivo Raisr  <ivo.raisr@oracle.com>
3944
3945         PR tdep/20928
3946         * gdb.arch/sparc64-regs.exp: New file.
3947         * gdb.arch/sparc64-regs.S: Likewise.
3948
3949 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
3950
3951         * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3952         and memory view on Python 3.
3953
3954 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
3955             Keith Seitz  <keiths@redhat.com>
3956
3957         PR gdb/14441
3958         * gdb.cp/demangle.exp: Add rvalue reference tests.
3959         * gdb.cp/rvalue-ref-casts.cc: New file.
3960         * gdb.cp/rvalue-ref-casts.exp: New file.
3961         * gdb.cp/rvalue-ref-overload.cc: New file.
3962         * gdb.cp/rvalue-ref-overload.exp: New file.
3963         * gdb.cp/rvalue-ref-params.cc: New file.
3964         * gdb.cp/rvalue-ref-params.exp: New file.
3965         * gdb.cp/rvalue-ref-sizeof.cc: New file.
3966         * gdb.cp/rvalue-ref-sizeof.exp: New file.
3967         * gdb.cp/rvalue-ref-types.cc: New file.
3968         * gdb.cp/rvalue-ref-types.exp: New file.
3969         * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3970         * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3971
3972 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
3973
3974         * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3975         New procedure.
3976
3977 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
3978
3979         * lib/mi-support.exp (mi_gdb_test): Add additional message
3980         for unexpected output.
3981
3982 2017-03-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3983
3984         * gdb.base/examine-backward.c (Barrier): New character array
3985         constant, to ensure that TestStrings is preceded by a string
3986         terminator.
3987
3988 2017-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3989
3990         * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3991         * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3992         and implicit pointer into such a location.
3993
3994 2017-03-16  Doug Evans  <dje@google.com>
3995
3996         * gdb.python/py-lazy-string (pointer): Really add new typedef.
3997
3998 2017-03-16  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3999
4000         * gdb.cp/m-static.exp: Fix expectation for prototype of
4001         test5.single_constructor and single_constructor::single_constructor.
4002
4003 2017-03-16  Doug Evans  <dje@google.com>
4004
4005         * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
4006         * gdb.guile/scm-lazy-string.c: New file.
4007         * gdb.guile/scm-value.exp: Move lazy string tests to ...
4008         * gdb.guile/scm-lazy-string.exp: ... here, new file.  Add more tests
4009         for pointer, array, typedef lazy strings.
4010
4011 2017-03-16  Doug Evans  <dje@google.com>
4012
4013         PR python/17728, python/18439, python/18779
4014         * gdb.python/py-value.c (main) Delete locals sptr, sn.
4015         * gdb.python/py-lazy-string.c (pointer): New typedef.
4016         (main): New locals ptr, array, typedef_ptr.
4017         * gdb.python/py-value.exp: Move lazy string tests to ...
4018         * gdb.python/py-lazy-string.exp: ... here.  Add more tests for pointer,
4019         array, typedef lazy strings.
4020
4021 2017-03-14  Anton Kolesov  <anton.kolesov@synopsys.com>
4022
4023         * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4024           Add optional 'test' parameter.
4025
4026 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
4027
4028         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4029         Skip for versions of DejaGnu < 1.5.
4030
4031 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
4032
4033         * lib/gdb.exp (dejagnu_version): New proc.
4034         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4035         Use dejagnu_version.
4036
4037 2017-03-10  Keith Seitz  <keiths@redhat.com>
4038
4039         PR c++/8128
4040         * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4041         type from destructor regexps.
4042         Add a branch which actually passes the test.
4043         Adjust "ptype t5i" test names.
4044
4045 2017-03-08  Pedro Alves  <palves@redhat.com>
4046
4047         * gdb.base/step-over-exit.exp: Add explicit test message.
4048
4049 2017-03-08  Pedro Alves  <palves@redhat.com>
4050
4051         PR gdb/18360
4052         * gdb.threads/interrupt-while-step-over.c: New file.
4053         * gdb.threads/interrupt-while-step-over.exp: New file.
4054
4055 2017-03-08  Pedro Alves  <palves@redhat.com>
4056
4057         * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4058         * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4059
4060 2017-03-08  Pedro Alves  <palves@redhat.com>
4061
4062         * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4063         PKRU as not supported as a PASS.
4064
4065 2017-03-08  Pedro Alves  <palves@redhat.com>
4066
4067         * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4068         prefix instead of $binfile1/$binfile2.
4069         * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4070         in test message.
4071         * gdb.python/py-completion.exp: Use "load python file" as test
4072         messages instead of unstable path names.
4073
4074 2017-03-08  Pedro Alves  <palves@redhat.com>
4075             Jan Kratochvil  <jan.kratochvil@redhat.com>
4076
4077         PR cli/21218
4078         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4079         New proc.
4080         (top level): Call it.
4081
4082 2017-03-08  Pedro Alves  <palves@redhat.com>
4083
4084         PR tui/21216
4085         * gdb.tui/tui-nl-filtered-output.exp: New file.
4086
4087 2017-03-08  Pedro Alves  <palves@redhat.com>
4088
4089         * gdb.base/completion.exp: Move TUI completion tests to ...
4090         * gdb.tui/completion.exp: ... this new file.
4091
4092 2017-03-08  Pedro Alves  <palves@redhat.com>
4093
4094         * gdb.base/tui-disasm-long-lines.c,
4095         gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4096         gdb.base/tui-layout.exp: Move to ...
4097         * gdb.tui/: ... this new directory.
4098
4099 2017-03-07  Pedro Alves  <palves@redhat.com>
4100
4101         * gdb.base/tui-layout.c: New file.
4102         * gdb.base/tui-layout.exp: New file.
4103
4104 2017-03-07  Pedro Alves  <palves@redhat.com>
4105
4106         * gdb.base/tui-layout.c: Rename to ...
4107         * gdb.base/tui-disasm-long-lines.c: ... this.
4108         * gdb.base/tui-layout.exp: Rename to ...
4109         * gdb.base/tui-disasm-long-lines.exp: ... this.
4110
4111 2017-03-07  Pedro Alves  <palves@redhat.com>
4112
4113         * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4114
4115 2017-03-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
4116
4117         * i386-mpx-call.c: New file.
4118         * i386-mpx-call.exp: New file.
4119
4120 2017-02-28  Peter Bergner  <bergner@vnet.ibm.com>
4121
4122         * gdb.arch/powerpc-power.exp: Delete test.
4123         * gdb.arch/powerpc-power.s: Likewise.
4124         * gdb.disasm/disassembler-options.exp: New test.
4125         * gdb.arch/powerpc-altivec.exp: Likewise.
4126         * gdb.arch/powerpc-altivec.s: Likewise.
4127         * gdb.arch/powerpc-altivec2.exp: Likewise.
4128         * gdb.arch/powerpc-altivec2.s: Likewise.
4129         * gdb.arch/powerpc-altivec3.exp: Likewise.
4130         * gdb.arch/powerpc-altivec3.s: Likewise.
4131         * gdb.arch/powerpc-power7.exp: Likewise.
4132         * gdb.arch/powerpc-power7.s: Likewise.
4133         * gdb.arch/powerpc-power8.exp: Likewise.
4134         * gdb.arch/powerpc-power8.s: Likewise.
4135         * gdb.arch/powerpc-power9.exp: Likewise.
4136         * gdb.arch/powerpc-power9.s: Likewise.
4137         * gdb.arch/powerpc-vsx.exp: Likewise.
4138         * gdb.arch/powerpc-vsx.s: Likewise.
4139         * gdb.arch/powerpc-vsx2.exp: Likewise.
4140         * gdb.arch/powerpc-vsx2.s: Likewise.
4141         * gdb.arch/powerpc-vsx3.exp: Likewise.
4142         * gdb.arch/powerpc-vsx3.s: Likewise.
4143         * gdb.arch/arm-disassembler-options.exp: Likewise.
4144         * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4145         * gdb.arch/s390-disassembler-options.exp: Likewise.
4146
4147 2017-02-23  Luis Machado  <lgustavo@codesourcery.com>
4148
4149         * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4150         (check_supported_features): ... this. Changed return type to void.
4151         (supports_rdseed): New static global.
4152         (rdseed): Check supports_rdseed.
4153         (initialize): Call check_supported_features.
4154
4155 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
4156
4157         * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4158         gdb.arch/ppc64-atomic-inst.exp.  Add tests for lbarx/stbcx, lharx/sthcx
4159         and lqarx/stqcx.
4160         * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4161         * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4162
4163 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
4164
4165         * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4166         uppercase.
4167
4168 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4169
4170         * gdb.dwarf2/formdata16.c: New file.
4171         * gdb.dwarf2/formdata16.exp: New file.
4172         * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4173
4174 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4175
4176         * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4177         * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4178         * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4179         * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4180         DW_AT_GNU_*.
4181
4182 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4183
4184         * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4185
4186 2017-02-15  Sergio Durigan Junior  <sergiodj@redhat.com>
4187
4188         PR gdb/21164
4189         * gdb.base/maint.exp: Add testcases for when the commands do
4190         not have arguments.
4191
4192 2017-02-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4193
4194         * gdb.cp/chained-calls.exp: Use p instead of P.
4195
4196 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
4197
4198         * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4199         gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4200
4201 2017-02-14  Tom Tromey  <tom@tromey.com>
4202
4203         PR python/13598:
4204         * gdb.python/py-events.exp: Add before_prompt event tests.
4205
4206 2017-02-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4207
4208         * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4209
4210 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
4211
4212         * gdb.linespec/explicit.c (my_unique_function_name): New function.
4213         (main): Call my_unique_function_name.
4214         * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4215         completion of patterns with a single match.
4216         Add missing -re switches to gdb_test_multiple calls.
4217
4218 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
4219
4220         * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4221         return if core file is not recognized.
4222
4223 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
4224
4225         * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4226         and extra UIs.
4227
4228 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
4229
4230         * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4231         proc_with_prefix.
4232
4233 2017-02-10  Tom Tromey  <tom@tromey.com>
4234
4235         * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4236
4237 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
4238
4239         PR gdb/21122
4240         * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4241
4242 2017-02-08  Jerome Guitton  <guitton@adacore.com>
4243
4244         * gdb.base/define.exp: Add test for command abbreviations
4245         in define.
4246
4247 2017-02-06  Luis Machado  <lgustavo@codesourcery.com>
4248
4249         * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4250         * gdb.reverse/insn-reverse-x86.c: New file.
4251
4252 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
4253
4254         PR tdep/20936
4255         * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4256
4257 2017-02-03  Tom Tromey  <tom@tromey.com>
4258
4259         PR rust/21097:
4260         * gdb.rust/simple.exp: Add new tests.
4261
4262 2017-02-02  Pedro Alves  <palves@redhat.com>
4263
4264         * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4265         tests.
4266
4267 2017-02-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4268
4269         * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4270         taking a 2-byte value out of a 4-byte DWARF implicit value on
4271         big-endian targets.
4272         * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4273         logic.  Add test cases for DW_OP_implicit.
4274
4275 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4276
4277         * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4278
4279 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4280
4281         * gdb.btrace/enable.exp: Call gdb_exit before
4282         skip_gdbserver_tests.
4283
4284 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4285
4286         * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4287         GDBFLAGS.
4288
4289 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4290
4291         * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4292         the test is skipped.
4293         * gdb.btrace/data.exp: Likewise.
4294         * gdb.btrace/delta.exp: Likewise.
4295         * gdb.btrace/dlopen.exp: Likewise.
4296         * gdb.btrace/enable-running.exp: Likewise.
4297         * gdb.btrace/enable.exp: Likewise.
4298         * gdb.btrace/exception.exp: Likewise.
4299         * gdb.btrace/function_call_history.exp: Likewise.
4300         * gdb.btrace/gcore.exp: Likewise.
4301         * gdb.btrace/instruction_history.exp: Likewise.
4302         * gdb.btrace/multi-thread-step.exp: Likewise.
4303         * gdb.btrace/nohist.exp: Likewise.
4304         * gdb.btrace/non-stop.exp: Likewise.
4305         * gdb.btrace/reconnect.exp: Likewise.
4306         * gdb.btrace/record_goto-step.exp: Likewise.
4307         * gdb.btrace/record_goto.exp: Likewise.
4308         * gdb.btrace/rn-dl-bind.exp: Likewise.
4309         * gdb.btrace/segv.exp: Likewise.
4310         * gdb.btrace/step.exp: Likewise.
4311         * gdb.btrace/stepi.exp: Likewise.
4312         * gdb.btrace/tailcall-only.exp: Likewise.
4313         * gdb.btrace/tailcall.exp: Likewise.
4314         * gdb.btrace/tsx.exp: Likewise.
4315         * gdb.btrace/unknown_functions.exp: Likewise.
4316         * gdb.btrace/vdso.exp: Likewise.
4317
4318 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4319
4320         * gdb.btrace/enable-running.c: New.
4321         * gdb.btrace/enable-running.exp: New.
4322
4323 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
4324
4325         * gdb.arch/amd64-gs_base.c: New file.
4326         * gdb.arch/amd64-gs_base.exp: New file.
4327
4328 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
4329
4330         * lib/memory.exp: Remove spurious empty newlines.
4331
4332 2017-01-26  Simon Marchi  <simon.marchi@polymtl.ca>
4333
4334         * gdb.python/py-bad-printers.exp: Load python file using "source".
4335         * gdb.python/py-events.exp: Likewise.
4336         * gdb.python/py-evsignal.exp: Likewise.
4337         * gdb.python/py-evthreads.exp: Likewise.
4338         * gdb.python/py-frame-args.exp: Likewise.
4339         * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4340         * gdb.python/py-framefilter-mi.exp: Likewise.
4341         * gdb.python/py-framefilter.exp: Likewise.
4342         * gdb.python/py-mi.exp: Likewise.
4343         * gdb.python/py-pp-maint.exp: Likewise.
4344         * gdb.python/py-pp-registration.exp: Likewise.
4345         * gdb.python/py-prettyprint.exp: Likewise.
4346         (run_lang_tests): Likewise.
4347         * gdb.python/py-typeprint.exp: Likewise.
4348
4349 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
4350
4351         * lib/memory.exp: New file.
4352         * lib/gdb.exp: Load memory.exp.
4353         * gdb.base/memattr.exp (delete_memory): Move proc to
4354         lib/memory.exp and rename to delete_memory_regions.
4355         Replace delete_memory with delete_memory_regions.
4356         Cleanup memory regions before tests.
4357         * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4358         before tests.
4359
4360 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
4361
4362         * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4363         files.
4364         (initialize): New function conditionally defined.
4365         (testcases): Move within conditional block.
4366         (main): Call initialize.
4367         * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4368         of gdb.reverse/insn-reverse.c.
4369         * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4370         gdb.reverse/insn-reverse.c.
4371
4372 2017-01-26  Yao Qi  <yao.qi@linaro.org>
4373
4374         * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4375         disassemble on address 0.
4376
4377 2017-01-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4378             Yao Qi  <yao.qi@linaro.org>
4379
4380         * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4381         * gdb.dwarf2/implptr-64bit.S: Remove.
4382         * lib/dwarf.exp (Dwarf): Handle character "%".  Evaluate some
4383         variables in caller's context.  Add DW_OP_implicit_value.
4384
4385 2017-01-25  Yao Qi  <yao.qi@linaro.org>
4386
4387         * lib/dwarf.exp (Dwarf::_location): Handle
4388         DW_OP_GNU_implicit_pointer with proper size.
4389
4390 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
4391
4392         * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4393         and add untested calls.
4394
4395 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
4396
4397         * gdb.python/python.exp: Check line number against what GDB thinks
4398         the line number is for func1.
4399
4400 2017-01-08  Iain Buclaw  <ibuclaw@gdcproject.org>
4401
4402         * gdb.dlang/debug-expr.exp: New file.
4403
4404 2016-12-23  Luis Machado  <lgustavo@codesourcery.com>
4405
4406         Fix test names for the following files:
4407
4408         * gdb.ada/exec_changed.exp
4409         * gdb.ada/info_types.exp
4410         * gdb.arch/aarch64-atomic-inst.exp
4411         * gdb.arch/aarch64-fp.exp
4412         * gdb.arch/altivec-abi.exp
4413         * gdb.arch/altivec-regs.exp
4414         * gdb.arch/amd64-byte.exp
4415         * gdb.arch/amd64-disp-step.exp
4416         * gdb.arch/amd64-dword.exp
4417         * gdb.arch/amd64-entry-value-inline.exp
4418         * gdb.arch/amd64-entry-value-param.exp
4419         * gdb.arch/amd64-entry-value-paramref.exp
4420         * gdb.arch/amd64-entry-value.exp
4421         * gdb.arch/amd64-i386-address.exp
4422         * gdb.arch/amd64-invalid-stack-middle.exp
4423         * gdb.arch/amd64-invalid-stack-top.exp
4424         * gdb.arch/amd64-optimout-repeat.exp
4425         * gdb.arch/amd64-prologue-skip.exp
4426         * gdb.arch/amd64-prologue-xmm.exp
4427         * gdb.arch/amd64-stap-special-operands.exp
4428         * gdb.arch/amd64-stap-wrong-subexp.exp
4429         * gdb.arch/amd64-tailcall-cxx.exp
4430         * gdb.arch/amd64-tailcall-noret.exp
4431         * gdb.arch/amd64-tailcall-ret.exp
4432         * gdb.arch/amd64-tailcall-self.exp
4433         * gdb.arch/amd64-word.exp
4434         * gdb.arch/arm-bl-branch-dest.exp
4435         * gdb.arch/arm-disp-step.exp
4436         * gdb.arch/arm-neon.exp
4437         * gdb.arch/arm-single-step-kernel-helper.exp
4438         * gdb.arch/avr-flash-qualifier.exp
4439         * gdb.arch/disp-step-insn-reloc.exp
4440         * gdb.arch/e500-abi.exp
4441         * gdb.arch/e500-regs.exp
4442         * gdb.arch/ftrace-insn-reloc.exp
4443         * gdb.arch/i386-avx512.exp
4444         * gdb.arch/i386-bp_permanent.exp
4445         * gdb.arch/i386-byte.exp
4446         * gdb.arch/i386-cfi-notcurrent.exp
4447         * gdb.arch/i386-disp-step.exp
4448         * gdb.arch/i386-dr3-watch.exp
4449         * gdb.arch/i386-float.exp
4450         * gdb.arch/i386-gnu-cfi.exp
4451         * gdb.arch/i386-mpx-map.exp
4452         * gdb.arch/i386-mpx-sigsegv.exp
4453         * gdb.arch/i386-mpx-simple_segv.exp
4454         * gdb.arch/i386-mpx.exp
4455         * gdb.arch/i386-permbkpt.exp
4456         * gdb.arch/i386-prologue.exp
4457         * gdb.arch/i386-signal.exp
4458         * gdb.arch/i386-size-overlap.exp
4459         * gdb.arch/i386-unwind.exp
4460         * gdb.arch/i386-word.exp
4461         * gdb.arch/mips-fcr.exp
4462         * gdb.arch/powerpc-d128-regs.exp
4463         * gdb.arch/powerpc-stackless.exp
4464         * gdb.arch/ppc64-atomic-inst.exp
4465         * gdb.arch/s390-stackless.exp
4466         * gdb.arch/s390-tdbregs.exp
4467         * gdb.arch/s390-vregs.exp
4468         * gdb.arch/sparc-sysstep.exp
4469         * gdb.arch/thumb-bx-pc.exp
4470         * gdb.arch/thumb-singlestep.exp
4471         * gdb.arch/thumb2-it.exp
4472         * gdb.arch/vsx-regs.exp
4473         * gdb.asm/asm-source.exp
4474         * gdb.base/a2-run.exp
4475         * gdb.base/advance.exp
4476         * gdb.base/all-bin.exp
4477         * gdb.base/anon.exp
4478         * gdb.base/args.exp
4479         * gdb.base/arithmet.exp
4480         * gdb.base/async-shell.exp
4481         * gdb.base/async.exp
4482         * gdb.base/attach-pie-noexec.exp
4483         * gdb.base/attach-twice.exp
4484         * gdb.base/auto-load.exp
4485         * gdb.base/bang.exp
4486         * gdb.base/bitfields.exp
4487         * gdb.base/break-always.exp
4488         * gdb.base/break-caller-line.exp
4489         * gdb.base/break-entry.exp
4490         * gdb.base/break-inline.exp
4491         * gdb.base/break-on-linker-gcd-function.exp
4492         * gdb.base/break-probes.exp
4493         * gdb.base/break.exp
4494         * gdb.base/breakpoint-shadow.exp
4495         * gdb.base/call-ar-st.exp
4496         * gdb.base/call-sc.exp
4497         * gdb.base/call-signal-resume.exp
4498         * gdb.base/call-strs.exp
4499         * gdb.base/callfuncs.exp
4500         * gdb.base/catch-fork-static.exp
4501         * gdb.base/catch-gdb-caused-signals.exp
4502         * gdb.base/catch-load.exp
4503         * gdb.base/catch-signal-fork.exp
4504         * gdb.base/catch-signal.exp
4505         * gdb.base/catch-syscall.exp
4506         * gdb.base/charset.exp
4507         * gdb.base/checkpoint.exp
4508         * gdb.base/chng-syms.exp
4509         * gdb.base/code-expr.exp
4510         * gdb.base/code_elim.exp
4511         * gdb.base/commands.exp
4512         * gdb.base/completion.exp
4513         * gdb.base/complex.exp
4514         * gdb.base/cond-expr.exp
4515         * gdb.base/condbreak.exp
4516         * gdb.base/consecutive.exp
4517         * gdb.base/continue-all-already-running.exp
4518         * gdb.base/coredump-filter.exp
4519         * gdb.base/corefile.exp
4520         * gdb.base/dbx.exp
4521         * gdb.base/debug-expr.exp
4522         * gdb.base/define.exp
4523         * gdb.base/del.exp
4524         * gdb.base/disabled-location.exp
4525         * gdb.base/disasm-end-cu.exp
4526         * gdb.base/disasm-optim.exp
4527         * gdb.base/display.exp
4528         * gdb.base/duplicate-bp.exp
4529         * gdb.base/ena-dis-br.exp
4530         * gdb.base/ending-run.exp
4531         * gdb.base/enumval.exp
4532         * gdb.base/environ.exp
4533         * gdb.base/eu-strip-infcall.exp
4534         * gdb.base/eval-avoid-side-effects.exp
4535         * gdb.base/eval-skip.exp
4536         * gdb.base/exitsignal.exp
4537         * gdb.base/expand-psymtabs.exp
4538         * gdb.base/filesym.exp
4539         * gdb.base/find-unmapped.exp
4540         * gdb.base/finish.exp
4541         * gdb.base/float.exp
4542         * gdb.base/foll-exec-mode.exp
4543         * gdb.base/foll-exec.exp
4544         * gdb.base/foll-fork.exp
4545         * gdb.base/fortran-sym-case.exp
4546         * gdb.base/freebpcmd.exp
4547         * gdb.base/func-ptr.exp
4548         * gdb.base/func-ptrs.exp
4549         * gdb.base/funcargs.exp
4550         * gdb.base/gcore-buffer-overflow.exp
4551         * gdb.base/gcore-relro-pie.exp
4552         * gdb.base/gcore-relro.exp
4553         * gdb.base/gcore.exp
4554         * gdb.base/gdb1090.exp
4555         * gdb.base/gdb11530.exp
4556         * gdb.base/gdb11531.exp
4557         * gdb.base/gdb1821.exp
4558         * gdb.base/gdbindex-stabs.exp
4559         * gdb.base/gdbvars.exp
4560         * gdb.base/hbreak.exp
4561         * gdb.base/hbreak2.exp
4562         * gdb.base/included.exp
4563         * gdb.base/infcall-input.exp
4564         * gdb.base/inferior-died.exp
4565         * gdb.base/infnan.exp
4566         * gdb.base/info-macros.exp
4567         * gdb.base/info-os.exp
4568         * gdb.base/info-proc.exp
4569         * gdb.base/info-shared.exp
4570         * gdb.base/info-target.exp
4571         * gdb.base/infoline.exp
4572         * gdb.base/interp.exp
4573         * gdb.base/interrupt.exp
4574         * gdb.base/jit-reader.exp
4575         * gdb.base/jit-simple.exp
4576         * gdb.base/kill-after-signal.exp
4577         * gdb.base/kill-detach-inferiors-cmd.exp
4578         * gdb.base/label.exp
4579         * gdb.base/langs.exp
4580         * gdb.base/ldbl_e308.exp
4581         * gdb.base/line-symtabs.exp
4582         * gdb.base/linespecs.exp
4583         * gdb.base/list.exp
4584         * gdb.base/long_long.exp
4585         * gdb.base/longest-types.exp
4586         * gdb.base/maint.exp
4587         * gdb.base/max-value-size.exp
4588         * gdb.base/memattr.exp
4589         * gdb.base/mips_pro.exp
4590         * gdb.base/morestack.exp
4591         * gdb.base/moribund-step.exp
4592         * gdb.base/multi-forks.exp
4593         * gdb.base/nested-addr.exp
4594         * gdb.base/nextoverexit.exp
4595         * gdb.base/noreturn-finish.exp
4596         * gdb.base/noreturn-return.exp
4597         * gdb.base/nostdlib.exp
4598         * gdb.base/offsets.exp
4599         * gdb.base/opaque.exp
4600         * gdb.base/pc-fp.exp
4601         * gdb.base/permissions.exp
4602         * gdb.base/print-symbol-loading.exp
4603         * gdb.base/prologue-include.exp
4604         * gdb.base/psymtab.exp
4605         * gdb.base/ptype.exp
4606         * gdb.base/random-signal.exp
4607         * gdb.base/randomize.exp
4608         * gdb.base/range-stepping.exp
4609         * gdb.base/readline-ask.exp
4610         * gdb.base/recpar.exp
4611         * gdb.base/recurse.exp
4612         * gdb.base/relational.exp
4613         * gdb.base/restore.exp
4614         * gdb.base/return-nodebug.exp
4615         * gdb.base/return.exp
4616         * gdb.base/run-after-attach.exp
4617         * gdb.base/save-bp.exp
4618         * gdb.base/scope.exp
4619         * gdb.base/sect-cmd.exp
4620         * gdb.base/set-lang-auto.exp
4621         * gdb.base/set-noassign.exp
4622         * gdb.base/setvar.exp
4623         * gdb.base/sigall.exp
4624         * gdb.base/sigbpt.exp
4625         * gdb.base/siginfo-addr.exp
4626         * gdb.base/siginfo-infcall.exp
4627         * gdb.base/siginfo-obj.exp
4628         * gdb.base/siginfo.exp
4629         * gdb.base/signals-state-child.exp
4630         * gdb.base/signest.exp
4631         * gdb.base/sigstep.exp
4632         * gdb.base/sizeof.exp
4633         * gdb.base/skip.exp
4634         * gdb.base/solib-corrupted.exp
4635         * gdb.base/solib-nodir.exp
4636         * gdb.base/solib-search.exp
4637         * gdb.base/stack-checking.exp
4638         * gdb.base/stale-infcall.exp
4639         * gdb.base/stap-probe.exp
4640         * gdb.base/start.exp
4641         * gdb.base/step-break.exp
4642         * gdb.base/step-bt.exp
4643         * gdb.base/step-line.exp
4644         * gdb.base/step-over-exit.exp
4645         * gdb.base/step-over-syscall.exp
4646         * gdb.base/step-resume-infcall.exp
4647         * gdb.base/step-test.exp
4648         * gdb.base/store.exp
4649         * gdb.base/structs3.exp
4650         * gdb.base/sym-file.exp
4651         * gdb.base/symbol-without-target_section.exp
4652         * gdb.base/term.exp
4653         * gdb.base/testenv.exp
4654         * gdb.base/ui-redirect.exp
4655         * gdb.base/until.exp
4656         * gdb.base/unwindonsignal.exp
4657         * gdb.base/value-double-free.exp
4658         * gdb.base/vla-datatypes.exp
4659         * gdb.base/vla-ptr.exp
4660         * gdb.base/vla-sideeffect.exp
4661         * gdb.base/volatile.exp
4662         * gdb.base/watch-cond-infcall.exp
4663         * gdb.base/watch-cond.exp
4664         * gdb.base/watch-non-mem.exp
4665         * gdb.base/watch-read.exp
4666         * gdb.base/watch-vfork.exp
4667         * gdb.base/watchpoint-cond-gone.exp
4668         * gdb.base/watchpoint-delete.exp
4669         * gdb.base/watchpoint-hw-hit-once.exp
4670         * gdb.base/watchpoint-hw.exp
4671         * gdb.base/watchpoint-stops-at-right-insn.exp
4672         * gdb.base/watchpoints.exp
4673         * gdb.base/wchar.exp
4674         * gdb.base/whatis-exp.exp
4675         * gdb.btrace/buffer-size.exp
4676         * gdb.btrace/data.exp
4677         * gdb.btrace/delta.exp
4678         * gdb.btrace/dlopen.exp
4679         * gdb.btrace/enable.exp
4680         * gdb.btrace/exception.exp
4681         * gdb.btrace/function_call_history.exp
4682         * gdb.btrace/gcore.exp
4683         * gdb.btrace/instruction_history.exp
4684         * gdb.btrace/nohist.exp
4685         * gdb.btrace/reconnect.exp
4686         * gdb.btrace/record_goto-step.exp
4687         * gdb.btrace/record_goto.exp
4688         * gdb.btrace/rn-dl-bind.exp
4689         * gdb.btrace/segv.exp
4690         * gdb.btrace/step.exp
4691         * gdb.btrace/stepi.exp
4692         * gdb.btrace/tailcall-only.exp
4693         * gdb.btrace/tailcall.exp
4694         * gdb.btrace/tsx.exp
4695         * gdb.btrace/unknown_functions.exp
4696         * gdb.btrace/vdso.exp
4697         * gdb.compile/compile-ifunc.exp
4698         * gdb.compile/compile-ops.exp
4699         * gdb.compile/compile-print.exp
4700         * gdb.compile/compile-setjmp.exp
4701         * gdb.cp/abstract-origin.exp
4702         * gdb.cp/ambiguous.exp
4703         * gdb.cp/annota2.exp
4704         * gdb.cp/annota3.exp
4705         * gdb.cp/anon-ns.exp
4706         * gdb.cp/anon-struct.exp
4707         * gdb.cp/anon-union.exp
4708         * gdb.cp/arg-reference.exp
4709         * gdb.cp/baseenum.exp
4710         * gdb.cp/bool.exp
4711         * gdb.cp/breakpoint.exp
4712         * gdb.cp/bs15503.exp
4713         * gdb.cp/call-c.exp
4714         * gdb.cp/casts.exp
4715         * gdb.cp/chained-calls.exp
4716         * gdb.cp/class2.exp
4717         * gdb.cp/classes.exp
4718         * gdb.cp/cmpd-minsyms.exp
4719         * gdb.cp/converts.exp
4720         * gdb.cp/cp-relocate.exp
4721         * gdb.cp/cpcompletion.exp
4722         * gdb.cp/cpexprs.exp
4723         * gdb.cp/cplabel.exp
4724         * gdb.cp/cplusfuncs.exp
4725         * gdb.cp/cpsizeof.exp
4726         * gdb.cp/ctti.exp
4727         * gdb.cp/derivation.exp
4728         * gdb.cp/destrprint.exp
4729         * gdb.cp/dispcxx.exp
4730         * gdb.cp/enum-class.exp
4731         * gdb.cp/exception.exp
4732         * gdb.cp/exceptprint.exp
4733         * gdb.cp/expand-psymtabs-cxx.exp
4734         * gdb.cp/expand-sals.exp
4735         * gdb.cp/extern-c.exp
4736         * gdb.cp/filename.exp
4737         * gdb.cp/formatted-ref.exp
4738         * gdb.cp/fpointer.exp
4739         * gdb.cp/gdb1355.exp
4740         * gdb.cp/gdb2495.exp
4741         * gdb.cp/hang.exp
4742         * gdb.cp/impl-this.exp
4743         * gdb.cp/infcall-dlopen.exp
4744         * gdb.cp/inherit.exp
4745         * gdb.cp/iostream.exp
4746         * gdb.cp/koenig.exp
4747         * gdb.cp/local.exp
4748         * gdb.cp/m-data.exp
4749         * gdb.cp/m-static.exp
4750         * gdb.cp/mb-ctor.exp
4751         * gdb.cp/mb-inline.exp
4752         * gdb.cp/mb-templates.exp
4753         * gdb.cp/member-name.exp
4754         * gdb.cp/member-ptr.exp
4755         * gdb.cp/meth-typedefs.exp
4756         * gdb.cp/method.exp
4757         * gdb.cp/method2.exp
4758         * gdb.cp/minsym-fallback.exp
4759         * gdb.cp/misc.exp
4760         * gdb.cp/namelessclass.exp
4761         * gdb.cp/namespace-enum.exp
4762         * gdb.cp/namespace-nested-import.exp
4763         * gdb.cp/namespace.exp
4764         * gdb.cp/nextoverthrow.exp
4765         * gdb.cp/no-dmgl-verbose.exp
4766         * gdb.cp/non-trivial-retval.exp
4767         * gdb.cp/noparam.exp
4768         * gdb.cp/nsdecl.exp
4769         * gdb.cp/nsimport.exp
4770         * gdb.cp/nsnested.exp
4771         * gdb.cp/nsnoimports.exp
4772         * gdb.cp/nsrecurs.exp
4773         * gdb.cp/nsstress.exp
4774         * gdb.cp/nsusing.exp
4775         * gdb.cp/operator.exp
4776         * gdb.cp/oranking.exp
4777         * gdb.cp/overload-const.exp
4778         * gdb.cp/overload.exp
4779         * gdb.cp/ovldbreak.exp
4780         * gdb.cp/ovsrch.exp
4781         * gdb.cp/paren-type.exp
4782         * gdb.cp/parse-lang.exp
4783         * gdb.cp/pass-by-ref.exp
4784         * gdb.cp/pr-1023.exp
4785         * gdb.cp/pr-1210.exp
4786         * gdb.cp/pr-574.exp
4787         * gdb.cp/pr10687.exp
4788         * gdb.cp/pr12028.exp
4789         * gdb.cp/pr17132.exp
4790         * gdb.cp/pr17494.exp
4791         * gdb.cp/pr9067.exp
4792         * gdb.cp/pr9167.exp
4793         * gdb.cp/pr9631.exp
4794         * gdb.cp/printmethod.exp
4795         * gdb.cp/psmang.exp
4796         * gdb.cp/psymtab-parameter.exp
4797         * gdb.cp/ptype-cv-cp.exp
4798         * gdb.cp/ptype-flags.exp
4799         * gdb.cp/re-set-overloaded.exp
4800         * gdb.cp/ref-types.exp
4801         * gdb.cp/rtti.exp
4802         * gdb.cp/scope-err.exp
4803         * gdb.cp/shadow.exp
4804         * gdb.cp/smartp.exp
4805         * gdb.cp/static-method.exp
4806         * gdb.cp/static-print-quit.exp
4807         * gdb.cp/temargs.exp
4808         * gdb.cp/templates.exp
4809         * gdb.cp/try_catch.exp
4810         * gdb.cp/typedef-operator.exp
4811         * gdb.cp/typeid.exp
4812         * gdb.cp/userdef.exp
4813         * gdb.cp/using-crash.exp
4814         * gdb.cp/var-tag.exp
4815         * gdb.cp/virtbase.exp
4816         * gdb.cp/virtfunc.exp
4817         * gdb.cp/virtfunc2.exp
4818         * gdb.cp/vla-cxx.exp
4819         * gdb.disasm/t01_mov.exp
4820         * gdb.disasm/t02_mova.exp
4821         * gdb.disasm/t03_add.exp
4822         * gdb.disasm/t04_sub.exp
4823         * gdb.disasm/t05_cmp.exp
4824         * gdb.disasm/t06_ari2.exp
4825         * gdb.disasm/t07_ari3.exp
4826         * gdb.disasm/t08_or.exp
4827         * gdb.disasm/t09_xor.exp
4828         * gdb.disasm/t10_and.exp
4829         * gdb.disasm/t11_logs.exp
4830         * gdb.disasm/t12_bit.exp
4831         * gdb.disasm/t13_otr.exp
4832         * gdb.dlang/circular.exp
4833         * gdb.dwarf2/arr-stride.exp
4834         * gdb.dwarf2/arr-subrange.exp
4835         * gdb.dwarf2/atomic-type.exp
4836         * gdb.dwarf2/bad-regnum.exp
4837         * gdb.dwarf2/bitfield-parent-optimized-out.exp
4838         * gdb.dwarf2/callframecfa.exp
4839         * gdb.dwarf2/clztest.exp
4840         * gdb.dwarf2/corrupt.exp
4841         * gdb.dwarf2/data-loc.exp
4842         * gdb.dwarf2/dup-psym.exp
4843         * gdb.dwarf2/dw2-anon-mptr.exp
4844         * gdb.dwarf2/dw2-anonymous-func.exp
4845         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4846         * gdb.dwarf2/dw2-bad-unresolved.exp
4847         * gdb.dwarf2/dw2-basic.exp
4848         * gdb.dwarf2/dw2-canonicalize-type.exp
4849         * gdb.dwarf2/dw2-case-insensitive.exp
4850         * gdb.dwarf2/dw2-common-block.exp
4851         * gdb.dwarf2/dw2-compdir-oldgcc.exp
4852         * gdb.dwarf2/dw2-compressed.exp
4853         * gdb.dwarf2/dw2-const.exp
4854         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4855         * gdb.dwarf2/dw2-cu-size.exp
4856         * gdb.dwarf2/dw2-dup-frame.exp
4857         * gdb.dwarf2/dw2-entry-value.exp
4858         * gdb.dwarf2/dw2-icycle.exp
4859         * gdb.dwarf2/dw2-ifort-parameter.exp
4860         * gdb.dwarf2/dw2-inline-break.exp
4861         * gdb.dwarf2/dw2-inline-param.exp
4862         * gdb.dwarf2/dw2-intercu.exp
4863         * gdb.dwarf2/dw2-intermix.exp
4864         * gdb.dwarf2/dw2-lexical-block-bare.exp
4865         * gdb.dwarf2/dw2-linkage-name-trust.exp
4866         * gdb.dwarf2/dw2-minsym-in-cu.exp
4867         * gdb.dwarf2/dw2-noloc.exp
4868         * gdb.dwarf2/dw2-op-call.exp
4869         * gdb.dwarf2/dw2-op-out-param.exp
4870         * gdb.dwarf2/dw2-opt-structptr.exp
4871         * gdb.dwarf2/dw2-param-error.exp
4872         * gdb.dwarf2/dw2-producer.exp
4873         * gdb.dwarf2/dw2-ranges-base.exp
4874         * gdb.dwarf2/dw2-ref-missing-frame.exp
4875         * gdb.dwarf2/dw2-reg-undefined.exp
4876         * gdb.dwarf2/dw2-regno-invalid.exp
4877         * gdb.dwarf2/dw2-restore.exp
4878         * gdb.dwarf2/dw2-restrict.exp
4879         * gdb.dwarf2/dw2-single-line-discriminators.exp
4880         * gdb.dwarf2/dw2-strp.exp
4881         * gdb.dwarf2/dw2-undefined-ret-addr.exp
4882         * gdb.dwarf2/dw2-unresolved.exp
4883         * gdb.dwarf2/dw2-var-zero-addr.exp
4884         * gdb.dwarf2/dw4-sig-types.exp
4885         * gdb.dwarf2/dwz.exp
4886         * gdb.dwarf2/dynarr-ptr.exp
4887         * gdb.dwarf2/enum-type.exp
4888         * gdb.dwarf2/gdb-index.exp
4889         * gdb.dwarf2/implptr-64bit.exp
4890         * gdb.dwarf2/implptr-optimized-out.exp
4891         * gdb.dwarf2/implptr.exp
4892         * gdb.dwarf2/implref-array.exp
4893         * gdb.dwarf2/implref-const.exp
4894         * gdb.dwarf2/implref-global.exp
4895         * gdb.dwarf2/implref-struct.exp
4896         * gdb.dwarf2/mac-fileno.exp
4897         * gdb.dwarf2/main-subprogram.exp
4898         * gdb.dwarf2/member-ptr-forwardref.exp
4899         * gdb.dwarf2/method-ptr.exp
4900         * gdb.dwarf2/missing-sig-type.exp
4901         * gdb.dwarf2/nonvar-access.exp
4902         * gdb.dwarf2/opaque-type-lookup.exp
4903         * gdb.dwarf2/pieces-optimized-out.exp
4904         * gdb.dwarf2/pieces.exp
4905         * gdb.dwarf2/pr10770.exp
4906         * gdb.dwarf2/pr13961.exp
4907         * gdb.dwarf2/staticvirtual.exp
4908         * gdb.dwarf2/subrange.exp
4909         * gdb.dwarf2/symtab-producer.exp
4910         * gdb.dwarf2/trace-crash.exp
4911         * gdb.dwarf2/typeddwarf.exp
4912         * gdb.dwarf2/valop.exp
4913         * gdb.dwarf2/watch-notconst.exp
4914         * gdb.fortran/array-element.exp
4915         * gdb.fortran/charset.exp
4916         * gdb.fortran/common-block.exp
4917         * gdb.fortran/complex.exp
4918         * gdb.fortran/derived-type-function.exp
4919         * gdb.fortran/derived-type.exp
4920         * gdb.fortran/logical.exp
4921         * gdb.fortran/module.exp
4922         * gdb.fortran/multi-dim.exp
4923         * gdb.fortran/nested-funcs.exp
4924         * gdb.fortran/print-formatted.exp
4925         * gdb.fortran/subarray.exp
4926         * gdb.fortran/vla-alloc-assoc.exp
4927         * gdb.fortran/vla-datatypes.exp
4928         * gdb.fortran/vla-history.exp
4929         * gdb.fortran/vla-ptr-info.exp
4930         * gdb.fortran/vla-ptype-sub.exp
4931         * gdb.fortran/vla-ptype.exp
4932         * gdb.fortran/vla-sizeof.exp
4933         * gdb.fortran/vla-type.exp
4934         * gdb.fortran/vla-value-sub-arbitrary.exp
4935         * gdb.fortran/vla-value-sub-finish.exp
4936         * gdb.fortran/vla-value-sub.exp
4937         * gdb.fortran/vla-value.exp
4938         * gdb.fortran/whatis_type.exp
4939         * gdb.go/chan.exp
4940         * gdb.go/handcall.exp
4941         * gdb.go/hello.exp
4942         * gdb.go/integers.exp
4943         * gdb.go/methods.exp
4944         * gdb.go/package.exp
4945         * gdb.go/strings.exp
4946         * gdb.go/types.exp
4947         * gdb.go/unsafe.exp
4948         * gdb.guile/scm-arch.exp
4949         * gdb.guile/scm-block.exp
4950         * gdb.guile/scm-breakpoint.exp
4951         * gdb.guile/scm-cmd.exp
4952         * gdb.guile/scm-disasm.exp
4953         * gdb.guile/scm-equal.exp
4954         * gdb.guile/scm-frame-args.exp
4955         * gdb.guile/scm-frame-inline.exp
4956         * gdb.guile/scm-frame.exp
4957         * gdb.guile/scm-iterator.exp
4958         * gdb.guile/scm-math.exp
4959         * gdb.guile/scm-objfile.exp
4960         * gdb.guile/scm-ports.exp
4961         * gdb.guile/scm-symbol.exp
4962         * gdb.guile/scm-symtab.exp
4963         * gdb.guile/scm-value-cc.exp
4964         * gdb.guile/types-module.exp
4965         * gdb.linespec/break-ask.exp
4966         * gdb.linespec/cpexplicit.exp
4967         * gdb.linespec/explicit.exp
4968         * gdb.linespec/keywords.exp
4969         * gdb.linespec/linespec.exp
4970         * gdb.linespec/ls-dollar.exp
4971         * gdb.linespec/ls-errs.exp
4972         * gdb.linespec/skip-two.exp
4973         * gdb.linespec/thread.exp
4974         * gdb.mi/mi-async.exp
4975         * gdb.mi/mi-basics.exp
4976         * gdb.mi/mi-break.exp
4977         * gdb.mi/mi-catch-load.exp
4978         * gdb.mi/mi-cli.exp
4979         * gdb.mi/mi-cmd-param-changed.exp
4980         * gdb.mi/mi-console.exp
4981         * gdb.mi/mi-detach.exp
4982         * gdb.mi/mi-disassemble.exp
4983         * gdb.mi/mi-eval.exp
4984         * gdb.mi/mi-file-transfer.exp
4985         * gdb.mi/mi-file.exp
4986         * gdb.mi/mi-fill-memory.exp
4987         * gdb.mi/mi-inheritance-syntax-error.exp
4988         * gdb.mi/mi-linespec-err-cp.exp
4989         * gdb.mi/mi-logging.exp
4990         * gdb.mi/mi-memory-changed.exp
4991         * gdb.mi/mi-read-memory.exp
4992         * gdb.mi/mi-record-changed.exp
4993         * gdb.mi/mi-reg-undefined.exp
4994         * gdb.mi/mi-regs.exp
4995         * gdb.mi/mi-return.exp
4996         * gdb.mi/mi-reverse.exp
4997         * gdb.mi/mi-simplerun.exp
4998         * gdb.mi/mi-solib.exp
4999         * gdb.mi/mi-stack.exp
5000         * gdb.mi/mi-stepi.exp
5001         * gdb.mi/mi-syn-frame.exp
5002         * gdb.mi/mi-until.exp
5003         * gdb.mi/mi-var-block.exp
5004         * gdb.mi/mi-var-child.exp
5005         * gdb.mi/mi-var-cmd.exp
5006         * gdb.mi/mi-var-cp.exp
5007         * gdb.mi/mi-var-display.exp
5008         * gdb.mi/mi-var-invalidate.exp
5009         * gdb.mi/mi-var-list-children-invalid-grandchild.exp
5010         * gdb.mi/mi-vla-fortran.exp
5011         * gdb.mi/mi-watch.exp
5012         * gdb.mi/mi2-var-child.exp
5013         * gdb.mi/user-selected-context-sync.exp
5014         * gdb.modula2/unbounded-array.exp
5015         * gdb.multi/dummy-frame-restore.exp
5016         * gdb.multi/multi-arch-exec.exp
5017         * gdb.multi/multi-arch.exp
5018         * gdb.multi/tids.exp
5019         * gdb.multi/watchpoint-multi.exp
5020         * gdb.opencl/callfuncs.exp
5021         * gdb.opencl/convs_casts.exp
5022         * gdb.opencl/datatypes.exp
5023         * gdb.opencl/operators.exp
5024         * gdb.opencl/vec_comps.exp
5025         * gdb.opt/clobbered-registers-O2.exp
5026         * gdb.opt/inline-break.exp
5027         * gdb.opt/inline-bt.exp
5028         * gdb.opt/inline-cmds.exp
5029         * gdb.opt/inline-locals.exp
5030         * gdb.pascal/case-insensitive-symbols.exp
5031         * gdb.pascal/floats.exp
5032         * gdb.pascal/gdb11492.exp
5033         * gdb.python/lib-types.exp
5034         * gdb.python/py-arch.exp
5035         * gdb.python/py-as-string.exp
5036         * gdb.python/py-bad-printers.exp
5037         * gdb.python/py-block.exp
5038         * gdb.python/py-breakpoint-create-fail.exp
5039         * gdb.python/py-breakpoint.exp
5040         * gdb.python/py-caller-is.exp
5041         * gdb.python/py-cmd.exp
5042         * gdb.python/py-explore-cc.exp
5043         * gdb.python/py-explore.exp
5044         * gdb.python/py-finish-breakpoint.exp
5045         * gdb.python/py-finish-breakpoint2.exp
5046         * gdb.python/py-frame-args.exp
5047         * gdb.python/py-frame-inline.exp
5048         * gdb.python/py-frame.exp
5049         * gdb.python/py-framefilter-mi.exp
5050         * gdb.python/py-infthread.exp
5051         * gdb.python/py-lazy-string.exp
5052         * gdb.python/py-linetable.exp
5053         * gdb.python/py-mi-events.exp
5054         * gdb.python/py-mi-objfile.exp
5055         * gdb.python/py-mi.exp
5056         * gdb.python/py-objfile.exp
5057         * gdb.python/py-pp-integral.exp
5058         * gdb.python/py-pp-maint.exp
5059         * gdb.python/py-pp-re-notag.exp
5060         * gdb.python/py-pp-registration.exp
5061         * gdb.python/py-recurse-unwind.exp
5062         * gdb.python/py-strfns.exp
5063         * gdb.python/py-symbol.exp
5064         * gdb.python/py-symtab.exp
5065         * gdb.python/py-sync-interp.exp
5066         * gdb.python/py-typeprint.exp
5067         * gdb.python/py-unwind-maint.exp
5068         * gdb.python/py-unwind.exp
5069         * gdb.python/py-value-cc.exp
5070         * gdb.python/py-xmethods.exp
5071         * gdb.reverse/amd64-tailcall-reverse.exp
5072         * gdb.reverse/break-precsave.exp
5073         * gdb.reverse/break-reverse.exp
5074         * gdb.reverse/consecutive-precsave.exp
5075         * gdb.reverse/consecutive-reverse.exp
5076         * gdb.reverse/finish-precsave.exp
5077         * gdb.reverse/finish-reverse-bkpt.exp
5078         * gdb.reverse/finish-reverse.exp
5079         * gdb.reverse/fstatat-reverse.exp
5080         * gdb.reverse/getresuid-reverse.exp
5081         * gdb.reverse/i386-precsave.exp
5082         * gdb.reverse/i386-reverse.exp
5083         * gdb.reverse/i386-sse-reverse.exp
5084         * gdb.reverse/i387-env-reverse.exp
5085         * gdb.reverse/i387-stack-reverse.exp
5086         * gdb.reverse/insn-reverse.exp
5087         * gdb.reverse/machinestate-precsave.exp
5088         * gdb.reverse/machinestate.exp
5089         * gdb.reverse/next-reverse-bkpt-over-sr.exp
5090         * gdb.reverse/pipe-reverse.exp
5091         * gdb.reverse/readv-reverse.exp
5092         * gdb.reverse/recvmsg-reverse.exp
5093         * gdb.reverse/rerun-prec.exp
5094         * gdb.reverse/s390-mvcle.exp
5095         * gdb.reverse/step-precsave.exp
5096         * gdb.reverse/step-reverse.exp
5097         * gdb.reverse/time-reverse.exp
5098         * gdb.reverse/until-precsave.exp
5099         * gdb.reverse/until-reverse.exp
5100         * gdb.reverse/waitpid-reverse.exp
5101         * gdb.reverse/watch-precsave.exp
5102         * gdb.reverse/watch-reverse.exp
5103         * gdb.rust/generics.exp
5104         * gdb.rust/methods.exp
5105         * gdb.rust/modules.exp
5106         * gdb.rust/simple.exp
5107         * gdb.server/connect-with-no-symbol-file.exp
5108         * gdb.server/ext-attach.exp
5109         * gdb.server/ext-restart.exp
5110         * gdb.server/ext-wrapper.exp
5111         * gdb.server/file-transfer.exp
5112         * gdb.server/server-exec-info.exp
5113         * gdb.server/server-kill.exp
5114         * gdb.server/server-mon.exp
5115         * gdb.server/wrapper.exp
5116         * gdb.stabs/exclfwd.exp
5117         * gdb.stabs/gdb11479.exp
5118         * gdb.threads/clone-new-thread-event.exp
5119         * gdb.threads/corethreads.exp
5120         * gdb.threads/current-lwp-dead.exp
5121         * gdb.threads/dlopen-libpthread.exp
5122         * gdb.threads/gcore-thread.exp
5123         * gdb.threads/sigstep-threads.exp
5124         * gdb.threads/watchpoint-fork.exp
5125         * gdb.trace/actions-changed.exp
5126         * gdb.trace/backtrace.exp
5127         * gdb.trace/change-loc.exp
5128         * gdb.trace/circ.exp
5129         * gdb.trace/collection.exp
5130         * gdb.trace/disconnected-tracing.exp
5131         * gdb.trace/ftrace.exp
5132         * gdb.trace/mi-trace-frame-collected.exp
5133         * gdb.trace/mi-trace-unavailable.exp
5134         * gdb.trace/mi-traceframe-changed.exp
5135         * gdb.trace/mi-tsv-changed.exp
5136         * gdb.trace/no-attach-trace.exp
5137         * gdb.trace/passc-dyn.exp
5138         * gdb.trace/qtro.exp
5139         * gdb.trace/range-stepping.exp
5140         * gdb.trace/read-memory.exp
5141         * gdb.trace/save-trace.exp
5142         * gdb.trace/signal.exp
5143         * gdb.trace/status-stop.exp
5144         * gdb.trace/tfile.exp
5145         * gdb.trace/trace-break.exp
5146         * gdb.trace/trace-buffer-size.exp
5147         * gdb.trace/trace-condition.exp
5148         * gdb.trace/tracefile-pseudo-reg.exp
5149         * gdb.trace/tstatus.exp
5150         * gdb.trace/unavailable.exp
5151         * gdb.trace/while-dyn.exp
5152         * gdb.trace/while-stepping.exp
5153
5154 2016-12-22  Doug Evans  <xdje42@gmail.com>
5155
5156         * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5157         and msymbols.
5158
5159 2016-12-19  Yao Qi  <yao.qi@linaro.org>
5160
5161         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5162         (test_with_self): Don't call do_steps_and_nexts, and remove
5163         code about stepping into xmalloc.
5164
5165 2016-12-09  Yao Qi  <yao.qi@linaro.org>
5166
5167         * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5168
5169 2016-12-09  Yao Qi  <yao.qi@linaro.org>
5170
5171         * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5172
5173 2016-12-09  Pedro Alves  <palves@redhat.com>
5174
5175         * gdb.base/all-architectures-0.exp: New file.
5176         * gdb.base/all-architectures-1.exp: New file.
5177         * gdb.base/all-architectures-2.exp: New file.
5178         * gdb.base/all-architectures-3.exp: New file.
5179         * gdb.base/all-architectures-4.exp: New file.
5180         * gdb.base/all-architectures-5.exp: New file.
5181         * gdb.base/all-architectures-6.exp: New file.
5182         * gdb.base/all-architectures-7.exp: New file.
5183         * gdb.base/all-architectures.exp.in: New file.
5184
5185 2016-12-09  Yao Qi  <yao.qi@linaro.org>
5186
5187         * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5188
5189 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
5190
5191         * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5192         possible.
5193         Remove useless pattern-matching code.
5194
5195 2016-12-02  Pedro Alves  <palves@redhat.com>
5196
5197         * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5198         procedure.
5199         (top level): Call it.
5200
5201 2016-12-02  Pedro Alves  <palves@redhat.com>
5202
5203         * gdb.base/commands.exp (user_defined_command_args_stack_test):
5204         New procedure.
5205         (top level): Call it.
5206
5207 2016-12-02  Pedro Alves  <palves@redhat.com>
5208
5209         PR cli/20559
5210         * gdb.base/commands.exp (user_defined_command_args_eval): New
5211         procedure.
5212         (top level): Call it.
5213
5214 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
5215
5216         * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5217         timeout handling.
5218
5219 2016-12-02  Tom Tromey  <tom@tromey.com>
5220
5221         * gdb.dwarf2/main-subprogram.c: New file.
5222         * gdb.dwarf2/main-subprogram.exp: New file.
5223
5224 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5225
5226         * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5227         * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5228         gdb_test_no_output for a couple of cases.
5229         * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5230
5231 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5232
5233         Fix test names and standardize compilation error messages throughout
5234         the following files:
5235
5236         * gdb.ada/start.exp
5237         * gdb.arch/alpha-step.exp
5238         * gdb.arch/e500-prologue.exp
5239         * gdb.arch/ftrace-insn-reloc.exp
5240         * gdb.arch/gdb1291.exp
5241         * gdb.arch/gdb1431.exp
5242         * gdb.arch/gdb1558.exp
5243         * gdb.arch/i386-dr3-watch.exp
5244         * gdb.arch/i386-sse-stack-align.exp
5245         * gdb.arch/ia64-breakpoint-shadow.exp
5246         * gdb.arch/pa-nullify.exp
5247         * gdb.arch/powerpc-aix-prologue.exp
5248         * gdb.arch/thumb-bx-pc.exp
5249         * gdb.base/annota1.exp
5250         * gdb.base/annota3.exp
5251         * gdb.base/arrayidx.exp
5252         * gdb.base/assign.exp
5253         * gdb.base/attach.exp
5254         * gdb.base/auxv.exp
5255         * gdb.base/bang.exp
5256         * gdb.base/bfp-test.exp
5257         * gdb.base/bigcore.exp
5258         * gdb.base/bitfields2.exp
5259         * gdb.base/break-fun-addr.exp
5260         * gdb.base/break-probes.exp
5261         * gdb.base/call-rt-st.exp
5262         * gdb.base/callexit.exp
5263         * gdb.base/catch-fork-kill.exp
5264         * gdb.base/charset.exp
5265         * gdb.base/checkpoint.exp
5266         * gdb.base/comprdebug.exp
5267         * gdb.base/constvars.exp
5268         * gdb.base/coredump-filter.exp
5269         * gdb.base/cursal.exp
5270         * gdb.base/cvexpr.exp
5271         * gdb.base/detach.exp
5272         * gdb.base/display.exp
5273         * gdb.base/dmsym.exp
5274         * gdb.base/dprintf-pending.exp
5275         * gdb.base/dso2dso.exp
5276         * gdb.base/dtrace-probe.exp
5277         * gdb.base/dump.exp
5278         * gdb.base/enum_cond.exp
5279         * gdb.base/exe-lock.exp
5280         * gdb.base/exec-invalid-sysroot.exp
5281         * gdb.base/execl-update-breakpoints.exp
5282         * gdb.base/exprs.exp
5283         * gdb.base/fileio.exp
5284         * gdb.base/find.exp
5285         * gdb.base/finish.exp
5286         * gdb.base/fixsection.exp
5287         * gdb.base/foll-vfork.exp
5288         * gdb.base/frame-args.exp
5289         * gdb.base/gcore.exp
5290         * gdb.base/gdb1250.exp
5291         * gdb.base/global-var-nested-by-dso.exp
5292         * gdb.base/gnu-ifunc.exp
5293         * gdb.base/hashline1.exp
5294         * gdb.base/hashline2.exp
5295         * gdb.base/hashline3.exp
5296         * gdb.base/hbreak-in-shr-unsupported.exp
5297         * gdb.base/huge.exp
5298         * gdb.base/infcall-input.exp
5299         * gdb.base/info-fun.exp
5300         * gdb.base/info-shared.exp
5301         * gdb.base/jit-simple.exp
5302         * gdb.base/jit-so.exp
5303         * gdb.base/jit.exp
5304         * gdb.base/jump.exp
5305         * gdb.base/label.exp
5306         * gdb.base/lineinc.exp
5307         * gdb.base/logical.exp
5308         * gdb.base/longjmp.exp
5309         * gdb.base/macscp.exp
5310         * gdb.base/miscexprs.exp
5311         * gdb.base/new-ui-echo.exp
5312         * gdb.base/new-ui-pending-input.exp
5313         * gdb.base/new-ui.exp
5314         * gdb.base/nodebug.exp
5315         * gdb.base/nofield.exp
5316         * gdb.base/offsets.exp
5317         * gdb.base/overlays.exp
5318         * gdb.base/pending.exp
5319         * gdb.base/pointers.exp
5320         * gdb.base/pr11022.exp
5321         * gdb.base/printcmds.exp
5322         * gdb.base/prologue.exp
5323         * gdb.base/ptr-typedef.exp
5324         * gdb.base/realname-expand.exp
5325         * gdb.base/relativedebug.exp
5326         * gdb.base/relocate.exp
5327         * gdb.base/remote.exp
5328         * gdb.base/reread.exp
5329         * gdb.base/return2.exp
5330         * gdb.base/savedregs.exp
5331         * gdb.base/sep.exp
5332         * gdb.base/sepdebug.exp
5333         * gdb.base/sepsymtab.exp
5334         * gdb.base/set-inferior-tty.exp
5335         * gdb.base/setshow.exp
5336         * gdb.base/shlib-call.exp
5337         * gdb.base/sigaltstack.exp
5338         * gdb.base/siginfo-addr.exp
5339         * gdb.base/signals.exp
5340         * gdb.base/signull.exp
5341         * gdb.base/sigrepeat.exp
5342         * gdb.base/so-impl-ld.exp
5343         * gdb.base/solib-display.exp
5344         * gdb.base/solib-overlap.exp
5345         * gdb.base/solib-search.exp
5346         * gdb.base/solib-symbol.exp
5347         * gdb.base/structs.exp
5348         * gdb.base/structs2.exp
5349         * gdb.base/symtab-search-order.exp
5350         * gdb.base/twice.exp
5351         * gdb.base/unload.exp
5352         * gdb.base/varargs.exp
5353         * gdb.base/watchpoint-solib.exp
5354         * gdb.base/watchpoint.exp
5355         * gdb.base/whatis.exp
5356         * gdb.base/wrong_frame_bt_full.exp
5357         * gdb.btrace/dlopen.exp
5358         * gdb.cell/ea-standalone.exp
5359         * gdb.cell/ea-test.exp
5360         * gdb.cp/dispcxx.exp
5361         * gdb.cp/gdb2384.exp
5362         * gdb.cp/method2.exp
5363         * gdb.cp/nextoverthrow.exp
5364         * gdb.cp/pr10728.exp
5365         * gdb.disasm/am33.exp
5366         * gdb.disasm/h8300s.exp
5367         * gdb.disasm/mn10300.exp
5368         * gdb.disasm/sh3.exp
5369         * gdb.dwarf2/dw2-dir-file-name.exp
5370         * gdb.fortran/complex.exp
5371         * gdb.fortran/library-module.exp
5372         * gdb.guile/scm-pretty-print.exp
5373         * gdb.guile/scm-symbol.exp
5374         * gdb.guile/scm-type.exp
5375         * gdb.guile/scm-value.exp
5376         * gdb.linespec/linespec.exp
5377         * gdb.mi/gdb701.exp
5378         * gdb.mi/gdb792.exp
5379         * gdb.mi/mi-breakpoint-changed.exp
5380         * gdb.mi/mi-dprintf-pending.exp
5381         * gdb.mi/mi-dprintf.exp
5382         * gdb.mi/mi-exit-code.exp
5383         * gdb.mi/mi-pending.exp
5384         * gdb.mi/mi-solib.exp
5385         * gdb.mi/new-ui-mi-sync.exp
5386         * gdb.mi/pr11022.exp
5387         * gdb.mi/user-selected-context-sync.exp
5388         * gdb.opt/solib-intra-step.exp
5389         * gdb.python/py-events.exp
5390         * gdb.python/py-finish-breakpoint.exp
5391         * gdb.python/py-mi.exp
5392         * gdb.python/py-prettyprint.exp
5393         * gdb.python/py-shared.exp
5394         * gdb.python/py-symbol.exp
5395         * gdb.python/py-template.exp
5396         * gdb.python/py-type.exp
5397         * gdb.python/py-value.exp
5398         * gdb.reverse/solib-precsave.exp
5399         * gdb.reverse/solib-reverse.exp
5400         * gdb.server/solib-list.exp
5401         * gdb.stabs/weird.exp
5402         * gdb.threads/reconnect-signal.exp
5403         * gdb.threads/stepi-random-signal.exp
5404         * gdb.trace/actions.exp
5405         * gdb.trace/ax.exp
5406         * gdb.trace/backtrace.exp
5407         * gdb.trace/change-loc.exp
5408         * gdb.trace/deltrace.exp
5409         * gdb.trace/ftrace-lock.exp
5410         * gdb.trace/ftrace.exp
5411         * gdb.trace/infotrace.exp
5412         * gdb.trace/mi-tracepoint-changed.exp
5413         * gdb.trace/packetlen.exp
5414         * gdb.trace/passcount.exp
5415         * gdb.trace/pending.exp
5416         * gdb.trace/range-stepping.exp
5417         * gdb.trace/report.exp
5418         * gdb.trace/stap-trace.exp
5419         * gdb.trace/tfind.exp
5420         * gdb.trace/trace-break.exp
5421         * gdb.trace/trace-condition.exp
5422         * gdb.trace/trace-enable-disable.exp
5423         * gdb.trace/trace-mt.exp
5424         * gdb.trace/tracecmd.exp
5425         * gdb.trace/tspeed.exp
5426         * gdb.trace/tsv.exp
5427         * lib/perftest.exp
5428
5429 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5430
5431         * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5432         with gdb_test_no_output.
5433         Use command as test name.
5434
5435 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5436
5437         Fix test names starting with uppercase throughout the files.
5438
5439         * gdb.ada/assign_1.exp
5440         * gdb.ada/boolean_expr.exp
5441         * gdb.base/arrayidx.exp
5442         * gdb.base/del.exp
5443         * gdb.base/gcore-buffer-overflow.exp
5444         * gdb.base/testenv.exp
5445         * gdb.compile/compile.exp
5446         * gdb.python/py-framefilter-invalidarg.exp
5447         * gdb.python/py-framefilter.exp
5448
5449 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5450
5451         Fix test names starting with uppercase throughout the files.
5452
5453         * gdb.ada/array_return.exp
5454         * gdb.ada/expr_delims.exp
5455         * gdb.ada/mi_dyn_arr.exp
5456         * gdb.ada/mi_interface.exp
5457         * gdb.ada/mi_var_array.exp
5458         * gdb.ada/watch_arg.exp
5459         * gdb.arch/alpha-step.exp
5460         * gdb.arch/altivec-regs.exp
5461         * gdb.arch/e500-regs.exp
5462         * gdb.arch/powerpc-d128-regs.exp
5463         * gdb.base/arrayidx.exp
5464         * gdb.base/break.exp
5465         * gdb.base/checkpoint.exp
5466         * gdb.base/debug-expr.exp
5467         * gdb.base/dmsym.exp
5468         * gdb.base/radix.exp
5469         * gdb.base/sepdebug.exp
5470         * gdb.base/testenv.exp
5471         * gdb.base/watch_thread_num.exp
5472         * gdb.base/watchpoint-cond-gone.exp
5473         * gdb.cell/break.exp
5474         * gdb.cell/ea-cache.exp
5475         * gdb.compile/compile.exp
5476         * gdb.cp/gdb2495.exp
5477         * gdb.gdb/selftest.exp
5478         * gdb.gdb/xfullpath.exp
5479         * gdb.go/hello.exp
5480         * gdb.go/integers.exp
5481         * gdb.objc/basicclass.exp
5482         * gdb.pascal/hello.exp
5483         * gdb.pascal/integers.exp
5484         * gdb.python/py-breakpoint.exp
5485         * gdb.python/py-cmd.exp
5486         * gdb.python/py-linetable.exp
5487         * gdb.python/py-xmethods.exp
5488         * gdb.python/python.exp
5489         * gdb.reverse/consecutive-precsave.exp
5490         * gdb.reverse/finish-precsave.exp
5491         * gdb.reverse/i386-precsave.exp
5492         * gdb.reverse/machinestate-precsave.exp
5493         * gdb.reverse/sigall-precsave.exp
5494         * gdb.reverse/solib-precsave.exp
5495         * gdb.reverse/step-precsave.exp
5496         * gdb.reverse/until-precsave.exp
5497         * gdb.reverse/watch-precsave.exp
5498         * gdb.threads/leader-exit.exp
5499         * gdb.threads/pthreads.exp
5500         * gdb.threads/wp-replication.exp
5501         * gdb.trace/actions.exp
5502         * gdb.trace/mi-tsv-changed.exp
5503         * gdb.trace/tsv.exp
5504
5505 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5506
5507         Fix test names starting with uppercase throughout the files.
5508
5509         * gdb.arch/i386-bp_permanent.exp
5510         * gdb.arch/i386-gnu-cfi.exp
5511         * gdb.base/disasm-end-cu.exp
5512         * gdb.base/macscp.exp
5513         * gdb.base/pending.exp
5514         * gdb.base/watch_thread_num.exp
5515         * gdb.cp/exception.exp
5516         * gdb.cp/gdb2495.exp
5517         * gdb.cp/local.exp
5518         * gdb.python/py-evsignal.exp
5519         * gdb.python/python.exp
5520         * gdb.trace/tracecmd.exp
5521
5522 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5523
5524         Fix test names starting with uppercase throughout the files.
5525
5526         * gdb.base/charset.exp
5527         * gdb.base/eval.exp
5528         * gdb.base/multi-forks.exp
5529         * gdb.guile/scm-progspace.exp
5530         * gdb.opencl/datatypes.exp
5531         * gdb.python/py-block.exp
5532         * gdb.python/py-function.exp
5533         * gdb.python/py-symbol.exp
5534         * gdb.python/py-symtab.exp
5535         * gdb.python/py-xmethods.exp
5536         * gdb.reverse/break-precsave.exp
5537         * gdb.reverse/break-reverse.exp
5538         * gdb.reverse/consecutive-precsave.exp
5539         * gdb.reverse/consecutive-reverse.exp
5540         * gdb.reverse/finish-precsave.exp
5541         * gdb.reverse/finish-reverse-bkpt.exp
5542         * gdb.reverse/finish-reverse.exp
5543         * gdb.reverse/fstatat-reverse.exp
5544         * gdb.reverse/getresuid-reverse.exp
5545         * gdb.reverse/i386-precsave.exp
5546         * gdb.reverse/i386-reverse.exp
5547         * gdb.reverse/i386-sse-reverse.exp
5548         * gdb.reverse/i387-stack-reverse.exp
5549         * gdb.reverse/insn-reverse.exp
5550         * gdb.reverse/machinestate-precsave.exp
5551         * gdb.reverse/machinestate.exp
5552         * gdb.reverse/next-reverse-bkpt-over-sr.exp
5553         * gdb.reverse/pipe-reverse.exp
5554         * gdb.reverse/readv-reverse.exp
5555         * gdb.reverse/recvmsg-reverse.exp
5556         * gdb.reverse/rerun-prec.exp
5557         * gdb.reverse/s390-mvcle.exp
5558         * gdb.reverse/sigall-precsave.exp
5559         * gdb.reverse/sigall-reverse.exp
5560         * gdb.reverse/solib-precsave.exp
5561         * gdb.reverse/solib-reverse.exp
5562         * gdb.reverse/step-precsave.exp
5563         * gdb.reverse/step-reverse.exp
5564         * gdb.reverse/time-reverse.exp
5565         * gdb.reverse/until-precsave.exp
5566         * gdb.reverse/until-reverse.exp
5567         * gdb.reverse/waitpid-reverse.exp
5568         * gdb.reverse/watch-precsave.exp
5569         * gdb.reverse/watch-reverse.exp
5570
5571 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5572
5573         Fix test names starting with uppercase throughout the files.
5574
5575         * gdb.arch/i386-mpx-simple_segv.exp
5576         * gdb.arch/i386-mpx.exp
5577         * gdb.arch/i386-permbkpt.exp
5578         * gdb.arch/pa-nullify.exp
5579         * gdb.arch/powerpc-d128-regs.exp
5580         * gdb.arch/vsx-regs.exp
5581         * gdb.base/bfp-test.exp
5582         * gdb.base/break.exp
5583         * gdb.base/breakpoint-shadow.exp
5584         * gdb.base/callfuncs.exp
5585         * gdb.base/charset.exp
5586         * gdb.base/commands.exp
5587         * gdb.base/completion.exp
5588         * gdb.base/dfp-test.exp
5589         * gdb.base/echo.exp
5590         * gdb.base/ending-run.exp
5591         * gdb.base/eval.exp
5592         * gdb.base/expand-psymtabs.exp
5593         * gdb.base/float128.exp
5594         * gdb.base/floatn.exp
5595         * gdb.base/foll-exec-mode.exp
5596         * gdb.base/gdb1056.exp
5597         * gdb.base/gdb11531.exp
5598         * gdb.base/kill-after-signal.exp
5599         * gdb.base/multi-forks.exp
5600         * gdb.base/overlays.exp
5601         * gdb.base/pending.exp
5602         * gdb.base/sepdebug.exp
5603         * gdb.base/testenv.exp
5604         * gdb.base/valgrind-db-attach.exp
5605         * gdb.base/watch_thread_num.exp
5606         * gdb.base/watchpoint-cond-gone.exp
5607         * gdb.base/watchpoint.exp
5608         * gdb.base/watchpoints.exp
5609         * gdb.cp/arg-reference.exp
5610         * gdb.cp/baseenum.exp
5611         * gdb.cp/operator.exp
5612         * gdb.cp/shadow.exp
5613         * gdb.dwarf2/dw2-op-out-param.exp
5614         * gdb.dwarf2/dw2-reg-undefined.exp
5615         * gdb.go/chan.exp
5616         * gdb.go/hello.exp
5617         * gdb.go/integers.exp
5618         * gdb.go/methods.exp
5619         * gdb.go/package.exp
5620         * gdb.guile/scm-parameter.exp
5621         * gdb.guile/scm-progspace.exp
5622         * gdb.guile/scm-value.exp
5623         * gdb.mi/mi-pending.exp
5624         * gdb.mi/user-selected-context-sync.exp
5625         * gdb.multi/multi-attach.exp
5626         * gdb.multi/tids.exp
5627         * gdb.opt/clobbered-registers-O2.exp
5628         * gdb.pascal/floats.exp
5629         * gdb.pascal/integers.exp
5630         * gdb.python/py-block.exp
5631         * gdb.python/py-events.exp
5632         * gdb.python/py-parameter.exp
5633         * gdb.python/py-symbol.exp
5634         * gdb.python/py-symtab.exp
5635         * gdb.python/py-type.exp
5636         * gdb.python/py-value.exp
5637         * gdb.python/py-xmethods.exp
5638         * gdb.python/python.exp
5639         * gdb.reverse/break-precsave.exp
5640         * gdb.reverse/consecutive-precsave.exp
5641         * gdb.reverse/finish-precsave.exp
5642         * gdb.reverse/i386-precsave.exp
5643         * gdb.reverse/machinestate-precsave.exp
5644         * gdb.reverse/sigall-precsave.exp
5645         * gdb.reverse/solib-precsave.exp
5646         * gdb.reverse/step-precsave.exp
5647         * gdb.reverse/until-precsave.exp
5648         * gdb.reverse/watch-precsave.exp
5649         * gdb.server/ext-attach.exp
5650         * gdb.server/ext-restart.exp
5651         * gdb.server/ext-run.exp
5652         * gdb.server/ext-wrapper.exp
5653         * gdb.stabs/gdb11479.exp
5654         * gdb.stabs/weird.exp
5655         * gdb.threads/attach-many-short-lived-threads.exp
5656         * gdb.threads/kill.exp
5657         * gdb.threads/watchpoint-fork.exp
5658
5659 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5660
5661         Fix test names starting with uppercase throughout all the files below.
5662
5663         * gdb.ada/array_return.exp
5664         * gdb.ada/catch_ex.exp
5665         * gdb.ada/info_exc.exp
5666         * gdb.ada/mi_catch_ex.exp
5667         * gdb.ada/mi_dyn_arr.exp
5668         * gdb.ada/mi_ex_cond.exp
5669         * gdb.ada/mi_exc_info.exp
5670         * gdb.ada/mi_interface.exp
5671         * gdb.ada/mi_task_arg.exp
5672         * gdb.ada/mi_task_info.exp
5673         * gdb.ada/mi_var_array.exp
5674         * gdb.arch/alpha-step.exp
5675         * gdb.arch/amd64-disp-step.exp
5676         * gdb.arch/arm-disp-step.exp
5677         * gdb.arch/disp-step-insn-reloc.exp
5678         * gdb.arch/e500-prologue.exp
5679         * gdb.arch/ftrace-insn-reloc.exp
5680         * gdb.arch/gdb1558.exp
5681         * gdb.arch/i386-bp_permanent.exp
5682         * gdb.arch/i386-disp-step.exp
5683         * gdb.arch/i386-float.exp
5684         * gdb.arch/i386-gnu-cfi.exp
5685         * gdb.arch/ia64-breakpoint-shadow.exp
5686         * gdb.arch/mips16-thunks.exp
5687         * gdb.arch/pa-nullify.exp
5688         * gdb.arch/powerpc-aix-prologue.exp
5689         * gdb.arch/powerpc-power.exp
5690         * gdb.arch/ppc-dfp.exp
5691         * gdb.arch/s390-tdbregs.exp
5692         * gdb.arch/spu-info.exp
5693         * gdb.arch/spu-ls.exp
5694         * gdb.arch/thumb-bx-pc.exp
5695         * gdb.base/advance.exp
5696         * gdb.base/annota-input-while-running.exp
5697         * gdb.base/arrayidx.exp
5698         * gdb.base/asmlabel.exp
5699         * gdb.base/async.exp
5700         * gdb.base/attach-wait-input.exp
5701         * gdb.base/auto-connect-native-target.exp
5702         * gdb.base/batch-preserve-term-settings.exp
5703         * gdb.base/bfp-test.exp
5704         * gdb.base/bigcore.exp
5705         * gdb.base/bp-permanent.exp
5706         * gdb.base/break-always.exp
5707         * gdb.base/break-fun-addr.exp
5708         * gdb.base/break-idempotent.exp
5709         * gdb.base/break-main-file-remove-fail.exp
5710         * gdb.base/break-probes.exp
5711         * gdb.base/break-unload-file.exp
5712         * gdb.base/break.exp
5713         * gdb.base/call-ar-st.exp
5714         * gdb.base/call-rt-st.exp
5715         * gdb.base/call-sc.exp
5716         * gdb.base/call-signal-resume.exp
5717         * gdb.base/call-strs.exp
5718         * gdb.base/callexit.exp
5719         * gdb.base/callfuncs.exp
5720         * gdb.base/catch-gdb-caused-signals.exp
5721         * gdb.base/catch-signal-siginfo-cond.exp
5722         * gdb.base/catch-syscall.exp
5723         * gdb.base/compare-sections.exp
5724         * gdb.base/cond-eval-mode.exp
5725         * gdb.base/condbreak-call-false.exp
5726         * gdb.base/consecutive-step-over.exp
5727         * gdb.base/cursal.exp
5728         * gdb.base/disabled-location.exp
5729         * gdb.base/disasm-end-cu.exp
5730         * gdb.base/display.exp
5731         * gdb.base/double-prompt-target-event-error.exp
5732         * gdb.base/dprintf-bp-same-addr.exp
5733         * gdb.base/dprintf-detach.exp
5734         * gdb.base/dprintf-next.exp
5735         * gdb.base/dprintf-non-stop.exp
5736         * gdb.base/dprintf-pending.exp
5737         * gdb.base/dso2dso.exp
5738         * gdb.base/ending-run.exp
5739         * gdb.base/enum_cond.exp
5740         * gdb.base/examine-backward.exp
5741         * gdb.base/exe-lock.exp
5742         * gdb.base/exec-invalid-sysroot.exp
5743         * gdb.base/execl-update-breakpoints.exp
5744         * gdb.base/execution-termios.exp
5745         * gdb.base/fileio.exp
5746         * gdb.base/fixsection.exp
5747         * gdb.base/foll-exec-mode.exp
5748         * gdb.base/foll-exec.exp
5749         * gdb.base/fork-running-state.exp
5750         * gdb.base/frame-args.exp
5751         * gdb.base/fullpath-expand.exp
5752         * gdb.base/func-ptr.exp
5753         * gdb.base/gcore-relro-pie.exp
5754         * gdb.base/gdb1090.exp
5755         * gdb.base/gdb1555.exp
5756         * gdb.base/global-var-nested-by-dso.exp
5757         * gdb.base/gnu-ifunc.exp
5758         * gdb.base/hbreak-in-shr-unsupported.exp
5759         * gdb.base/hbreak-unmapped.exp
5760         * gdb.base/hook-stop.exp
5761         * gdb.base/infcall-input.exp
5762         * gdb.base/info-fun.exp
5763         * gdb.base/info-shared.exp
5764         * gdb.base/interrupt-noterm.exp
5765         * gdb.base/jit-so.exp
5766         * gdb.base/jit.exp
5767         * gdb.base/line-symtabs.exp
5768         * gdb.base/list.exp
5769         * gdb.base/longjmp.exp
5770         * gdb.base/macscp.exp
5771         * gdb.base/max-value-size.exp
5772         * gdb.base/nodebug.exp
5773         * gdb.base/nofield.exp
5774         * gdb.base/overlays.exp
5775         * gdb.base/paginate-after-ctrl-c-running.exp
5776         * gdb.base/paginate-bg-execution.exp
5777         * gdb.base/paginate-inferior-exit.exp
5778         * gdb.base/pending.exp
5779         * gdb.base/pr11022.exp
5780         * gdb.base/printcmds.exp
5781         * gdb.base/ptr-typedef.exp
5782         * gdb.base/ptype.exp
5783         * gdb.base/randomize.exp
5784         * gdb.base/range-stepping.exp
5785         * gdb.base/realname-expand.exp
5786         * gdb.base/relativedebug.exp
5787         * gdb.base/remote.exp
5788         * gdb.base/savedregs.exp
5789         * gdb.base/sepdebug.exp
5790         * gdb.base/set-noassign.exp
5791         * gdb.base/shlib-call.exp
5792         * gdb.base/shreloc.exp
5793         * gdb.base/sigaltstack.exp
5794         * gdb.base/sigbpt.exp
5795         * gdb.base/siginfo-addr.exp
5796         * gdb.base/siginfo-obj.exp
5797         * gdb.base/siginfo-thread.exp
5798         * gdb.base/signest.exp
5799         * gdb.base/signull.exp
5800         * gdb.base/sigrepeat.exp
5801         * gdb.base/skip.exp
5802         * gdb.base/so-impl-ld.exp
5803         * gdb.base/solib-corrupted.exp
5804         * gdb.base/solib-disc.exp
5805         * gdb.base/solib-display.exp
5806         * gdb.base/solib-overlap.exp
5807         * gdb.base/solib-search.exp
5808         * gdb.base/solib-symbol.exp
5809         * gdb.base/source-execution.exp
5810         * gdb.base/sss-bp-on-user-bp-2.exp
5811         * gdb.base/sss-bp-on-user-bp.exp
5812         * gdb.base/stack-checking.exp
5813         * gdb.base/stale-infcall.exp
5814         * gdb.base/step-break.exp
5815         * gdb.base/step-line.exp
5816         * gdb.base/step-over-exit.exp
5817         * gdb.base/step-test.exp
5818         * gdb.base/structs.exp
5819         * gdb.base/sym-file.exp
5820         * gdb.base/symtab-search-order.exp
5821         * gdb.base/term.exp
5822         * gdb.base/type-opaque.exp
5823         * gdb.base/unload.exp
5824         * gdb.base/until-nodebug.exp
5825         * gdb.base/until.exp
5826         * gdb.base/unwindonsignal.exp
5827         * gdb.base/watch-cond.exp
5828         * gdb.base/watch-non-mem.exp
5829         * gdb.base/watch_thread_num.exp
5830         * gdb.base/watchpoint-reuse-slot.exp
5831         * gdb.base/watchpoint-solib.exp
5832         * gdb.base/watchpoint.exp
5833         * gdb.btrace/dlopen.exp
5834         * gdb.cell/arch.exp
5835         * gdb.cell/break.exp
5836         * gdb.cell/bt.exp
5837         * gdb.cell/core.exp
5838         * gdb.cell/data.exp
5839         * gdb.cell/dwarfaddr.exp
5840         * gdb.cell/ea-cache.exp
5841         * gdb.cell/ea-standalone.exp
5842         * gdb.cell/ea-test.exp
5843         * gdb.cell/f-regs.exp
5844         * gdb.cell/fork.exp
5845         * gdb.cell/gcore.exp
5846         * gdb.cell/mem-access.exp
5847         * gdb.cell/ptype.exp
5848         * gdb.cell/registers.exp
5849         * gdb.cell/sizeof.exp
5850         * gdb.cell/solib-symbol.exp
5851         * gdb.cell/solib.exp
5852         * gdb.compile/compile-tls.exp
5853         * gdb.cp/exception.exp
5854         * gdb.cp/gdb2495.exp
5855         * gdb.cp/local.exp
5856         * gdb.cp/mb-inline.exp
5857         * gdb.cp/mb-templates.exp
5858         * gdb.cp/pr10687.exp
5859         * gdb.cp/pr9167.exp
5860         * gdb.cp/scope-err.exp
5861         * gdb.cp/templates.exp
5862         * gdb.cp/virtfunc.exp
5863         * gdb.dwarf2/dw2-dir-file-name.exp
5864         * gdb.dwarf2/dw2-single-line-discriminators.exp
5865         * gdb.fortran/complex.exp
5866         * gdb.fortran/library-module.exp
5867         * gdb.guile/guile.exp
5868         * gdb.guile/scm-cmd.exp
5869         * gdb.guile/scm-frame-inline.exp
5870         * gdb.guile/scm-objfile.exp
5871         * gdb.guile/scm-pretty-print.exp
5872         * gdb.guile/scm-symbol.exp
5873         * gdb.guile/scm-type.exp
5874         * gdb.guile/scm-value.exp
5875         * gdb.linespec/keywords.exp
5876         * gdb.linespec/ls-errs.exp
5877         * gdb.linespec/macro-relative.exp
5878         * gdb.linespec/thread.exp
5879         * gdb.mi/mi-breakpoint-changed.exp
5880         * gdb.mi/mi-dprintf-pending.exp
5881         * gdb.mi/mi-fullname-deleted.exp
5882         * gdb.mi/mi-logging.exp
5883         * gdb.mi/mi-pending.exp
5884         * gdb.mi/mi-solib.exp
5885         * gdb.mi/new-ui-mi-sync.exp
5886         * gdb.mi/user-selected-context-sync.exp
5887         * gdb.multi/dummy-frame-restore.exp
5888         * gdb.multi/multi-arch-exec.exp
5889         * gdb.multi/remove-inferiors.exp
5890         * gdb.multi/watchpoint-multi-exit.exp
5891         * gdb.opt/solib-intra-step.exp
5892         * gdb.perf/backtrace.exp
5893         * gdb.perf/single-step.exp
5894         * gdb.perf/skip-command.exp
5895         * gdb.perf/skip-prologue.exp
5896         * gdb.perf/solib.exp
5897         * gdb.python/lib-types.exp
5898         * gdb.python/py-as-string.exp
5899         * gdb.python/py-bad-printers.exp
5900         * gdb.python/py-block.exp
5901         * gdb.python/py-breakpoint.exp
5902         * gdb.python/py-cmd.exp
5903         * gdb.python/py-events.exp
5904         * gdb.python/py-evthreads.exp
5905         * gdb.python/py-finish-breakpoint.exp
5906         * gdb.python/py-finish-breakpoint2.exp
5907         * gdb.python/py-frame-inline.exp
5908         * gdb.python/py-frame.exp
5909         * gdb.python/py-inferior.exp
5910         * gdb.python/py-infthread.exp
5911         * gdb.python/py-mi.exp
5912         * gdb.python/py-objfile.exp
5913         * gdb.python/py-pp-maint.exp
5914         * gdb.python/py-pp-registration.exp
5915         * gdb.python/py-prettyprint.exp
5916         * gdb.python/py-recurse-unwind.exp
5917         * gdb.python/py-shared.exp
5918         * gdb.python/py-symbol.exp
5919         * gdb.python/py-symtab.exp
5920         * gdb.python/py-template.exp
5921         * gdb.python/py-type.exp
5922         * gdb.python/py-unwind-maint.exp
5923         * gdb.python/py-unwind.exp
5924         * gdb.python/py-value.exp
5925         * gdb.python/python.exp
5926         * gdb.reverse/finish-reverse-bkpt.exp
5927         * gdb.reverse/insn-reverse.exp
5928         * gdb.reverse/next-reverse-bkpt-over-sr.exp
5929         * gdb.reverse/solib-precsave.exp
5930         * gdb.reverse/solib-reverse.exp
5931         * gdb.stabs/gdb11479.exp
5932         * gdb.stabs/weird.exp
5933         * gdb.threads/fork-child-threads.exp
5934         * gdb.threads/fork-plus-threads.exp
5935         * gdb.threads/fork-thread-pending.exp
5936         * gdb.threads/forking-threads-plus-breakpoint.exp
5937         * gdb.threads/hand-call-in-threads.exp
5938         * gdb.threads/interrupted-hand-call.exp
5939         * gdb.threads/linux-dp.exp
5940         * gdb.threads/local-watch-wrong-thread.exp
5941         * gdb.threads/next-while-other-thread-longjmps.exp
5942         * gdb.threads/non-ldr-exit.exp
5943         * gdb.threads/pending-step.exp
5944         * gdb.threads/print-threads.exp
5945         * gdb.threads/process-dies-while-detaching.exp
5946         * gdb.threads/process-dies-while-handling-bp.exp
5947         * gdb.threads/pthreads.exp
5948         * gdb.threads/queue-signal.exp
5949         * gdb.threads/reconnect-signal.exp
5950         * gdb.threads/signal-command-handle-nopass.exp
5951         * gdb.threads/signal-command-multiple-signals-pending.exp
5952         * gdb.threads/signal-delivered-right-thread.exp
5953         * gdb.threads/signal-sigtrap.exp
5954         * gdb.threads/sigthread.exp
5955         * gdb.threads/staticthreads.exp
5956         * gdb.threads/stepi-random-signal.exp
5957         * gdb.threads/thread-unwindonsignal.exp
5958         * gdb.threads/thread_check.exp
5959         * gdb.threads/thread_events.exp
5960         * gdb.threads/tid-reuse.exp
5961         * gdb.threads/tls-nodebug.exp
5962         * gdb.threads/tls-shared.exp
5963         * gdb.threads/tls-so_extern.exp
5964         * gdb.threads/tls.exp
5965         * gdb.threads/wp-replication.exp
5966         * gdb.trace/actions-changed.exp
5967         * gdb.trace/actions.exp
5968         * gdb.trace/backtrace.exp
5969         * gdb.trace/change-loc.exp
5970         * gdb.trace/collection.exp
5971         * gdb.trace/deltrace.exp
5972         * gdb.trace/disconnected-tracing.exp
5973         * gdb.trace/entry-values.exp
5974         * gdb.trace/ftrace-lock.exp
5975         * gdb.trace/ftrace.exp
5976         * gdb.trace/infotrace.exp
5977         * gdb.trace/mi-trace-frame-collected.exp
5978         * gdb.trace/mi-trace-unavailable.exp
5979         * gdb.trace/mi-traceframe-changed.exp
5980         * gdb.trace/mi-tracepoint-changed.exp
5981         * gdb.trace/mi-tsv-changed.exp
5982         * gdb.trace/no-attach-trace.exp
5983         * gdb.trace/packetlen.exp
5984         * gdb.trace/passc-dyn.exp
5985         * gdb.trace/passcount.exp
5986         * gdb.trace/pending.exp
5987         * gdb.trace/pr16508.exp
5988         * gdb.trace/qtro.exp
5989         * gdb.trace/range-stepping.exp
5990         * gdb.trace/read-memory.exp
5991         * gdb.trace/report.exp
5992         * gdb.trace/save-trace.exp
5993         * gdb.trace/signal.exp
5994         * gdb.trace/stap-trace.exp
5995         * gdb.trace/status-stop.exp
5996         * gdb.trace/strace.exp
5997         * gdb.trace/tfile.exp
5998         * gdb.trace/tfind.exp
5999         * gdb.trace/trace-break.exp
6000         * gdb.trace/trace-condition.exp
6001         * gdb.trace/trace-enable-disable.exp
6002         * gdb.trace/trace-mt.exp
6003         * gdb.trace/tracecmd.exp
6004         * gdb.trace/tracefile-pseudo-reg.exp
6005         * gdb.trace/tspeed.exp
6006         * gdb.trace/tstatus.exp
6007         * gdb.trace/tsv.exp
6008         * gdb.trace/unavailable.exp
6009         * gdb.trace/while-dyn.exp
6010         * gdb.trace/while-stepping.exp
6011         * lib/gdb-guile.exp
6012         * lib/gdb.exp
6013         * lib/mi-support.exp
6014         * lib/pascal.exp
6015         * lib/perftest.exp
6016         * lib/prelink-support.exp
6017         * lib/selftest-support.exp
6018
6019 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
6020
6021         * Makefile.in: Include disable-implicit-rules.mk.
6022
6023 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6024
6025         * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6026         non-byte-aligned bit fields.
6027
6028 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6029
6030         PR gdb/12616
6031         * gdb.dwarf2/nonvar-access.exp: New testcase.  Check that GDB
6032         respects the DW_AT_data_bit_offset attribute.
6033
6034 2016-11-22  Simon Marchi  <simon.marchi@polymtl.ca>
6035
6036         * gdb.base/default.exp: Fix output of "set language".
6037
6038 2016-11-17  Simon Marchi  <simon.marchi@polymtl.ca>
6039
6040         * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6041         prefixed with @GMAKE_FALSE@.  Update comment related to non-GNU
6042         make.
6043         * configure.ac: Remove checks for the make program.
6044         * configure: Re-generate.
6045
6046 2016-11-16  Kevin Buettner  <kevinb@redhat.com>
6047
6048         * gdb.python/py-recurse-unwind.c (main): Add loop.
6049         * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6050         to read_register() and gdb.parse_and_eval().  Make each code
6051         call a separate case that can be individually tested.
6052         * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6053         proc. Call cont_and_backtrace for each of the code paths that
6054         we want to test in the unwinder.
6055
6056 2016-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6057
6058         * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6059         the definition of struct S.
6060
6061 2016-11-11  Catherine Moore  <clm@codesourcery.com>
6062
6063         * gdb.base/dump.exp: Identify verilog format dump tests as such.
6064
6065 2016-11-09  Pedro Alves  <palves@redhat.com>
6066
6067         * gdb.base/commands.exp (runto_or_return): New procedure.
6068         (gdbvar_simple_if_test, gdbvar_simple_while_test)
6069         (gdbvar_complex_if_while_test, progvar_simple_if_test)
6070         (progvar_simple_while_test, progvar_complex_if_while_test)
6071         (if_while_breakpoint_command_test)
6072         (infrun_breakpoint_command_test, breakpoint_command_test)
6073         (user_defined_command_test, watchpoint_command_test)
6074         (test_command_prompt_position, redefine_hook_test)
6075         (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6076         (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6077         multi_line_input and multi_line.  Remove gdb_expect and
6078         gdb_stop_suppressing_tests uses.
6079         * lib/gdb.exp (valnum_re): New global.
6080         (multi_line_input): New procedure.
6081
6082 2016-11-09  Simon Marchi  <simon.marchi@polymtl.ca>
6083
6084         * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6085         Remove.
6086         (test_setup): Define with proc_with_prefix.
6087         (test_cli_inferior): Likewise.
6088         (test_cli_thread): Likewise.
6089         (test_cli_frame): Likewise.
6090         (test_cli_select_frame): Likewise.
6091         (test_cli_up_down): Likewise.
6092         (test_mi_thread_select): Likewise.
6093         (test_mi_stack_select_frame): Likewise.
6094         (test_cli_in_mi_inferior): Likewise.
6095         (test_cli_in_mi_thread): Likewise.
6096         (test_cli_in_mi_frame): Likewise.
6097         (top level): Do not use with_test_prefix_procname.
6098
6099 2016-11-09  Pedro Alves  <palves@redhat.com>
6100
6101         * gdb.base/commands.exp (gdbvar_simple_if_test)
6102         (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6103         (progvar_simple_if_test, progvar_simple_while_test)
6104         (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6105         (infrun_breakpoint_command_test, breakpoint_command_test)
6106         (user_defined_command_test, watchpoint_command_test)
6107         (test_command_prompt_position, deprecated_command_test)
6108         (bp_deleted_in_command, temporary_breakpoint_commands)
6109         (stray_arg0_test, source_file_with_indented_comment)
6110         (recursive_source_test, if_commands_test)
6111         (error_clears_commands_left, redefine_hook_test)
6112         (redefine_backtrace_test): Use proc_with_prefix.
6113         * lib/gdb.exp (proc_with_prefix): New proc.
6114
6115 2016-11-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6116
6117         * gdb.base/tui-layout.c: New file.
6118         * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6119         disassembly window contains very long lines.
6120
6121 2016-11-08  Tom Tromey  <tom@tromey.com>
6122
6123         * gdb.python/py-value.exp (test_value_creation): Make "long" test
6124         depend on Python 2.
6125
6126 2016-11-08  Tom Tromey  <tom@tromey.com>
6127
6128         * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6129         New method.
6130
6131 2016-10-29  Manish Goregaokar  <manish@mozilla.com>
6132
6133         * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
6134
6135 2016-10-27  Manish Goregaokar  <manish@mozilla.com>
6136
6137         * gdb.rust/simple.rs: Add test for univariant enums without
6138         discriminants and for encoded struct-like enums.
6139
6140 2016-10-28  Pedro Alves  <palves@redhat.com>
6141
6142         * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6143         gdb_test_multiple, tighten regexps and match symtabs and line
6144         tables incrementally.
6145
6146 2016-10-28  Luis Machado  <lgustavo@codesourcery.com>
6147
6148         * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6149         general.
6150
6151 2016-10-25  Luis Machado  <lgustavo@codesourcery.com>
6152
6153         * gdb.base/exec-invalid-sysroot.exp: New file.
6154
6155 2016-10-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
6156
6157         * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6158
6159 2016-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6160
6161         * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6162
6163 2016-10-19  Maciej W. Rozycki  <macro@imgtec.com>
6164
6165         * gdb.base/killed-outside.exp: Remove $options from a call to
6166         `prepare_for_testing'.
6167
6168 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
6169
6170         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6171         Change test message.
6172
6173 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
6174
6175         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6176         Update comment.
6177
6178 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
6179
6180         * gdb.trace/mi-trace-save.exp: New file.
6181
6182 2016-10-13  Yao Qi  <yao.qi@linaro.org>
6183
6184         * gdb.base/code_elim.exp (get_var_address): Remove.
6185         * gdb.base/relocate.exp: Likewise.
6186         * gdb.base/shreloc.exp: Likewise.
6187         * lib/gdb.exp (get_var_address): New.
6188
6189 2016-10-13  Yao Qi  <yao.qi@linaro.org>
6190
6191         * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6192         floating point tests if $skip_float_test is false.
6193
6194 2016-10-12  Luis Machado  <lgustavo@codesourcery.com>
6195
6196         * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6197         * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6198         argc values.
6199         Add 1 to argc so we guarantee distinct initial/modified argc values.
6200
6201 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6202
6203         * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6204
6205 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6206
6207         * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6208         * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6209         * gdb.arch/vsx-regs.exp: Likewise.
6210
6211 2016-10-07  Yao Qi  <yao.qi@linaro.org>
6212
6213         * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6214
6215 2016-10-07  Markus Metzger  <markus.t.metzger@intel.com>
6216
6217         * gdb.python/python.exp: Test decode_line("*0").
6218
6219 2016-10-06  Doug Evans  <dje@google.com>
6220
6221         * gdb.python/py-value.exp (test_value_creation): Add test for large
6222         unsigned 64-bit value.
6223
6224 2016-10-06  Tom Tromey  <tom@tromey.com>
6225
6226         * gdb.compile/compile.exp: Change java tests to rust.
6227         * gdb.base/setshow.exp: Change java tests to rust.
6228         * gdb.base/default.exp: Remove java from language list.
6229         * README (Examples): Update language example.
6230         * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6231         test.
6232         * lib/gdb.exp (skip_java_tests): Remove.
6233         * lib/java.exp: Remove.
6234         * gdb.java: Remove.
6235
6236 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
6237
6238         * gdb.arch/mips-fcr.exp: New test.
6239         * gdb.arch/mips-fcr.c: Source for the new test.
6240
6241 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
6242
6243         * gdb.base/solib-disc.exp: Use `standard_output_file'
6244         throughout.
6245
6246 2016-10-06  Pedro Alves  <palves@redhat.com>
6247
6248         * gdb.base/jit-simple-dl.c: New file.
6249         * gdb.base/jit-simple-jit.c: New file, factored out from ...
6250         * gdb.base/jit-simple.c: ... this.
6251         * gdb.base/jit-simple.exp (jit_run): Delete.
6252         (build_jit): New proc.
6253         (jit_test_reread): Recompile either the main program or the shared
6254         library, depending on what is being tested.  Skip changing address
6255         if caller wants to.  Compare before/after addresses.  If testing
6256         standalone, explicitly load the binary.  Test "maint info
6257         breakpoints".
6258         (top level): Add "standalone vs shared lib" and "change address"
6259         vs "same address" axes.
6260
6261 2016-10-06  Pedro Alves  <palves@redhat.com>
6262
6263         * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6264         call.
6265         (jit_run): Delete.
6266         (jit_test_reread): Use with_test_prefix.  Reload the main binary
6267         explicitly.  Compare the before/after addresses of the JIT
6268         descriptor.
6269
6270 2016-08-15  Doug Evans  <dje@google.com>
6271
6272         * gdb.xml/extra-regs.xml: Update, end field now required, default type
6273         for single bitfields is bool.
6274         * gdb.xml/tdesc-regs.exp: Ditto.
6275
6276 2016-10-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6277
6278         * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6279
6280 2016-10-05  Yao Qi  <yao.qi@linaro.org>
6281
6282         * lib/gdb.exp (support_complex_tests): Return zero if
6283         gdb_skip_float_test return true.
6284
6285 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6286             Simon Marchi  <simon.marchi@ericsson.com>
6287
6288         PR gdb/20487
6289         * gdb.mi/user-selected-context-sync.exp: New file.
6290         * gdb.mi/user-selected-context-sync.c: New file.
6291
6292 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6293             Simon Marchi  <simon.marchi@ericsson.com>
6294
6295         PR gdb/20487
6296         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6297         =thread-select-event check.
6298
6299 2016-09-29  Peter Bergner  <bergner@vnet.ibm.com>
6300
6301         * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6302         the compulsory L operand changes.
6303         * gdb.arch/powerpc-power.s: Likewise.
6304
6305 2016-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
6306
6307         PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6308         * gdb.base/jit-attach-pie.c: New file.
6309         * gdb.base/jit-attach-pie.exp: New file.
6310
6311 2016-09-28  Pedro Alves  <palves@redhat.com>
6312
6313         * gdb.base/infcall-input.c: New file.
6314         * gdb.base/infcall-input.exp: New file.
6315
6316 2016-09-22  Yao Qi  <yao.qi@linaro.org>
6317
6318         * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6319         (gdb_exit): Rename it to ...
6320         (gdbserver_gdb_exit): ...  Close GDBserver.
6321         (gdb_exit): New proc, call gdbserver_gdb_exit.
6322         (mi_gdb_exit): Likewise.
6323
6324 2016-09-22  Yao Qi  <yao.qi@linaro.org>
6325
6326         * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6327         path.
6328         * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6329         Remove duplication.
6330
6331 2016-09-22  Yao Qi  <yao.qi@linaro.org>
6332
6333         * lib/gdbserver-support.exp: Check the existence of
6334         gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6335
6336 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
6337
6338         * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6339
6340 2016-09-21  Tom Tromey  <tom@tromey.com>
6341
6342         PR gdb/20604:
6343         * gdb.base/quit.exp: New file.
6344
6345 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
6346
6347         * .gitignore: New file.
6348
6349 2016-09-21  Maciej W. Rozycki  <macro@imgtec.com>
6350
6351         * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6352         throughout.
6353
6354 2016-09-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6355
6356         * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6357
6358 2016-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
6359
6360         * gdb.cp/casts.cc (decltype): Move it ...
6361         (main): ... with its call to ...
6362         * gdb.cp/casts03.cc: ... a new file.
6363         * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6364
6365 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6366
6367         * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6368
6369 2016-09-15  Peter Bergner  <bergner@vnet.ibm.com>
6370
6371         * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6372         and sync up the test with tests in gas/testsuite/gas/ppc.
6373         * gdb.arch/powerpc-power.exp: Likewise.
6374
6375 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6376
6377         * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6378
6379 2016-09-11  Sergio Durigan Junior  <sergiodj@redhat.com>
6380             Jan Kratochvil  <jan.kratochvil@redhat.com>
6381
6382         * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6383         make m1's definition to be different from m2's.  Use 'dummy' as an
6384         argument for probe 'two'.
6385
6386 2016-09-10  Jon Beniston  <jon@beniston.com>
6387
6388         * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6389         for sim target.
6390
6391 2016-09-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6392
6393         * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6394         variable declaration.
6395         (gnu_ifunc): Add parameter hwcap.  Store it in resolver_hwcap.
6396         * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6397         * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6398         received HWCAP as its argument.
6399
6400 2016-09-06  Pedro Alves  <palves@redhat.com>
6401
6402         * gdb.base/new-ui-pending-input.c: New file.
6403         * gdb.base/new-ui-pending-input.exp: New file.
6404         * gdb.exp (clear_gdb_spawn_id): New procedure.
6405         (with_spawn_id): Check whether gdb_spawn_id exists before
6406         referencing it.  If gdb_spawn_id didn't exist on entry, clear it
6407         on exit.
6408
6409 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
6410
6411         * gdb.base/float128.c: New file.
6412         * gdb.base/float128.exp: Likewise.
6413         * gdb.base/floatn.c: Likewise.
6414         * gdb.base/floatn.exp: Likewise.
6415
6416 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
6417
6418         * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6419
6420 2016-09-05  Pedro Alves  <palves@redhat.com>
6421
6422         PR backtrace/19927
6423         * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6424         unwinders are immediately called as side effect of "source" or
6425         "disable unwinder" commands.
6426         * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6427
6428 2016-09-02  Yao Qi  <yao.qi@linaro.org>
6429
6430         * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6431         is true and $type is "float" or "double".
6432
6433 2016-09-02  Yao Qi  <yao.qi@linaro.org>
6434
6435         * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6436         true.
6437         * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6438         * gdb.base/call-rt-st.exp: Likewise.
6439         * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6440         return value instead of gdb,skip_float_test.
6441         * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6442         (do_function_calls): Use its return value instead of
6443         gdb,skip_float_test.
6444         * gdb.base/finish.exp: Likewise.
6445         * gdb.base/funcargs.exp: Likewise.
6446         * gdb.base/return.exp: Likewise.
6447         * gdb.base/return2.exp: Likewise.
6448         * gdb.base/varargs.exp: Likewise.
6449         * lib/gdb.exp (gdb_skip_float_test): Change it to
6450         gdb_caching_proc.  Detect the broken ptrace on arm-linux.
6451
6452 2016-08-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6453
6454         * gdb.multi/tids.exp: Test "thread apply all".
6455
6456 2016-08-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
6457
6458         * gdb.base/default.exp (tty): Remove.
6459
6460 2016-08-24  Kevin Buettner  <kevinb@redhat.com>
6461
6462         * gdb.python/py-recurse-unwind.c: New file.
6463         * gdb.python/py-recurse-unwind.py: New file.
6464         * gdb.python/py-recurse-unwind.exp: New file.
6465
6466 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
6467
6468         * gdb.base/set-inferior-tty.exp: New file.
6469         * gdb.base/set-inferior-tty.c: New file.
6470
6471 2016-08-23  Pedro Alves  <palves@redhat.com>
6472
6473         PR gdb/20494
6474         * gdb.base/new-ui-echo.c: New file.
6475         * gdb.base/new-ui-echo.exp: New file.
6476
6477 2016-08-23  Yao Qi  <yao.qi@linaro.org>
6478
6479         * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6480         gdbserver_spawn.
6481         * gdb.server/connect-without-multi-process.exp (do_test):
6482         Likewise.
6483
6484 2016-08-23  Yao Qi  <yao.qi@linaro.org>
6485
6486         * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6487         standalone_txt.  Delete gdb_txt and standalone_txt on host
6488         and target.  Spawn the binary on target.  Copy files from
6489         target to host.
6490
6491 2016-08-22  Pedro Alves  <palves@redhat.com>
6492
6493         PR gdb/20505
6494         * gdb.base/vdso-warning.exp: Test core dumps too.  Use
6495         with_test_prefix.  Factor out bits to ...
6496         (test_no_vdso): ... this new procedure.
6497
6498 2016-08-19  Carl Love  <cel@us.ibm.com>
6499
6500         * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6501         maintaining separate logic for constructing the output path.
6502         * gdb.arch/powerpc-d128-regs.exp: Likewise.
6503         * gdb.arch/ppc-dfp.exp: Likewise.
6504         * gdb.arch/ppc-fp.exp: Likewise.
6505         * gdb.arch/vsx-regs.exp: Likewise.
6506         * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6507         binprefix for generating the additional binary files.
6508
6509 2016-08-19  Pedro Alves  <palves@redhat.com>
6510
6511         * gdb.trace/mi-trace-frame-collected.exp
6512         (test_trace_frame_collected): On x32, expect two registers.
6513
6514 2016-08-18  Carl Love  <cel@us.ibm.com>
6515
6516         * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6517         and sync up the test with tests in gas/testsuite/gas/ppc.
6518         * gdb.arch/powerpc-power.exp: Likewise.
6519
6520 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
6521
6522         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6523         expected error message.
6524
6525 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
6526
6527         * gdb.multi/remove-inferiors.exp: New file.
6528         * gdb.multi/remove-inferiors.c: New file.
6529
6530 2016-08-12  Yao Qi  <yao.qi@linaro.org>
6531
6532         * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6533         argument list.
6534
6535 2016-08-10  Pedro Alves  <palves@redhat.com>
6536
6537         PR gdb/19187
6538         * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6539         setup_kfails.
6540
6541 2016-08-09  Pedro Alves  <palves@redhat.com>
6542             Simon Marchi  <simon.marchi@ericsson.com>
6543
6544         PR gdb/20418
6545         * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6546         * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6547
6548 2016-08-09  Pedro Alves  <palves@redhat.com>
6549
6550         PR mi/20431
6551         * gdb.mi/mi-cmd-error.exp: New file.
6552
6553 2016-08-09  Pedro Alves  <palves@redhat.com>
6554
6555         PR gdb/18653
6556         * gdb.base/signals-state-child.c: New file.
6557         * gdb.base/signals-state-child.exp: New file.
6558         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6559
6560 2016-08-09  Pedro Alves  <palves@redhat.com>
6561
6562         * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6563
6564 2016-08-03  Tom Tromey  <tom@tromey.com>
6565
6566         PR python/18565:
6567         * gdb.python/py-frame-inline.exp: Add Frame.function test.
6568
6569 2016-08-01  Yao Qi  <yao.qi@linaro.org>
6570
6571         * gdb.threads/process-dies-while-detaching.exp (do_test): Set
6572         variable mode to "multi-process" if $multi_process is 1, otherwise
6573         set it to "single-process".
6574
6575 2016-08-01  Yao Qi  <yao.qi@linaro.org>
6576
6577         * gdb.cp/anon-struct.exp: Check is_aarch32_target.
6578         * gdb.cp/cpexprs.exp: Likewise.
6579         * gdb.cp/m-static.exp: Likewise.
6580
6581 2016-07-26  Tom Tromey  <tom@tromey.com>
6582
6583         PR python/20190:
6584         * gdb.threads/tls.exp (check_thread_local): Add python symbol
6585         test.
6586
6587 2016-07-26  Markus Metzger  <markus.t.metzger@intel.com>
6588
6589         * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
6590         selecting assembly source files.
6591         * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
6592         assembly source files.
6593         * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
6594         assembly source files.
6595         * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
6596         selecting assembly source files.
6597
6598 2016-07-25  Simon Marchi  <simon.marchi@ericsson.com>
6599
6600         * gdb.base/new-ui.exp (do_test_invalid_args): New
6601         procedure.
6602
6603 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
6604
6605         * gdb.btrace/reconnect.c: New file.
6606         * gdb.btrace/reconnect.exp: New file.
6607
6608 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
6609
6610         * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
6611         to test_catch_syscall_group.
6612         (test_catch_syscall_group): New.
6613
6614 2016-07-21  Tom Tromey  <tom@tromey.com>
6615
6616         * gdb.rust/simple.rs (main): Use empty struct expression.
6617         * gdb.rust/simple.exp: Add tests for empty struct expression.
6618
6619 2016-07-21  Yao Qi  <yao.qi@linaro.org>
6620
6621         * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
6622         if gdb_skip_xml_test is true on some targets.
6623
6624 2016-07-21  Yao Qi  <yao.qi@linaro.org>
6625
6626         * gdb.server/solib-list.exp: Unset last_loaded_file.
6627
6628 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6629
6630         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
6631         "step into captured_main (args)".
6632
6633 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6634
6635         * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
6636
6637 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6638
6639         * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
6640
6641 2016-07-19  Pedro Alves  <palves@redhat.com>
6642
6643         * gdb.opt/inline-break.exp: Remove optimize=-O2.
6644         * gdb.opt/inline-bt.exp: Likewise.
6645         * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
6646         additional_flags=-Winline.
6647         * gdb.opt/inline-locals.exp: Likewise.
6648         * gdb.opt/inline-markers.c (ATTR): Define.
6649         (inlined_fn): Use it.
6650
6651 2016-07-19  Yao Qi  <yao.qi@linaro.org>
6652
6653         * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
6654         (test_with_self): Remove some code.  Remove argument executable.
6655         (top-level): Use do_self_tests.
6656
6657 2016-07-15  Zachary Welch  <zwelch@codesourcery.com>
6658             Don Breazeal <donb@codesourcery.com>
6659
6660         * gdb.base/maint.exp: Escape paths used in regular expressions.
6661         * gdb.stabs/weird.exp: Likewise.
6662
6663 2016-07-13  Tom Tromey  <tom@tromey.com>
6664
6665         PR python/15620, PR python/18620:
6666         * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
6667         (test_bkpt_events): New procs.
6668
6669 2016-07-13  Tom Tromey  <tom@tromey.com>
6670
6671         PR python/17698:
6672         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
6673         test.
6674         (test_watchpoints): Likewise.
6675         (test_bkpt_pending): New proc.
6676
6677 2016-07-13  Tom Tromey  <tom@tromey.com>
6678
6679         PR cli/18053:
6680         * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
6681         completion test.
6682
6683 2016-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
6684
6685         * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
6686         * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
6687         * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
6688         f_label.
6689         (g): Rename g_end_lbl to g_label.
6690         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
6691         low_pc and high_pc.
6692         * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
6693
6694 2016-07-12  Tom Tromey  <tom@tromey.com>
6695
6696         PR python/19293:
6697         * gdb.python/py-unwind-maint.exp: Update tests.
6698
6699 2016-07-12  Yao Qi  <yao.qi@linaro.org>
6700
6701         * lib/selftest-support.exp (selftest_setup): Match the output
6702         when captured_main is inlined.
6703
6704 2016-07-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6705
6706         * gdb.fortran/derived-types.exp (result_line, result_line_2):
6707         New variables.
6708         (print this%a, print this%b, print this): New tests.
6709         * gdb.fortran/derived-types.f90 (this): New object and
6710         initialization.
6711
6712 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6713
6714         * gdb.ada/arraydim.exp: Remove extra directory level in build
6715         directory.
6716
6717 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6718
6719         * lib/ada.exp: Remove extra directory level in build directory.
6720         * gdb.ada/cond_lang.exp: Likewise.
6721         * gdb.ada/exec_changed.exp: Likewise.
6722         * gdb.ada/lang_switch.exp: Likewise.
6723
6724 2016-07-06  Manish Goregaokar  <manish@mozilla.com>
6725
6726         * simple.rs: Add test for raw pointer subscripting.
6727         * simple.exp: Add test expectations.
6728
6729 2016-07-05  Yao Qi  <yao.qi@linaro.org>
6730
6731         * gdb.mi/mi-reverse.exp: Match =record-started output.
6732
6733 2016-07-01  Pedro Alves  <palves@redhat.com>
6734
6735         * gdb.base/jit-reader.exp (info_registers_current_frame): New
6736         procedure.
6737         (jit_reader_test): Test the jit reader's unwinder.
6738         * gdb.base/jithost.c (jit_function_00_code): New global.
6739         (main): Use memcpy to fill in the mmapped code, instead of poking
6740         bytes manually here.
6741         * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6742         value.
6743         (read_debug_info): Save the function's range.
6744         (read_sp): New function.
6745         (unwind_frame): Use it.  Also unwind RBP.
6746         (get_frame_id): Use read_sp.
6747         (gdb_init_reader): Use calloc instead of malloc.
6748         * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6749         parameter.  Use gdb_test_multiple.
6750
6751 2016-07-01  Pedro Alves  <palves@redhat.com>
6752             Antoine Tremblay  <antoine.tremblay@ericsson.com>
6753
6754         * gdb.threads/process-dies-while-detaching.c: New file.
6755         * gdb.threads/process-dies-while-detaching.exp: New file.
6756
6757 2016-07-01  Pedro Alves  <palves@redhat.com>
6758
6759         * gdb.multi/watchpoint-multi-exit.c: New file.
6760         * gdb.multi/watchpoint-multi-exit.exp: New file.
6761
6762 2016-06-30  Pedro Alves  <palves@redhat.com>
6763
6764         * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6765         unset inferior_spawn_id.
6766
6767 2016-06-30  Pedro Alves  <palves@redhat.com>
6768
6769         * lib/mi-support.exp (default_mi_gdb_start): Declare global
6770         FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6771
6772 2016-06-29  Yao Qi  <yao.qi@linaro.org>
6773
6774         * gdb.base/return.c: Add copyright header.
6775
6776 2016-06-29  Tom Tromey  <tom@tromey.com>
6777
6778         PR python/20129:
6779         * gdb.python/py-framefilter.exp: Add tests for setting priority
6780         and disabling of non-existent frame filter.
6781
6782 2016-06-29  Yao Qi  <yao.qi@linaro.org>
6783
6784         * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6785         0x0f07ff.
6786
6787 2016-06-28  Yao Qi  <yao.qi@linaro.org>
6788
6789         * gdb.base/catch-syscall.exp: Remove check on isnative and target
6790         triplets.  Start gdb, execute catch syscall, and continue.  Check
6791         gdb's output to determine catch syscall is supported.
6792
6793 2016-06-27  Manish Goregaokar  <manish@mozilla.com>
6794
6795         * gdb.rust/simple.rs: Add test for returning unit in a function.
6796         * gdb.rust/simple.exp: Add expectation for functions returning
6797         unit.
6798
6799 2016-06-27  Pierre-Marie de Rodat  <derodat@adacore.com>
6800
6801         * gdb.python/py-breakpoint-create-fail.c,
6802         gdb.python/py-breakpoint-create-fail.exp,
6803         gdb.python/py-breakpoint-create-fail.py: New testcase.
6804
6805 2016-06-25  Manish Goregaokar  <manish@mozilla.com>
6806
6807         PR gdb/20239
6808         * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
6809         * gdb.rust/simple.exp: Add test expectations for new NonZero
6810         tests.
6811
6812 2016-06-24  David Taylor  <dtaylor@emc.com>
6813
6814         * gdb.base/offsets.exp: New file.
6815         * gdb.base/offsets.c: New file.
6816
6817 2016-06-23  Tom Tromey  <tom@tromey.com>
6818
6819         PR gdb/16483:
6820         * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6821         before any filters are loaded.
6822
6823 2016-06-21  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6824
6825         * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6826         * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6827         structs.
6828         * gdb.fortran/derived-type-function.exp: New file.
6829         * gdb.fortran/derived-type-function.f90: New file.
6830
6831
6832 2016-06-21  Pedro Alves  <palves@redhat.com>
6833
6834         * gdb.base/new-ui.exp: New file.
6835         * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6836         * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6837         (with_spawn_id): New procedure.
6838
6839 2016-06-21  Pedro Alves  <palves@redhat.com>
6840
6841         * gdb.mi/mi-exec-run.exp: New file.
6842
6843 2016-06-21  Pedro Alves  <palves@redhat.com>
6844
6845         * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6846         breakpoint command's output on the main UI.
6847         (test_break): New procedure, factored out from calls in the top
6848         level.
6849         (top level): Use foreach_with_prefix to test MI as main UI and as
6850         separate UI.
6851
6852 2016-06-21  Pedro Alves  <palves@redhat.com>
6853
6854         * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6855         (test_awatch_creation_and_listing)
6856         (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6857         Remove 'type' parameter.
6858         (test_watchpoint_all): New parameter mi_mode.  Remove
6859         with_test_prefix.
6860         (top level): Use foreach_with_prefix, and add main/separate UI MI
6861         testing axis.
6862
6863 2016-06-21  Pedro Alves  <palves@redhat.com>
6864
6865         * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6866         * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6867         * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6868         gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6869         (gdb_main_spawn_id, mi_spawn_id): Declare and
6870         comment.
6871         (mi_create_inferior_pty): New procedure,
6872         factored out from default_mi_gdb_start.
6873         (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6874         procedures.
6875         (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6876         separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6877         Use mi_create_inferior_pty.
6878         (mi_gdb_start): Use eval to pass down args list.
6879
6880 2016-06-21  Pedro Alves  <palves@redhat.com>
6881
6882         * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6883         * gdb.opt/inline-cmds.exp: Add MI tests.
6884
6885 2016-06-21  Pedro Alves  <palves@redhat.com>
6886
6887         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6888
6889 2016-06-21  Pedro Alves  <palves@redhat.com>
6890
6891         * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6892         (top level): Use it instead of mi_execute_to.
6893
6894 2016-06-21  Pedro Alves  <palves@redhat.com>
6895
6896         * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6897         (cont_handler_str): New.
6898         (signal_stop_handler): Set stop_handler_str instead of printing to
6899         stdout.
6900         (continue_handler): Set cont_handler_str instead of printing to
6901         stdout.
6902         * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6903         mi_send_resuming_command.  Print stop_handler_str and
6904         cont_handler_str instead of expecting the python events print
6905         directly.
6906
6907 2016-06-17  Sanjoy Das  <sanjoy@playingwithpointers.com>
6908
6909         * gdb.base/jit-reader.exp: New file.
6910         * gdb.base/jithost.c: New file.
6911         * gdb.base/jithost.h: New file.
6912         * gdb.base/jitreader.c : New file.
6913         * gdb.base/jit-protocol.h: New file.
6914
6915 2016-06-17  Yao Qi  <yao.qi@linaro.org>
6916
6917         * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6918         parameters follow_fork and detach_on_fork.  Set follow-fork-mode
6919         and detach-on-fork.  Adjust tests.
6920         (top level): Invoke break_cond_on_syscall with combinations of
6921         syscall, follow-fork-mode and detach-on-fork.
6922
6923 2016-06-17  Yao Qi  <yao.qi@linaro.org>
6924
6925         * gdb.base/step-over-exit.c: New.
6926         * gdb.base/step-over-exit.exp: New.
6927
6928 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
6929
6930         * gdb.base/float.exp: Add target check for nds32*-*-*.
6931         * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6932
6933 2016-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
6934
6935         * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6936         for unsupported target features.
6937         * gdb.base/call-rt-st.exp: Likewise.
6938         * gdb.base/call-sc.exp: Likewise.
6939         * gdb.base/call-signal-resume.exp: Likewise.
6940         * gdb.base/call-strs.exp: Likewise.
6941         * gdb.base/callexit.exp: Likewise.
6942         * gdb.base/callfuncs.exp: Likewise.
6943         * gdb.base/nodebug.exp: Likewise.
6944         * gdb.base/printcmds.exp: Likewise.
6945         * gdb.base/ptype.exp: Likewise.
6946         * gdb.base/structs.exp: Likewise.
6947         * gdb.base/unwindonsignal.exp: Likewise.
6948         * gdb.cp/gdb2495.exp: Likewise.
6949         * gdb.cp/templates.exp: Likewise.
6950         * gdb.cp/virtfunc.exp: Likewise.
6951         * gdb.threads/hand-call-in-threads.exp: Likewise.
6952         * gdb.threads/interrupted-hand-call.exp: Likewise.
6953         * gdb.threads/thread-unwindonsignal.exp: Likewise.
6954
6955 2016-06-10  Tom Tromey  <tom@tromey.com>
6956
6957         PR rust/20110:
6958         * gdb.rust/expr.exp: Add test for integer constant larger than
6959         i32.
6960
6961 2016-06-10  Bernhard Heckel  <bernhard.heckel@intel.com>
6962
6963         * gdb.fortran/nested-funcs.exp: New.
6964         * gdb.fortran/nested-funcs.f90: New.
6965
6966 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
6967
6968         * gdb.base/examine-backward.c: New file.
6969         * gdb.base/examine-backward.exp: New file.
6970
6971 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
6972
6973         * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6974         matching.
6975
6976 2016-06-02  Tom Tromey  <tom@tromey.com>
6977
6978         PR python/18984:
6979         * gdb.python/py-shared.exp: Add solib_name test.
6980
6981 2016-06-02  Simon Marchi  <simon.marchi@ericsson.com>
6982
6983         * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6984
6985 2016-05-31  Martin Galvan  <martin.galvan@tallertechnologies.com>
6986
6987         PR c++/19893
6988         * gdb.dwarf2/implref.exp: Rename to...
6989         * gdb.dwarf2/implref-const.exp: ...this.  Also add more test statements.
6990         * gdb.dwarf2/implref-array.c: New file.
6991         * gdb.dwarf2/implref-array.exp: Likewise.
6992         * gdb.dwarf2/implref-global.c: Likewise.
6993         * gdb.dwarf2/implref-global.exp: Likewise.
6994         * gdb.dwarf2/implref-struct.c: Likewise.
6995         * gdb.dwarf2/implref-struct.exp: Likewise.
6996
6997 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6998
6999         * gdb.trace/trace-condition.exp: Add 64bit tests.
7000
7001 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7002
7003         * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
7004         bits types.
7005         (main): Adapt to 8 to 64 bits types.
7006         * gdb.trace/trace-condition.exp: Add new tests.
7007
7008 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7009
7010         * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
7011
7012 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7013
7014         * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
7015         Move condition tests...
7016         * gdb.trace/trace-condition.exp: Here.
7017
7018 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7019
7020         * gdb.trace/trace-condition.exp: Add counter-case tests.
7021
7022 2016-05-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
7023
7024         PR c++/15231
7025         * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7026         * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7027
7028 2016-05-27  Pedro Alves  <palves@redhat.com>
7029
7030         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7031         New procedure.
7032         (top level): Call it, and bail out of DejaGnu is known to be bad.
7033
7034 2016-05-27  Andrew Burgess  <andrew.burgess@embecosm.com>
7035
7036         * gdb.base/whatis.c: Extend the test case.
7037         * gdb.base/whatis.exp: Add additional tests.
7038
7039 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7040
7041 * gdb.fortran/type.f90: Add pointer variable.
7042 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7043
7044 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7045
7046         * gdb.fortran/vla-type.exp: Fix testcase name.
7047
7048 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7049
7050         * gdb.fortran/vla-type.exp: Access elements in nested structs.
7051
7052 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7053
7054         * gdb.fortran/type.f90: Add nested structures.
7055         * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7056         * gdb.fortran/derived-type.exp: Adapt expected output.
7057         * gdb.fortran/vla-type.exp: Adapt expected output.
7058
7059 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7060
7061         * gdb.fortran/whatis_type.exp: Adapt expected output.
7062
7063 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7064
7065         * gdb.fortran/print_type.exp: Fix expected output.
7066         * gdb.fortran/whatis_type.exp: Fix expected output.
7067
7068 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7069
7070         * gdb.fortran/whatis_type.exp: Use multi_line.
7071
7072 2016-05-24  Tom Tromey  <tom@tromey.com>
7073
7074         PR python/17386:
7075         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7076         use value as an index.
7077
7078 2016-05-23  Tom Tromey  <tom@tromey.com>
7079
7080         PR python/17981:
7081         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7082         no-breakpoint case.
7083
7084 2016-05-24  Pedro Alves  <palves@redhat.com>
7085
7086         PR gdb/19828
7087         * gdb.threads/clone-attach-detach.c: New file.
7088         * gdb.threads/clone-attach-detach.exp: New file.
7089
7090 2016-05-24  Francis Ricci  <francisjricci@gmail.com>  (tiny patch)
7091
7092         * gdb.base/annota-input-while-running.exp: Fix syntax error.
7093
7094 2016-05-23  Tom Tromey  <tom@tromey.com>
7095
7096         PR python/19438, PR python/18393:
7097         * gdb.python/py-progspace.exp: Add "dir" test.
7098         * gdb.python/py-objfile.exp: Add "dir" test.
7099
7100 2016-05-23  Yao Qi  <yao.qi@linaro.org>
7101
7102         * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7103         * gdb.arch/thumb2-it.exp: Likewise.
7104
7105 2016-05-18  Simon Marchi  <simon.marchi@ericsson.com>
7106
7107         * gdb.mi/mi-threads-interrupt.c: New file.
7108         * gdb.mi/mi-threads-interrupt.exp: New file.
7109
7110 2016-05-17  Simon Marchi  <simon.marchi@ericsson.com>
7111
7112         PR gdb/18077
7113         * gdb.mi/mi-async-run.exp: New file.
7114         * gdb.mi/mi-async-run.c: New file.
7115
7116 2016-05-17  Tom Tromey  <tom@tromey.com>
7117             Manish Goregaokar <manishsmail@gmail.com>
7118
7119         * lib/rust-support.exp: New file.
7120         * lib/gdb.exp (skip_rust_tests): New proc.
7121         (build_executable_from_specs): Handle rust.
7122         * lib/future.exp (gdb_find_rustc): New proc.
7123         (gdb_default_target_compile): Handle rust.
7124         * gdb.rust/expr.exp: New file.
7125         * gdb.rust/generics.exp: New file.
7126         * gdb.rust/generics.rs: New file.
7127         * gdb.rust/methods.exp: New file.
7128         * gdb.rust/methods.rs: New file.
7129         * gdb.rust/modules.exp: New file.
7130         * gdb.rust/modules.rs: New file.
7131         * gdb.rust/simple.exp: New file.
7132         * gdb.rust/simple.rs: New file.
7133
7134 2016-05-17  Tom Tromey  <tom@tromey.com>
7135
7136         * gdb.base/default.exp (set language): Add rust.
7137
7138 2016-05-17  Tom Tromey  <tom@tromey.com>
7139
7140         * gdb.gdb/unittest.exp: New file.
7141
7142 2016-05-16  Yao Qi  <yao.qi@linaro.org>
7143
7144         * gdb.base/batch-preserve-term-settings.exp: Remove variable
7145         shell_prompt.  Update shell_prompt_re.
7146
7147 2016-05-12  Doug Evans  <dje@google.com>
7148
7149         PR symtab/19999
7150         * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7151         $options when building executable.
7152         * gdb.dwarf2/fission-loclists-pie.S: New file.
7153         * gdb.dwarf2/fission-loclists-pie.exp: New file.
7154
7155 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
7156
7157         * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
7158         of [is_remote target],
7159
7160 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
7161
7162         * lib/gdb.exp (use_gdb_stub): New procedure.
7163
7164 2016-05-03  Yunlian Jiang <yunlian@google.com>
7165             Doug Evans  <dje@google.com>
7166
7167         PR symtab/19914
7168         * gdb.dwarf2/dwp-sepdebug.c: New file.
7169         * gdb.dwarf2/dwp-sepdebug.exp: New file.
7170
7171 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
7172
7173         * gdb.base/detach.exp: Remove is_remote check.
7174
7175 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
7176
7177         * gdb.base/annota-input-while-running.exp: Don't check for
7178         [is_remote target].  Enable annotations after running to main.
7179         Remove unused "set test..." line.
7180
7181 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
7182
7183         * gdb.trace/trace-enable-disable.exp: New file.
7184         * gdb.trace/trace-enable-disable.c: New file.
7185
7186 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
7187
7188         * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7189         use it in info sharedlibrary test.
7190         * gdb.trace/ftrace-lock.exp: Likewise.
7191         * gdb.trace/ftrace.exp: Likewise.
7192         * gdb.trace/range-stepping.exp: Likewise.
7193         * gdb.trace/trace-break.exp: Likewise.
7194         * gdb.trace/trace-condition.exp: Likewise.
7195         * gdb.trace/trace-mt.exp: Likewise.
7196
7197 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
7198
7199         * lib/gdb.exp (gdb_load_shlibs): Rename to...
7200         (gdb_load_shlib): ... this.
7201         * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7202         gdb_load_shlib.
7203         * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7204         * gdb.base/ctxobj.exp: Likewise.
7205         * gdb.base/dprintf-pending.exp: Likewise.
7206         * gdb.base/dso2dso.exp: Likewise.
7207         * gdb.base/fixsection.exp: Likewise.
7208         * gdb.base/gcore-relro.exp: Likewise.
7209         * gdb.base/gdb1555.exp: Likewise.
7210         * gdb.base/global-var-nested-by-dso.exp: Likewise.
7211         * gdb.base/gnu-ifunc.exp: Likewise.
7212         * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7213         * gdb.base/jit-so.exp (one_jit_test): Likewise.
7214         * gdb.base/pending.exp: Likewise.
7215         * gdb.base/print-file-var.exp: Likewise.
7216         * gdb.base/print-symbol-loading.exp: Likewise.
7217         * gdb.base/shlib-call.exp: Likewise.
7218         * gdb.base/shreloc.exp: Likewise.
7219         * gdb.base/so-impl-ld.exp: Likewise.
7220         * gdb.base/solib-disc.exp: Likewise.
7221         * gdb.base/solib-nodir.exp: Likewise.
7222         * gdb.base/solib-overlap.exp: Likewise.
7223         * gdb.base/solib-symbol.exp: Likewise.
7224         * gdb.base/solib-weak.exp (do_test): Likewise.
7225         * gdb.base/sym-file.exp: Likewise.
7226         * gdb.base/symtab-search-order.exp: Likewise.
7227         * gdb.base/type-opaque.exp: Likewise.
7228         * gdb.base/unload.exp: Likewise.
7229         * gdb.base/watchpoint-solib.exp: Likewise.
7230         * gdb.compile/compile.exp: Likewise.
7231         * gdb.cp/gdb2384.exp: Likewise.
7232         * gdb.cp/infcall-dlopen.exp: Likewise.
7233         * gdb.cp/re-set-overloaded.exp: Likewise.
7234         * gdb.fortran/library-module.exp: Likewise.
7235         * gdb.opt/solib-intra-step.exp: Likewise.
7236         * gdb.python/py-finish-breakpoint.exp: Likewise.
7237         * gdb.python/py-shared.exp: Likewise.
7238         * gdb.reverse/solib-precsave.exp: Likewise.
7239         * gdb.reverse/solib-reverse.exp: Likewise.
7240         * gdb.server/solib-list.exp: Likewise.
7241         * gdb.threads/dlopen-libpthread.exp: Likewise.
7242         * gdb.threads/tls-shared.exp: Likewise.
7243         * gdb.threads/tls-so_extern.exp: Likewise.
7244         * gdb.trace/change-loc.exp: Likewise.
7245         * gdb.trace/ftrace-lock.exp: Likewise.
7246         * gdb.trace/ftrace.exp: Likewise.
7247         * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7248         * gdb.trace/pending.exp: Likewise.
7249         * gdb.trace/range-stepping.exp: Likewise.
7250         * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7251         (strace_info_marker): Likewise.
7252         (strace_probe_marker): Likewise.
7253         (strace_trace_on_same_addr): Likewise.
7254         (strace_trace_on_diff_addr): Likewise.
7255         * gdb.trace/trace-break.exp: Likewise.
7256         * gdb.trace/trace-condition.exp: Likewise.
7257         * gdb.trace/trace-mt.exp: Likewise.
7258
7259 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
7260
7261         * lib/gdb.exp (gdb_load_shlibs):  Accept a single argument.  Return
7262         result of gdb_remote_download.
7263         * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7264         * gdb.base/dso2dso.exp: Likewise.
7265         * gdb.base/global-var-nested-by-dso.exp: Likewise.
7266         * gdb.base/print-file-var.exp: Likewise.
7267         * gdb.base/shlib-call.exp: Likewise.
7268         * gdb.base/shreloc.exp: Likewise.
7269         * gdb.base/solib-overlap.exp: Likewise.
7270         * gdb.base/solib-weak.exp (do_test): Likewise.
7271         * gdb.base/unload.exp: Likewise.
7272
7273 2016-04-27  Yao Qi  <yao.qi@linaro.org>
7274
7275         * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7276         exists.
7277
7278 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
7279
7280         * vla-type.exp: Print structure from toplevel.
7281
7282 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
7283
7284         * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7285         of dynamic types.
7286         * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7287         of dynamic types.
7288
7289 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
7290
7291         * gdb.fortran/vla-type.f90: New file.
7292         * gdb.fortran/vla-type.exp: New file.
7293
7294 2016-04-25  Yao Qi  <yao.qi@linaro.org>
7295
7296         * gdb.base/branch-to-self.c: New file.
7297         * gdb.base/branch-to-self.exp: New file.
7298
7299 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7300
7301         * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7302         more after $hex.
7303
7304 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7305
7306         * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7307         * gdb.base/annota3.exp: Likewise.
7308
7309 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7310
7311         * gdb.reverse/step-precsave.exp: Do one step and test program
7312         stops in "callee" and do multiple steps until program goes out
7313         of "callee".
7314         * gdb.reverse/step-reverse.exp: Likewise.
7315
7316 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7317
7318         * gdb.trace/signal.exp: Also pass if
7319         $tracepoint_hits($i) > $iterations.
7320
7321 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7322
7323         * gdb.trace/signal.c: New file.
7324         * gdb.trace/signal.exp: New file.
7325
7326 2016-04-19  Doug Evans  <xdje42@gmail.com>
7327
7328         * gdb.base/bad-file.exp: New file.
7329
7330 2016-04-18  Martin Galvan  <martin.galvan@tallertechnologies.com>
7331
7332         * gdb.dwarf2/implref.exp: New file.
7333
7334 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
7335
7336         * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7337         * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7338         * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7339         * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7340         * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7341         * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7342         * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7343         * lib/fortran.exp (fortran_int4): New procedure.
7344         (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7345         (fortran_logical4): Likewise.
7346
7347 2016-04-18  Benrhard Heckel <bernhard.heckel@intel.com>
7348
7349         * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7350
7351 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
7352
7353         * lib/compiler.c: Add Intel specific preprocessor macros.
7354         * lib/compiler.cc: Likewise.
7355
7356 2016-04-13  Luis Machado  <lgustavo@codesourcery.com>
7357
7358         * gdb.server/connect-with-no-symbol-file.c: New file.
7359         * gdb.server/connect-with-no-symbol-file.exp: New file.
7360
7361 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
7362
7363         * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7364
7365 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
7366
7367         * boards/gdbserver-base.exp (${board}_download): Copy source file to
7368         standard output directory.
7369
7370 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7371
7372         * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7373
7374 2016-04-13  Markus Metzger  <markus.t.metzger@intel.com>
7375
7376         * gdb.btrace/instruction_history.c (loop): Add declaration.
7377
7378 2016-04-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7379
7380         * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7381
7382 2016-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
7383
7384         * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7385         parentheses to print.
7386         (continue_handler): Likewise.
7387
7388 2016-04-08  Simon Marchi  <simon.marchi@ericsson.com>
7389
7390         * gdb.server/solib-list.exp: Remove is_remote check.
7391         Pass shlib= to gdb_compile.  Don't link shared library with
7392         -soname.  Call gdb_remote_download instead of gdb_load_shlibs.
7393         Run binary filename through "readlink -f" on the target.
7394
7395 2016-04-08  Pedro Alves  <palves@redhat.com>
7396
7397         * gdb.server/solib-list.exp: Don't use gdb_load.  Instead pass the
7398         interpreter filename as argument to gdbserver_spawn.
7399         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7400         Return empty if $last_loaded_file does not exist.
7401
7402 2016-04-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7403
7404         Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7405         * gdb.base/jit-main.c: Use exit after usage.
7406
7407 2016-04-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
7408
7409         * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7410         GDBHISTSIZE prior to the tests.
7411         * gdb.base/gdbinit-history.exp: Likewise.
7412
7413 2016-04-07  Pedro Alves  <palves@redhat.com>
7414
7415         * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7416         instead of build_executable.  Use gdb_load_shlibs.
7417
7418 2016-04-07  Yao Qi  <yao.qi@linaro.org>
7419
7420         * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7421         Execute "si" command.
7422
7423 2016-04-07  Yao Qi  <yao.qi@linaro.org>
7424
7425         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7426         number instead of the comments on some line.
7427
7428 2016-04-06  Don Breazeal  <donb@codesourcery.com>
7429
7430         * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7431         * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7432
7433 2016-04-06  Simon Marchi  <simon.marchi@ericsson.com>
7434
7435         * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7436         standard_output_file.  Remove unused binfile variable.
7437
7438 2016-04-05  Catalin Udma  <catalin.udma@freescale.com>
7439
7440         * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7441         * gdb.python/py-mi-objfile.exp: Match "list main" output
7442         in console format.
7443
7444 2016-04-05  Simon Marchi  <simon.marchi@polymtl.ca>
7445
7446         * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7447         absolute.
7448
7449 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
7450
7451         * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7452         absolute.
7453         * gdb.trace/ftrace.exp: Likewise.
7454         * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7455         targets as well.
7456         (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7457         (gdb_load_shlibs): Copy libraries to test directory when testing
7458         natively.  Only set solib-search-path if testing remotely.
7459         * lib/mi-support.exp (mi_load_shlibs): Likewise.
7460
7461 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
7462
7463         * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7464         gdb_download.  Use it even if the target is not remote.
7465         * gdb.base/jit.exp (compile_jit_test): Likewise.
7466         * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7467         output directory if the destination board is local, otherwise use
7468         the standard remote_download from DejaGnu.
7469         (gdb_download): Remove.
7470         (gdb_load_shlibs): Use gdb_remote_download instead of
7471         gdb_download.
7472         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7473         Use gdb_remote_download instead of gdb_download.  Use it even if
7474         the target is not remote.
7475         * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7476         instead of gdb_download.
7477
7478 2016-04-04  Simon Marchi  <simon.marchi@polymtl.ca>
7479
7480         * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7481         (test_insert_delete_modify): Call mi_load_shlibs before trying to
7482         run.
7483
7484 2016-04-01  Artemiy Volkov  <artemiyv@acm.org>
7485
7486         PR gdb/19820
7487         * gdb.base/printcmds.exp: Add artificial arrays tests.
7488
7489 2016-03-31  Pedro Alves  <palves@redhat.com>
7490
7491         PR gdb/19858
7492         * gdb.base/jit-main.c: Include unistd.h.
7493         (ATTACH): Define to 0 if not already defined.
7494         (wait_for_gdb, mypid): New globals.
7495         (WAIT_FOR_GDB): New macro.
7496         (MAIN): Set an alarm.  Store the process's pid.  Wait for GDB at
7497         some breakpoint locations.
7498         * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7499         New procedures.
7500         (one_jit_test): Add REATTACH parameter, and handle it.  Use
7501         continue_to_test_location.
7502         (top level): Test attach, and adjusts calls to one_jit_test.
7503
7504 2016-03-31  Pedro Alves  <palves@redhat.com>
7505
7506         PR gdb/19858
7507         * gdb.base/jit.exp (compile_jit_test): Add intro comment.  Add
7508         BINSUFFIX parameter, and handle it.
7509         (top level): Adjust calls compile_jit_test.
7510
7511 2016-03-31  Catalin Udma  <catalin.udma@freescale.com>
7512
7513         PR python/19743
7514         * gdb.python/py-mi-events-gdb.py: New file.
7515         * gdb.python/py-mi-events.c: New file.
7516         * gdb.python/py-mi-events.exp: New file.
7517
7518 2016-03-30  Yao Qi  <yao.qi@linaro.org>
7519
7520         * gdb.reverse/until-precsave.exp: Match function name only.
7521         * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7522         Move malloc to a condition block.
7523         * gdb.reverse/until-reverse.exp: Match function name only.
7524
7525 2016-03-29  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7526
7527         * gdb.trace/ftrace.exp: Set arg0exp for s390.
7528         * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7529         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7530         variable for GPR 0 instead of assuming it is register 0.
7531         * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7532         * lib/trace-support.exp: Add s390 registers.
7533
7534 2016-03-29  Yao Qi  <yao.qi@linaro.org>
7535
7536         * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7537
7538 2016-03-24  Yao Qi  <yao.qi@linaro.org>
7539
7540         * gdb.reverse/break-reverse.exp: Add quotation mark in the
7541         test message.
7542
7543 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7544
7545         * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7546         maintaining separate logic for constructing the output path.
7547
7548 2016-03-16  Don Breazeal  <donb@codesourcery.com>
7549
7550         * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7551         Retry fork and waitpid on interrupted system call errors.
7552         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7553         Use with_timeout_factor to increase timeout by factor of 10.
7554
7555 2016-03-15  Don Breazeal  <donb@codesourcery.com>
7556
7557         * gdb.cp/scope-err.cc: New test program.
7558         * gdb.cp/scope-err.exp: New test script.
7559         * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7560         lines and "set breakpoint here" comment.
7561         * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7562         Fixed some whitespace and format issues.
7563         * gdb.mi/mi-linespec-err-cp.cc: New test program.
7564         * gdb.mi/mi-linespec-err-cp.exp: New test script.
7565
7566 2016-03-15  Doug Evans  <dje@google.com>
7567
7568         * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7569         * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
7570         All callers updated.  Add tests for enums, mixed flags register.
7571
7572 2016-03-15  Doug Evans  <dje@google.com>
7573
7574         * gdb.base/skip.c (main): Call test_skip_file_and_function.
7575         * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
7576
7577 2016-03-14  Simon Marchi  <simon.marchi@ericsson.com>
7578
7579         * gdb.base/default.exp: Add $_as_string to the list of expected
7580         convenience functions.
7581
7582 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
7583
7584         * gdb.base/maint.exp: New tests for 'maint info line-table'.
7585
7586 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
7587
7588         * gdb.python/py-as-string.exp: New file.
7589         * gdb.python/py-as-string.c: New file.
7590
7591 2016-03-09  Pedro Alves  <palves@redhat.com>
7592
7593         * gdb.threads/attach-into-signal.exp: Adjust to "Program received
7594         signal" -> "Thread NN received signal" output change.
7595         * gdb.threads/ia64-sigill.exp: Likewise.
7596         * gdb.threads/linux-dp.exp: Likewise.
7597         * gdb.threads/manythreads.exp: Likewise.
7598         * gdb.threads/pending-step.exp: Likewise.
7599         * gdb.threads/print-threads.exp: Likewise.
7600         * gdb.threads/sigstep-threads.exp: Likewise.
7601         * gdb.threads/staticthreads.exp: Likewise.
7602         * gdb.threads/tls.exp: Likewise.
7603
7604 2016-03-09  Pedro Alves  <palves@redhat.com>
7605
7606         * gdb.base/command-line-input.exp: New file.
7607
7608 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7609
7610         * gdb.trace/ftrace.exp: Set arg0exp for ppc.
7611         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
7612         * gdb.trace/pending.exp: Accept leading dot before function name.
7613         * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
7614         * lib/trace-support.exp: Set registers for ppc.
7615
7616 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7617
7618         * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
7619         use it for disassembly; accept .main in addition to main in backtrace.
7620
7621 2016-03-09  Wei-cheng Wang  <cole945@gmail.com>
7622             Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7623
7624         * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
7625         (gdb_recursion_test_ptr): New global variable.
7626         (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
7627         gdb_recursion_test.
7628         (gdb_c_test): Ditto.
7629
7630 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7631
7632         * gdb.trace/change-loc.exp: Don't depend on tracepoint location
7633         ordering.
7634
7635 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7636
7637         * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
7638         (bar): Add bar_start_lbl label.
7639         * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
7640         of foo/bar for emitting DWARF and tracing.
7641
7642 2016-03-06  Sergio Durigan Junior  <sergiodj@redhat.com>
7643
7644         * analyze-racy-logs.py: Set executable bit.
7645
7646 2016-03-05  Sergio Durigan Junior  <sergiodj@redhat.com>
7647
7648         * Makefile.in (DEFAULT_RACY_ITER): New variable.
7649         (CHECK_TARGET_TMP): Likewise.
7650         (check-single-racy): New rule.
7651         (check-parallel-racy): Likewise.
7652         (TEST_TARGETS): Adjust rule to account for RACY_ITER.
7653         (do-check-parallel-racy): New rule.
7654         (check-racy/%.exp): Likewise.
7655         * README (Racy testcases): New section.
7656         * analyze-racy-logs.py: New file.
7657
7658 2016-03-03  Doug Evans  <dje@google.com>
7659
7660         * gdb.base/skip.exp: Use with_test_prefix.
7661
7662 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7663
7664         * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
7665         Invoke step_over_syscall "clone" and break_cond_on_syscall
7666         "clone".
7667         * gdb.base/step-over-clone.c: New file.
7668
7669 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7670
7671         * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
7672         code format.
7673
7674 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7675
7676         * gdb.base/disp-step-fork.c: Rename to ...
7677         * gdb.base/step-over-fork.c: ... it.  New file.
7678         * gdb.base/disp-step-vfork.c: Rename to ...
7679         * gdb.base/step-over-vfork.c: ... it.  New file.
7680         * gdb.base/disp-step-syscall.exp: Rename to ...
7681         * gdb.base/step-over-syscall.exp: ... it.  New file.
7682         (disp_step_cross_syscall): Rename to ...
7683         (step_over_syscall): ... it.
7684
7685 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7686
7687         * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
7688         If target supports condition evaluation on target, invoke
7689         break_cond_on_syscall for fork and vfork.
7690
7691 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7692
7693         * gdb.base/disp-step-syscall.exp: Don't invoke
7694         support_displaced_stepping.
7695         (disp_step_cross_syscall): Test with displaced stepping off and
7696         on if supported.
7697
7698 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7699
7700         * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
7701         proc.
7702         (setup): New proc.
7703         (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
7704         and setup.
7705
7706 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
7707
7708         * gdb.fortran/vla-history.exp: Remove breakpoint.
7709
7710 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
7711
7712         * gdb.fortran/vla-history.exp: Lookup array elements and printing
7713         exceeds timeout.
7714
7715 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
7716
7717         * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
7718         breakpoint.
7719
7720 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
7721
7722         * gdb.mi/vla.f90: Nullify pointer after declaration.
7723
7724 2016-03-01  Pedro Alves  <palves@redhat.com>
7725
7726         * gdb.trace/ftrace-lock.c: Include <unistd.h>.
7727
7728 2016-03-01  Pedro Alves  <palves@redhat.com>
7729
7730         * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
7731         before anything else.
7732         * gdb.threads/watchpoint-fork-mt.c: Likewise.  Don't define
7733         _GNU_SOURCE here.
7734         * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7735         before anything else.
7736         * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7737
7738 2016-03-01  Pedro Alves  <palves@redhat.com>
7739
7740         * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7741
7742 2016-03-01  Yao Qi  <yao.qi@linaro.org>
7743
7744         * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7745         prepare_for_testing.
7746
7747 2016-03-01  Yao Qi  <yao.qi@linaro.org>
7748
7749         * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7750
7751 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7752
7753         * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7754         manually constructing the output path.
7755
7756 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7757
7758         * gdb.arch/s390-stackless.S: New.
7759         * gdb.arch/s390-stackless.exp: New.
7760
7761 2016-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
7762
7763         * gdb.dlang/circular.c: New file.
7764         * gdb.dlang/circular.exp: New file.
7765
7766 2016-02-26  Yao Qi  <yao.qi@linaro.org>
7767
7768         * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7769         [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7770         (testcases): Update.
7771
7772 2016-02-26  Yao Qi  <yao.qi@linaro.org>
7773
7774         * gdb.reverse/aarch64.c: Rename to ...
7775         * gdb.reverse/insn-reverse.c: ... it.
7776         * gdb.reverse/aarch64.exp: Rename to ...
7777         * gdb.reverse/insn-reverse.exp: ... it.
7778
7779 2016-02-26  Yao Qi  <yao.qi@linaro.org>
7780
7781         * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7782         (testcase_ftype): New.
7783         (testcases): New array.
7784         (n_testcases): New.
7785         (main): Call each element in testcases.
7786         * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7787         (read_testcase): New.
7788         Do the tests in a loop.
7789
7790 2016-02-25  Yao Qi  <yao.qi@linaro.org>
7791
7792         * gdb.base/branches.c: Remove.
7793
7794 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7795
7796         PR gdb/13808
7797         * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7798
7799 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7800
7801         * gdb.trace/ftrace.exp: Remove unnecessary target check.
7802
7803 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7804
7805         * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7806         change x86_64 call_insn to 'callq'.
7807
7808 2016-02-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7809
7810         * gdb.trace/tfile-avx.c: Move to...
7811         * gdb.trace/tracefile-pseudo-reg.c: Here.
7812         * gdb.trace/tfile-avx.exp: Move to...
7813         * gdb.trace/tracefile-pseudo-reg.exp: Here.
7814
7815 2016-02-24  Gary Benson <gbenson@redhat.com>
7816
7817         * gdb.base/attach-pie-noexec.exp: Do not expect an error
7818         message on attach.
7819
7820 2016-02-23  Doug Evans  <dje@google.com>
7821
7822         * gdb.base/skip.c (test_skip): New function.
7823         (end_test_skip_file_and_function): New function.
7824         (test_skip_file_and_function): New function.
7825         * gdb.base/skip1.c (test_skip): New function.
7826         (skip1_test_skip_file_and_function): New function.
7827         * gdb.base/skip.exp: Add tests for new skip options.
7828         * gdb.base/skip-solib.exp: Update expected output.
7829         * gdb.perf/skip-command.cc: New file.
7830         * gdb.perf/skip-command.exp: New file.
7831         * gdb.perf/skip-command.py: New file.
7832
7833 2016-02-22  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7834
7835         * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7836         info registers pattern.
7837
7838 2016-02-18  Iain Buclaw  <ibuclaw@gdcproject.org>
7839
7840         * lib/future.exp: Add D support.
7841         (gdb_find_gdc): New proc.
7842         (gdb_default_target_compile): Add D support.
7843
7844 2016-02-18  Wei-cheng Wang  <cole945@gmail.com>
7845
7846         * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7847         user+system time.
7848         (trace_speed_test): Determine the iteration count for a time
7849         between 15..30 seconds.
7850
7851 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7852
7853         * gdb.arch/i386-mpx-sigsegv.c: New file.
7854         * gdb.arch/i386-mpx-sigsegv.exp: New file.
7855         * gdb.arch/i386-mpx-simple_segv.c: New file.
7856         * gdb.arch/i386-mpx-simple_segv.exp: New file.
7857
7858 2016-02-18  Yao Qi  <yao.qi@linaro.org>
7859
7860         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7861         Don't call setup_kfail.
7862
7863 2016-02-18  Yao Qi  <yao.qi@linaro.org>
7864
7865         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7866         Set "set breakpoint condition-evaluation" per $cond_bp_target.
7867
7868 2016-02-16  Doug Evans  <dje@google.com>
7869
7870         * gdb.base/skip.c: Add copyright.  Whitespace cleanup.
7871         * gdb.base/skip1.c: Ditto.
7872         * gdb.base/skip.exp: Whitespace cleanup.
7873
7874 2016-02-16  Don Breazeal  <donb@codesourcery.com>
7875
7876         PR remote/19496
7877         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7878         Remove kfail for PR remote/19496.
7879
7880 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
7881
7882         * lib/gdb.exp (standard_temp_file): Return a path specific to
7883         the runtest invocation.
7884
7885 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
7886
7887         * gdb.trace/save-trace.exp: Change relative path to be in the
7888         standard output directory.
7889
7890 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7891
7892         * gdb.arch/i386-prologue.c: Add missing prototypes.
7893
7894 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7895
7896         * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7897         * gdb.arch/i386-prologue.exp: Likewise.
7898         * gdb.arch/i386-size.exp: Likewise.
7899
7900 2016-02-15  Simon Marchi  <simon.marchi@ericsson.com>
7901
7902         * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7903         define object file path.
7904         * gdb.btrace/gcore.exp: Use standard_output_file to define core
7905         file path.
7906         * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7907         standard_output_file to define binfile.
7908
7909 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7910
7911         Fix compatibility with recent gfortran-5.3.1.
7912         * gdb.fortran/vla-history.exp (print vla1 allocated)
7913         (print vla2 allocated, print $2, print $3): Remove
7914         (print $4): Rename to ...
7915         (print $2): ... here.
7916         (print $9): Rename to ...
7917         (print $5): ... here.
7918         (print $10): Rename to ...
7919         (print $6): ... here.
7920         * gdb.fortran/vla.f90: Add pvla initialization.
7921
7922 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7923
7924         * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7925         New test.
7926         * gdb.fortran/vla-value-sub.exp: Likewise.
7927
7928 2016-02-12  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7929
7930         * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7931
7932 2016-02-12  Simon Marchi  <simon.marchi@ericsson.com>
7933
7934         * i386-biarch-core.exp: Define corefile using
7935         standard_output_file.
7936
7937 2016-02-12  Yao Qi  <yao.qi@linaro.org>
7938
7939         * gdb.arch/arm-single-step-kernel-helper.c: New.
7940         * gdb.arch/arm-single-step-kernel-helper.exp: New.
7941
7942 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
7943
7944         * gdb.btrace/tailcall-only.exp: New.
7945         * gdb.btrace/tailcall-only.c: New.
7946         * gdb.btrace/x86_64-tailcall-only.S: New.
7947         * gdb.btrace/i686-tailcall-only.S: New.
7948
7949 2016-02-11  Pedro Alves  <palves@redhat.com>
7950
7951         * README (Parallel testing): Add missing double quotes.
7952
7953 2016-02-11  Pedro Alves  <palves@redhat.com>
7954
7955         * README (Parallel testing): New section.
7956         (GDB_PARALLEL): Rewrite.
7957         (FORCE_PARALLEL): Document.
7958
7959 2016-02-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7960
7961         * gdb.trace/tfile-avx.c: New test.
7962         * gdb.trace/tfile-avx.exp: New test.
7963
7964 2016-02-09  Keith Seitz  <keiths@redhat.com>
7965
7966         PR breakpoints/19546
7967         * gdb.base/infcall-exec.c: New file.
7968         * gdb.base/infcall-exec2.c: New file.
7969         * gdb.base/infcall-exec.exp: New file.
7970
7971 2016-02-09  Keith Seitz  <keiths@redhat.com>
7972
7973         * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7974         (toplevel): Call test_bkpt_address.
7975
7976 2016-02-09  Keith Seitz  <keiths@redhat.com>
7977
7978         PR python/19506
7979         * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7980         (toplevel): Call test_bkpt_address.
7981
7982 2016-02-09  Simon Marchi  <simon.marchi@ericsson.com>
7983
7984         * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7985         to AC_OUTPUT.
7986         * configure: Regenerate.
7987
7988 2016-02-09  Pedro Alves  <palves@redhat.com>
7989
7990         PR breakpoints/19548
7991         * gdb.base/execl-update-breakpoints.c (some_function): New
7992         function.
7993         (main): Call it.
7994         * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7995         Tighten expected GDB output.
7996
7997 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
7998
7999         * Makefile.in (ALL_SUBDIRS): Remove.
8000         (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
8001         (distclean maintainer-clean realclean): Likewise.
8002         * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
8003         * configure: Regenerate.
8004         * gdb.ada/Makefile.in: Delete.
8005         * gdb.arch/Makefile.in: Likewise.
8006         * gdb.asm/Makefile.in: Likewise.
8007         * gdb.base/Makefile.in: Likewise.
8008         * gdb.btrace/Makefile.in: Likewise.
8009         * gdb.cell/Makefile.in: Likewise.
8010         * gdb.compile/Makefile.in: Likewise.
8011         * gdb.cp/Makefile.in: Likewise.
8012         * gdb.disasm/Makefile.in: Likewise.
8013         * gdb.dlang/Makefile.in: Likewise.
8014         * gdb.dwarf2/Makefile.in: Likewise.
8015         * gdb.fortran/Makefile.in: Likewise.
8016         * gdb.gdb/Makefile.in: Likewise.
8017         * gdb.go/Makefile.in: Likewise.
8018         * gdb.guile/Makefile.in: Likewise.
8019         * gdb.java/Makefile.in: Likewise.
8020         * gdb.linespec/Makefile.in: Likewise.
8021         * gdb.mi/Makefile.in: Likewise.
8022         * gdb.modula2/Makefile.in: Likewise.
8023         * gdb.multi/Makefile.in: Likewise.
8024         * gdb.objc/Makefile.in: Likewise.
8025         * gdb.opencl/Makefile.in: Likewise.
8026         * gdb.opt/Makefile.in: Likewise.
8027         * gdb.pascal/Makefile.in: Likewise.
8028         * gdb.perf/Makefile.in: Likewise.
8029         * gdb.python/Makefile.in: Likewise.
8030         * gdb.reverse/Makefile.in: Likewise.
8031         * gdb.server/Makefile.in: Likewise.
8032         * gdb.stabs/Makefile.in: Likewise.
8033         * gdb.threads/Makefile.in: Likewise.
8034         * gdb.trace/Makefile.in: Likewise.
8035         * gdb.xml/Makefile.in: Likewise.
8036         * lib/gdb.exp (make_gdb_parallel_path): Add check for
8037         GDB_PARALLEL.
8038         (standard_output_file): Remove check for GDB_PARALLEL, always
8039         return path in outputs/$subdir/$testname.
8040
8041 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
8042
8043         * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8044         (site.exp): Assign abs_srcdir to tcl's srcdir.
8045
8046 2016-02-04  Yao Qi  <yao.qi@linaro.org>
8047
8048         * gdb.base/foll-exec-mode.c: Include limits.h.
8049         (main): Add parameters argc and argv.  Get directory from
8050         argv[0].
8051         * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8052         compilation.
8053         * gdb.base/foll-exec.c: Include limits.h.
8054         (main): Add parameters argc and argv.
8055         Get directory from argv[0].
8056         * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8057         Adjust tests on the number of lines as source code changed.
8058         * gdb.base/foll-vfork-exit.c: Include limits.h.
8059         (main): Add one line of statement before vfork.
8060         * gdb.base/foll-vfork.c: Include limits.h and string.h.
8061         (main): Add parameters argc and argv.  Get directory from
8062         argv[0].
8063         * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8064         (setup_gdb): Set tbreak to skip some source lines.
8065         * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8066         (main): Add parameters argc and argv.  Get directory from
8067         argv[0].
8068         * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8069         compilation.
8070         * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8071         (main): Add parameters argc and argv.  Get directory from
8072         argv[0].
8073         * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8074         compilation.
8075
8076 2016-02-01  Doug Evans  <dje@google.com>
8077
8078         * gdb.base/skip.exp: Clean up multiple references to same test name.
8079
8080 2016-02-01  Pedro Alves  <palves@redhat.com>
8081
8082         PR remote/19496
8083         * gdb.threads/forking-threads-plus-breakpoint.exp
8084         (displaced_stepping_supported): New global.
8085         (probe_displaced_stepping_support): New procedure.
8086         (do_test): Add 'displaced' parameter, and use it.
8087         (top level): Check for displaced stepping support.  Add displaced
8088         stepping on/off testing axis.
8089
8090 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
8091
8092         * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8093         pointer.  Don't perform further tests on the unassociated pointer
8094         if the first test fails.
8095
8096 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
8097
8098         * gdb.base/max-value-size.c: New file.
8099         * gdb.base/max-value-size.exp: New file.
8100         * gdb.base/huge.exp: Disable max-value-size for this test.
8101
8102 2016-01-28  Iain Buclaw  <ibuclaw@gdcproject.org>
8103
8104         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8105
8106 2016-01-28  Yao Qi  <yao.qi@linaro.org>
8107
8108         * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8109
8110 2016-01-25  Pedro Alves  <palves@redhat.com>
8111
8112         PR threads/19461
8113         * gdb.base/fork-running-state.c: New file.
8114         * gdb.base/fork-running-state.exp: New file.
8115
8116 2016-01-25  Pedro Alves  <palves@redhat.com>
8117
8118         PR gdb/19494
8119         * gdb.base/catch-fork-kill.c: New file.
8120         * gdb.base/catch-fork-kill.exp: New file.
8121
8122 2016-01-25  Pedro Alves  <palves@redhat.com>
8123
8124         * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8125         Delete, moved to lib/gdb.exp.
8126         * gdb.threads/forking-threads-plus-breakpoint.exp
8127         (foreach_with_prefix): Likewise.
8128         * gdb.threads/process-dies-while-handling-bp.exp
8129         (foreach_with_prefix): Likewise.
8130         * lib/gdb.exp (foreach_with_prefix): New procedure.
8131
8132 2016-01-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8133
8134         * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8135         * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8136
8137 2016-01-23  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8138
8139         * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8140         endian targets.
8141
8142 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
8143             Pedro Alves  <palves@redhat.com>
8144
8145         Fix testsuite compatibility with Guile.
8146         * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8147         number.
8148
8149 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
8150
8151         Fix testsuite compatibility with Guile.
8152         * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8153         (thread 1): New test for backtrace through signal handler.
8154
8155 2016-01-22  Yao Qi  <yao.qi@linaro.org>
8156
8157         PR testsuite/19491
8158         * gdb.base/multi-forks.c: Include
8159         ../lib/unbuffer_output.c
8160         (main): Call gdb_unbuffer_output.
8161
8162 2016-01-21  Doug Evans  <dje@google.com>
8163
8164         * lib/ada.exp (gdb_compile_ada): Fix typo.
8165
8166 2016-01-21  Joel Brobecker  <brobecker@adacore.com>
8167
8168         * gdb.base/break-fun-addr.exp: New file.
8169         * gdb.base/break-fun-addr1.c: New file.
8170         * gdb.base/break-fun-addr2.c: New file.
8171
8172 2016-01-20  Simon Marchi  <simon.marchi@polymtl.ca>
8173
8174         * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8175         * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8176         enum flag values.
8177
8178 2016-01-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8179
8180         * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8181         when GDB can not set the vector return value.  Add more comments
8182         for clarification.
8183
8184 2016-01-20  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8185
8186         * gdb.trace/tspeed.exp:  Use shlib instead of libs in gdb_compile
8187         command.
8188
8189 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
8190
8191         * Makefile.in (DO_RUNTEST): Add --status and update usages.
8192
8193 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
8194
8195         * Makefile.in (check-single): Pass --status to runtest.
8196         (check/%.exp): Likewise.
8197
8198 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
8199
8200         * Makefile.in (check-parallel): Propagate return code from make
8201         do-check-parallel.
8202
8203 2016-01-19  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8204
8205         * gdb.trace/ftrace.exp: Fix expected message on continue.
8206         * gdb.trace/pending.exp: Fix expected message on continue.
8207         * gdb.trace/trace-break.exp: Fix expected message on continue.
8208
8209 2016-01-18  Simon Marchi  <simon.marchi@ericsson.com>
8210
8211         * lib/gdb.exp (gdb_test): Remove unused global references.
8212
8213 2016-01-18  Pedro Alves  <palves@redhat.com>
8214
8215         * gdb.base/async-shell.exp: Adjust expected output.
8216         * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8217         * gdb.base/siginfo-thread.exp: Adjust expected output.
8218         * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8219         * gdb.java/jnpe.exp: Adjust expected output.
8220         * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8221         * gdb.threads/continue-pending-status.exp: Adjust expected output.
8222         * gdb.threads/leader-exit.exp: Adjust expected output.
8223         * gdb.threads/manythreads.exp: Adjust expected output.
8224         * gdb.threads/pthreads.exp: Adjust expected output.
8225         * gdb.threads/schedlock.exp: Adjust expected output.
8226         * gdb.threads/siginfo-threads.exp: Adjust expected output.
8227         * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8228         expected output.
8229         * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8230         output.
8231         * gdb.threads/sigthread.exp: Adjust expected output.
8232         * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8233
8234 2016-01-18  Yao Qi  <yao.qi@linaro.org>
8235
8236         * gdb.guile/scm-section-script.c: Replace @progbits with
8237         %progbits.
8238         * gdb.python/py-section-script.c: Likewise.
8239
8240 2016-01-15  Pedro Alves  <palves@redhat.com>
8241
8242         * gdb.multi/tids.exp: Test star wildcard ranges.
8243
8244 2016-01-15  Pedro Alves  <palves@redhat.com>
8245
8246         * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8247         command from "thread apply" invocation.
8248         (thr_apply_info_thr_invalid): Default the expected output to the
8249         input tid list.
8250         (top level): Add tests that use convenience variables.  Add tests
8251         for "thread apply" with a valid TID list, but missing the command.
8252
8253 2016-01-13  Pedro Alves  <palves@redhat.com>
8254
8255         * gdb.base/default.exp: Expect $_gthread as well.
8256         * gdb.multi/tids.exp: Test $_gthread.
8257         * gdb.threads/thread-specific.exp: Test $_gthread.
8258
8259 2016-01-13  Pedro Alves  <palves@redhat.com>
8260
8261         * gdb.multi/tids.exp: Test "info threads -gid".
8262
8263 2016-01-13  Pedro Alves  <palves@redhat.com>
8264
8265         * gdb.multi/tids.exp: Test InferiorThread.global_num and
8266         Breakpoint.thread.
8267         * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8268
8269 2016-01-07  Pedro Alves  <palves@redhat.com>
8270
8271         * gdb.base/break.exp: Adjust to output changes.
8272         * gdb.base/hbreak2.exp: Likewise.
8273         * gdb.base/sepdebug.exp: Likewise.
8274         * gdb.base/watch_thread_num.exp: Likewise.
8275         * gdb.linespec/keywords.exp: Likewise.
8276         * gdb.multi/info-threads.exp: Likewise.
8277         * gdb.threads/thread-find.exp: Likewise.
8278         * gdb.multi/tids.c: New file.
8279         * gdb.multi/tids.exp: New file.
8280
8281 2016-01-13  Pedro Alves  <palves@redhat.com>
8282
8283         * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8284
8285 2016-01-13  Pedro Alves  <palves@redhat.com>
8286
8287         * gdb.base/default.exp: Expect $_inferior as well.
8288         * gdb.multi/base.exp: Test $_inferior.
8289
8290 2016-01-13  Pedro Alves  <palves@redhat.com>
8291
8292         PR breakpoints/19388
8293         * gdb.base/catch-signal-siginfo-cond.c: New file.
8294         * gdb.base/catch-signal-siginfo-cond.exp: New file.
8295
8296 2016-01-12  Josh Stone  <jistone@redhat.com>
8297             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
8298
8299         * gdb.base/catch-syscall.c (do_execve): New variable.
8300         (main): Conditionally trigger an execve.
8301         * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8302         (test_catch_syscall_execve): New, check entry/return across execve.
8303         (do_syscall_tests): Call test_catch_syscall_execve.
8304
8305 2016-01-12  Pedro Alves  <palves@redhat.com>
8306
8307         * gdb.base/random-signal.exp (do_test): New procedure, with body
8308         of testcase moved in.
8309
8310 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8311             Pedro Alves  <palves@redhat.com>
8312
8313         * gdb.base/funcargs.exp (finish from indirectly called function):
8314         Reintroduce the case for 'First'.
8315
8316 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8317             Pedro Alves  <palves@redhat.com>
8318
8319         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8320         (tcatch_vfork_then_child_follow_exec)
8321         (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8322         identification.
8323
8324 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8325
8326         * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8327         and repeats to unlimited.
8328         * gdb.python/py-value.exp: Likewise.
8329         * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8330         and repeats to unlimited.
8331
8332 2016-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8333
8334         * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8335         and reordering the functions.
8336         * gdb.multi/hangout.c: Likewise.
8337         * gdb.multi/hello.c: Likewise.
8338
8339 2016-01-08  Simon Marchi  <simon.marchi@ericsson.com>
8340
8341         * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8342         absolute.
8343         (SingleStatisticTestResult.report): Use dict.keys instead of
8344         dict.iterkeys.
8345
8346 2016-01-06  Pedro Alves  <palves@redhat.com>
8347
8348         * gdb.python/py-infthread.exp: Fix typo.  Expect t0.num to be 1.
8349
8350 2016-01-04  Markus Metzger  <markus.t.metzger@intel.com>
8351
8352         * gdb.btrace/dlopen.exp: New.
8353         * gdb.btrace/dlopen.c: New.
8354         * gdb.btrace/dlopen-dso.c: New.
8355
8356 2015-12-25  Sandra Loosemore  <sandra@codesourcery.com>
8357
8358         * lib/gdb.exp (gdb_test): Update comments to clarify that the
8359         PATTERN argument is optional.
8360
8361 2015-12-24  Joel Brobecker  <brobecker@adacore.com>
8362
8363         * lib/ada.exp (target_compile_ada_from_dir): New function.
8364         (gdb_compile_ada): Reimplement avoiding the use of project files.
8365         * gdb.ada/gnat_ada.gpr: Delete.
8366         * gdb.ada/cond_lang.exp: Adjust test to make path before
8367         filename optional.
8368         * gdb.ada/small_reg_param.exp: Likewise.
8369
8370 2015-12-22  Simon Marchi  <simon.marchi@ericsson.com>
8371
8372         * gdb.base/foll-vork.exp: Remove HP-UX special case.
8373
8374 2015-12-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
8375
8376         * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8377         case.
8378
8379 2015-12-21  Simon Marchi  <simon.marchi@ericsson.com>
8380
8381         * gdb.base/break.exp: Remove dead code.
8382         * gdb.base/sepdebug.exp: Likewise.
8383
8384 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
8385
8386         * gdb.asm/asm-source.exp: Remove HP-UX references.
8387         * gdb.base/annota1.exp: Likewise.
8388         * gdb.base/annota3.exp: Likewise.
8389         * gdb.base/attach.exp: Likewise.
8390         * gdb.base/bigcore.exp: Likewise.
8391         * gdb.base/break.exp: Likewise.
8392         * gdb.base/call-ar-st.exp: Likewise.
8393         * gdb.base/callfuncs.exp: Likewise.
8394         * gdb.base/catch-fork-static.exp: Likewise.
8395         * gdb.base/display.exp: Likewise.
8396         * gdb.base/foll-exec-mode.exp: Likewise.
8397         * gdb.base/foll-exec.exp: Likewise.
8398         * gdb.base/foll-fork.exp: Likewise.
8399         * gdb.base/foll-vfork.exp: Likewise.
8400         * gdb.base/funcargs.exp: Likewise.
8401         * gdb.base/hbreak2.exp: Likewise.
8402         * gdb.base/inferior-died.exp: Likewise.
8403         * gdb.base/interrupt.exp: Likewise.
8404         * gdb.base/multi-forks.exp: Likewise.
8405         * gdb.base/nodebug.exp: Likewise.
8406         * gdb.base/sepdebug.exp: Likewise.
8407         * gdb.base/solib1.c: Likewise.
8408         * gdb.base/step-test.exp: Likewise.
8409         * gdb.mi/non-stop.c: Likewise.
8410         * gdb.mi/pthreads.c: Likewise.
8411         * gdb.multi/bkpt-multi-exec.ex: Likewise.
8412         * gdb.threads/pthreads.c: Likewise.
8413         * gdb.threads/staticthreads.exp: Likewise.
8414         * lib/future.exp: Likewise.
8415         * lib/gdb.exp: Likewise.
8416         * gdb.base/so-indr-cl.c: Remove.
8417         * gdb.base/so-indr-cl.exp: Likewise.
8418         * gdb.base/solib.c: Likewise.
8419         * gdb.base/solib.exp: Likewise.
8420         * gdb.base/solib2.c: Likewise.
8421
8422 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
8423
8424         * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8425         * gdb.base/call-ar-st.exp: Likewise.
8426         * gdb.base/callfuncs.exp: Likewise.
8427         * gdb.base/condbreak.exp: Likewise.
8428         * gdb.base/constvars.exp: Likewise.
8429         * gdb.base/hbreak2.exp: Likewise.
8430         * gdb.base/langs.exp: Likewise.
8431         * gdb.base/list.exp: Likewise.
8432         * gdb.base/long_long.exp: Likewise.
8433         * gdb.base/ptype.exp: Likewise.
8434         * gdb.base/scope.exp: Likewise.
8435         * gdb.base/signals.exp: Likewise.
8436         * gdb.base/so-impl-ld.exp: Likewise.
8437         * gdb.base/varargs.exp: Likewise.
8438         * gdb.base/volatile.exp: Likewise.
8439         * gdb.base/whatis.exp: Likewise.
8440         * gdb.cp/cplusfuncs.exp: Likewise.
8441         * gdb.cp/inherit.exp: Likewise.
8442         * gdb.cp/local.exp: Likewise.
8443         * gdb.cp/member-ptr.exp: Likewise.
8444         * gdb.cp/method.exp: Likewise.
8445         * gdb.cp/overload.exp: Likewise.
8446         * gdb.cp/templates.exp: Likewise.
8447         * gdb.stabs/weird.exp: Likewise.
8448         * lib/compiler.c: Likewise.
8449         * lib/compiler.cc: Likewise.
8450         * lib/cp-support.exp: Likewise.
8451         * lib/gdb.exp: Likewise.
8452
8453 2015-12-20  Simon Marchi  <simon.marchi@polymtl.ca>
8454
8455         * configure.ac: Remove HP-UX case.
8456         * configure: Regenerate.
8457
8458 2015-12-18  Simon Marchi  <simon.marchi@ericsson.com>
8459
8460         * lib/gdb.exp (gdb_compile): Add function doc.
8461
8462 2015-12-17  Pedro Alves  <palves@redhat.com>
8463
8464         PR threads/19354
8465         * gdb.multi/info-threads.exp: New file.
8466
8467 2015-12-15  Yao Qi  <yao.qi@linaro.org>
8468
8469         * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8470         is aarch64*-*-*.
8471
8472 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8473
8474         * gdb.base/history-duplicates.exp: Skip if no readline support.
8475
8476 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8477
8478         * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8479
8480 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8481
8482         * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8483
8484 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8485
8486         * gdb.base/completion.exp: Skip tests that interrupt GDB with
8487         ctrl-C if nointerrupts target property is set.
8488         * gdb.base/double-prompt-target-event-error.exp: Likewise.
8489         * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8490         * gdb.base/paginate-bg-execution.exp: Likewise.
8491         * gdb.base/paginate-execution-startup.exp: Likewise.
8492         * gdb.base/random-signal.exp: Likewise.
8493         * gdb.base/range-stepping.exp: Likewise.
8494         * gdb.cp/annota2.exp: Likewise.
8495         * gdb.cp/annota3.exp: Likewise.
8496         * gdb.gdb/selftest.exp: Likewise.
8497         * gdb.threads/continue-pending-status.exp: Likewise.
8498         * gdb.threads/leader-exit.exp: Likewise.
8499         * gdb.threads/manythreads.exp: Likewise.
8500         * gdb.threads/pthreads.exp: Likewise.
8501         * gdb.threads/schedlock.exp: Likewise.
8502         * gdb.threads/sigthread.exp: Likewise.
8503
8504 2015-12-11  Don Breazeal  <donb@codesourcery.com>
8505
8506         * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8507         remote.
8508         * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8509         * gdb.base/foll-exec.exp (main): Enable for target remote.
8510         * gdb.base/foll-fork.exp (main): Likewise.
8511         * gdb.base/foll-vfork.exp (main): Likewise.
8512         * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8513         (proc continue_to_exit_bp_loc): Use clean_restart.
8514         * gdb.base/pie-execl.exp (main): Disable for target remote.
8515         * gdb.base/watch-vfork.exp (main): Enable for target remote.
8516         * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8517         * gdb.threads/execl.exp (main): Likewise.
8518         * gdb.threads/fork-child-threads.exp (main): Likewise.
8519         * gdb.threads/fork-plus-threads.exp (main): Disable for target
8520         remote.
8521         * gdb.threads/fork-thread-pending.exp (main): Enable for target
8522         remote.
8523         * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8524         pid.tid style ptids, instead of just tid.
8525         * gdb.threads/thread-execl.exp (main): Enable for target remote.
8526         * gdb.threads/watchpoint-fork.exp (main): Likewise.
8527         * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8528         ptids, instead of just tid.
8529
8530 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8531
8532         * gdb.base/list.exp (test_list_forward): Add end of file error
8533         test.
8534         (test_repeat_list_command): Add end of file error test.
8535         (test_list_backwards): Add beginning of file error test.
8536
8537 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8538
8539         * gdb.base/list.exp (test_list_invalid_args): New function,
8540         defined, and called.
8541
8542 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8543
8544         * gdb.base/list.exp (test_list): Make test names unique.
8545
8546 2015-12-11  Yao Qi  <yao.qi@linaro.org>
8547
8548         * gdb.base/coremaker2.c: Remove.
8549
8550 2015-12-10  Pedro Alves  <palves@redhat.com>
8551
8552         * gdb.multi/base.exp: Remove stale "spaces" references.
8553
8554 2015-12-10  Pedro Alves  <palves@redhat.com>
8555
8556         * gdb.multi/base.exp: Don't use nowarnings.
8557         * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8558         * gdb.multi/hangout.c: Include stdio.h.
8559         * gdb.multi/hello.c: Include stdlib.h.
8560         * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8561         * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8562         * gdb.multi/multi-arch.exp: Don't use nowarnings.
8563
8564 2015-12-10  Andrew Burgess  <andrew.burgess@embecosm.com>
8565
8566         * gdb.dwarf2/dw2-ranges-base.c: New file.
8567         * gdb.dwarf2/dw2-ranges-base.exp: New file.
8568         * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8569         support additional line table, and debug ranges generation.
8570         (Dwarf::ranges): New function, generate .debug_ranges.
8571         (Dwarf::lines): Support generating simple line table programs.
8572         (Dwarf::assemble): Initialise new namespace variables.
8573
8574 2015-12-09  Kevin Buettner  <kevinb@redhat.com>
8575
8576         * gdb.base/async.exp (proc test_background): Add case for
8577         asynchronous execution not supported.
8578
8579 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
8580
8581         * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
8582           format and change test names to make them unique.
8583
8584 2015-12-09  Ruslan Kabatsayev  <b7.10110111@gmail.com>
8585             Pedro Alves  <pedro@redhat.com>
8586
8587         PR gdb/18702
8588         Add checking of floatformats setup on x86_64 hosts.
8589         * gdb.arch/i386-float.S (main): Load bigval and smallval.
8590         (smallval, bigval): New labels/constants.
8591         * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
8592         float" after loading bigval and smallval.
8593
8594 2015-12-07  Pierre-Marie de Rodat  <derodat@adacore.com>
8595
8596         * gdb.ada/fun_overload_menu.exp: New testcase.
8597         * gdb.ada/fun_overload_menu/foo.adb: New testcase.
8598
8599 2015-12-04  Josh Stone  <jistone@redhat.com>
8600
8601         * gdb.base/catch-fork-static.exp: New.
8602
8603 2015-12-03  Yao Qi  <yao.qi@linaro.org>
8604
8605         * gdb.base/sizeof.c: Don't include stdio.h and
8606         ../lib/unbuffer_output.c.
8607         (main): New variable 'size' and 'value'.  Remove printf and
8608         gdb_unbuffer_output.  Assign return value to size and value.
8609         * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
8610         at the beginning.
8611         (check_sizeof): Check the result by printing variable 'size'.
8612         (check_valueof): Check the result by printing variable 'value'.
8613
8614 2015-12-01  Yao Qi  <yao.qi@linaro.org>
8615
8616         * gdb.base/disp-step-syscall.exp: Define syscall instruction
8617         for aarch64*-*-linux* target.
8618
8619 2015-11-30  Pedro Alves  <palves@redhat.com>
8620
8621         * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
8622
8623 2015-11-30  Pedro Alves  <palves@redhat.com>
8624
8625         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
8626         Handle non-stop mode vCont replies.
8627
8628 2015-11-30  Pedro Alves  <palves@redhat.com>
8629
8630         * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
8631         prepare_for_testing.  Start gdb with "set non-stop on" appended to
8632         GDBFLAGS.  Lax expected stop output.
8633
8634 2015-11-27  Yao Qi  <yao.qi@linaro.org>
8635
8636         * gdb.arch/arm-neon.exp: New.
8637         * gdb.arch/arm-neon.c: New.
8638
8639 2015-11-27  Yao Qi  <yao.qi@linaro.org>
8640
8641         * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
8642
8643 2015-11-27  Yao Qi  <yao.qi@linaro.org>
8644
8645         * gdb.cp/annota2.exp: Allow multiple occurrences of the
8646         frames-invalid annotation.
8647
8648 2015-11-27  Yao Qi  <yao.qi@linaro.org>
8649
8650         * gdb.cp/annota2.exp: Use ${frames_invalid}.
8651
8652 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
8653
8654         * gdb.threads/names.exp: New file.
8655         * gdb.threads/names.c: New file.
8656         * README: Mention gdb,no_thread_names.
8657
8658 2015-11-26  Markus Metzger  <markus.t.metzger@intel.com>
8659
8660         PR 19297
8661         * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
8662         support" error.
8663
8664 2015-11-24  Pedro Alves  <palves@redhat.com>
8665
8666         PR 17539
8667         * gdb.base/display.exp: Expect displays to be sorted in ascending
8668         order.  Use multi_line.
8669         * gdb.base/solib-display.exp: Likewise.
8670
8671 2015-11-24  Pedro Alves  <palves@redhat.com>
8672
8673         PR 17539
8674         * gdb.base/display.exp: Expect displays to be sorted in ascending
8675         order.  Use multi_line.
8676         * gdb.base/solib-display.exp: Likewise.
8677
8678 2015-11-24  Pedro Alves  <palves@redhat.com>
8679
8680         PR 17539
8681         * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
8682         threads in ascending order.
8683         * gdb.base/foll-fork.exp: Likewise.
8684         * gdb.base/foll-vfork.exp: Likewise.
8685         * gdb.base/multi-forks.exp: Likewise.
8686         * gdb.mi/mi-nonstop.exp: Likewise.
8687         * gdb.mi/mi-nsintrall.exp: Likewise.
8688         * gdb.multi/base.exp: Likewise.
8689         * gdb.multi/multi-arch.exp: Likewise.
8690         * gdb.python/py-inferior.exp: Likewise.
8691         * gdb.threads/break-while-running.exp: Likewise.
8692         * gdb.threads/execl.exp: Likewise.
8693         * gdb.threads/gcore-thread.exp: Likewise.
8694         * gdb.threads/info-threads-cur-sal.exp: Likewise.
8695         * gdb.threads/kill.exp: Likewise.
8696         * gdb.threads/linux-dp.exp: Likewise.
8697         * gdb.threads/multiple-step-overs.exp: Likewise.
8698         * gdb.threads/next-bp-other-thread.exp: Likewise.
8699         * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
8700         * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
8701         * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
8702         * gdb.threads/thread-find.exp: Likewise.
8703         * gdb.threads/tls.exp: Likewise.
8704         * lib/mi-support.exp (mi_reverse_list): Delete.
8705         (mi_check_thread_states): No longer reverse list.
8706
8707 2015-11-24  Pedro Alves  <palves@redhat.com>
8708
8709         * gdb.python/py-inferior.exp: Use with_test_prefix.  Consistently
8710         use lowercase.
8711
8712 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
8713
8714         * gdb.trace/actions.c: Include trace-common.h.
8715         (main): Add a location for a fast tracepoint.
8716         * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
8717         the normal tracepoints.
8718         (gdb_verify_tracepoints): Adjust number of expected tracepoints.
8719
8720 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
8721
8722         * save-trace.exp: Factor out code to these...
8723         (gdb_save_tracepoints): New.
8724         (gdb_load_tracepoints): New.
8725         (do_save_load_test): New.
8726
8727 2015-11-23  Kevin Buettner  <kevinb@redhat.com>
8728
8729         * gdb.base/asmlabel.exp: New test.
8730         * gdb.base/asmlabel.c: New test case.
8731
8732 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
8733
8734         * gdb.base/wrong_frame_bt_full-main.c: New file.
8735         * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8736         * gdb.base/wrong_frame_bt_full.exp: New file.
8737
8738 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
8739
8740         * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8741
8742 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
8743
8744         * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
8745         pstate register when comparing registers values in
8746         sparc64-*-linux-gnu targets to avoid spurious differences.
8747
8748 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
8749
8750         * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
8751
8752 2015-11-19  Sandra Loosemore  <sandra@codesourcery.com>
8753
8754         * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8755         as type argument to gdb_compile.
8756         * gdb.base/nested-subp2.exp: Likewise.
8757         * gdb.base/nested-subp3.exp: Likewise.
8758
8759 2015-11-17  Dominik Vogt  <vogt@linux.vnet.ibm.com>
8760
8761         * lib/dwarf.exp (_note): Fix left shift of negative value.
8762         * gdb.trace/trace-condition.exp: Likewise.
8763
8764 2015-11-13  Yao Qi  <yao.qi@linaro.org>
8765
8766         * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8767         comments about d10v.
8768         (test_scalar_returns): Likewise.
8769         * gdb.base/d10v.ld: Remove.
8770         * gdb.base/overlays.exp: Remove the target triplet checking for
8771         d10v-*-*.
8772         * gdb.base/structs.exp (test_struct_returns): Remove the
8773         comments about d10v.
8774         (test_struct_calls): Likewise.
8775
8776 2015-11-13  Yao Qi  <yao.qi@linaro.org>
8777
8778         * gdb.base/gnu_vector.exp: Check the return value by "p res".
8779         * gdb.base/gnu_vector.c: Don't include stdio.h.
8780         (main): Don't print res and call add_some_intvecs.
8781
8782 2015-11-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8783
8784         * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8785         macro.
8786         (func5): Removed.
8787         (func4): Use FAST_TRACEPOINT_LABEL.
8788         * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8789         macro.
8790         (func): Removed.
8791         (thread_function): Use FAST_TRACEPOINT_LABEL.
8792         * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8793         (func): Remove.
8794         (marker): Use FAST_TRACEPOINT_LABEL.
8795         * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8796         (pendfunc1): Remove.
8797         (pendfunc): Use FAST_TRACEPOINT_LABEL.
8798         * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8799         (foo): Remove.
8800         (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8801         * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8802         macro.
8803         (func): Remove.
8804         (marker): Use FAST_TRACEPOINT_LABEL.
8805         * gdb.trace/trace-common.h: New header.
8806         * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8807         macro.
8808         (func): Remove.
8809         (marker): Use FAST_TRACEPOINT_LABEL.
8810         * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8811         (func): Remove.
8812         (thread_function): Use FAST_TRACEPOINT_LABEL.
8813
8814 2015-11-10  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8815
8816         * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8817         in front.
8818         * gdb.trace/change-loc.exp: Use global pcreg definition.
8819         * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8820         * gdb.trace/entry-values.exp: Use global spreg definition, add $
8821         in front.
8822         * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8823         * gdb.trace/pending.exp: Likewise.
8824         * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8825         * gdb.trace/trace-break.exp: Likewise.
8826         * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8827         in front.
8828         * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8829         * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8830         in front.
8831         * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8832
8833 2015-11-09  Joel Brobecker  <brobecker@adacore.com>
8834
8835         * gdb.ada/fin_fun_out: New testcase.
8836
8837 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
8838
8839         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8840         value associated with DW_AT_byte_size.
8841         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8842         constants for DW_AT_byte_size, DW_AT_lower_bound, and
8843         DW_AT_upper_bound.
8844
8845 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
8846
8847         * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8848         (gdb_target_symbol_prefix_flags): Define in terms of _asm
8849         version.
8850         * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8851         gdb.dwarf2/dw2-canonicalize-type.exp,
8852         gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8853         gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8854         gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8855         provided by gdb_target_symbol_prefix_flags_asm.
8856         * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8857         testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8858         testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8859         testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8860         gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8861         macros where needed).  Use this macro for symbols which require
8862         the prefix provided by SYMBOL_PREFIX.
8863
8864 2015-11-05  Kevin Buettner  <kevinb@redhat.com>
8865
8866         * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8867         New procs.
8868         * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8869         representing expressions, of more than one list element.
8870         * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8871         to prepend linker symbol prefix to f.
8872         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8873         table_1 and table_2.
8874         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8875         Likewise, for f and g.
8876         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8877         for ptr.
8878         * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8879         for main.
8880         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8881         table_1_ptr and table_2_ptr.
8882
8883 2015-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8884             Joel Brobecker  <brobecker@adacore.com>
8885
8886         * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8887
8888 2015-11-04  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8889
8890         * gdb.reverse/s390-mvcle.c: New test.
8891         * gdb.reverse/s390-mvcle.exp: New file.
8892         * lib/gdb.exp: Enable reverse tests on s390*-linux.
8893
8894 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8895
8896         * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8897
8898 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8899
8900         * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8901         reaching marker2.
8902         * gdb.reverse/getresuid-reverse.exp: Likewise.
8903         * gdb.reverse/pipe-reverse.exp: Likewise.
8904         * gdb.reverse/readv-reverse.exp: Likewise.
8905         * gdb.reverse/recvmsg-reverse.exp: Likewise.
8906         * gdb.reverse/time-reverse.exp: Likewise.
8907         * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8908
8909 2015-10-30  Yao Qi  <yao.qi@linaro.org>
8910
8911         * gdb.threads/wp-replication.c (watch_count_done): Remove.
8912         (empty_cycle): Remove.
8913         (main): Don't call empty_cycle.  Don't use watch_count_done.
8914         * gdb.threads/wp-replication.exp: Don't set breakpoint on
8915         empty_cycle.  Rewrite the code counting HW watchpoints.
8916
8917 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8918
8919         * gdb.reverse/fstatat-reverse.c: New test.
8920         * gdb.reverse/fstatat-reverse.exp: New file.
8921         * gdb.reverse/getresuid-reverse.c: New test.
8922         * gdb.reverse/getresuid-reverse.exp: New file.
8923         * gdb.reverse/pipe-reverse.c: New test.
8924         * gdb.reverse/pipe-reverse.exp: New file.
8925         * gdb.reverse/readv-reverse.c: New test.
8926         * gdb.reverse/readv-reverse.exp: New file.
8927         * gdb.reverse/recvmsg-reverse.c: New test.
8928         * gdb.reverse/recvmsg-reverse.exp: New file.
8929         * gdb.reverse/time-reverse.c: New test.
8930         * gdb.reverse/time-reverse.exp: New file.
8931         * gdb.reverse/waitpid-reverse.c: New test.
8932         * gdb.reverse/waitpid-reverse.exp: New file.
8933
8934 2015-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
8935
8936         * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8937
8938 2015-10-26  Doug Evans  <dje@google.com>
8939
8940         PR symtab/17391
8941         * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8942         * gdb.dwarf2/bad-regnum.c: New file.
8943         * gdb.dwarf2/bad-regnum.exp: New file.
8944
8945 2015-10-26  Doug Evans  <dje@google.com>
8946
8947         PR python/18938
8948         * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8949         file.
8950
8951 2015-10-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8952
8953         * gdb.compile/compile.exp (compile code globalvar): Update expectation
8954         for a change by "Mention language in compile error message".
8955
8956 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
8957
8958         PR python/18073
8959         * gdb.python/py-type.c (C::a_method): New.
8960         (C::a_const_method): New.
8961         (C::a_static_method): New.
8962         (a_function): New.
8963         * gdb.python/py-type.exp (test_fields): Test getting fields
8964         from function and method.
8965
8966 2015-10-21  Keven Boell  <keven.boell@intel.com>
8967
8968         * gdb.fortran/vla-alloc-assoc.exp: New file.
8969         * gdb.fortran/vla-datatypes.exp: New file.
8970         * gdb.fortran/vla-datatypes.f90: New file.
8971         * gdb.fortran/vla-history.exp: New file.
8972         * gdb.fortran/vla-ptype-sub.exp: New file.
8973         * gdb.fortran/vla-ptype.exp: New file.
8974         * gdb.fortran/vla-sizeof.exp: New file.
8975         * gdb.fortran/vla-sub.f90: New file.
8976         * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8977         * gdb.fortran/vla-value-sub-finish.exp: New file.
8978         * gdb.fortran/vla-value-sub.exp: New file.
8979         * gdb.fortran/vla-value.exp: New file.
8980         * gdb.fortran/vla-ptr-info.exp: New file.
8981         * gdb.mi/mi-vla-fortran.exp: New file.
8982         * gdb.mi/vla.f90: New file.
8983
8984 2015-10-21  Sandra Loosemore  <sandra@codesourcery.com>
8985
8986         * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8987         of hardwired timeout value.
8988
8989 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8990             Pedro Alves  <palves@redhat.com>
8991
8992         * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8993         * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8994
8995 2015-10-19  Josh Stone  <jistone@redhat.com>
8996
8997         * gdb.base/catch-syscall.c: Include <sched.h>.
8998         (unknown_syscall): New variable.
8999         (main): Trigger a vfork and an unknown syscall.
9000         * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
9001         (unknown_syscall_number): Likewise.
9002         (check_call_to_syscall): Accept an optional syscall pattern.
9003         (check_return_from_syscall): Likewise.
9004         (check_continue): Likewise.
9005         (test_catch_syscall_without_args): Check for vfork and ENOSYS.
9006         (test_catch_syscall_skipping_return): New test toggling off 'catch
9007         syscall' to step over the syscall return, then toggling back on.
9008         (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
9009         during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
9010         (do_syscall_tests): Call test_catch_syscall_without_args and
9011         test_catch_syscall_mid_vfork.
9012         (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
9013         (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
9014
9015 2015-10-19  Andrew Stubbs  <ams@codesourcery.com>
9016
9017         * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9018         print g_vE): Add new pass patterns.
9019         * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9020         print various symbol names for vptr fields.
9021
9022 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
9023
9024         * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9025         results.
9026
9027 2015-10-12  Yao Qi  <yao.qi@linaro.org>
9028
9029         * gdb.arch/disp-step-insn-reloc.exp: New test case.
9030
9031 2015-10-12  Yao Qi  <yao.qi@linaro.org>
9032
9033         * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9034         is aarch64*-*-linux*.
9035
9036 2015-10-12  Yao Qi  <yao.qi@linaro.org>
9037
9038         * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9039         (can_relocate_bcond_true): ... it.
9040         (can_relocate_bcond_false): New function.
9041         (foo): Likewise.
9042         (can_relocate_bl): Likewise.
9043         (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9044         can_relocate_bl.
9045
9046 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
9047
9048         * gdb.base/nested-addr.c: New file.
9049         * gdb.base/nested-addr.exp: New testcase.
9050
9051 2015-10-09  Markus Metzger  <markus.t.metzger@intel.com>
9052
9053         * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9054         * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9055         its output.  Ignore the output of "record goto begin" and instead
9056         check that GDB is replaying.
9057
9058 2015-10-09  Pedro Alves  <palves@redhat.com>
9059
9060         * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9061         (top level): Use it in the run with no args test.
9062
9063 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
9064
9065         * gdb.dlang/properties.exp: New file.
9066
9067 2015-10-02  Sandra Loosemore  <sandra@codesourcery.com>
9068
9069         * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9070         whether or not address 0x1000 is mapped on the target.
9071
9072 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
9073
9074         * gdb.python/py-type.exp: Do not run tests if binaries fail to
9075         build.
9076
9077 2015-09-30  Markus Metzger  <markus.t.metzger@intel.com>
9078
9079         * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9080         instruction-history test.
9081
9082 2015-09-28  Doug Evans  <dje@google.com>
9083
9084         * gdb.base/gcore.c (array_func): Add reference to static_array.
9085
9086 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
9087
9088         * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9089         source line.
9090
9091 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9092
9093         * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9094         short or char as base type.
9095
9096 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9097
9098         * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9099         to allow any size enum.
9100
9101 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
9102
9103         * gdb.ada/array_ptr_renaming.exp: New testcase.
9104         * gdb.ada/array_ptr_renaming/foo.adb: New file.
9105         * gdb.ada/array_ptr_renaming/pack.ads: New file.
9106
9107 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
9108
9109         * gdb.trace/ftrace-lock.c: New file.
9110         * gdb.trace/ftrace-lock.exp: New file.
9111
9112 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
9113
9114         * gdb.arch/insn-reloc.c: New file.
9115         * gdb.arch/ftrace-insn-reloc.exp: New file.
9116
9117 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
9118
9119         * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9120         instruction.
9121         * gdb.trace/pendshr1.c (pendfunc): Likewise.
9122         * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9123         * gdb.trace/range-stepping.c: Likewise.
9124         * gdb.trace/trace-break.c: Likewise.
9125         * gdb.trace/trace-mt.c (thread_function): Likewise.
9126         * gdb.trace/ftrace.c (marker): Likewise.
9127         * gdb.trace/trace-condition.c (marker): Likewise.
9128         * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9129         * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9130         is_aarch64_target.
9131
9132 2015-09-18  Doug Evans  <xdje42@gmail.com>
9133
9134         * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9135         * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9136
9137 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9138
9139         * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9140         the breakpoint.
9141
9142 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9143
9144         * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9145         the pending breakpoint.  Remove timeout override for "Run till
9146         MI pending breakpoint on pendfunc3 on thread 2" test.
9147
9148 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9149
9150         * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9151         filename pattern.
9152
9153 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9154
9155         * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9156         in breakpoint filename pattern.
9157
9158 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9159
9160         * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9161
9162 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9163
9164         * gdb.linespec/explicit.exp: Check for readline support for
9165         tab-completion tests.  Fix obvious typo.
9166
9167 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
9168
9169         * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9170         and replay.
9171
9172 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
9173
9174         * gdb.btrace/non-stop.c: New.
9175         * gdb.btrace/non-stop.exp: New.
9176
9177 2015-09-17  Pierre Langlois  <pierre.langlois@arm.com>
9178             Yao Qi  <yao.qi@linaro.org>
9179
9180         * gdb.trace/trace-condition.c: New file.
9181         * gdb.trace/trace-condition.exp: New file.
9182
9183 2015-09-16  Wei-cheng Wang  <cole945@gmail.com>
9184
9185         * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9186         for testing bytecode compilation.
9187
9188 2015-09-16  Pedro Alves  <palves@redhat.com>
9189             Sandra Loosemore <sandra@codesourcery.com>
9190
9191         * gdb.threads/non-stop-fair-events.c (timeout): New global.
9192         (SECONDS): Redefine.
9193         (main): Call pthread_kill and alarm early.
9194         * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9195         support.
9196         (test): If the target can't hardware step and doesn't support
9197         displaced stepping, increase the timeout.
9198
9199 2015-09-16  Pedro Alves  <palves@redhat.com>
9200
9201         * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9202         (enable_debug): New procedures.
9203         (test): Use them.  Bail out if waiting for threads fails.
9204         (top level): Bail out if a test fails.
9205
9206 2015-09-16  Yao Qi  <yao.qi@linaro.org>
9207
9208         * gdb.asm/asm-source.exp: Set asm-arch for
9209         aarch64*-*-* target.
9210         * gdb.asm/aarch64.inc: New file.
9211
9212 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
9213
9214         * gdb.ada/array_of_variable_length.exp: New testcase.
9215         * gdb.ada/array_of_variable_length/foo.adb: New file.
9216         * gdb.ada/array_of_variable_length/pck.adb: New file.
9217         * gdb.ada/array_of_variable_length/pck.ads: New file.
9218
9219 2015-09-15  Doug Evans  <dje@google.com>
9220
9221         * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9222         of function static local variable.
9223
9224 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
9225
9226         * gdb.threads/tls-so_extern.exp: New test file.
9227         * gdb.threads/tls-so_extern.c: New test file.
9228         * gdb.threads/tls-so_extern_main.c: New test file.
9229
9230 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9231
9232         * gdb.opt/solib-intra-step-lib.c: New file.
9233         * gdb.opt/solib-intra-step-main.c: New file.
9234         * gdb.opt/solib-intra-step.exp: New file.
9235
9236 2015-09-15  Pedro Alves  <palves@redhat.com>
9237
9238         * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9239         gdb_continue_to_breakpoint instead of gdb_test_multiple.
9240
9241 2015-09-14  Pedro Alves  <palves@redhat.com>
9242
9243         * gdb.base/hook-stop-continue.c: Delete.
9244         * gdb.base/hook-stop-continue.exp: Delete.
9245         * gdb.base/hook-stop-frame.c: Delete.
9246         * gdb.base/hook-stop-frame.exp: Delete.
9247         * gdb.base/hook-stop.c: New file.
9248         * gdb.base/hook-stop.exp: New file.
9249
9250 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
9251
9252         * gdb.ada/access_to_packed_array.exp: New testcase.
9253         * gdb.ada/access_to_packed_array/foo.adb: New file.
9254         * gdb.ada/access_to_packed_array/pack.adb: New file.
9255         * gdb.ada/access_to_packed_array/pack.ads: New file.
9256
9257 2015-09-14  Markus Metzger  <markus.t.metzger@intel.com>
9258
9259         * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9260         buffer size test.
9261
9262 2015-09-11  Don Breazeal  <donb@codesourcery.com>
9263
9264         * gdb.base/foll-exec.c: Add copyright header.  Fix
9265         formatting issues.
9266         * gdb.base/foll-exec.exp (zap_session): Delete proc.
9267         (do_exec_tests): Use clean_restart in place of zap_session,
9268         and for test initialization.  Fix formatting issues.  Use
9269         fail in place of perror.
9270         * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9271         an expect statement to match an expression with output from
9272         the program under debug.
9273         * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9274         non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9275         * gdb.threads/non-ldr-exc-2.exp: Likewise.
9276         * gdb.threads/non-ldr-exc-3.exp: Likewise.
9277         * gdb.threads/non-ldr-exc-4.exp: Likewise.
9278
9279 2015-09-09  Doug Evans  <dje@google.com>
9280
9281         * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9282
9283 2015-09-09  Doug Evans  <dje@google.com>
9284
9285         * gdb.base/pie-execl.exp: Fix result test of build_executable.
9286
9287 2015-09-09  Doug Evans  <dje@google.com>
9288
9289         * gdb.base/savedregs.exp: Fix typo.
9290
9291 2015-09-09  Pedro Alves  <palves@redhat.com>
9292
9293         * gdb.mi/mi-cli.exp: Add CLI finish tests.
9294
9295 2015-09-08  Sandra Loosemore  <sandra@codesourcery.com>
9296
9297         * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9298         command actually switches threads.  Give up on remaining
9299         tests if target fails to stop at breakpoint.
9300
9301 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9302
9303         * gdb.ada/funcall_char.exp: New testcase.
9304         * gdb.ada/funcall_char/foo.adb: New file.
9305
9306 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
9307
9308         * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9309         expected outputs.  Add two testcases for completing ambiguous
9310         functions.
9311         * gdb.ada/complete/aux_pck.adb: New file.
9312         * gdb.ada/complete/aux_pck.ads: New file.
9313         * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9314         Ambiguous_Func functions.
9315         * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9316         * gdb.ada/complete/pck.adb: Likewise.
9317
9318 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
9319
9320         * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9321         failures to run the test program under GDB.
9322
9323 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
9324
9325         * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9326         to C.
9327
9328 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
9329
9330         * gdb.base/run-after-attach.exp: New test file.
9331         * gdb.base/run-after-attach.c: New test file.
9332
9333 2015-08-26  Don Breazeal  <donb@codesourcery.com>
9334
9335         * gdb.base/foll-exec-2.c: New test program.
9336         * gdb.base/foll-exec-2.exp: New test.
9337
9338 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
9339
9340         * gdb.base/nested-subp1.exp: New file.
9341         * gdb.base/nested-subp1.c: New file.
9342         * gdb.base/nested-subp2.exp: New file.
9343         * gdb.base/nested-subp2.c: New file.
9344         * gdb.base/nested-subp3.exp: New file.
9345         * gdb.base/nested-subp3.c: New file.
9346
9347 2015-08-24  Pedro Alves  <palves@redhat.com>
9348
9349         * gdb.server/connect-without-multi-process.c: New file.
9350         * gdb.server/connect-without-multi-process.exp: New file.
9351
9352 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
9353
9354         * gdb.opt/inline-markers.c: Make z int.
9355
9356 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
9357
9358         * gdb.opt/inline-markers.c: Make z volatile.
9359
9360 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
9361
9362         * gdb.opt/inline-bt.c: New volatile global z.
9363         * gdb.opt/inline-cmds.c: Likewise.
9364         * gdb.opt/inline-locals.c: Likewise.
9365         * gdb.opt/inline-markers.c: New extern global z.
9366         (marker): Use z.
9367         (inline_fn): Likewise.
9368
9369 2015-08-24  Pedro Alves  <palves@redhat.com>
9370
9371         * config/m32r-stub.exp: Remove file.
9372         * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9373         * gdb.base/call-rt-st.exp: Likewise.
9374         * gdb.base/call-strs.exp: Likewise.
9375         * gdb.base/default.exp: Remove references to h8300-*-hms and
9376         *-*-udi*.
9377         * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9378
9379 2015-08-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9380
9381         * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9382         -Wno-psabi" if "-mcpu=native" fails.  For the tests with "finish"
9383         and "return" use KFAIL when GDB can not read/write the vector
9384         return value.
9385
9386 2015-08-21  Gary Benson <gbenson@redhat.com>
9387
9388         * gdb.trace/pending.exp: Cope with remote transfer warnings.
9389
9390 2015-08-20  Pedro Alves  <palves@redhat.com>
9391
9392         * gdb.server/solib-list.exp: No longer expect an interior stop in
9393         non-stop mode.
9394
9395 2015-08-20  Pedro Alves  <palves@redhat.com>
9396
9397         * gdb.server/connect-stopped-target.c: New file.
9398         * gdb.server/connect-stopped-target.exp: New file.
9399
9400 2015-08-20  Pedro Alves  <palves@redhat.com>
9401
9402         * gdb.dwarf2/comp-unit-lang.exp: New file.
9403         * gdb.dwarf2/comp-unit-lang.c: New file.
9404
9405 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
9406
9407         * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9408         * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9409
9410 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
9411
9412         * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9413         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9414
9415 2015-08-18  Doug Evans  <dje@google.com>
9416             Adrian Sendroiu <adrian.sendroiu@freescale.com>
9417
9418         * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9419         skip_python_tests.  New arg prompt_regexp.
9420         (skip_python_tests): New function.
9421         * lib/mi-support.exp (mi_skip_python_tests): New function.
9422         * gdb.python/py-mi-objfile-gdb.py: New file.
9423         * gdb.python/py-mi-objfile.c: New file.
9424         * gdb.python/py-mi-objfile.exp: New file.
9425
9426 2015-08-17  Keith Seitz  <keiths@redhat.com>
9427
9428         * gdb.linespec/explicit.exp: Move strace test from here ...
9429         * gdb.trace/strace.exp: ... to here.
9430
9431 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
9432
9433         * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9434         * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9435
9436 2015-08-14  Doug Evans  <xdje42@gmail.com>
9437
9438         * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9439         inferior before selecting a new file.
9440
9441 2015-08-14  Doug Evans  <xdje42@gmail.com>
9442
9443         * gdb.mi/mi-disassemble.exp: Update.
9444         * gdb.base/disasm-optim.S: New file.
9445         * gdb.base/disasm-optim.c: New file.
9446         * gdb.base/disasm-optim.h: New file.
9447         * gdb.base/disasm-optim.exp: New file.
9448
9449 2015-08-14  Keith Seitz  <keiths@redhat.com>
9450
9451         * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9452         "evaluated-by".
9453
9454 2015-08-13  Joel Brobecker  <brobecker@adacore.com>
9455
9456         * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9457
9458 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
9459
9460         * gdb.ada/fun_renaming.exp: New testcase.
9461         * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9462         * gdb.ada/fun_renaming/pack.adb: New file.
9463         * gdb.ada/fun_renaming/pack.ads: New file.
9464
9465 2015-08-12  Keith Seitz  <keiths@redhat.com>
9466
9467         * gdb.base/dso2dso.exp: Pass basename of source file in call to
9468         gdb_get_line_number.
9469
9470 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
9471
9472         * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9473         gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9474         gdb.base/dso2dso.exp: New files.
9475
9476 2015-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
9477             Pedro Alves  <palves@redhat.com>
9478             Keith Seitz  <keiths@redhat.com>
9479
9480         * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9481         GDBFLAGS.
9482
9483 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
9484
9485         * gdb.base/gdbhistsize-history.exp
9486         (test_histsize_history_setting): Use save_vars.
9487         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9488         Use save_vars.
9489         (test_no_truncation_of_unlimited_history_file): Use save_vars.
9490         * gdb.base/readline.exp: Use save_vars.
9491
9492 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
9493
9494         * lib/gdb.exp (save_vars): New proc.
9495
9496 2015-08-11  Keith Seitz  <keiths@redhat.com>
9497
9498         * gdb.base/help.exp: Update help_breakpoint_text.
9499
9500 2015-08-11  Keith Seitz  <keiths@redhat.com>
9501
9502         * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9503         (at toplevel): Call test_explicit_breakpoints.
9504         * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9505         breakpoints.
9506         * lib/mi-support.exp (mi_make_breakpoint): Add support for
9507         breakpoint conditions, "-cond".
9508
9509 2015-08-11  Keith Seitz  <keiths@redhat.com>
9510
9511         * gdb.linespec/3explicit.c: New file.
9512         * gdb.linespec/cpexplicit.cc: New file.
9513         * gdb.linespec/cpexplicit.exp: New file.
9514         * gdb.linespec/explicit.c: New file.
9515         * gdb.linespec/explicit.exp: New file.
9516         * gdb.linespec/explicit2.c: New file.
9517         * gdb.linespec/ls-errs.exp: Add explicit location tests.
9518         * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9519         before using in the matching pattern.
9520         Clarify that `prefix' is a regular expression.
9521
9522 2015-08-11  Keith Seitz  <keiths@redhat.com>
9523
9524         * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9525         test.
9526         Add tests for missing ",FMT" and ",".
9527
9528 2015-08-10  Doug Evans  <dje@google.com>
9529             Keith Seitz  <keiths@redhat.com>
9530
9531         PR gdb/17960
9532         * gdb.base/completion.exp: Add location completer tests.
9533
9534 2015-08-07  Pedro Alves  <palves@redhat.com>
9535
9536         * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9537         tests here.
9538         (top level): Run do_test with and without displaced stepping.
9539
9540 2015-08-07  Pedro Alves  <palves@redhat.com>
9541
9542         * gdb.base/valgrind-disp-step.c: New file.
9543         * gdb.base/valgrind-disp-step.exp: New file.
9544
9545 2015-08-07  Pedro Alves  <palves@redhat.com>
9546
9547         * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9548         Delete function.
9549         (main): Add alarm.  Run an infinite loop instead of calling
9550         wait_threads.
9551         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9552         comment.
9553         * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9554         Delete function.
9555         (main): Add alarm.  Run an infinite loop instead of calling
9556         wait_threads.
9557         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9558         comment.
9559
9560 2015-08-07  Pedro Alves  <palves@redhat.com>
9561
9562         * gdb.base/checkpoint-ns.exp: New file.
9563         * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9564         standard_testfile.
9565
9566 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
9567
9568         * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9569         * gdb.btrace/instruction_history.exp: Update.
9570         * gdb.btrace/tsx.exp: New.
9571         * gdb.btrace/tsx.c: New.
9572
9573 2015-08-06  Pedro Alves <palves@redhat.com>
9574
9575         * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
9576         increase timeout.
9577         * gdb.reverse/until-precsave.exp: Bump timeouts.
9578
9579 2015-08-06  Pedro Alves  <palves@redhat.com>
9580
9581         * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
9582
9583 2015-08-06  Pedro Alves  <palves@redhat.com>
9584
9585         PR gdb/18749
9586         * gdb.threads/process-dies-while-handling-bp.c: New file.
9587         * gdb.threads/process-dies-while-handling-bp.exp: New file.
9588
9589 2015-08-06  Pedro Alves  <palves@redhat.com>
9590
9591         * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
9592         * gdb.threads/forking-threads-plus-breakpoint.c: New file.
9593
9594 2015-08-05  Pedro Alves  <palves@redhat.com>
9595
9596         * gdb.threads/next-while-other-thread-longjmps.c: New file.
9597         * gdb.threads/next-while-other-thread-longjmps.exp: New file.
9598
9599 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
9600
9601         * gdb.base/bp-permanent.exp: Report test as unsupported if
9602         the target cannot stop at the permanent breakpoint.
9603
9604 2015-08-03  Doug Evans  <dje@google.com>
9605
9606         * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
9607         10000.
9608
9609 2015-08-03  Doug Evans  <dje@google.com>
9610
9611         * Makefile.in (workers/%.worker, build-perf): New rule.
9612         (GDB_PERFTEST_MODE): New variable.
9613         (check-perf): Use it.
9614         (clean): Clean up gdb.perf parallel build subdirs.
9615         * lib/build-piece.exp: New file.
9616         * lib/gdb.exp (make_gdb_parallel_path): New function
9617         (standard_output_file, standard_temp_file): Call it.
9618         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9619         of $GDB_PARALLEL.
9620         * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
9621
9622 2015-08-03  Doug Evans  <dje@google.com>
9623
9624         * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
9625         (LOG_FILE_NAME): New global.
9626         (TextReporter.__init__): Initialize self.txt_sum.
9627         (TextReporter.report): Add support for multiple data-points.
9628         Move report to perftest.sum, put raw data in perftest.log.
9629         (TextReporter.start): Open sum and log files.
9630         (TextReporter.end): Close sum and log files.
9631         * gdb.perf/lib/perftest/testresult.py
9632         (SingleStatisticTestResult.record): Handle multiple data-points.
9633
9634 2015-07-31  Pedro Alves  <palves@redhat.com>
9635
9636         * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
9637         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
9638         kill_wait_spawned_process instead of explicit "kill -9".
9639         * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
9640         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
9641         kill_wait_spawned_process.
9642         * gdb.base/attach-twice.exp: Likewise.
9643         * gdb.base/attach.exp: Likewise.
9644         (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
9645         gdb_test_multiple.
9646         * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
9647         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
9648         kill_wait_spawned_process.
9649         * gdb.base/valgrind-infcall.exp: Likewise.
9650         * gdb.multi/multi-attach.exp: Likewise.
9651         * gdb.python/py-prompt.exp: Likewise.
9652         * gdb.python/py-sync-interp.exp: Likewise.
9653         * gdb.server/ext-attach.exp: Likewise.
9654         * gdb.threads/attach-into-signal.exp (corefunc): Use
9655         spawn_wait_for_attach, spawn_id_get_pid and
9656         kill_wait_spawned_process.
9657         * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
9658         spawn_wait_for_attach returning a spawn id instead of a pid.  Use
9659         spawn_id_get_pid and kill_wait_spawned_process.
9660         * gdb.threads/attach-stopped.exp (corefunc): Use
9661         spawn_wait_for_attach, spawn_id_get_pid and
9662         kill_wait_spawned_process.
9663         * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
9664         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
9665         kill_wait_spawned_process instead of explicit "kill -9".
9666         * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
9667         (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
9668         (spawn_wait_for_attach): Use spawn instead of exec to spawn
9669         processes.  Don't map cygwin/windows pids here.  Now returns a
9670         spawn id list.
9671
9672 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
9673
9674         * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
9675         4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
9676         correct patch.
9677
9678 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
9679
9680         * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
9681
9682 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
9683
9684         Reapply:
9685         2014-05-21  Mark Wielaard  <mjw@redhat.com>
9686
9687         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9688
9689 2015-07-30  Pedro Alves  <palves@redhat.com>
9690
9691         * linux-low.c (handle_extended_wait): Set the child's last
9692         reported status to TARGET_WAITKIND_STOPPED.
9693
9694 2015-07-30  Pedro Alves  <palves@redhat.com>
9695
9696         PR threads/18600
9697         * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
9698         only shows inferior 1.
9699
9700 2015-07-30  Simon Marchi  <simon.marchi@ericsson.com>
9701             Pedro Alves  <palves@redhat.com>
9702
9703         PR threads/18600
9704         * gdb.threads/fork-plus-threads.c: New file.
9705         * gdb.threads/fork-plus-threads.exp: New file.
9706
9707 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
9708
9709         * gdb.base/batch-preserve-term-settings.exp
9710         (test_terminal_settings_preserved_after_cli_exit): Use
9711         send_quit_command.
9712
9713 2015-07-29  Pedro Alves  <palves@redhat.com>
9714             Don Breazeal  <donb@codesourcery.com>
9715
9716         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
9717         output from both inferior_spawn_id and gdb_spawn_id.
9718
9719 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
9720
9721         * gdb.threads/attach-into-signal.exp (corefunc): Use
9722         with_test_prefix on nested loops, uniquefying the test messages.
9723
9724 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
9725
9726         * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
9727         commit.
9728
9729 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
9730
9731         * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
9732         New proc.
9733         (test_terminal_settings_preserved_after_sigterm): New test.
9734
9735 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
9736
9737         * gdb.base/batch-preserve-term-settings.exp
9738         (test_terminal_settings_preserved_after_cli_exit): New test.
9739
9740 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
9741
9742         * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9743         manipulation of saved_gdbflags.
9744         (test_terminal_settings_preserved): Remove global declaration of
9745         the unused variable pagination_prompt.  Remove manipulation of
9746         saved_gdbflags.  Use a local variable EXTRA_GDBFLAGS instead of
9747         GDBFLAGS.
9748
9749 2015-07-29  Pedro Alves  <palves@redhat.com>
9750
9751         * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9752
9753 2015-07-29  Pedro Alves  <palves@redhat.com>
9754
9755         * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9756         at the top.
9757
9758 2015-07-29  Pedro Alves  <palves@redhat.com>
9759
9760         * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9761         (main): Call gdb_unbuffer_output.
9762         * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9763         (main): Call gdb_unbuffer_output.
9764         * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9765         (main): Call gdb_unbuffer_output.
9766         * gdb.base/call-strs.exp: Adjust to step over the
9767         gdb_unbuffer_output call.
9768         * gdb.base/catch-gdb-caused-signals.c: Include
9769         "../lib/unbuffer_output.c".
9770         (main): Call gdb_unbuffer_output.
9771         * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9772         (main): Call gdb_unbuffer_output.
9773         * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9774         (main): Call gdb_unbuffer_output.
9775         * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9776         (main): Call gdb_unbuffer_output.
9777         * gdb.base/shlib-call.exp: Adjust to step over the
9778         gdb_unbuffer_output call.
9779         * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9780         (main): Call gdb_unbuffer_output.
9781         * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9782         (main): Call gdb_unbuffer_output.
9783         * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9784         (main): Rename to ...
9785         (test): ... this.
9786         (main): Reimplement.
9787         * gdb.base/varargs.exp: Run to test instead of to main.
9788         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9789         (main): Call gdb_unbuffer_output.
9790
9791 2015-07-29  Pedro Alves  <palves@redhat.com>
9792
9793         * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9794         factore out from mi_continue_dprintf.  For call-style dprintfs,
9795         expect dprintf output out of $inferior_spawn_id.
9796         (mi_continue_dprintf): Use mi_expect_dprintf.
9797         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9798         (main): Call gdb_unbuffer_output.
9799
9800 2015-07-29  Pedro Alves  <palves@redhat.com>
9801
9802         * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9803         (default_mi_gdb_start): Set inferior_spawn_id instead of
9804         mi_inferior_spawn_id.  If $inferior_spawn_id is not set, set it to
9805         gdb_spawn_id.
9806         (mi_gdb_test): Always expect inferior output from both
9807         $inferior_spawn_id and $gdb_spawn_id.
9808
9809 2015-07-29  Pedro Alves  <palves@redhat.com>
9810
9811         * gdb.gdb/selftest.exp (test_with_self): Update comment.  Use
9812         send_inferior and $inferior_spawn_id.
9813
9814 2015-07-29  Pedro Alves  <palves@redhat.com>
9815
9816         * gdb.gdb/complaints.exp (test_initial_complaints)
9817         (test_serial_complaints, test_short_complaints): Use
9818         gdb_test_stdio.
9819         (test_empty_complaint): Handle $inferior_spawn_id !=
9820         $gdb_spawn_id.
9821
9822 2015-07-29  Pedro Alves  <palves@redhat.com>
9823
9824         * gdb.base/varargs.exp: Use gdb_test_stdio.
9825
9826 2015-07-29  Pedro Alves  <palves@redhat.com>
9827
9828         * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9829
9830 2015-07-29  Pedro Alves  <palves@redhat.com>
9831
9832         * gdb.base/ending-run.exp: Use gdb_test_stdio.
9833
9834 2015-07-29  Pedro Alves  <palves@redhat.com>
9835
9836         * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9837         parameter into two new parameters, "inf_result" and "gdb_result".
9838         Expect inferior output and gdb output from $inferior_spawn_id and
9839         $gdb_spawn_id, respectively.  Adjust all callers.
9840
9841 2015-07-29  Pedro Alves  <palves@redhat.com>
9842
9843         * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9844         of gdb_test_sequence.
9845
9846 2015-07-29  Pedro Alves  <palves@redhat.com>
9847
9848         * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9849         (saw_spurious_output): Expect inferior output from
9850         $inferior_spawn_id.  Use gdb_test_stdio.
9851
9852 2015-07-29  Pedro Alves  <palves@redhat.com>
9853
9854         * gdb.base/dprintf.exp: Use standard_testfile.  Change
9855         prepare_for_testing call.
9856         (srcfile): Don't set.
9857         (restart): New procedure.
9858         (test_dprintf): New procecure, use to continue over dprintfs.
9859         (test_call, test_agent): New procedures, tests moved here.
9860         Restart gdb and recreate dprintfs.  Adjust expected output.
9861
9862 2015-07-29  Pedro Alves  <palves@redhat.com>
9863
9864         * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9865
9866 2015-07-29  Pedro Alves  <palves@redhat.com>
9867
9868         * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9869
9870 2015-07-29  Pedro Alves  <palves@redhat.com>
9871
9872         * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9873         gdb_test_stdio.
9874
9875 2015-07-29  Pedro Alves  <palves@redhat.com>
9876
9877         * lib/gdb.exp (gdb_test_stdio): New procedure.
9878
9879 2015-07-29  Pedro Alves  <palves@redhat.com>
9880
9881         * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9882
9883 2015-07-29  Pedro Alves  <palves@redhat.com>
9884
9885         * gdb.base/call-signal-resume.exp: Remove check for
9886         gdb,noinferiorio.  Don't expect "no signal".  Use gdb_test.
9887         * gdb.base/unwindonsignal.exp: Likewise.
9888         * gdb.base/call-signals.c (gen_signal): Remove printf call.
9889         * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9890
9891 2015-07-29  Pedro Alves  <palves@redhat.com>
9892
9893         * gdb.base/siginfo-addr.c (pass): New function.
9894         (handler): Call it iff si_addr is correct.
9895         * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9896         Set a breakpoint at "pass" and continue to it.
9897
9898 2015-07-28  Sergio Durigan Junior  <sergiodj@redhat.com>
9899
9900         * gdb.python/py-objfile.exp: Make some tests have unique names.
9901         * gdb.python/py-pp-registration.exp: Likewise.
9902
9903 2015-07-28  Pedro Alves  <palves@redhat.com>
9904
9905         * gdb.server/server-exec-info.exp: Issue a "disconnect".
9906
9907 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
9908
9909         * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9910
9911 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
9912
9913         * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9914
9915 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
9916
9917         * gdb.base/gdb-sigterm-2.exp: New test.
9918
9919 2015-07-25  Doug Evans  <xdje42@gmail.com>
9920
9921         Revert:
9922         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9923         (workers/%.worker, build-perf): New rule.
9924         (GDB_PERFTEST_MODE): New variable.
9925         (check-perf): Use it.
9926         (clean): Clean up gdb.perf parallel build subdirs.
9927         * lib/build-piece.exp: New file.
9928         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9929         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9930         name.
9931         (standard_temp_file): Ditto.
9932         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9933         of $GDB_PARALLEL.
9934
9935 2015-07-24  Doug Evans  <dje@google.com>
9936
9937         * gdb.perf/lib/perftest/utils.py: New file.
9938         * gdb.perf/gm-hello.cc: New file.
9939         * gdb.perf/gm-pervasive-typedef.cc: New file.
9940         * gdb.perf/gm-pervasive-typedef.h: New file.
9941         * gdb.perf/gm-std.cc: New file.
9942         * gdb.perf/gm-std.h: New file.
9943         * gdb.perf/gm-use-cerr.cc: New file.
9944         * gdb.perf/gm-utils.h: New file.
9945         * gdb.perf/gmonster-null-lookup.py: New file.
9946         * gdb.perf/gmonster-pervasive-typedef.py: New file.
9947         * gdb.perf/gmonster-print-cerr.py: New file.
9948         * gdb.perf/gmonster-ptype-string.py: New file.
9949         * gdb.perf/gmonster-runto-main.py: New file.
9950         * gdb.perf/gmonster-select-file.py: New file.
9951         * gdb.perf/gmonster1-null-lookup.exp: New file.
9952         * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9953         * gdb.perf/gmonster1-print-cerr.exp: New file.
9954         * gdb.perf/gmonster1-ptype-string.exp: New file.
9955         * gdb.perf/gmonster1-runto-main.exp: New file.
9956         * gdb.perf/gmonster1-select-file.exp: New file.
9957         * gdb.perf/gmonster1.cc: New file.
9958         * gdb.perf/gmonster1.exp: New file.
9959         * gdb.perf/gmonster2-null-lookup.exp: New file.
9960         * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9961         * gdb.perf/gmonster2-print-cerr.exp: New file.
9962         * gdb.perf/gmonster2-ptype-string.exp: New file.
9963         * gdb.perf/gmonster2-runto-main.exp: New file.
9964         * gdb.perf/gmonster2-select-file.exp: New file.
9965         * gdb.perf/gmonster2.cc: New file.
9966         * gdb.perf/gmonster2.exp: New file.
9967
9968 2015-07-24  Doug Evans  <dje@google.com>
9969
9970         * gdb.perf/README: New file.
9971         * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9972         * lib/gen-perf-test.exp: New file.
9973
9974 2015-07-24  Doug Evans  <dje@google.com>
9975
9976         * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9977         (PerfTest::startup): New function.
9978         (PerfTest::run): Return result of calling body.
9979         (PerfTest::assemble): Rewrite.
9980         * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9981         * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9982         * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9983         * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9984         * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9985
9986 2015-07-24  Doug Evans  <dje@google.com>
9987
9988         * lib/gdb.exp (clean_restart): Make executable optional.
9989
9990 2015-07-24  Doug Evans  <dje@google.com>
9991
9992         * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9993         compiler_info references.
9994         * gdb.cp/temargs.exp: Ditto.
9995         * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9996         (get_compiler_info): Early exit if already computed.  Set compiler_info
9997         to "unknown" if there was a problem.
9998         (test_compiler_info): Add function comment.  Call get_compiler_info.
9999
10000 2015-07-24  Doug Evans  <dje@google.com>
10001
10002         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10003         (workers/%.worker, build-perf): New rule.
10004         (GDB_PERFTEST_MODE): New variable.
10005         (check-perf): Use it.
10006         (clean): Clean up gdb.perf parallel build subdirs.
10007         * lib/build-piece.exp: New file.
10008         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10009         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10010         name.
10011         (standard_temp_file): Ditto.
10012         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10013         of $GDB_PARALLEL.
10014
10015 2015-07-24  Doug Evans  <dje@google.com>
10016
10017         * lib/future.exp (gdb_default_target_compile): New option
10018         "early_flags".
10019         * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10020         --as-needed.
10021
10022 2015-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
10023
10024         * gdb.base/catch-syscall.exp: Call gdb_exit before
10025         gdb_skip_xml_test.
10026
10027 2015-07-24  Pedro Alves  <palves@redhat.com>
10028
10029         * gdb.python/py-events.exp: Accept output between the stop event
10030         and the prompt.
10031         * gdb.python/py-evsignal.exp: Likewise.
10032         * gdb.python/py-evthreads.exp: Likewise.
10033
10034 2015-07-24  Pedro Alves  <palves@redhat.com>
10035
10036         PR gdb/18717
10037         * gdb.threads/non-ldr-exit.c: New file.
10038         * gdb.threads/non-ldr-exit.exp: New file.
10039
10040 2015-07-24  Yao Qi  <yao.qi@linaro.org>
10041
10042         * gdb.server/ext-wrapper.exp: Test --wrapper option when
10043         restarting process.
10044
10045 2015-07-24  Yao Qi  <yao.qi@linaro.org>
10046
10047         * gdb.server/ext-restart.exp: New file.
10048
10049 2015-07-24  Yao Qi  <yao.qi@linaro.org>
10050
10051         * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10052         argument options.
10053         * gdb.server/ext-wrapper.exp: New file.
10054
10055 2015-07-23  Doug Evans  <dje@google.com>
10056
10057         * gdb.dwarf2/dw2-dummy-cu.S: New file.
10058         * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10059
10060 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
10061
10062         * gdb.ada/var_arr_typedef.exp: New testcase.
10063         * gdb.ada/var_arr_typedef/pack.adb: New file.
10064         * gdb.ada/var_arr_typedef/pack.ads: New file.
10065         * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10066
10067 2015-07-20  Joel Brobecker  <brobecker@adacore.com>
10068
10069         * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10070
10071 2015-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10072
10073         * gdb.arch/i386-biarch-core.exp: Replace istarget
10074         by "complete set gnutarget". Remove expectation for the "core-file"
10075         command.
10076
10077 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10078
10079         Revert the previous commit:
10080         Tests for validate symbol file using build-id.
10081
10082 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
10083
10084         Tests for validate symbol file using build-id.
10085         * gdb.base/solib-mismatch-lib.c: New file.
10086         * gdb.base/solib-mismatch-libmod.c: New file.
10087         * gdb.base/solib-mismatch.c: New file.
10088         * gdb.base/solib-mismatch.exp: New file.
10089
10090 2015-07-15  Sandra Loosemore  <sandra@codesourcery.com>
10091
10092         * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10093         nios2-*-linux*.
10094         * gdb.base/sigbpt.exp (stepi_out): Likewise.
10095         * gdb.base/siginfo.exp: Likewise.
10096         * gdb.base/sigstep.exp (advance, advancei): Likewise.
10097
10098 2015-07-15  Pierre Langlois  <pierre.langlois@arm.com>
10099
10100         * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10101         Move it to ...
10102         * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10103         ... here.
10104         * gdb.trace/range-stepping.exp: Check that the target supports
10105         range stepping.
10106
10107 2015-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10108
10109         * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10110
10111 2015-07-14  Pedro Alves  <palves@redhat.com>
10112
10113         * gdb.base/killed-outside.exp: New file.
10114         * gdb.base/killed-outside.c: New file.
10115
10116 2015-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10117
10118         * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10119         (n at main): New.
10120         * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10121
10122 2015-07-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10123
10124         * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10125         infcall tests instead of setting up for KFAIL.
10126
10127 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
10128
10129         * gdb.btrace/record_goto-step.exp: New.
10130
10131 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10132
10133         PR compile/18484
10134         * gdb.compile/compile.c (struct struct_type): Add volatile to
10135         selffield's type.
10136         * gdb.compile/compile.exp
10137         (compile code struct_object.selffield = &struct_object): Skip further
10138         struct_object tests if this one xfails.
10139
10140 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
10141
10142         PR exp/18617
10143         * gdb.trace/ax.exp: Add test.
10144
10145 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10146
10147         * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10148         instead of istarget "aarch64*-*-*".
10149         * gdb.arch/aarch64-fp.exp: Likewise.
10150         * gdb.base/float.exp: Likewise.
10151         * gdb.reverse/aarch64.exp: Likewise.
10152         * lib/gdb.exp (is_aarch64_target): New proc.
10153
10154 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10155
10156         * lib/gdb.exp (is_aarch32_target): New proc.
10157         * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10158         instead of "istarget "arm*-*-*"".
10159         * gdb.arch/arm-disp-step.exp: Likewise.
10160         * gdb.arch/thumb-bx-pc.exp: Likewise.
10161         * gdb.arch/thumb-prologue.exp: Likewise.
10162         * gdb.arch/thumb-singlestep.exp: Likewise.
10163         * gdb.base/disp-step-syscall.exp: Likewise.
10164         * gdb.base/float.exp: Likewise.
10165
10166 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10167
10168         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10169         Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10170
10171 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10172
10173         * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10174         is aarch64.  If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10175         if it exists.
10176         * gdb.multi/multi-arch.exp: Likewise.
10177
10178 2015-07-07  Simon Marchi  <simon.marchi@ericsson.com>
10179
10180         * gdb.python/py-lazy-string.exp: Add missing parentheses to
10181         print.
10182
10183 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10184
10185         * gdb.arch/thumb-singlestep.exp: Do one more single step.
10186
10187 2015-06-30  Martin Galvan  <martin.galvan@tallertechnologies.com>
10188
10189         * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10190         '[' and ']' characters.
10191
10192 2015-06-30  Iain Buclaw  <ibuclaw@gdcproject.org>
10193
10194         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10195
10196 2015-06-29  Pedro Alves  <palves@redhat.com>
10197
10198         PR threads/18127
10199         * gdb.threads/hand-call-new-thread.c: New file.
10200         * gdb.threads/hand-call-new-thread.c: New file.
10201
10202 2015-06-26  Keith Seitz  <keiths@redhat.com>
10203             Doug Evans  <dje@google.com>
10204
10205         PR 16253
10206         * gdb.cp/var-tag-2.cc: New file.
10207         * gdb.cp/var-tag-3.cc: New file.
10208         * gdb.cp/var-tag-4.cc: New file.
10209         * gdb.cp/var-tag.cc: New file.
10210         * gdb.cp/var-tag.exp: New file.
10211
10212 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
10213
10214         * gdb.base/history-duplicates.exp: New test.
10215
10216 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
10217
10218         * gdb.base/completion.exp: Test the completion of the "focus"
10219         command.
10220
10221 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10222
10223         * gdb.arch/amd64-prologue-skip.S: New file.
10224         * gdb.arch/amd64-prologue-skip.exp: New file.
10225
10226 2015-06-25  Simon Marchi  <simon.marchi@ericsson.com>
10227
10228         * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10229         is_address_zero_readable check.
10230
10231 2015-06-24  Peter Bergner  <bergner@vnet.ibm.com>
10232
10233         * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10234         * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10235
10236 2015-06-24  Yao Qi  <yao.qi@linaro.org>
10237
10238         * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10239         linux targets.
10240
10241 2015-06-24  Yao Qi  <yao.qi@linaro.org>
10242
10243         * lib/gdb.exp (supports_get_siginfo_type): New proc.
10244         * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10245         * gdb.base/siginfo-thread.exp: Likewise.
10246
10247 2015-06-22  Yao Qi  <yao.qi@linaro.org>
10248
10249         * boards/remote-gdbserver-on-localhost.exp: Add comments.
10250
10251 2015-06-22  Yao Qi  <yao.qi@linaro.org>
10252
10253         * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10254         aarch64*-*-*.
10255         (skip_hw_watchpoint_tests): Likewise.
10256
10257 2015-06-18  Patrick Palka  <patrick@parcs.ath.cx>
10258
10259         * gdb.base/gdbinit-history.exp: Test the interaction between
10260         setting GDBHISTSIZE and setting the history size via .gdbinit.
10261
10262 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
10263
10264         PR gdb/16999
10265         * gdb.base/gdbhistsize-history.exp: New test.
10266
10267 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
10268
10269         * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10270         with GDBHISTSIZE.
10271         * gdb.base/readline.exp: Likewise.
10272
10273 2015-06-17  Yao Qi  <yao.qi@linaro.org>
10274
10275         * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10276         line.
10277
10278 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
10279
10280         * gdb.base/gdbinit-history.exp: Add test case to check that
10281         an unlimited history file does not get truncated on exit.
10282
10283 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10284
10285         * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10286         (VECTOR): New macro.  Use it...
10287         (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10288         ...for these typedefs.
10289         (int8, char1, int1, double1): New typedefs.
10290         (struct just_int2, struct two_int2): New structures.
10291         (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10292         (add_structvecs, add_singlevecs): New functions.
10293         (main): Call add_some_intvecs twice.
10294         * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10295         the compile and exit upon failure.  Try compiling for the "native"
10296         architecture.  Test inferior function calls with vector arguments
10297         and vector return value handling with "finish" and "return".
10298
10299 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
10300
10301         * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10302         * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10303         PE file.
10304         * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10305
10306 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10307
10308         PR breakpoints/16465
10309         * gdb.mi/mi-dprintf-pending.c: New file.
10310         * gdb.mi/mi-dprintf-pending.exp: New test.
10311         * gdb.mi/mi-dprintf-pendshr.c: New file.
10312
10313 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10314             Mircea Gherzan  <mircea.gherzan@intel.com>
10315
10316         * gdb.arch/i386-mpx-map.c: New file.
10317         * gdb.arch/i386-mpx-map.exp: New File.
10318
10319 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10320
10321         * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10322         * gdb.arch/i386-mpx.exp: Indentation fixed.
10323
10324 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10325
10326         * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10327         function and improved indentation.
10328         * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10329         gdb_test_multiple. Added additional tests to skip the test.
10330
10331 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10332
10333         * gdb.arch/i386-avx512.c: Change path in include file.
10334         * gdb.arch/i386-avx512.exp: Change include dir path
10335         compilation flag.
10336         * gdb.arch/i386-mpx.c: Change path in include file.
10337         * gdb.arch/i386-mpx.exp: Change include dir path compilation
10338         flag.
10339
10340 2015-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10341
10342         * gdb.compile/compile-print.exp (compile print *vararray@3)
10343         (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10344
10345 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10346
10347         * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10348         (do not keep jit in memory): ... this.
10349         (expect 5): Change it to ...
10350         (expect no 5): ... this.
10351
10352 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
10353
10354         PR gdb/15564
10355         * gdb.mi/mi-detach.exp: New file.
10356
10357 2015-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10358
10359         PR symtab/18392
10360         * gdb.arch/amd64-tailcall-self.S: New file.
10361         * gdb.arch/amd64-tailcall-self.c: New file.
10362         * gdb.arch/amd64-tailcall-self.exp: New file.
10363
10364 2015-05-28  Don Breazeal  <donb@codesourcery.com>
10365
10366         * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10367         tests for remote targets by checking is_target_gdbserver.
10368
10369 2015-05-27  Doug Evans  <dje@google.com>
10370
10371         * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10372         * gdb.dwarf2/opaque-type-lookup.c: New file.
10373         * gdb.dwarf2/opaque-type-lookup.exp: New file.
10374
10375 2015-05-26  Doug Evans  <dje@google.com>
10376
10377         * gdb.cp/iostream.cc: New file.
10378         * gdb.cp/iostream.exp: New file.
10379
10380 2015-05-26  Doug Evans  <dje@google.com>
10381
10382         * gdb.dwarf2/dw2-op-call.exp: Update.
10383         * gdb.dwarf2/dw4-sig-types.exp: Update.
10384         * gdb.dwarf2/implptr.exp: Update.
10385         * gdb.mi/mi-cmd-param-changed.exp: Update.
10386
10387 2015-05-26  Doug Evans  <dje@google.com>
10388
10389         * gdb.python/py-lazy-string.c: New file.
10390         * gdb.python/py-lazy-string.exp: New file.
10391         * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10392         (main): Update.  Add estring3.
10393         * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10394         * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10395
10396 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
10397             Yao Qi  <yao.qi@linaro.org>
10398
10399         * gdb.reverse/aarch64.c: New.
10400         * gdb.reverse/aarch64.exp: New.
10401
10402 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
10403
10404         * lib/gdb.exp (supports_process_record): Return true for
10405         aarch64*-linux*.
10406         (supports_reverse): Likewise.
10407
10408 2015-05-22  Patrick Palka  <patrick@parcs.ath.cx>
10409
10410         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10411         Use with_test_prefix.
10412
10413 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
10414
10415         * gdb.base/completion.exp: Add test for completion of layout
10416         names.
10417
10418 2015-05-20  Andrew Burgess  <andrew.burgess@embecosm.com>
10419
10420         * lib/gdb.exp (skip_tui_tests): New proc.
10421         * gdb.base/tui-layout.exp: Check skip_tui_tests.
10422
10423 2015-05-19  Pedro Alves  <palves@redhat.com>
10424
10425         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10426         Save the whole env array instead of just HOME.  Unset HISTSIZE in
10427         the environment while testing.  Restore whole environment
10428         afterwards.
10429
10430 2015-05-16  Doug Evans  <xdje42@gmail.com>
10431
10432         * gdb.guile/scm-ports.c: New file.
10433         * gdb.guile/scm-ports.exp: Add memory port tests.
10434
10435 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10436
10437         * gdb.compile/compile-print.c: New file.
10438         * gdb.compile/compile-print.exp: New file.
10439
10440 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10441
10442         * gdb.compile/compile-ops.exp: Cast param to void.
10443         * gdb.compile/compile.exp: Complete type for _gdb_expr.
10444         (compile code struct_object.selffield = &struct_object): Add xfail.
10445
10446 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
10447
10448         * gdb.ada/arr_enum_with_gap: New testcase.
10449
10450 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
10451
10452         * gdb.ada/byte_packed_arr: New testcase.
10453
10454 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
10455
10456         * gdb.ada/pckd_neg: New testcase.
10457
10458 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
10459
10460         PR gdb/17820
10461         * gdb.base/gdbinit-history.exp: New test.
10462         * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10463         * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10464
10465 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
10466
10467         * gdb.python/py-xmethods.cc: Enhance test case.
10468         * gdb.python/py-xmethods.exp: New tests.
10469         * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10470         function.
10471         (B_indexoper): Likewise.
10472         (global_dm_list) : Add new xmethod worker functions.
10473
10474 2015-05-08  Sergio Durigan Junior  <sergiodj@redhat.com>
10475
10476         * gdb.base/coredump-filter.exp: Correctly unset
10477         "coredump_var_addr" array.
10478
10479 2015-05-08  Pedro Alves  <palves@redhat.com>
10480
10481         * gdb.server/non-existing-program.exp: Unset spawn_id.
10482
10483 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
10484
10485         PR python/18291
10486         * gdb.python/py-xmethods.exp: Add tests.
10487
10488 2015-05-08  Yao Qi  <yao.qi@linaro.org>
10489
10490         PR gdb/18208
10491         * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10492         * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10493         function set_coredump_filter, and remove remote_exec call.
10494         Remove argument ipid.  Callers update.
10495         (top level): Don't get inferior's PID.
10496
10497 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10498
10499         * gdb.base/watch_thread_num.exp: Skip test on targets without
10500         access watchpoints.
10501
10502 2015-05-06  Pedro Alves  <palves@redhat.com>
10503
10504         PR server/18081
10505         * gdb.server/non-existing-program.exp: New file.
10506
10507 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
10508
10509         * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10510
10511 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
10512
10513         * gdb.ada/out_of_line_in_inlined: New testcase.
10514
10515 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
10516
10517         * gdb.ada/var_rec_arr: New testcase.
10518
10519 2015-04-30  Yao Qi  <yao.qi@linaro.org>
10520
10521         * gdb.base/break-idempotent.exp: If
10522         skip_hw_watchpoint_multi_tests returns true, skip the tests
10523         on "rwatch" and "awatch".
10524
10525 2015-04-30  Yao Qi  <yao.qi@linaro.org>
10526
10527         * gdb.base/relativedebug.exp: Invoke gdb command
10528         "info sharedlibrary", and if libc.so doesn't have debug info,
10529         skip the test.
10530
10531 2015-04-29  Doug Evans  <dje@google.com>
10532
10533         * gdb.python/py-xmethods.exp: Add ptype tests.
10534         * gdb.python/py-xmethods.py (E_method_char_worker): Add
10535         get_result_type method.
10536
10537 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
10538
10539         * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10540         the target does not support hardware watchpoints.
10541
10542 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
10543
10544         * gdb.base/break-always.exp: Abort testing if writing to memory
10545         causes an error.
10546
10547 2015-04-28  Doug Evans  <dje@google.com>
10548
10549         * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10550         * gdb.python/py-pp-registration.exp: ... here.  New file.
10551         * gdb.python/py-pp-registration.c: New file.
10552         * gdb.python/py-pp-registration.py: New file.
10553
10554 2015-04-28  Doug Evans  <dje@google.com>
10555
10556         * gdb.python/py-bad-printers.c: New file.
10557         * gdb.python/py-bad-printers.py: New file.
10558         * gdb.python/py-bad-printers.exp: New file.
10559
10560 2015-04-28  Sasha Smundak  <asmundak@google.com>
10561
10562         * gdb.python/py-type.exp: New test.
10563
10564 2015-04-28  Andy Wingo  <wingo@igalia.com>
10565
10566         * gdb.python/py-parameter.exp:
10567         * gdb.guile/scm-parameter.exp: Escape the path that we are
10568         matching against, as it might contain characters that are special
10569         to regular expressions.
10570
10571 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
10572
10573         * gdb.ada/rec_comp: New testcase.
10574
10575 2015-04-26  Sergio Durigan Junior  <sergiodj@redhat.com>
10576
10577         * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
10578         before using it.
10579
10580 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
10581
10582         * gdb.base/dump.exp: Add *.verilog files to all_files list.  Add
10583         new tests for verilog output.
10584
10585 2015-04-24  Yao Qi  <yao.qi@linaro.org>
10586
10587         * boards/remote-gdbserver-on-localhost.exp: New file.
10588
10589 2015-04-23  Pedro Alves  <palves@redhat.com>
10590
10591         * gdb.base/interrupt.exp: Use an indirect spawn id list holding
10592         $inferior_spawn_id instead of $inferior_spawn_id directly.  On
10593         "end of file", remove $inferior_spawn_id from the indirect list.
10594
10595 2015-04-23  Pedro Alves  <palves@redhat.com>
10596
10597         * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
10598
10599 2015-04-23  Pedro Alves  <palves@redhat.com>
10600
10601         * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
10602         on $any_spawn_id instead of only on $gdb_spawn_id.
10603
10604 2015-04-21  Pierre Muller  <muller@sourceware.org>
10605
10606         PR pascal/17815
10607         * lib/pascal.exp (gpc_compile): Add new option "class".
10608         (fpc_compile): Likewise.
10609         * gdb.pascal/case-insensitive-symbols.pas: New file.
10610         * gdb.pascal/case-insensitive-symbols.exp: New file.
10611
10612 2015-04-20  Gary Benson <gbenson@redhat.com>
10613
10614         * gdb.base/attach.exp: Fix three extended remote failures.
10615
10616 2015-04-17  Gary Benson <gbenson@redhat.com>
10617
10618         * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
10619         the main executable over the remote protocol.
10620
10621 2015-04-16  Pedro Alves  <palves@redhat.com>
10622
10623         * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
10624         a new gdbserver if gdbserver_reconnect_p is set.
10625
10626 2015-04-16  Pedro Alves  <palves@redhat.com>
10627
10628         * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
10629         is set, don't exit gdbserver.
10630
10631 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10632
10633         * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
10634         appropriate .insn, such that an older assembler can be used.
10635         * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
10636         the z/Architecture instruction set on 31-bit targets as well.
10637
10638 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10639
10640         * gdb.go/handcall.exp: Remove all logic related to the first
10641         breakpoint and rely on go_runto_main instead.
10642         * gdb.go/strings.exp: Likewise.
10643         * gdb.go/unsafe.exp: Likewise.
10644         * gdb.go/hello.exp: Likewise.  Also rename the remaining
10645         breakpoint marker to "breakpoint 1".
10646         * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
10647         * gdb.go/strings.go: Likewise.
10648         * gdb.go/unsafe.go: Likewise.
10649         * gdb.go/hello.go: Likewise.  Also remove the second occurrence of
10650         "set breakpoint 2 here" and rename the remaining breakpoint marker
10651         to "breakpoint 1".
10652
10653 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
10654
10655         * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
10656         if itertools.imap is not present.
10657         * gdb.python/py-objfile.exp: Add parentheses.
10658         * gdb.python/py-type.exp: Same.
10659         * gdb.python/py-unwind-maint.py: Same.
10660
10661 2015-04-15  Yao Qi  <yao.qi@linaro.org>
10662
10663         * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
10664         of ":$ptr_size" and set its form explicitly.
10665
10666 2015-04-15  Pedro Alves  <palves@redhat.com>
10667             Yao Qi  <yao.qi@linaro.org>
10668
10669         * gdb.base/watch-bitfields.exp (test_watch_location): Increase
10670         timeout by factor of 4.
10671         (test_regular_watch): Likewise.
10672         * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
10673         * gdb.reverse/sigall-reverse.exp: Likewise.
10674         * gdb.reverse/until-precsave.exp: Likewise.
10675         * lib/gdb.exp (with_timeout_factor): New proc.
10676         (gdb_expect): Move some code to ...
10677         (get_largest_timeout): ... here.  New procedure.
10678
10679 2015-04-14  Luis Machado  <lgustavo@codesourcery.com>
10680
10681         * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
10682
10683 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
10684
10685         * gdb.base/bp-permanent.exp (test): Handle the case of being unable
10686         to write to the .text section.
10687
10688 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
10689
10690         * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
10691         Handle the case of targets that do not provide PID information.
10692
10693 2015-04-13  Yao Qi  <yao.qi@linaro.org>
10694
10695         * lib/gdbserver-support.exp (gdb_exit): Catch exception
10696         and use expect instead of gdb_expect.
10697
10698 2015-04-13  Sergio Durigan Junior  <sergiodj@redhat.com>
10699
10700         * gdb.base/coredump-filter.exp: Rename variable "addr" to
10701         "coredump_var_addr" to avoid naming conflict with other testcases.
10702
10703 2015-04-10  Pedro Alves  <palves@redhat.com>
10704
10705         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
10706         gdb_test_sequence and gdb_assert.
10707
10708 2015-04-10  Pedro Alves  <palves@redhat.com>
10709
10710         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10711         test messages that don't include the breakpoint address.
10712
10713 2015-04-10  Yao Qi  <yao.qi@linaro.org>
10714
10715         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
10716         false for some offset and width combinations which aren't
10717         supported by linux kernel.
10718
10719 2015-04-10  Pedro Alves  <palves@redhat.com>
10720
10721         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
10722         procedure, factored out from ...
10723         (top level): ... here.  Add "set displaced-stepping" testing axis.
10724         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
10725         parameter "displaced".  Use it.
10726         (top level): Use foreach and add "set displaced-stepping" testing
10727         axis.
10728
10729 2015-04-10  Pedro Alves  <palves@redhat.com>
10730
10731         * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
10732         Remove comment.
10733         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10734         both the address of the instruction that triggers the watchpoint
10735         and the address of the instruction immediately after, and use
10736         those addresses for the test.  Fix comment.
10737
10738 2015-04-10  Pedro Alves  <palves@redhat.com>
10739
10740         * gdb.base/sigstep.exp (breakpoint_to_handler)
10741         (breakpoint_to_handler_entry): New parameter 'displaced'.  Use it.
10742         Test "backtrace" in handler.
10743         (breakpoint_over_handler): New parameter 'displaced'.  Use it.
10744         (top level): Add new "displaced" test axis to
10745         breakpoint_to_handler, breakpoint_to_handler_entry and
10746         breakpoint_over_handler.
10747
10748 2015-04-10  Pedro Alves  <palves@redhat.com>
10749
10750         PR gdb/18216
10751         * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10752
10753 2015-04-10  Yao Qi  <yao.qi@linaro.org>
10754
10755         * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10756         (test_add_rn_pc): New function.
10757         * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10758         (top level): Invoke test_add_rn_pc.
10759
10760 2015-04-10  Pedro Alves  <palves@redhat.com>
10761
10762         PR gdb/13858
10763         * gdb.base/step-over-no-symbols.exp: New file.
10764
10765 2015-04-09  Andy Wingo  <wingo@igalia.com>
10766
10767         * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10768         after the Python tests.
10769
10770 2015-04-08  Keith Seitz  <keiths@redhat.com>
10771
10772         PR python/16699
10773         * gdb.python/py-completion.exp: New tests for completion.
10774         * gdb.python/py-completion.py (CompleteLimit1): New class.
10775         (CompleteLimit2): Likewise.
10776         (CompleteLimit3): Likewise.
10777         (CompleteLimit4): Likewise.
10778         (CompleteLimit5): Likewise.
10779         (CompleteLimit6): Likewise.
10780         (CompleteLimit7): Likewise.
10781
10782 2015-04-08  Pedro Alves  <palves@redhat.com>
10783
10784         PR gdb/18214
10785         PR gdb/18216
10786         * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10787         function.
10788         (main): Install it as SIGUSR1 handler.
10789         * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10790         parameter.  Always use "setup" as prefix.  Toggle "set
10791         displaced-stepping" off/on depending on global.  Don't switch to
10792         thread 1 here.
10793         (top level): Add displaced stepping "off/on" test axis.  Update
10794         "setup" calls.  Wrap each subtest with with_test_prefix.  Test
10795         continuing with a queued signal in each thread.
10796
10797 2015-04-08  Pedro Alves  <palves@redhat.com>
10798
10799         * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10800         * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd.  Use
10801         gdb_breakpoint instead of gdb_test that doesn't expect anything.
10802         Return early if running to main fails.
10803         * gdb.trace/while-stepping.exp: Likewise.
10804
10805 2015-04-07  Pedro Alves  <palves@redhat.com>
10806
10807         * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10808         $gdb_spawn_id.  Use send_inferior and $inferior_spawn_id to
10809         interact with inferior program.
10810
10811 2015-04-07  Pedro Alves  <palves@redhat.com>
10812
10813         * lib/gdb.exp (inferior_spawn_id): New global.
10814         (gdb_test_multiple): Handle "-i".  Reset the spawn id to GDB's
10815         spawn id after processing the user code.
10816         (default_gdb_start): Set inferior_spawn_id.
10817         (send_inferior): New procedure.
10818         * lib/gdbserver-support.exp (gdbserver_start): Set
10819         inferior_spawn_id.
10820         (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10821
10822 2015-04-07  Pedro Alves  <palves@redhat.com>
10823
10824         * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10825         * lib/gdbserver-support.exp (gdbserver_start): Make
10826         $server_spawn_id global.
10827         (gdbserver_start): Don't wait for gdbserver's spawn id with
10828         expect_background.
10829         (close_gdbserver): New procedure.
10830         (gdb_exit): Rename the default version and reimplement.
10831
10832 2015-04-07  Pedro Alves  <palves@redhat.com>
10833
10834         * lib/gdb.exp (gdb_test_multiple): When processing an argument,
10835         append the substituted item, not the original item.
10836
10837 2015-04-07  Pedro Alves  <palves@redhat.com>
10838
10839         * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10840         gdb_expect.
10841
10842 2015-04-07  Pedro Alves  <palves@redhat.com>
10843
10844         * gdb.base/interrupt.exp: Don't handle the case of the inferior
10845         output appearing once only.
10846
10847 2015-04-07  Pedro Alves  <palves@redhat.com>
10848
10849         * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10850         that doesn't expect anything.  Return early if running to main
10851         fails.
10852
10853 2015-04-07  Yao Qi  <yao.qi@linaro.org>
10854
10855         * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10856         (child_function): Call alarm.
10857         (main): Move call to alarm into the loop.
10858         * gdb.threads/non-stop-fair-events.exp: Build program with
10859         -DTIMEOUT=$timeout.
10860
10861 2015-04-06  Doug Evans  <xdje42@gmail.com>
10862
10863         * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10864         Fix dest parameter to board_info.
10865         (fpc_compile): Ditto.
10866         (gdb_compile_pascal): Rename dest arg to destfile.
10867
10868 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
10869
10870         * gdb.ada/funcall_ref.exp: New file.
10871         * gdb.ada/funcall_ref/foo.adb: New file.
10872
10873 2015-04-02  Yao Qi  <yao.qi@linaro.org>
10874
10875         * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10876         is remote.
10877
10878 2015-04-02  Gary Benson <gbenson@redhat.com>
10879
10880         * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10881
10882 2015-04-01  Sasha Smundak  <asmundak@google.com>
10883
10884         * gdb.python/py-unwind-maint.c: New file.
10885         * gdb.python/py-unwind-maint.exp: New test.
10886         * gdb.python/py-unwind-maint.py: New file.
10887         * gdb.python/py-unwind.c: New file.
10888         * gdb.python/py-unwind.exp: New test.
10889         * gdb.python/py-unwind.py: New test.
10890
10891 2015-04-01  Pedro Alves  <palves@redhat.com>
10892
10893         * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10894         to fail instead of non-existent $test.
10895
10896 2015-04-01  Pedro Alves  <palves@redhat.com>
10897
10898         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10899         GDBFLAGS if not empty.
10900
10901 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
10902
10903         * gdb.ada/complete.exp: Remove "multi_line".
10904         * gdb.ada/info_exc.exp: Remove "multi_line".
10905         * gdb.ada/packed_tagged.exp: Remove "multi_line".
10906         * gdb.ada/ptype_field.exp: Remove "multi_line".
10907         * gdb.ada/sym_print_name.exp: Remove "multi_line".
10908         * gdb.ada/tagged.exp: Remove "multi_line".
10909         * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10910         [multi_line ...]
10911         * gdb.btrace/delta.exp: Likewise.
10912         * gdb.btrace/exception.exp: Likewise.
10913         * gdb.btrace/function_call_history.exp: Likewise.
10914         * gdb.btrace/instruction_history.exp: Likewise.
10915         * gdb.btrace/nohist.exp: Likewise.
10916         * gdb.btrace/record_goto.exp: Likewise.
10917         * gdb.btrace/segv.exp: Likewise.
10918         * gdb.btrace/stepi.exp: Likewise.
10919         * gdb.btrace/tailcall.exp: Likewise.
10920         * gdb.btrace/unknown_functions.exp: Likewise.
10921         * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10922         * lib/gdb.exp: Add the "multi_line" helper.
10923
10924 2015-04-01  Pedro Alves  <palves@redhat.com>
10925
10926         * gdb.threads/tid-reuse.c: New file.
10927         * gdb.threads/tid-reuse.exp: New file.
10928
10929 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
10930
10931         PR corefiles/16092
10932         * gdb.base/coredump-filter.c: New file.
10933         * gdb.base/coredump-filter.exp: Likewise.
10934
10935 2015-03-27  Petr Machata  <pmachata@redhat.com>
10936
10937         * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10938         (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10939         (Dwarf::assemble): Initialize them.
10940         (Dwarf::lines): New function.
10941
10942 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
10943
10944         * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10945         SYMBOL_PREFIX for x86_64-*-cygwin.
10946
10947 2015-03-26  Andy Wingo  <wingo@igalia.com>
10948
10949         PR symtab/18148
10950         * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10951         const_value but not a location.
10952         * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10953         location defined in non-main CUs are visible.
10954
10955 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10956
10957         PR testsuite/18139
10958         * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10959         Add a line number entry for the same line.
10960         * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10961         Add a line number entry for the same line.
10962
10963 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10964
10965         * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10966         .int 0.
10967         (func): Likewise.  Add .Lfunc_1 label.
10968         Use .Lfunc_1 label.
10969         * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10970         .int 0.
10971         (func): Likewise.
10972         Use .Lfunc_1 label.
10973
10974 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10975
10976         * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10977         Call gdb_compile instead to compile each .s files without debug
10978         information.
10979
10980 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10981
10982         * gdb.base/savedregs.exp (process_saved_regs): Make
10983         "Saved registers:" optional in the pattern.
10984
10985 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
10986
10987         * gdb.btrace/next.exp: Merged into step.exp.
10988         * gdb.btrace/finish.exp: Merged into step.exp.
10989         * gdb.btrace/nexti.exp: Merged into stepi.exp.
10990         * gdb.btrace/step.exp: Use record_goto.c as test file.  Avoid using
10991         "record goto" and checking the exact replay position.
10992         * gdb.btrace/stepi.exp: Choose test file based on target.  Do not
10993         check for "Recording format" in "info record" output.
10994         * gdb.btrace/record_goto.exp: Choose test file based on target.
10995         * gdb.btrace/x86-record_goto.S: Renamed into ...
10996         * gdb.btrace/x86_64-record_goto.S: ... this.
10997         * gdb.btrace/i686-record_goto.S: New.
10998         * gdb.btrace/x86-tailcall.S: Renamed into ...
10999         * gdb.btrace/x86_64-tailcall.S: ... this.
11000         * gdb.btrace/i686-tailcall.S: New.
11001         * gdb.btrace/x86-tailcall.c: Renamed into ...
11002         * gdb.btrace/tailcall.c: ... this.  Split "return ++answer" into two
11003         separate statements.  Update test.
11004         * gdb.btrace/delta.exp: Use record_goto.c as test file.
11005         * gdb.btrace/gcore.exp: Use record_goto.c as test file.
11006         * gdb.btrace/nohist.exp: Use record_goto.c as test file.
11007         * gdb.btrace/tailcall.exp: Choose test file based on target.
11008         * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
11009
11010 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
11011
11012         * gdb.btrace/exception.exp: Increase BTS buffer size.
11013
11014 2015-03-24  Pedro Alves  <palves@redhat.com>
11015
11016         * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11017
11018 2015-03-24  Pedro Alves  <palves@redhat.com>
11019
11020         * gdb.threads/schedlock.exp (test_step): No longer expect that
11021         "set scheduler-locking step" with "next" over a function call runs
11022         threads unlocked.
11023
11024 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11025
11026         * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11027
11028 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11029
11030         PR breakpoints/16466
11031         * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11032         * gdb.mi/mi-pending.c (thread_func): New function.
11033         (int main): Add threading support required.
11034         * gdb.mi/mi-pending.exp: Add tests for this issue.
11035         * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11036         (pendfunc2): Remove stdio dependency.
11037         * gdb.mi/mi-pendshr2.c: New file.
11038
11039 2015-03-23  Keith Seitz  <keiths@redhat.com>
11040
11041         * gdb.linespec/keywords.c: New file.
11042         * gdb.linespec/keywords.exp: New file.
11043
11044 2015-03-23  Keith Seitz  <keiths@redhat.com>
11045
11046         PR gdb/18021
11047         * gdb.dwarf2/staticvirtual.exp: New test.
11048
11049 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
11050
11051         * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11052         * README: Remove HP-UX and gdb.hp.
11053         (configuration):
11054         * configure: Regenerate.
11055         * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11056         gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11057         gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11058         gdb.hp/gdb.defects/Makefile.
11059         * gdb.hp/Makefile.in: File deleted.
11060         * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11061         * gdb.hp/gdb.aCC/optimize.c: File deleted.
11062         * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11063         * gdb.hp/gdb.aCC/run.c: File deleted.
11064         * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11065         * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11066         * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11067         * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11068         * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11069         * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11070         * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11071         * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11072         * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11073         * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11074         * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11075         * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11076         * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11077         * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11078         * gdb.hp/gdb.base-hp/reg.s: File deleted.
11079         * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11080         * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11081         * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11082         * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11083         * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11084         * gdb.hp/gdb.compat/Makefile.in: File deleted.
11085         * gdb.hp/gdb.compat/average.c: File deleted.
11086         * gdb.hp/gdb.compat/sum.c: File deleted.
11087         * gdb.hp/gdb.compat/xdb.c: File deleted.
11088         * gdb.hp/gdb.compat/xdb0.c: File deleted.
11089         * gdb.hp/gdb.compat/xdb0.h: File deleted.
11090         * gdb.hp/gdb.compat/xdb1.c: File deleted.
11091         * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11092         * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11093         * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11094         * gdb.hp/gdb.defects/Makefile.in: File deleted.
11095         * gdb.hp/gdb.defects/bs14602.c: File deleted.
11096         * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11097         * gdb.hp/gdb.defects/solib-d.c: File deleted.
11098         * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11099         * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11100         * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11101         * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11102         * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11103         * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11104         * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11105         * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11106         * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11107         * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11108         * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11109         * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11110         * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11111         * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11112         * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11113         * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11114         * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11115         * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11116         * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11117         * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11118         * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11119         * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11120         * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11121         * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11122         * gdb.hp/tools/odump: File deleted.
11123
11124 2015-03-19  Pedro Alves  <palves@redhat.com>
11125
11126         * gdb.threads/continue-pending-status.exp (saw_thread_2)
11127         (saw_thread_3): New globals.
11128         (top level): Increment them when an event for the corresponding
11129         thread is seen.
11130         (no thread starvation): New test.
11131
11132 2015-03-19  Pedro Alves  <palves@redhat.com>
11133
11134         * gdb.threads/continue-pending-status.c: New file.
11135         * gdb.threads/continue-pending-status.exp: New file.
11136
11137 2015-03-18  Pedro Alves  <palves@redhat.com>
11138
11139         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11140         Use gdb_is_target_remote instead of is_remote.  Use
11141         gdb_test_multiple instead of gdb_expect.  Exit early if
11142         gdb_test_multiple hits its internal matches.  Tighten stepi tests
11143         expected output.  Fail on exit with any signal, instead of just
11144         SIGILL.
11145
11146 2015-03-18  Yao Qi  <yao.qi@linaro.org>
11147
11148         PR tdep/18107
11149         * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11150         variable.
11151         * gdb.base/catch-syscall.exp: Don't skip it on
11152         aarch64*-*-linux* target.  Remove elements in all_syscalls.
11153         (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11154         target.
11155         (setup_all_syscalls): New proc.
11156
11157 2015-03-16  Yao Qi  <yao.qi@linaro.org>
11158
11159         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11160         (top level): Skip tests if valid_addr_p returns false for
11161         $cmd1 or $cmd2.
11162
11163 2015-03-11  Andy Wingo  <wingo@igalia.com>
11164
11165         * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11166
11167 2015-03-11  Yao Qi  <yao.qi@linaro.org>
11168
11169         * gdb.base/catch-syscall.exp: Fix typo in comments.
11170
11171 2015-03-11  Yao Qi  <yao.qi@linaro.org>
11172
11173         * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11174
11175 2015-03-09  Pedro Alves  <palves@redhat.com>
11176
11177         * dg-extract-results.py: Delete.
11178
11179 2015-03-09  Pedro Alves  <palves@redhat.com>
11180
11181         Merge dg-extract-results.sh from GCC upstream (r218843).
11182
11183         2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
11184                 * dg-extract-results.sh: Use --text with grep to avoid issues with
11185                 binary files.  Fall back to cat -v, if that doesn't work.
11186
11187 2015-03-05  Pedro Alves  <palves@redhat.com>
11188
11189         * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11190
11191 2015-03-04  Simon Marchi  <simon.marchi@ericsson.com>
11192
11193         * lib/mi-support.exp (mi_expect_interrupt): Accept
11194         alternative event for when in all-stop mode.
11195
11196 2015-03-04  Pedro Alves  <palves@redhat.com>
11197
11198         * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11199
11200 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
11201
11202         * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11203
11204 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11205
11206         * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11207         regexps for GDB's current line display, accept a hex address
11208         preceding the line number.
11209
11210 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11211
11212         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11213         the 'arch1' variable for "s390*-linux*" targets.
11214
11215 2015-03-04  Pedro Alves  <palves@redhat.com>
11216
11217         * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11218         (main): Pass missing retval argument to pthread_join call.
11219
11220 2015-03-02  Pedro Alves  <palves@redhat.com>
11221
11222         * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11223         (top level): Call do_test with non-stop as well.
11224
11225 2015-03-02  Pedro Alves  <palves@redhat.com>
11226
11227         * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11228         -1.
11229
11230 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11231
11232         * gdb.arch/s390-vregs.exp: New test.
11233         * gdb.arch/s390-vregs.S: New file.
11234
11235 2015-02-27  Pedro Alves  <palves@redhat.com>
11236
11237         * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11238         call to catch_command_errors.
11239         * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11240         catch_command_errors.
11241
11242 2015-02-27  Pedro Alves  <palves@redhat.com>
11243
11244         * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11245         "true" for boolean result.
11246         * gdb.gdb/selftest.exp (test_with_self): Also accept full
11247         prototype of main.
11248
11249 2015-02-27  Pedro Alves  <palves@redhat.com>
11250
11251         * lib/unbuffer_output.c: New file.
11252         * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11253         (main): Call gdb_unbuffer_output.
11254
11255 2015-02-27  Yao Qi  <yao.qi@linaro.org>
11256
11257         * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11258         target.
11259
11260 2015-02-26  Doug Evans  <dje@google.com>
11261
11262         * gdb.cp/class2.cc (Dbase, D): New classes.
11263         (main): New local delta.
11264         * gdb.cp/class2.exp: Test printing delta.
11265         * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11266         (dynbar): New global.
11267         * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11268
11269 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11270
11271         * gdb.compile/compile-ifunc.c: New file.
11272         * gdb.compile/compile-ifunc.exp: New file.
11273
11274 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11275
11276         * gdb.base/structs.exp: Check for correct struct on finish.
11277
11278 2015-02-26  Yao Qi  <yao.qi@linaro.org>
11279
11280         * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11281         is zero.
11282
11283 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11284
11285         * gdb.arch/cordic.ko.bz2: New file.
11286         * gdb.arch/cordic.ko.debug.bz2: New file.
11287         * gdb.arch/ppc64-symtab-cordic.exp: New file.
11288
11289 2015-02-25  Yao Qi  <yao.qi@linaro.org>
11290
11291         * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11292         aarch64*-*-* target.
11293
11294 2015-02-23  Pedro Alves  <palves@redhat.com>
11295
11296         * lib/gdb.exp (delete_breakpoints): Rewrite using
11297         gdb_test_multiple.
11298
11299 2015-02-23  Pedro Alves  <palves@redhat.com>
11300
11301         * gdb.base/info-os.c: Include stdlib.h.
11302
11303 2015-02-22  Doug Evans  <xdje42@gmail.com>
11304
11305         PR symtab/17855
11306         * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11307         is read after symbols have been re-read.
11308         * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11309         * gdb.ada/exec_changed/second.adb (Second): Ditto.
11310
11311 2015-02-21  Doug Evans  <dje@google.com>
11312
11313         * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11314
11315 2015-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11316
11317         PR corefiles/17808
11318         * gdb.arch/i386-biarch-core.core.bz2: New file.
11319         * gdb.arch/i386-biarch-core.exp: New file.
11320
11321 2015-02-21  Pedro Alves  <palves@redhat.com>
11322
11323         * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11324         runto_main fails.
11325
11326 2015-02-20  Pedro Alves  <palves@redhat.com>
11327
11328         * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11329         info probes.
11330
11331 2015-02-20  Pedro Alves  <palves@redhat.com>
11332
11333         * gdb.threads/multi-create-ns-info-thr.exp: New file.
11334
11335 2015-02-20  Pedro Alves  <palves@redhat.com>
11336
11337         * gdb.trace/no-attach-trace.exp: Don't run to main.  Do
11338         clean_restart before gdb_target_supports_trace.
11339
11340 2015-02-20  Pedro Alves  <palves@redhat.com>
11341
11342         PR threads/18006
11343         * gdb.threads/clone-thread_db.c: New file.
11344         * gdb.threads/clone-thread_db.exp: New file.
11345
11346 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11347
11348         PR breakpoints/16812
11349         * gdb.base/catch-gdb-caused-signals.c: New file.
11350         * gdb.base/catch-gdb-caused-signals.exp: New file.
11351
11352 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
11353
11354         * configure: Regenerated.
11355         * configure.ac: Use GDB_AC_TRANSFORM.
11356         * aclocal.m4: sinclude ../transform.m4.
11357
11358 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11359
11360         * lib/dtrace.exp: New file.
11361         * gdb.base/dtrace-probe.exp: Likewise.
11362         * gdb.base/dtrace-probe.d: Likewise.
11363         * gdb.base/dtrace-probe.c: Likewise.
11364         * lib/pdtrace.in: Likewise.
11365         * configure.ac: Output variables with the transformed names of
11366         the strip, readelf, as and nm tools.  AC_SUBST lib/pdtrace.in.
11367         * configure: Regenerated.
11368
11369 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11370
11371         * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11372         expected message when trying to access $_probe_* convenience
11373         variables while not on a probe.
11374
11375 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11376
11377         * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11378
11379 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
11380
11381         * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11382         * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11383
11384 2015-02-10  Doug Evans  <xdje42@gmail.com>
11385
11386         * lib/gdb.exp (gdb_load): Always return a result.
11387
11388 2015-02-10  Pedro Alves  <palves@redhat.com>
11389
11390         * gdb.threads/signal-sigtrap.c: New file.
11391         * gdb.threads/signal-sigtrap.exp: New file.
11392
11393 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
11394
11395         * gdb.trace/no-attach-trace.c: New file.
11396         * gdb.trace/no-attach-trace.exp: New file.
11397
11398 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11399
11400         * gdb.dwarf2/atomic.c: New file.
11401         * gdb.dwarf2/atomic-type.exp: Likewise.
11402
11403 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11404
11405         * gdb.btrace/buffer-size.exp: Update "info record" output.
11406         * gdb.btrace/delta.exp: Update "info record" output.
11407         * gdb.btrace/enable.exp: Update "info record" output.
11408         * gdb.btrace/finish.exp: Update "info record" output.
11409         * gdb.btrace/instruction_history.exp: Update "info record" output.
11410         * gdb.btrace/next.exp: Update "info record" output.
11411         * gdb.btrace/nexti.exp: Update "info record" output.
11412         * gdb.btrace/step.exp: Update "info record" output.
11413         * gdb.btrace/stepi.exp: Update "info record" output.
11414         * gdb.btrace/nohist.exp: Update "info record" output.
11415
11416 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11417
11418         * gdb.btrace/buffer-size: New.
11419
11420 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11421
11422         * gdb.btrace/delta.exp: Update "info record" output.
11423         * gdb.btrace/enable.exp: Update "info record" output.
11424         * gdb.btrace/finish.exp: Update "info record" output.
11425         * gdb.btrace/instruction_history.exp: Update "info record" output.
11426         * gdb.btrace/next.exp: Update "info record" output.
11427         * gdb.btrace/nexti.exp: Update "info record" output.
11428         * gdb.btrace/step.exp: Update "info record" output.
11429         * gdb.btrace/stepi.exp: Update "info record" output.
11430         * gdb.btrace/nohist.exp: Update "info record" output.
11431
11432 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
11433
11434         PR gdb/15678
11435         * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11436
11437 2015-02-06  Pedro Alves  <palves@redhat.com>
11438
11439         * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11440         macro.
11441         (seconds_left, again): New globals.
11442         (main): Wait seconds_left in a 1-second sleep loop instead of
11443         sleeping 180 seconds.  If 'again' is set, reset the seconds
11444         counter.
11445         * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11446         'again' in the inferior before detaching.  Print the seconds left.
11447         (options): New global.
11448         (top level): Build program with -DTIMEOUT=$timeout.
11449
11450 2015-02-06  Pedro Alves  <palves@redhat.com>
11451
11452         * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11453         determine how many seconds to pass to 'alarm'.
11454         * gdb.base/gdb-sigterm.exp (top level): Build program with
11455         -DTIMEOUT=$timeout.
11456         (do_test): Return success/failure indication.  Add more verbose
11457         logging.  Don't fail if 200 single steps are seen.  Instead, fail
11458         when the test times out.
11459         (passes): New global.
11460         (top level): Break the testing loop if testing fails on any
11461         iteration.  Use gdb_assert.
11462
11463 2015-02-04  Don Breazeal  <donb@codesourcery.com>
11464
11465         * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11466         and initialize them.
11467         (ipc_cleanup): New function.
11468         (main): Don't declare shmid, semid, and msqid.  Add a call to
11469         atexit so that we call ipc_cleanup on exit.
11470
11471 2015-02-04  Pedro Alves  <palves@redhat.com>
11472
11473         * boards/native-extended-gdbserver.exp: Remove any target variant
11474         specifications from the board name before clearing the isremote
11475         flag from board_info.
11476
11477 2015-01-31  Doug Evans  <xdje42@gmail.com>
11478
11479         * gdb.base/maint.exp <maint print type argc>: Update expected output.
11480
11481 2015-01-31  Gary Benson <gbenson@redhat.com>
11482
11483         * gdb.base/completion.exp: Disable completion limiting for
11484         existing tests.  Add new tests to check completion limiting.
11485         * gdb.linespec/ls-errs.exp: Disable completion limiting.
11486
11487 2015-01-31  Doug Evans  <xdje42@gmail.com>
11488
11489         * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11490
11491 2015-01-31  Doug Evans  <xdje42@gmail.com>
11492
11493         * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11494         entries.  Duplicate file section script entries.
11495         * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11496         inlined entries.  Add test for safe-path rejection.
11497         * gdb.python/py-section-script.c: Add duplicate inlined section script
11498         entries.  Duplicate file section script entries.
11499         * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11500         inlined entries.  Add test for safe-path rejection.
11501
11502 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
11503
11504         * gdb.ada/disc_arr_bound: New testcase.
11505
11506 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
11507
11508         * gdb.ada/mi_var_array: New testcase.
11509
11510 2015-01-27  Doug Evans  <dje@google.com>
11511
11512         * gdb.python/py-objfile.exp: Add tests for objfile.username.
11513         Add test for objfile.filename, objfile.username after objfile
11514         has been unloaded.
11515
11516 2015-01-26  Joel Brobecker  <brobecker@adacore.com>
11517
11518         * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11519         the second test to print the name attribute of value
11520         returned by the call to gdb.lookup_type, and adjust
11521         the expected output accordingly.
11522
11523 2015-01-25  Mark Wielaard  <mjw@redhat.com>
11524
11525         * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11526         * gdb.base/disp-step-fork.c: Include unistd.h.
11527         * gdb.base/siginfo-obj.c: Include stdio.h.
11528         * gdb.base/siginfo-thread.c: Likewise.
11529         * gdb.mi/non-stop.c: Include unistd.h.
11530         * gdb.mi/nsthrexec.c: Include stdio.h.
11531         * gdb.mi/pthreads.c: Include unistd.h.
11532         * gdb.modula2/unbounded1.c (main): Declare returns int.
11533         * gdb.reverse/consecutive-reverse.c: Likewise.
11534         * gdb.threads/create-fail.c: Include unistd.h.
11535         * gdb.threads/killed.c: Likewise.
11536         * gdb.threads/linux-dp.c: Likewise.
11537         * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11538         * gdb.threads/non-ldr-exc-2.c: Likewise.
11539         * gdb.threads/non-ldr-exc-3.c: Likewise.
11540         * gdb.threads/non-ldr-exc-4.c: Likewise.
11541         * gdb.threads/pthreads.c: Include unistd.h.
11542         (main): Declare returns int.
11543         * gdb.threads/tls-main.c (foo): New declaration.
11544         * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11545
11546 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
11547
11548         * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11549         * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11550
11551 2015-01-15  Mark Wielaard  <mjw@redhat.com>
11552
11553         * gdb.base/noreturn-return.c: New file.
11554         * gdb.base/noreturn-return.exp: New file.
11555         * gdb.base/noreturn-finish.c: New file.
11556         * gdb.base/noreturn-finish.exp: New file.
11557
11558 2015-01-23  Pedro Alves  <palves@redhat.com>
11559
11560         * gdb.threads/continue-pending-after-query.c: New file.
11561         * gdb.threads/continue-pending-after-query.exp: New file.
11562
11563 2015-01-22  Anders Granlund  <anders.granlund@ericsson.com>
11564             Simon Marchi  <simon.marchi@ericsson.com>
11565
11566         * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11567         * gdb.base/valgrind-db-attach.exp: Same.
11568         * gdb.base/valgrind-infcall.exp: Same.
11569         * lib/mi-support.exp (default_mi_gdb_start): Same.
11570         * lib/prompt.exp (default_prompt_gdb_start): Same.
11571         * lib/gdb.exp (default_gdb_spawn): Same.
11572         (gdb_interact): New.
11573
11574
11575 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
11576
11577         * gdb.compile/compile.exp (pointer to jit function): New test.
11578
11579 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
11580
11581         * lib/gdb.exp (supports_process_record): Return true for
11582         powerpc*-*-linux*.
11583         (supports_reverse): Likewise.
11584
11585 2015-01-15  Don Breazeal  <donb@codesourcery.com>
11586
11587         * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
11588         instead of checking whether the target board is remote and
11589         use spawn_wait_for_attach instead of exec/sleep.
11590         * gdb.base/attach-twice.exp: Likewise.
11591
11592 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
11593
11594         * gdb.ada/var_arr_attrs: New testcase.
11595
11596 2015-01-14  Pedro Alves  <palves@redhat.com>
11597             Joel Brobecker  <brobecker@adacore.com>
11598
11599         PR gdb/17525
11600         * gdb.base/bp-cmds-execution-x-script.c: New file.
11601         * gdb.base/bp-cmds-execution-x-script.exp: New file.
11602         * gdb.base/bp-cmds-execution-x-script.gdb: New file.
11603
11604 2015-01-14  Pedro Alves  <palves@redhat.com>
11605
11606         PR cli/17828
11607         * gdb.base/batch-preserve-term-settings.c: New file.
11608         * gdb.base/batch-preserve-term-settings.exp: New file.
11609
11610 2015-01-13  Doug Evans  <dje@google.com>
11611
11612         * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
11613         binary.
11614
11615 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
11616
11617         * Makefile.in (clean mostlyclean): Do not delete *.py.
11618
11619 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
11620
11621         * gdb.python/py-lookup-type.exp: New file.
11622
11623 2015-01-12  Pedro Alves  <palves@redhat.com>
11624
11625         * gdb.python/py-prompt.exp: When the board can't spawn for attach,
11626         restore GDBFLAGS before returning.
11627
11628 2015-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11629
11630         * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
11631         is_amd64_regs_target and is_x86_like_target.
11632
11633 2015-01-11  Doug Evans  <xdje42@gmail.com>
11634
11635         * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
11636         is given without an explicit form.
11637         * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
11638         attributes.
11639         * gdb.dwarf/corrupt.exp: Ditto.
11640         * gdb.dwarf2/enum-type.exp: Ditto.
11641         * gdb.trace/entry-values.exp: Ditto.
11642         * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
11643
11644 2015-01-11  Doug Evans  <xdje42@gmail.com>
11645
11646         PR gdb/15830
11647         * gdb.base/maint.exp: Remove references to "maint demangle".
11648         * gdb.cp/demangle.exp: Update.  "maint demangle" -> "demangle".
11649         Add tests for explicitly specifying language to demangle.
11650         * gdb.dlang/demangle.exp: Ditto.
11651
11652 2015-01-09  Pedro Alves  <palves@redhat.com>
11653
11654         * gdb.threads/non-stop-fair-events.c: New file.
11655         * gdb.threads/non-stop-fair-events.exp: New file.
11656
11657 2015-01-09  Pedro Alves  <palves@redhat.com>
11658
11659         * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
11660         the global scope.  Set a breakpoint after all threads are started
11661         rather than stepping over two source lines.  Expect the prompt.
11662         * gdb.base/watch_thread_num.c (threads_started_barrier): New
11663         global.
11664         (NUM): Now 15.
11665         (main): Use threads_started_barrier to wait for all threads to
11666         start.  Main thread no longer calls thread_function.  Exit after
11667         180 seconds.
11668         (loop): New function.
11669         (thread_function): Wait on threads_started_barrier barrier.  Call
11670         'loop' at each iteration.
11671         * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
11672         threads have started, instead of hardcoding number of "next"
11673         steps.  Use an access watchpoint instead of a write watchpoint.
11674
11675 2015-01-09  Pedro Alves  <palves@redhat.com>
11676
11677         * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
11678         (thread_func): Wait on barrier.
11679         (main): Wait for all threads to start before stopping GDB.
11680         * gdb.threads/siginfo-threads.c (threads_started_barrier): New
11681         global.
11682         (thread1_func, thread2_func): Wait on barrier.
11683         (main): Wait for all threads to start before stopping GDB.
11684         * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
11685         New global.
11686         (thread1_func, thread2_func): Wait on barrier.
11687         (main): Wait for all threads to start before stopping GDB.
11688
11689 2015-01-09  Pedro Alves  <palves@redhat.com>
11690
11691         * gdb.threads/attach-many-short-lived-threads.c: New file.
11692         * gdb.threads/attach-many-short-lived-threads.exp: New file.
11693
11694 2014-01-09  Pedro Alves  <palves@redhat.com>
11695
11696         * gdb.threads/fork-thread-pending.exp: Switch to the main thread
11697         instead of to thread 2.
11698         * gdb.threads/signal-command-multiple-signals-pending.c (main):
11699         Add barrier around each pthread_create call instead of around all
11700         calls.
11701         * gdb.threads/signal-command-multiple-signals-pending.exp (test):
11702         Set a break on thread_function and have the child threads hit it
11703         one at at a time.
11704
11705 2015-01-09  Pedro Alves  <palves@redhat.com>
11706
11707         * lib/gdb.exp (can_spawn_for_attach): New procedure.
11708         (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
11709         false.
11710         * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11711         checking whether the target board is remote.
11712         * gdb.multi/multi-attach.exp: Likewise.
11713         * gdb.python/py-sync-interp.exp: Likewise.
11714         * gdb.server/ext-attach.exp: Likewise.
11715         * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
11716         tests that need to attach, instead of checking whether the target
11717         board is remote at the top of the file.
11718
11719 2015-01-08  Yao Qi  <yao@codesourcery.com>
11720
11721         * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
11722
11723 2015-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
11724
11725         Fix testcase compilation.
11726         * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
11727
11728 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
11729
11730         * gdb.python/py-type.exp: Add a couple test about empty
11731         array creation, and negative-length array creation.
11732
11733 2015-01-02  Doug Evans  <xdje42@gmail.com>
11734
11735         * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11736
11737 2015-01-02  Doug Evans  <dje@google.com>
11738
11739         * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11740
11741 2014-12-29  Yao Qi  <yao@codesourcery.com>
11742
11743         * gdb.trace/entry-values.exp: Update comments.  Rename variable
11744         bar_call_foo to returned_from_foo.
11745
11746 2014-12-20  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
11747
11748         PR gdb/17394
11749         * gdb.linespec/break-asm-file.c: New file.
11750         * gdb.linespec/break-asm-file.exp: New file.
11751         * gdb.linespec/break-asm-file0.s: New file.
11752         * gdb.linespec/break-asm-file1.s: New file.
11753
11754 2014-12-18  Nigel Stephens  <nigel@mips.com>
11755             Maciej W. Rozycki  <macro@codesourcery.com>
11756
11757         * gdb.base/float.exp: Handle the new output from "info float" on
11758         MIPS targets.
11759
11760 2014-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11761
11762         Fix MinGW compilation.
11763         * gdb.compile/compile-ops.exp: Update untested message if
11764         !skip_compile_feature_tests.
11765         * gdb.compile/compile-setjmp.exp: Likewise.
11766         * gdb.compile/compile-tls.exp: Likewise.
11767         * gdb.compile/compile.exp: Likewise.
11768         * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11769         supported on this host".
11770
11771 2014-12-16  Doug Evans  <xdje42@gmail.com>
11772
11773         * boards/stabs.exp: New file.
11774
11775 2014-12-16  Andreas Arnez  <arnez@vnet.linux.ibm.com>
11776
11777         * gdb.base/completion.exp: Adjust to format changes of "maint
11778         print user-registers".
11779
11780 2014-12-16  Catalin Udma  <catalin.udma@freescale.com>
11781
11782         PR server/17457
11783         * gdb.arch/aarch64-fp.c: New file.
11784         * gdb.arch/aarch64-fp.exp: New file.
11785
11786 2014-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
11787
11788         Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11789         r210637, r210913, r211666, r215400, r215817).
11790
11791         2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
11792                 * dg-extract-results.py: New file.
11793                 * dg-extract-results.sh: Use it if the environment seems
11794                 suitable.
11795
11796         2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
11797
11798                 * dg-extract-results.py (parse_run): Handle warnings that
11799                 are printed before a test harness is run.
11800
11801         2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
11802
11803                 * dg-extract-results.py (Named): Remove __cmp__ method.
11804                 (output_variation): Use a key to sort variation.harnesses.
11805
11806         2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
11807
11808                 * dg-extract-results.py: For Python 3, force sys.stdout to
11809                 handle surrogate escape sequences.
11810                 (safe_open): New function.
11811                 (output_segment, main): Use it.
11812
11813         2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
11814
11815                 * dg-extract-results.py (Prog.result_re): Include options
11816                 in test name.
11817
11818         2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
11819
11820                 * dg-extract-results.py (output_variation): Always sort if
11821                 do_sum.
11822
11823 2014-12-15  Simon Marchi  <simon.marchi@ericsson.com>
11824
11825         * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11826         as long as we get pagination notifications.
11827
11828 2014-12-15  Jason Merrill  <jason@redhat.com>
11829
11830         * Makefile.in (check-gdb.%): Restore.
11831         * README: Mention it.
11832
11833 2014-12-13  Joel Brobecker  <brobecker@adacore.com>
11834
11835         * gdb.ada/str_uninit: New testcase.
11836
11837 2014-12-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11838
11839         PR symtab/17642
11840         * gdb.base/vla-stub-define.c: New file.
11841         * gdb.base/vla-stub.c: New file.
11842         * gdb.base/vla-stub.exp: New file.
11843
11844 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
11845             Jan Kratochvil  <jan.kratochvil@redhat.com>
11846             Tom Tromey  <tromey@redhat.com>
11847
11848         * configure.ac: Add gdb.compile/.
11849         * configure: Regenerate.
11850         * gdb.compile/Makefile.in: New file.
11851         * gdb.compile/compile-ops.exp: New file.
11852         * gdb.compile/compile-ops.c: New file.
11853         * gdb.compile/compile-tls.c: New file.
11854         * gdb.compile/compile-tls.exp: New file.
11855         * gdb.compile/compile-constvar.S: New file.
11856         * gdb.compile/compile-constvar.c: New file.
11857         * gdb.compile/compile-mod.c: New file.
11858         * gdb.compile/compile-nodebug.c: New file.
11859         * gdb.compile/compile-setjmp-mod.c: New file.
11860         * gdb.compile/compile-setjmp.c: New file.
11861         * gdb.compile/compile-setjmp.exp: New file.
11862         * gdb.compile/compile-shlib.c: New file.
11863         * gdb.compile/compile.c: New file.
11864         * gdb.compile/compile.exp: New file.
11865         * lib/gdb.exp (skip_compile_feature_tests): New proc.
11866
11867 2014-12-12  Tom Tromey  <tromey@redhat.com>
11868
11869         * lib/dwarf.exp (_location): Ignore blank lines.  Allow comments.
11870         Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11871
11872 2014-12-12  Doug Evans  <dje@google.com>
11873
11874         * lib/gdb-python.exp (get_python_valueof): New function.
11875         * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11876
11877 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11878
11879         * gdb.base/completion.exp: Add test for completion of "info
11880         registers ".
11881
11882 2014-12-12  Maciej W. Rozycki  <macro@codesourcery.com>
11883
11884         * gdb.base/func-ptrs.c: New file.
11885         * gdb.base/func-ptrs.exp: New file.
11886
11887 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
11888
11889         PR breakpoints/17012
11890         * gdb.base/dprintf-detach.c: New file.
11891         * gdb.base/dprintf-detach.exp: New file.
11892
11893 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
11894
11895         * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11896         * lib/gdb.exp (target_is_gdbserver): New procedure.
11897
11898 2014-12-08  Doug Evans  <dje@google.com>
11899
11900         * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11901
11902 2014-12-05  Yao Qi  <yao@codesourcery.com>
11903
11904         * gdb.guile/scm-error.exp: Remove the third argument to
11905         gdb_remote_download.
11906         * gdb.guile/scm-frame-args.exp: Likewise.
11907         * gdb.guile/scm-section-script.exp: Likewise.
11908
11909 2014-12-05  Yao Qi  <yao@codesourcery.com>
11910
11911         * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11912
11913 2014-12-04  Doug Evans  <dje@google.com>
11914
11915         * gdb.python/py-objfile.exp: Add tests for
11916         objfile.add_separate_debug_file.
11917
11918 2014-12-04  Doug Evans  <dje@google.com>
11919
11920         * lib/gdb.exp (get_build_id): New function.
11921         (build_id_debug_filename_get): Rewrite to use it.
11922         * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11923
11924 2014-12-04  Maciej W. Rozycki  <macro@codesourcery.com>
11925
11926         * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11927         `method(long)', not just 0x0.
11928         * gdb.cp/nsalias.exp: Align code labels to 4.
11929         * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11930         * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11931         * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11932         * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11933         (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11934         * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11935
11936 2014-12-02  Doug Evans  <dje@google.com>
11937
11938         PR symtab/17602
11939         * gdb.cp/anon-ns.cc: Move guts of this file to ...
11940         * gdb.cp/anon-ns2.cc: ... here.  New file.
11941         * gdb.cp/anon-ns.exp: Update.
11942
11943 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
11944
11945         * gdb.python/py-events.py (inferior_call_handler): New.
11946         (register_changed_handler, memory_changed_handler): New.
11947         (test_events.invoke): Register new handlers.
11948         * gdb.python/py-events.exp: Add tests for inferior call,
11949         memory_changed and register_changed events.
11950
11951 2014-12-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11952
11953         * gdb.base/execl-update-breakpoints.exp: Specify the link address
11954         with '-Ttext-segment' instead of '-Ttext'.  Fall back to '-Ttext'
11955         if the linker doesn't understand this.
11956
11957 2014-12-01  Simon Marchi  <simon.marchi@ericsson.com>
11958
11959         * gdb.python/python.exp: Change expected reply to help().
11960
11961 2014-12-01  Yao Qi  <yao@codesourcery.com>
11962
11963         * configure.ac: Remove AC_ARG_ENABLE for gdbtk.  Don't invoke
11964         AC_CONFIG_SUBDIRS(gdb.gdbtk).
11965         * configure: Re-generated.
11966
11967 2014-11-28  Siva Chandra Reddy  <sivachandra@google.com>
11968
11969         * gdb.cp/chained-calls.cc: New file.
11970         * gdb.cp/chained-calls.exp: New file.
11971         * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11972
11973 2014-11-28  Simon Marchi  <simon.marchi@ericsson.com>
11974
11975         * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11976         * gdb.dwarf2/symtab-producer.exp: Same.
11977         * gdb.gdb/python-interrupts.exp: Same.
11978         * gdb.gdb/python-selftest.exp: Same.
11979         * gdb.python/py-linetable.exp: Same.
11980         * gdb.python/py-type.exp: Same.
11981         * gdb.python/py-value-cc.exp: Same.
11982         * gdb.python/py-value.exp: Same.
11983
11984 2014-11-28  Yao Qi  <yao@codesourcery.com>
11985
11986         * gdb.base/break-probes.exp: Match library name prefixed with
11987         sysroot.
11988
11989 2014-11-27  Simon Marchi  <simon.marchi@ericsson.com>
11990
11991         * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11992         test expected output.  Add parentheses for the call to print.
11993         Remove L suffix from integers.
11994
11995 2014-11-26  Doug Evans  <dje@google.com>
11996
11997         * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11998
11999 2014-11-22  Yao Qi  <yao@codesourcery.com>
12000
12001         * gdb.trace/entry-values.c: Remove asms.
12002         (foo): Add foo_label.
12003         (bar): Add bar_label.
12004         * gdb.trace/entry-values.exp: Remove code computing  foo's
12005         length and bar's length.
12006         (Dwarf::assemble): Invoke function_range for bar and use
12007         MACRO_AT_func for foo.
12008
12009 2014-11-22  Yao Qi  <yao@codesourcery.com>
12010
12011         * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
12012         and .Lgcc43_procstart.  Use .Lgcc42_procstart instead of gcc42.
12013         Use .Lgcc43_procstart instead of gcc43.
12014
12015 2014-11-21  Joel Brobecker  <brobecker@adacore.com>
12016
12017         * gdb.ada/n_arr_bound: New testcase.
12018
12019 2014-11-20  Sergio Durigan Junior  <sergiodj@redhat.com>
12020
12021         PR breakpoints/10737
12022         * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12023         test_catch_syscall_multi_arch.
12024         (test_catch_syscall_multi_arch): New function.
12025
12026 2014-11-20  Doug Evans  <xdje42@gmail.com>
12027
12028         * gdb.base/maint.exp: Update expected output.
12029
12030 2014-11-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12031
12032         * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12033         4-byte instruction on S390.
12034
12035 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
12036
12037         * gdb.ada/arr_arr: New testcase.
12038
12039 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
12040
12041         * gdb.ada/pkd_arr_elem: New Testcase.
12042
12043 2014-11-18  Luis Machado  <lgustavo@codesourcery.com>
12044
12045         * gdb.reverse/break-precsave: Expect completion message for
12046         core file reads.
12047         * gdb.reverse/consecutive-precsave.exp: Likewise.
12048         * gdb.reverse/finish-precsave.exp: Likewise.
12049         * gdb.reverse/i386-precsave.exp: Likewise.
12050         * gdb.reverse/machinestate-precsave.exp: Likewise.
12051         * gdb.reverse/sigall-precsave.exp: Likewise.
12052         * gdb.reverse/solib-precsave.exp: Likewise.
12053         * gdb.reverse/step-precsave.exp: Likewise.
12054         * gdb.reverse/until-precsave.exp: Likewise.
12055         * gdb.reverse/watch-precsave.exp: Likewise.
12056
12057 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12058
12059         * gdb.base/bp-permanent.c: Include unistd.h.
12060         * gdb.python/py-framefilter-mi.c (main): Add return type.
12061         * gdb.python/py-framefilter.c (main): Likewise.
12062         * gdb.trace/actions-changed.c (main): Likewise.
12063
12064 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12065
12066         * gdb.mi/until.c: Add eye-catchers.
12067         * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12068         line numbers.
12069
12070 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12071
12072         * gdb.base/condbreak.exp: Drop references to removed non-prototype
12073         function header variants in break1.c.
12074         * gdb.base/ena-dis-br.exp: Likewise.
12075         * gdb.base/hbreak2.exp: Likewise.
12076         * gdb.reverse/until-precsave.exp: Drop references to removed
12077         non-prototype function header variants in ur1.c.
12078         * gdb.reverse/until-reverse.exp: Likewise.
12079
12080 2014-11-17  Petr Machata  <pmachata@redhat.com>
12081
12082         * lib/dwarf.exp  (Dwarf::cu, Dwarf::tu): Emit
12083         ${_cu_offset_size} bytes abbrev offset.
12084
12085 2014-11-15  Doug Evans  <xdje42@gmail.com>
12086
12087         PR symtab/17559
12088         * gdb.base/line-symtabs.exp: New file.
12089         * gdb.base/line-symtabs.c: New file.
12090         * gdb.base/line-symtabs.h: New file.
12091
12092 2014-11-14  Yao Qi  <yao@codesourcery.com>
12093
12094         * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12095         (func): Add label func_label.
12096         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12097         Replace low_pc and high_pc with MACRO_AT_range.
12098         Replace name, low_pc and high_pc with MACRO_AT_func.
12099
12100 2014-11-14  Yao Qi  <yao@codesourcery.com>
12101
12102         * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12103         Replace name, low_pc and high_pc with MACRO_AT_func.
12104
12105 2014-11-14  Yao Qi  <yao@codesourcery.com>
12106
12107         * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12108         produce debug information.
12109         * gdb.dwarf2/implptr-optimized-out.S: Removed.
12110
12111 2014-11-14  Yao Qi  <yao@codesourcery.com>
12112
12113         * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12114         object and get function length.
12115         (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12116         with MACRO_AT_func.
12117         (top-level): Replace gdb_compile and clean_restart with
12118         prepare_for_testing.
12119         * gdb.dwarf2/main.c (main): Add label main_label.
12120
12121 2014-11-14  Yao Qi  <yao@codesourcery.com>
12122
12123         * lib/dwarf.exp (function_range): New procedure.
12124         (Dwarf::_handle_macro_at_func): New procedure.
12125         (Dwarf::_handle_macro_at_range): New procedure.
12126         (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12127
12128 2014-11-14  Yao Qi  <yao@codesourcery.com>
12129
12130         * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12131         (_handle_attribute): New procedure.
12132
12133 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12134
12135         * gdb.ada/cond_lang/foo.c (callme): Add return type.
12136         * gdb.base/call-sc.c (zed): Likewise.
12137         * gdb.base/checkpoint.c (main): Likewise.
12138         * gdb.base/dump.c (main): Likewise.
12139         * gdb.base/gcore.c (main): Likewise.
12140         * gdb.base/huge.c (main): Likewise.
12141         * gdb.base/multi-forks.c (main): Likewise.
12142         * gdb.base/pr10179-a.c (main): Likewise.
12143         * gdb.base/savedregs.c (main): Likewise.
12144         * gdb.base/sigaltstack.c (main): Likewise.
12145         * gdb.base/siginfo.c (main): Likewise.
12146         * gdb.base/structs.c (zed): Likewise.
12147         * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12148         * gdb.mi/mi-syn-frame.c (main): Likewise.
12149         * gdb.mi/until.c (foo, main): Likewise.
12150         * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12151         * gdb.base/solib-weak.c (foo): Declare.
12152         * gdb.base/attach-twice.c: Include stdio.h.
12153         * gdb.base/weaklib1.c: Likewise.
12154         * gdb.base/weaklib2.c: Likewise.
12155         * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12156         * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12157         unistd.h.
12158         * gdb.base/attach-pie-misread.c: Include stdlib.h.
12159         * gdb.mi/mi-exit-code.c: Likewise.
12160         * gdb.base/break-interp-lib.c: Include string.h.
12161         * gdb.base/coremaker.c: Likewise.
12162         * gdb.base/testenv.c: Likewise.
12163         * gdb.python/py-finish-breakpoint.c: Likewise.
12164         * gdb.base/inferior-died.c: Include sys/wait.h.
12165         * gdb.base/fileio.c: Include time.h.
12166         * gdb.base/async-shell.c: Include unistd.h.
12167         * gdb.base/dprintf-non-stop.c: Likewise.
12168         * gdb.base/info-os.c: Likewise.
12169         * gdb.mi/mi-console.c: Likewise.
12170         * gdb.mi/watch-nonstop.c: Likewise.
12171         * gdb.python/py-events.c: Likewise.
12172         * gdb.base/async.c (baz): Move up before its invocation.
12173         * gdb.base/code_elim2.c (my_global_func): Likewise.
12174         * gdb.base/skip-solib-lib.c (multiply): Likewise.
12175         * gdb.base/advance.c (func2): Likewise.
12176
12177 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12178
12179         * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12180         variant.
12181         * gdb.base/annota3.c: Likewise.
12182         * gdb.base/async.c: Likewise.
12183         * gdb.base/average.c: Likewise.
12184         * gdb.base/call-ar-st.c: Likewise.
12185         * gdb.base/call-rt-st.c: Likewise.
12186         * gdb.base/call-sc.c: Likewise.
12187         * gdb.base/call-strs.c: Likewise.
12188         * gdb.base/ending-run.c: Likewise.
12189         * gdb.base/execd-prog.c: Likewise.
12190         * gdb.base/exprs.c: Likewise.
12191         * gdb.base/foll-exec.c: Likewise.
12192         * gdb.base/foll-fork.c: Likewise.
12193         * gdb.base/foll-vfork.c: Likewise.
12194         * gdb.base/funcargs.c: Likewise.
12195         * gdb.base/gcore.c: Likewise.
12196         * gdb.base/jump.c: Likewise.
12197         * gdb.base/langs0.c: Likewise.
12198         * gdb.base/langs1.c: Likewise.
12199         * gdb.base/langs2.c: Likewise.
12200         * gdb.base/mips_pro.c: Likewise.
12201         * gdb.base/nodebug.c: Likewise.
12202         * gdb.base/opaque0.c: Likewise.
12203         * gdb.base/opaque1.c: Likewise.
12204         * gdb.base/recurse.c: Likewise.
12205         * gdb.base/run.c: Likewise.
12206         * gdb.base/scope0.c: Likewise.
12207         * gdb.base/scope1.c: Likewise.
12208         * gdb.base/setshow.c: Likewise.
12209         * gdb.base/setvar.c: Likewise.
12210         * gdb.base/shmain.c: Likewise.
12211         * gdb.base/shr1.c: Likewise.
12212         * gdb.base/shr2.c: Likewise.
12213         * gdb.base/sigall.c: Likewise.
12214         * gdb.base/signals.c: Likewise.
12215         * gdb.base/so-indr-cl.c: Likewise.
12216         * gdb.base/solib2.c: Likewise.
12217         * gdb.base/structs.c: Likewise.
12218         * gdb.base/sum.c: Likewise.
12219         * gdb.base/vforked-prog.c: Likewise.
12220         * gdb.base/watchpoint.c: Likewise.
12221         * gdb.reverse/shr2.c: Likewise.
12222         * gdb.reverse/until-reverse.c: Likewise.
12223         * gdb.reverse/ur1.c: Likewise.
12224         * gdb.reverse/watch-reverse.c: Likewise.
12225
12226 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12227
12228         * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12229         variant.
12230         * gdb.base/sepdebug.exp: Drop references to removed code.
12231
12232 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12233
12234         * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12235         variant.  Preserve original line numbering.
12236         * gdb.base/list1.c: Likewise.
12237
12238 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12239
12240         * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12241         variant.
12242         * gdb.base/break1.c: Likewise.
12243         * gdb.base/break.exp: Drop references to removed code.
12244
12245 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12246
12247         * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12248         variant.
12249
12250 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12251
12252         * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12253
12254 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12255
12256         * gdb.base/callfuncs.exp: Remove 'prototypes' variable.  Move main
12257         logic into perform_all_tests() and invoke it with and without
12258         function header prototypes.
12259         (do_function_calls): Remove conditional XFAIL for PR 5318.
12260         (rerun_and_prepare): Remove duplicate code.
12261         (perform_all_tests): New.  Main logic moved here.
12262
12263 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12264
12265         * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12266         code guarded by #ifdef NO_PROTOTYPES.
12267         (t_double_many_args): Likewise.
12268         (DEF_FUNC_MANY_ARGS_1): Likewise.
12269         (DEF_FUNC_VALUES_1): Likewise.
12270         (t_structs_ldc): Renamed from t_structs_fc in conditional code
12271         guarded by #ifdef PROTOTYPES.
12272
12273 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12274
12275         * gdb.mi/mi-console.c: Add eye-catcher.
12276         * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12277         instead of literal line number.
12278
12279 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12280
12281         * gdb.base/shr2.c: Add eye-catcher.
12282         * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12283         line number.
12284
12285 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12286
12287         * gdb.base/jump.c: Add eye-catchers.
12288         * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12289         numbers.
12290
12291 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12292
12293         * gdb.base/execd-prog.c: Add eye-catchers.
12294         * gdb.base/foll-exec.c: Likewise.
12295         * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12296         line numbers.
12297
12298 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12299
12300         * gdb.base/ending-run.c: Add eye-catchers.
12301         * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12302         literal line numbers.
12303
12304 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12305
12306         * gdb.base/call-rt-st.c: Add eye-catchers.
12307         * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12308         literal line numbers.
12309
12310 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12311
12312         * gdb.base/call-ar-st.c: Add eye-catchers.
12313         * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12314         literal line numbers.
12315
12316 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12317
12318         * gdb.base/average.c: Add eye-catchers.
12319         * gdb.base/sum.c: Likewise.
12320         * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12321         regexps dynamically.
12322
12323 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12324
12325         * gdb.base/solib1.c: Add eye-catchers.
12326         * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12327         literal line numbers.
12328
12329 2014-11-12  Pedro Alves  <palves@redhat.com>
12330
12331         * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12332         leader has exited.
12333
12334 2014-11-12  Pedro Alves  <palves@redhat.com>
12335
12336         * gdb.arch/i386-bp_permanent.c: New file.
12337         * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12338         (srcfile): Set to i386-bp_permanent.c.
12339         (top level): Adjust to work in both 32-bit and 64-bit modes.  Test
12340         that stepi does not execute the 'leave' instruction, instead of
12341         testing it does execute.
12342         * gdb.base/bp-permanent.c: New file.
12343         * gdb.base/bp-permanent.exp: New file.
12344
12345 2014-11-10  Doug Evans  <xdje42@gmail.com>
12346
12347         PR symtab/17564
12348         * gdb.base/symtab-search-order.exp: New file.
12349         * gdb.base/symtab-search-order.c: New file.
12350         * gdb.base/symtab-search-order-1.c: New file.
12351         * gdb.base/symtab-search-order-shlib-1.c: New file.
12352
12353 2014-11-07  Pedro Alves  <palves@redhat.com>
12354
12355         PR gdb/17511
12356         * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12357         i?86-*-linux*.
12358
12359 2014-11-03  Siva Chandra Reddy  <sivachandra@google.com>
12360
12361         PR c++/17494
12362         * gdb.cp/pr17494.cc: New file.
12363         * gdb.cp/pr17494.exp: New file.
12364
12365 2014-11-02  Yao Qi  <yao@codesourcery.com>
12366
12367         * gdb.python/python.exp: Get working directory and match the
12368         output of "set extended-prompt \\w " with it.
12369
12370 2014-10-30  Doug Evans  <dje@google.com>
12371
12372         * gdb.python/py-objfile.exp: Add tests for setting random attributes
12373         in objfiles.
12374         * gdb.python/py-progspace.exp: Add tests for setting random attributes
12375         in progspaces.
12376
12377 2014-10-30  Janis Johnson  <janisjo@codesourcery.com>
12378
12379         * gdb.base/fullpath-expand.exp: Skip for a remote host.
12380         * gdb.base/realname-expand.exp: Likewise.
12381         * gdb.linespec/macro-relative.exp: Likewise.
12382
12383 2014-10-29  Pedro Alves  <palves@redhat.com>
12384
12385         PR gdb/17408
12386         * gdb.threads/schedlock.c (some_function): New function.
12387         (call_function): New global.
12388         (MAYBE_CALL_SOME_FUNCTION): New macro.
12389         (thread_function): Call it.
12390         * gdb.threads/schedlock.exp (get_args): Add description parameter,
12391         and use it instead of a global counter.  Adjust all callers.
12392         (get_current_thread): Use "find current thread" for test message
12393         here rather than having all callers pass down the same string.
12394         (goto_loop): New procedure, factored out from ...
12395         (my_continue): ... this.
12396         (step_ten_loops): Change parameter from test message to command to
12397         use.  Adjust.
12398         (list_count): Delete global.
12399         (check_result): New procedure, factored out from duplicate top
12400         level code.
12401         (continue tests): Wrap in with_test_prefix.
12402         (test_step): New procedure, factored out from duplicate top level
12403         code.
12404         (top level): Test "step" in combination with all scheduler-locking
12405         modes.  Test "next" in combination with all scheduler-locking
12406         modes, and in combination with stepping over a function call or
12407         not.
12408         * gdb.threads/next-bp-other-thread.c: New file.
12409         * gdb.threads/next-bp-other-thread.exp: New file.
12410
12411 2014-10-29  Pedro Alves  <palves@redhat.com>
12412
12413         PR python/17372
12414         * gdb.python/python.exp: Test a multi-line command that spawns
12415         interactive Python.
12416         * gdb.base/multi-line-starts-subshell.exp: New file.
12417
12418 2014-10-29  Yao Qi  <yao@codesourcery.com>
12419
12420         * gdb.base/fileio.exp: Make directories on host.
12421
12422 2014-10-29  Yao Qi  <yao@codesourcery.com>
12423
12424         * gdb.base/fileio.c (test_write): Close the file.
12425
12426 2014-10-28  Pedro Alves  <palves@redhat.com>
12427
12428         PR gdb/12623
12429         * gdb.base/sigstep.c (no_handler): New global.
12430         (main): If 'no_handler is true, set the signal handlers to
12431         SIG_IGN.
12432         * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12433         with_sw_watch and no_handler parameters.  Handle them.
12434         (top level) <stepping over handler when stopped at a breakpoint
12435         test>: Add a test axis for testing with a software watchpoint, and
12436         another for testing with the signal handler set to SIG_IGN.
12437         * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12438         * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12439
12440 2014-10-28  Pedro Alves  <palves@redhat.com>
12441
12442         PR gdb/17511
12443         * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12444         * gdb.base/sigstep.exp (other_handler_location): New global.
12445         (advance): Support stepping into the signal handler, and running
12446         commands while in the handler.
12447         (in_handler_map): New global.
12448         (top level): In the advance test, add combinations for getting
12449         into the handler with stepping commands, and for running commands
12450         in the handler.  Add comment descripting the advancei tests.
12451
12452 2014-10-28  Pedro Alves  <palves@redhat.com>
12453
12454         * gdb.base/sigstep.exp: Use build_executable instead of
12455         prepare_for_testing.
12456         (top level): Move code that starts GDB, runs to main and creates a
12457         display to ...
12458         (restart): ... this new procedure.
12459         (top level): Move backtrace from signal handler test to ...
12460         (validate_backtrace): ... this new procedure.
12461         (advance, advancei): Rename parameter from 'i' to 'cmd'.  Use
12462         with_test_prefix.  Always restart GDB.
12463         (skip_to_handler): Rename parameter from 'i' to 'cmd'.  Use
12464         with_test_prefix.  Always restart GDB.  No need to delete
12465         breakpoints after the test.
12466         (test_skip_handler): Remove prefix parameter.
12467         (skip_over_handler, breakpoint_to_handler)
12468         (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12469         parameter from 'i' to 'cmd'.  Use with_test_prefix.  Always
12470         restart GDB.  No need to delete breakpoints after the test.
12471         (top level): Use foreach to call the test procedures with
12472         different commands.
12473
12474 2014-10-28  Pedro Alves  <palves@redhat.com>
12475
12476         * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12477         instead of GNATS numbers.
12478         * gdb.base/sigbpt.exp: Likewise.
12479         * gdb.base/siginfo.exp: Likewise.
12480         * gdb.base/sigstep.exp: Likewise.
12481
12482 2014-10-27  Pedro Alves  <palves@redhat.com>
12483
12484         * gdb.base/sigstep.c (dummy): New global.
12485         (main): Issue a couple writes to the new global.
12486         * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12487         procedures.
12488         (skip_over_handler): Use test_skip_handler.
12489         (top level): Call skip_over_handler for stepi and nexti too.
12490         (breakpoint_over_handler): Use test_skip_handler.
12491         (top level): Call breakpoint_over_handler for stepi and nexti too.
12492
12493 2014-10-27  Yao Qi  <yao@codesourcery.com>
12494
12495         * gdb.trace/tfile.c (adjust_function_address)
12496         [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12497         function descriptor.
12498
12499 2014-10-24  Don Breazeal  <donb@codesourcery.com>
12500
12501         * gdb.base/foll-fork.exp (test_follow_fork,
12502         catch_fork_child_follow): Check for updated fork messages emitted
12503         from infrun.c.
12504         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12505         vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12506         vfork_and_exec_child_follow_through_step): Check for updated vfork
12507         messages emitted from infrun.c.
12508
12509 2014-10-24  Pedro Alves  <palves@redhat.com>
12510
12511         * gdb.base/corefile.exp: Remove references to ultrix.
12512         * gdb.base/interrupt.exp: Likewise.
12513         * gdb.base/whatis.exp: Likewise.
12514         * gdb.gdb/selftest.exp: Likewise.
12515         * gdb.threads/manythreads.exp: Likewise.
12516         * gdb.threads/print-threads.exp: Likewise.
12517         * gdb.threads/pthreads.exp:: Likewise.
12518         * gdb.threads/schedlock.exp: Likewise.
12519
12520 2014-10-24  Siva Chandra Reddy  <sivachandra@google.com>
12521
12522         * gdb.cp/non-trivial-retval.cc: Add a test case.
12523         * gdb.cp/non-trivial-retval.exp: Add a test.
12524
12525 2014-10-20  Yao Qi  <yao@codesourcery.com>
12526
12527         * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12528         * gdb.python/py-objfile-script-gdb.py: New file.
12529         * gdb.python/py-objfile-script.exp: Update reference to
12530         py-objfile-script-gdb.py.in.  Use gdb_remote_donwload instead
12531         of remote_download.  Remove the dest file.
12532
12533 2014-10-20  Yao Qi  <yao@codesourcery.com>
12534
12535         * gdb.base/checkpoint.exp: Don't remove file copied on host.
12536         * gdb.base/step-line.exp: Likewise.
12537         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12538         * gdb.dwarf2/dw2-basic.exp: Likewise.
12539         * gdb.dwarf2/dw2-compressed.exp: Likewise.
12540         * gdb.dwarf2/dw2-filename.exp: Likewise.
12541         * gdb.dwarf2/dw2-intercu.exp: Likewise.
12542         * gdb.dwarf2/dw2-intermix.exp: Likewise.
12543         * gdb.dwarf2/dw2-producer.exp: Likewise.
12544         * gdb.dwarf2/mac-fileno.exp: Likewise.
12545         * gdb.python/py-frame-args.exp: Likewise.
12546         * gdb.python/py-framefilter.exp: Likewise.
12547         * gdb.python/py-mi.exp: Likewise.
12548         * gdb.python/py-objfile-script.exp: Likewise
12549         * gdb.python/py-pp-integral.exp: Likewise.
12550         * gdb.python/py-pp-re-notag.exp: Likewise.
12551         * gdb.python/py-prettyprint.exp: Likewise.
12552         * gdb.python/py-section-script.exp: Likewise.
12553         * gdb.python/py-typeprint.exp: Likewise.
12554         * gdb.python/py-xmethods.exp: Likewise.
12555         * gdb.stabs/weird.exp: Likewise.
12556         * gdb.xml/tdesc-regs.exp: Likewise.
12557
12558 2014-10-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
12559
12560         * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12561         (out_cu): Use addr_len for the size of addresses.
12562         (out_line): Likewise.  Size DW_LNE_set_address instruction
12563         according to addr_len.
12564         * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12565         (FUNC): Add START_INSNS to definition.
12566
12567 2014-10-18  Yao Qi  <yao@codesourcery.com>
12568
12569         * gdb.base/argv0-symlink.exp: Check argv[0] value if
12570         gdb_has_argv0 return true.
12571         * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
12572         check [target_info exists noargs], check [gdb_has_argv0]
12573         instead.
12574         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12575         * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
12576         procedures.
12577
12578 2014-10-17  Doug Evans  <dje@google.com>
12579
12580         * gdb.python/py-events.exp: Update expected output for clear_objfiles
12581         event.
12582         * gdb.python/py-events.py: Add clear_objfiles event.
12583
12584 2014-10-17  Doug Evans  <dje@google.com>
12585
12586         * gdb.python/py-objfile.exp: Test progspace attribute.
12587
12588 2014-10-17  Luis Machado  <lgustavo@codesourcery.com>
12589
12590         * gdb.guile/scm-breakpoint.exp: Do not assume any
12591         directory separators when matching source file paths.
12592         * gdb.python/py-breakpoint.exp: Likewise.
12593         * gdb.reverse/break-precsave.exp: Likewise.
12594         * gdb.reverse/break-reverse.exp: Likewise.
12595         * gdb.reverse/consecutive-precsave.exp: Likewise.
12596         * gdb.reverse/finish-precsave.exp: Likewise.
12597         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
12598         * gdb.reverse/finish-reverse.exp: Likewise.
12599         * gdb.reverse/i386-precsave.exp: Likewise.
12600         * gdb.reverse/i387-env-reverse.exp: Likewise.
12601         * gdb.reverse/i387-stack-reverse.exp: Likewise.
12602         * gdb.reverse/machinestate-precsave.exp: Likewise.
12603         * gdb.reverse/machinestate.exp: Likewise.
12604         * gdb.reverse/sigall-precsave.exp: Likewise.
12605         * gdb.reverse/solib-precsave.exp: Likewise.
12606         * gdb.reverse/step-precsave.exp: Likewise.
12607         * gdb.reverse/until-precsave.exp: Likewise.
12608         * gdb.reverse/watch-precsave.exp: Likewise.
12609         * gdb.reverse/watch-reverse.exp: Likewise.
12610
12611 2014-10-17  Yao Qi  <yao@codesourcery.com>
12612
12613         * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
12614         * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
12615
12616 2014-10-17  Pedro Alves  <palves@redhat.com>
12617
12618         PR gdb/17471
12619         * gdb.base/bg-execution-repeat.c: New file.
12620         * gdb.base/bg-execution-repeat.exp: New file.
12621
12622 2014-10-17  Pedro Alves  <palves@redhat.com>
12623
12624         PR gdb/17300
12625         * gdb.base/continue-all-already-running.c: New file.
12626         * gdb.base/continue-all-already-running.exp: New file.
12627
12628 2014-10-17  Pedro Alves  <palves@redhat.com>
12629
12630         PR gdb/17472
12631         * gdb.base/annota-input-while-running.c: New file.
12632         * gdb.base/annota-input-while-running.exp: New file.
12633
12634 2014-10-17  Pedro Alves  <palves@redhat.com>
12635
12636         * gdb.base/callfuncs.exp: emove references to osf.
12637         * gdb.base/sigall.exp: Likewise.
12638         * gdb.gdb/selftest.exp: Likewise.
12639         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12640         * gdb.mi/non-stop.c: Likewise.
12641         * gdb.mi/pthreads.c: Likewise.
12642         * gdb.reverse/sigall-precsave.exp: Likewise.
12643         * gdb.reverse/sigall-reverse.exp: Likewise.
12644         * gdb.threads/pthreads.c: Likewise.
12645         * gdb.threads/pthreads.exp: Likewise.
12646
12647 2014-10-17  Yao Qi  <yao@codesourcery.com>
12648
12649         * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
12650         check 'target_info exists noargs'.
12651         (test_command_prompt_position): Likewise.
12652         (progvar_simple_if_test): Don't check 'target_info exists noargs'.
12653         Remove "set args".
12654         (progvar_simple_while_test): Likewise.
12655         (progvar_complex_if_while_test): Likewise.
12656         (if_while_breakpoint_command_test): Likewise.
12657         (infrun_breakpoint_command_test): Likewise.
12658         (breakpoint_command_test): Likewise.
12659         (watchpoint_command_test): Likewise.
12660         (bp_deleted_in_command_test): Likewise.
12661         (temporary_breakpoint_commands): Likewise.
12662
12663 2014-10-16  Yao Qi  <yao@codesourcery.com>
12664
12665         * gdb.base/remotetimeout.exp: Remove noargs checking.
12666
12667 2014-10-15  Pedro Alves  <palves@redhat.com>
12668
12669         PR breakpoints/9649
12670         * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
12671         * gdb.base/breakpoint-in-ro-region.exp
12672         (probe_target_hardware_step): New procedure.
12673         (top level): Probe hardware stepping and hardware breakpoint
12674         support.  Test stepping through a read-only region, with both
12675         "breakpoint auto-hw" on and off and both "always-inserted" on and
12676         off.
12677
12678 2014-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
12679
12680         * gdb.dlang/demangle.exp: Update for demangling changes.
12681
12682 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
12683
12684         * gdb.cp/non-trivial-retval.cc: Add new test cases.
12685         * gdb.cp/non-trivial-retval.exp: Add new tests.
12686
12687 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
12688
12689         PR c++/13403
12690         PR c++/15154
12691         * gdb.cp/non-trivial-retval.cc: New file.
12692         * gdb.cp/non-trivial-retval.exp: New file.
12693
12694 2014-10-15  Yao Qi  <yao@codesourcery.com>
12695
12696         * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
12697         remote host.
12698
12699 2014-10-15  Yao Qi  <yao@codesourcery.com>
12700
12701         * gdb.python/py-symbol.exp: Match file base name if host is
12702         remote, otherwise match file name with dir name.
12703         * gdb.python/py-symtab.exp: Likewise.
12704         * gdb.python/python.exp: Likewise.
12705
12706 2014-10-15  Yao Qi  <yao@codesourcery.com>
12707
12708         * gdb.python/py-symbol.exp: Remove trailing ".*" in the
12709         pattern.
12710         * gdb.python/py-symtab.exp: Likewise.
12711         * gdb.python/python.exp: Remove trailing ".*".  Fix typo
12712         locationn.
12713
12714 2014-10-14  Joel Brobecker  <brobecker@adacore.com>
12715
12716         * gdb.ada/addr_arith: New testcase.
12717
12718 2014-10-14  Maciej W. Rozycki  <macro@codesourcery.com>
12719
12720         * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
12721         * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
12722         * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
12723         * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
12724
12725 2014-10-14  Sergio Durigan Junior  <sergiodj@redhat.com>
12726
12727         * gdb.arch/stap-eval-lang-ada.S: Likewise.
12728         * gdb.arch/stap-eval-lang-ada.c: Likewise.
12729         * gdb.arch/stap-eval-lang-ada.exp: New file.
12730
12731 2014-10-14  Yao Qi  <yao@codesourcery.com>
12732
12733         * gdb.mi/mi-var-child.c (nothing1): New function.
12734         (nothing2): New function.
12735         (do_children_tests): Set function pointers by nothing1 and
12736         nothing2.
12737         * gdb.mi/mi-var-child.exp: Step over new added statements.
12738         Update test to match the new output.
12739         * gdb.mi/var-cmd.c (nothing1): New function.
12740         (nothing2): New function.
12741         (do_children_tests): Set function pointers by  nothing1 and
12742         nothing2.
12743         * gdb.mi/mi-var-display.exp: Update test to match output.
12744         Step to the line specified by $line_dct_nothing.
12745         Increase the number of lines to step.
12746
12747 2014-10-14  Yao Qi  <yao@codesourcery.com>
12748
12749         * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12750         tests.
12751         * gdb.mi/mi2-var-child.exp: Likewise.
12752
12753 2014-10-13  Doug Evans  <dje@google.com>
12754
12755         * gdb.python/py-objfile.exp: Change name of file name test.
12756
12757 2014-10-13  Doug Evans  <dje@google.com>
12758
12759         * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12760         from the start of the CU.
12761
12762 2014-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
12763             Yao Qi  <yao@codesourcery.com>
12764
12765         Fix "save breakpoints" for "catch" command.
12766         * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12767         Remove -nonewline.  Match also the added "main" line.
12768
12769 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12770
12771         Fix "save breakpoints" for "disable $bpnum" command.
12772         * gdb.base/save-bp.c (main): Add label.
12773         * gdb.base/save-bp.exp: Add 8th disabled breakpoint.  Match it.
12774
12775 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12776
12777         * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12778
12779 2014-10-11  Yao Qi  <yao@codesourcery.com>
12780
12781         * gdb.server/server-kill.exp: Execute command
12782         "set remote trace-status-packet on" before "tstatus".
12783
12784 2014-10-11  Yao Qi  <yao@codesourcery.com>
12785
12786         * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12787         (main): Call getppid.
12788         * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12789         and continue to it.  Read variable "server_pid".
12790
12791 2014-10-11  Yao Qi  <yao@codesourcery.com>
12792
12793         * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12794
12795 2014-10-11  Yao Qi  <yao@codesourcery.com>
12796
12797         * gdb.threads/thread-find.exp: Don't execute command
12798         "info threads".
12799         * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12800         * gdb.threads/linux-dp.exp: Don't check the condition
12801         $threads_created equals to zero.
12802
12803 2014-10-10  Pedro Alves  <palves@redhat.com>
12804
12805         * gdb.base/bigcore.exp: Remove references to IRIX.
12806         * gdb.base/funcargs.exp: Likewise.
12807         * gdb.base/interrupt.exp: Likewise.
12808         * gdb.base/mips_pro.exp: Likewise.
12809         * gdb.base/nodebug.exp: Likewise.
12810         * gdb.base/setvar.exp: Likewise.
12811         * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12812
12813 2014-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
12814             Pedro Alves  <palves@redhat.com>
12815
12816         PR symtab/14466
12817         * gdb.base/vdso-warning.c: New file.
12818         * gdb.base/vdso-warning.exp: New file.
12819
12820 2014-10-02  Doug Evans  <dje@google.com>
12821
12822         * gdb.base/structs.c (main): Don't run forever.
12823
12824 2014-10-02  Pedro Alves  <palves@redhat.com>
12825
12826         * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12827         (top level) <stop threads 1, stop threads 2>: Use it.
12828
12829 2014-10-02  Pedro Alves  <palves@redhat.com>
12830
12831         * gdb.threads/break-while-running.exp (test): Add new
12832         'update_thread_list' argument.  Skip "info threads" if false.
12833         (top level): Add new 'update_thread_list' axis.
12834
12835 2014-10-02  Pedro Alves  <palves@redhat.com>
12836
12837         PR breakpoints/17431
12838         * gdb.base/execl-update-breakpoints.c: New file.
12839         * gdb.base/execl-update-breakpoints.exp: New file.
12840
12841 2014-10-01  Pedro Alves  <palves@redhat.com>
12842
12843         * gdb.base/breakpoint-in-ro-region.c: New file.
12844         * gdb.base/breakpoint-in-ro-region.exp: New file.
12845
12846 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
12847
12848         * gdb.mi/mi-exit-code.exp: New file.
12849         * gdb.mi/mi-exit-code.c: New file.
12850
12851 2014-09-30  Yao Qi  <yao@codesourcery.com>
12852
12853         * lib/prelink-support.exp (build_executable_own_libs): Error if
12854         the target isn't native.
12855
12856 2014-09-30  Yao Qi  <yao@codesourcery.com>
12857
12858         * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12859         false.
12860
12861 2014-09-22  Pedro Alves  <palves@redhat.com>
12862
12863         * gdb.threads/break-while-running.exp: New file.
12864         * gdb.threads/break-while-running.c: New file.
12865
12866 2014-09-19  Yao Qi  <yao@codesourcery.com>
12867
12868         * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12869         Invoke test.  Restart GDB with --readnow and invoke test again.
12870
12871 2014-09-19  Yao Qi  <yao@codesourcery.com>
12872
12873         * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12874         proc set_breakpoint_on_gcd_function.  Invoke
12875         set_breakpoint_on_gcd_function.  Restart GDB with --readnow and
12876         invoke set_breakpoint_on_gcd_function again.
12877
12878 2014-09-18  Doug Evans  <dje@google.com>
12879
12880         * gdb.dwarf2/symtab-producer.exp: New file.
12881
12882 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12883
12884         * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12885         * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12886         * gdb.base/global-var-nested-by-dso.c: Likewise.
12887         * gdb.base/global-var-nested-by-dso.exp: Likewise.
12888
12889 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12890             Pedro Alves  <palves@redhat.com>
12891
12892         * gdb.base/watch-bitfields.exp: Pass string other than test file
12893         name to prepare_for_testing.
12894         (watch): New procedure.
12895         (expect_watchpoint): Use with_test_prefix.
12896         (top level): Factor out tests to ...
12897         (test_watch_location, test_regular_watch): ... these new
12898         procedures, and use with_test_prefix and gdb_continue_to_end.
12899
12900 2014-09-16  Patrick Palka  <patrick@parcs.ath.cx>
12901
12902         PR breakpoints/12526
12903         * gdb.base/watch-bitfields.exp: New file.
12904         * gdb.base/watch-bitfields.c: New file.
12905
12906 2014-09-16  Pedro Alves  <palves@redhat.com>
12907
12908         * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12909         software and hardware addresses, not software address against
12910         itself.
12911
12912 2014-09-16  Pedro Alves  <palves@redhat.com>
12913
12914         * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12915         * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12916
12917 2014-09-16  Pedro Alves  <palves@redhat.com>
12918
12919         * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12920         files.
12921         * gdb.base/a2-run.exp: Remove all code guarded by istarget
12922         "*-*-vxworks*" throughout.
12923         * gdb.base/break.exp: Likewise.
12924         * gdb.base/default.exp: Likewise.
12925         * gdb.base/scope.exp: Likewise.
12926         * gdb.base/sepdebug.exp: Likewise.
12927         * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12928         throughout.
12929         * gdb.base/run.c: Likewise.
12930         * gdb.base/sepdebug.c: Likewise.
12931         * gdb.hp/gdb.aCC/run.c: Likewise.
12932         * gdb.reverse/until-reverse.c: Likewise.
12933         * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12934
12935 2014-09-16  Yao Qi  <yao@codesourcery.com>
12936
12937         * boards/local-remote-host-native.exp: New file.
12938
12939 2014-09-14  Doug Evans  <xdje42@gmail.com>
12940
12941         * gdb.threads/queue-signal.c (thread_count): New variable.
12942         (thread_count_mutex, thread_count_condvar): New variables.
12943         (incr_thread_count, wait_all_threads_running): New functions.
12944         (main): Wait for all threads to be in their thread functions.
12945
12946 2014-09-13  Doug Evans  <xdje42@gmail.com>
12947
12948         * gdb.threads/queue-signal.c: New file.
12949         * gdb.threads/queue-signal.exp: New file.
12950
12951 2014-09-13  Doug Evans  <xdje42@gmail.com>
12952
12953         * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12954         be consistent with what default_gdb_init uses.
12955         (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12956         the plain text of the prompt.  Add some logging printfs.
12957         * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12958
12959 2014-09-12  Pedro Alves  <palves@redhat.com>
12960
12961         * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12962         gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12963         * gdb.arch/i386-size-overlap.exp: Likewise.
12964         * gdb.arch/i386-size.exp: Likewise.
12965         * gdb.arch/i386-unwind.exp: Likewise.
12966         * gdb.base/a2-run.exp: Likewise.
12967         * gdb.base/break.exp: Likewise.
12968         * gdb.base/charset.exp: Likewise.
12969         * gdb.base/chng-syms.exp: Likewise.
12970         * gdb.base/commands.exp: Likewise.
12971         * gdb.base/dbx.exp: Likewise.
12972         * gdb.base/find.exp: Likewise.
12973         * gdb.base/funcargs.exp: Likewise.
12974         * gdb.base/jit-simple.exp: Likewise.
12975         * gdb.base/reread.exp: Likewise.
12976         * gdb.base/sepdebug.exp: Likewise.
12977         * gdb.base/step-bt.exp: Likewise.
12978         * gdb.cp/mb-inline.exp: Likewise.
12979         * gdb.cp/mb-templates.exp: Likewise.
12980         * gdb.objc/basicclass.exp: Likewise.
12981         * gdb.threads/killed.exp: Likewise.
12982
12983 2014-09-12  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
12984
12985         PR tdep/17379
12986         * gdb.arch/powerpc-stackless.S: New file.
12987         * gdb.arch/powerpc-stackless.exp: New file.
12988
12989 2014-09-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12990
12991         * gdb.base/attach.c: Include unistd.h.
12992         (main): Call alarm.  Add label postloop.
12993         * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12994         gdb_breakpoint, gdb_continue_to_breakpoint.
12995         (test_command_line_attach_run): Kill ${testpid} in one exit path.
12996
12997 2014-09-11  Pedro Alves  <palves@redhat.com>
12998
12999         PR gdb/17347
13000         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
13001         * gdb.base/attach.exp (test_command_line_attach_run): New
13002         procedure.
13003         (top level): Call it.
13004
13005 2014-09-11  Pedro Alves  <palves@redhat.com>
13006
13007         * lib/gdb.exp (spawn_wait_for_attach): New procedure.
13008         * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
13009         (do_command_attach_tests): Use spawn_wait_for_attach.
13010         * gdb.base/solib-overlap.exp: Likewise.
13011         * gdb.multi/multi-attach.exp: Likewise.
13012         * gdb.python/py-prompt.exp: Likewise.
13013         * gdb.python/py-sync-interp.exp: Likewise.
13014         * gdb.server/ext-attach.exp: Likewise.
13015
13016 2014-09-11  Gabriel Krisman Bertazi  <gabriel@krisman.be>
13017
13018         * gdb.fortran/array-element.exp: Remove unexpected "continue"
13019         command in testcase.  Simplify testcase.
13020
13021 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13022
13023         * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13024
13025 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13026
13027         * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13028
13029 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13030
13031         * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13032
13033 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13034
13035         * gdb.dwarf2/dynarr-ptr.c: New file.
13036         * gdb.dwarf2/dynarr-ptr.exp: New file.
13037
13038 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13039
13040         * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13041         of 30 rather than hardcoding 120 for a slow test case.  Take the
13042         `gdb,timeout' target setting into account for this calculation.
13043         Don't extend the timeout for the test cases that don't need it.
13044
13045 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13046
13047         * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13048         a factor of 2 for a slow test case.  Take the `gdb,timeout'
13049         target setting into account for this calculation.
13050         * gdb.reverse/until-precsave.exp: Increase the timeout by
13051         a factor of 15 and 3 respectively rather than adding 120
13052         for a pair of slow test cases.  Take the `gdb,timeout'
13053         target setting into account for this calculation.
13054
13055 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13056
13057         * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13058         timeout, don't pass one down to gdb_expect.
13059         (gdb_expect): Rework timeout selection.
13060
13061 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13062
13063         * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13064         exception on timeout.
13065         (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13066         (gdbserver_start_extended): Catch any `gdbserver_start' error
13067         exceptions.
13068         (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13069         * lib/mi-support.exp (mi_gdb_target_load): Catch any
13070         `gdbserver_gdb_load' error exceptions.
13071
13072 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13073
13074         * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13075         120 on waiting for the TCP socket to open.
13076
13077 2014-09-09  Doug Evans  <xdje42@gmail.com>
13078
13079         * gdb.base/default.exp (show_conv_list): Add _caller_is,
13080         _caller_matches, _any_caller_is, _any_caller_matches.
13081
13082 2014-09-09  Doug Evans  <xdje42@gmail.com>
13083
13084         * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13085
13086 2014-09-09  Yao Qi  <yao@codesourcery.com>
13087
13088         * gdb.mi/mi-var-display.exp: Set print symbol off.
13089
13090 2014-09-07  Gabriel Krisman Bertazi  <gabriel@krisman.be>
13091
13092         PR gdb/17035
13093         * gdb.base/commands.exp: Add tests to verify user-defined
13094         commands with empty bodies.
13095         * gdb.python/py-cmd.exp: Test that we don't show user-defined
13096         python commands in `show user command`.
13097         * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13098         scheme commands in `show user command`.
13099
13100 2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
13101
13102         PR python/17355
13103         * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13104         * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13105         * gdb.python/py-framefilter-invalidarg.exp: New file.
13106         * gdb.python/py-framefilter-invalidarg.py: New file.
13107
13108 2014-09-06  Doug Evans  <xdje42@gmail.com>
13109
13110         PR 15276
13111         * gdb.python/py-caller-is.c: New file.
13112         * gdb.python/py-caller-is.exp: New file.
13113
13114 2014-09-05  Sergio Durigan Junior  <sergiodj@redhat.com>
13115
13116         PR gdb/17235
13117         * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13118         * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13119
13120 2014-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
13121
13122         PR fortran/17237
13123         * gdb.fortran/print-formatted.exp: New file.
13124         * gdb.fortran/print-formatted.f90: Likewise.
13125
13126 2014-09-03  Sasha Smundak  <asmundak@google.com>
13127
13128         * gdb.python/py-frame.exp: Test Frame.read_register.
13129
13130 2014-09-03  Sergio Durigan Junior  <sergiodj@redhat.com>
13131
13132         PR python/16699
13133         * gdb.python/py-completion.exp: New file.
13134         * gdb.python/py-completion.py: Likewise.
13135
13136 2014-08-28  Doug Evans  <dje@google.com>
13137
13138         * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13139         eax,etc. are live with values set by gdb and thus the compiler can't
13140         use them.
13141         * gdb.arch/i386-pseudo.c (main): Ditto.
13142
13143 2014-08-27  Doug Evans  <dje@google.com>
13144
13145         * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13146
13147 2014-08-25  Doug Evans  <dje@google.com>
13148
13149         * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13150         (main): Ditto.
13151
13152 2014-08-25  Doug Evans  <dje@google.com>
13153
13154         * gdb.threads/thread-execl.exp: #include <stdio.h>.
13155
13156 2014-08-24  Yao Qi  <yao@codesourcery.com>
13157
13158         * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13159         symbol off.
13160         * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13161
13162 2014-08-22  Doug Evans  <dje@google.com>
13163
13164         PR 17276
13165         * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13166         * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13167         * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13168
13169 2014-08-22  Yao Qi  <yao@codesourcery.com>
13170
13171         * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13172         * gdb.python/py-finish-breakpoint2.exp: Likewise.
13173         * gdb.python/python.exp: Likewise.  Use .py file on the host
13174         instead of the build.
13175
13176 2014-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
13177
13178         * gdb.threads/gcore-stale-thread.c: New file.
13179         * gdb.threads/gcore-stale-thread.exp: New file.
13180
13181 2014-08-21  Pedro Alves  <palves@redhat.com>
13182
13183         * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13184         * gdb.base/gcore-relro-pie.exp: Likewise.
13185         * gdb.base/gcore-relro.exp: Likewise.
13186         * gdb.base/gcore.exp: Likewise.
13187         * gdb.base/print-symbol-loading.exp: Likewise.
13188         * gdb.threads/gcore-thread.exp: Likewise.
13189         * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13190
13191 2014-08-20  Pedro Alves  <palves@redhat.com>
13192             Jan Kratochvil  <jan.kratochvil@redhat.com>
13193
13194         * Makefile.in (EXTRA_RULES, CC): New variables, get from
13195         configure.
13196         (EXPECT): Handle READ1 being set.
13197         (all): Depend on EXTRA_RULES.
13198         (check-read1, expect-read1, read1.so, read1): New rules.
13199         * README (Testsuite Parameters): Document the READ1 make variable.
13200         (Race detection): New section.
13201         * configure: Regenerate.
13202         * configure.ac: If build==host==target, and running under a
13203         GNU/glibc system, add read1 to the extra Makefile rules.
13204         (EXTRA_RULES): AC_SUBST it.
13205         * lib/read1.c: New file.
13206
13207 2014-08-20  Joel Brobecker  <brobecker@adacore.com>
13208
13209         * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13210         the handling of variables declared as a typedef to an array
13211         which a DW_AT_data_location attribute.
13212
13213 2014-08-19  Andrew Burgess  <aburgess@broadcom.com>
13214             Pedro Alves  <palves@redhat.com>
13215
13216         PR symtab/14604
13217         PR symtab/14605
13218         * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13219         gdb_test.
13220
13221 2014-08-19  Pedro Alves  <palves@redhat.com>
13222
13223         * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13224
13225 2014-08-19  Yao Qi  <yao@codesourcery.com>
13226
13227         * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13228         right line.
13229
13230 2014-08-18  David Blaikie  <dblaikie@gmail.com>
13231
13232         * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13233
13234 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
13235
13236         * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13237         attribute in array range.
13238
13239 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
13240
13241         * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13242
13243 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
13244
13245         PR c++/17132
13246         * gdb.cp/pr17132.cc: New file.
13247         * gdb.cp/pr17132.exp: New file.
13248
13249 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
13250
13251         * gdb.python/py-xmethods.py (A_getarrayind)
13252         (E_method_char_worker.__call__, E_method_int_worker.__call__):
13253         Use 'print' with function call syntax.
13254         (E_method_matcher.match): Fix tab vs space indentation mixup.
13255
13256 2014-08-15  Yao Qi  <yao@codesourcery.com>
13257
13258         * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13259         false.
13260
13261 2014-08-15  Yao Qi  <yao@codesourcery.com>
13262
13263         * gdb.cp/casts.exp: Set print symbol off.
13264         * gdb.cp/class2.exp: Likewise.
13265         * gdb.cp/overload.exp: Likewise.
13266         * gdb.cp/templates.exp: Likewise.
13267
13268 2014-08-11  Doug Evans  <dje@google.com>
13269
13270         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13271         (test_load_shlib): Update.
13272
13273 2014-08-09  Yao Qi  <yao@codesourcery.com>
13274
13275         * gdb.base/display.exp: Invoke is_address_zero_readable.
13276         * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13277         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13278         * gdb.base/hbreak-unmapped.exp: Return if
13279         is_address_zero_readable returns true.
13280         * gdb.base/signest.exp: Likewise.
13281         * gdb.base/signull.exp: Likewise.
13282         * gdb.base/sigbpt.exp: Likewise.
13283         * gdb.guile/scm-disasm.exp: Do the test if
13284         is_address_zero_readable returns false.
13285         * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13286         * gdb.python/py-arch.exp: Likewise.
13287         * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13288         * lib/gdb.exp (is_address_zero_readable): New proc.
13289
13290 2014-08-09  Yao Qi  <yao@codesourcery.com>
13291
13292         PR testsuite/13443
13293         * gdb.mi/mi-var-display.exp: Make test messages unique.
13294
13295 2014-08-04  Tom Tromey  <tromey@redhat.com>
13296
13297         * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13298         target 0".
13299
13300 2014-08-04  Tom Tromey  <tromey@redhat.com>
13301
13302         * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13303         "target_resume".
13304
13305 2014-08-01  Joel Brobecker  <brobecker@adacore.com>
13306
13307         * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13308         inner_vla_struct_object_size.
13309         * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13310         as xfail.
13311
13312 2014-07-30  Pedro Alves  <palves@redhat.com>
13313
13314         * gdb.threads/signal-command-handle-nopass.exp (test): Add
13315         comment.
13316
13317 2014-07-29  Yao Qi  <yao@codesourcery.com>
13318
13319         PR gdb/17206
13320         * gdb.base/until-nodebug.exp: New.
13321
13322 2014-07-28  Doug Evans  <xdje42@gmail.com>
13323
13324         PR guile/17203
13325         * gdb.guile/scm-parameter.exp: Add tests for trying to create
13326         previously existing parameter, and previously ambiguously spelled
13327         parameter.
13328
13329 2014-07-28  Will Newton  <will.newton@linaro.org>
13330
13331         * gdb.base/varargs.exp: Remove KFAILs for ARM.
13332
13333 2014-07-26  Ludovic Courtès  <ludo@gnu.org>
13334             Doug Evans  <xdje42@gmail.com>
13335
13336         PR guile/17146
13337         * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13338
13339 2014-07-25  Pedro Alves  <palves@redhat.com>
13340
13341         * gdb.threads/signal-command-handle-nopass.c: New file.
13342         * gdb.threads/signal-command-handle-nopass.exp: New file.
13343         * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13344         * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13345         * gdb.threads/signal-delivered-right-thread.c: New file.
13346         * gdb.threads/signal-delivered-right-thread.exp: New file.
13347
13348 2014-07-25  Pedro Alves  <palves@redhat.com>
13349
13350         * gdb.base/double-prompt-target-event-error.exp
13351         (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13352         match.
13353         (cancel_pagination_in_target_event): Rework double prompt
13354         detection.
13355         * gdb.base/paginate-after-ctrl-c-running.exp
13356         (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13357         <return>' match.
13358         * gdb.base/paginate-bg-execution.exp
13359         (test_bg_execution_pagination_return)
13360         (test_bg_execution_pagination_cancel): Remove '-notransfer
13361         <return>' matches.
13362         * gdb.base/paginate-execution-startup.exp
13363         (test_fg_execution_pagination_return)
13364         (test_fg_execution_pagination_cancel): Remove '-notransfer
13365         <return>' matches.
13366         * gdb.base/paginate-inferior-exit.exp
13367         (test_paginate_inferior_exited): Remove '-notransfer <return>'
13368         match.
13369         * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13370         * lib/gdb.exp (pagination_prompt): Run text through
13371         string_to_regexp.
13372         (gdb_test_multiple): Match $pagination_prompt instead of
13373         "<return>".
13374         (string_to_regexp): Move to lib/gdb-utils.exp.
13375
13376 2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
13377
13378         * gdb.arch/amd64-entry-value-paramref.S: New file.
13379         * gdb.arch/amd64-entry-value-paramref.cc: New file.
13380         * gdb.arch/amd64-entry-value-paramref.exp: New file.
13381         * gdb.arch/amd64-optimout-repeat.S: New file.
13382         * gdb.arch/amd64-optimout-repeat.c: New file.
13383         * gdb.arch/amd64-optimout-repeat.exp: New file.
13384
13385 2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
13386
13387         PR gdb/17170
13388         * gdb.base/statistics.exp: New file.
13389
13390 2014-07-17  Doug Evans  <dje@google.com>
13391
13392         PR gdb/17170
13393         * gdb.base/maint.exp: Update testing of per-command stats.
13394
13395 2014-07-16  Pedro Alves  <palves@redhat.com>
13396
13397         * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13398         (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13399         (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13400         (tfile_write_buf): New functions.
13401         (add_memory_block): Rewrite using the above.
13402         (adjust_function_address): New function.
13403         (FUNCTION_ADDRESS): New macro.
13404         (write_basic_trace_file): Remove short_x local, and use
13405         tfile_write_16. Change type of func_addr local to unsigned long
13406         long.  Use FUNCTION_ADDRESS instead of handling the Thumb bit
13407         here.  Cast argument of add_memory_block to char pointer.
13408         (write_error_trace_file): Avoid alloca.  Use FUNCTION_ADDRESS.
13409         (main): Remove parameters.
13410         * gdb.trace/tfile.exp: Remove nowarnings.
13411
13412 2014-07-15  Simon Marchi  <simon.marchi@ericsson.com>
13413
13414         * gdb.base/debug-expr.exp: Test string evaluation with
13415         "debug expression" on.
13416
13417 2014-07-15  Pedro Alves  <palves@redhat.com>
13418
13419         * gdb.base/reread.exp: Use clean_restart.
13420
13421 2014-07-15  Pierre Langlois  <pierre.langlois@embecosm.com>
13422
13423         * gdb.arch/avr-flash-qualifer.c: New.
13424         * gdb.arch/avr-flash-qualifer.exp: New.
13425
13426 2014-07-14  Pedro Alves  <palves@redhat.com>
13427
13428         * gdb.base/paginate-after-ctrl-c-running.c: New file.
13429         * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13430
13431 2014-07-14  Pedro Alves  <palves@redhat.com>
13432
13433         * gdb.base/double-prompt-target-event-error.c: New file.
13434         * gdb.base/double-prompt-target-event-error.exp: New file.
13435
13436 2014-07-14  Pedro Alves  <palves@redhat.com>
13437
13438         PR gdb/17072
13439         * gdb.base/paginate-inferior-exit.c: New file.
13440         * gdb.base/paginate-inferior-exit.exp: New file.
13441
13442 2014-07-14  Pedro Alves  <palves@redhat.com>
13443
13444         PR gdb/17072
13445         * gdb.base/paginate-bg-execution.c: New file.
13446         * gdb.base/paginate-bg-execution.exp: New file.
13447
13448 2014-07-14  Pedro Alves  <palves@redhat.com>
13449
13450         PR gdb/17072
13451         * gdb.base/paginate-execution-startup.c: New file.
13452         * gdb.base/paginate-execution-startup.exp: New file.
13453         * lib/gdb.exp (pagination_prompt): New global.
13454         (default_gdb_spawn): New procedure, factored out from
13455         default_gdb_spawn.
13456         (default_gdb_start): Adjust to call default_gdb_spawn.
13457         (gdb_spawn): New procedure.
13458
13459 2014-07-14  Pedro Alves  <palves@redhat.com>
13460
13461         * lib/gdb.exp (gdb_assert): New procedure.
13462         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13463
13464 2014-07-14  Pedro Alves  <palves@redhat.com>
13465
13466         * gdb.base/execution-termios.c: New file.
13467         * gdb.base/execution-termios.exp: New file.
13468
13469 2014-07-14  Tom Tromey  <tromey@redhat.com>
13470
13471         * gdb.cp/vla-cxx.cc: New file.
13472         * gdb.cp/vla-cxx.exp: New file.
13473
13474 2014-07-14  Tom Tromey  <tromey@redhat.com>
13475
13476         * gdb.reverse/rerun-prec.c: New file.
13477         * gdb.reverse/rerun-prec.exp: New file.
13478
13479 2014-07-12  Maciej W. Rozycki  <macro@mips.com>
13480             Maciej W. Rozycki  <macro@codesourcery.com>
13481
13482         * lib/gdb-utils.exp: New file.
13483         * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13484         inline `gdb_init_command' processing.
13485         (gdb_start_cmd): Likewise.
13486         * lib/mi-support.exp (mi_run_cmd): Likewise.
13487         * README: Document `gdb_init_command' and `gdb_init_commands'.
13488
13489 2014-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
13490
13491         Fix false FAIL running under a very long directory name.
13492         * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13493         and "set print elements 10000".  Twice.
13494
13495 2014-07-11  Yao Qi  <yao@codesourcery.com>
13496
13497         * gdb.base/exprs.exp: "set print symbol off".
13498
13499 2014-07-11  Pedro Alves  <palves@redhat.com>
13500
13501         * gdb.threads/kill.c: New file.
13502         * gdb.threads/kill.exp: New file.
13503
13504 2014-07-10  Yao Qi  <yao@codesourcery.com>
13505
13506         * gdb.trace/tfile.c (write_basic_trace_file)
13507         [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13508         address written to trace file.
13509
13510 2014-07-09  Pedro Alves  <palves@redhat.com>
13511
13512         * gdb.base/attach-wait-input.exp: New file.
13513         * gdb.base/attach-wait-input.c: New file.
13514
13515 2014-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
13516
13517         * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13518         setting up test structures.
13519         (main): Call new test function.
13520         * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13521         test function, continue into test function and walk test
13522         structures.
13523
13524 2014-07-02  Yao Qi  <yao@codesourcery.com>
13525
13526         * gdb.trace/entry-values.c: Define labels 'foo_start' and
13527         'bar_start' at the beginning of functions 'foo' and 'bar'
13528         respectively.
13529         * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13530         instead of 'foo' and 'bar'.
13531
13532 2014-07-08  Markus Metzger  <markus.t.metzger@intel.com>
13533
13534         * gdb.btrace/segv.exp: New.
13535         * gdb.btrace/segv.c: New.
13536
13537 2014-07-02  Luis Machado  <lgustavo@codesourcery.com>
13538
13539         * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13540         instruction.
13541
13542 2014-06-30  Mark Wielaard  <mjw@redhat.com>
13543
13544         * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13545         vulture, vilify, villar): New volatile array constants.
13546         (vindictive, vegetation): New const volatile array constants.
13547         * gdb.base/volatile.exp: Test volatile and const volatile array
13548         types.
13549
13550 2014-06-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13551
13552         * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13553         target lacks support for awatch, rwatch, or hbreak.
13554
13555 2014-06-27  Yao Qi  <yao@codesourcery.com>
13556
13557         * gdb.multi/dummy-frame-restore.exp: New.
13558         * gdb.multi/dummy-frame-restore.c: New.
13559
13560 2014-06-25  Markus Metzger  <markus.t.metzger@intel.com>
13561
13562         * gdb.btrace/gcore.exp: New.
13563
13564 2014-06-23  Pedro Alves  <palves@redhat.com>
13565
13566         * gdb.base/watchpoint-reuse-slot.c: New file.
13567         * gdb.base/watchpoint-reuse-slot.exp: New file.
13568
13569 2014-06-23  Siva Chandra Reddy  <sivachandra@google.com>
13570
13571         * gdb.python/py-xmethods.exp: Use "progspace" instead of the
13572         progspace's filename in 'info', 'enable' and 'disable' command
13573         tests.
13574
13575 2014-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
13576
13577         * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
13578         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13579         * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
13580
13581 2014-06-20  Gary Benson  <gbenson@redhat.com>
13582
13583         * gdb.arch/i386-avx.exp: Fix include file location.
13584         * gdb.arch/i386-sse.exp: Likewise.
13585
13586 2014-06-19  Iain Buclaw  <ibuclaw@gdcproject.org>
13587
13588         * gdb.dlang/expression.exp: New file.
13589
13590 2014-06-19  Pedro Alves  <palves@redhat.com>
13591
13592         * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13593         out from ...
13594         (top level): ... here.  Iterate running tests under different
13595         scheduler-locking settings.
13596
13597 2014-06-18  Luis Machado  <lgustavo@codesourcery.com>
13598
13599         * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
13600         to DW_FORM_addr and use non-zero addresses.
13601
13602 2014-06-18  Siva Chandra Reddy  <sivachandra@google.com>
13603
13604         PR gdb/17017
13605         * gdb.python/py-xmethods.cc: Add global function call counters and
13606         increment them in their respective functions.  Remove "cout"
13607         statements.
13608         * gdb.python/py-xmethods.exp: Make tests check the global function
13609         call counters instead of depending on inferior IO.
13610
13611 2014-06-18  Don Breazeal  <donb@codesourcery.com>
13612
13613         * gdb.base/foll-fork.exp (default_fork_parent_follow):
13614         Deleted procedure.
13615         (explicit_fork_parent_follow): Deleted procedure.
13616         (explicit_fork_child_follow): Deleted procedure.
13617         (test_follow_fork): New procedure.
13618         (do_fork_tests): Replace calls to deleted procedures with
13619         calls to test_follow_fork and reset GDB for subsequent
13620         procedure calls.
13621
13622 2014-06-17  Yao Qi  <yao@codesourcery.com>
13623
13624         * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
13625         CP1252.
13626
13627 2014-06-17  Luis Machado  <lgustavo@codesourcery.com>
13628
13629         * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
13630         Initialize ptr and S explicitly.
13631         (skip_type_update_when_not_use_rtti_test): Likewise.
13632
13633 2014-06-16  Keith Seitz  <keiths@redhat.com>
13634
13635         PR mi/15863
13636         * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
13637         the inferior is started.
13638
13639 2014-06-16  Pedro Alves  <palves@redhat.com>
13640
13641         * gdb.base/break-main-file-remove-fail.c: New file.
13642         * gdb.base/break-main-file-remove-fail.exp: New file.
13643         * gdb.base/break-unload-file.exp: Use build_executable instead of
13644         prepare_for_testing.
13645         (test_break): New parameter "initial_load".  Handle it.
13646         (top level): Add initial_load cmdline/file axis.
13647
13648 2014-06-12  Tom Tromey  <tromey@redhat.com>
13649
13650         * gdb.base/completion.exp: Don't use directory name in test.
13651
13652 2014-06-09  Gary Benson  <gbenson@redhat.com>
13653
13654         * gdb.base/sigall.c [Functions to send signals]: Reorder to
13655         separate the always-available ANSI-standard signals from the
13656         signals that require checking.
13657         (main): Likewise.
13658         * gdb.reverse/sigall-reverse.c [Functions to send signals]:
13659         Likewise.
13660         (main): Likewise.
13661
13662 2014-06-07  Keith Seitz  <keiths@redhat.com>
13663
13664         Revert:
13665         PR c++/16253
13666         * gdb.cp/var-tag.cc: New file.
13667         * gdb.cp/var-tag.exp: New file.
13668         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13669         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13670         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13671         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13672
13673 2014-06-06  Doug Evans  <xdje42@gmail.com>
13674
13675         * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
13676
13677 2014-06-06  Pedro Alves  <palves@redhat.com>
13678
13679         * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
13680         in target debug output instead of looking at RSP packets,
13681         disabling the test on any target that uses hardware stepping.
13682         Update comments.
13683
13684 2014-06-06  Pedro Alves  <palves@redhat.com>
13685
13686         * gdb.base/break-unload-file.exp: Fix typo.
13687
13688 2014-06-06  Yao Qi  <yao@codesourcery.com>
13689
13690         * gdb.base/jit.exp (one_jit_test): Restrict the pattern
13691         from "jit_function" to "^jit_function".
13692
13693 2014-06-06  Yao Qi  <yao@codesourcery.com>
13694
13695         * gdb.base/async.c (foo): Add one statement.
13696         * gdb.base/async.exp: Get the next instruction address and
13697         match the output of "nexti" by instruction address.  Match
13698         the hex address in the output of "finish".
13699
13700 2014-06-06  Gary Benson  <gbenson@redhat.com>
13701
13702         * gdb.base/call-signals.c: Remove preprocessor conditionals
13703         for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
13704         SIGSEGV and SIGTERM.
13705         * gdb.base/sigall.c: Likewise.
13706         * gdb.base/unwindonsignal.c: Likewise.
13707         * gdb.reverse/sigall-reverse.c: Likewise.
13708
13709 2014-06-06  Yao Qi  <yao@codesourcery.com>
13710
13711         * gdb.base/hbreak-unmapped.exp: Read memory at address 0.  If
13712         readable, skip the test.
13713
13714 2014-06-06  Yao Qi  <yao@codesourcery.com>
13715
13716         * gdb.threads/staticthreads.c (thread_function): Move the line
13717         setting breakpoint on forward.
13718         * gdb.threads/staticthreads.exp: Update comments.
13719
13720 2014-06-05  Ludovic Courtès  <ludo@gnu.org>
13721
13722         * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
13723         "history-append! type error".
13724
13725 2014-06-05  Simon Marchi  <simon.marchi@ericsson.com>
13726
13727         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
13728         erroneous dprintf expected input.
13729
13730 2014-06-04  Doug Evans  <xdje42@gmail.com>
13731
13732         * gdb.guile/scm-generics.exp: Delete.
13733
13734 2014-06-04  Doug Evans  <xdje42@gmail.com>
13735
13736         * gdb.guile/scm-breakpoint.exp: Update.
13737         Add tests for breakpoint registration.
13738
13739 2014-06-04  Tom Tromey  <tromey@redhat.com>
13740
13741         * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13742         VLA-in-union.
13743         * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13744         inner_vla_struct, vla_union types.  Initialize objects of those
13745         types and compute their sizes.
13746
13747 2014-06-04  Nathan Sidwell  <nathan@codesourcery.com>
13748             Hui Zhu  <hui@codesourcery.com>
13749
13750         * gdb.base/fileio.exp: Add test for shell not available as well as
13751         available.
13752         * gdb.base/fileio.c (test_system): Check for shell twice.
13753
13754 2014-06-04  Yao Qi  <yao@codesourcery.com>
13755
13756         * gdb.base/auto-connect-native-target.exp: Remove redundant
13757         space from the regexp pattern.
13758
13759 2014-06-04  Yao Qi  <yao@codesourcery.com>
13760
13761         * gdb.base/default.exp: Replace "child" with "native" in
13762         regexp pattern.
13763
13764 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
13765
13766         * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13767         * gdb.python/py-xmethods.exp: New tests to test xmethods.
13768         * gdb.python/py-xmethods.py: Python script supporting the
13769         new testcase and tests.
13770
13771 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
13772             Pedro Alves  <palves@redhat.com>
13773
13774         PR breakpoints/17000
13775         * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13776         * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13777
13778 2014-06-03  Brad Mouring  <bmouring@ni.com>  (tiny patch)
13779
13780         * gdb.base/subst.exp: Add tests to verify partial path matching
13781         output.
13782
13783 2014-06-03  Pedro Alves  <palves@redhat.com>
13784
13785         * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13786         target that doesn't use software single-stepping.
13787
13788 2014-06-03  Pedro Alves  <palves@redhat.com>
13789
13790         PR breakpoints/17000
13791         * gdb.base/sss-bp-on-user-bp-2.c: New file.
13792         * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13793
13794 2014-06-02  Doug Evans  <xdje42@gmail.com>
13795
13796         * gdb.guile/scm-parameter.exp: New file.
13797
13798 2014-06-02  Doug Evans  <xdje42@gmail.com>
13799
13800         * gdb.guile/scm-cmd.c: New file.
13801         * gdb.guile/scm-cmd.exp: New file.
13802
13803 2014-06-02  Doug Evans  <xdje42@gmail.com>
13804
13805         * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13806         pretty-printer lookup.
13807         * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13808         (make-pp_s-printer): Call it.
13809         (make-pretty-printer-from-dict): New function.
13810         (lookup-pretty-printer-maker-from-dict): New function.
13811         (*pretty-printer*): Simplify.
13812         (make-objfile-pp_s-printer): New function.
13813         (install-objfile-pretty-printers!): New function.
13814         (make-progspace-pp_s-printer): New function.
13815         (install-progspace-pretty-printers!): New function.
13816         * gdb.guile/scm-progspace.c: New file.
13817         * gdb.guile/scm-progspace.exp: New file.
13818
13819 2014-06-02  Pedro Alves  <palves@redhat.com>
13820
13821         * gdb.base/dprintf-bp-same-addr.c: New file.
13822         * gdb.base/dprintf-bp-same-addr.exp: New file.
13823
13824 2014-06-02  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
13825
13826         * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13827         * gdb.arch/powerpc-power.s: Likewise.
13828
13829 2014-06-02  Joel Brobecker  <brobecker@adacore.com>
13830
13831         * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13832
13833 2014-06-01  Yao Qi  <yao@codesourcery.com>
13834
13835         * gdb.base/watchpoint.exp (test_watch_location): Check null
13836         pointer can be dereferenced.  If not, do the test, otherwise
13837         skip it.
13838
13839 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
13840
13841         * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13842         results.
13843         * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13844
13845 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
13846
13847         * gdb.arch/amd64-invalid-stack-middle.S: New file.
13848         * gdb.arch/amd64-invalid-stack-middle.c: New file.
13849         * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13850         * gdb.arch/amd64-invalid-stack-top.c: New file.
13851         * gdb.arch/amd64-invalid-stack-top.exp: New file.
13852
13853 2014-05-30  Pedro Alves  <palves@redhat.com>
13854
13855         PR breakpoints/17000
13856         * gdb.base/sss-bp-on-user-bp.c: New file.
13857         * gdb.base/sss-bp-on-user-bp.exp: New file.
13858
13859 2014-05-30  David Blaikie  <dblaikie@gmail.com>
13860
13861         * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13862         gnu_inline semantics via attribute.
13863         * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13864         source explicitly specifies the required semantics.
13865
13866 2014-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
13867
13868         * gdb.reverse/sigall-reverse.exp: Fix a typo.
13869
13870 2014-05-29  Pedro Alves  <palves@redhat.com>
13871             Tom Tromey  <tromey@redhat.com>
13872
13873         * gdb.base/async-shell.exp: Don't enable target-async.
13874         * gdb.base/async.exp
13875         * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13876         parameter.  Adjust.
13877         (top level): Don't test with "target-async".
13878         * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13879         * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13880         * gdb.base/inferior-died.exp: Don't enable target-async.
13881         * gdb.base/interrupt-noterm.exp: Likewise.
13882         * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13883         * gdb.mi/mi-nonstop-exit.exp: Likewise.
13884         * gdb.mi/mi-nonstop.exp: Likewise.
13885         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13886         * gdb.mi/mi-nsintrall.exp: Likewise.
13887         * gdb.mi/mi-nsmoribund.exp: Likewise.
13888         * gdb.mi/mi-nsthrexec.exp: Likewise.
13889         * gdb.mi/mi-watch-nonstop.exp: Likewise.
13890         * gdb.multi/watchpoint-multi.exp: Adjust comment.
13891         * gdb.python/py-evsignal.exp: Don't enable target-async.
13892         * gdb.python/py-evthreads.exp: Likewise.
13893         * gdb.python/py-prompt.exp: Likewise.
13894         * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13895         * gdb.server/solib-list.exp: Don't enable target-async.
13896         * gdb.threads/thread-specific-bp.exp: Likewise.
13897         * lib/mi-support.exp: Adjust to use mi-async.
13898
13899 2014-05-29  Pedro Alves  <palves@redhat.com>
13900
13901         PR gdb/13860
13902         * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13903         reason, even in sync mode.
13904
13905 2014-05-29  Pedro Alves  <palves@redhat.com>
13906             Hui Zhu  <hui@codesourcery.com>
13907
13908         PR PR15693
13909         * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13910         * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13911         * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13912         * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13913
13914 2014-05-28  Joel Brobecker  <brobecker@adacore.com>
13915
13916         * config/monitor.exp (gdb_target_monitor): Replace use of
13917         "set remotebaud" by "set serial baud".
13918
13919 2014-05-26  Andy Wingo  <wingo@igalia.com>
13920
13921         * gdb.guile/scm-breakpoint.exp:
13922         * gdb.guile/scm-gsmob.exp: Update to use plain old object
13923         properties instead of gdb-object-properties.
13924
13925 2014-05-26  Yao Qi  <yao@codesourcery.com>
13926
13927         * gdb.server/no-thread-db.exp: Specify source file name
13928         explicitly when setting a breakpoint.
13929
13930 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
13931
13932         * gdb.btrace/vdso.c: New.
13933         * gdb.btrace/vdso.exp: New.
13934
13935 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
13936
13937         * gdb.base/gcore.exp (capture_command_output): Move ...
13938         * lib/gdb.exp (capture_command_output): ... here.
13939
13940 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
13941
13942         * gdb.btrace/data.exp: Test memory access during btrace replay.
13943
13944 2014-05-22  Simon Marchi  <simon.marchi@ericsson.com>
13945
13946         * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13947
13948 2014-05-21  Pedro Alves  <palves@redhat.com>
13949
13950         PR gdb/13860
13951         * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13952         (top level): Test that output related to execution commands is
13953         sent to the console with CLI commands, but not with MI commands.
13954         Test that breakpoint events are always mirrored to the console.
13955         Also expect the new source line to be output after a "next" in
13956         async mode too.  Make it a pass/fail test.
13957         * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13958         output.
13959         * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13960
13961 2014-05-21  Pedro Alves  <palves@redhat.com>
13962
13963         * gdb.base/list.exp (build_pattern, test_list): New procedures.
13964         Use them to test variations of "list" after reaching a breakpoint.
13965         * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13966         Test "list" with listsize 10 after reaching a breakpoint.
13967         * gdb.python/python.exp (decode_line current location line
13968         number): Adjust expected line number.
13969
13970 2014-05-21  Simon Marchi  <simon.marchi@ericsson.com>
13971
13972         * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13973         behavior for $args, pass it directly to "run".
13974
13975 2014-05-21  Maciej W. Rozycki  <macro@codesourcery.com>
13976
13977         * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13978         30000 to 65536.
13979
13980 2014-05-21  Pedro Alves  <palves@redhat.com>
13981
13982         * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13983         auto-connect-native-target off".
13984         * gdb.base/auto-connect-native-target.c: New file.
13985         * gdb.base/auto-connect-native-target.exp: New file.
13986
13987 2014-05-21  Pedro Alves  <palves@redhat.com>
13988
13989         * gdb.base/default.exp: Test "target native" instead of "target
13990         child".
13991
13992 2014-05-21  Mark Wielaard  <mjw@redhat.com>
13993
13994         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13995
13996 2014-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
13997
13998         Fix TLS access for -static -pthread.
13999         * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14000         <HAVE_TLS> (thread_function, main): Initialize it.
14001         * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
14002         Add clean_restart.
14003         <$have_tls != "">: Check TLSVAR.
14004
14005 2014-05-21  Pedro Alves  <palves@redhat.com>
14006
14007         * gdb.base/dcache-line-read-error.c: New.
14008         * gdb.base/dcache-line-read-error.exp: New.
14009
14010 2014-05-20  Pedro Alves  <palves@redhat.com>
14011
14012         * gdb.base/compare-sections.c: New file.
14013         * gdb.base/compare-sections.exp: New file.
14014
14015 2014-05-20  Pedro Alves  <palves@redhat.com>
14016
14017         * gdb.base/break-idempotent.c: New file.
14018         * gdb.base/break-idempotent.exp: New file.
14019
14020 2014-05-20  Markus Metzger  <markus.t.metzger@intel.com>
14021
14022         * gdb.btrace/nohist.exp: New.
14023
14024 2014-05-20  Yao Qi  <yao@codesourcery.com>
14025
14026         * lib/gdb.exp (gdb_init): Set timeout if test file is under
14027         gdb.reverse directory and gdb_reverse_timeout exists in board
14028         setting.
14029         * README: Document gdb_reverse_timeout.
14030
14031 2014-05-20  Yao Qi  <yao@codesourcery.com>
14032
14033         * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14034         'test_file_name'.  Treat args as a string instead of a list.
14035         (gdb_init): Rename argument 'args' by 'test_file_name'.
14036
14037 2014-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
14038
14039         * gdb.arch/powerpc-power.exp: New file.
14040         * gdb.arch/powerpc-power.s: New file.
14041
14042 2014-05-16  Doug Evans  <dje@google.com>
14043
14044         * gdb.base/Makefile.in (EXECUTABLES): Add completion.
14045         * gdb.base/completion.exp: Check that all expected files exist
14046         before doing file completion.
14047
14048 2014-05-16  Doug Evans  <dje@google.com>
14049
14050         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14051         Update.
14052         (do_syscall_tests_without_xml): Update.
14053
14054 2014-05-16  Pedro Alves  <palves@redhat.com>
14055
14056         * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14057         instead of "unknown output after running".
14058
14059 2014-05-16  Yao Qi  <yao@codesourcery.com>
14060
14061         * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host.  Remove
14062         file1.txt from host at the end.
14063         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14064
14065 2014-05-15  Doug Evans  <dje@google.com>
14066
14067         * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14068         * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14069         loading file.  Add test for TU lookup.
14070
14071 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
14072
14073         * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14074         calling "-exec-arguments" or "set args" before running the
14075         inferior.
14076
14077 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
14078
14079         * lib/mi-support.exp (mi_expect_stop): Expect message for
14080         inferiors that exit with non-zero exit code.
14081
14082 2014-05-14  Yao Qi  <yao@codesourcery.com>
14083
14084         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14085         match absolute path on remote host.
14086         (test_file_list_exec_source_files): Remove "/" from the
14087         pattern.
14088
14089 2014-05-14  Yao Qi  <yao@codesourcery.com>
14090
14091         * boards/local-remote-host-notty.exp (${board}_file): New
14092         proc.
14093
14094 2014-05-07  Kyle McMartin  <kyle@redhat.com>
14095
14096         Pushed by Joel Brobecker  <brobecker@adacore.com>.
14097         * gdb.arch/aarch64-atomic-inst.c: New file.
14098         * gdb.arch/aarch64-atomic-inst.exp: New file.
14099
14100 2014-05-07  Yao Qi  <yao@codesourcery.com>
14101
14102         * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14103         in current context" too.
14104
14105 2014-05-05  Keith Seitz  <keiths@redhat.com>
14106
14107         * gdb.linespec/ls-dollar.exp: Add test for linespec
14108         file:convenience_variable.
14109
14110 2014-05-05  Yao Qi  <yao@codesourcery.com>
14111
14112         * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14113         traceframes into tfile and ctf trace files.  Read data from
14114         trace file and test collected data.
14115         (gdb_collect_locals_test): Likewise.
14116         (gdb_unavailable_registers_test): Likewise.
14117         (gdb_unavailable_floats): Likewise.
14118         (gdb_collect_globals_test): Likewise.
14119         (top-level): Append "ctf" to trace_file_targets if GDB
14120         supports.
14121
14122 2014-05-05  Yao Qi  <yao@codesourcery.com>
14123
14124         * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14125         code to ...
14126         (gdb_collect_args_test_1): ... it.  New proc.
14127         (gdb_collect_locals_test): Move some code to ...
14128         (gdb_collect_locals_test_1): ... it.  New proc.
14129         (gdb_unavailable_registers_test): Move some code to ...
14130         (gdb_unavailable_registers_test_1): ... it.  New proc.
14131         (gdb_unavailable_floats): Move some code to ...
14132         (gdb_unavailable_floats_1): ... it.  New proc.
14133
14134 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
14135
14136         * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14137         probes to test for bitness recognition.
14138         * gdb.arch/amd64-stap-optional-prefix.exp
14139         (test_probe_value_without_reg): New procedure.
14140         Add code to test for different kinds of bitness.
14141
14142 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
14143
14144         PR breakpoints/16889
14145         * gdb.arch/amd64-stap-optional-prefix.S: New file.
14146         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14147
14148 2014-05-01  Pedro Alves  <palves@redhat.com>
14149
14150         * lib/gdb.exp (gdb_load): Extend comment.  Skip calling
14151         gdb_file_cmd if no file is specified.
14152         * boards/native-extended-gdbserver.exp (gdb_load): Use the
14153         last_loaded_file to set the remote exec-file.
14154
14155 2014-05-01  Pedro Alves  <palves@redhat.com>
14156
14157         * boards/local-remote-host.exp: New file.
14158
14159 2014-05-01  Pedro Alves  <palves@redhat.com>
14160
14161         * boards/local-remote-host.exp: Rename to ...
14162         * boards/local-remote-host-notty.exp: ... this.
14163
14164 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
14165
14166         * gdb.ada/dyn_arrayidx: New testcase.
14167
14168 2014-04-26  Yao Qi  <yao@codesourcery.com>
14169
14170         * gdb.dwarf2/dwz.exp: Compile main.c to object.  Restart GDB
14171         and compute the length of function main.  Save it in
14172         $main_length.
14173         (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14174         (top-level): Use gdb_compile to compile objects into
14175         executable and restart GDB.  Remove invocation to
14176         prepare_for_testing.
14177
14178 2014-04-25  Simon Marchi  <simon.marchi@ericsson.com>
14179             Pedro Alves  <palves@redhat.com>
14180
14181         PR server/16255
14182         * gdb.multi/multi-attach.c: New file.
14183         * gdb.multi/multi-attach.exp: New file.
14184
14185 2014-04-25  Pedro Alves  <palves@redhat.com>
14186
14187         * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14188         user.
14189         (top level): Test that "set remote conditional-breakpoints-packet
14190         off" works as intended.
14191         * gdb.base/dprintf.exp: Test that "set remote
14192         breakpoint-commands-packet off" works as intended.
14193         * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14194         New function.
14195         (top level): Call it.
14196         * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14197         remote fast-tracepoints-packet off" works as intended.
14198         * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14199         * lib/gdb.exp (gdb_is_target_remote): ... here.
14200
14201 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14202
14203         * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14204         ensure clang would not discard them.
14205         * gdb.base/gdbvars.c: Ditto.
14206         * gdb.base/memattr.c: Ditto.
14207         * gdb.base/whatis.c: Ditto.
14208         * gdb.python/py-prettyprint.c: Ditto.
14209         * gdb.trace/actions.c: Ditto.
14210         * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14211         ensure clang would not discard it.
14212
14213 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14214
14215         * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14216         clang to emit the full definition of type required by the test
14217         * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14218
14219 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14220
14221         * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14222         coax Clang into emitting the definition of the type.
14223         * gdb.cp/pr10728-x.h (y): Ditto.
14224         * gdb.cp/pr10728-y.cc (y): Ditto.
14225
14226 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14227
14228         * gdb.base/label.exp: XFAIL label related tests under Clang.
14229         * gdb.cp/cplabel.exp: Ditto.
14230         * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14231         under Clang those using labels.
14232
14233 2014-04-25  Yao Qi  <yao@codesourcery.com>
14234
14235         * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14236         double_label.
14237         * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14238         partial_label and double_label.
14239
14240 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14241
14242         * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14243
14244 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14245
14246         * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14247         of the function to work across GCC and Clang.
14248         * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14249         pointer types (const void ** const V void **).
14250
14251 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
14252             Walfred Tedeschi  <walfred.tedeschi@intel.com>
14253
14254         * Makefile.in (EXECUTABLES): Added i386-avx512.
14255         * gdb.arch/i386-avx512.c: New file.
14256         * gdb.arch/i386-avx512.exp: Likewise.
14257
14258 2014-04-23  Keith Seitz  <keiths@redhat.com>
14259
14260         * lib/mi-support.exp (mi_list_breakpoints): Delete.
14261         (mi_make_breakpoint_table): New procedure.
14262         (mi_create_breakpoint): Use mi_make_breakpoint
14263         and return the result.
14264         (mi_make_breakpoint): New procedure.
14265         (mi_build_kv_pairs): New procedure.
14266
14267         * gdb.mi/mi-break.exp: Remove unused globals,
14268         update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14269         All callers updated.
14270         * gdb.mi/mi-dprintf.exp: Use variable to track command
14271         number.
14272         Update all callers of mi_create_breakpoint and use
14273         mi_make_breakpoint_table.
14274         Remove any unused global variables.
14275         * gdb.mi/mi-nonstop.exp: Likewise.
14276         * gdb.mi/mi-nsintrall.exp: Likewise.
14277         * gdb.mi/mi-nsmoribund.exp: Likewise.
14278         * gdb.mi/mi-nsthrexec.exp: Likewise.
14279         * gdb.mi/mi-reverse.exp: Likewise.
14280         * gdb.mi/mi-simplerun.exp: Likewise.
14281         * gdb.mi/mi-stepn.exp: Likewise.
14282         * gdb.mi/mi-syn-frame.exp: Likewise.
14283         * gdb.mi/mi-until.exp: Likewise.
14284         * gdb.mi/mi-var-cp.exp: Likewise.
14285         * gdb.mi/mi-var-display.exp: Likewise.
14286         * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14287         * gdb.mi/mi2-var-child.exp: Likewise.
14288         * gdb.mi/mi-vla-c99.exp: Likewise.
14289         * lib/mi-support.exp: Likewise.
14290
14291         From Ian Lance Taylor  <iant@cygnus.com>:
14292         * lib/gdb.exp (parse_args): New procedure.
14293
14294 2014-04-23  Pedro Alves  <palves@redhat.com>
14295
14296         * gdb.base/break-unload-file.c: New file.
14297         * gdb.base/break-unload-file.exp: New file.
14298         * gdb.base/sym-file-lib.c (baz): New function.
14299         * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14300         field.
14301         (load): Store the segment's mapped size.
14302         (unload): New function.
14303         (unload_shlib): New function.
14304         * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14305         * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14306         set a breakpoint at baz, and call it.
14307         * gdb.base/sym-file.exp: New tests for stale breakpoint
14308         instructions.
14309
14310 2014-04-23  Pedro Alves  <palves@redhat.com>
14311
14312         * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14313         * gdb.base/hbreak-in-shr-unsupported.c: New file.
14314         * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14315         * gdb.base/hbreak-unmapped.c: New file.
14316         * gdb.base/hbreak-unmapped.exp: New file.
14317         * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14318         * lib/gdb.exp (gdb_is_target_remote): ... here.
14319
14320 2014-04-22  Pedro Alves  <palves@redhat.com>
14321
14322         * gdb.base/consecutive-step-over.c: New file.
14323         * gdb.base/consecutive-step-over.exp: New file.
14324
14325 2014-04-22  Pedro Alves  <palves@redhat.com>
14326
14327         * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14328         instead of send_gdb/gdb_expect.
14329
14330 2014-04-22  Yao Qi  <yao@codesourcery.com>
14331
14332         * lib/trace-support.exp (generate_tracefile): New procedure.
14333         * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14334         return 0.
14335         * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14336         if generate_tracefile returns 1.
14337
14338 2014-04-18  Tom Tromey  <palves@redhat.com>
14339             Pedro alves  <tromey@redhat.com>
14340
14341         PR backtrace/15558
14342         * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14343         with a backtrace limit.
14344         * gdb.python/py-frame-inline.exp: Test running to an inline
14345         function with a backtrace limit, and printing the newest frame.
14346         * gdb.python/py-frame-inline.c (main): Call f.
14347
14348 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14349
14350         * gdb.java/jnpe.exp: Drop srcdir from untested path.
14351
14352 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14353
14354         * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14355         Drop prefix from unsupported source file path.
14356
14357 2014-04-17  Yao Qi  <yao@codesourcery.com>
14358
14359         * lib/gdb.exp (with_target_charset): New proc.
14360         * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14361         with_target_charset.
14362         (test_print_strings): Likewise.
14363         (test_repeat_bytes): Likewise.
14364         * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14365         for some tests.
14366
14367 2014-04-16  Keith Seitz  <keiths@redhat.com>
14368
14369         PR gdb/15827
14370         * gdb.dwarf2/corrupt.c: New file.
14371         * gdb.dwarf2/corrupt.exp: New file.
14372
14373 2014-04-16  Keith Seitz  <keiths@redhat.com>
14374
14375         PR c++/16597
14376         * gdb.cp/namelessclass.cc: New file.
14377         * gdb.cp/namelessclass.exp: New file.
14378         * gdb.cp/namelessclass.S: New file.
14379
14380 2014-04-16  Doug Evans  <dje@google.com>
14381
14382         * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14383         Add comment.
14384         (gdbserver_default_get_comm_port): New function.
14385         (gdbserver_start): Check if board file provided
14386         "gdbserver,get_comm_port" and use it if so.
14387         * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14388         (gdb,socketport): Set to "stdio".
14389         (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14390         (stdio_gdbserver_template): Delete.
14391         (${board}_get_remote_address): Update.
14392         (${board}_build_remote_cmd): Delete.
14393         (${board}_get_comm_port): New function.
14394         (${board}_spawn): Update.
14395         * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14396         Delete.
14397         (${board}_get_remote_address): Update.
14398         (${board}_get_comm_port): New function.
14399
14400 2014-04-16  Andrew Burgess  <aburgess@broadcom.com>
14401
14402         * gdb.base/memattr.exp: Improve regexps to handle memory regions
14403         appearing in any order.
14404
14405 2014-04-15  Doug Evans  <dje@google.com>
14406
14407         * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14408         uninitialized value of "description".
14409
14410 2014-04-15  Keith Seitz  <keiths@redhat.com>
14411
14412         * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14413         Remove unused globals.
14414         (test_running_the_program): Likewise.
14415         (test_controlled_execution): Likewise.
14416         (test_controlling_breakpoints): Likewise.
14417         (test_program_termination): Likewise.
14418
14419 2014-04-15  Keith Seitz  <keiths@redhat.com>
14420
14421         * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14422         unused globals.
14423         (test_rbreak_creation_and_listing): Likewise.
14424         (test_ignore_count): Likewise.
14425         (test_error): Likewise.
14426
14427 2014-04-15  Pedro Alves  <palves@redhat.com>
14428
14429         * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14430         <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14431         sym-file-loader.c.
14432         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14433         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14434         to sym-file-loader.c.
14435         (struct library): Forward declare.
14436         (load_shlib, lookup_function): Change prototypes.
14437         (find_shstrtab, find_strtab, find_shdr, find_symtab)
14438         (translate_offset): Remove declarations.
14439         (get_text_addr): New declaration.
14440         * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14441         <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14442         sym-file-loader.h.
14443         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14444         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14445         here from sym-file-loader.h.
14446         (struct library): New structure.
14447         (load_shlib, lookup_function): Change prototypes and adjust to
14448         work with a struct library.
14449         (find_shstrtab, find_strtab, find_shdr, find_symtab)
14450         (translate_offset): Make static.
14451         (get_text_addr): New function.
14452         * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14453
14454 2014-04-15  Pedro Alves  <palves@redhat.com>
14455
14456         * gdb.base/sym-file-loader.c: Fix typo.  SELF_LINK, not SELK_LINK.
14457
14458 2014-04-15  Pedro Alves  <palves@redhat.com>
14459
14460         * gdb.base/sym-file-loader.c: Include <limits.h>.
14461         (SELF_LINK): New define.
14462         (get_origin): New function.
14463         (load_shlib): Use it.
14464         * gdb.base/sym-file.exp: Don't early return if the target is
14465         remote.  Use runto_main, and issue fail is that fails.  Use
14466         gdb_load_shlibs.
14467         (shlib_name): Delete.
14468         (lib_so, lib_syms, lib_dlopen): New globals.  Use them throughout.
14469
14470 2014-04-15  Pedro Alves <palves@redhat.com>
14471
14472         * gdb.base/sym-file.exp: Remove regex characters from test
14473         message.  Don't refer to breakpoint numbers in test messages.
14474
14475 2014-04-14  Keith Seitz  <keiths@redhat.com>
14476
14477         PR c++/16253
14478         * gdb.cp/var-tag.cc: New file.
14479         * gdb.cp/var-tag.exp: New file.
14480         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14481         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14482         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14483         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14484
14485 2014-04-14  Tom Tromey  <tromey@redhat.com>
14486
14487         * gdb.cp/classes.exp (test_enums): Handle underlying type.
14488         * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14489         type.
14490         * gdb.cp/enum-class.exp: New file.
14491         * gdb.cp/enum-class.cc: New file.
14492
14493 2014-04-14  Tom Tromey  <tromey@redhat.com>
14494
14495         * gdb.dwarf2/enum-type.exp: New file.
14496
14497 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14498
14499         * gdb.mi/mi-vla-c99.exp: New file.
14500         * gdb.mi/vla.c: New file.
14501
14502 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14503
14504         * gdb.base/vla-datatypes.c: New file.
14505         * gdb.base/vla-datatypes.exp: New file.
14506
14507 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14508
14509         * gdb.base/vla-ptr.c: New file.
14510         * gdb.base/vla-ptr.exp: New file.
14511
14512 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14513
14514         * gdb.dwarf2/count.exp: New file.
14515
14516 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14517
14518         * gdb.base/vla-sideeffect.c: New file.
14519         * gdb.base/vla-sideeffect.exp: New file.
14520
14521 2014-04-14  David Blaikie <dblaikie@gmail.com>
14522
14523         * gdb.mi/non-stop.c: Add return value for non-void function return
14524         statement.
14525         * gdb.threads/staticthreads.c: Ditto.
14526
14527 2014-04-12  Siva Chandra Reddy  <sivachandra@google.com>
14528             Doug Evans  <xdje42@gmail.com>
14529
14530         * gdb.guile/scm-value.c: Improve test case.
14531         * gdb.guile/scm-value.exp: Add new test.
14532
14533 2014-04-11  David Blaikie  <dblaikie@gmail.com>
14534
14535         * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14536         override Clang's default.
14537
14538 2014-04-11  Joel Brobecker  <brobecker@adacore.com>
14539
14540         Revert the following changes (regressions):
14541
14542         * gdb.base/vla-sideeffect.c: New file.
14543         * gdb.base/vla-sideeffect.exp: New file.
14544
14545         * gdb.dwarf2/count.exp: New file.
14546
14547         * gdb.base/vla-multi.c: New file.
14548         * gdb.base/vla-multi.exp: New file.
14549
14550         * gdb.base/vla-ptr.c: New file.
14551         * gdb.base/vla-ptr.exp: New file.
14552
14553         * gdb.base/vla-datatypes.c: New file.
14554         * gdb.base/vla-datatypes.exp: New file.
14555
14556         * gdb.mi/mi-vla-c99.exp: New file.
14557         * gdb.mi/vla.c: New file.
14558
14559 2014-04-11  Keith Seitz  <keiths@redhat.com>
14560
14561         PR c++/16675
14562         * gdb.cp/cpsizeof.exp: New file.
14563         * gdb.cp/cpsizeof.cc: New file.
14564
14565 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14566
14567         * gdb.mi/mi-vla-c99.exp: New file.
14568         * gdb.mi/vla.c: New file.
14569
14570 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14571
14572         * gdb.base/vla-datatypes.c: New file.
14573         * gdb.base/vla-datatypes.exp: New file.
14574
14575 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14576
14577         * gdb.base/vla-ptr.c: New file.
14578         * gdb.base/vla-ptr.exp: New file.
14579
14580 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14581
14582         * gdb.base/vla-multi.c: New file.
14583         * gdb.base/vla-multi.exp: New file.
14584
14585 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14586
14587         * gdb.dwarf2/count.exp: New file.
14588
14589 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14590
14591         * gdb.base/vla-sideeffect.c: New file.
14592         * gdb.base/vla-sideeffect.exp: New file.
14593
14594 2014-04-11  Yao Qi  <yao@codesourcery.com>
14595
14596         * gdb.base/completion.exp: Check file exists before running tests
14597         on file completion.
14598
14599 2014-04-10  Pedro Alves  <palves@redhat.com>
14600
14601         * gdb.base/cond-eval-mode.c: New file.
14602         * gdb.base/cond-eval-mode.exp: Use standard_testfile.  Adjust
14603         prepare_for_testing to build the new file.  Check result of
14604         runto_main.
14605         (test_break, test_watch): New procedures.
14606         (top level): Use them.
14607
14608 2014-04-08  Pierre Muller  <muller@sourceware.org>
14609
14610         * gdb.base/printcmds.exp (test_artificial_arrays): Disable
14611         Ctrl-V use for mingw hosts.
14612
14613 2014-04-07  Siva Chandra Reddy  <sivachandra@google.com>
14614
14615         * gdb.python/py-value.c: Improve test case.
14616         * gdb.python/py-value.exp: Add new test.
14617
14618 2014-04-07  David Blaikie  <dblaikie@gmail.com>
14619
14620         * lib/compiler.c: Identify the clang compiler.
14621         * lib/compiler.cc: Ditto.
14622
14623 2014-04-03  Yao Qi  <yao@codesourcery.com>
14624
14625         * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
14626
14627 2014-04-01  Anton Blanchard  <anton@samba.org>
14628
14629         * gdb.arch/ppc64-atomic-inst.exp: Use untested.  Make test
14630         messages unique.
14631
14632 2014-04-01  Anton Blanchard  <anton@samba.org>
14633
14634         * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
14635         prepare_for_testing.
14636
14637 2014-04-01  Anton Blanchard  <anton@samba.org>
14638
14639         * gdb.arch/ppc64-atomic-inst.c: Remove.
14640         * gdb.arch/ppc64-atomic-inst.S: New file.
14641         * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
14642
14643 2014-03-31  Doug Evans  <dje@google.com>
14644
14645         * gdb.base/print-symbol-loading-lib.c: New file.
14646         * gdb.base/print-symbol-loading-main.c: New file.
14647         * gdb.base/print-symbol-loading.exp: New file.
14648
14649 2014-03-31  Yao Qi  <yao@codesourcery.com>
14650
14651         * gdb.base/source-dir.exp: Allow ';' as a directory separator.
14652
14653 2014-03-28  Joel Brobecker  <brobecker@adacore.com>
14654
14655         * gdb.ada/mi_dyn_arr: New testcase.
14656
14657 2014-03-27  Doug Evans  <dje@google.com>
14658
14659         * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
14660
14661 2014-03-27  Yao Qi  <yao@codesourcery.com>
14662
14663         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
14664         if target is nios2-*-*.
14665
14666 2014-03-26  Yao Qi  <yao@codesourcery.com>
14667
14668         * lib/gdb.exp (readline_is_used): New proc.
14669         * gdb.base/completion.exp: Move tests on command complete up.
14670         Skip the rest of tests if readline is not used.
14671         * gdb.ada/complete.exp: Skp the test if readline is not
14672         used.
14673         * gdb.base/filesym.exp: Likewise.
14674         * gdb.base/macscp.exp: Likewise.
14675         * gdb.base/readline-ask.exp: Likewise.
14676         * gdb.base/readline.exp: Likewise.
14677         * gdb.python/py-cmd.exp: Likewise.
14678         * gdb.trace/tfile.exp: Likewise.
14679
14680 2014-03-26  Yao Qi  <yao@codesourcery.com>
14681
14682         * gdb.base/macscp.exp: Fix code format issues.
14683
14684 2014-03-25  Ulrich Weigand  <uweigand@de.ibm.com>
14685
14686         * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
14687         * gdb.asm/powerpc64le.inc: New file.
14688
14689 2014-03-25  Pedro Alves  <palves@redhat.com>
14690             Doug Evans  <dje@google.com>
14691
14692         * gdb.base/source-execution.c: New file.
14693         * gdb.base/source-execution.exp: New file.
14694         * gdb.base/source-execution.gdb: New file.
14695
14696 2014-03-24  Doug Evans  <dje@google.com>
14697
14698         * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
14699         using fission.
14700
14701 2014-03-24  Hui Zhu  <hui@codesourcery.com>
14702             Pedro Alves  <palves@redhat.com>
14703
14704         PR breakpoints/16101
14705         * gdb.base/dprintf.exp: Use unsupported rather than changing the
14706         test pass/fail messages.  Detect missing support for dprintf when
14707         breakpoints are actually inserted.
14708         * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14709         breakpoints are actually inserted.
14710         * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
14711         fails.
14712
14713 2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
14714
14715         * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
14716
14717 2014-03-22  Doug Evans  <xdje42@gmail.com>
14718
14719         * gdb.python/python.exp (python not supported): Verify multi-line
14720         python command issues an error.
14721         * gdb.guile/guile.exp (guile not supported): Verify multi-line
14722         guile command issues an error.
14723
14724 2014-03-21  Maciej W. Rozycki  <macro@codesourcery.com>
14725
14726         * gdb.threads/thread-specific.exp: Handle the lack of usable
14727         $this_breakpoint and $this_thread.
14728
14729 2014-03-21  Hui Zhu  <hui@codesourcery.com>
14730
14731         * gdb.base/attach.exp (do_command_attach_tests): New.
14732
14733 2014-03-20  Tom Tromey  <tromey@redhat.com>
14734             Pedro Alves  <palves@redhat.com>
14735
14736         PR cli/15718
14737         * gdb.base/condbreak-call-false.c: New file.
14738         * gdb.base/condbreak-call-false.exp: New file.
14739
14740 2014-03-20  Pedro Alves  <palves@redhat.com>
14741
14742         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14743         Delete.
14744         (block_signals, unblock_signals): Delete.
14745         (child_function_2, main): Remove references to deleted variable
14746         and functions.
14747
14748 2014-03-20  Pedro Alves  <palves@redhat.com>
14749
14750         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14751         Use pthread_kill to signal thread 2.
14752         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14753         Adjust to make the test send itself a signal rather than using the
14754         host's "kill" command.
14755
14756 2014-03-20  Pedro Alves  <palves@redhat.com>
14757
14758         * gdb.threads/multiple-step-overs.c: New file.
14759         * gdb.threads/multiple-step-overs.exp: New file.
14760         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14761         Adjust expected infrun debug output.
14762
14763 2014-03-20  Pedro Alves  <palves@redhat.com>
14764
14765         * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14766         * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14767
14768 2014-03-20  Pedro Alves  <palves@redhat.com>
14769
14770         PR breakpoints/7143
14771         * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14772         old gnats gdb/38.  Remove kfail.  Adjust to use gdb_test instead
14773         of gdb_test_multiple.
14774         * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14775         * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14776
14777 2014-03-20  Pedro Alves  <palves@redhat.com>
14778
14779         * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14780         * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14781
14782 2014-03-19  Pedro Alves  <palves@redhat.com>
14783
14784         * gdb.base/async.exp: Remove early return.
14785
14786 2014-03-19  Pedro Alves  <palves@redhat.com>
14787
14788         * gdb.base/async.exp (step& tests): Pass explicit test messages.
14789
14790 2014-03-19  Pedro Alves  <palves@redhat.com>
14791
14792         * gdb.base/async.exp (test_background): Expect \r\n after
14793         "completed." in the fail pattern.
14794
14795 2014-03-19  Pedro Alves  <palves@redhat.com>
14796
14797         * gdb.base/async.exp (test_background): New procedure.
14798         Use it for all background execution command tests.
14799
14800 2014-03-19  Pedro Alves  <palves@redhat.com>
14801
14802         * gdb.base/async.exp: Use prepare_for_testing.
14803
14804 2014-03-19  Pedro Alves  <palves@redhat.com>
14805
14806         * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
14807         the same line.
14808
14809 2014-03-19  Pedro Alves  <palves@redhat.com>
14810
14811         * gdb.base/async.c (main): Add "jump here" and "until here" line
14812         marker comments.
14813         * gdb.base/async.exp (jump_here): New global.
14814         (jump& test): Use it.
14815         (until_here): New global.
14816         (until& test): Use it.
14817
14818 2014-03-19  Pedro Alves  <palves@redhat.com>
14819
14820         * gdb.base/async.exp: Don't frob gdb_protocol.
14821
14822 2014-03-18  Doug Evans  <xdje42@gmail.com>
14823
14824         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
14825         Fix spelling of exec-done-display.
14826
14827 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
14828
14829         PR gdb/15358
14830         * gdb.base/gdb-sigterm.c: New file.
14831         * gdb.base/gdb-sigterm.exp: New file.
14832
14833 2014-03-18  Pedro Alves  <palves@redhat.com>
14834
14835         PR gdb/13860
14836         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14837         * lib/mi-support.exp (mi_expect_stop): Add special handling for
14838         solib-event.
14839
14840 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
14841
14842         * gdb.ada/pckd_arr_ren: New testcase.
14843
14844 2014-03-13  Doug Evans  <xdje42@gmail.com>
14845
14846         PR guile/16612
14847         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14848         collect after discarding symbols.
14849
14850 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
14851             Doug Evans  <xdje42@gmail.com>
14852
14853         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14854         to history survives a gc.
14855
14856 2014-03-13  Pedro Alves  <palves@redhat.com>
14857
14858         * gdb.base/default.exp: Don't test "target procfs".
14859
14860 2014-03-13  Pedro Alves  <palves@redhat.com>
14861
14862         * gdb.base/default.exp: Update "target child" and "target procfs"
14863         tests to not expect "Unix".
14864
14865 2014-03-12  Tom Tromey  <tromey@redhat.com>
14866
14867         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14868         New procs.  Add target-async tests.
14869         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14870         Add target-async tests.
14871
14872 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14873
14874         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14875         'func_start' and 'func_end' for the beginning and end of the
14876         function code, respectively.
14877         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14878         'func_end' instead of 'func' and 'main'.
14879
14880 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14881
14882         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14883         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14884         generate the debug info assembler source.
14885
14886 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14887
14888         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14889         * gdb.dwarf2/arr-subrange.exp: Likewise.
14890         * gdb.dwarf2/dwz.exp: Likewise.
14891         * gdb.dwarf2/method-ptr.exp: Likewise.
14892         * gdb.dwarf2/missing-sig-type.exp: Likewise.
14893         * gdb.dwarf2/subrange.exp: Likewise.
14894         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14895         * gdb.dwarf2/implptrpiece.exp: Likewise.
14896         * gdb.dwarf2/nostaticblock.exp: Likewise.
14897
14898 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14899
14900         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14901         directory to absolute path name arguments.
14902
14903 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
14904
14905         * gdb.ada/tagged_access: New testcase.
14906
14907 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
14908
14909         * gdb.btrace/data.exp: Update expected output.
14910
14911 2014-03-06  Yao Qi  <yao@codesourcery.com>
14912
14913         * gdb.trace/pr16508.exp: New file.
14914
14915 2014-03-05  Pedro Alves  <palves@redhat.com>
14916
14917         PR gdb/16575
14918         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14919         procedure.
14920         (top level): Adjust to use it.  Add tests that exercise breakpoint
14921         interaction with the code-cache.
14922
14923 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
14924
14925         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14926         test for 'history-append!'.
14927
14928 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14929
14930         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14931         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14932         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14933         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14934         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14935         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14936
14937 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14938
14939         * testsuite/gdb.python/py-pp-re-notag.c: New file.
14940         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14941         * testsuite/gdb.python/py-pp-re-notag.p: New file.
14942
14943 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14944
14945         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14946
14947 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14948
14949         * gdb.dwarf2/arr-stride.c: New file.
14950         * gdb.dwarf2/arr-stride.exp: New file.
14951
14952 2014-02-26  Pedro Alves  <palves@redhat.com>
14953
14954         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14955         that won't ever trigger.  Make sure that GDB reports the correct
14956         breakpoint that caused the stop.
14957
14958 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
14959
14960         PR gdb/16626
14961         * gdb.base/auto-load-script: New file.
14962         * gdb.base/auto-load.c: New file.
14963         * gdb.base/auto-load.exp: New file.
14964
14965         PR gdb/16626
14966         * gdb.base/auto-load.exp: Fix out-of-srctree run.
14967
14968 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
14969
14970         Fix dw2-icycle.exp -fsanitize=address GDB crash.
14971         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14972
14973 2014-02-24  Doug Evans  <dje@google.com>
14974
14975         * lib/gdb.exp (run_on_host): Log error output if program fails.
14976
14977 2014-02-21  Pedro Alves  <palves@redhat.com>
14978
14979         * gdb.threads/step-after-sr-lock.c: Rename to ...
14980         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14981         * gdb.threads/step-after-sr-lock.exp: Rename to ...
14982         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14983         ... this.
14984
14985 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
14986
14987         PR tdep/16397
14988         * gdb.arch/amd64-stap-special-operands.exp: New file.
14989         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14990         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14991         * gdb.arch/amd64-stap-triplet.S: Likewise.
14992         * gdb.arch/amd64-stap-triplet.c: Likewise.
14993
14994 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
14995
14996         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14997         in .section pseudo-op.
14998
14999 2014-02-20  lin zuojian  <manjian2006@gmail.com>
15000             Joel Brobecker  <brobecker@adacore.com>
15001             Doug Evans  <xdje42@gmail.com>
15002
15003         PR symtab/16581
15004         * gdb.dwarf2/dw2-icycle.S: New file.
15005         * gdb.dwarf2/dw2-icycle.c: New file.
15006         * gdb.dwarf2/dw2-icycle.exp: New file.
15007
15008 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
15009
15010         * gdb.python/py-value-cc.cc: Improve test case to enable testing
15011         operations on gdb.Value objects.
15012         * gdb.python/py-value-cc.exp: Add new test to test operations on
15013         gdb.Value objects.
15014
15015 2014-02-18  Doug Evans  <dje@google.com>
15016
15017         * Makefile.in (TESTS): New variable.
15018         (expanded_tests, expanded_tests_or_none): New variables
15019         (check-single): Pass $(expanded_tests_or_none) to runtest.
15020         (check-parallel): Only run tests in $(TESTS) if non-empty.
15021         (check/no-matching-tests-found): New rule.
15022         * README: Document TESTS makefile variable.
15023
15024 2014-02-18  Doug Evans  <dje@google.com>
15025
15026         * Makefile.in (check-parallel): rm -rf outputs temp.
15027
15028 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
15029
15030         Fix "ERROR: no fileid for" in the testsuite.
15031         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15032
15033 2014-02-12  Doug Evans  <dje@google.com>
15034
15035         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15036         (MISCELLANEOUS): New variable.
15037         (clean): rm -rf $(MISCELLANEOUS).
15038         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15039         dwp live in the same directory as symlinks, with each symlink pointed
15040         to a differently named file in a different directory.
15041
15042 2014-02-11  Doug Evans  <dje@google.com>
15043
15044         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15045         of Tcl file commands.
15046
15047 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
15048
15049         * gdb.threads/step-after-sr-lock.exp: Avoid executing
15050         "kill -SIGUSR1 -1".
15051
15052 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
15053
15054         * gdb.ada/tick_length_array_enum_idx: New testcase.
15055
15056 2014-02-10  Doug Evans  <xdje42@gmail.com>
15057
15058         * configure.ac (AC_OUTPUT): Add gdb.guile.
15059         * configure: Regenerate.
15060         * lib/gdb-guile.exp: New file.
15061         * lib/gdb.exp (get_target_charset): New function.
15062         * gdb.base/help.exp: Update expected output from "apropos apropos".
15063         * gdb.guile/Makefile.in: New file.
15064         * gdb.guile/guile.exp: New file.
15065         * gdb.guile/scm-arch.c: New file.
15066         * gdb.guile/scm-arch.exp: New file.
15067         * gdb.guile/scm-block.c: New file.
15068         * gdb.guile/scm-block.exp: New file.
15069         * gdb.guile/scm-breakpoint.c: New file.
15070         * gdb.guile/scm-breakpoint.exp: New file.
15071         * gdb.guile/scm-disasm.c: New file.
15072         * gdb.guile/scm-disasm.exp: New file.
15073         * gdb.guile/scm-equal.c: New file.
15074         * gdb.guile/scm-equal.exp: New file.
15075         * gdb.guile/scm-error.exp: New file.
15076         * gdb.guile/scm-error.scm: New file.
15077         * gdb.guile/scm-frame-args.c: New file.
15078         * gdb.guile/scm-frame-args.exp: New file.
15079         * gdb.guile/scm-frame-args.scm: New file.
15080         * gdb.guile/scm-frame-inline.c: New file.
15081         * gdb.guile/scm-frame-inline.exp: New file.
15082         * gdb.guile/scm-frame.c: New file.
15083         * gdb.guile/scm-frame.exp: New file.
15084         * gdb.guile/scm-generics.exp: New file.
15085         * gdb.guile/scm-gsmob.exp: New file.
15086         * gdb.guile/scm-iterator.c: New file.
15087         * gdb.guile/scm-iterator.exp: New file.
15088         * gdb.guile/scm-math.c: New file.
15089         * gdb.guile/scm-math.exp: New file.
15090         * gdb.guile/scm-objfile-script-gdb.in: New file.
15091         * gdb.guile/scm-objfile-script.c: New file.
15092         * gdb.guile/scm-objfile-script.exp: New file.
15093         * gdb.guile/scm-objfile.c: New file.
15094         * gdb.guile/scm-objfile.exp: New file.
15095         * gdb.guile/scm-ports.exp: New file.
15096         * gdb.guile/scm-pretty-print.c: New file.
15097         * gdb.guile/scm-pretty-print.exp: New file.
15098         * gdb.guile/scm-pretty-print.scm: New file.
15099         * gdb.guile/scm-section-script.c: New file.
15100         * gdb.guile/scm-section-script.exp: New file.
15101         * gdb.guile/scm-section-script.scm: New file.
15102         * gdb.guile/scm-symbol.c: New file.
15103         * gdb.guile/scm-symbol.exp: New file.
15104         * gdb.guile/scm-symtab-2.c: New file.
15105         * gdb.guile/scm-symtab.c: New file.
15106         * gdb.guile/scm-symtab.exp: New file.
15107         * gdb.guile/scm-type.c: New file.
15108         * gdb.guile/scm-type.exp: New file.
15109         * gdb.guile/scm-value-cc.cc: New file.
15110         * gdb.guile/scm-value-cc.exp: New file.
15111         * gdb.guile/scm-value.c: New file.
15112         * gdb.guile/scm-value.exp: New file.
15113         * gdb.guile/source2.scm: New file.
15114         * gdb.guile/types-module.cc: New file.
15115         * gdb.guile/types-module.exp: New file.
15116
15117 2014-02-10  Yao Qi  <yao@codesourcery.com>
15118
15119         PR testsuite/16543
15120         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15121         * configure: Regenerated.
15122         * Makefile.in: New file.
15123
15124 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
15125
15126         * gdb.python/py-framefilter.exp: Fix typo.
15127
15128 2014-02-08  Yao Qi  <yao@codesourcery.com>
15129
15130         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15131         that no =breakpoint-modified is emitted when breakpoints are
15132         modified through MI commands.
15133
15134 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
15135             Pedro Alves  <palves@redhat.com>
15136
15137         * gdb.threads/step-after-sr-lock.c: New file.
15138         * gdb.threads/step-after-sr-lock.exp: New file.
15139
15140 2014-02-07  Pedro Alves  <palves@redhat.com>
15141
15142         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15143
15144 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
15145
15146         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15147         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15148
15149 2014-02-06  Doug Evans  <xdje42@gmail.com>
15150
15151         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15152         output.
15153
15154         * gdb.gdb/python-interrupts.exp: New file.
15155
15156 2014-02-05  Yao Qi  <yao@codesourcery.com>
15157
15158         * gdb.trace/report.exp (use_collected_data): Test the output
15159         of "info threads" and "info inferiors".
15160
15161 2014-02-05  Yao Qi  <yao@codesourcery.com>
15162
15163         Revert this patch:
15164
15165         2013-05-24  Yao Qi  <yao@codesourcery.com>
15166
15167         * gdb.trace/tfile.exp: Test inferior and thread.
15168
15169 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15170
15171         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15172         on a function.
15173         * gdb.base/step-bt.c: Call hello via function pointer to make
15174         sure its first instruction is executed on powerpc64le-linux.
15175
15176 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15177
15178         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15179
15180 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15181
15182         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
15183         of the test patterns for use on little-endian systems.
15184
15185 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15186
15187         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15188         (decimal_vector): Fix for little-endian.
15189
15190 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
15191
15192         * gdb.arch/sparc-sysstep.exp: New file.
15193         * gdb.arch/sparc-sysstep.c: Likewise.
15194
15195         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15196
15197 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
15198
15199         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15200
15201 2014-01-23  Tom Tromey  <tromey@redhat.com>
15202
15203         * gdb.ada/array_char_idx: New testcase.
15204
15205 2014-01-23  Tom Tromey  <tromey@redhat.com>
15206
15207         PR python/16487:
15208         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15209         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15210         classes.
15211
15212 2014-01-23  Tom Tromey  <tromey@redhat.com>
15213
15214         PR python/16491:
15215         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15216         string from an inferior frame.
15217         * gdb.python/py-framefilter-mi.exp: Update.
15218
15219 2014-01-22  Doug Evans  <dje@google.com>
15220
15221         * gdb.server/server-mon.exp: Add tests for "set debug-format".
15222
15223 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15224
15225         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15226
15227 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15228
15229         * gdb.trace/entry-values.exp: Remove excess space character from
15230         regex patterns.  Handle s390 call instruction.
15231
15232 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15233
15234         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15235         define "*_start" label.  Make "name" static.
15236         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15237         ${name} by references to ${name}_start.
15238
15239 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15240
15241         * gdb.base/info-macros.exp: Remove "debug" from the compile
15242         options.
15243
15244 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
15245
15246         * gdb.dlang/demangle.exp: New file.
15247
15248 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
15249
15250         * gdb.dlang/primitive-types.exp: New file.
15251
15252 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
15253
15254         * configure.ac: Create gdb.dlang/Makefile.
15255         * configure: Regenerate.
15256         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15257         * gdb.dlang/Makefile.in: New file.
15258         * lib/d-support.exp: New file.
15259         * lib/gdb.exp (skip_d_tests): New proc.
15260
15261 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15262
15263         * gdb.btrace/delta.exp: Check reverse stepi.
15264         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
15265         * gdb.btrace/finish.exp: New.
15266         * gdb.btrace/next.exp: New.
15267         * gdb.btrace/nexti.exp: New.
15268         * gdb.btrace/record_goto.c: Add comments.
15269         * gdb.btrace/step.exp: New.
15270         * gdb.btrace/stepi.exp: New.
15271         * gdb.btrace/multi-thread-step.c: New.
15272         * gdb.btrace/multi-thread-step.exp: New.
15273         * gdb.btrace/rn-dl-bind.c: New.
15274         * gdb.btrace/rn-dl-bind.exp: New.
15275         * gdb.btrace/data.c: New.
15276         * gdb.btrace/data.exp: New.
15277         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15278
15279 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15280
15281         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15282         * gdb.btrace/exception.exp: Update.
15283         * gdb.btrace/instruction_history.exp: Update.
15284         * gdb.btrace/record_goto.exp: Update.
15285         * gdb.btrace/tailcall.exp: Update.
15286         * gdb.btrace/unknown_functions.exp: Update.
15287         * gdb.btrace/delta.exp: New.
15288
15289 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15290
15291         * gdb.btrace/record_goto.exp: Add backtrace test.
15292         * gdb.btrace/tailcall.exp: Add backtrace test.
15293
15294 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15295
15296         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15297         * gdb.btrace/record_goto.c: New.
15298         * gdb.btrace/record_goto.exp: New.
15299         * gdb.btrace/x86-record_goto.S: New.
15300
15301 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15302
15303         * gdb.btrace/function_call_history.exp: Update tests.
15304         * gdb.btrace/instruction_history.exp: Update tests.
15305
15306 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15307
15308         * gdb.btrace/function_call_history.exp: Fix expected field
15309         order for "record function-call-history".
15310         Add new tests for "record function-call-history /c".
15311         * gdb.btrace/exception.cc: New.
15312         * gdb.btrace/exception.exp: New.
15313         * gdb.btrace/tailcall.exp: New.
15314         * gdb.btrace/x86-tailcall.S: New.
15315         * gdb.btrace/x86-tailcall.c: New.
15316         * gdb.btrace/unknown_functions.c: New.
15317         * gdb.btrace/unknown_functions.exp: New.
15318         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15319
15320 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15321
15322         * gdb.btrace/instruction_history.exp: Update.
15323         * gdb.btrace/function_call_history.exp: Update.
15324
15325 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15326
15327         * gdb.btrace/function_call_history.exp: Fix expected function
15328         trace.
15329         * gdb.btrace/instruction_history.exp: Initialize traced.
15330         Remove traced_functions.
15331
15332 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15333
15334         * gdb.btrace/function_call_history.exp: Update
15335         * gdb.btrace/instruction_history.exp: Update.
15336
15337 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15338
15339         * gdb.btrace/enable.exp: Update expected text.
15340
15341 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
15342
15343         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15344         bytes.
15345
15346 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
15347
15348         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15349
15350 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
15351
15352         * lib/gdb.exp (supports_process_record): Return true for
15353         arm*-linux*.  (supports_reverse): Likewise.
15354
15355 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
15356
15357         PR python/15464
15358         PR python/16113
15359         * gdb.python/py-type.c: Enhance test case.
15360         * gdb.python/py-value-cc.cc: Likewise
15361         * gdb.python/py-type.exp: Add new tests.
15362         * gdb.python/py-value-cc.exp: Likewise
15363
15364 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15365             Pedro Alves <palves@redhat.com>
15366
15367         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15368         Make "name" extern.
15369         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15370         references to ${name}_start by references to ${name}.
15371
15372 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
15373
15374         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15375
15376 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
15377
15378         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15379
15380 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
15381             Pedro Alves  <palves@redhat.com>
15382
15383         * gdb.mi/mi-info-os.exp: Connect to the target with
15384         mi_gdb_target_load.
15385
15386 2014-01-08  Pedro Alves  <palves@redhat.com>
15387
15388         * gdb.threads/reconnect-signal.c: New file.
15389         * gdb.threads/reconnect-signal.exp: New file.
15390
15391 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
15392
15393         * gdb.base/source-dir.exp: New file.
15394
15395 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
15396
15397         * gdb.ada/mi_interface: New testcase.
15398
15399 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
15400
15401         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15402         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15403         gdb.ada/pp-rec-component/pck.ads: New files.
15404
15405 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
15406
15407         * gdb.python/py-pp-integral.c: New file.
15408         * gdb.python/py-pp-integral.py: New file.
15409         * gdb.python/py-pp-integral.exp: New file.
15410
15411 For older changes see ChangeLog-1993-2013.
15412 \f
15413 ;; Local Variables:
15414 ;; mode: change-log
15415 ;; left-margin: 8
15416 ;; fill-column: 74
15417 ;; version-control: never
15418 ;; End:
15419
15420     Copyright 2014-2019 Free Software Foundation, Inc.
15421   Copying and distribution of this file, with or without modification,
15422   are permitted provided the copyright notice and this notice are preserved.