Fix crash in dwarf2read.c with template parameters
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2019-04-30  Tom Tromey  <tromey@adacore.com>
2
3         PR c++/24470:
4         * gdb.cp/temargs.cc: Add test code from PR.
5
6 2019-04-19  Tom Tromey  <tromey@adacore.com>
7
8         PR symtab/24423:
9         * gdb.base/list0.h (foo): Add a control-l character.
10
11 2019-03-28  Pedro Alves  <palves@redhat.com>
12
13         * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
14         move comments outside list.  Append '-i "" eof' section.
15
16 2019-03-12  Andrew Burgess  <andrew.burgess@embecosm.com>
17
18         * config/default.exp: Remove 'load_lib gdb.exp'.
19         * config/monitor.exp: Likewise.
20         * config/sid.exp: Likewise.
21         * config/sim.exp: Likewise.
22         * config/slite.exp: Likewise.
23         * config/unix.exp: Likewise.
24         * gdb.base/default.exp: Remove unhelpful comment.
25
26 2019-03-14  Tom Tromey  <tromey@adacore.com>
27
28         * gdb.base/style.exp: Add "set style sources" test.
29
30 2019-03-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31
32         PR gdb/8527
33         * gdb.base/interrupt-daemon-attach.c,
34         gdb.base/interrupt-daemon-attach.exp: New test.
35
36 2019-03-06  Alan Hayward  <alan.hayward@arm.com>
37
38         * lib/gdb.exp (builtin_cd): rename of cd.
39         (cd): Override builtin.
40
41 2019-02-26  Tom Tromey  <tromey@adacore.com>
42
43         * gdb.python/py-value.exp (test_value_from_buffer): Check for
44         ValueError, not TypeError.
45
46 2019-02-26  Kevin Buettner  <kevinb@redhat.com>
47
48         * gdb.python/py-value.exp (test_value_from_buffer): New proc with
49         call from main program.
50
51 2019-02-23  Joel Brobecker  <brobecker@adacore.com>
52
53         * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
54         * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
55         * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
56         * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
57         * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
58
59 2019-02-22  Keith Seitz  <keiths@redhat.com>
60
61         PR symtab/23853
62         * gdb.base/symlink-sourcefile.c: New file.
63         * gdb.base/symlink-sourcefile.exp: New file.
64
65 2019-02-20  Tom Tromey  <tom@tromey.com>
66
67         * gdb.base/info_qt.exp: Update.
68
69 2019-02-19  Simon Marchi  <simon.marchi@polymtl.ca>
70
71         * gdb.base/source.exp: Move "error in sourced script" code to
72         the end.
73         * gdb.base/source-error.gdb: Move contents to
74         source-error-1.gdb.  Add new code to source source-error-1.gdb.
75         * gdb.base/source-error-1.gdb: New file, from previous
76         source-error.gdb.
77
78 2019-02-17  Tom Tromey  <tom@tromey.com>
79
80         * gdb.base/style.exp: Use -g3 to compile when possible.  Add test
81         for macro styling.
82         * gdb.base/style.c (SOME_MACRO): New macro.
83
84 2019-02-17  Tom Tromey  <tom@tromey.com>
85
86         * gdb.base/style.exp: Add line-wrapping tests.
87         * gdb.base/page.exp: Add test for quitting during pagination.
88
89 2019-02-17  Joel Brobecker  <brobecker@adacore.com>
90
91         * gdb.ada/big_packed_array: New testcase.
92         * gdb.ada/homonym.exp: Fix incorrect expected output for
93         "break <homonym__get_value>" test.
94
95 2019-02-13  Weimin Pan  <weimin.pan@oracle.com>
96
97         PR breakpoints/21870
98         * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
99         and prepare_for_testing.  Add comment.
100         * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
101         redundant cleanup call.  Clean up comment.
102
103 2019-02-12  Weimin Pan  <weimin.pan@oracle.com>
104
105         PR breakpoints/21870
106         * gdb.arch/aarch64-dbreg-contents.exp: New file.
107         * gdb.arch/aarch64-dbreg-contents.c: New file.
108
109 2019-02-10  Joel Brobecker  <brobecker@adacore.com>
110
111         * gdb.ada/mi_ref_changeable: New testcase.
112
113 2019-02-07  Alan Hayward  <alan.hayward@arm.com>
114
115         * gdb.base/attach.exp: Add double attach test.
116
117 2019-02-07  Simon Marchi  <simon.marchi@polymtl.ca>
118
119         * lib/gdb.exp (default_gdb_start): Don't match pagination
120         prompt.
121         (gdb_init): Set stty_init.
122
123 2019-01-27  Tom Tromey  <tom@tromey.com>
124
125         * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
126         skip_python_tests.
127
128 2019-01-24  Alan Hayward  <alan.hayward@arm.com>
129
130         * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
131         New structure.
132         (struct struct_static_02_02): Likewise.
133         (struct struct_static_02_03): Likewise.
134         (struct struct_static_02_04): Likewise.
135         (struct struct_static_04_01): Likewise.
136         (struct struct_static_04_02): Likewise.
137         (struct struct_static_04_03): Likewise.
138         (struct struct_static_04_04): Likewise.
139         (struct struct_static_06_01): Likewise.
140         (struct struct_static_06_02): Likewise.
141         (struct struct_static_06_03): Likewise.
142         (struct struct_static_06_04): Likewise.
143         (cmp_struct_static_02_01): Likewise.
144         (cmp_struct_static_02_02): Likewise.
145         (cmp_struct_static_02_03): Likewise.
146         (cmp_struct_static_02_04): Likewise.
147         (cmp_struct_static_04_01): Likewise.
148         (cmp_struct_static_04_02): Likewise.
149         (cmp_struct_static_04_03): Likewise.
150         (cmp_struct_static_04_04): Likewise.
151         (cmp_struct_static_06_01): Likewise.
152         (cmp_struct_static_06_02): Likewise.
153         (cmp_struct_static_06_03): Likewise.
154         (cmp_struct_static_06_04): Likewise.
155         (call_all): Test new structs.
156         * gdb.base/infcall-nested-structs.exp: Likewise.
157
158 2019-01-21  Alan Hayward  <alan.hayward@arm.com>
159         * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
160
161 2019-01-21  Alan Hayward  <alan.hayward@arm.com>
162         * gdb.base/stack-protector.c: New test.
163         * gdb.base/stack-protector.exp: New file.
164         * gdb.cp/ovldbreak.exp: Only allow a single break line.
165         * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
166         option.
167         (gdb_compile): Remove stack protector for GCC and prevent
168         recursion.
169
170 2019-01-16  Keith Seitz  <keiths@redhat.com>
171
172         PR gdb/23773
173         * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
174
175 2019-01-14  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
176
177         * gdb.arch/vsx-regs.exp: Add tests that use the vector register
178         aliases.
179         * gdb.arch/altivec-regs.exp: Likewise.  Fix indentation of two
180         tests.
181         * gdb.arch/powerpc-vector-regs.c: New file.
182         * gdb.arch/powerpc-vector-regs.exp: New file.
183
184 2019-01-14  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
185
186         * gdb.arch/altivec-regs.exp: Fix the list passed to
187         gdb_expect_list when testing "info vector".
188
189 2019-01-12  Andrew Burgess  <andrew.burgess@embecosm.com>
190
191         * gdb.base/style.exp: Don't include path in testname.
192
193 2019-01-10  Keith Seitz  <keiths@redhat.com>
194
195         PR gdb/23712
196         PR symtab/23010
197         * gdb.dwarf2/multidictionary.exp: New file.
198
199 2019-01-09  Simon Marchi  <simon.marchi@ericsson.com>
200
201         * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
202         (test_gnuv3_style_demangling): ... this.
203         (test_lucid_style_demangling): Remove.
204         (test_arm_style_demangling): Remove.
205         (test_hp_style_demangling): Remove.
206         (do_tests): Remove calls to the above.
207
208 2019-01-09  Andrew Burgess  <andrew.burgess@embecosm.com>
209
210         * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
211         case.
212
213 2019-01-06  Tom Tromey  <tom@tromey.com>
214
215         PR gdb/28155:
216         * gdb.dwarf2/typedef-void-finish.exp: New file.
217
218 2018-12-28  Tom Tromey  <tom@tromey.com>
219             Simon Marchi <simark@simark.ca>
220
221         * gdb.base/jit-exec.exp: New file.
222         * gdb.base/jit-exec.c: New file.
223         * gdb.base/jit-execd.c: New file.
224
225 2018-12-28  Tom Tromey  <tom@tromey.com>
226
227         * gdb.base/style.exp: Update test to check for address styling.
228
229 2018-12-28  Tom Tromey  <tom@tromey.com>
230
231         * gdb.base/style.exp: Add test for styling of "Reading symbols"
232         message.
233
234 2018-12-28  Tom Tromey  <tom@tromey.com>
235
236         * gdb.base/style.exp: Add test for version number styling.
237
238 2018-12-28  Tom Tromey  <tom@tromey.com>
239
240         * gdb.base/style.exp: Add test for print_address_symbolic.
241
242 2018-12-28  Tom Tromey  <tom@tromey.com>
243
244         * gdb.base/style.exp: Add test for breakpoint setting.
245
246 2018-12-28  Tom Tromey  <tom@tromey.com>
247
248         * gdb.base/style.exp: Add test for variable names.
249
250 2018-12-28  Tom Tromey  <tom@tromey.com>
251
252         * gdb.base/style.exp: New file.
253         * gdb.base/style.c: New file.
254
255 2018-12-28  Tom Tromey  <tom@tromey.com>
256
257         * lib/gdb.exp (gdb_init): Set the TERM environment variable to
258         "dumb".
259         * gdb.base/readline.exp (operate_and_get_next): Save and restore
260         the TERM environment variable.
261
262 2018-12-27  Tom Tromey  <tom@tromey.com>
263
264         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
265         pagination test.
266
267 2018-12-24  Andrew Burgess  <andrew.burgess@embecosm.com>
268
269         * gdb.dwarf2/dw2-unusual-field-names.c: New file.
270         * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
271
272 2018-12-24  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
273
274         * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
275         Filename a.adb changed to bp_fun_addr.adb.
276         gdb.ada/bp_fun_addr.exp: Update test accordingly.
277
278 2018-12-21  Jan Vrany  <jan.vrany@fit.cvut.cz>
279
280         * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
281         non-PIE executables.
282         * README: Mention the gdb,nopie_flag board setting.
283         * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
284         non-PIE executable.
285         * gdb.arch/amd64-entry-value.exp: Likewise.
286         * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
287         * gdb.arch/i386-float.exp: Likewise.
288         * gdb.arch/i386-signal.exp: Likewise.
289         * gdb.mi/mi-reg-undefined.exp: Likewise.
290
291 2018-12-21  Paul Marechal  <paul.marechal@ericsson.com>
292
293         PR gdb/23974
294         * gdb.base/info-os.exp: Check return for unknown "info os" type.
295
296 2018-12-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
297
298         * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
299         Update order of results accordingly.
300
301 2018-12-12  Andrew Burgess  <andrew.burgess@embecosm.com>
302
303         * gdb.base/annota1.exp: Update a test regexp.
304
305 2018-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
306
307         * gdb.base/float.exp: Handle RISC-V targets without an FPU.
308
309 2018-12-09  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
310
311         * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
312         (reuse_time): Initialize to REUSE_TIME_CAP.
313         (check_rc): New function.
314         (main): Use REUSE_TIME_CAP instead of hardcoded 60.
315         Check pthread_create rc.
316         (spawner_thread_func): Check pthread_create and pthread_join rc.
317
318 2018-12-08  Pedro Alves  <palves@redhat.com>
319
320         * gdb.base/list.exp (test_forward_search): Rename to ...
321         (test_forward_reverse_search): ... this.  Also test reverse-search
322         and the forward-search alias.
323
324 2018-12-05  Andrew Burgess  <andrew.burgess@embecosm.com>
325
326         * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
327         local timeout variable before return, and remove all local timeout
328         variable entirely.
329         (gdb_load): Likewise.
330
331 2018-12-01  Tom de Vries  <tdevries@suse.de>
332
333         * gdb.base/gdb-caching-proc.exp: New file.
334
335 2018-11-25  Sergio Durigan Junior  <sergiodj@redhat.com>
336
337         * Makefile.in (TIMESTAMP): New variable.
338         (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
339         command.
340         (check-single-racy): Likewise.
341         (check/%.exp): Likewise.
342         (check-racy/%.exp): Likewise.
343         (workers/%.worker): Likewise.
344         (build-perf): Likewise.
345         (check-perf): Likewise.
346         * README: Describe new "TS" and "TS_FORMAT" variables.
347         * print-ts.py: New file.
348
349 2018-11-21  Benno Fünfstück  <benno.fuenfstueck@gmail.com>
350
351         PR python/23714
352         * gdb.python/python.exp: Test command repetition after
353         gdb.execute.
354
355 2018-11-20  Andrew Burgess  <andrew.burgess@embecosm.com>
356
357         * gdb.opt/inline-break.exp: Add test that info breakpoint output
358         is correctly aligned.
359
360 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
361
362         * gdb.ada/info_auto_lang.exp: New testcase.
363         * gdb.ada/info_auto_lang/global_pack.ads: New file.
364         * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
365         * gdb.ada/info_auto_lang/some_c.c: New file.
366
367 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
368
369         * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
370         FUNC_lang language syntax.
371
372 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
373
374         * gdb.base/info_minsym.c: New file.
375         * gdb.base/info_minsym.exp: New file.
376
377 2018-11-19  Tom Tromey  <tom@tromey.com>
378
379         PR rust/23625:
380         * gdb.rust/simple.exp: Add ptype test.  Update expected output.
381         * gdb.rust/expr.exp: Update expected output.  Change one test.
382
383 2018-11-19  Tom Tromey  <tom@tromey.com>
384
385         * gdb.rust/simple.rs: Don't initialize empty_enum_value.
386
387 2018-11-19  Pedro Alves  <palves@redhat.com>
388
389         * gdb.base/warning.exp: Don't override INTERNAL_FLAGS.  Use
390         gdb_spawn_with_cmdline_opts instead of gdb_start.  Check that we
391         see the expected warning.
392
393 2018-11-16  Alan Hayward  <alan.hayward@arm.com>
394
395         PR gdb/22736:
396         * gdb.cp/infcall-nodebug-lib.c: New test.
397         * gdb.cp/infcall-nodebug-main.c: New test.
398         * gdb.cp/infcall-nodebug.exp: New file.
399
400 2018-11-12  Simon Marchi  <simon.marchi@polymtl.ca>
401
402         * gdb.base/skip.exp: Add standard_testfile.  Add "skip delete"
403         completer tests.
404
405 2018-11-09  Tom de Vries  <tdevries@suse.de>
406
407         * gdb.base/msym-lang.c: New test.
408         * gdb.base/msym-lang.exp: New file.
409         * gdb.base/msym-lang-main.c: New test.
410
411 2018-11-08  Tom Tromey  <tom@tromey.com>
412
413         PR gdb/23555:
414         PR gdb/23838:
415         * gdb.base/warning.exp: New file.
416
417 2018-11-08  Jan Beulich  <jbeulich@suse.com>
418
419         * testsuite/gdb.arch/i386-avx512.c,
420         testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
421
422 2018-11-08  Andrew Burgess  <andrew.burgess@embecosm.com>
423
424         * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
425         point hardware.
426
427 2018-11-07  Andrew Burgess  <andrew.burgess@embecosm.com>
428
429         * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
430         * gdb.dwarf2/missing-type-name.exp: New file.
431
432 2018-11-06  Tom de Vries  <tdevries@suse.de>
433
434         * gdb.base/many-headers.c: New test.
435         * gdb.base/many-headers.exp: New file.
436
437 2018-11-06  Jim Wilson  <jimw@sifive.com>
438
439         * gdb.base/code_elim.exp: For riscv, set additional_flags
440         to include -msmall-data-limit=0.
441
442 2018-11-01  Joel Brobecker  <brobecker@adacore.com>
443
444         * gdb.ada/watch_minus_l: New testcase.
445
446 2018-11-01  Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
447
448         * gdb.arch/aix-sighandle.c: New file.
449         * gdb.arch/aix-sighandle.exp: New file.
450
451 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
452
453         * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
454         registers being unions.
455
456 2018-10-31  Tom de Vries  <tdevries@suse.de>
457
458         * lib/valgrind.exp: New file.
459          (vgdb_start, vgdb_stop): New procs, factored out of ...
460         * gdb.base/valgrind-bt.exp: ... here, ...
461         * gdb.base/valgrind-disp-step.exp: ... here and ...
462         * gdb.base/valgrind-infcall.exp: ... here.
463
464 2018-10-31  Tom de Vries  <tdevries@suse.de>
465
466         * lib/gdb.exp (get_valueof): Don't output read value in test name.
467
468 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
469
470         * gdb.dwarf2/void-type.c: New file.
471         * gdb.dwarf2/void-type.exp: New file.
472
473 2018-10-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
474
475         * gdb.base/info_qt.c: New file.
476         * gdb.base/info_qt.exp: New file.
477
478 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
479
480         * gdb.arch/powerpc-htm-regs.c: New file.
481         * gdb.arch/powerpc-htm-regs.exp: New file.
482
483 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
484
485         * gdb.arch/powerpc-tar.c: New file.
486         * gdb.arch/powerpc-tar.exp: New file.
487
488 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
489
490         * gdb.arch/powerpc-ppr-dscr.c: New file.
491         * gdb.arch/powerpc-ppr-dscr.exp: New file.
492
493 2018-10-25  Tom de Vries  <tdevries@suse.de>
494
495         * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
496
497 2018-10-24  Tom de Vries  <tdevries@suse.de>
498
499         * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
500         longer exists error.
501
502 2018-10-24  Tom de Vries  <tdevries@suse.de>
503
504         * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
505
506 2018-10-24  Tom de Vries  <tdevries@suse.de>
507
508         * gdb.base/valgrind-db-attach.exp: Handle removed support for
509         --db-attach in valgrind.
510
511 2018-10-23  Andrew Burgess  <andrew.burgess@embecosm.com>
512
513         * gdb.arch/riscv-reg-aliases.c: New file.
514         * gdb.arch/riscv-reg-aliases.exp: New file.
515
516 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
517
518         * gdb.python/py-cmd.exp: Check for gdb_prompt.
519
520 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
521
522         * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
523
524 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
525
526         * gdb.cp/ovldbreak.exp: Fix regexps.
527
528 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
529
530         * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
531
532 2018-10-18  Sergio Durigan Junior  <sergiodj@redhat.com>
533
534         PR cli/23785
535         * gdb.base/restore.exp: New test to check if "restore" with an
536         invalid file doesn't segfault.
537
538 2018-10-18  Tom de Vries  <tdevries@suse.de>
539
540         * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
541         * gdb.ada/excep_handle.exp: Same.
542         * gdb.ada/mi_string_access.exp: Same.
543         * gdb.ada/mi_var_union.exp: Same.
544         * gdb.arch/arc-analyze-prologue.exp: Same.
545         * gdb.arch/arc-decode-insn.exp: Same.
546         * gdb.base/readnever.exp: Same.
547         * gdb.fortran/printing-types.exp: Same.
548         * gdb.guile/scm-lazy-string.exp: Same.
549
550 2018-10-16  Tom de Vries  <tdevries@suse.de>
551
552         PR gdb/23730
553         * gdb.base/catch-follow-exec.c: Add copyright notice.
554         * gdb.base/catch-follow-exec.exp: Rewrite to use
555         gdb_spawn_with_cmdline_opts.  Require gdb-native.
556
557 2018-10-12  Sandra Loosemore  <sandra@codesourcery.com>
558
559         * gdb.trace/actions-changed.exp: Check for arch support.
560         * gdb.trace/actions.exp: Likewise.
561         * gdb.trace/ax.exp: Likewise.
562         * gdb.trace/backtrace.exp: Likewise.
563         * gdb.trace/change-loc.exp: Likewise.
564         * gdb.trace/deltrace.exp: Likewise.
565         * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
566         * gdb.trace/ftrace.exp: Likewise.
567         * gdb.trace/infotrace.exp: Check for arch support.
568         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
569         * gdb.trace/mi-tracepoint-changed.exp: Likewise.
570         * gdb.trace/mi-tsv-changed.exp: Likewise.
571         * gdb.trace/packetlen.exp: Likewise.
572         * gdb.trace/passc-dyn.exp: Likewise.
573         * gdb.trace/passcount.exp: Likewise.
574         * gdb.trace/pending.exp: Likewise.
575         * gdb.trace/range-stepping.exp: Check for shlib support.
576         * gdb.trace/report.exp: Check for arch support.
577         * gdb.trace/save-trace.exp: Likewise.
578         * gdb.trace/signal.exp: Check for signal support.
579         * gdb.trace/tfind.exp: Check for arch support.
580         * gdb.trace/trace-break.exp: Check for arch and shlib support.
581         * gdb.trace/trace-common.h: Add comment.
582         * gdb.trace/trace-condition.exp: Check for shlib and arch support.
583         * gdb.trace/trace-enable-disable.exp: Likewise.
584         * gdb.trace/trace-mt.exp: Likewise.  Remove redundant untested call.
585         * gdb.trace/tracecmd.exp: Check for arch support.
586         * gdb.trace/tspeed.exp: Check for shlib and target support.
587         * gdb.trace/tstatus.exp: Check for arch support.
588         * gdb.trace/tsv.exp: Likewise.
589         * gdb.trace/while-dyn.exp: Likewise.
590         * gdb.trace/while-stepping.exp: Likewise.
591         * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
592
593 2018-10-12  Simon Marchi  <simon.marchi@ericsson.com>
594
595         * gdb.trace/tspeed.exp: Remove nowarnings.
596         (prepare_for_trace_test): Declare "global ipalib".
597         * gdb.trace/tspeed.c: Include unistd.h.
598         (main): Remove superfluous printf argument.
599
600 2018-10-11  Sandra Loosemore  <sandra@codesourcery.com>
601
602         * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
603         directory prefix on the filename.
604
605 2018-10-10  Sergio Durigan Junior  <sergiodj@redhat.com>
606
607         * gdb.gdb/unittest.exp: Update expected message informing that
608         selftests have been disabled.
609         * gdb.server/unittest.exp: Likewise.
610
611 2018-10-09  Tom de Vries  <tdevries@suse.de>
612
613         * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
614         with runto_main.
615
616 2018-10-08  Weimin Pan  <weimin.pan@oracle.com>
617
618         PR c++/16841
619         * gdb.cp/virtbase2.cc: New file.
620         * gdb.cp/virtbase2.exp: New file.
621
622 2018-10-06  Tom Tromey  <tom@tromey.com>
623
624         PR python/19399:
625         * gdb.python/py-inferior.exp: Add architecture test.
626
627 2018-10-06  Tom Tromey  <tom@tromey.com>
628
629         * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
630         * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
631
632 2018-10-06  Tom Tromey  <tom@tromey.com>
633
634         * gdb.python/py-breakpoint.exp (check_last_event): Check location
635         of a "throw" catchpoint.
636
637 2018-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
638
639         * gdb.base/info-proc.exp: Update string expected from "help info
640         proc".
641
642 2018-10-04  Tom Tromey  <tom@tromey.com>
643
644         * gdb.cp/maint.exp (test_invalid_name): Update expected output.
645         * gdb.gdb/complaints.exp (test_short_complaints): Remove.
646         (test_initial_complaints, test_empty_complaints): Update.
647         * gdb.dwarf2/dw2-stack-boundary.exp: Update.
648
649 2018-10-04  Tom Tromey  <tom@tromey.com>
650
651         PR cli/19551:
652         * lib/mi-support.exp (mi_gdb_file_cmd): Update.
653         * lib/gdb.exp (gdb_file_cmd): Update.
654         * gdb.stabs/weird.exp (print_weird_var): Update.
655         * gdb.server/solib-list.exp: Update.
656         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
657         * gdb.mi/mi-cli.exp: Update.
658         * gdb.linespec/linespec.exp: Update.
659         * gdb.dwarf2/dw2-stack-boundary.exp: Update.
660         * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
661         * gdb.cp/cp-relocate.exp: Update.
662         * gdb.base/sym-file.exp: Update.
663         * gdb.base/relocate.exp: Update.
664         * gdb.base/readnever.exp: Update.
665         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
666         * gdb.base/kill-detach-inferiors-cmd.exp: Update.
667         * gdb.base/dbx.exp (gdb_file_cmd): Update.
668         * gdb.base/code_elim.exp: Update.
669         * gdb.base/break-unload-file.exp (test_break): Update.
670         * gdb.base/break-interp.exp (test_attach_gdb): Update.
671         * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
672         Update.
673         * gdb.base/attach.exp (do_attach_tests): Update.
674         * gdb.base/sepdebug.exp: Update.
675         * gdb.python/py-section-script.exp: Update.
676
677 2018-10-04  Tom Tromey  <tom@tromey.com>
678
679         PR cli/22234:
680         * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
681         * gdb.gdb/complaints.exp (test_short_complaints): Update expected
682         output.
683
684 2018-10-04  Tom Tromey  <tom@tromey.com>
685
686         * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
687         set width and height to 0.
688         (test_command_line_attach_run): Use -quiet.
689
690 2018-10-03  Sandra Loosemore  <sandra@codesourcery.com>
691
692         * lib/gdb.exp (skip_ifunc_tests): New.
693         * gdb.base/gnu-ifunc.exp: Skip if no ifunc support.  Handle
694         other compile failures.
695         * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
696
697 2018-10-01  Simon Marchi  <simon.marchi@ericsson.com>
698
699         * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
700         is_amd64_regs_target.
701
702 2018-10-01  Alan Hayward  <alan.hayward@arm.com>
703
704         * gdb.arch/aarch64-sighandler-regs.c: New test.
705         * gdb.arch/aarch64-sighandler-regs.exp: New file.
706         * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
707
708 2018-10-01  Markus Metzger  <markus.t.metzger@intel.com>
709
710         * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
711         assembly.
712
713 2018-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
714
715         * gdb.base/frame-selection.exp: New file.
716         * gdb.base/frame-selection.c: New file.
717
718 2018-09-27  Alan Hayward  <alan.hayward@arm.com>
719
720         * gdb.threads/check-libthread-db.c (thread_routine): Use a
721         pthread barrier.
722         (main): Likewise.
723
724 2018-09-26  Andrew Burgess  <andrew.burgess@embecosm.com>
725
726         * gdb.base/large-frame-1.c: New file.
727         * gdb.base/large-frame-2.c: New file.
728         * gdb.base/large-frame.exp: New file.
729         * gdb.base/large-frame.h: New file.
730
731 2018-09-24  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
732
733         PR gdb/20948
734         * gdb.base/write_mem.exp: New test.
735         * gdb.base/write_mem.c: Likewise.
736
737 2018-09-23  Tom Tromey  <tom@tromey.com>
738
739         PR python/18852:
740         * gdb.python/py-parameter.exp: Add test for parameter that throws
741         on "set".
742
743 2018-09-23  Tom Tromey  <tom@tromey.com>
744
745         PR python/17284:
746         * gdb.python/py-template.exp (test_template_arg): Add test for
747         negative template argument number.
748
749 2018-09-23  Tom Tromey  <tom@tromey.com>
750
751         PR python/14062:
752         * gdb.python/python.exp: Add test for post_event error.
753
754 2018-09-23  Tom Tromey  <tom@tromey.com>
755
756         PR python/18170:
757         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
758         convert pointers to int and long.
759
760 2018-09-23  Tom Tromey  <tom@tromey.com>
761
762         PR python/20126:
763         * gdb.python/py-value.exp (test_value_numeric_ops): Add
764         signed-ness conversion tests.
765
766 2018-09-23  Tom Tromey  <tom@tromey.com>
767
768         PR python/18352;
769         * gdb.python/py-value.exp (test_float_conversion): New proc.
770         Use it.
771
772 2018-09-20  Hafiz Abid Qadeer  <abidh@codesourcery.com>
773
774         gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
775
776 2018-09-18  Sandra Loosemore  <sandra@codesourcery.com>
777
778         * gdb.base/complete-empty.exp: Skip tab-completion tests if
779         no readline.
780         * gdb.base/utf8-identifiers.exp: Likewise.
781         * gdb.cp/cpcompletion.exp: Likewise.
782         * gdb.linespec/cpcompletion.exp: Likewise.
783         * gdb.linespec/cpls-abi-tag.exp: Likewise.
784         * gdb.linespec/cpls-ops.exp: Likewise.
785
786 2018-09-19  Richard Bunt  <richard.bunt@arm.com>
787             Chris January  <chris.january@arm.com>
788
789         * gdb.cp/koenig.exp: Extend to test logical short circuiting.
790         * gdb.fortran/short-circuit-argument-list.exp: New file.
791         * gdb.fortran/short-circuit-argument-list.f90: New test.
792
793 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
794
795         * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
796         "arch=" keyword when executing "-stack-list-frames".
797
798 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
799
800         * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
801         "arch=" keyword when executing "-stack-list-frames".
802
803 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
804
805         * gdb.ada/complete.exp: Expect for "@" when doing "complete
806         break ada".
807
808 2018-09-17  Simon Marchi  <simon.marchi@polymtl.ca>
809
810         PR python/23669
811         * gdb.python/python.exp: Test gdb.execute("show commands").
812
813 2018-09-16  Tom Tromey  <tom@tromey.com>
814
815         * gdb.base/new-ui.exp (do_execution_tests): Update.
816         * gdb.base/dbx.exp (test_breakpoints): Update.
817
818 2018-09-14  Alan Hayward  <alan.hayward@arm.com>
819
820         * lib/gdb.exp (gdb_simple_compile): Add proc.
821         (is_elf_target): Use gdb_simple_compile.
822         (skip_altivec_tests): Likewise.
823         (skip_vsx_tests): Likewise.
824         (skip_tsx_tests): Likewise.
825         (skip_btrace_tests): Likewise.
826         (skip_btrace_pt_tests): Likewise.
827         (gdb_can_simple_compile): Likewise.
828         (gdb_has_argv0): Likewise.
829         (gdb_target_symbol_prefix): Likewise.
830         (target_supports_scheduler_locking): Likewise.
831
832 2018-09-13  Tom Tromey  <tom@tromey.com>
833
834         * Makefile.in (TAGS): Recognize proc_with_prefix and
835         gdb_caching_proc.
836
837 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
838
839         * gdb.python/py-progspace.exp: Test the Progspace.objfiles
840         method.
841
842 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
843
844         * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
845         and a few other Inferior properties when the Inferior is no
846         longer valid.
847
848 2018-09-13  Tom Tromey  <tom@tromey.com>
849
850         PR rust/23650:
851         * gdb.rust/simple.exp: Add test for enum field access error.
852
853 2018-09-13  Tom Tromey  <tom@tromey.com>
854
855         PR rust/23626:
856         * gdb.rust/simple.rs (EmptyEnum): New type.
857         (main): Use it.
858         * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
859
860 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
861
862         * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
863         * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
864         * gdb.python/py-symtab.exp: Update test printing an objfile.
865
866 2018-09-12  Simon Marchi  <simon.marchi@ericsson.com>
867
868         * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
869         object.
870
871 2018-09-12  Alan Hayward  <alan.hayward@arm.com>
872
873         * lib/gdb.exp (gdb_can_simple_compile): Add proc.
874         (support_complex_tests): Use gdb_can_simple_compile.
875         (is_ilp32_target): Likewise.
876         (is_lp64_target): Likewise.
877         (is_64_target): Likewise.
878         (is_amd64_regs_target): Likewise.
879         (is_aarch32_target): Likewise.
880         (gdb_int128_helper): Likewise.
881
882 2018-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
883
884         * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
885
886 2018-09-10  Jerome Guitton  <guitton@adacore.com>
887
888         * gdb.ada/same_component_name: Add test for case of tagged record
889         with variable-length fields.
890
891 2018-09-10  Xavier Roirand  <roirand@adacore.com>
892
893         * gdb.ada/access_to_unbounded_array.exp: New testcase.
894         * gdb.ada/access_to_unbounded_array/foo.adb: New file.
895         * gdb.ada/access_to_unbounded_array/pack.adb: New file.
896         * gdb.ada/access_to_unbounded_array/pack.ads: New file.
897
898 2018-09-10  Xavier Roirand  <roirand@adacore.com>
899
900         * gdb.ada/mi_string_access.exp: New testcase.
901         * gdb.ada/mi_string_access/bar.adb: New file.
902         * gdb.ada/mi_string_access/pck.adb: New file.
903         * gdb.ada/mi_string_access/pck.asd: New file.
904
905 2018-09-10  Xavier Roirand  <roirand@adacore.com>
906
907         * gdb.ada/mi_var_union.exp: New testcase.
908         * gdb.ada/mi_var_union/bar.adb: New file.
909         * gdb.ada/mi_var_union/pck.adb: New file.
910         * gdb.ada/mi_var_union/pck.asd: New file.
911
912 2018-09-08  Tom Tromey  <tom@tromey.com>
913
914         * gdb.python/py-prettyprint.exp: Use with_test_prefix.
915
916 2018-09-08  Tom Tromey  <tom@tromey.com>
917
918         PR python/16047:
919         * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
920         (register_pretty_printers): Register new printer.
921         * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
922         test.
923         * gdb.python/py-prettyprint.c (int_type3): New typedef.
924         (an_int_type3): New global.
925
926 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
927
928         * gdb.ada/expr_with_funcall: New testcase.
929
930 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
931
932         * gdb.ada/packed_array_assign: New testcase.
933
934 2018-09-07  Andrew Burgess  <andrew.burgess@embecosm.com>
935
936         * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
937         names, and add test prefixes to make test names unique.
938
939 2018-09-05  Tom de Vries  <tdevries@suse.de>
940
941         * gdb.dwarf2/varval.exp: Add test.
942
943 2018-09-04  Gary Benson <gbenson@redhat.com>
944
945         * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
946         'eof' before 'wait -i'.  Use remote_close and clear_gdb_spawn_id.
947
948 2018-08-31  Tom Tromey  <tom@tromey.com>
949
950         * gdb.rust/simple.rs: Rename second variable "v".
951
952 2018-08-30  Andrew Burgess  <andrew.burgess@embecosm.com>
953
954         * gdb.base/funcargs.c (use_a): New function.
955         (recurse): Call use_a.
956
957 2018-08-29  Keith Seitz  <keiths@redhat.com>
958
959         * gdb.compile/compile-cplus-anonymous.cc: New file.
960         * gdb.compile/compile-cplus-anonymous.exp: New file.
961         * gdb.compile/compile-cplus-array-decay.cc: New file.
962         * gdb.compile/compile-cplus-array-decay.exp: New file.
963         * gdb.compile/compile-cplus-inherit.cc: New file.
964         * gdb.compile/compile-cplus-inherit.exp: New file.
965         * gdb.compile/compile-cplus-member.cc: New file.
966         * gdb.compile/compile-cplus-member.exp: New file.
967         * gdb.compile/compile-cplus-method.cc: New file.
968         * gdb.compile/compile-cplus-method.exp: New file.
969         * gdb.compile/compile-cplus-mod.c: "New" file.
970         * gdb.compile/compile-cplus-namespace.cc: New file.
971         * gdb.compile/compile-cplus-namespace.exp: New file.
972         * gdb.compile/compile-cplus-nested.cc: New file.
973         * gdb.compile/compile-cplus-nested.exp: New file.
974         * gdb.compile/compile-cplus-print.c: "New" file.
975         * gdb.compile/compile-cplus-print.exp: "New" file.
976         * gdb.compile/compile-cplus-virtual.cc: New file.
977         * gdb.compile/compile-cplus-virtual.exp: New file.
978         * gdb.compile/compile-cplus.c: "New" file.
979         * gdb.compile/compile-cplus.exp: "New" file.
980         * lib/compile-support.exp: New file.
981
982 2018-08-16  Gary Benson <gbenson@redhat.com>
983
984         PR gdb/13000:
985         * gdb.base/batch-exit-status.exp: New file.
986         * gdb.base/batch-exit-status.good-commands: Likewise.
987         * gdb.base/batch-exit-status.bad-commands: Likewise.
988
989 2018-08-29  Alan Hayward  <alan.hayward@arm.com>
990
991         * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
992         (struct struct02): Likewise.
993         (struct struct03): Likewise.
994         (struct struct04): Likewise.
995         (struct struct_01_01): New struct.
996         (struct struct_01_02): Likewise.
997         (struct struct_01_03): Likewise.
998         (struct struct_01_04): Likewise.
999         (struct struct_02_01): Likewise.
1000         (struct struct_02_02): Likewise.
1001         (struct struct_02_03): Likewise.
1002         (struct struct_02_04): Likewise.
1003         (struct struct_04_01): Likewise.
1004         (struct struct_04_02): Likewise.
1005         (struct struct_04_03): Likewise.
1006         (struct struct_04_04): Likewise.
1007         (struct struct_05_01): Likewise.
1008         (struct struct_05_02): Likewise.
1009         (struct struct_05_03): Likewise.
1010         (struct struct_05_04): Likewise.
1011         (cmp_struct01): Remove function.
1012         (cmp_struct02): Likewise.
1013         (cmp_struct03): Likewise.
1014         (cmp_struct04): Likewise.
1015         (cmp_struct_01_01): Add Function.
1016         (cmp_struct_01_02): Likewise.
1017         (cmp_struct_01_03): Likewise.
1018         (cmp_struct_01_04): Likewise.
1019         (cmp_struct_02_01): Likewise.
1020         (cmp_struct_02_02): Likewise.
1021         (cmp_struct_02_03): Likewise.
1022         (cmp_struct_02_04): Likewise.
1023         (cmp_struct_04_01): Likewise.
1024         (cmp_struct_04_02): Likewise.
1025         (cmp_struct_04_03): Likewise.
1026         (cmp_struct_04_04): Likewise.
1027         (cmp_struct_05_01): Likewise.
1028         (cmp_struct_05_02): Likewise.
1029         (cmp_struct_05_03): Likewise.
1030         (cmp_struct_05_04): Likewise.
1031         (call_all): Add new structs.
1032         * gdb.base/infcall-nested-structs.exp: Likewise.
1033
1034 2018-08-27  Jan Vrany  <jan.vrany@fit.cvut.cz>
1035
1036         * gdb.python/py-framefilter-mi.exp: Update regexp to
1037         check for "arch" field in frame output.
1038
1039 2018-08-23  Kevin Buettner  <kevinb@redhat.com>
1040
1041         * gdb.dwarf2/dw2-ranges-func.c: New file.
1042         * gdb.dwarf2/dw2-ranges-func.exp: New file.
1043
1044 2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
1045
1046         * gdb.base/term.exp: Compare terminal settings with values from
1047         the inferior.
1048         * gdb.base/term.c: Get and set terminal settings.
1049
1050 2018-08-22  Jan Vrany  <jan.vrany@fit.cvut.cz>
1051
1052         * lib/mi-support.exp (mi_expect_stop): Update regexp to
1053         accommodate new "arch" field in frame output.
1054         * gdb.mi/mi-return.exp: Likewise.
1055         * gdb.mi/mi-stack.exp: Likewise.
1056         * gdb.mi/mi-syn-frame.exp: Likewise.
1057         * gdb.mi/user-selected-context-sync.exp: Likewise.
1058
1059 2018-08-19  Michael Spang  <spang@google.com>
1060
1061         PR gdb/11786
1062         * gdb.base/gcore-tls-pie.c: New file.
1063         * gdb.base/gcore-tls-pie.exp: New file.
1064
1065 2018-08-18  Kevin Buettner  <kevinb@redhat.com>
1066
1067         * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
1068         * gdb.dwarf2/varval.c: New file.
1069         * gdb.dwarf2/varval.exp: New file.
1070
1071 2018-08-17  Alan Hayward  <alan.hayward@arm.com>
1072
1073         PR gdb/18931
1074         * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1075
1076 2018-08-16  Keith Seitz  <keiths@redhat.com>
1077
1078         * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1079         tests expected to pass.
1080
1081 2018-08-14  Jan Vrany  <jan.vrany@fit.cvut.cz>
1082
1083         * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1084         -data-disassemble -a.
1085         (test_disassembly_bogus_args): Likewise.
1086
1087 2018-08-14  Andrew Burgess  <andrew.burgess@embecosm.com>
1088
1089         * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1090
1091 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1092
1093         * gdb.base/vla-optimized-out.exp: Add new test.
1094
1095 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1096
1097         * gdb.base/vla-optimized-out-o3.exp: Delete.
1098         * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1099         * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1100         deleted tests.
1101
1102 2018-08-08  Andrew Burgess  <andrew.burgess@embecosm.com>
1103
1104         PR gdb/18050:
1105         * gdb.server/extended-remote-restart.c: New file.
1106         * gdb.server/extended-remote-restart.exp: New file.
1107
1108 2018-08-07  Simon Marchi  <simon.marchi@polymtl.ca>
1109
1110         * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1111         "set variable index = 42".
1112
1113 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
1114
1115         * boards/index-cache-gdb.exp: New file.
1116         * gdb.dwarf2/index-cache.exp: New file.
1117         * gdb.dwarf2/index-cache.c: New file.
1118         * gdb.base/maint.exp: Check if we are using the index cache.
1119
1120 2018-08-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1121
1122         * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1123         MAKEFLAGS.
1124
1125 2018-08-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1126
1127         * dg-extract-results.sh: Move to toplevel contrib.
1128         * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1129         * Makefile.in (check-parallel-racy): Likewise.
1130
1131 2018-08-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1132
1133         * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1134         * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1135         tests if the target supports scheduler locking.
1136
1137 2018-08-04  Tom de Vries  <tdevries@suse.de>
1138
1139         * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1140
1141 2018-08-02  Tom Tromey  <tom@tromey.com>
1142
1143         PR symtab/16842.
1144         * gdb.cp/temargs.exp: Test "info address" of a template
1145         parameter.
1146
1147 2018-07-31  Jan Vrany  <jan.vrany@fit.cvut.cz>
1148
1149         * gdb.python/py-mi-var-info-path-expression.c: New file.
1150         * gdb.python/py-mi-var-info-path-expression.py: New file.
1151         * gdb.python/py-mi-var-info-path-expression.exp: New file.
1152
1153 2018-07-30  Sergio Durigan Junior  <sergiodj@redhat.com>
1154
1155         * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1156         error after "cannot resolve name" string.
1157
1158 2018-07-28  Andrew Burgess  <andrew.burgess@embecosm.com>
1159
1160         * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1161         started.
1162         * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1163
1164 2018-07-28  Tom de Vries  <tdevries@suse.de>
1165
1166         * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1167
1168 2018-07-26  Tom de Vries  <tdevries@suse.de>
1169
1170         * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1171
1172 2018-07-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1173
1174         * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1175         is visible.
1176
1177 2018-07-26  Tom de Vries  <tdevries@suse.de>
1178
1179         PR breakpoints/23366
1180         * gdb.base/catch-follow-exec.c: New test.
1181         * gdb.base/catch-follow-exec.exp: New file.
1182
1183 2018-07-25  Tom de Vries  <tdevries@suse.de>
1184
1185         * gdb.base/vla-optimized-out-o3.exp: New file.  Reuse
1186         vla-optimized-out.c.
1187
1188 2018-07-25  Jan Vrany  <jan.vrany@fit.cvut.cz>
1189
1190         * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1191         * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1192
1193 2018-07-20  Tom de Vries  <tdevries@suse.de>
1194
1195         * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1196         NOCLONE macro.
1197         * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1198
1199 2018-07-19  Tom de Vries  <tdevries@suse.de>
1200
1201         * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1202         regular expression.
1203
1204 2018-07-18  Tom de Vries  <tdevries@suse.de>
1205
1206         * gdb.base/vla-optimized-out.c: New test.
1207         * gdb.base/vla-optimized-out.exp: New file.
1208
1209 2018-07-13  Sergio Durigan Junior  <sergiodj@redhat.com>
1210
1211         * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1212         message "No address associated with hostname" when gdbserver
1213         cannot resolve the hostname.
1214
1215 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1216
1217         * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1218         Add some test prefixes to make tests unique.
1219
1220 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1221
1222         * gdb.base/frameapply.c: New file.
1223         * gdb.base/frameapply.exp: New file.
1224
1225 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1226
1227         * gdb.base/skip.exp: Update expected error message.
1228
1229 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
1230             Jan Kratochvil  <jan.kratochvil@redhat.com>
1231             Paul Fertser  <fercerpav@gmail.com>
1232             Tsutomu Seki  <sekiriki@gmail.com>
1233
1234         * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1235         parameter.
1236         * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1237         by default.
1238         * boards/native-gdbserver.exp: Likewise.
1239         * gdb.server/run-without-local-binary.exp: Improve regexp used
1240         for detecting when a remote debugging connection succeeds.
1241         * gdb.server/server-connect.exp: New file.
1242         * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1243         Do not prefix the port number with ":".
1244         (gdbserver_start): New global GDB_TEST_SOCKETHOST.  Implement
1245         support for detecting and using it.  Add '$debughost_gdbserver'
1246         to the list of arguments used to start gdbserver.  Handle case
1247         when gdbserver cannot resolve a network name.
1248
1249 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
1250
1251         PR c++/23373
1252         * gdb.base/ptype-offsets.cc (struct static_member): New
1253         struct.
1254         (main) <stmember>: New variable.
1255         * gdb.base/ptype-offsets.exp: Add test for printing a struct
1256         with a static member in it.
1257
1258 2018-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
1259
1260         * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1261         watchpoints enabled and disabled.
1262
1263 2018-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1264
1265         * gdb.base/examine-backward.exp: Still run tests around address
1266         0x0, even if address 0x0 is not readable.  Update the pattern for
1267         matching address 0x0 in expected output.
1268
1269 2018-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1270
1271         * gdb.base/share-env-with-gdbserver.c (main): Add call to
1272         malloc/free.
1273
1274 2018-07-04  Tom de Vries  <tdevries@suse.de>
1275
1276         * gdb.dwarf2/dw2-error.exp: Update expected error message.
1277
1278 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
1279
1280         PR tdep/8282
1281         * gdb.arch/mips-disassembler-options.exp: New test.
1282         * gdb.arch/mips-disassembler-options.s: New test source.
1283
1284 2018-06-29  Pedro Alves  <palves@redhat.com>
1285
1286         * gdb.threads/names.exp: Adjust expected "info threads" output.
1287
1288 2018-06-29  Pedro Alves  <palves@redhat.com>
1289
1290         * gdb.opt/inline-break.exp (line number, address): Add "info
1291         break" tests.
1292
1293 2018-06-29  Pedro Alves  <palves@redhat.com>
1294
1295         * gdb.opt/inline-break.c (func1): Add "break here" marker.
1296         * gdb.opt/inline-break.exp: Test setting breakpoints by line
1297         number and address and running to them.
1298
1299 2018-06-29  Richard Bunt  <richard.bunt@arm.com>
1300
1301         * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1302
1303 2018-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1304
1305         * lib/compiler.c: Remove executable permission flag.
1306
1307 2018-06-28  Richard Bunt  <richard.bunt@arm.com>
1308
1309         * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1310         code.
1311         * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1312
1313 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
1314
1315         * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1316
1317 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
1318
1319         * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1320         address argument is omitted.
1321
1322 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
1323
1324         * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1325
1326 2018-06-27  Omair Javaid  <omair.javaid@linaro.org>
1327
1328         PR gdb/21695
1329         * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1330         * gdb.base/infoline-reloc-main-from-zero.c: New file.
1331
1332 2018-06-26  Tom Tromey  <tom@tromey.com>
1333
1334         PR rust/22574:
1335         * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1336         * gdb.rust/simple.rs (struct SimpleLayout): New.
1337
1338 2018-06-22  Simon Marchi  <simon.marchi@ericsson.com>
1339
1340         * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1341         "info registers" output.
1342
1343 2018-06-21  Richard Bunt  <richard.bunt@arm.com>
1344
1345         * gdb.base/watchpoint-hw-attach.c: New test.
1346         * gdb.base/watchpoint-hw-attach.exp: New file.
1347
1348 2018-06-20  Simon Marchi  <simon.marchi@ericsson.com>
1349
1350         * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1351         through /bin/sh.
1352         * boards/dwarf4-gdb-index.exp: Likewise.
1353         * boards/fission-dwp.exp: Likewise.
1354
1355 2018-06-20  Ulrich Weigand  <uweigand@de.ibm.com>
1356
1357         * gdb.base/float128.exp: Add comment and improved fail message
1358         to the failure case of "print large128" test.
1359
1360 2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
1361
1362         * configure.ac: Remove AC_PREREQ.
1363         * configure: Re-generate.
1364
1365 2018-06-19  Pedro Alves  <palves@redhat.com>
1366
1367         * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1368         (func_extern_caller): New.
1369         (main): Call func_extern_caller.
1370         * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1371         logic change.
1372
1373 2018-06-18  Weimin Pan  <weimin.pan@oracle.com>
1374
1375         PR gdb/16841
1376         * gdb.cp/typedef-base.cc: New file.
1377         * gdb.cp/typedef-base.exp: New file.
1378
1379 2018-06-18  Tom de Vries  <tdevries@suse.de>
1380
1381         * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1382
1383 2018-06-16  Andrew Burgess  <andrew.burgess@embecosm.com>
1384             Richard Bunt <Richard.Bunt@arm.com>
1385
1386         * gdb.threads/attach-slow-waitpid.c: New file.
1387         * gdb.threads/attach-slow-waitpid.exp: New file.
1388         * gdb.threads/slow-waitpid.c: New file.
1389
1390 2018-06-14  Pedro Alves  <palves@redhat.com>
1391
1392         * gdb.base/fork-running-state.c: Include <errno.h>.
1393         (exit_if_relative_exits): New.
1394         (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1395         exits.
1396         (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1397         child exits.
1398
1399 2018-06-14  Tom de Vries  <tdevries@suse.de>
1400
1401         PR cli/22573
1402         * gdb.base/finish-pretty.c: New test.
1403         * gdb.base/finish-pretty.exp: New file.
1404
1405 2018-06-14  Pedro Alves  <palves@redhat.com>
1406
1407         * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1408         gdb's expected startup output.
1409
1410 2018-06-14  Pedro Alves  <palves@redhat.com>
1411
1412         * lib/selftest-support.exp (selftest_setup): Remove inlined
1413         function handling.
1414
1415 2018-06-14  Tom de Vries  <tdevries@suse.de>
1416
1417         * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1418         matching of breakpoint printing.
1419
1420 2018-06-13  Tom de Vries  <tdevries@suse.de>
1421
1422         PR testsuite/23269
1423         * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1424         (fork_child): ... here, and ...
1425         (fork_parent): ... here.
1426
1427 2018-06-12  Tom de Vries  <tdevries@suse.de>
1428
1429         * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1430
1431 2018-06-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1432             Stephen Roberts  <stephen.roberts@arm.com>
1433
1434         * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1435         rewrite test to describe action performed, rather than possible
1436         failure.
1437
1438 2018-06-08  Gary Benson <gbenson@redhat.com>
1439
1440         * gdb.threads/check-libthread-db.exp: New file.
1441         * gdb.threads/check-libthread-db.c: Likewise.
1442
1443 2018-06-05  Tom Tromey  <tom@tromey.com>
1444
1445         * gdb.base/default.exp: Update expected "show version" output.
1446
1447 2018-06-05  Tom Tromey  <tom@tromey.com>
1448
1449         PR cli/12326:
1450         * gdb.cp/static-print-quit.exp: Update.
1451         * lib/gdb.exp (pagination_prompt): Update.
1452         * gdb.base/page.exp: Use pagination_prompt.  Add new tests.
1453         * gdb.python/python.exp: Update.
1454
1455 2018-06-04  Joel Brobecker  <brobecker@adacore.com>
1456
1457         * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1458
1459 2018-06-01  Joel Brobecker  <brobecker@adacore.com>
1460
1461         * gdb.ada/bp_fun_addr: New testcase.
1462
1463 2018-06-01  Tom Tromey  <tom@tromey.com>
1464
1465         * gdb.xml/tdesc-regs.exp (load_description): Update expected
1466         results.
1467         * gdb.dwarf2/method-ptr.exp: Set language to C++.
1468         * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1469         * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1470         * gdb.base/maint.exp (maint_pass_if): Update.
1471
1472 2018-05-31  Maciej W. Rozycki  <macro@mips.com>
1473
1474         * gdb.base/endian.exp: New test.
1475         * gdb.base/endian.c: New test source.
1476
1477 2018-05-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1478
1479         PR gdb/23203
1480         * gdb.base/bt-selected-frame.c: New file.
1481         * gdb.base/bt-selected-frame.exp: New file.
1482         * lib/gdb.exp (get_current_frame_number): New function.
1483
1484 2018-05-24  Maciej W. Rozycki  <macro@mips.com>
1485             Pedro Alves  <palves@redhat.com>
1486
1487         * gdb.threads/tls-core.c: Include <stdlib.h>
1488         (thread_proc): Call `abort'.
1489         * gdb.threads/tls-core.exp: Generate a core with core_find too.
1490         (tls_core_test): New procedure, bits factored out from ...
1491         (top level): ... here.  Test both native cores and gcore cores.
1492
1493 2018-05-23  Tom Tromey  <tom@tromey.com>
1494
1495         * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1496
1497 2018-05-23  Tom Tromey  <tom@tromey.com>
1498
1499         * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1500         symfile_complaints.
1501         (test_short_complaints): Likewise.
1502         (test_empty_complaints): Likewise.
1503         (test_initial_complaints): Update.
1504
1505 2018-05-23  Tom Tromey  <tom@tromey.com>
1506
1507         * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1508
1509 2018-05-23  Tom Tromey  <tom@tromey.com>
1510
1511         * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1512         (test_short_complaints): Update.
1513
1514 2018-05-22  Pedro Alves  <palves@redhat.com>
1515
1516         * gdb.base/remote.exp: Only gdb_start after compiling the
1517         testcase.  Issue "disconnect" before testing "set remote" command
1518         defaults.  Issue clean_restart before running to main.
1519
1520 2018-05-22  Pedro Alves  <palves@redhat.com>
1521
1522         * gdb.base/remote.exp: Adjust expected output of "show remote
1523         memory-write-packet-size".  Add tests for "set remote
1524         memory-write-packet-size 0" and "set remote
1525         memory-write-packet-size fixed/limit".
1526
1527 2018-05-22  Pedro Alves  <palves@redhat.com>
1528
1529         PR gdb/22973
1530         * gdb.base/utf8-identifiers.c: New file.
1531         * gdb.base/utf8-identifiers.exp: New file.
1532
1533 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
1534
1535         * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1536
1537 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
1538
1539         * gdb.arch/powerpc-vsx-gcore.exp: New file.
1540
1541 2018-05-18  Tom Tromey  <tom@tromey.com>
1542
1543         * gdb.base/ptype-offsets.exp: Update.
1544
1545 2018-05-17  Keith Seitz  <keiths@redhat.com>
1546
1547         * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1548         in expected breakpoint stop locations.
1549         * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1550         move to proper scope to test variable values.
1551         * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1552         (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1553         New functions.
1554         (main): Call not_inline_func3.
1555         * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1556         inline_func1, inline_func2, and inline_func3.  Test that when each
1557         breakpoint is hit, GDB properly reports both the stop location
1558         and the backtrace. Repeat tests for temporary breakpoints.
1559
1560 2018-05-15  Maciej W. Rozycki  <macro@mips.com>
1561
1562         * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1563         rather then trying to access it in determining whether the PID
1564         of `gdbserver' could have been retrieved.
1565
1566 2018-05-08  Andrew Burgess  <andrew.burgess@embecosm.com>
1567
1568         * gdb.arch/amd64-init-x87-values.S: New file.
1569         * gdb.arch/amd64-init-x87-values.exp: New file.
1570
1571 2018-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1572
1573         * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1574
1575 2018-05-04  Tom Tromey  <tom@tromey.com>
1576
1577         PR python/22730:
1578         * gdb.python/python.exp: Test multi-line execute.
1579
1580 2018-05-04  Tom Tromey  <tom@tromey.com>
1581
1582         PR python/22731:
1583         * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1584
1585 2018-05-04  Tom Tromey  <tom@tromey.com>
1586
1587         PR gdb/11750:
1588         * gdb.base/define.exp: Test defining a user command inside a user
1589         command.
1590         * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
1591
1592 2018-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1593             Pedro Alves <palves@redhat.com>
1594
1595         PR breakpoints/19806 and support for PR external/20207.
1596         * gdb.base/watchpoint-unaligned.c: New file.
1597         * gdb.base/watchpoint-unaligned.exp: New file.
1598
1599 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
1600
1601         * gdb.base/maint.exp: Make test names unique, use
1602         test_prefix_command_help to test 'help maint info', and remove
1603         repeated test of 'help maint'.
1604
1605 2018-05-04  Tom Tromey  <tom@tromey.com>
1606
1607         PR gdb/22619:
1608         * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
1609         behavior.
1610
1611 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
1612
1613         * gdb.base/maint.exp: Process output from 'maint print registers'
1614         line at a time.
1615
1616 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
1617
1618         * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
1619         timeout.
1620
1621 2018-05-03  Andrew Burgess  <andrew.burgess@embecosm.com>
1622
1623         * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
1624         filter pattern.
1625
1626 2018-05-02  Pedro Alves  <palves@redhat.com>
1627
1628         * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
1629         to_log_command renames.
1630         * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1631
1632 2018-05-02  Tom Tromey  <tom@tromey.com>
1633
1634         * gdb.python/py-parameter.exp: Set test message.
1635
1636 2018-05-02  Tom Tromey  <tom@tromey.com>
1637
1638         PR python/20084:
1639         * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
1640         PARAM_ZUINTEGER_UNLIMITED tests.
1641
1642 2018-04-28  Dan Robertson  <danlrobertson89@gmail.com>
1643
1644         PR rust/23124
1645         * gdb.rust/expr.exp: Test that the unit type is correctly parsed
1646         when casting.
1647
1648 2018-04-30  Tom Tromey  <tom@tromey.com>
1649
1650         * gdb.python/py-type.exp: Check align attribute.
1651         * gdb.python/py-type.c: New "aligncheck" global.
1652
1653 2018-04-30  Tom Tromey  <tom@tromey.com>
1654
1655         PR exp/17095:
1656         * gdb.dwarf2/dw2-align.exp: New file.
1657         * gdb.cp/align.exp: New file.
1658         * gdb.base/align.exp: New file.
1659         * lib/gdb.exp (gdb_int128_helper): New proc.
1660         (has_int128_c, has_int128_cxx): New caching procs.
1661
1662 2018-04-27  Tom Tromey  <tom@tromey.com>
1663
1664         PR rust/22545:
1665         * gdb.rust/simple.exp: Add inclusive range tests.
1666
1667 2018-04-26  Pedro Alves  <palves@redhat.com>
1668
1669         * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
1670         ifunc breakpoint locations correctly of ifunc breakpoints set
1671         while the program resolves the ifunc.
1672
1673 2018-04-26  Pedro Alves  <palves@redhat.com>
1674
1675         * gdb.base/gnu-ifunc-final.c: New file.
1676         * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
1677         * gdb.base/gnu-ifunc.exp (executable): Delete.
1678         (staticexecutable): Adjust.
1679         (lib_opts, exec_opts): Delete.
1680         (make_binsuffix, build, set-break): New procedures.
1681         (misc_tests): New, with tests factored out from the top level.
1682         (top level): Test different combinations of ifunc resolver name,
1683         resolver with and with debug info, and ifunc target with and
1684         without debug info.  Wrap static tests with with_target_prefix.
1685
1686 2018-04-26  Pedro Alves  <palves@redhat.com>
1687
1688         * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
1689         return type" warnings.
1690
1691 2018-04-25  Pedro Alves  <palves@redhat.com>
1692
1693         * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
1694         killed".
1695         * gdb.base/kill-after-signal.exp: Likewise.
1696         * gdb.threads/kill.exp: Likewise.
1697
1698 2018-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1699             Sergio Durigan Junior  <sergiodj@redhat.com>
1700             Pedro Alves  <palves@redhat.com>
1701
1702         * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
1703         regexps to expect for '[Inferior ... detached]' as well.
1704         * gdb.base/attach.exp: Likewise.
1705         * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
1706         "gdb_continue_to_end".
1707         (test_catch_syscall_with_wrong_args): Likewise.
1708         * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
1709         ']'.  Don't set 'verbose' on.
1710         * gdb.base/foll-vfork.exp: Likewise.
1711         * gdb.base/fork-print-inferior-events.c: New file.
1712         * gdb.base/fork-print-inferior-events.exp: New file.
1713         * gdb.base/hook-stop.exp: Adjust regexps to expect for new
1714         '[Inferior ... has been killed]' message.
1715         * gdb.base/kill-after-signal.exp: Likewise.
1716         * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
1717         detach message.
1718         * gdb.threads/kill.exp: Adjust regexps to expect for new kill
1719         message.
1720         * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
1721         regexps to expect for '[Inferior ... detached]' as well.
1722         * gdb.threads/process-dies-while-detaching.exp: Likewise.
1723
1724 2018-04-24  Simon Marchi  <simon.marchi@ericsson.com>
1725
1726         PR gdb/23104
1727         * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
1728
1729 2018-04-19  Richard Bunt  <richard.bunt@arm.com>
1730
1731         * gdb.threads/multiple-successive-infcall.c: New test.
1732         * gdb.threads/multiple-successive-infcall.exp: New file.
1733
1734 2018-04-17  Tom Tromey  <tom@tromey.com>
1735
1736         * gdb.rust/simple.rs (Union): New type.
1737         (main): New local "u".
1738         * gdb.rust/simple.exp (test_one_slice): Add new test case.
1739
1740 2018-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1741
1742         * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
1743         number information in output of "whereis" command.
1744         * gdb.base/info-fun.exp: Likewise, for "info fun" command.
1745
1746 2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1747
1748         * gdb.ada/info_types.exp: Adjust expected output to the line
1749         numbers now printed by "info var/func/type".
1750         * gdb.base/completion.exp: Likewise.
1751         * gdb.base/included.exp: Likewise.
1752         * gdb.cp/cp-relocate.exp: Likewise.
1753         * gdb.cp/cplusfuncs.exp: Likewise.
1754         * gdb.cp/namespace.exp: Likewise.
1755         * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1756
1757 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
1758
1759         * gdb.btrace/cpu.exp: New.
1760
1761 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
1762
1763         * gdb.base/step-indirect-call-thunk.exp: New.
1764         * gdb.base/step-indirect-call-thunk.c: New.
1765         * gdb.reverse/step-indirect-call-thunk.exp: New.
1766         * gdb.reverse/step-indirect-call-thunk.c: New.
1767
1768 2018-04-11  Simon Marchi  <simon.marchi@ericsson.com>
1769
1770         * gdb.base/pie-fork.c: New file.
1771         * gdb.base/pie-fork.exp: New file.
1772
1773 2018-04-11  Tom Tromey  <tom@tromey.com>
1774
1775         * gdb.rust/simple.exp: Add test for ".." struct initializer.
1776
1777 2018-04-10  Pedro Alves  <palves@redhat.com>
1778
1779         * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1780         exits.  Instead loop running forever.
1781         (fork_parent): Run forever too.
1782
1783 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
1784
1785         * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1786         mi_continue_to_line.
1787         * gdb.mi/mi-stack.c (callee4): Add comment.
1788
1789 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
1790
1791         * gdb.mi/mi-stack.exp: Fix indentation.
1792
1793 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
1794
1795         PR gdb/22979
1796         * gdb.arch/amd64-osabi.exp: New file.
1797
1798 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
1799
1800         PR gdb/22980
1801         * gdb.base/osabi.exp: New file.
1802
1803 2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
1804
1805         * gdb.cp/static-typedef-print.exp: New file.
1806         * gdb.cp/static-typedef-print.cc: New file.
1807
1808 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
1809
1810         * gdb.ada/varsize_limit: New testcase.
1811
1812 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
1813
1814         * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1815
1816         * gdb.ada/notcplusplus: New testcase.
1817
1818         * gdb.base/c-linkage-name.c: New file.
1819         * gdb.base/c-linkage-name.exp: New testcase.
1820
1821 2018-03-26  Tom Tromey  <tom@tromey.com>
1822
1823         * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1824         * gdb.python/py-framefilter.py (name_error): New global.
1825         (ErrorInName.function): Use name_error.
1826
1827 2018-03-26  Tom Tromey  <tom@tromey.com>
1828
1829         PR backtrace/15582:
1830         * gdb.python/py-framefilter.exp: Add "bt hide" test.
1831
1832 2018-03-23  Keith Seitz  <keiths@redhat.com>
1833
1834         PR c++/22968
1835         * gdb.cp/subtypes.exp: New file.
1836         * gdb.cp/subtypes.h: New file.
1837         * gdb.cp/subtypes.cc: New file.
1838         * gdb.cp/subtypes-2.cc: New file.
1839
1840 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
1841
1842         * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1843         (done): Call '_exit' not 'exit' to avoid atexit handlers.
1844         * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1845         -nostartfiles when compiling the test.  Confirm that all registers
1846         xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1847
1848 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
1849
1850         * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1851         option, syntax was wrong anyway.
1852         * gdb.arch/arm-disp-step.exp: Likewise.
1853         * gdb.arch/sparc64-regs.exp: Likewise.
1854         * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1855         option, syntax was wrong anyway, switch to use
1856         prepare_for_testing.
1857         * gdb.arch/i386-disp-step.exp: Likewise.
1858
1859 2018-03-23  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1860
1861         * gdb.ada/exec_changed.exp: Replace "target_info exists
1862         use_gdb_stub" by "use_gdb_stub".
1863         * gdb.ada/start.exp: Likewise.
1864         * gdb.base/async-shell.exp: Likewise.
1865         * gdb.base/attach-pie-misread.exp: Likewise.
1866         * gdb.base/attach-wait-input.exp: Likewise.
1867         * gdb.base/break-entry.exp: Likewise.
1868         * gdb.base/break-interp.exp: Likewise.
1869         * gdb.base/dprintf-detach.exp: Likewise.
1870         * gdb.base/nostdlib.exp: Likewise.
1871         * gdb.base/solib-nodir.exp: Likewise.
1872         * gdb.base/statistics.exp: Likewise.
1873         * gdb.base/testenv.exp: Likewise.
1874         * gdb.mi/mi-exec-run.exp: Likewise.
1875         * gdb.mi/mi-start.exp: Likewise.
1876         * gdb.multi/dummy-frame-restore.exp: Likewise.
1877         * gdb.multi/multi-arch-exec.exp: Likewise.
1878         * gdb.multi/multi-arch.exp: Likewise.
1879         * gdb.multi/tids.exp: Likewise.
1880         * gdb.multi/watchpoint-multi.exp: Likewise.
1881         * gdb.python/py-events.exp: Likewise.
1882         * gdb.threads/attach-into-signal.exp: Likewise.
1883         * gdb.threads/attach-stopped.exp: Likewise.
1884         * gdb.threads/threadapply.exp: Likewise.
1885         * lib/selftest-support.exp: Likewise.
1886
1887 2018-03-22  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1888
1889         * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1890
1891 2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
1892
1893         * gdb.perf/template-breakpoints.cc: New file.
1894         * gdb.perf/template-breakpoints.exp: New file.
1895         * gdb.perf/template-breakpoints.py: New file.
1896
1897 2018-03-19  Tom Tromey  <tom@tromey.com>
1898
1899         * gdb.rust/simple.rs (main): Add local variables field1, field2,
1900         y0.
1901         * gdb.rust/simple.exp: Test bare identifier form of struct
1902         initializer.
1903
1904 2018-03-19  Tom Tromey  <tom@tromey.com>
1905
1906         * gdb.gdb/observer.exp: Remove.
1907
1908 2018-03-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1909
1910         * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1911         "qualified" option when setting breakpoints.
1912         * gdb.trace/backtrace.exp: Likewise.
1913         * gdb.trace/circ.exp: Likewise.
1914         * gdb.trace/collection.exp: Likewise.
1915         * gdb.trace/disconnected-tracing.exp: Likewise.
1916         * gdb.trace/ftrace-lock.exp: Likewise.
1917         * gdb.trace/ftrace.exp: Likewise.
1918         * gdb.trace/infotrace.exp: Likewise.
1919         * gdb.trace/packetlen.exp: Likewise.
1920         * gdb.trace/passc-dyn.exp: Likewise.
1921         * gdb.trace/qtro.exp: Likewise.
1922         * gdb.trace/read-memory.exp: Likewise.
1923         * gdb.trace/report.exp: Likewise.
1924         * gdb.trace/signal.exp: Likewise.
1925         * gdb.trace/status-stop.exp: Likewise.
1926         * gdb.trace/strace.exp: Likewise.
1927         * gdb.trace/tfind.exp: Likewise.
1928         * gdb.trace/trace-break.exp: Likewise.
1929         * gdb.trace/trace-condition.exp: Likewise.
1930         * gdb.trace/trace-mt.exp: Likewise.
1931         * gdb.trace/tstatus.exp: Likewise.
1932         * gdb.trace/tsv.exp: Likewise.
1933         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1934         * gdb.trace/unavailable.exp: Likewise.
1935         * gdb.trace/while-dyn.exp: Likewise.
1936
1937 2018-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1938
1939         * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1940         that libinproctrace is copied to the target.
1941
1942 2018-03-14  Tom Tromey  <tom@tromey.com>
1943
1944         PR cli/14977:
1945         * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1946         a null pointer.
1947         * gdb.base/wchar.exp: Likewise.
1948
1949 2018-03-14  Tom Tromey  <tom@tromey.com>
1950
1951         PR cli/19918:
1952         * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1953         flag.
1954
1955 2018-03-08  Simon Marchi  <simon.marchi@ericsson.com>
1956
1957         PR gdb/22841
1958         * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1959         "target" to remote_exec.
1960
1961 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
1962
1963         PR gdb/22841
1964         * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1965         ${board}_upload): Remove.
1966
1967 2018-03-07  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1968
1969         * gdb.cp/watch-cp.cc: New test.
1970         * gdb.cp/watch-cp.exp: New file.
1971
1972 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1973
1974         * gdb.base/infcall-nested-structs.exp: New file.
1975         * gdb.base/infcall-nested-structs.c: New file.
1976         * gdb.base/float.exp: Add riscv support.
1977
1978 2018-03-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1979
1980         * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1981         * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1982
1983 2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
1984
1985         * gdb.server/abspath.exp: New file.
1986         * lib/gdb.exp (with_cwd): New procedure.
1987
1988 2018-02-28  Simon Marchi  <simon.marchi@ericsson.com>
1989
1990         * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1991         use it.
1992         (gdb_is_target_remote_prompt): New proc.
1993         (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1994         (gdb_is_target_native): Pass prompt parameter to
1995         gdb_is_target_1.
1996
1997 2018-02-26  Simon Marchi  <simon.marchi@polymtl.ca>
1998
1999         * gdb.base/load-command.c: New file.
2000         * gdb.base/load-command.exp: New file.
2001         * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
2002         (gdb_is_target_1): ...this, and generalize for other targets
2003         than just remote.
2004         (gdb_is_target_remote): Use gdb_is_target_1.
2005         (gdb_is_target_native): use gdb_is_target_1.
2006
2007 2018-02-26  Tom Tromey  <tom@tromey.com>
2008
2009         PR python/16497:
2010         * gdb.python/py-framefilter.exp: Update test.
2011
2012 2018-02-26  Tom Tromey  <tom@tromey.com>
2013
2014         * gdb.dwarf2/variant.c: New file.
2015         * gdb.dwarf2/variant.exp: New file.
2016
2017 2018-02-26  Tom Tromey  <tom@tromey.com>
2018
2019         * gdb.rust/simple.exp: Accept more possible results in enum test.
2020
2021 2018-02-25  Simon Marchi  <simon.marchi@polymtl.ca>
2022
2023         * lib/cp-support.exp (cp_test_ptype_class): Move space inside
2024         parentheses.
2025
2026 2018-02-23  Maciej W. Rozycki  <macro@mips.com>
2027
2028         * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
2029         name of a variable: $actual_linejj -> $actual_line.
2030
2031 2018-02-21  John Baldwin  <jhb@FreeBSD.org>
2032
2033         * gdb.arch/amd64-i386-address.exp: Fix a typo.
2034
2035 2018-02-20  Markus Metzger  <markus.t.metzger@intel.com>
2036
2037         * gdb.btrace/buffer-size.exp: Do not force BTS.
2038
2039 2018-02-14  Pedro Alves  <palves@redhat.com>
2040
2041         * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2042         getting a "Quit".
2043
2044 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
2045
2046         * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2047         Fix test name.
2048
2049 2018-02-07  Simon Marchi  <simon.marchi@ericsson.com>
2050
2051         * gdb.cp/m-static.exp: Check type of optimized out static
2052         member.
2053
2054 2018-02-03  Andrew Burgess  <andrew.burgess@embecosm.com>
2055
2056         * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2057         * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2058
2059 2018-02-01  Simon Marchi  <simon.marchi@polymtl.ca>
2060             Leszek Swirski  <leszeks@google.com>
2061
2062         * gdb.python/py-prettyprint.c
2063         (struct to_string_returns_value_inner,
2064         struct to_string_returns_value_wrapper): New.
2065         (main): Add tsrvw variable.
2066         * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2067         ToStringReturnsValueWrapper): New classes.
2068         (register_pretty_printers): Register new pretty-printers.
2069         * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2070         recursive pretty printer.
2071         * gdb.python/py-mi.exp: Likewise.
2072
2073 2018-02-01  Leszek Swirski  <leszeks@google.com>
2074
2075         * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2076         functions with the same name as an include file are parsed
2077         correctly.
2078
2079 2018-02-01  Yao Qi  <yao.qi@linaro.org>
2080
2081         * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2082         "\[^\r\n\]*".
2083
2084 2018-01-31  Nikola Prica  <nikola.prica@rt-rk.com>
2085
2086         * gdb.arch/powerpc-prologue-frame.s: New file.
2087         * gdb.arch/powerpc-prologue-frame.c: Likewise.
2088         * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2089
2090 2018-01-31  Joel Brobecker  <brobecker@adacore.com>
2091
2092         * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2093
2094 2018-01-30  Pedro Alves  <palves@redhat.com>
2095
2096         PR gdb/13211
2097         * gdb.base/interrupt-daemon.c: New.
2098         * gdb.base/interrupt-daemon.exp: New.
2099         * gdb.multi/multi-term-settings.c: New.
2100         * gdb.multi/multi-term-settings.exp: New.
2101
2102 2018-01-30  Joel Brobecker  <brobecker@adacore.com>
2103
2104         * gdb.base/break.exp: Save the location where the breakpoint
2105         on break.c:47 was actually inserted when debugging the version
2106         compiled at -O2 and use it in the expected output of the "info
2107         break" test performed soon after.
2108
2109 2018-01-22  Pedro Alves  <palves@redhat.com>
2110             Sergio Durigan Junior  <sergiodj@redhat.com>
2111
2112         * gdb.base/whatis.exp: Add tests for 'set print object on' +
2113         'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2114
2115 2018-01-22  Joel Brobecker  <brobecker@adacore.com>
2116
2117         * gdb.base/break-include.c, gdb.base/break-include.inc,
2118         gdb.base/break-include.exp: New files.
2119         * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2120         line number now being the actual line number where the breakpoint
2121         was inserted.
2122         * gdb.mi/mi-break.exp: Likewise.
2123         * gdb.mi/mi-reverse.exp: Likewise.
2124         * gdb.mi/mi-simplerun.exp: Ditto.
2125
2126 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
2127
2128         * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2129         varobj.
2130         * gdb.mi/mi-var-create-rtti.exp: Likewise.
2131
2132 2018-01-21  Don Breazeal  <donb@codesourcery.com>
2133             Andrew Burgess  <andrew.burgess@embecosm.com>
2134
2135         * gdb.mi/basics.c: Add new global.
2136         * gdb.mi/mi-frame-regs.exp: New file.
2137         * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2138         case.
2139
2140 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
2141
2142         * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2143         non-parameter, and on an unknown symbol.
2144
2145 2018-01-19  Tom Tromey  <tom@tromey.com>
2146
2147         * gdb.rust/modules.rs (TWENTY_THREE): New global.
2148         * gdb.rust/modules.exp: Add ::-qualified lookup test.
2149
2150 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2151
2152         * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2153         setrlimit and chdir to int.
2154
2155 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2156
2157         * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2158         function.
2159         (my_tend): Likewise.
2160         * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2161         rationale of avoiding FP- and vector instructions.
2162
2163 2018-01-19  Ruslan Kabatsayev  <b7.10110111@gmail.com>
2164
2165         * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2166         "info reg" with "\[ \t\]*".
2167         * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2168         "\[ \t\]+".
2169         * gdb.arch/s390-multiarch.exp: Ditto.
2170         * gdb.base/pc-fp.exp: Ditto.
2171         * gdb.reverse/i386-precsave.exp: Ditto.
2172         * gdb.reverse/i386-reverse.exp: Ditto.
2173         * gdb.reverse/i387-env-reverse.exp: Ditto.
2174         * gdb.reverse/i387-stack-reverse.exp: Ditto.
2175
2176 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2177
2178         * lib/gdb.exp (gdb_compile): Re-enable use of
2179         universal_compile_options for languages other than Rust.
2180
2181 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2182
2183         * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2184
2185 2018-01-17  Mike Gulick  <mgulick@mathworks.com>
2186
2187         PR gdb/16577
2188         * gdb.base/solib-vanish.exp: New.
2189         * gdb.base/solib-vanish-main.c: New.
2190         * gdb.base/solib-vanish-lib1.c: New.
2191         * gdb.base/solib-vanish-lib2.c: New.
2192
2193 2018-01-17  Yao Qi  <yao.qi@linaro.org>
2194
2195         * gdb.compile/compile.exp: Match the address printed for
2196         frame in the output of command "bt".
2197
2198 2018-01-15  Tom Tromey  <tom@tromey.com>
2199
2200         * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2201         compute sp_reg.
2202
2203 2018-01-12  Andrew Burgess  <andrew.burgess@embecosm.com>
2204
2205         * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2206         to prepare.
2207         (prepare): Return 0 on error, 1 on success.
2208
2209 2018-01-12  Pedro Alves  <palves@redhat.com>
2210
2211         * gdb.base/continue-after-aborted-step-over.c: New.
2212         * gdb.base/continue-after-aborted-step-over.exp: New.
2213
2214 2018-01-11  Simon Marchi  <simon.marchi@ericsson.com>
2215
2216         * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2217         options when not creating an executable.
2218
2219 2018-01-11  Pedro Alves  <palves@redhat.com>
2220
2221         PR remote/22597
2222         * gdb.server/stop-reply-no-thread.c: New file.
2223         * gdb.server/stop-reply-no-thread.exp: New file.
2224
2225 2018-01-10  Pedro Alves  <palves@redhat.com>
2226
2227         PR gdb/22670
2228         * gdb.ada/bp_c_mixed_case.exp: Add intro comment.  Test printing C
2229         functions too.  Test setting breakpoints and printing C functions
2230         with no debug info too.
2231         * gdb.ada/bp_c_mixed_case/qux.c: New file.
2232
2233 2018-01-10  Pedro Alves  <palves@redhat.com>
2234
2235         PR gdb/22670
2236         * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2237         a fail.
2238
2239 2018-01-10  Pedro Alves  <palves@redhat.com>
2240
2241         PR gdb/22670
2242         * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2243
2244 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
2245
2246         * gdb.server/unittest.exp: Match the output in non-development
2247         mode.
2248
2249 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
2250
2251         * gdb.gdb/unittest.exp: Match output in non-development mode.
2252
2253 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
2254
2255         * gdb.ada/access_tagged_param.exp: Relax expected output
2256         for value of "ObjL" in "continue" to pck.inspect breakpoint
2257         test.
2258
2259 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
2260
2261         * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2262         * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
2263
2264 2018-01-05  Pedro Alves  <palves@redhat.com>
2265
2266         PR gdb/18653
2267         * gdb.base/libsegfault.exp: New.
2268
2269 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
2270
2271         PR gdb/22670
2272         * gdb.ada/access_tagged_param.exp: New file.
2273         * gdb.ada/access_tagged_param/foo.adb: New file.
2274
2275 2018-01-05  Pedro Alves  <palves@redhat.com>
2276
2277         PR gdb/22670
2278         * gdb.ada/info_addr_mixed_case.exp: Remove kfail.  Extend test to
2279         exercise lower case too, and to exercise both full matching and
2280         wild matching.
2281
2282 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
2283
2284         * gdb.ada/rename_subscript_param: New testcase.
2285
2286 2018-01-05  Jerome Guitton  <guitton@adacore.com>
2287
2288         * gdb.ada/arr_acc_idx_w_gap: New testcase.
2289
2290 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
2291
2292         * gdb.ada/convvar_comp: New testcase.
2293
2294 2018-01-05  Xavier Roirand  <roirand@adacore.com>
2295
2296         * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2297         (My_Table): New global variable.
2298         * testsuite/gdb.ada/array_char_idx.exp: Add test.
2299
2300 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2301
2302         PR gdb/22670
2303         * gdb.ada/maint_with_ada: New testcase.
2304
2305 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2306
2307         PR gdb/22670
2308         * gdb.ada/bp_c_mixed_case: New testcase.
2309
2310 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2311
2312         PR gdb/22670
2313         * gdb.ada/complete.exp: Add "complete break ada" test.
2314
2315 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2316
2317         PR gdb/22670
2318         * gdb.ada/info_addr_mixed_case: New testcase.
2319
2320 2018-01-03  Xavier Roirand  <roirand@adacore.com>
2321
2322         * gdb.ada/excep_handle.exp: New testcase.
2323         * gdb.ada/excep_handle/foo.adb: New file.
2324         * gdb.ada/excep_handle/pck.ads: New file.
2325
2326 2018-01-03  Joel Brobecker  <brobecker@adacore.com>
2327
2328         * gdb.base/step-line.c: Add extra empty line in copyright header.
2329         * gdb.base/step-line.inp: Likewise.
2330
2331 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
2332
2333         * gdb.ada/dyn_stride.exp: Add slice test.
2334
2335 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
2336
2337         * gdb.ada/dyn_stride: New testcase.
2338
2339 2017-12-27  Stafford Horne  <shorne@gmail.com>
2340
2341         * gdb.xml/extra-regs.xml: Add example foo reggroup.
2342         * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2343
2344 2017-12-27  Stafford Horne  <shorne@gmail.com>
2345
2346         * gdb.base/reggroups.c: New file.
2347         * gdb.base/reggroups.exp: New file.
2348
2349 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
2350
2351         * gdb.dwarf2/ada-valprint-error.c: New file.
2352         * gdb.dwarf2/ada-valprint-error.exp: New file.
2353
2354 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
2355
2356         * gdb.ada/assign_arr: New testcase.
2357
2358 2017-12-18  Xavier Roirand  <roirand@adacore.com>
2359
2360         * gdb.ada/funcall_ptr: New testcase.
2361
2362 2017-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
2363
2364         PR cli/16224
2365         * gdb.base/ptype-offsets.cc: New file.
2366         * gdb.base/ptype-offsets.exp: New file.
2367
2368 2017-12-15  Yao Qi  <yao.qi@linaro.org>
2369
2370         * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2371         if XML is disabled.
2372
2373 2017-12-15  Xavier Roirand  <roirand@adacore.com>
2374
2375         * gdb.ada/same_component_name: New testcase.
2376
2377 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
2378
2379         * gdb.ada/str_binop_equal: New testcase.
2380
2381 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
2382
2383         * gdb.ada/task_switch_in_core: New testcase.
2384
2385 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
2386
2387         * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2388         * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2389         call test_bkpt_qualified.
2390         (test_bkpt_qualified): New proc.
2391
2392 2017-12-13  Pedro Alves  <palves@redhat.com>
2393
2394         * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2395         Tighten regexp by matching with an anchor.
2396
2397 2017-12-13  Pedro Alves  <palves@redhat.com>
2398
2399         * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2400         ("expression with namespace"): New set of tests.
2401         * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2402         (Nested::Test_NS::qux): New.
2403         * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2404         defaults to 'start_quote_char' and 'end_quote_char' parameters.
2405
2406 2017-12-13  Joel Brobecker  <brobecker@adacore.com>
2407
2408         * gdb.base/server-del-break.c: New file.
2409         * gdb.base/server-del-break.exp: New file.
2410
2411 2017-12-12  Stafford Horne  <shorne@gmail.com>
2412
2413         * gdb.xml/tdesc-regs.exp: Add or1k support.
2414
2415 2017-12-12  Stafford Horne  <shorne@gmail.com>
2416
2417         * gdb.base/bp-permanent.c: Define nop of or1k.
2418
2419 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
2420
2421         * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2422         output with components being reordered.
2423
2424 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
2425
2426         * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2427         output with components being reordered.
2428
2429 2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2430             Pedro Alves  <palves@redhat.com>
2431
2432         * gdb.base/maint.exp (check for .gdb_index): Check also for
2433         .debug_names.
2434         * gdb.dlang/watch-loc.c (.debug_aranges): New.
2435         * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2436         * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2437         (.gdb_index used after symbol reloading): Support also .debug_names.
2438         * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2439
2440 2017-12-08  Yao Qi  <yao.qi@linaro.org>
2441
2442         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2443         * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2444
2445 2017-12-08  Yao Qi  <yao.qi@linaro.org>
2446
2447         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2448         * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2449
2450 2017-12-08  Yao Qi  <yao.qi@linaro.org>
2451
2452         * gdb.arch/aarch64-tagged-pointer.c: New file.
2453         * gdb.arch/aarch64-tagged-pointer.exp: New file.
2454
2455 2017-12-08  Sergio Durigan Junior  <sergiodj@redhat.com>
2456
2457         * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2458         "int".
2459
2460 2017-12-07  Keith Seitz  <keiths@redhat.com>
2461
2462         PR breakpoints/22569
2463         * gdb.linespec/ls-errs.exp: Change expected result of "break
2464         -source this file has spaces.c -line 3".
2465         Check that an explicit source file followed by whitespace is
2466         identified as an invalid explicit location.
2467
2468 2017-12-07  Keith Seitz  <keiths@redhat.com>
2469
2470         * gdb.cp/nested-types.cc: New file.
2471         * gdb.cp/nested-types.exp: New file.
2472         * lib/cp-support.exp: Load data-structures.exp library.
2473         (debug_cp_test_ptype_class): New global.
2474         (cp_ptype_class_verbose, next_line): New procedures.
2475         (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2476         Add and document new return value.
2477         Switch the list of lines to a queue.
2478         Add support for new `type' key for nested type definitions.
2479         Add debugging/troubleshooting messages.
2480         * lib/data-structures.exp: New file.
2481
2482 2017-12-07  Simon Marchi  <simon.marchi@ericsson.com>
2483
2484         * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2485         with proc_with_prefix, don't use with_test_prefix.
2486
2487 2017-12-07  Tom Tromey  <tom@tromey.com>
2488
2489         * gdb.base/break.exp: Add test for empty "commands".
2490
2491 2017-12-07  Yao Qi  <yao.qi@linaro.org>
2492
2493         * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2494         malloc and catch syscall.
2495
2496 2017-12-07  Phil Muldoon  <pmuldoon@redhat.com>
2497
2498        * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2499         tests for explicit locations.
2500
2501 2017-12-06  Pedro Alves  <palves@redhat.com>
2502
2503         * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2504         force-disabling XML descriptions.
2505
2506 2017-12-04  Pedro Alves  <palves@redhat.com>
2507
2508         PR gdb/22499
2509         * gdb.arch/amd64-disp-step-avx.S: New file.
2510         * gdb.arch/amd64-disp-step-avx.exp: New file.
2511
2512 2017-12-03  Pedro Alves  <palves@redhat.com>
2513
2514         * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2515         and <string.h>.
2516         (parent_function): Print distinct messages when waitpid fails, or
2517         the child exits with a signal, or the child exits for an unhandled
2518         reason.
2519         * gdb.threads/process-dies-while-detaching.exp
2520         (detach_and_expect_exit): New 'inf_output_re' parameter and use
2521         it.  Wait for both inferior output and GDB's prompt.  Use an
2522         indirect spawn id list.
2523         (do_detach): New parameter 'child_exit'.  Use it to compute
2524         expected inferior output.
2525         (test_detach, test_detach_watch, test_detach_killed_outside):
2526         Adjust to pass down the expected child exit kind.
2527
2528 2017-12-01  Joel Brobecker  <brobecker@adacore.com>
2529             Sergio Durigan Junior  <sergiodj@redhat.com>
2530             Pedro Alves  <palves@redhat.com>
2531
2532         * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2533
2534 2017-12-01  Sergio Durigan Junior  <sergiodj@redhat.com>
2535
2536         * gdb.base/relocate.exp: Add tests to guarantee that arguments
2537         to 'symbol-file' and 'add-symbol-file' can be
2538         position-independent.
2539
2540 2017-12-01  Yao Qi  <yao.qi@linaro.org>
2541
2542         * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2543         the URL in copyright header.
2544         * gdb.arch/aarch64-fp.exp: Likewise.
2545         * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2546         * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2547         * gdb.base/expand-psymtabs.exp: Likewise.
2548         * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2549         * gdb.fortran/common-block.exp: Likewise.
2550         * gdb.fortran/common-block.f90: Likewise.
2551         * gdb.fortran/logical.exp: Likewise.
2552         * gdb.fortran/vla-datatypes.f90: Likewise.
2553         * gdb.fortran/vla-sub.f90: Likewise.
2554
2555 2017-11-30  Joel Brobecker  <brobecker@adacore.com>
2556
2557         * gdb.ada/repeat_dyn: New testcase.
2558
2559 2017-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
2560
2561         * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2562         Update for changed thread numbering.
2563         * gdb.cell/bt.exp: Update for changed GDB output.
2564
2565 2017-11-30  Simon Marchi  <simon.marchi@ericsson.com>
2566
2567         * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2568         setting isremote by hand.
2569         * boards/dwarf4-gdb-index.exp: Likewise.
2570         * boards/fission.exp: Likewise.
2571         * boards/stabs.exp: Likewise.
2572
2573 2017-11-30  Pedro Alves  <palves@redhat.com>
2574
2575         * gdb.linespec/cpls-ops.exp
2576         (check_explicit_skips_function_argument): Extract the underlying
2577         type of size_t instead of hardcoding it.
2578
2579 2017-11-29  Pedro Alves  <palves@redhat.com>
2580
2581         PR c++/19436
2582         * gdb.linespec/cpls-abi-tag.cc: New file.
2583         * gdb.linespec/cpls-abi-tag.exp: New file.
2584
2585 2017-11-29  Pedro Alves  <palves@redhat.com>
2586
2587         * gdb.base/langs.exp: Use -qualified.
2588         * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
2589         it.
2590         * gdb.cp/namespace.exp: Use -qualified.
2591         * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
2592         (overload-3, template-overload, template-ret-type, const-overload)
2593         (const-overload-quoted, anon-ns, ambiguous-prefix): New
2594         procedures.
2595         (test_driver): Call them.
2596         * gdb.cp/save-bp-qualified.cc: New.
2597         * gdb.cp/save-bp-qualified.exp: New.
2598         * gdb.linespec/explicit.exp: Test -qualified.
2599         * lib/completion-support.exp (completion::explicit_opts_list): Add
2600         "-qualified".
2601         * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
2602
2603 2017-11-29  Phil Muldoon  <pmuldoon@redhat.com>
2604
2605         * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
2606
2607 2017-11-29  Tom Tromey  <tom@tromey.com>
2608
2609         * gdb.base/relocate.exp: Update invalid argument test.
2610         Add new tests for invalid arguments.
2611
2612 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2613
2614         * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
2615         Return 0 as a long.
2616         * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
2617
2618 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2619
2620         * gdb.cp/breakpoint.cc (bar): Set return type to void.
2621         * gdb.cp/psymtab-parameter.cc (func): Likewise.
2622         * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
2623         func ().
2624         * gdb.cp/shadow.cc (B.func): Return 0.
2625
2626 2017-11-27  Joel Brobecker  <brobecker@adacore.com>
2627
2628         * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
2629         expected output in gdb_expect call to allow the exception
2630         message to be present as well.  Fix syntax confusion to avoid
2631         TCL thinking that exception_name is an array.
2632
2633 2017-11-26  Ulrich Weigand  <uweigand@de.ibm.com>
2634
2635         * gdb.arch/spu-info.c: Include <unistd.h>.
2636         (do_signal_test): Fix broken calls to write.
2637         * gdb.arch/spu-info.exp: Use prepare_for_testing.
2638         Fix checks for empty mailboxes.  Update signal tests for corrected
2639         do_signal_test routine.  Allow nonzero event status.
2640         * gdb.arch/spu-ls.exp: Use prepare_for_testing.
2641         * gdb.cell/arch.exp: Use standard_output_file.
2642         * gdb.cell/break.exp: Likewise.
2643         * gdb.cell/bt.exp: Likewise.
2644         * gdb.cell/core.exp: Likewise.
2645         * gdb.cell/dwarfaddr.exp: Likewise.
2646         * gdb.cell/ea-cache.exp: Likewise.
2647         * gdb.cell/ea-standalone.exp: Likewise.
2648         * gdb.cell/f-regs.exp: Likewise.
2649         * gdb.cell/fork.exp: Likewise.
2650         * gdb.cell/gcore.exp: Likewise.
2651         * gdb.cell/mem-access.exp: Likewise.
2652         * gdb.cell/ptype.exp: Likewise.
2653         * gdb.cell/registers.exp: Likewise.
2654         * gdb.cell/sizeof.exp: Likewise.
2655         * gdb.cell/solib-symbol.exp: Likewise.
2656         * gdb.cell/solib.exp: Likewise.
2657
2658 2017-11-25   Pedro Alves  <palves@redhat.com>
2659
2660         * gdb.base/complete-empty.exp: New file.
2661         * gdb.base/completion.exp: Adjust.
2662
2663 2017-11-25  Pedro Alves  <palves@redhat.com>
2664
2665         * gdb.linespec/cpls-ops.cc: New file.
2666         * gdb.linespec/cpls-ops.exp: New file.
2667         * lib/completion-support.exp (test_complete_prefix_range_re): New,
2668         factored out from ...
2669         (test_complete_prefix_range): ... this.
2670
2671 2017-11-24  Pedro Alves  <palves@redhat.com>
2672
2673         * gdb.linespec/cpcompletion.exp: New file.
2674         * gdb.linespec/cpls-hyphen.cc: New file.
2675         * gdb.linespec/cpls.cc: New file.
2676         * gdb.linespec/cpls2.cc: New file.
2677         * gdb.linespec/explicit.exp: Load completion-support.exp.  Adjust
2678         test to use test_gdb_complete_unique.  Add label completion,
2679         keyword completion and explicit location completion tests.
2680         * lib/completion-support.exp: New file.
2681
2682 2017-11-24  Joel Brobecker  <brobecker@adacore.com>
2683
2684         * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
2685         gdb.ada/mi_ex_cond.exp: Accept optional exception message in
2686         when hitting an exception catchpoint.
2687
2688 2017-11-22  Yao Qi  <yao.qi@linaro.org>
2689
2690         * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
2691
2692 2017-11-22  Simon Marchi  <simon.marchi@ericsson.com>
2693
2694         * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
2695         * gdb.dwarf2/info-locals-optimized-out.exp: New file.
2696         * gdb.dwarf2/info-locals-optimized-out.c: New file.
2697
2698 2017-11-22  Yao Qi  <yao.qi@linaro.org>
2699
2700         * gdb.base/info-os.exp: Pass pthreads.
2701         * gdb.multi/multi-attach.exp: Likewise.
2702
2703 2017-11-22  Yao Qi  <yao.qi@linaro.org>
2704
2705         * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
2706         compiler.
2707
2708 2017-11-22  Yao Qi  <yao.qi@linaro.org>
2709
2710         * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
2711         * gdb.base/break-interp.exp: Likewise.
2712         * gdb.base/jit-attach-pie.exp: Likewise.
2713
2714 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
2715
2716         * gdb.base/float128.c (large128): New variable.
2717         * gdb.base/float128.exp: Add test to print largest __float128 value.
2718
2719 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
2720
2721         * gdb.arch/vsx-regs.exp: Update register content checks.
2722
2723 2017-11-21  Ulrich Weigand  <uweigand@de.ibm.com>
2724
2725         * gdb.arch/ppc-longdouble.exp: New file.
2726         * gdb.arch/ppc-longdouble.c: Likewise.
2727
2728 2017-11-21  Pedro Alves  <palves@redhat.com>
2729
2730         * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
2731
2732 2017-11-20  Pedro Alves  <palves@redhat.com>
2733
2734         * gdb.base/whatis-ptype-typedefs.c (double_typedef)
2735         (long_double_typedef): New typedefs.
2736         Use DEF on double and long double.
2737         * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
2738         cases.
2739         (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
2740         and 'long_double_ptr_same_size' locals.  Use them to decide
2741         whether cast from array/function to float is valid/invalid.
2742
2743 2017-11-17  Tom Tromey  <tom@tromey.com>
2744
2745         * gdb.rust/traits.rs: New file.
2746         * gdb.rust/traits.exp: New file.
2747
2748 2017-11-17  Joel Brobecker  <brobecker@adacore.com>
2749
2750         * gdb.ada/minsyms: New testcase.
2751
2752 2017-11-16  Pedro Alves  <palves@redhat.com>
2753
2754         * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2755         * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2756
2757 2017-11-16  Pedro Alves  <palves@redhat.com>
2758
2759         * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2760         gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2761
2762 2017-11-16  Pedro Alves  <palves@redhat.com>
2763
2764         * gdb.server/reconnect-ctrl-c.c: New file.
2765         * gdb.server/reconnect-ctrl-c.exp: New file.
2766
2767 2017-11-16  Phil Muldoon  <pmuldoon@redhat.com>
2768
2769         * gdb.python/py-rbreak.exp: New file.
2770         * gdb.python/py-rbreak.c: New file.
2771         * gdb.python/py-rbreak-func2.c: New file.
2772
2773 2017-11-16  Pedro Alves  <palves@redhat.com>
2774
2775         * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2776         pattern.
2777         * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2778         GDB.
2779
2780 2017-11-15  Simon Marchi  <simon.marchi@ericsson.com>
2781
2782         * gdb.tui/completionn.exp (test_tab_completion): Add space in
2783         regex.
2784
2785 2017-11-13  Simon Marchi  <simon.marchi@polymtl.ca>
2786
2787         * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2788         test names.
2789
2790 2017-11-09  Pedro Alves  <palves@redhat.com>
2791
2792         * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2793         factored out from ...
2794         (top level): ... here, and adjusted to avoid expecting beyond the
2795         prompt in a single gdb_test_multiple.
2796
2797 2017-11-09  Pedro Alves  <palves@redhat.com>
2798
2799         * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2800         output.
2801         * gdb.server/ext-attach.exp ("kill" test): Likewise.
2802         * gdb.server/ext-restart.exp ("kill" test): Likewise.
2803         * gdb.server/ext-run.exp ("kill" test): Likewise.
2804         * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2805
2806 2017-11-09  Pedro Alves  <palves@redhat.com>
2807
2808         * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2809         match till end of line.
2810
2811 2017-11-09  Pedro Alves  <palves@redhat.com>
2812
2813         * gdb.base/memattr.exp: Tighten regexes to match the end line.
2814
2815 2017-11-09  Pedro Alves  <palves@redhat.com>
2816
2817         * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2818         New procedures, factored out from ...
2819         (top level): ... here, and adjusted to avoid expecting beyond the
2820         prompt in one go.
2821
2822 2017-11-09  Pedro Alves  <palves@redhat.com>
2823
2824         * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2825         output.  Fix '?' match.
2826
2827 2017-11-08  Joel Brobecker  <brobecker@adacore.com>
2828
2829         * gdb.ada/scoped_watch: New testcase.
2830         * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2831         which is actually correct.
2832         * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2833         * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2834
2835 2017-11-08  Pedro Alves  <palves@redhat.com>
2836
2837         * gdb.gdb/complaints.exp (test_initial_complaints)
2838         (test_serial_complaints, test_short_complaints): Call
2839         complaint_internal instead of complaint.
2840
2841 2017-11-08  Djordje Todorovic  <djordje.todorovic@rt-rk.com>
2842
2843         * gdb.threads/tls-core.c: New file.
2844         * gdb.threads/tls-core.exp: Likewise.
2845
2846 2017-11-08   Pedro Alves  <palves@redhat.com>
2847
2848         * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2849         (p Exported_Capitalized): New test.
2850         (p exported_capitalized): New test.
2851
2852 2017-11-07  Pedro Alves  <palves@redhat.com>
2853
2854         * gdb.cp/ena-dis-br-range.exp: Add more tests.
2855
2856 2017-11-07  Pedro Alves  <palves@redhat.com>
2857
2858         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2859         * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2860         (disable_invalid, disable_inverted, disable_negative): New
2861         procedures.
2862         ("bad numbers"): New set of tests.
2863
2864 2017-11-07  Pedro Alves  <palves@redhat.com>
2865
2866         * gdb.cp/ena-dis-br-range.exp: Add tests.
2867
2868 2017-11-07  Pedro Alves  <palves@redhat.com>
2869
2870         * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2871
2872 2017-11-07  Xavier Roirand  <roirand@adacore.com>
2873             Pedro Alves  <palves@redhat.com>
2874
2875         * gdb.base/ena-dis-br.exp: Add reference to
2876         gdb.cp/ena-dis-br-range.exp.
2877         * gdb.cp/ena-dis-br-range.exp: New file.
2878         * gdb.cp/ena-dis-br-range.cc: New file.
2879
2880 2017-11-06  Pedro Alves  <palves@redhat.com>
2881
2882         * gdb.base/attach-non-pgrp-leader.c: New.
2883         * gdb.base/attach-non-pgrp-leader.exp: New.
2884
2885 2017-11-06  Pedro Alves  <palves@redhat.com>
2886
2887         * configure.ac: No longer check for termio.h and sgtty.h.
2888         * configure: Regenerate.
2889         * remote-utils.c: Include termios.h instead of gdb_termios.h.
2890         (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2891         Remove termio and sgtty code.
2892
2893 2017-11-03  Yao Qi  <yao.qi@linaro.org>
2894
2895         * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2896         in GDB is disabled.
2897
2898 2017-11-03  Yao Qi  <yao.qi@linaro.org>
2899
2900         * gdb.python/py-thrhandle.exp: Skip it if python is not
2901         enabled.
2902
2903 2017-10-31  Simon Marchi  <simon.marchi@polymtl.ca>
2904
2905         * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2906         as a breakpoint command.
2907
2908 2017-10-28  Maksim Dzabraev  <dzabraew@gmail.com>
2909
2910         PR python/21213
2911         * gdb.python/py-infthread.exp: Test calling
2912         InferiorThread.inferior () multiple times in a row.
2913
2914 2017-10-27  Keith Seitz  <keiths@redhat.com>
2915
2916         * gdb.opt/inline-break.exp (break_info_1): New procedure.
2917         Test "info break" for every inlined function breakpoint.
2918
2919 2017-10-27  Yao Qi  <yao.qi@linaro.org>
2920
2921         * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2922
2923 2017-10-26  Patrick Frants  <osscontribute@gmail.com>
2924
2925         * gdb.cp/classes.exp (test_static_members): Test printing
2926         Outer::instance.
2927         * gdb.cp/classes.c (struct Inner, struct Outer): New.
2928         (Inner::instance, Outer::instance): New.
2929
2930 2017-10-24  Pedro Alves  <palves@redhat.com>
2931
2932         * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2933         extra console" test in two stages.
2934
2935 2017-10-24  Pedro Alves  <palves@redhat.com>
2936
2937         * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2938
2939 2017-10-24  Pedro Alves  <palves@redhat.com>
2940
2941         * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2942         loop.
2943
2944 2017-10-24  Pedro Alves  <palves@redhat.com>
2945
2946         * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2947         $attempt" and "stoppedtry $stoppedtry" test prefixes.
2948
2949 2017-10-24  Pedro Alves  <palves@redhat.com>
2950
2951         * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2952         parameter and handle it.  Don't output read value in test name.
2953
2954 2017-10-24  Pedro Alves  <palves@redhat.com>
2955
2956         * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2957         custom test name.
2958
2959 2017-10-24  Pedro Alves  <palves@redhat.com>
2960
2961         * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2962         include the unstable output directory name in the test's name.
2963         (initial_setup_simple) <'set args'>: Use custom test name.
2964
2965 2017-10-24  Pedro Alves  <palves@redhat.com>
2966
2967         * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2968         with explicit test name.
2969
2970 2017-10-20  Pedro Alves  <palves@redhat.com>
2971
2972         * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2973         'wait -i'.  Use gdb_assert and remote_close.
2974
2975 2017-10-19  Andrew Burgess  <andrew.burgess@embecosm.com>
2976
2977         * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2978         number from variable rather than hard-coded.
2979
2980 2017-10-19  Pedro Alves  <palves@redhat.com>
2981
2982         * gdb.base/long-inferior-output.c: New file.
2983         * gdb.base/long-inferior-output.exp: New file.
2984
2985 2017-11-18  Keith Seitz  <keiths@redhat.com>
2986
2987         * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2988         method.
2989         (main): Call it.
2990         * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2991         Add additional user-defined conversion operator tests.
2992
2993 2017-10-17  Pedro Alves  <palves@redhat.com>
2994
2995         * boards/native-stdio-gdbserver.exp: Load "local-board".
2996
2997 2017-10-17  Pedro Alves  <palves@redhat.com>
2998
2999         * gdb.base/quit-live.c: New file.
3000         * gdb.base/quit-live.exp: New file.
3001
3002 2017-10-16  Keith Seitz  <keiths@redhat.com>
3003
3004         * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
3005         (class_with_protected_typedef, class_with_private_typedef)
3006         (struct_with_public_typedef, struct_with_protected_typedef)
3007         (struct_with_private_typedef): New classes/structs.
3008         * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
3009         typedefs and access specifiers.
3010
3011 2017-10-16  Pedro Alves  <palves@redhat.com>
3012             Simon Marchi  <simon.marchi@polymtl.ca>
3013
3014         * README (Local vs Remote vs Native): New section.
3015         * boards/local-board.exp: New file, with bits factored out from
3016         ...
3017         * boards/native-extended-gdbserver.exp: ... here.  Load
3018         "local-board".
3019         * boards/native-gdbserver.exp: Load "local-board".
3020         (${board}_spawn, ${board}_exec): Delete.
3021         * boards/native-stdio-gdbserver.exp: Most contents factored out to
3022         ...
3023         * boards/stdio-gdbserver-base.exp: ... this new file.
3024         * boards/native-stdio-gdbserver.exp: Reimplement, by loading
3025         "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
3026         procedure.
3027         * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
3028         instead of native-stdio-gdbserver.  Don't set gdb_server_prog nor
3029         stdio_gdbserver_command.
3030         (${board}_get_remote_address, ${board}_get_comm_port)
3031         (${board}_download, ${board}_upload): Delete.
3032         (get_target_remote_pipe_cmd): New.
3033
3034 2017-10-16  Simon Marchi  <simon.marchi@ericsson.com>
3035
3036         * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3037         test_bkpt_deletion, test_bkpt_cond_and_cmds,
3038         test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3039         test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3040         test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3041         remove with_test_prefix.
3042
3043 2017-10-13  Pedro Alves  <palves@redhat.com>
3044
3045         * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3046         * gdb.base/annota1.exp: Use it instead of is_remote.
3047         * gdb.base/annota3.exp: Use it instead of is_remote.
3048         * gdb.cp/annota2.exp: Use it instead of is_remote.
3049         * gdb.cp/annota3.exp: Use it instead of is_remote.
3050         * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3051
3052 2017-10-13  Pedro Alves  <palves@redhat.com>
3053
3054         * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3055         (test_num_test_vars, run_and_count_vars, find_env)
3056         (test_set_unset_env, test_inherit_env_var): New procedures.
3057         (top level): Use them.
3058
3059 2017-10-13  Pedro Alves  <palves@redhat.com>
3060
3061         * lib/selftest-support.exp (selftest_setup): Extend comments, and
3062         also skip on stub-like targets.
3063
3064 2017-10-13  Pedro Alves  <palves@redhat.com>
3065
3066         PR gdb/22293
3067         * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3068         (top level): Move some tests to ...
3069         (test_not_found): ... this new procedure.
3070         (top level): Call it.
3071
3072 2017-10-13  Pedro Alves  <palves@redhat.com>
3073
3074         * gdb.base/term.exp: Don't skip if is_remote target.  Instead,
3075         expect different "info terminal" output if testing with a
3076         non-native target.
3077
3078 2017-10-13  Pedro Alves  <palves@redhat.com>
3079             Simon Marchi  <simon.marchi@polymtl.ca>
3080
3081         PR python/12966
3082         * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3083
3084 2017-10-13  Pedro Alves  <palves@redhat.com>
3085
3086         * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3087         already.
3088
3089 2017-10-13  Pedro Alves  <palves@redhat.com>
3090
3091         * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3092         is_remote.
3093
3094 2017-10-13  Pedro Alves  <palves@redhat.com>
3095
3096         * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3097         is_remote.
3098
3099 2017-10-13  Pedro Alves  <palves@redhat.com>
3100
3101         * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3102         is set.
3103         (corefile_test_attach): Likewise.  Check can_spawn_for_attach
3104         instead of is_remote.
3105
3106 2017-10-13  Pedro Alves  <palves@redhat.com>
3107
3108         * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3109         (top level): Add comment.
3110
3111 2017-10-13  Pedro Alves  <palves@redhat.com>
3112
3113         * gdb.base/remote.exp (top level): Fix comment typo and add
3114         missing return.
3115
3116 2017-10-13  Pedro Alves  <palves@redhat.com>
3117             Simon Marchi  <simon.marchi@polymtl.ca>
3118
3119         * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3120         calls and add comments.  Skip test if use_gdb_stub is set.
3121         (top level): Use "set cwd" command instead of "cd" command.
3122
3123 2017-10-13  Pedro Alves  <palves@redhat.com>
3124
3125         * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3126         is_remote target check.
3127
3128 2017-10-13  Pedro Alves  <palves@redhat.com>
3129
3130         * gdb.base/scope.exp: Use build_executable + clean_restart +
3131         gdb_file_cmd instead of prepare_for_testing and no longer skip
3132         "before run" tests on is_remote target boards.  Update comments.
3133         * boards/native-extended-gdbserver.exp
3134         (extended_gdbserver_load_last_file): New, factored out from ...
3135         (gdb_load): ... this.  Move further below and add comment.
3136         (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3137
3138 2017-10-12  Pedro Alves  <palves@redhat.com>
3139
3140         * gdb.base/attach.exp: Remove references to gdb64.
3141         * gdb.base/dbx.exp: Remove references to gdb64.
3142
3143 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
3144             Pedro Alves  <palves@redhat.com>
3145
3146         * gdb.base/label.exp: Remove is_remote target check.
3147
3148 2017-10-12  Pedro Alves  <palves@redhat.com>
3149
3150         * gdb.base/auvx.exp (coredir): Update comment.
3151         (top level) <core_works>: Use "set cwd" command instead of "cd"
3152         command.
3153
3154 2017-10-12  Pedro Alves  <palves@redhat.com>
3155             Simon Marchi  <simon.marchi@polymtl.ca>
3156
3157         * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3158         target boards.
3159
3160 2017-10-12  Pedro Alves  <palves@redhat.com>
3161             Simon Marchi  <simon.marchi@polymtl.ca>
3162
3163         * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3164         Instead skip if there's any gdb_protocol set.
3165
3166 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
3167             Pedro Alves  <palves@redhat.com>
3168
3169         * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3170
3171 2017-10-12  Pedro Alves  <palves@redhat.com>
3172             Simon Marchi  <simon.marchi@polymtl.ca>
3173
3174         * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3175         instead of on dejagnu remote boards.
3176
3177 2017-10-12  Pedro Alves  <palves@redhat.com>
3178             Simon Marchi  <simon.marchi@polymtl.ca>
3179
3180         * gdb.base/inferior-died.exp: Remove is_remote and isnative
3181         checks.  Use build_executable + clean_restart instead of
3182         prepare_for_testing.  Pass "set non-stop on" via GDBFLAGS instead
3183         of enabling non-stop after starting gdb.
3184
3185 2017-10-12  Pedro Alves  <palves@redhat.com>
3186
3187         * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3188         * gdb.threads/non-ldr-exc-2.exp: Ditto.
3189         * gdb.threads/non-ldr-exc-3.exp: Ditto.
3190         * gdb.threads/non-ldr-exc-4.exp: Ditto.
3191
3192 2017-10-11  Anton Kolesov  <Anton.Kolesov@synopsys.com>
3193
3194         * gdb.arch/arc-tdesc-cpu.exp: New file.
3195         * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3196
3197 2017-10-10  Simon Marchi  <simon.marchi@ericsson.com>
3198
3199         * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3200
3201 2017-10-10  Pedro Alves <palves@redhat.com>
3202
3203         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3204         expect CLI output.
3205
3206 2017-10-10  Pedro Alves  <palves@redhat.com>
3207
3208         * lib/selftest-support.exp (selftest_setup): Update for
3209         captured_command_loop's prototype change.
3210
3211 2017-10-09  Pedro Alves  <palves@redhat.com>
3212
3213         Test both arch1=>arch2 and arch2=>arch1.
3214
3215         * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3216         (srcfile2, binfile2, march1, march2): Remove globals.  Largely
3217         factored out to...
3218         (append_arch1_options, append_arch2_options, append_arch_options)
3219         (build_executables): New procedures.
3220         (do_test): New 'first_arch' parameter.  Use it to define 'from_exec'
3221         local.
3222         (top level): Add new 'first_arch' testing axis.
3223
3224 2017-10-09  Pedro Alves  <palves@redhat.com>
3225
3226         * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3227         (barrier): New.
3228         (thread_start, all_started): New functions.
3229         (main): Spawn new thread and wait until it is scheduled.
3230         * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3231         option.
3232         (do_test): Add 'selected_thread' parameter.  Run to all_started
3233         instead of main.  Explicitly set the breakpoint at main.  Switch
3234         to the SELECTED_THREAD thread.
3235         (top level): Test handling the exec event with either the main
3236         thread or the second thread selected.
3237
3238 2017-10-09  Pedro Alves  <palves@redhat.com>
3239
3240         * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3241         logic.  Move STOP marker after the value checks.
3242         * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3243         regexp.
3244
3245 2017-10-06  Sandra Loosemore  <sandra@codesourcery.com>
3246
3247         * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3248
3249 2017-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
3250
3251         * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3252         integer-to-dfp conversion.
3253         * gdb.base/dfp-test.exp: Likewise.
3254
3255 2017-10-04  Pedro Alves  <palves@redhat.com>
3256
3257         * gdb.multi/hangout.c: Include <unistd.h>.
3258         (hangout_loop): New function.
3259         (main): Call alarm.  Call hangout_loop in a loop.
3260         * gdb.multi/hello.c: Include <unistd.h>.
3261         (hello_loop): New function.
3262         (main): Call alarm.  Call hangout_loop in a loop.
3263         * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3264         inferior with the other selected.
3265
3266 2017-10-04  Simon Marchi  <simon.marchi@ericsson.com>
3267
3268         * gdb.mi/list-thread-groups-available.exp: New file.
3269         * gdb.mi/list-thread-groups-available.c: New file.
3270
3271 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
3272
3273         * gdb.base/set-cwd.exp: Make it available on
3274         native-extended-gdbserver.
3275
3276 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
3277
3278         * gdb.base/set-cwd.c: New file.
3279         * gdb.base/set-cwd.exp: Likewise.
3280
3281 2017-10-02  Tom Tromey  <tom@tromey.com>
3282
3283         PR rust/22236:
3284         * gdb.rust/simple.rs (main): New variable "fslice".
3285         * gdb.rust/simple.exp: Add slice tests.  Update string tests.
3286
3287 2017-10-02  Tom Tromey  <tom@tromey.com>
3288
3289         * gdb.rust/simple.exp: Test ptype of a slice.
3290
3291 2017-10-02  Tom Tromey  <tom@tromey.com>
3292
3293         * gdb.rust/simple.exp: Test index of slice.
3294
3295 2017-09-27  Tom Tromey  <tom@tromey.com>
3296
3297         * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3298
3299 2017-09-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3300             Pedro Alves  <palves@redhat.com>
3301
3302         * gdb.base/compare-sections.exp (get value of read-only section): Read
3303         as unsigned value.
3304         (corrupt read-only section): Likewise and don't set written if patching
3305         failed.
3306
3307 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
3308
3309         * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3310         files.
3311
3312 2017-09-20  Pedro Alves  <palves@redhat.com>
3313
3314         * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3315         symbol names in gdb's output.
3316         * gdb.cp/overload.exp ("list all overloads"): Likewise.
3317
3318 2017-09-20  Pedro Alves  <palves@redhat.com>
3319
3320         * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3321         Rename to ...
3322         (test_list_ambiguous_symbol): ... this and add a symbol name
3323         parameter.  Adjust.
3324         (test_list_ambiguous_function): Reimplement on top of
3325         test_list_ambiguous_symbol and also test listing ambiguous
3326         variables.
3327         * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3328         (ambiguous_fun): ... this.
3329         (ambiguous_var): New.
3330         * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3331         (ambiguous_fun): ... this.
3332         (ambiguous_var): New.
3333
3334 2017-09-19  John Baldwin  <jhb@FreeBSD.org>
3335
3336         * gdb.base/starti.c: New file.
3337         * gdb.base/starti.exp: New file.
3338         * lib/gdb.exp (gdb_starti_cmd): New procedure.
3339
3340 2017-09-14  Pedro Alves  <palves@redhat.com>
3341
3342         * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3343         (top level): Use it instead of runto.
3344
3345 2017-09-11  Tom Tromey  <tom@tromey.com>
3346
3347         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3348
3349 2017-09-11  Tom Tromey  <tom@tromey.com>
3350
3351         * gdb.python/py-infthread.exp: Add tests for new_thread event.
3352         * gdb.python/py-inferior.exp: Add tests for new inferior events.
3353
3354 2017-09-08  Christoph Weinmann  <christoph.t.weinmann@intel.com>
3355
3356         * gdb.fortran/printing-types.exp: New file.
3357         * gdb.fortran/printing-types.exp: New file.
3358
3359 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
3360
3361         * gdb.fortran/vla-ptype.exp: Fix typos.
3362         * gdb.fortran/vla-value.exp: Same.
3363
3364 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
3365
3366         * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3367         * gdb.mi/mi-var-child-f.exp: Likewise.
3368         * gdb.mi/mi-vla-fortran.exp: Likewise.
3369
3370 2017-09-08  Frank Penczek  <frank.penczek@intel.com>
3371             Christoph Weinmann  <christoph.t.weinmann@intel.com>
3372             Bernhard Heckel  <bernhard.heckel@intel.com>
3373
3374         * gdb.fortran/ptr-indentation.f90: New file.
3375         * gdb.fortran/ptr-indentation.exp: New file.
3376
3377 2017-09-05  Tom Tromey  <tom@tromey.com>
3378
3379         PR gdb/22010:
3380         * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3381
3382 2017-09-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3383
3384         * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3385
3386 2017-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3387
3388         * gdb.threads/tls-nodebug-pie.c: New file.
3389         * gdb.threads/tls-nodebug-pie.exp: New file.
3390
3391 2017-09-05  Tom Tromey  <tom@tromey.com>
3392
3393         * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3394         for rust.
3395
3396 2017-09-05  Simon Marchi  <simon.marchi@ericsson.com>
3397
3398         * gdb.multi/multi-arch-exec.exp: Test with different
3399         "follow-exec-mode" settings.
3400         (do_test): New procedure.
3401
3402 2017-09-04  Pedro Alves  <palves@redhat.com>
3403
3404         * gdb.base/func-static.c (S::method const, S::method volatile)
3405         (S::method volatile const): New methods.
3406         (c_s, v_s, cv_s): New instances.
3407         (main): Call method() on them.
3408         * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3409         (cannot_resolve): New procedure.
3410         (cxx_scopes_list): Test cv methods.  Add print-scope-quote and
3411         print-quote-unquoted columns.
3412         (do_test): Test printing each scope too.
3413
3414 2017-09-04  Pedro Alves  <palves@redhat.com>
3415
3416         * gdb.base/local-static.exp: Also test with
3417         class::method::variable wholly quoted.
3418         * gdb.cp/m-static.exp (class::method::variable): Remove test.
3419
3420 2017-09-04  Pedro Alves  <palves@redhat.com>
3421
3422         * gdb.base/local-static.c: New.
3423         * gdb.base/local-static.cc: New.
3424         * gdb.base/local-static.exp:  New.
3425
3426 2017-09-04  Pedro Alves  <palves@redhat.com>
3427
3428         * gdb.asm/asm-source.exp: Add casts to int.
3429         * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3430         (dataglobal64_1, dataglobal64_2): New globals.
3431         * gdb.base/nodebug.exp: Test different expressions involving the
3432         new globals, with print, whatis and ptype.  Add casts to int.
3433         * gdb.base/solib-display.exp: Add casts to int.
3434         * gdb.compile/compile-ifunc.exp: Expect warning.  Add cast to int.
3435         * gdb.cp/m-static.exp: Add cast to int.
3436         * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3437         * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3438         tls variable with no debug info without a cast.  Test with a cast
3439         to int too.
3440         * gdb.trace/entry-values.exp: Add casts.
3441
3442 2017-09-04  Pedro Alves  <palves@redhat.com>
3443
3444         * gdb.base/nodebug.exp: Test that ptype's error about functions
3445         with unknown return type includes the function name too.
3446
3447 2017-09-04  Pedro Alves  <palves@redhat.com>
3448
3449         * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3450         return type of munmap in infcall.
3451         * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3452         * gdb.base/checkpoint.exp: Simplify using for loop.  Cast return
3453         type of ftell in infcall.
3454         * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3455         type of getpid in infcall.
3456         * gdb.base/infcall-exec.exp: Cast return type of execlp in
3457         infcall.
3458         * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3459         Bail on failure to extract the pid.
3460         * gdb.base/nodebug.c: #include <stdint.h>.
3461         (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3462         New functions.
3463         * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3464         Change expected output of print/whatis/ptype with functions with
3465         no debug info.  Test all supported languages.  Call
3466         test_call_promotion.
3467         * gdb.compile/compile.exp: Adjust expected output to expect
3468         warning.
3469         * gdb.threads/siginfo-threads.exp: Likewise.
3470
3471 2017-09-04  Pedro Alves  <palves@redhat.com>
3472
3473         * gdb.base/callfuncs.exp (do_function_calls): New parameter
3474         "prototypes".  Test calling float functions via prototyped and
3475         unprototyped function pointers.
3476         (perform_all_tests): New parameter "prototypes".  Pass it down.
3477         (top level): Pass down "prototypes" parameter to
3478         perform_all_tests.
3479
3480 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3481
3482         * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3483         Test with nested loops.
3484
3485 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3486
3487         * gdb.base/commands.exp: Call the new procedures.
3488         (loop_break_test, loop_continue_test): New procedures.
3489
3490 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3491
3492         * gdb.base/commands.exp: Call new procedure.
3493         (define_if_without_arg_test): New procedure.
3494
3495 2017-09-04  Pedro Alves  <palves@redhat.com>
3496
3497         * gdb.base/list-ambiguous.exp: New file.
3498         * gdb.base/list-ambiguous0.c: New file.
3499         * gdb.base/list-ambiguous1.c: New file.
3500         * gdb.base/list.exp (test_list_range): Adjust expected output.
3501
3502 2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
3503
3504         * gdb.base/share-env-with-gdbserver.c: New file.
3505         * gdb.base/share-env-with-gdbserver.exp: Likewise.
3506
3507 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3508
3509         * gdb.base/commands.exp (gdbvar_simple_if_test,
3510         gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3511         progvar_simple_if_test, progvar_simple_while_test,
3512         progvar_complex_if_while_test, user_defined_command_test,
3513         user_defined_command_args_eval,
3514         user_defined_command_args_stack_test,
3515         user_defined_command_manyargs_test, bp_deleted_in_command_test,
3516         temporary_breakpoint_commands,
3517         gdb_test_no_prompt, redefine_hook_test,
3518         redefine_backtrace_test): Remove "global gdb_prompt".
3519
3520 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3521
3522         * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3523         New proc, call it from toplevel.
3524
3525 2017-08-23  Sergio Durigan Junior  <sergiodj@redhat.com>
3526
3527         PR remote/21852
3528         * gdb.server/normal.c: New file, copied from gdb.base.
3529         * gdb.server/run-without-local-binary.exp: New file.
3530
3531 2017-08-07  Weimin Pan  <weimin.pan@oracle.com>
3532
3533         * gdb.arch/sparc64-adi.exp: New file.
3534         * gdb.arch/sparc64-adi.c: New file.
3535
3536 2017-08-22  Pedro Alves  <palves@redhat.com>
3537
3538         * gdb.cp/overload.exp (line_range_pattern): New procedure.
3539         (top level): Add "list all overloads" tests.
3540
3541 2017-08-22  Tom Tromey  <tom@tromey.com>
3542
3543         * gdb.gdb/xfullpath.exp: Remove.
3544
3545 2017-08-21  Pedro Alves  <palves@redhat.com>
3546
3547         PR gdb/19487
3548         * gdb.base/symbol-alias.c: New.
3549         * gdb.base/symbol-alias2.c: New.
3550         * gdb.base/symbol-alias.exp: New.
3551
3552 2017-08-21  Pedro Alves  <palves@redhat.com>
3553
3554         * gdb.base/dfp-test.c
3555         (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3556         (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3557         * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3558         * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3559         * gdb.base/whatis-ptype-typedefs.c: New.
3560         * gdb.base/whatis-ptype-typedefs.exp: New.
3561         * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3562         (an_int, an_int_type, an_int_type2): New globals.
3563         * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3564         involving typedefs and cast expressions.
3565         * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3566         (lookup_typedefs_function): New.
3567         (typedefs_pretty_printers_dict): New.
3568         (top level): Register lookup_typedefs_function in
3569         gdb.pretty_printers.
3570
3571 2017-08-18  Yao Qi  <yao.qi@linaro.org>
3572
3573         * gdb.server/unittest.exp: New.
3574
3575 2017-08-15  Sergio Durigan Junior  <sergiodj@redhat.com>
3576
3577         PR gdb/21954
3578         * gdb.base/environ.exp: Add test to check if 'unset environment'
3579         works.
3580
3581 2017-08-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3582
3583         * lib/gdb.exp (universal_compile_options): New caching proc.
3584         (gdb_compile): Suppress GCC's coloring of messages.
3585
3586 2017-08-14  Tom Tromey  <tom@tromey.com>
3587
3588         PR gdb/21675:
3589         * gdb.base/printcmds.exp (test_radices): New function.
3590         * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
3591         * gdb.base/sizeof.exp (check_valueof): Use p/d.
3592         * lib/gdb.exp (get_integer_valueof): Use p/d.
3593
3594 2017-08-12  Simon Marchi  <simon.marchi@ericsson.com>
3595
3596         * lib/gdb.exp (get_valueof): Don't capture end-of-line
3597         characters.
3598
3599 2017-08-05  Tom Tromey  <tom@tromey.com>
3600
3601         * gdb.rust/simple.exp: Allow String to appear in a different
3602         namespace.
3603
3604 2017-07-26  Yao Qi  <yao.qi@linaro.org>
3605
3606         * gdb.gdb/unittest.exp: Invoke command
3607         "maintenance check xml-descriptions".
3608
3609 2017-07-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3610
3611         * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
3612         calling context.
3613         (hex128): Drop erroneous calculation of parameters.
3614
3615 2017-07-22  Simon Marchi  <simon.marchi@ericsson.com>
3616
3617         * gdb.python/py-unwind.exp: Disable stack protection when
3618         building test file.
3619
3620 2017-07-20  Pedro Alves  <palves@redhat.com>
3621
3622         * gdb.base/default.exp (set language): Adjust expected output.
3623
3624 2017-07-20  Pedro Alves  <palves@redhat.com>
3625
3626         * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
3627         (test_minsym): ... this, and make static.
3628         (get_pck__foo__bar__minsym): Rename to ...
3629         (get_test_minsym): ... this.
3630         * gdb.base/dmsym.exp (): Remove "set language ada" call.  Adjust
3631         symbol names and comments.
3632         * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
3633         (get_test_minsym): ... this.
3634         (pck__foo__bar__minsym__2): Rename to ...
3635         (test_minsym): ... this.
3636         (main): Adjust.
3637
3638 2017-07-17  Pedro Alves  <palves@redhat.com>
3639
3640         * gdb.base/completion.exp: Adjust expected output.
3641         * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
3642         the completer works.
3643
3644 2017-07-17  Pedro Alves  <palves@redhat.com>
3645
3646         * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
3647
3648 2017-07-15  Andrew Burgess  <andrew.burgess@embecosm.com>
3649
3650         * gdb.mi/mi-vla-fortran.exp: Make test names unique.
3651
3652 2017-07-14  Tom Tromey  <tom@tromey.com>
3653
3654         PR rust/21764:
3655         * gdb.rust/simple.exp: Add tests.
3656
3657 2017-07-14  Tom Tromey  <tom@tromey.com>
3658
3659         * gdb.rust/simple.exp: Add regression test for PR rust/21763.
3660
3661 2017-07-14  Pedro Alves  <palves@redhat.com>
3662
3663         * gdb.linespec/base/one/thefile.cc (z1): New function.
3664         * gdb.linespec/base/two/thefile.cc (z2): New function.
3665         * gdb.linespec/linespec.exp: Add tests.
3666
3667 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
3668
3669         * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
3670         to mi_create_breakpoint.
3671
3672 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
3673
3674         * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
3675         mi_create_breakpoint.
3676
3677 2017-07-11  Iain Buclaw  <ibuclaw@gdcproject.org>
3678
3679         * gdb.dlang/demangle.exp: Update for demangling changes.
3680
3681 2017-07-09  Tom Tromey  <tom@tromey.com>
3682
3683         * gdb.dwarf2/shortpiece.exp: New file.
3684
3685 2017-07-06  David Blaikie  <dblaikie@gmail.com>
3686
3687         * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
3688         built from fissiont-multi-cu{1,2}.c.
3689         * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
3690         except putting 'main' and 'func' in separate CUs in the same DWO file.
3691         * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
3692         test.
3693         * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
3694         test.
3695
3696 2017-07-06  Pedro Alves  <palves@redhat.com>
3697
3698         * gdb.python/py-unwind.exp: Test flushregs.
3699
3700 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
3701
3702         PR cli/21688
3703         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
3704         tests for alias commands and trailing whitespace.
3705
3706 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
3707
3708         PR cli/21688
3709         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
3710         procedure.  Call it.
3711
3712 2017-06-29  Pedro Alves  <palves@redhat.com>
3713
3714         * gdb.base/printcmds.exp: Add tests.
3715
3716 2017-06-28  Doug Gilmore  <Doug.Gilmore@imgtec.com>
3717
3718         PR gdb/21337
3719         * gdb.base/reread-readsym.exp: New file.
3720         * gdb.base/reread-readsym.c: New file.
3721
3722 2017-06-21  Kevin Buettner  <kevinb@redhat.com>
3723
3724         * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
3725         subpattern.
3726
3727 2017-06-19  Peter Bergner  <bergner@vnet.ibm.com>
3728
3729         * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3730         extended mnemonic.
3731         * gdb.arch/powerpc-power9.s: Likewise.
3732
3733 2017-06-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3734
3735         * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
3736         on 32-bit x86 targets.  Exploit is_*_target macros where
3737         appropriate.
3738
3739 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3740
3741         * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
3742         register pieces.
3743
3744 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3745
3746         * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
3747         located in one or more DWARF pieces.
3748
3749 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3750
3751         * lib/gdb.exp (get_endianness): New proc.
3752         * gdb.arch/aarch64-fp.exp: Use it.
3753         * gdb.arch/altivec-regs.exp: Likewise.
3754         * gdb.arch/e500-regs.exp: Likewise.
3755         * gdb.arch/vsx-regs.exp: Likewise.
3756         * gdb.base/dump.exp: Likewise.
3757         * gdb.base/funcargs.exp: Likewise.
3758         * gdb.base/gnu_vector.exp: Likewise.
3759         * gdb.dwarf2/formdata16.exp: Likewise.
3760         * gdb.dwarf2/implptrpiece.exp: Likewise.
3761         * gdb.dwarf2/nonvar-access.exp: Likewise.
3762         * gdb.python/py-inferior.exp: Likewise.
3763         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3764
3765 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3766
3767         PR gdb/21226
3768         * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3769         stack value pieces are taken from the LSB end.
3770
3771 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3772
3773         * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3774         variable at nonzero offset.
3775
3776 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3777
3778         * gdb.dwarf2/var-access.c: New file.
3779         * gdb.dwarf2/var-access.exp: New test.
3780         * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3781
3782 2017-06-12  Tom Tromey  <tom@tromey.com>
3783
3784         * gdb.dwarf2/formdata16.exp: Add tests.
3785
3786 2017-06-12  Tom Tromey  <tom@tromey.com>
3787
3788         * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3789
3790 2017-06-12  Tom Tromey  <tom@tromey.com>
3791
3792         PR exp/16225:
3793         * gdb.reverse/i386-sse-reverse.exp: Update tests.
3794         * gdb.arch/vsx-regs.exp: Update tests.
3795         * gdb.arch/s390-vregs.exp (hex128): New proc.
3796         Update test.
3797         * gdb.arch/altivec-regs.exp: Update tests.
3798
3799 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
3800
3801         * gdb.base/startup-with-shell.c: New file.
3802         * gdb.base/startup-with-shell.exp: Likewise.
3803
3804 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
3805
3806         * gdb.server/non-existing-program.exp: Update regex in order to
3807         reflect the fact that gdbserver is now using fork_inferior (with a
3808         shell) to startup the inferior.
3809
3810 2017-05-30  Simon Marchi  <simon.marchi@ericsson.com>
3811
3812         * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3813         support function calls from GDB.
3814
3815 2017-05-21  Tom Tromey  <tom@tromey.com>
3816
3817         PR rust/21466:
3818         * gdb.rust/unsized.exp: New file.
3819         * gdb.rust/unsized.rs: New file.
3820
3821 2017-05-19  Tom Tromey  <tom@tromey.com>
3822
3823         PR rust/21484:
3824         * gdb.rust/watch.exp: New file.
3825         * gdb.rust/watch.rs: New file.
3826
3827 2017-05-18  Tom Tromey  <tom@tromey.com>
3828
3829         * gdb.rust/simple.exp: Allow Box to be qualified.
3830
3831 2017-05-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3832
3833         * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3834
3835 2017-05-18  Pedro Alves  <palves@redhat.com>
3836
3837         * gdb.base/fileio.c (test_write, test_read, test_close)
3838         (test_fstat): Don't print 'ret' in the fail path.
3839
3840 2017-05-18  Pedro Alves  <palves@redhat.com>
3841
3842         * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3843         (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3844         (test_system, test_rename, test_unlink, test_time): Change
3845         prototypes.
3846         * gdb.base/fileio.exp (stop_msg): Adjust.
3847
3848 2017-05-18  Pedro Alves  <palves@redhat.com>
3849
3850         * gdb.base/fileio.c (null_str): New global.
3851         (test_stat): Use it.
3852         * gdb.base/fileio.exp: Remove nowarnings.
3853
3854 2017-05-17  Yao Qi  <yao.qi@linaro.org>
3855
3856         * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3857
3858 2017-05-17  Simon Marchi  <simon.marchi@ericsson.com>
3859
3860         * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3861         argument command.
3862         (top-level): Invoke test_set_inferior_tty.
3863
3864 2017-05-04  Pedro Alves  <palves@redhat.com>
3865
3866         * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3867         Add parens to print call for Python 3.
3868
3869 2017-05-03  Keith Seitz  <keiths@redhat.com>
3870
3871         * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3872         (main): Call it.
3873
3874 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
3875
3876         * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3877         to prev and next.
3878
3879 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
3880
3881         * gdb.python/py-record-btrace.exp: Remove test for
3882         gdb.BtraceInstruction.error.
3883
3884 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
3885
3886         * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3887
3888 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
3889
3890         * gdb.python/py-record-btrace-threads.c: New file.
3891         * gdb.python/py-record-btrace-threads.exp: New file.
3892
3893 2017-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
3894
3895         PR testsuite/8595
3896         * gdb.base/environ.exp: Make test available in all architectures.
3897         Move bits related to "info program" testing to
3898         gdb.base/info-program.exp.  Rewrite tests to use the two new
3899         procedures mentione below.
3900         (test_set_show_env_var) New procedure.
3901         (test_set_show_env_var_equal): Likewise.
3902         * gdb.base/info-program.exp: New file.
3903
3904 2017-04-27  Keith Seitz  <keiths@redhat.com>
3905
3906         * gdb.cp/oranking.cc (test15): New function.
3907         (main): Call test15 and declare additional variables for testing.
3908         * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3909         "p foo101('abc')" tests.
3910         Add tests for cv qualifier overloads.
3911         * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3912         "lvalue reference overload" test.
3913         * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3914         "print value of f1 on Child&& in f2" test.
3915
3916 2017-04-19  Pedro Alves  <palves@redhat.com>
3917
3918         * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3919         procedure.
3920         (top level): Call it.
3921         * lib/gdb.exp (gdb_define_cmd): New procedure.
3922
3923 2017-04-12  Pedro Alves  <palves@redhat.com>
3924
3925         PR gdb/21323
3926         * gdb.cp/wide_char_types.c: Include <wchar.h>.
3927         (wchar): New global.
3928         * gdb.cp/wide_char_types.exp (wide_char_types_program)
3929         (do_test_wide_char, wide_char_types_no_program, top level): Add
3930         wchar_t testing.
3931
3932 2017-04-12  Pedro Alves  <palves@redhat.com>
3933
3934         PR c++/21323
3935         * gdb.cp/wide_char_types.c: New file.
3936         * gdb.cp/wide_char_types.exp: New file.
3937
3938 2017-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
3939
3940         PR gdb/21352
3941         * gdb.trace/tsv.exp: Add test for "tsave -r".
3942
3943 2017-03-30  Iain Buclaw  <ibuclaw@gdcproject.org>
3944
3945         * gdb.dlang/watch-loc.c: New file.
3946         * gdb.dlang/watch-loc.exp: New file.
3947
3948 2017-03-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
3949
3950         * gdb.python/py-section-script.exp (sepdebug): New testcases.
3951
3952 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
3953
3954         * gdb.arch/arc-analyze-prologue.S: New file.
3955         * gdb.arch/arc-analyze-prologue.exp: Likewise.
3956
3957 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
3958
3959         * gdb.arch/arc-decode-insn.S: New file.
3960         * gdb.arch/arc-decode-insn.exp: Likewise.
3961
3962 2017-03-21  Ivo Raisr  <ivo.raisr@oracle.com>
3963
3964         PR tdep/20928
3965         * gdb.arch/sparc64-regs.exp: New file.
3966         * gdb.arch/sparc64-regs.S: Likewise.
3967
3968 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
3969
3970         * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3971         and memory view on Python 3.
3972
3973 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
3974             Keith Seitz  <keiths@redhat.com>
3975
3976         PR gdb/14441
3977         * gdb.cp/demangle.exp: Add rvalue reference tests.
3978         * gdb.cp/rvalue-ref-casts.cc: New file.
3979         * gdb.cp/rvalue-ref-casts.exp: New file.
3980         * gdb.cp/rvalue-ref-overload.cc: New file.
3981         * gdb.cp/rvalue-ref-overload.exp: New file.
3982         * gdb.cp/rvalue-ref-params.cc: New file.
3983         * gdb.cp/rvalue-ref-params.exp: New file.
3984         * gdb.cp/rvalue-ref-sizeof.cc: New file.
3985         * gdb.cp/rvalue-ref-sizeof.exp: New file.
3986         * gdb.cp/rvalue-ref-types.cc: New file.
3987         * gdb.cp/rvalue-ref-types.exp: New file.
3988         * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3989         * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3990
3991 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
3992
3993         * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3994         New procedure.
3995
3996 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
3997
3998         * lib/mi-support.exp (mi_gdb_test): Add additional message
3999         for unexpected output.
4000
4001 2017-03-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4002
4003         * gdb.base/examine-backward.c (Barrier): New character array
4004         constant, to ensure that TestStrings is preceded by a string
4005         terminator.
4006
4007 2017-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4008
4009         * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
4010         * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
4011         and implicit pointer into such a location.
4012
4013 2017-03-16  Doug Evans  <dje@google.com>
4014
4015         * gdb.python/py-lazy-string (pointer): Really add new typedef.
4016
4017 2017-03-16  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4018
4019         * gdb.cp/m-static.exp: Fix expectation for prototype of
4020         test5.single_constructor and single_constructor::single_constructor.
4021
4022 2017-03-16  Doug Evans  <dje@google.com>
4023
4024         * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
4025         * gdb.guile/scm-lazy-string.c: New file.
4026         * gdb.guile/scm-value.exp: Move lazy string tests to ...
4027         * gdb.guile/scm-lazy-string.exp: ... here, new file.  Add more tests
4028         for pointer, array, typedef lazy strings.
4029
4030 2017-03-16  Doug Evans  <dje@google.com>
4031
4032         PR python/17728, python/18439, python/18779
4033         * gdb.python/py-value.c (main) Delete locals sptr, sn.
4034         * gdb.python/py-lazy-string.c (pointer): New typedef.
4035         (main): New locals ptr, array, typedef_ptr.
4036         * gdb.python/py-value.exp: Move lazy string tests to ...
4037         * gdb.python/py-lazy-string.exp: ... here.  Add more tests for pointer,
4038         array, typedef lazy strings.
4039
4040 2017-03-14  Anton Kolesov  <anton.kolesov@synopsys.com>
4041
4042         * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4043           Add optional 'test' parameter.
4044
4045 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
4046
4047         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4048         Skip for versions of DejaGnu < 1.5.
4049
4050 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
4051
4052         * lib/gdb.exp (dejagnu_version): New proc.
4053         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4054         Use dejagnu_version.
4055
4056 2017-03-10  Keith Seitz  <keiths@redhat.com>
4057
4058         PR c++/8128
4059         * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4060         type from destructor regexps.
4061         Add a branch which actually passes the test.
4062         Adjust "ptype t5i" test names.
4063
4064 2017-03-08  Pedro Alves  <palves@redhat.com>
4065
4066         * gdb.base/step-over-exit.exp: Add explicit test message.
4067
4068 2017-03-08  Pedro Alves  <palves@redhat.com>
4069
4070         PR gdb/18360
4071         * gdb.threads/interrupt-while-step-over.c: New file.
4072         * gdb.threads/interrupt-while-step-over.exp: New file.
4073
4074 2017-03-08  Pedro Alves  <palves@redhat.com>
4075
4076         * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4077         * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4078
4079 2017-03-08  Pedro Alves  <palves@redhat.com>
4080
4081         * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4082         PKRU as not supported as a PASS.
4083
4084 2017-03-08  Pedro Alves  <palves@redhat.com>
4085
4086         * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4087         prefix instead of $binfile1/$binfile2.
4088         * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4089         in test message.
4090         * gdb.python/py-completion.exp: Use "load python file" as test
4091         messages instead of unstable path names.
4092
4093 2017-03-08  Pedro Alves  <palves@redhat.com>
4094             Jan Kratochvil  <jan.kratochvil@redhat.com>
4095
4096         PR cli/21218
4097         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4098         New proc.
4099         (top level): Call it.
4100
4101 2017-03-08  Pedro Alves  <palves@redhat.com>
4102
4103         PR tui/21216
4104         * gdb.tui/tui-nl-filtered-output.exp: New file.
4105
4106 2017-03-08  Pedro Alves  <palves@redhat.com>
4107
4108         * gdb.base/completion.exp: Move TUI completion tests to ...
4109         * gdb.tui/completion.exp: ... this new file.
4110
4111 2017-03-08  Pedro Alves  <palves@redhat.com>
4112
4113         * gdb.base/tui-disasm-long-lines.c,
4114         gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4115         gdb.base/tui-layout.exp: Move to ...
4116         * gdb.tui/: ... this new directory.
4117
4118 2017-03-07  Pedro Alves  <palves@redhat.com>
4119
4120         * gdb.base/tui-layout.c: New file.
4121         * gdb.base/tui-layout.exp: New file.
4122
4123 2017-03-07  Pedro Alves  <palves@redhat.com>
4124
4125         * gdb.base/tui-layout.c: Rename to ...
4126         * gdb.base/tui-disasm-long-lines.c: ... this.
4127         * gdb.base/tui-layout.exp: Rename to ...
4128         * gdb.base/tui-disasm-long-lines.exp: ... this.
4129
4130 2017-03-07  Pedro Alves  <palves@redhat.com>
4131
4132         * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4133
4134 2017-03-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
4135
4136         * i386-mpx-call.c: New file.
4137         * i386-mpx-call.exp: New file.
4138
4139 2017-02-28  Peter Bergner  <bergner@vnet.ibm.com>
4140
4141         * gdb.arch/powerpc-power.exp: Delete test.
4142         * gdb.arch/powerpc-power.s: Likewise.
4143         * gdb.disasm/disassembler-options.exp: New test.
4144         * gdb.arch/powerpc-altivec.exp: Likewise.
4145         * gdb.arch/powerpc-altivec.s: Likewise.
4146         * gdb.arch/powerpc-altivec2.exp: Likewise.
4147         * gdb.arch/powerpc-altivec2.s: Likewise.
4148         * gdb.arch/powerpc-altivec3.exp: Likewise.
4149         * gdb.arch/powerpc-altivec3.s: Likewise.
4150         * gdb.arch/powerpc-power7.exp: Likewise.
4151         * gdb.arch/powerpc-power7.s: Likewise.
4152         * gdb.arch/powerpc-power8.exp: Likewise.
4153         * gdb.arch/powerpc-power8.s: Likewise.
4154         * gdb.arch/powerpc-power9.exp: Likewise.
4155         * gdb.arch/powerpc-power9.s: Likewise.
4156         * gdb.arch/powerpc-vsx.exp: Likewise.
4157         * gdb.arch/powerpc-vsx.s: Likewise.
4158         * gdb.arch/powerpc-vsx2.exp: Likewise.
4159         * gdb.arch/powerpc-vsx2.s: Likewise.
4160         * gdb.arch/powerpc-vsx3.exp: Likewise.
4161         * gdb.arch/powerpc-vsx3.s: Likewise.
4162         * gdb.arch/arm-disassembler-options.exp: Likewise.
4163         * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4164         * gdb.arch/s390-disassembler-options.exp: Likewise.
4165
4166 2017-02-23  Luis Machado  <lgustavo@codesourcery.com>
4167
4168         * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4169         (check_supported_features): ... this. Changed return type to void.
4170         (supports_rdseed): New static global.
4171         (rdseed): Check supports_rdseed.
4172         (initialize): Call check_supported_features.
4173
4174 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
4175
4176         * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4177         gdb.arch/ppc64-atomic-inst.exp.  Add tests for lbarx/stbcx, lharx/sthcx
4178         and lqarx/stqcx.
4179         * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4180         * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4181
4182 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
4183
4184         * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4185         uppercase.
4186
4187 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4188
4189         * gdb.dwarf2/formdata16.c: New file.
4190         * gdb.dwarf2/formdata16.exp: New file.
4191         * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4192
4193 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4194
4195         * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4196         * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4197         * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4198         * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4199         DW_AT_GNU_*.
4200
4201 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4202
4203         * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4204
4205 2017-02-15  Sergio Durigan Junior  <sergiodj@redhat.com>
4206
4207         PR gdb/21164
4208         * gdb.base/maint.exp: Add testcases for when the commands do
4209         not have arguments.
4210
4211 2017-02-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4212
4213         * gdb.cp/chained-calls.exp: Use p instead of P.
4214
4215 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
4216
4217         * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4218         gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4219
4220 2017-02-14  Tom Tromey  <tom@tromey.com>
4221
4222         PR python/13598:
4223         * gdb.python/py-events.exp: Add before_prompt event tests.
4224
4225 2017-02-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4226
4227         * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4228
4229 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
4230
4231         * gdb.linespec/explicit.c (my_unique_function_name): New function.
4232         (main): Call my_unique_function_name.
4233         * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4234         completion of patterns with a single match.
4235         Add missing -re switches to gdb_test_multiple calls.
4236
4237 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
4238
4239         * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4240         return if core file is not recognized.
4241
4242 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
4243
4244         * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4245         and extra UIs.
4246
4247 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
4248
4249         * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4250         proc_with_prefix.
4251
4252 2017-02-10  Tom Tromey  <tom@tromey.com>
4253
4254         * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4255
4256 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
4257
4258         PR gdb/21122
4259         * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4260
4261 2017-02-08  Jerome Guitton  <guitton@adacore.com>
4262
4263         * gdb.base/define.exp: Add test for command abbreviations
4264         in define.
4265
4266 2017-02-06  Luis Machado  <lgustavo@codesourcery.com>
4267
4268         * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4269         * gdb.reverse/insn-reverse-x86.c: New file.
4270
4271 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
4272
4273         PR tdep/20936
4274         * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4275
4276 2017-02-03  Tom Tromey  <tom@tromey.com>
4277
4278         PR rust/21097:
4279         * gdb.rust/simple.exp: Add new tests.
4280
4281 2017-02-02  Pedro Alves  <palves@redhat.com>
4282
4283         * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4284         tests.
4285
4286 2017-02-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4287
4288         * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4289         taking a 2-byte value out of a 4-byte DWARF implicit value on
4290         big-endian targets.
4291         * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4292         logic.  Add test cases for DW_OP_implicit.
4293
4294 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4295
4296         * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4297
4298 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4299
4300         * gdb.btrace/enable.exp: Call gdb_exit before
4301         skip_gdbserver_tests.
4302
4303 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4304
4305         * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4306         GDBFLAGS.
4307
4308 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4309
4310         * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4311         the test is skipped.
4312         * gdb.btrace/data.exp: Likewise.
4313         * gdb.btrace/delta.exp: Likewise.
4314         * gdb.btrace/dlopen.exp: Likewise.
4315         * gdb.btrace/enable-running.exp: Likewise.
4316         * gdb.btrace/enable.exp: Likewise.
4317         * gdb.btrace/exception.exp: Likewise.
4318         * gdb.btrace/function_call_history.exp: Likewise.
4319         * gdb.btrace/gcore.exp: Likewise.
4320         * gdb.btrace/instruction_history.exp: Likewise.
4321         * gdb.btrace/multi-thread-step.exp: Likewise.
4322         * gdb.btrace/nohist.exp: Likewise.
4323         * gdb.btrace/non-stop.exp: Likewise.
4324         * gdb.btrace/reconnect.exp: Likewise.
4325         * gdb.btrace/record_goto-step.exp: Likewise.
4326         * gdb.btrace/record_goto.exp: Likewise.
4327         * gdb.btrace/rn-dl-bind.exp: Likewise.
4328         * gdb.btrace/segv.exp: Likewise.
4329         * gdb.btrace/step.exp: Likewise.
4330         * gdb.btrace/stepi.exp: Likewise.
4331         * gdb.btrace/tailcall-only.exp: Likewise.
4332         * gdb.btrace/tailcall.exp: Likewise.
4333         * gdb.btrace/tsx.exp: Likewise.
4334         * gdb.btrace/unknown_functions.exp: Likewise.
4335         * gdb.btrace/vdso.exp: Likewise.
4336
4337 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4338
4339         * gdb.btrace/enable-running.c: New.
4340         * gdb.btrace/enable-running.exp: New.
4341
4342 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
4343
4344         * gdb.arch/amd64-gs_base.c: New file.
4345         * gdb.arch/amd64-gs_base.exp: New file.
4346
4347 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
4348
4349         * lib/memory.exp: Remove spurious empty newlines.
4350
4351 2017-01-26  Simon Marchi  <simon.marchi@polymtl.ca>
4352
4353         * gdb.python/py-bad-printers.exp: Load python file using "source".
4354         * gdb.python/py-events.exp: Likewise.
4355         * gdb.python/py-evsignal.exp: Likewise.
4356         * gdb.python/py-evthreads.exp: Likewise.
4357         * gdb.python/py-frame-args.exp: Likewise.
4358         * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4359         * gdb.python/py-framefilter-mi.exp: Likewise.
4360         * gdb.python/py-framefilter.exp: Likewise.
4361         * gdb.python/py-mi.exp: Likewise.
4362         * gdb.python/py-pp-maint.exp: Likewise.
4363         * gdb.python/py-pp-registration.exp: Likewise.
4364         * gdb.python/py-prettyprint.exp: Likewise.
4365         (run_lang_tests): Likewise.
4366         * gdb.python/py-typeprint.exp: Likewise.
4367
4368 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
4369
4370         * lib/memory.exp: New file.
4371         * lib/gdb.exp: Load memory.exp.
4372         * gdb.base/memattr.exp (delete_memory): Move proc to
4373         lib/memory.exp and rename to delete_memory_regions.
4374         Replace delete_memory with delete_memory_regions.
4375         Cleanup memory regions before tests.
4376         * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4377         before tests.
4378
4379 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
4380
4381         * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4382         files.
4383         (initialize): New function conditionally defined.
4384         (testcases): Move within conditional block.
4385         (main): Call initialize.
4386         * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4387         of gdb.reverse/insn-reverse.c.
4388         * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4389         gdb.reverse/insn-reverse.c.
4390
4391 2017-01-26  Yao Qi  <yao.qi@linaro.org>
4392
4393         * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4394         disassemble on address 0.
4395
4396 2017-01-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4397             Yao Qi  <yao.qi@linaro.org>
4398
4399         * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4400         * gdb.dwarf2/implptr-64bit.S: Remove.
4401         * lib/dwarf.exp (Dwarf): Handle character "%".  Evaluate some
4402         variables in caller's context.  Add DW_OP_implicit_value.
4403
4404 2017-01-25  Yao Qi  <yao.qi@linaro.org>
4405
4406         * lib/dwarf.exp (Dwarf::_location): Handle
4407         DW_OP_GNU_implicit_pointer with proper size.
4408
4409 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
4410
4411         * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4412         and add untested calls.
4413
4414 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
4415
4416         * gdb.python/python.exp: Check line number against what GDB thinks
4417         the line number is for func1.
4418
4419 2017-01-08  Iain Buclaw  <ibuclaw@gdcproject.org>
4420
4421         * gdb.dlang/debug-expr.exp: New file.
4422
4423 2016-12-23  Luis Machado  <lgustavo@codesourcery.com>
4424
4425         Fix test names for the following files:
4426
4427         * gdb.ada/exec_changed.exp
4428         * gdb.ada/info_types.exp
4429         * gdb.arch/aarch64-atomic-inst.exp
4430         * gdb.arch/aarch64-fp.exp
4431         * gdb.arch/altivec-abi.exp
4432         * gdb.arch/altivec-regs.exp
4433         * gdb.arch/amd64-byte.exp
4434         * gdb.arch/amd64-disp-step.exp
4435         * gdb.arch/amd64-dword.exp
4436         * gdb.arch/amd64-entry-value-inline.exp
4437         * gdb.arch/amd64-entry-value-param.exp
4438         * gdb.arch/amd64-entry-value-paramref.exp
4439         * gdb.arch/amd64-entry-value.exp
4440         * gdb.arch/amd64-i386-address.exp
4441         * gdb.arch/amd64-invalid-stack-middle.exp
4442         * gdb.arch/amd64-invalid-stack-top.exp
4443         * gdb.arch/amd64-optimout-repeat.exp
4444         * gdb.arch/amd64-prologue-skip.exp
4445         * gdb.arch/amd64-prologue-xmm.exp
4446         * gdb.arch/amd64-stap-special-operands.exp
4447         * gdb.arch/amd64-stap-wrong-subexp.exp
4448         * gdb.arch/amd64-tailcall-cxx.exp
4449         * gdb.arch/amd64-tailcall-noret.exp
4450         * gdb.arch/amd64-tailcall-ret.exp
4451         * gdb.arch/amd64-tailcall-self.exp
4452         * gdb.arch/amd64-word.exp
4453         * gdb.arch/arm-bl-branch-dest.exp
4454         * gdb.arch/arm-disp-step.exp
4455         * gdb.arch/arm-neon.exp
4456         * gdb.arch/arm-single-step-kernel-helper.exp
4457         * gdb.arch/avr-flash-qualifier.exp
4458         * gdb.arch/disp-step-insn-reloc.exp
4459         * gdb.arch/e500-abi.exp
4460         * gdb.arch/e500-regs.exp
4461         * gdb.arch/ftrace-insn-reloc.exp
4462         * gdb.arch/i386-avx512.exp
4463         * gdb.arch/i386-bp_permanent.exp
4464         * gdb.arch/i386-byte.exp
4465         * gdb.arch/i386-cfi-notcurrent.exp
4466         * gdb.arch/i386-disp-step.exp
4467         * gdb.arch/i386-dr3-watch.exp
4468         * gdb.arch/i386-float.exp
4469         * gdb.arch/i386-gnu-cfi.exp
4470         * gdb.arch/i386-mpx-map.exp
4471         * gdb.arch/i386-mpx-sigsegv.exp
4472         * gdb.arch/i386-mpx-simple_segv.exp
4473         * gdb.arch/i386-mpx.exp
4474         * gdb.arch/i386-permbkpt.exp
4475         * gdb.arch/i386-prologue.exp
4476         * gdb.arch/i386-signal.exp
4477         * gdb.arch/i386-size-overlap.exp
4478         * gdb.arch/i386-unwind.exp
4479         * gdb.arch/i386-word.exp
4480         * gdb.arch/mips-fcr.exp
4481         * gdb.arch/powerpc-d128-regs.exp
4482         * gdb.arch/powerpc-stackless.exp
4483         * gdb.arch/ppc64-atomic-inst.exp
4484         * gdb.arch/s390-stackless.exp
4485         * gdb.arch/s390-tdbregs.exp
4486         * gdb.arch/s390-vregs.exp
4487         * gdb.arch/sparc-sysstep.exp
4488         * gdb.arch/thumb-bx-pc.exp
4489         * gdb.arch/thumb-singlestep.exp
4490         * gdb.arch/thumb2-it.exp
4491         * gdb.arch/vsx-regs.exp
4492         * gdb.asm/asm-source.exp
4493         * gdb.base/a2-run.exp
4494         * gdb.base/advance.exp
4495         * gdb.base/all-bin.exp
4496         * gdb.base/anon.exp
4497         * gdb.base/args.exp
4498         * gdb.base/arithmet.exp
4499         * gdb.base/async-shell.exp
4500         * gdb.base/async.exp
4501         * gdb.base/attach-pie-noexec.exp
4502         * gdb.base/attach-twice.exp
4503         * gdb.base/auto-load.exp
4504         * gdb.base/bang.exp
4505         * gdb.base/bitfields.exp
4506         * gdb.base/break-always.exp
4507         * gdb.base/break-caller-line.exp
4508         * gdb.base/break-entry.exp
4509         * gdb.base/break-inline.exp
4510         * gdb.base/break-on-linker-gcd-function.exp
4511         * gdb.base/break-probes.exp
4512         * gdb.base/break.exp
4513         * gdb.base/breakpoint-shadow.exp
4514         * gdb.base/call-ar-st.exp
4515         * gdb.base/call-sc.exp
4516         * gdb.base/call-signal-resume.exp
4517         * gdb.base/call-strs.exp
4518         * gdb.base/callfuncs.exp
4519         * gdb.base/catch-fork-static.exp
4520         * gdb.base/catch-gdb-caused-signals.exp
4521         * gdb.base/catch-load.exp
4522         * gdb.base/catch-signal-fork.exp
4523         * gdb.base/catch-signal.exp
4524         * gdb.base/catch-syscall.exp
4525         * gdb.base/charset.exp
4526         * gdb.base/checkpoint.exp
4527         * gdb.base/chng-syms.exp
4528         * gdb.base/code-expr.exp
4529         * gdb.base/code_elim.exp
4530         * gdb.base/commands.exp
4531         * gdb.base/completion.exp
4532         * gdb.base/complex.exp
4533         * gdb.base/cond-expr.exp
4534         * gdb.base/condbreak.exp
4535         * gdb.base/consecutive.exp
4536         * gdb.base/continue-all-already-running.exp
4537         * gdb.base/coredump-filter.exp
4538         * gdb.base/corefile.exp
4539         * gdb.base/dbx.exp
4540         * gdb.base/debug-expr.exp
4541         * gdb.base/define.exp
4542         * gdb.base/del.exp
4543         * gdb.base/disabled-location.exp
4544         * gdb.base/disasm-end-cu.exp
4545         * gdb.base/disasm-optim.exp
4546         * gdb.base/display.exp
4547         * gdb.base/duplicate-bp.exp
4548         * gdb.base/ena-dis-br.exp
4549         * gdb.base/ending-run.exp
4550         * gdb.base/enumval.exp
4551         * gdb.base/environ.exp
4552         * gdb.base/eu-strip-infcall.exp
4553         * gdb.base/eval-avoid-side-effects.exp
4554         * gdb.base/eval-skip.exp
4555         * gdb.base/exitsignal.exp
4556         * gdb.base/expand-psymtabs.exp
4557         * gdb.base/filesym.exp
4558         * gdb.base/find-unmapped.exp
4559         * gdb.base/finish.exp
4560         * gdb.base/float.exp
4561         * gdb.base/foll-exec-mode.exp
4562         * gdb.base/foll-exec.exp
4563         * gdb.base/foll-fork.exp
4564         * gdb.base/fortran-sym-case.exp
4565         * gdb.base/freebpcmd.exp
4566         * gdb.base/func-ptr.exp
4567         * gdb.base/func-ptrs.exp
4568         * gdb.base/funcargs.exp
4569         * gdb.base/gcore-buffer-overflow.exp
4570         * gdb.base/gcore-relro-pie.exp
4571         * gdb.base/gcore-relro.exp
4572         * gdb.base/gcore.exp
4573         * gdb.base/gdb1090.exp
4574         * gdb.base/gdb11530.exp
4575         * gdb.base/gdb11531.exp
4576         * gdb.base/gdb1821.exp
4577         * gdb.base/gdbindex-stabs.exp
4578         * gdb.base/gdbvars.exp
4579         * gdb.base/hbreak.exp
4580         * gdb.base/hbreak2.exp
4581         * gdb.base/included.exp
4582         * gdb.base/infcall-input.exp
4583         * gdb.base/inferior-died.exp
4584         * gdb.base/infnan.exp
4585         * gdb.base/info-macros.exp
4586         * gdb.base/info-os.exp
4587         * gdb.base/info-proc.exp
4588         * gdb.base/info-shared.exp
4589         * gdb.base/info-target.exp
4590         * gdb.base/infoline.exp
4591         * gdb.base/interp.exp
4592         * gdb.base/interrupt.exp
4593         * gdb.base/jit-reader.exp
4594         * gdb.base/jit-simple.exp
4595         * gdb.base/kill-after-signal.exp
4596         * gdb.base/kill-detach-inferiors-cmd.exp
4597         * gdb.base/label.exp
4598         * gdb.base/langs.exp
4599         * gdb.base/ldbl_e308.exp
4600         * gdb.base/line-symtabs.exp
4601         * gdb.base/linespecs.exp
4602         * gdb.base/list.exp
4603         * gdb.base/long_long.exp
4604         * gdb.base/longest-types.exp
4605         * gdb.base/maint.exp
4606         * gdb.base/max-value-size.exp
4607         * gdb.base/memattr.exp
4608         * gdb.base/mips_pro.exp
4609         * gdb.base/morestack.exp
4610         * gdb.base/moribund-step.exp
4611         * gdb.base/multi-forks.exp
4612         * gdb.base/nested-addr.exp
4613         * gdb.base/nextoverexit.exp
4614         * gdb.base/noreturn-finish.exp
4615         * gdb.base/noreturn-return.exp
4616         * gdb.base/nostdlib.exp
4617         * gdb.base/offsets.exp
4618         * gdb.base/opaque.exp
4619         * gdb.base/pc-fp.exp
4620         * gdb.base/permissions.exp
4621         * gdb.base/print-symbol-loading.exp
4622         * gdb.base/prologue-include.exp
4623         * gdb.base/psymtab.exp
4624         * gdb.base/ptype.exp
4625         * gdb.base/random-signal.exp
4626         * gdb.base/randomize.exp
4627         * gdb.base/range-stepping.exp
4628         * gdb.base/readline-ask.exp
4629         * gdb.base/recpar.exp
4630         * gdb.base/recurse.exp
4631         * gdb.base/relational.exp
4632         * gdb.base/restore.exp
4633         * gdb.base/return-nodebug.exp
4634         * gdb.base/return.exp
4635         * gdb.base/run-after-attach.exp
4636         * gdb.base/save-bp.exp
4637         * gdb.base/scope.exp
4638         * gdb.base/sect-cmd.exp
4639         * gdb.base/set-lang-auto.exp
4640         * gdb.base/set-noassign.exp
4641         * gdb.base/setvar.exp
4642         * gdb.base/sigall.exp
4643         * gdb.base/sigbpt.exp
4644         * gdb.base/siginfo-addr.exp
4645         * gdb.base/siginfo-infcall.exp
4646         * gdb.base/siginfo-obj.exp
4647         * gdb.base/siginfo.exp
4648         * gdb.base/signals-state-child.exp
4649         * gdb.base/signest.exp
4650         * gdb.base/sigstep.exp
4651         * gdb.base/sizeof.exp
4652         * gdb.base/skip.exp
4653         * gdb.base/solib-corrupted.exp
4654         * gdb.base/solib-nodir.exp
4655         * gdb.base/solib-search.exp
4656         * gdb.base/stack-checking.exp
4657         * gdb.base/stale-infcall.exp
4658         * gdb.base/stap-probe.exp
4659         * gdb.base/start.exp
4660         * gdb.base/step-break.exp
4661         * gdb.base/step-bt.exp
4662         * gdb.base/step-line.exp
4663         * gdb.base/step-over-exit.exp
4664         * gdb.base/step-over-syscall.exp
4665         * gdb.base/step-resume-infcall.exp
4666         * gdb.base/step-test.exp
4667         * gdb.base/store.exp
4668         * gdb.base/structs3.exp
4669         * gdb.base/sym-file.exp
4670         * gdb.base/symbol-without-target_section.exp
4671         * gdb.base/term.exp
4672         * gdb.base/testenv.exp
4673         * gdb.base/ui-redirect.exp
4674         * gdb.base/until.exp
4675         * gdb.base/unwindonsignal.exp
4676         * gdb.base/value-double-free.exp
4677         * gdb.base/vla-datatypes.exp
4678         * gdb.base/vla-ptr.exp
4679         * gdb.base/vla-sideeffect.exp
4680         * gdb.base/volatile.exp
4681         * gdb.base/watch-cond-infcall.exp
4682         * gdb.base/watch-cond.exp
4683         * gdb.base/watch-non-mem.exp
4684         * gdb.base/watch-read.exp
4685         * gdb.base/watch-vfork.exp
4686         * gdb.base/watchpoint-cond-gone.exp
4687         * gdb.base/watchpoint-delete.exp
4688         * gdb.base/watchpoint-hw-hit-once.exp
4689         * gdb.base/watchpoint-hw.exp
4690         * gdb.base/watchpoint-stops-at-right-insn.exp
4691         * gdb.base/watchpoints.exp
4692         * gdb.base/wchar.exp
4693         * gdb.base/whatis-exp.exp
4694         * gdb.btrace/buffer-size.exp
4695         * gdb.btrace/data.exp
4696         * gdb.btrace/delta.exp
4697         * gdb.btrace/dlopen.exp
4698         * gdb.btrace/enable.exp
4699         * gdb.btrace/exception.exp
4700         * gdb.btrace/function_call_history.exp
4701         * gdb.btrace/gcore.exp
4702         * gdb.btrace/instruction_history.exp
4703         * gdb.btrace/nohist.exp
4704         * gdb.btrace/reconnect.exp
4705         * gdb.btrace/record_goto-step.exp
4706         * gdb.btrace/record_goto.exp
4707         * gdb.btrace/rn-dl-bind.exp
4708         * gdb.btrace/segv.exp
4709         * gdb.btrace/step.exp
4710         * gdb.btrace/stepi.exp
4711         * gdb.btrace/tailcall-only.exp
4712         * gdb.btrace/tailcall.exp
4713         * gdb.btrace/tsx.exp
4714         * gdb.btrace/unknown_functions.exp
4715         * gdb.btrace/vdso.exp
4716         * gdb.compile/compile-ifunc.exp
4717         * gdb.compile/compile-ops.exp
4718         * gdb.compile/compile-print.exp
4719         * gdb.compile/compile-setjmp.exp
4720         * gdb.cp/abstract-origin.exp
4721         * gdb.cp/ambiguous.exp
4722         * gdb.cp/annota2.exp
4723         * gdb.cp/annota3.exp
4724         * gdb.cp/anon-ns.exp
4725         * gdb.cp/anon-struct.exp
4726         * gdb.cp/anon-union.exp
4727         * gdb.cp/arg-reference.exp
4728         * gdb.cp/baseenum.exp
4729         * gdb.cp/bool.exp
4730         * gdb.cp/breakpoint.exp
4731         * gdb.cp/bs15503.exp
4732         * gdb.cp/call-c.exp
4733         * gdb.cp/casts.exp
4734         * gdb.cp/chained-calls.exp
4735         * gdb.cp/class2.exp
4736         * gdb.cp/classes.exp
4737         * gdb.cp/cmpd-minsyms.exp
4738         * gdb.cp/converts.exp
4739         * gdb.cp/cp-relocate.exp
4740         * gdb.cp/cpcompletion.exp
4741         * gdb.cp/cpexprs.exp
4742         * gdb.cp/cplabel.exp
4743         * gdb.cp/cplusfuncs.exp
4744         * gdb.cp/cpsizeof.exp
4745         * gdb.cp/ctti.exp
4746         * gdb.cp/derivation.exp
4747         * gdb.cp/destrprint.exp
4748         * gdb.cp/dispcxx.exp
4749         * gdb.cp/enum-class.exp
4750         * gdb.cp/exception.exp
4751         * gdb.cp/exceptprint.exp
4752         * gdb.cp/expand-psymtabs-cxx.exp
4753         * gdb.cp/expand-sals.exp
4754         * gdb.cp/extern-c.exp
4755         * gdb.cp/filename.exp
4756         * gdb.cp/formatted-ref.exp
4757         * gdb.cp/fpointer.exp
4758         * gdb.cp/gdb1355.exp
4759         * gdb.cp/gdb2495.exp
4760         * gdb.cp/hang.exp
4761         * gdb.cp/impl-this.exp
4762         * gdb.cp/infcall-dlopen.exp
4763         * gdb.cp/inherit.exp
4764         * gdb.cp/iostream.exp
4765         * gdb.cp/koenig.exp
4766         * gdb.cp/local.exp
4767         * gdb.cp/m-data.exp
4768         * gdb.cp/m-static.exp
4769         * gdb.cp/mb-ctor.exp
4770         * gdb.cp/mb-inline.exp
4771         * gdb.cp/mb-templates.exp
4772         * gdb.cp/member-name.exp
4773         * gdb.cp/member-ptr.exp
4774         * gdb.cp/meth-typedefs.exp
4775         * gdb.cp/method.exp
4776         * gdb.cp/method2.exp
4777         * gdb.cp/minsym-fallback.exp
4778         * gdb.cp/misc.exp
4779         * gdb.cp/namelessclass.exp
4780         * gdb.cp/namespace-enum.exp
4781         * gdb.cp/namespace-nested-import.exp
4782         * gdb.cp/namespace.exp
4783         * gdb.cp/nextoverthrow.exp
4784         * gdb.cp/no-dmgl-verbose.exp
4785         * gdb.cp/non-trivial-retval.exp
4786         * gdb.cp/noparam.exp
4787         * gdb.cp/nsdecl.exp
4788         * gdb.cp/nsimport.exp
4789         * gdb.cp/nsnested.exp
4790         * gdb.cp/nsnoimports.exp
4791         * gdb.cp/nsrecurs.exp
4792         * gdb.cp/nsstress.exp
4793         * gdb.cp/nsusing.exp
4794         * gdb.cp/operator.exp
4795         * gdb.cp/oranking.exp
4796         * gdb.cp/overload-const.exp
4797         * gdb.cp/overload.exp
4798         * gdb.cp/ovldbreak.exp
4799         * gdb.cp/ovsrch.exp
4800         * gdb.cp/paren-type.exp
4801         * gdb.cp/parse-lang.exp
4802         * gdb.cp/pass-by-ref.exp
4803         * gdb.cp/pr-1023.exp
4804         * gdb.cp/pr-1210.exp
4805         * gdb.cp/pr-574.exp
4806         * gdb.cp/pr10687.exp
4807         * gdb.cp/pr12028.exp
4808         * gdb.cp/pr17132.exp
4809         * gdb.cp/pr17494.exp
4810         * gdb.cp/pr9067.exp
4811         * gdb.cp/pr9167.exp
4812         * gdb.cp/pr9631.exp
4813         * gdb.cp/printmethod.exp
4814         * gdb.cp/psmang.exp
4815         * gdb.cp/psymtab-parameter.exp
4816         * gdb.cp/ptype-cv-cp.exp
4817         * gdb.cp/ptype-flags.exp
4818         * gdb.cp/re-set-overloaded.exp
4819         * gdb.cp/ref-types.exp
4820         * gdb.cp/rtti.exp
4821         * gdb.cp/scope-err.exp
4822         * gdb.cp/shadow.exp
4823         * gdb.cp/smartp.exp
4824         * gdb.cp/static-method.exp
4825         * gdb.cp/static-print-quit.exp
4826         * gdb.cp/temargs.exp
4827         * gdb.cp/templates.exp
4828         * gdb.cp/try_catch.exp
4829         * gdb.cp/typedef-operator.exp
4830         * gdb.cp/typeid.exp
4831         * gdb.cp/userdef.exp
4832         * gdb.cp/using-crash.exp
4833         * gdb.cp/var-tag.exp
4834         * gdb.cp/virtbase.exp
4835         * gdb.cp/virtfunc.exp
4836         * gdb.cp/virtfunc2.exp
4837         * gdb.cp/vla-cxx.exp
4838         * gdb.disasm/t01_mov.exp
4839         * gdb.disasm/t02_mova.exp
4840         * gdb.disasm/t03_add.exp
4841         * gdb.disasm/t04_sub.exp
4842         * gdb.disasm/t05_cmp.exp
4843         * gdb.disasm/t06_ari2.exp
4844         * gdb.disasm/t07_ari3.exp
4845         * gdb.disasm/t08_or.exp
4846         * gdb.disasm/t09_xor.exp
4847         * gdb.disasm/t10_and.exp
4848         * gdb.disasm/t11_logs.exp
4849         * gdb.disasm/t12_bit.exp
4850         * gdb.disasm/t13_otr.exp
4851         * gdb.dlang/circular.exp
4852         * gdb.dwarf2/arr-stride.exp
4853         * gdb.dwarf2/arr-subrange.exp
4854         * gdb.dwarf2/atomic-type.exp
4855         * gdb.dwarf2/bad-regnum.exp
4856         * gdb.dwarf2/bitfield-parent-optimized-out.exp
4857         * gdb.dwarf2/callframecfa.exp
4858         * gdb.dwarf2/clztest.exp
4859         * gdb.dwarf2/corrupt.exp
4860         * gdb.dwarf2/data-loc.exp
4861         * gdb.dwarf2/dup-psym.exp
4862         * gdb.dwarf2/dw2-anon-mptr.exp
4863         * gdb.dwarf2/dw2-anonymous-func.exp
4864         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4865         * gdb.dwarf2/dw2-bad-unresolved.exp
4866         * gdb.dwarf2/dw2-basic.exp
4867         * gdb.dwarf2/dw2-canonicalize-type.exp
4868         * gdb.dwarf2/dw2-case-insensitive.exp
4869         * gdb.dwarf2/dw2-common-block.exp
4870         * gdb.dwarf2/dw2-compdir-oldgcc.exp
4871         * gdb.dwarf2/dw2-compressed.exp
4872         * gdb.dwarf2/dw2-const.exp
4873         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4874         * gdb.dwarf2/dw2-cu-size.exp
4875         * gdb.dwarf2/dw2-dup-frame.exp
4876         * gdb.dwarf2/dw2-entry-value.exp
4877         * gdb.dwarf2/dw2-icycle.exp
4878         * gdb.dwarf2/dw2-ifort-parameter.exp
4879         * gdb.dwarf2/dw2-inline-break.exp
4880         * gdb.dwarf2/dw2-inline-param.exp
4881         * gdb.dwarf2/dw2-intercu.exp
4882         * gdb.dwarf2/dw2-intermix.exp
4883         * gdb.dwarf2/dw2-lexical-block-bare.exp
4884         * gdb.dwarf2/dw2-linkage-name-trust.exp
4885         * gdb.dwarf2/dw2-minsym-in-cu.exp
4886         * gdb.dwarf2/dw2-noloc.exp
4887         * gdb.dwarf2/dw2-op-call.exp
4888         * gdb.dwarf2/dw2-op-out-param.exp
4889         * gdb.dwarf2/dw2-opt-structptr.exp
4890         * gdb.dwarf2/dw2-param-error.exp
4891         * gdb.dwarf2/dw2-producer.exp
4892         * gdb.dwarf2/dw2-ranges-base.exp
4893         * gdb.dwarf2/dw2-ref-missing-frame.exp
4894         * gdb.dwarf2/dw2-reg-undefined.exp
4895         * gdb.dwarf2/dw2-regno-invalid.exp
4896         * gdb.dwarf2/dw2-restore.exp
4897         * gdb.dwarf2/dw2-restrict.exp
4898         * gdb.dwarf2/dw2-single-line-discriminators.exp
4899         * gdb.dwarf2/dw2-strp.exp
4900         * gdb.dwarf2/dw2-undefined-ret-addr.exp
4901         * gdb.dwarf2/dw2-unresolved.exp
4902         * gdb.dwarf2/dw2-var-zero-addr.exp
4903         * gdb.dwarf2/dw4-sig-types.exp
4904         * gdb.dwarf2/dwz.exp
4905         * gdb.dwarf2/dynarr-ptr.exp
4906         * gdb.dwarf2/enum-type.exp
4907         * gdb.dwarf2/gdb-index.exp
4908         * gdb.dwarf2/implptr-64bit.exp
4909         * gdb.dwarf2/implptr-optimized-out.exp
4910         * gdb.dwarf2/implptr.exp
4911         * gdb.dwarf2/implref-array.exp
4912         * gdb.dwarf2/implref-const.exp
4913         * gdb.dwarf2/implref-global.exp
4914         * gdb.dwarf2/implref-struct.exp
4915         * gdb.dwarf2/mac-fileno.exp
4916         * gdb.dwarf2/main-subprogram.exp
4917         * gdb.dwarf2/member-ptr-forwardref.exp
4918         * gdb.dwarf2/method-ptr.exp
4919         * gdb.dwarf2/missing-sig-type.exp
4920         * gdb.dwarf2/nonvar-access.exp
4921         * gdb.dwarf2/opaque-type-lookup.exp
4922         * gdb.dwarf2/pieces-optimized-out.exp
4923         * gdb.dwarf2/pieces.exp
4924         * gdb.dwarf2/pr10770.exp
4925         * gdb.dwarf2/pr13961.exp
4926         * gdb.dwarf2/staticvirtual.exp
4927         * gdb.dwarf2/subrange.exp
4928         * gdb.dwarf2/symtab-producer.exp
4929         * gdb.dwarf2/trace-crash.exp
4930         * gdb.dwarf2/typeddwarf.exp
4931         * gdb.dwarf2/valop.exp
4932         * gdb.dwarf2/watch-notconst.exp
4933         * gdb.fortran/array-element.exp
4934         * gdb.fortran/charset.exp
4935         * gdb.fortran/common-block.exp
4936         * gdb.fortran/complex.exp
4937         * gdb.fortran/derived-type-function.exp
4938         * gdb.fortran/derived-type.exp
4939         * gdb.fortran/logical.exp
4940         * gdb.fortran/module.exp
4941         * gdb.fortran/multi-dim.exp
4942         * gdb.fortran/nested-funcs.exp
4943         * gdb.fortran/print-formatted.exp
4944         * gdb.fortran/subarray.exp
4945         * gdb.fortran/vla-alloc-assoc.exp
4946         * gdb.fortran/vla-datatypes.exp
4947         * gdb.fortran/vla-history.exp
4948         * gdb.fortran/vla-ptr-info.exp
4949         * gdb.fortran/vla-ptype-sub.exp
4950         * gdb.fortran/vla-ptype.exp
4951         * gdb.fortran/vla-sizeof.exp
4952         * gdb.fortran/vla-type.exp
4953         * gdb.fortran/vla-value-sub-arbitrary.exp
4954         * gdb.fortran/vla-value-sub-finish.exp
4955         * gdb.fortran/vla-value-sub.exp
4956         * gdb.fortran/vla-value.exp
4957         * gdb.fortran/whatis_type.exp
4958         * gdb.go/chan.exp
4959         * gdb.go/handcall.exp
4960         * gdb.go/hello.exp
4961         * gdb.go/integers.exp
4962         * gdb.go/methods.exp
4963         * gdb.go/package.exp
4964         * gdb.go/strings.exp
4965         * gdb.go/types.exp
4966         * gdb.go/unsafe.exp
4967         * gdb.guile/scm-arch.exp
4968         * gdb.guile/scm-block.exp
4969         * gdb.guile/scm-breakpoint.exp
4970         * gdb.guile/scm-cmd.exp
4971         * gdb.guile/scm-disasm.exp
4972         * gdb.guile/scm-equal.exp
4973         * gdb.guile/scm-frame-args.exp
4974         * gdb.guile/scm-frame-inline.exp
4975         * gdb.guile/scm-frame.exp
4976         * gdb.guile/scm-iterator.exp
4977         * gdb.guile/scm-math.exp
4978         * gdb.guile/scm-objfile.exp
4979         * gdb.guile/scm-ports.exp
4980         * gdb.guile/scm-symbol.exp
4981         * gdb.guile/scm-symtab.exp
4982         * gdb.guile/scm-value-cc.exp
4983         * gdb.guile/types-module.exp
4984         * gdb.linespec/break-ask.exp
4985         * gdb.linespec/cpexplicit.exp
4986         * gdb.linespec/explicit.exp
4987         * gdb.linespec/keywords.exp
4988         * gdb.linespec/linespec.exp
4989         * gdb.linespec/ls-dollar.exp
4990         * gdb.linespec/ls-errs.exp
4991         * gdb.linespec/skip-two.exp
4992         * gdb.linespec/thread.exp
4993         * gdb.mi/mi-async.exp
4994         * gdb.mi/mi-basics.exp
4995         * gdb.mi/mi-break.exp
4996         * gdb.mi/mi-catch-load.exp
4997         * gdb.mi/mi-cli.exp
4998         * gdb.mi/mi-cmd-param-changed.exp
4999         * gdb.mi/mi-console.exp
5000         * gdb.mi/mi-detach.exp
5001         * gdb.mi/mi-disassemble.exp
5002         * gdb.mi/mi-eval.exp
5003         * gdb.mi/mi-file-transfer.exp
5004         * gdb.mi/mi-file.exp
5005         * gdb.mi/mi-fill-memory.exp
5006         * gdb.mi/mi-inheritance-syntax-error.exp
5007         * gdb.mi/mi-linespec-err-cp.exp
5008         * gdb.mi/mi-logging.exp
5009         * gdb.mi/mi-memory-changed.exp
5010         * gdb.mi/mi-read-memory.exp
5011         * gdb.mi/mi-record-changed.exp
5012         * gdb.mi/mi-reg-undefined.exp
5013         * gdb.mi/mi-regs.exp
5014         * gdb.mi/mi-return.exp
5015         * gdb.mi/mi-reverse.exp
5016         * gdb.mi/mi-simplerun.exp
5017         * gdb.mi/mi-solib.exp
5018         * gdb.mi/mi-stack.exp
5019         * gdb.mi/mi-stepi.exp
5020         * gdb.mi/mi-syn-frame.exp
5021         * gdb.mi/mi-until.exp
5022         * gdb.mi/mi-var-block.exp
5023         * gdb.mi/mi-var-child.exp
5024         * gdb.mi/mi-var-cmd.exp
5025         * gdb.mi/mi-var-cp.exp
5026         * gdb.mi/mi-var-display.exp
5027         * gdb.mi/mi-var-invalidate.exp
5028         * gdb.mi/mi-var-list-children-invalid-grandchild.exp
5029         * gdb.mi/mi-vla-fortran.exp
5030         * gdb.mi/mi-watch.exp
5031         * gdb.mi/mi2-var-child.exp
5032         * gdb.mi/user-selected-context-sync.exp
5033         * gdb.modula2/unbounded-array.exp
5034         * gdb.multi/dummy-frame-restore.exp
5035         * gdb.multi/multi-arch-exec.exp
5036         * gdb.multi/multi-arch.exp
5037         * gdb.multi/tids.exp
5038         * gdb.multi/watchpoint-multi.exp
5039         * gdb.opencl/callfuncs.exp
5040         * gdb.opencl/convs_casts.exp
5041         * gdb.opencl/datatypes.exp
5042         * gdb.opencl/operators.exp
5043         * gdb.opencl/vec_comps.exp
5044         * gdb.opt/clobbered-registers-O2.exp
5045         * gdb.opt/inline-break.exp
5046         * gdb.opt/inline-bt.exp
5047         * gdb.opt/inline-cmds.exp
5048         * gdb.opt/inline-locals.exp
5049         * gdb.pascal/case-insensitive-symbols.exp
5050         * gdb.pascal/floats.exp
5051         * gdb.pascal/gdb11492.exp
5052         * gdb.python/lib-types.exp
5053         * gdb.python/py-arch.exp
5054         * gdb.python/py-as-string.exp
5055         * gdb.python/py-bad-printers.exp
5056         * gdb.python/py-block.exp
5057         * gdb.python/py-breakpoint-create-fail.exp
5058         * gdb.python/py-breakpoint.exp
5059         * gdb.python/py-caller-is.exp
5060         * gdb.python/py-cmd.exp
5061         * gdb.python/py-explore-cc.exp
5062         * gdb.python/py-explore.exp
5063         * gdb.python/py-finish-breakpoint.exp
5064         * gdb.python/py-finish-breakpoint2.exp
5065         * gdb.python/py-frame-args.exp
5066         * gdb.python/py-frame-inline.exp
5067         * gdb.python/py-frame.exp
5068         * gdb.python/py-framefilter-mi.exp
5069         * gdb.python/py-infthread.exp
5070         * gdb.python/py-lazy-string.exp
5071         * gdb.python/py-linetable.exp
5072         * gdb.python/py-mi-events.exp
5073         * gdb.python/py-mi-objfile.exp
5074         * gdb.python/py-mi.exp
5075         * gdb.python/py-objfile.exp
5076         * gdb.python/py-pp-integral.exp
5077         * gdb.python/py-pp-maint.exp
5078         * gdb.python/py-pp-re-notag.exp
5079         * gdb.python/py-pp-registration.exp
5080         * gdb.python/py-recurse-unwind.exp
5081         * gdb.python/py-strfns.exp
5082         * gdb.python/py-symbol.exp
5083         * gdb.python/py-symtab.exp
5084         * gdb.python/py-sync-interp.exp
5085         * gdb.python/py-typeprint.exp
5086         * gdb.python/py-unwind-maint.exp
5087         * gdb.python/py-unwind.exp
5088         * gdb.python/py-value-cc.exp
5089         * gdb.python/py-xmethods.exp
5090         * gdb.reverse/amd64-tailcall-reverse.exp
5091         * gdb.reverse/break-precsave.exp
5092         * gdb.reverse/break-reverse.exp
5093         * gdb.reverse/consecutive-precsave.exp
5094         * gdb.reverse/consecutive-reverse.exp
5095         * gdb.reverse/finish-precsave.exp
5096         * gdb.reverse/finish-reverse-bkpt.exp
5097         * gdb.reverse/finish-reverse.exp
5098         * gdb.reverse/fstatat-reverse.exp
5099         * gdb.reverse/getresuid-reverse.exp
5100         * gdb.reverse/i386-precsave.exp
5101         * gdb.reverse/i386-reverse.exp
5102         * gdb.reverse/i386-sse-reverse.exp
5103         * gdb.reverse/i387-env-reverse.exp
5104         * gdb.reverse/i387-stack-reverse.exp
5105         * gdb.reverse/insn-reverse.exp
5106         * gdb.reverse/machinestate-precsave.exp
5107         * gdb.reverse/machinestate.exp
5108         * gdb.reverse/next-reverse-bkpt-over-sr.exp
5109         * gdb.reverse/pipe-reverse.exp
5110         * gdb.reverse/readv-reverse.exp
5111         * gdb.reverse/recvmsg-reverse.exp
5112         * gdb.reverse/rerun-prec.exp
5113         * gdb.reverse/s390-mvcle.exp
5114         * gdb.reverse/step-precsave.exp
5115         * gdb.reverse/step-reverse.exp
5116         * gdb.reverse/time-reverse.exp
5117         * gdb.reverse/until-precsave.exp
5118         * gdb.reverse/until-reverse.exp
5119         * gdb.reverse/waitpid-reverse.exp
5120         * gdb.reverse/watch-precsave.exp
5121         * gdb.reverse/watch-reverse.exp
5122         * gdb.rust/generics.exp
5123         * gdb.rust/methods.exp
5124         * gdb.rust/modules.exp
5125         * gdb.rust/simple.exp
5126         * gdb.server/connect-with-no-symbol-file.exp
5127         * gdb.server/ext-attach.exp
5128         * gdb.server/ext-restart.exp
5129         * gdb.server/ext-wrapper.exp
5130         * gdb.server/file-transfer.exp
5131         * gdb.server/server-exec-info.exp
5132         * gdb.server/server-kill.exp
5133         * gdb.server/server-mon.exp
5134         * gdb.server/wrapper.exp
5135         * gdb.stabs/exclfwd.exp
5136         * gdb.stabs/gdb11479.exp
5137         * gdb.threads/clone-new-thread-event.exp
5138         * gdb.threads/corethreads.exp
5139         * gdb.threads/current-lwp-dead.exp
5140         * gdb.threads/dlopen-libpthread.exp
5141         * gdb.threads/gcore-thread.exp
5142         * gdb.threads/sigstep-threads.exp
5143         * gdb.threads/watchpoint-fork.exp
5144         * gdb.trace/actions-changed.exp
5145         * gdb.trace/backtrace.exp
5146         * gdb.trace/change-loc.exp
5147         * gdb.trace/circ.exp
5148         * gdb.trace/collection.exp
5149         * gdb.trace/disconnected-tracing.exp
5150         * gdb.trace/ftrace.exp
5151         * gdb.trace/mi-trace-frame-collected.exp
5152         * gdb.trace/mi-trace-unavailable.exp
5153         * gdb.trace/mi-traceframe-changed.exp
5154         * gdb.trace/mi-tsv-changed.exp
5155         * gdb.trace/no-attach-trace.exp
5156         * gdb.trace/passc-dyn.exp
5157         * gdb.trace/qtro.exp
5158         * gdb.trace/range-stepping.exp
5159         * gdb.trace/read-memory.exp
5160         * gdb.trace/save-trace.exp
5161         * gdb.trace/signal.exp
5162         * gdb.trace/status-stop.exp
5163         * gdb.trace/tfile.exp
5164         * gdb.trace/trace-break.exp
5165         * gdb.trace/trace-buffer-size.exp
5166         * gdb.trace/trace-condition.exp
5167         * gdb.trace/tracefile-pseudo-reg.exp
5168         * gdb.trace/tstatus.exp
5169         * gdb.trace/unavailable.exp
5170         * gdb.trace/while-dyn.exp
5171         * gdb.trace/while-stepping.exp
5172
5173 2016-12-22  Doug Evans  <xdje42@gmail.com>
5174
5175         * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5176         and msymbols.
5177
5178 2016-12-19  Yao Qi  <yao.qi@linaro.org>
5179
5180         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5181         (test_with_self): Don't call do_steps_and_nexts, and remove
5182         code about stepping into xmalloc.
5183
5184 2016-12-09  Yao Qi  <yao.qi@linaro.org>
5185
5186         * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5187
5188 2016-12-09  Yao Qi  <yao.qi@linaro.org>
5189
5190         * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5191
5192 2016-12-09  Pedro Alves  <palves@redhat.com>
5193
5194         * gdb.base/all-architectures-0.exp: New file.
5195         * gdb.base/all-architectures-1.exp: New file.
5196         * gdb.base/all-architectures-2.exp: New file.
5197         * gdb.base/all-architectures-3.exp: New file.
5198         * gdb.base/all-architectures-4.exp: New file.
5199         * gdb.base/all-architectures-5.exp: New file.
5200         * gdb.base/all-architectures-6.exp: New file.
5201         * gdb.base/all-architectures-7.exp: New file.
5202         * gdb.base/all-architectures.exp.in: New file.
5203
5204 2016-12-09  Yao Qi  <yao.qi@linaro.org>
5205
5206         * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5207
5208 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
5209
5210         * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5211         possible.
5212         Remove useless pattern-matching code.
5213
5214 2016-12-02  Pedro Alves  <palves@redhat.com>
5215
5216         * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5217         procedure.
5218         (top level): Call it.
5219
5220 2016-12-02  Pedro Alves  <palves@redhat.com>
5221
5222         * gdb.base/commands.exp (user_defined_command_args_stack_test):
5223         New procedure.
5224         (top level): Call it.
5225
5226 2016-12-02  Pedro Alves  <palves@redhat.com>
5227
5228         PR cli/20559
5229         * gdb.base/commands.exp (user_defined_command_args_eval): New
5230         procedure.
5231         (top level): Call it.
5232
5233 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
5234
5235         * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5236         timeout handling.
5237
5238 2016-12-02  Tom Tromey  <tom@tromey.com>
5239
5240         * gdb.dwarf2/main-subprogram.c: New file.
5241         * gdb.dwarf2/main-subprogram.exp: New file.
5242
5243 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5244
5245         * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5246         * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5247         gdb_test_no_output for a couple of cases.
5248         * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5249
5250 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5251
5252         Fix test names and standardize compilation error messages throughout
5253         the following files:
5254
5255         * gdb.ada/start.exp
5256         * gdb.arch/alpha-step.exp
5257         * gdb.arch/e500-prologue.exp
5258         * gdb.arch/ftrace-insn-reloc.exp
5259         * gdb.arch/gdb1291.exp
5260         * gdb.arch/gdb1431.exp
5261         * gdb.arch/gdb1558.exp
5262         * gdb.arch/i386-dr3-watch.exp
5263         * gdb.arch/i386-sse-stack-align.exp
5264         * gdb.arch/ia64-breakpoint-shadow.exp
5265         * gdb.arch/pa-nullify.exp
5266         * gdb.arch/powerpc-aix-prologue.exp
5267         * gdb.arch/thumb-bx-pc.exp
5268         * gdb.base/annota1.exp
5269         * gdb.base/annota3.exp
5270         * gdb.base/arrayidx.exp
5271         * gdb.base/assign.exp
5272         * gdb.base/attach.exp
5273         * gdb.base/auxv.exp
5274         * gdb.base/bang.exp
5275         * gdb.base/bfp-test.exp
5276         * gdb.base/bigcore.exp
5277         * gdb.base/bitfields2.exp
5278         * gdb.base/break-fun-addr.exp
5279         * gdb.base/break-probes.exp
5280         * gdb.base/call-rt-st.exp
5281         * gdb.base/callexit.exp
5282         * gdb.base/catch-fork-kill.exp
5283         * gdb.base/charset.exp
5284         * gdb.base/checkpoint.exp
5285         * gdb.base/comprdebug.exp
5286         * gdb.base/constvars.exp
5287         * gdb.base/coredump-filter.exp
5288         * gdb.base/cursal.exp
5289         * gdb.base/cvexpr.exp
5290         * gdb.base/detach.exp
5291         * gdb.base/display.exp
5292         * gdb.base/dmsym.exp
5293         * gdb.base/dprintf-pending.exp
5294         * gdb.base/dso2dso.exp
5295         * gdb.base/dtrace-probe.exp
5296         * gdb.base/dump.exp
5297         * gdb.base/enum_cond.exp
5298         * gdb.base/exe-lock.exp
5299         * gdb.base/exec-invalid-sysroot.exp
5300         * gdb.base/execl-update-breakpoints.exp
5301         * gdb.base/exprs.exp
5302         * gdb.base/fileio.exp
5303         * gdb.base/find.exp
5304         * gdb.base/finish.exp
5305         * gdb.base/fixsection.exp
5306         * gdb.base/foll-vfork.exp
5307         * gdb.base/frame-args.exp
5308         * gdb.base/gcore.exp
5309         * gdb.base/gdb1250.exp
5310         * gdb.base/global-var-nested-by-dso.exp
5311         * gdb.base/gnu-ifunc.exp
5312         * gdb.base/hashline1.exp
5313         * gdb.base/hashline2.exp
5314         * gdb.base/hashline3.exp
5315         * gdb.base/hbreak-in-shr-unsupported.exp
5316         * gdb.base/huge.exp
5317         * gdb.base/infcall-input.exp
5318         * gdb.base/info-fun.exp
5319         * gdb.base/info-shared.exp
5320         * gdb.base/jit-simple.exp
5321         * gdb.base/jit-so.exp
5322         * gdb.base/jit.exp
5323         * gdb.base/jump.exp
5324         * gdb.base/label.exp
5325         * gdb.base/lineinc.exp
5326         * gdb.base/logical.exp
5327         * gdb.base/longjmp.exp
5328         * gdb.base/macscp.exp
5329         * gdb.base/miscexprs.exp
5330         * gdb.base/new-ui-echo.exp
5331         * gdb.base/new-ui-pending-input.exp
5332         * gdb.base/new-ui.exp
5333         * gdb.base/nodebug.exp
5334         * gdb.base/nofield.exp
5335         * gdb.base/offsets.exp
5336         * gdb.base/overlays.exp
5337         * gdb.base/pending.exp
5338         * gdb.base/pointers.exp
5339         * gdb.base/pr11022.exp
5340         * gdb.base/printcmds.exp
5341         * gdb.base/prologue.exp
5342         * gdb.base/ptr-typedef.exp
5343         * gdb.base/realname-expand.exp
5344         * gdb.base/relativedebug.exp
5345         * gdb.base/relocate.exp
5346         * gdb.base/remote.exp
5347         * gdb.base/reread.exp
5348         * gdb.base/return2.exp
5349         * gdb.base/savedregs.exp
5350         * gdb.base/sep.exp
5351         * gdb.base/sepdebug.exp
5352         * gdb.base/sepsymtab.exp
5353         * gdb.base/set-inferior-tty.exp
5354         * gdb.base/setshow.exp
5355         * gdb.base/shlib-call.exp
5356         * gdb.base/sigaltstack.exp
5357         * gdb.base/siginfo-addr.exp
5358         * gdb.base/signals.exp
5359         * gdb.base/signull.exp
5360         * gdb.base/sigrepeat.exp
5361         * gdb.base/so-impl-ld.exp
5362         * gdb.base/solib-display.exp
5363         * gdb.base/solib-overlap.exp
5364         * gdb.base/solib-search.exp
5365         * gdb.base/solib-symbol.exp
5366         * gdb.base/structs.exp
5367         * gdb.base/structs2.exp
5368         * gdb.base/symtab-search-order.exp
5369         * gdb.base/twice.exp
5370         * gdb.base/unload.exp
5371         * gdb.base/varargs.exp
5372         * gdb.base/watchpoint-solib.exp
5373         * gdb.base/watchpoint.exp
5374         * gdb.base/whatis.exp
5375         * gdb.base/wrong_frame_bt_full.exp
5376         * gdb.btrace/dlopen.exp
5377         * gdb.cell/ea-standalone.exp
5378         * gdb.cell/ea-test.exp
5379         * gdb.cp/dispcxx.exp
5380         * gdb.cp/gdb2384.exp
5381         * gdb.cp/method2.exp
5382         * gdb.cp/nextoverthrow.exp
5383         * gdb.cp/pr10728.exp
5384         * gdb.disasm/am33.exp
5385         * gdb.disasm/h8300s.exp
5386         * gdb.disasm/mn10300.exp
5387         * gdb.disasm/sh3.exp
5388         * gdb.dwarf2/dw2-dir-file-name.exp
5389         * gdb.fortran/complex.exp
5390         * gdb.fortran/library-module.exp
5391         * gdb.guile/scm-pretty-print.exp
5392         * gdb.guile/scm-symbol.exp
5393         * gdb.guile/scm-type.exp
5394         * gdb.guile/scm-value.exp
5395         * gdb.linespec/linespec.exp
5396         * gdb.mi/gdb701.exp
5397         * gdb.mi/gdb792.exp
5398         * gdb.mi/mi-breakpoint-changed.exp
5399         * gdb.mi/mi-dprintf-pending.exp
5400         * gdb.mi/mi-dprintf.exp
5401         * gdb.mi/mi-exit-code.exp
5402         * gdb.mi/mi-pending.exp
5403         * gdb.mi/mi-solib.exp
5404         * gdb.mi/new-ui-mi-sync.exp
5405         * gdb.mi/pr11022.exp
5406         * gdb.mi/user-selected-context-sync.exp
5407         * gdb.opt/solib-intra-step.exp
5408         * gdb.python/py-events.exp
5409         * gdb.python/py-finish-breakpoint.exp
5410         * gdb.python/py-mi.exp
5411         * gdb.python/py-prettyprint.exp
5412         * gdb.python/py-shared.exp
5413         * gdb.python/py-symbol.exp
5414         * gdb.python/py-template.exp
5415         * gdb.python/py-type.exp
5416         * gdb.python/py-value.exp
5417         * gdb.reverse/solib-precsave.exp
5418         * gdb.reverse/solib-reverse.exp
5419         * gdb.server/solib-list.exp
5420         * gdb.stabs/weird.exp
5421         * gdb.threads/reconnect-signal.exp
5422         * gdb.threads/stepi-random-signal.exp
5423         * gdb.trace/actions.exp
5424         * gdb.trace/ax.exp
5425         * gdb.trace/backtrace.exp
5426         * gdb.trace/change-loc.exp
5427         * gdb.trace/deltrace.exp
5428         * gdb.trace/ftrace-lock.exp
5429         * gdb.trace/ftrace.exp
5430         * gdb.trace/infotrace.exp
5431         * gdb.trace/mi-tracepoint-changed.exp
5432         * gdb.trace/packetlen.exp
5433         * gdb.trace/passcount.exp
5434         * gdb.trace/pending.exp
5435         * gdb.trace/range-stepping.exp
5436         * gdb.trace/report.exp
5437         * gdb.trace/stap-trace.exp
5438         * gdb.trace/tfind.exp
5439         * gdb.trace/trace-break.exp
5440         * gdb.trace/trace-condition.exp
5441         * gdb.trace/trace-enable-disable.exp
5442         * gdb.trace/trace-mt.exp
5443         * gdb.trace/tracecmd.exp
5444         * gdb.trace/tspeed.exp
5445         * gdb.trace/tsv.exp
5446         * lib/perftest.exp
5447
5448 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5449
5450         * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5451         with gdb_test_no_output.
5452         Use command as test name.
5453
5454 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5455
5456         Fix test names starting with uppercase throughout the files.
5457
5458         * gdb.ada/assign_1.exp
5459         * gdb.ada/boolean_expr.exp
5460         * gdb.base/arrayidx.exp
5461         * gdb.base/del.exp
5462         * gdb.base/gcore-buffer-overflow.exp
5463         * gdb.base/testenv.exp
5464         * gdb.compile/compile.exp
5465         * gdb.python/py-framefilter-invalidarg.exp
5466         * gdb.python/py-framefilter.exp
5467
5468 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5469
5470         Fix test names starting with uppercase throughout the files.
5471
5472         * gdb.ada/array_return.exp
5473         * gdb.ada/expr_delims.exp
5474         * gdb.ada/mi_dyn_arr.exp
5475         * gdb.ada/mi_interface.exp
5476         * gdb.ada/mi_var_array.exp
5477         * gdb.ada/watch_arg.exp
5478         * gdb.arch/alpha-step.exp
5479         * gdb.arch/altivec-regs.exp
5480         * gdb.arch/e500-regs.exp
5481         * gdb.arch/powerpc-d128-regs.exp
5482         * gdb.base/arrayidx.exp
5483         * gdb.base/break.exp
5484         * gdb.base/checkpoint.exp
5485         * gdb.base/debug-expr.exp
5486         * gdb.base/dmsym.exp
5487         * gdb.base/radix.exp
5488         * gdb.base/sepdebug.exp
5489         * gdb.base/testenv.exp
5490         * gdb.base/watch_thread_num.exp
5491         * gdb.base/watchpoint-cond-gone.exp
5492         * gdb.cell/break.exp
5493         * gdb.cell/ea-cache.exp
5494         * gdb.compile/compile.exp
5495         * gdb.cp/gdb2495.exp
5496         * gdb.gdb/selftest.exp
5497         * gdb.gdb/xfullpath.exp
5498         * gdb.go/hello.exp
5499         * gdb.go/integers.exp
5500         * gdb.objc/basicclass.exp
5501         * gdb.pascal/hello.exp
5502         * gdb.pascal/integers.exp
5503         * gdb.python/py-breakpoint.exp
5504         * gdb.python/py-cmd.exp
5505         * gdb.python/py-linetable.exp
5506         * gdb.python/py-xmethods.exp
5507         * gdb.python/python.exp
5508         * gdb.reverse/consecutive-precsave.exp
5509         * gdb.reverse/finish-precsave.exp
5510         * gdb.reverse/i386-precsave.exp
5511         * gdb.reverse/machinestate-precsave.exp
5512         * gdb.reverse/sigall-precsave.exp
5513         * gdb.reverse/solib-precsave.exp
5514         * gdb.reverse/step-precsave.exp
5515         * gdb.reverse/until-precsave.exp
5516         * gdb.reverse/watch-precsave.exp
5517         * gdb.threads/leader-exit.exp
5518         * gdb.threads/pthreads.exp
5519         * gdb.threads/wp-replication.exp
5520         * gdb.trace/actions.exp
5521         * gdb.trace/mi-tsv-changed.exp
5522         * gdb.trace/tsv.exp
5523
5524 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5525
5526         Fix test names starting with uppercase throughout the files.
5527
5528         * gdb.arch/i386-bp_permanent.exp
5529         * gdb.arch/i386-gnu-cfi.exp
5530         * gdb.base/disasm-end-cu.exp
5531         * gdb.base/macscp.exp
5532         * gdb.base/pending.exp
5533         * gdb.base/watch_thread_num.exp
5534         * gdb.cp/exception.exp
5535         * gdb.cp/gdb2495.exp
5536         * gdb.cp/local.exp
5537         * gdb.python/py-evsignal.exp
5538         * gdb.python/python.exp
5539         * gdb.trace/tracecmd.exp
5540
5541 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5542
5543         Fix test names starting with uppercase throughout the files.
5544
5545         * gdb.base/charset.exp
5546         * gdb.base/eval.exp
5547         * gdb.base/multi-forks.exp
5548         * gdb.guile/scm-progspace.exp
5549         * gdb.opencl/datatypes.exp
5550         * gdb.python/py-block.exp
5551         * gdb.python/py-function.exp
5552         * gdb.python/py-symbol.exp
5553         * gdb.python/py-symtab.exp
5554         * gdb.python/py-xmethods.exp
5555         * gdb.reverse/break-precsave.exp
5556         * gdb.reverse/break-reverse.exp
5557         * gdb.reverse/consecutive-precsave.exp
5558         * gdb.reverse/consecutive-reverse.exp
5559         * gdb.reverse/finish-precsave.exp
5560         * gdb.reverse/finish-reverse-bkpt.exp
5561         * gdb.reverse/finish-reverse.exp
5562         * gdb.reverse/fstatat-reverse.exp
5563         * gdb.reverse/getresuid-reverse.exp
5564         * gdb.reverse/i386-precsave.exp
5565         * gdb.reverse/i386-reverse.exp
5566         * gdb.reverse/i386-sse-reverse.exp
5567         * gdb.reverse/i387-stack-reverse.exp
5568         * gdb.reverse/insn-reverse.exp
5569         * gdb.reverse/machinestate-precsave.exp
5570         * gdb.reverse/machinestate.exp
5571         * gdb.reverse/next-reverse-bkpt-over-sr.exp
5572         * gdb.reverse/pipe-reverse.exp
5573         * gdb.reverse/readv-reverse.exp
5574         * gdb.reverse/recvmsg-reverse.exp
5575         * gdb.reverse/rerun-prec.exp
5576         * gdb.reverse/s390-mvcle.exp
5577         * gdb.reverse/sigall-precsave.exp
5578         * gdb.reverse/sigall-reverse.exp
5579         * gdb.reverse/solib-precsave.exp
5580         * gdb.reverse/solib-reverse.exp
5581         * gdb.reverse/step-precsave.exp
5582         * gdb.reverse/step-reverse.exp
5583         * gdb.reverse/time-reverse.exp
5584         * gdb.reverse/until-precsave.exp
5585         * gdb.reverse/until-reverse.exp
5586         * gdb.reverse/waitpid-reverse.exp
5587         * gdb.reverse/watch-precsave.exp
5588         * gdb.reverse/watch-reverse.exp
5589
5590 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5591
5592         Fix test names starting with uppercase throughout the files.
5593
5594         * gdb.arch/i386-mpx-simple_segv.exp
5595         * gdb.arch/i386-mpx.exp
5596         * gdb.arch/i386-permbkpt.exp
5597         * gdb.arch/pa-nullify.exp
5598         * gdb.arch/powerpc-d128-regs.exp
5599         * gdb.arch/vsx-regs.exp
5600         * gdb.base/bfp-test.exp
5601         * gdb.base/break.exp
5602         * gdb.base/breakpoint-shadow.exp
5603         * gdb.base/callfuncs.exp
5604         * gdb.base/charset.exp
5605         * gdb.base/commands.exp
5606         * gdb.base/completion.exp
5607         * gdb.base/dfp-test.exp
5608         * gdb.base/echo.exp
5609         * gdb.base/ending-run.exp
5610         * gdb.base/eval.exp
5611         * gdb.base/expand-psymtabs.exp
5612         * gdb.base/float128.exp
5613         * gdb.base/floatn.exp
5614         * gdb.base/foll-exec-mode.exp
5615         * gdb.base/gdb1056.exp
5616         * gdb.base/gdb11531.exp
5617         * gdb.base/kill-after-signal.exp
5618         * gdb.base/multi-forks.exp
5619         * gdb.base/overlays.exp
5620         * gdb.base/pending.exp
5621         * gdb.base/sepdebug.exp
5622         * gdb.base/testenv.exp
5623         * gdb.base/valgrind-db-attach.exp
5624         * gdb.base/watch_thread_num.exp
5625         * gdb.base/watchpoint-cond-gone.exp
5626         * gdb.base/watchpoint.exp
5627         * gdb.base/watchpoints.exp
5628         * gdb.cp/arg-reference.exp
5629         * gdb.cp/baseenum.exp
5630         * gdb.cp/operator.exp
5631         * gdb.cp/shadow.exp
5632         * gdb.dwarf2/dw2-op-out-param.exp
5633         * gdb.dwarf2/dw2-reg-undefined.exp
5634         * gdb.go/chan.exp
5635         * gdb.go/hello.exp
5636         * gdb.go/integers.exp
5637         * gdb.go/methods.exp
5638         * gdb.go/package.exp
5639         * gdb.guile/scm-parameter.exp
5640         * gdb.guile/scm-progspace.exp
5641         * gdb.guile/scm-value.exp
5642         * gdb.mi/mi-pending.exp
5643         * gdb.mi/user-selected-context-sync.exp
5644         * gdb.multi/multi-attach.exp
5645         * gdb.multi/tids.exp
5646         * gdb.opt/clobbered-registers-O2.exp
5647         * gdb.pascal/floats.exp
5648         * gdb.pascal/integers.exp
5649         * gdb.python/py-block.exp
5650         * gdb.python/py-events.exp
5651         * gdb.python/py-parameter.exp
5652         * gdb.python/py-symbol.exp
5653         * gdb.python/py-symtab.exp
5654         * gdb.python/py-type.exp
5655         * gdb.python/py-value.exp
5656         * gdb.python/py-xmethods.exp
5657         * gdb.python/python.exp
5658         * gdb.reverse/break-precsave.exp
5659         * gdb.reverse/consecutive-precsave.exp
5660         * gdb.reverse/finish-precsave.exp
5661         * gdb.reverse/i386-precsave.exp
5662         * gdb.reverse/machinestate-precsave.exp
5663         * gdb.reverse/sigall-precsave.exp
5664         * gdb.reverse/solib-precsave.exp
5665         * gdb.reverse/step-precsave.exp
5666         * gdb.reverse/until-precsave.exp
5667         * gdb.reverse/watch-precsave.exp
5668         * gdb.server/ext-attach.exp
5669         * gdb.server/ext-restart.exp
5670         * gdb.server/ext-run.exp
5671         * gdb.server/ext-wrapper.exp
5672         * gdb.stabs/gdb11479.exp
5673         * gdb.stabs/weird.exp
5674         * gdb.threads/attach-many-short-lived-threads.exp
5675         * gdb.threads/kill.exp
5676         * gdb.threads/watchpoint-fork.exp
5677
5678 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5679
5680         Fix test names starting with uppercase throughout all the files below.
5681
5682         * gdb.ada/array_return.exp
5683         * gdb.ada/catch_ex.exp
5684         * gdb.ada/info_exc.exp
5685         * gdb.ada/mi_catch_ex.exp
5686         * gdb.ada/mi_dyn_arr.exp
5687         * gdb.ada/mi_ex_cond.exp
5688         * gdb.ada/mi_exc_info.exp
5689         * gdb.ada/mi_interface.exp
5690         * gdb.ada/mi_task_arg.exp
5691         * gdb.ada/mi_task_info.exp
5692         * gdb.ada/mi_var_array.exp
5693         * gdb.arch/alpha-step.exp
5694         * gdb.arch/amd64-disp-step.exp
5695         * gdb.arch/arm-disp-step.exp
5696         * gdb.arch/disp-step-insn-reloc.exp
5697         * gdb.arch/e500-prologue.exp
5698         * gdb.arch/ftrace-insn-reloc.exp
5699         * gdb.arch/gdb1558.exp
5700         * gdb.arch/i386-bp_permanent.exp
5701         * gdb.arch/i386-disp-step.exp
5702         * gdb.arch/i386-float.exp
5703         * gdb.arch/i386-gnu-cfi.exp
5704         * gdb.arch/ia64-breakpoint-shadow.exp
5705         * gdb.arch/mips16-thunks.exp
5706         * gdb.arch/pa-nullify.exp
5707         * gdb.arch/powerpc-aix-prologue.exp
5708         * gdb.arch/powerpc-power.exp
5709         * gdb.arch/ppc-dfp.exp
5710         * gdb.arch/s390-tdbregs.exp
5711         * gdb.arch/spu-info.exp
5712         * gdb.arch/spu-ls.exp
5713         * gdb.arch/thumb-bx-pc.exp
5714         * gdb.base/advance.exp
5715         * gdb.base/annota-input-while-running.exp
5716         * gdb.base/arrayidx.exp
5717         * gdb.base/asmlabel.exp
5718         * gdb.base/async.exp
5719         * gdb.base/attach-wait-input.exp
5720         * gdb.base/auto-connect-native-target.exp
5721         * gdb.base/batch-preserve-term-settings.exp
5722         * gdb.base/bfp-test.exp
5723         * gdb.base/bigcore.exp
5724         * gdb.base/bp-permanent.exp
5725         * gdb.base/break-always.exp
5726         * gdb.base/break-fun-addr.exp
5727         * gdb.base/break-idempotent.exp
5728         * gdb.base/break-main-file-remove-fail.exp
5729         * gdb.base/break-probes.exp
5730         * gdb.base/break-unload-file.exp
5731         * gdb.base/break.exp
5732         * gdb.base/call-ar-st.exp
5733         * gdb.base/call-rt-st.exp
5734         * gdb.base/call-sc.exp
5735         * gdb.base/call-signal-resume.exp
5736         * gdb.base/call-strs.exp
5737         * gdb.base/callexit.exp
5738         * gdb.base/callfuncs.exp
5739         * gdb.base/catch-gdb-caused-signals.exp
5740         * gdb.base/catch-signal-siginfo-cond.exp
5741         * gdb.base/catch-syscall.exp
5742         * gdb.base/compare-sections.exp
5743         * gdb.base/cond-eval-mode.exp
5744         * gdb.base/condbreak-call-false.exp
5745         * gdb.base/consecutive-step-over.exp
5746         * gdb.base/cursal.exp
5747         * gdb.base/disabled-location.exp
5748         * gdb.base/disasm-end-cu.exp
5749         * gdb.base/display.exp
5750         * gdb.base/double-prompt-target-event-error.exp
5751         * gdb.base/dprintf-bp-same-addr.exp
5752         * gdb.base/dprintf-detach.exp
5753         * gdb.base/dprintf-next.exp
5754         * gdb.base/dprintf-non-stop.exp
5755         * gdb.base/dprintf-pending.exp
5756         * gdb.base/dso2dso.exp
5757         * gdb.base/ending-run.exp
5758         * gdb.base/enum_cond.exp
5759         * gdb.base/examine-backward.exp
5760         * gdb.base/exe-lock.exp
5761         * gdb.base/exec-invalid-sysroot.exp
5762         * gdb.base/execl-update-breakpoints.exp
5763         * gdb.base/execution-termios.exp
5764         * gdb.base/fileio.exp
5765         * gdb.base/fixsection.exp
5766         * gdb.base/foll-exec-mode.exp
5767         * gdb.base/foll-exec.exp
5768         * gdb.base/fork-running-state.exp
5769         * gdb.base/frame-args.exp
5770         * gdb.base/fullpath-expand.exp
5771         * gdb.base/func-ptr.exp
5772         * gdb.base/gcore-relro-pie.exp
5773         * gdb.base/gdb1090.exp
5774         * gdb.base/gdb1555.exp
5775         * gdb.base/global-var-nested-by-dso.exp
5776         * gdb.base/gnu-ifunc.exp
5777         * gdb.base/hbreak-in-shr-unsupported.exp
5778         * gdb.base/hbreak-unmapped.exp
5779         * gdb.base/hook-stop.exp
5780         * gdb.base/infcall-input.exp
5781         * gdb.base/info-fun.exp
5782         * gdb.base/info-shared.exp
5783         * gdb.base/interrupt-noterm.exp
5784         * gdb.base/jit-so.exp
5785         * gdb.base/jit.exp
5786         * gdb.base/line-symtabs.exp
5787         * gdb.base/list.exp
5788         * gdb.base/longjmp.exp
5789         * gdb.base/macscp.exp
5790         * gdb.base/max-value-size.exp
5791         * gdb.base/nodebug.exp
5792         * gdb.base/nofield.exp
5793         * gdb.base/overlays.exp
5794         * gdb.base/paginate-after-ctrl-c-running.exp
5795         * gdb.base/paginate-bg-execution.exp
5796         * gdb.base/paginate-inferior-exit.exp
5797         * gdb.base/pending.exp
5798         * gdb.base/pr11022.exp
5799         * gdb.base/printcmds.exp
5800         * gdb.base/ptr-typedef.exp
5801         * gdb.base/ptype.exp
5802         * gdb.base/randomize.exp
5803         * gdb.base/range-stepping.exp
5804         * gdb.base/realname-expand.exp
5805         * gdb.base/relativedebug.exp
5806         * gdb.base/remote.exp
5807         * gdb.base/savedregs.exp
5808         * gdb.base/sepdebug.exp
5809         * gdb.base/set-noassign.exp
5810         * gdb.base/shlib-call.exp
5811         * gdb.base/shreloc.exp
5812         * gdb.base/sigaltstack.exp
5813         * gdb.base/sigbpt.exp
5814         * gdb.base/siginfo-addr.exp
5815         * gdb.base/siginfo-obj.exp
5816         * gdb.base/siginfo-thread.exp
5817         * gdb.base/signest.exp
5818         * gdb.base/signull.exp
5819         * gdb.base/sigrepeat.exp
5820         * gdb.base/skip.exp
5821         * gdb.base/so-impl-ld.exp
5822         * gdb.base/solib-corrupted.exp
5823         * gdb.base/solib-disc.exp
5824         * gdb.base/solib-display.exp
5825         * gdb.base/solib-overlap.exp
5826         * gdb.base/solib-search.exp
5827         * gdb.base/solib-symbol.exp
5828         * gdb.base/source-execution.exp
5829         * gdb.base/sss-bp-on-user-bp-2.exp
5830         * gdb.base/sss-bp-on-user-bp.exp
5831         * gdb.base/stack-checking.exp
5832         * gdb.base/stale-infcall.exp
5833         * gdb.base/step-break.exp
5834         * gdb.base/step-line.exp
5835         * gdb.base/step-over-exit.exp
5836         * gdb.base/step-test.exp
5837         * gdb.base/structs.exp
5838         * gdb.base/sym-file.exp
5839         * gdb.base/symtab-search-order.exp
5840         * gdb.base/term.exp
5841         * gdb.base/type-opaque.exp
5842         * gdb.base/unload.exp
5843         * gdb.base/until-nodebug.exp
5844         * gdb.base/until.exp
5845         * gdb.base/unwindonsignal.exp
5846         * gdb.base/watch-cond.exp
5847         * gdb.base/watch-non-mem.exp
5848         * gdb.base/watch_thread_num.exp
5849         * gdb.base/watchpoint-reuse-slot.exp
5850         * gdb.base/watchpoint-solib.exp
5851         * gdb.base/watchpoint.exp
5852         * gdb.btrace/dlopen.exp
5853         * gdb.cell/arch.exp
5854         * gdb.cell/break.exp
5855         * gdb.cell/bt.exp
5856         * gdb.cell/core.exp
5857         * gdb.cell/data.exp
5858         * gdb.cell/dwarfaddr.exp
5859         * gdb.cell/ea-cache.exp
5860         * gdb.cell/ea-standalone.exp
5861         * gdb.cell/ea-test.exp
5862         * gdb.cell/f-regs.exp
5863         * gdb.cell/fork.exp
5864         * gdb.cell/gcore.exp
5865         * gdb.cell/mem-access.exp
5866         * gdb.cell/ptype.exp
5867         * gdb.cell/registers.exp
5868         * gdb.cell/sizeof.exp
5869         * gdb.cell/solib-symbol.exp
5870         * gdb.cell/solib.exp
5871         * gdb.compile/compile-tls.exp
5872         * gdb.cp/exception.exp
5873         * gdb.cp/gdb2495.exp
5874         * gdb.cp/local.exp
5875         * gdb.cp/mb-inline.exp
5876         * gdb.cp/mb-templates.exp
5877         * gdb.cp/pr10687.exp
5878         * gdb.cp/pr9167.exp
5879         * gdb.cp/scope-err.exp
5880         * gdb.cp/templates.exp
5881         * gdb.cp/virtfunc.exp
5882         * gdb.dwarf2/dw2-dir-file-name.exp
5883         * gdb.dwarf2/dw2-single-line-discriminators.exp
5884         * gdb.fortran/complex.exp
5885         * gdb.fortran/library-module.exp
5886         * gdb.guile/guile.exp
5887         * gdb.guile/scm-cmd.exp
5888         * gdb.guile/scm-frame-inline.exp
5889         * gdb.guile/scm-objfile.exp
5890         * gdb.guile/scm-pretty-print.exp
5891         * gdb.guile/scm-symbol.exp
5892         * gdb.guile/scm-type.exp
5893         * gdb.guile/scm-value.exp
5894         * gdb.linespec/keywords.exp
5895         * gdb.linespec/ls-errs.exp
5896         * gdb.linespec/macro-relative.exp
5897         * gdb.linespec/thread.exp
5898         * gdb.mi/mi-breakpoint-changed.exp
5899         * gdb.mi/mi-dprintf-pending.exp
5900         * gdb.mi/mi-fullname-deleted.exp
5901         * gdb.mi/mi-logging.exp
5902         * gdb.mi/mi-pending.exp
5903         * gdb.mi/mi-solib.exp
5904         * gdb.mi/new-ui-mi-sync.exp
5905         * gdb.mi/user-selected-context-sync.exp
5906         * gdb.multi/dummy-frame-restore.exp
5907         * gdb.multi/multi-arch-exec.exp
5908         * gdb.multi/remove-inferiors.exp
5909         * gdb.multi/watchpoint-multi-exit.exp
5910         * gdb.opt/solib-intra-step.exp
5911         * gdb.perf/backtrace.exp
5912         * gdb.perf/single-step.exp
5913         * gdb.perf/skip-command.exp
5914         * gdb.perf/skip-prologue.exp
5915         * gdb.perf/solib.exp
5916         * gdb.python/lib-types.exp
5917         * gdb.python/py-as-string.exp
5918         * gdb.python/py-bad-printers.exp
5919         * gdb.python/py-block.exp
5920         * gdb.python/py-breakpoint.exp
5921         * gdb.python/py-cmd.exp
5922         * gdb.python/py-events.exp
5923         * gdb.python/py-evthreads.exp
5924         * gdb.python/py-finish-breakpoint.exp
5925         * gdb.python/py-finish-breakpoint2.exp
5926         * gdb.python/py-frame-inline.exp
5927         * gdb.python/py-frame.exp
5928         * gdb.python/py-inferior.exp
5929         * gdb.python/py-infthread.exp
5930         * gdb.python/py-mi.exp
5931         * gdb.python/py-objfile.exp
5932         * gdb.python/py-pp-maint.exp
5933         * gdb.python/py-pp-registration.exp
5934         * gdb.python/py-prettyprint.exp
5935         * gdb.python/py-recurse-unwind.exp
5936         * gdb.python/py-shared.exp
5937         * gdb.python/py-symbol.exp
5938         * gdb.python/py-symtab.exp
5939         * gdb.python/py-template.exp
5940         * gdb.python/py-type.exp
5941         * gdb.python/py-unwind-maint.exp
5942         * gdb.python/py-unwind.exp
5943         * gdb.python/py-value.exp
5944         * gdb.python/python.exp
5945         * gdb.reverse/finish-reverse-bkpt.exp
5946         * gdb.reverse/insn-reverse.exp
5947         * gdb.reverse/next-reverse-bkpt-over-sr.exp
5948         * gdb.reverse/solib-precsave.exp
5949         * gdb.reverse/solib-reverse.exp
5950         * gdb.stabs/gdb11479.exp
5951         * gdb.stabs/weird.exp
5952         * gdb.threads/fork-child-threads.exp
5953         * gdb.threads/fork-plus-threads.exp
5954         * gdb.threads/fork-thread-pending.exp
5955         * gdb.threads/forking-threads-plus-breakpoint.exp
5956         * gdb.threads/hand-call-in-threads.exp
5957         * gdb.threads/interrupted-hand-call.exp
5958         * gdb.threads/linux-dp.exp
5959         * gdb.threads/local-watch-wrong-thread.exp
5960         * gdb.threads/next-while-other-thread-longjmps.exp
5961         * gdb.threads/non-ldr-exit.exp
5962         * gdb.threads/pending-step.exp
5963         * gdb.threads/print-threads.exp
5964         * gdb.threads/process-dies-while-detaching.exp
5965         * gdb.threads/process-dies-while-handling-bp.exp
5966         * gdb.threads/pthreads.exp
5967         * gdb.threads/queue-signal.exp
5968         * gdb.threads/reconnect-signal.exp
5969         * gdb.threads/signal-command-handle-nopass.exp
5970         * gdb.threads/signal-command-multiple-signals-pending.exp
5971         * gdb.threads/signal-delivered-right-thread.exp
5972         * gdb.threads/signal-sigtrap.exp
5973         * gdb.threads/sigthread.exp
5974         * gdb.threads/staticthreads.exp
5975         * gdb.threads/stepi-random-signal.exp
5976         * gdb.threads/thread-unwindonsignal.exp
5977         * gdb.threads/thread_check.exp
5978         * gdb.threads/thread_events.exp
5979         * gdb.threads/tid-reuse.exp
5980         * gdb.threads/tls-nodebug.exp
5981         * gdb.threads/tls-shared.exp
5982         * gdb.threads/tls-so_extern.exp
5983         * gdb.threads/tls.exp
5984         * gdb.threads/wp-replication.exp
5985         * gdb.trace/actions-changed.exp
5986         * gdb.trace/actions.exp
5987         * gdb.trace/backtrace.exp
5988         * gdb.trace/change-loc.exp
5989         * gdb.trace/collection.exp
5990         * gdb.trace/deltrace.exp
5991         * gdb.trace/disconnected-tracing.exp
5992         * gdb.trace/entry-values.exp
5993         * gdb.trace/ftrace-lock.exp
5994         * gdb.trace/ftrace.exp
5995         * gdb.trace/infotrace.exp
5996         * gdb.trace/mi-trace-frame-collected.exp
5997         * gdb.trace/mi-trace-unavailable.exp
5998         * gdb.trace/mi-traceframe-changed.exp
5999         * gdb.trace/mi-tracepoint-changed.exp
6000         * gdb.trace/mi-tsv-changed.exp
6001         * gdb.trace/no-attach-trace.exp
6002         * gdb.trace/packetlen.exp
6003         * gdb.trace/passc-dyn.exp
6004         * gdb.trace/passcount.exp
6005         * gdb.trace/pending.exp
6006         * gdb.trace/pr16508.exp
6007         * gdb.trace/qtro.exp
6008         * gdb.trace/range-stepping.exp
6009         * gdb.trace/read-memory.exp
6010         * gdb.trace/report.exp
6011         * gdb.trace/save-trace.exp
6012         * gdb.trace/signal.exp
6013         * gdb.trace/stap-trace.exp
6014         * gdb.trace/status-stop.exp
6015         * gdb.trace/strace.exp
6016         * gdb.trace/tfile.exp
6017         * gdb.trace/tfind.exp
6018         * gdb.trace/trace-break.exp
6019         * gdb.trace/trace-condition.exp
6020         * gdb.trace/trace-enable-disable.exp
6021         * gdb.trace/trace-mt.exp
6022         * gdb.trace/tracecmd.exp
6023         * gdb.trace/tracefile-pseudo-reg.exp
6024         * gdb.trace/tspeed.exp
6025         * gdb.trace/tstatus.exp
6026         * gdb.trace/tsv.exp
6027         * gdb.trace/unavailable.exp
6028         * gdb.trace/while-dyn.exp
6029         * gdb.trace/while-stepping.exp
6030         * lib/gdb-guile.exp
6031         * lib/gdb.exp
6032         * lib/mi-support.exp
6033         * lib/pascal.exp
6034         * lib/perftest.exp
6035         * lib/prelink-support.exp
6036         * lib/selftest-support.exp
6037
6038 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
6039
6040         * Makefile.in: Include disable-implicit-rules.mk.
6041
6042 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6043
6044         * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6045         non-byte-aligned bit fields.
6046
6047 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6048
6049         PR gdb/12616
6050         * gdb.dwarf2/nonvar-access.exp: New testcase.  Check that GDB
6051         respects the DW_AT_data_bit_offset attribute.
6052
6053 2016-11-22  Simon Marchi  <simon.marchi@polymtl.ca>
6054
6055         * gdb.base/default.exp: Fix output of "set language".
6056
6057 2016-11-17  Simon Marchi  <simon.marchi@polymtl.ca>
6058
6059         * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6060         prefixed with @GMAKE_FALSE@.  Update comment related to non-GNU
6061         make.
6062         * configure.ac: Remove checks for the make program.
6063         * configure: Re-generate.
6064
6065 2016-11-16  Kevin Buettner  <kevinb@redhat.com>
6066
6067         * gdb.python/py-recurse-unwind.c (main): Add loop.
6068         * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6069         to read_register() and gdb.parse_and_eval().  Make each code
6070         call a separate case that can be individually tested.
6071         * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6072         proc. Call cont_and_backtrace for each of the code paths that
6073         we want to test in the unwinder.
6074
6075 2016-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6076
6077         * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6078         the definition of struct S.
6079
6080 2016-11-11  Catherine Moore  <clm@codesourcery.com>
6081
6082         * gdb.base/dump.exp: Identify verilog format dump tests as such.
6083
6084 2016-11-09  Pedro Alves  <palves@redhat.com>
6085
6086         * gdb.base/commands.exp (runto_or_return): New procedure.
6087         (gdbvar_simple_if_test, gdbvar_simple_while_test)
6088         (gdbvar_complex_if_while_test, progvar_simple_if_test)
6089         (progvar_simple_while_test, progvar_complex_if_while_test)
6090         (if_while_breakpoint_command_test)
6091         (infrun_breakpoint_command_test, breakpoint_command_test)
6092         (user_defined_command_test, watchpoint_command_test)
6093         (test_command_prompt_position, redefine_hook_test)
6094         (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6095         (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6096         multi_line_input and multi_line.  Remove gdb_expect and
6097         gdb_stop_suppressing_tests uses.
6098         * lib/gdb.exp (valnum_re): New global.
6099         (multi_line_input): New procedure.
6100
6101 2016-11-09  Simon Marchi  <simon.marchi@polymtl.ca>
6102
6103         * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6104         Remove.
6105         (test_setup): Define with proc_with_prefix.
6106         (test_cli_inferior): Likewise.
6107         (test_cli_thread): Likewise.
6108         (test_cli_frame): Likewise.
6109         (test_cli_select_frame): Likewise.
6110         (test_cli_up_down): Likewise.
6111         (test_mi_thread_select): Likewise.
6112         (test_mi_stack_select_frame): Likewise.
6113         (test_cli_in_mi_inferior): Likewise.
6114         (test_cli_in_mi_thread): Likewise.
6115         (test_cli_in_mi_frame): Likewise.
6116         (top level): Do not use with_test_prefix_procname.
6117
6118 2016-11-09  Pedro Alves  <palves@redhat.com>
6119
6120         * gdb.base/commands.exp (gdbvar_simple_if_test)
6121         (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6122         (progvar_simple_if_test, progvar_simple_while_test)
6123         (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6124         (infrun_breakpoint_command_test, breakpoint_command_test)
6125         (user_defined_command_test, watchpoint_command_test)
6126         (test_command_prompt_position, deprecated_command_test)
6127         (bp_deleted_in_command, temporary_breakpoint_commands)
6128         (stray_arg0_test, source_file_with_indented_comment)
6129         (recursive_source_test, if_commands_test)
6130         (error_clears_commands_left, redefine_hook_test)
6131         (redefine_backtrace_test): Use proc_with_prefix.
6132         * lib/gdb.exp (proc_with_prefix): New proc.
6133
6134 2016-11-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6135
6136         * gdb.base/tui-layout.c: New file.
6137         * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6138         disassembly window contains very long lines.
6139
6140 2016-11-08  Tom Tromey  <tom@tromey.com>
6141
6142         * gdb.python/py-value.exp (test_value_creation): Make "long" test
6143         depend on Python 2.
6144
6145 2016-11-08  Tom Tromey  <tom@tromey.com>
6146
6147         * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6148         New method.
6149
6150 2016-10-29  Manish Goregaokar  <manish@mozilla.com>
6151
6152         * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
6153
6154 2016-10-27  Manish Goregaokar  <manish@mozilla.com>
6155
6156         * gdb.rust/simple.rs: Add test for univariant enums without
6157         discriminants and for encoded struct-like enums.
6158
6159 2016-10-28  Pedro Alves  <palves@redhat.com>
6160
6161         * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6162         gdb_test_multiple, tighten regexps and match symtabs and line
6163         tables incrementally.
6164
6165 2016-10-28  Luis Machado  <lgustavo@codesourcery.com>
6166
6167         * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6168         general.
6169
6170 2016-10-25  Luis Machado  <lgustavo@codesourcery.com>
6171
6172         * gdb.base/exec-invalid-sysroot.exp: New file.
6173
6174 2016-10-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
6175
6176         * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6177
6178 2016-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6179
6180         * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6181
6182 2016-10-19  Maciej W. Rozycki  <macro@imgtec.com>
6183
6184         * gdb.base/killed-outside.exp: Remove $options from a call to
6185         `prepare_for_testing'.
6186
6187 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
6188
6189         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6190         Change test message.
6191
6192 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
6193
6194         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6195         Update comment.
6196
6197 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
6198
6199         * gdb.trace/mi-trace-save.exp: New file.
6200
6201 2016-10-13  Yao Qi  <yao.qi@linaro.org>
6202
6203         * gdb.base/code_elim.exp (get_var_address): Remove.
6204         * gdb.base/relocate.exp: Likewise.
6205         * gdb.base/shreloc.exp: Likewise.
6206         * lib/gdb.exp (get_var_address): New.
6207
6208 2016-10-13  Yao Qi  <yao.qi@linaro.org>
6209
6210         * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6211         floating point tests if $skip_float_test is false.
6212
6213 2016-10-12  Luis Machado  <lgustavo@codesourcery.com>
6214
6215         * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6216         * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6217         argc values.
6218         Add 1 to argc so we guarantee distinct initial/modified argc values.
6219
6220 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6221
6222         * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6223
6224 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6225
6226         * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6227         * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6228         * gdb.arch/vsx-regs.exp: Likewise.
6229
6230 2016-10-07  Yao Qi  <yao.qi@linaro.org>
6231
6232         * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6233
6234 2016-10-07  Markus Metzger  <markus.t.metzger@intel.com>
6235
6236         * gdb.python/python.exp: Test decode_line("*0").
6237
6238 2016-10-06  Doug Evans  <dje@google.com>
6239
6240         * gdb.python/py-value.exp (test_value_creation): Add test for large
6241         unsigned 64-bit value.
6242
6243 2016-10-06  Tom Tromey  <tom@tromey.com>
6244
6245         * gdb.compile/compile.exp: Change java tests to rust.
6246         * gdb.base/setshow.exp: Change java tests to rust.
6247         * gdb.base/default.exp: Remove java from language list.
6248         * README (Examples): Update language example.
6249         * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6250         test.
6251         * lib/gdb.exp (skip_java_tests): Remove.
6252         * lib/java.exp: Remove.
6253         * gdb.java: Remove.
6254
6255 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
6256
6257         * gdb.arch/mips-fcr.exp: New test.
6258         * gdb.arch/mips-fcr.c: Source for the new test.
6259
6260 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
6261
6262         * gdb.base/solib-disc.exp: Use `standard_output_file'
6263         throughout.
6264
6265 2016-10-06  Pedro Alves  <palves@redhat.com>
6266
6267         * gdb.base/jit-simple-dl.c: New file.
6268         * gdb.base/jit-simple-jit.c: New file, factored out from ...
6269         * gdb.base/jit-simple.c: ... this.
6270         * gdb.base/jit-simple.exp (jit_run): Delete.
6271         (build_jit): New proc.
6272         (jit_test_reread): Recompile either the main program or the shared
6273         library, depending on what is being tested.  Skip changing address
6274         if caller wants to.  Compare before/after addresses.  If testing
6275         standalone, explicitly load the binary.  Test "maint info
6276         breakpoints".
6277         (top level): Add "standalone vs shared lib" and "change address"
6278         vs "same address" axes.
6279
6280 2016-10-06  Pedro Alves  <palves@redhat.com>
6281
6282         * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6283         call.
6284         (jit_run): Delete.
6285         (jit_test_reread): Use with_test_prefix.  Reload the main binary
6286         explicitly.  Compare the before/after addresses of the JIT
6287         descriptor.
6288
6289 2016-08-15  Doug Evans  <dje@google.com>
6290
6291         * gdb.xml/extra-regs.xml: Update, end field now required, default type
6292         for single bitfields is bool.
6293         * gdb.xml/tdesc-regs.exp: Ditto.
6294
6295 2016-10-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6296
6297         * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6298
6299 2016-10-05  Yao Qi  <yao.qi@linaro.org>
6300
6301         * lib/gdb.exp (support_complex_tests): Return zero if
6302         gdb_skip_float_test return true.
6303
6304 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6305             Simon Marchi  <simon.marchi@ericsson.com>
6306
6307         PR gdb/20487
6308         * gdb.mi/user-selected-context-sync.exp: New file.
6309         * gdb.mi/user-selected-context-sync.c: New file.
6310
6311 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6312             Simon Marchi  <simon.marchi@ericsson.com>
6313
6314         PR gdb/20487
6315         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6316         =thread-select-event check.
6317
6318 2016-09-29  Peter Bergner  <bergner@vnet.ibm.com>
6319
6320         * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6321         the compulsory L operand changes.
6322         * gdb.arch/powerpc-power.s: Likewise.
6323
6324 2016-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
6325
6326         PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6327         * gdb.base/jit-attach-pie.c: New file.
6328         * gdb.base/jit-attach-pie.exp: New file.
6329
6330 2016-09-28  Pedro Alves  <palves@redhat.com>
6331
6332         * gdb.base/infcall-input.c: New file.
6333         * gdb.base/infcall-input.exp: New file.
6334
6335 2016-09-22  Yao Qi  <yao.qi@linaro.org>
6336
6337         * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6338         (gdb_exit): Rename it to ...
6339         (gdbserver_gdb_exit): ...  Close GDBserver.
6340         (gdb_exit): New proc, call gdbserver_gdb_exit.
6341         (mi_gdb_exit): Likewise.
6342
6343 2016-09-22  Yao Qi  <yao.qi@linaro.org>
6344
6345         * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6346         path.
6347         * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6348         Remove duplication.
6349
6350 2016-09-22  Yao Qi  <yao.qi@linaro.org>
6351
6352         * lib/gdbserver-support.exp: Check the existence of
6353         gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6354
6355 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
6356
6357         * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6358
6359 2016-09-21  Tom Tromey  <tom@tromey.com>
6360
6361         PR gdb/20604:
6362         * gdb.base/quit.exp: New file.
6363
6364 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
6365
6366         * .gitignore: New file.
6367
6368 2016-09-21  Maciej W. Rozycki  <macro@imgtec.com>
6369
6370         * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6371         throughout.
6372
6373 2016-09-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6374
6375         * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6376
6377 2016-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
6378
6379         * gdb.cp/casts.cc (decltype): Move it ...
6380         (main): ... with its call to ...
6381         * gdb.cp/casts03.cc: ... a new file.
6382         * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6383
6384 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6385
6386         * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6387
6388 2016-09-15  Peter Bergner  <bergner@vnet.ibm.com>
6389
6390         * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6391         and sync up the test with tests in gas/testsuite/gas/ppc.
6392         * gdb.arch/powerpc-power.exp: Likewise.
6393
6394 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6395
6396         * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6397
6398 2016-09-11  Sergio Durigan Junior  <sergiodj@redhat.com>
6399             Jan Kratochvil  <jan.kratochvil@redhat.com>
6400
6401         * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6402         make m1's definition to be different from m2's.  Use 'dummy' as an
6403         argument for probe 'two'.
6404
6405 2016-09-10  Jon Beniston  <jon@beniston.com>
6406
6407         * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6408         for sim target.
6409
6410 2016-09-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6411
6412         * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6413         variable declaration.
6414         (gnu_ifunc): Add parameter hwcap.  Store it in resolver_hwcap.
6415         * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6416         * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6417         received HWCAP as its argument.
6418
6419 2016-09-06  Pedro Alves  <palves@redhat.com>
6420
6421         * gdb.base/new-ui-pending-input.c: New file.
6422         * gdb.base/new-ui-pending-input.exp: New file.
6423         * gdb.exp (clear_gdb_spawn_id): New procedure.
6424         (with_spawn_id): Check whether gdb_spawn_id exists before
6425         referencing it.  If gdb_spawn_id didn't exist on entry, clear it
6426         on exit.
6427
6428 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
6429
6430         * gdb.base/float128.c: New file.
6431         * gdb.base/float128.exp: Likewise.
6432         * gdb.base/floatn.c: Likewise.
6433         * gdb.base/floatn.exp: Likewise.
6434
6435 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
6436
6437         * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6438
6439 2016-09-05  Pedro Alves  <palves@redhat.com>
6440
6441         PR backtrace/19927
6442         * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6443         unwinders are immediately called as side effect of "source" or
6444         "disable unwinder" commands.
6445         * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6446
6447 2016-09-02  Yao Qi  <yao.qi@linaro.org>
6448
6449         * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6450         is true and $type is "float" or "double".
6451
6452 2016-09-02  Yao Qi  <yao.qi@linaro.org>
6453
6454         * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6455         true.
6456         * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6457         * gdb.base/call-rt-st.exp: Likewise.
6458         * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6459         return value instead of gdb,skip_float_test.
6460         * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6461         (do_function_calls): Use its return value instead of
6462         gdb,skip_float_test.
6463         * gdb.base/finish.exp: Likewise.
6464         * gdb.base/funcargs.exp: Likewise.
6465         * gdb.base/return.exp: Likewise.
6466         * gdb.base/return2.exp: Likewise.
6467         * gdb.base/varargs.exp: Likewise.
6468         * lib/gdb.exp (gdb_skip_float_test): Change it to
6469         gdb_caching_proc.  Detect the broken ptrace on arm-linux.
6470
6471 2016-08-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6472
6473         * gdb.multi/tids.exp: Test "thread apply all".
6474
6475 2016-08-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
6476
6477         * gdb.base/default.exp (tty): Remove.
6478
6479 2016-08-24  Kevin Buettner  <kevinb@redhat.com>
6480
6481         * gdb.python/py-recurse-unwind.c: New file.
6482         * gdb.python/py-recurse-unwind.py: New file.
6483         * gdb.python/py-recurse-unwind.exp: New file.
6484
6485 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
6486
6487         * gdb.base/set-inferior-tty.exp: New file.
6488         * gdb.base/set-inferior-tty.c: New file.
6489
6490 2016-08-23  Pedro Alves  <palves@redhat.com>
6491
6492         PR gdb/20494
6493         * gdb.base/new-ui-echo.c: New file.
6494         * gdb.base/new-ui-echo.exp: New file.
6495
6496 2016-08-23  Yao Qi  <yao.qi@linaro.org>
6497
6498         * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6499         gdbserver_spawn.
6500         * gdb.server/connect-without-multi-process.exp (do_test):
6501         Likewise.
6502
6503 2016-08-23  Yao Qi  <yao.qi@linaro.org>
6504
6505         * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6506         standalone_txt.  Delete gdb_txt and standalone_txt on host
6507         and target.  Spawn the binary on target.  Copy files from
6508         target to host.
6509
6510 2016-08-22  Pedro Alves  <palves@redhat.com>
6511
6512         PR gdb/20505
6513         * gdb.base/vdso-warning.exp: Test core dumps too.  Use
6514         with_test_prefix.  Factor out bits to ...
6515         (test_no_vdso): ... this new procedure.
6516
6517 2016-08-19  Carl Love  <cel@us.ibm.com>
6518
6519         * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6520         maintaining separate logic for constructing the output path.
6521         * gdb.arch/powerpc-d128-regs.exp: Likewise.
6522         * gdb.arch/ppc-dfp.exp: Likewise.
6523         * gdb.arch/ppc-fp.exp: Likewise.
6524         * gdb.arch/vsx-regs.exp: Likewise.
6525         * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6526         binprefix for generating the additional binary files.
6527
6528 2016-08-19  Pedro Alves  <palves@redhat.com>
6529
6530         * gdb.trace/mi-trace-frame-collected.exp
6531         (test_trace_frame_collected): On x32, expect two registers.
6532
6533 2016-08-18  Carl Love  <cel@us.ibm.com>
6534
6535         * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6536         and sync up the test with tests in gas/testsuite/gas/ppc.
6537         * gdb.arch/powerpc-power.exp: Likewise.
6538
6539 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
6540
6541         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6542         expected error message.
6543
6544 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
6545
6546         * gdb.multi/remove-inferiors.exp: New file.
6547         * gdb.multi/remove-inferiors.c: New file.
6548
6549 2016-08-12  Yao Qi  <yao.qi@linaro.org>
6550
6551         * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6552         argument list.
6553
6554 2016-08-10  Pedro Alves  <palves@redhat.com>
6555
6556         PR gdb/19187
6557         * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6558         setup_kfails.
6559
6560 2016-08-09  Pedro Alves  <palves@redhat.com>
6561             Simon Marchi  <simon.marchi@ericsson.com>
6562
6563         PR gdb/20418
6564         * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6565         * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6566
6567 2016-08-09  Pedro Alves  <palves@redhat.com>
6568
6569         PR mi/20431
6570         * gdb.mi/mi-cmd-error.exp: New file.
6571
6572 2016-08-09  Pedro Alves  <palves@redhat.com>
6573
6574         PR gdb/18653
6575         * gdb.base/signals-state-child.c: New file.
6576         * gdb.base/signals-state-child.exp: New file.
6577         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6578
6579 2016-08-09  Pedro Alves  <palves@redhat.com>
6580
6581         * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6582
6583 2016-08-03  Tom Tromey  <tom@tromey.com>
6584
6585         PR python/18565:
6586         * gdb.python/py-frame-inline.exp: Add Frame.function test.
6587
6588 2016-08-01  Yao Qi  <yao.qi@linaro.org>
6589
6590         * gdb.threads/process-dies-while-detaching.exp (do_test): Set
6591         variable mode to "multi-process" if $multi_process is 1, otherwise
6592         set it to "single-process".
6593
6594 2016-08-01  Yao Qi  <yao.qi@linaro.org>
6595
6596         * gdb.cp/anon-struct.exp: Check is_aarch32_target.
6597         * gdb.cp/cpexprs.exp: Likewise.
6598         * gdb.cp/m-static.exp: Likewise.
6599
6600 2016-07-26  Tom Tromey  <tom@tromey.com>
6601
6602         PR python/20190:
6603         * gdb.threads/tls.exp (check_thread_local): Add python symbol
6604         test.
6605
6606 2016-07-26  Markus Metzger  <markus.t.metzger@intel.com>
6607
6608         * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
6609         selecting assembly source files.
6610         * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
6611         assembly source files.
6612         * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
6613         assembly source files.
6614         * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
6615         selecting assembly source files.
6616
6617 2016-07-25  Simon Marchi  <simon.marchi@ericsson.com>
6618
6619         * gdb.base/new-ui.exp (do_test_invalid_args): New
6620         procedure.
6621
6622 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
6623
6624         * gdb.btrace/reconnect.c: New file.
6625         * gdb.btrace/reconnect.exp: New file.
6626
6627 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
6628
6629         * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
6630         to test_catch_syscall_group.
6631         (test_catch_syscall_group): New.
6632
6633 2016-07-21  Tom Tromey  <tom@tromey.com>
6634
6635         * gdb.rust/simple.rs (main): Use empty struct expression.
6636         * gdb.rust/simple.exp: Add tests for empty struct expression.
6637
6638 2016-07-21  Yao Qi  <yao.qi@linaro.org>
6639
6640         * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
6641         if gdb_skip_xml_test is true on some targets.
6642
6643 2016-07-21  Yao Qi  <yao.qi@linaro.org>
6644
6645         * gdb.server/solib-list.exp: Unset last_loaded_file.
6646
6647 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6648
6649         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
6650         "step into captured_main (args)".
6651
6652 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6653
6654         * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
6655
6656 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6657
6658         * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
6659
6660 2016-07-19  Pedro Alves  <palves@redhat.com>
6661
6662         * gdb.opt/inline-break.exp: Remove optimize=-O2.
6663         * gdb.opt/inline-bt.exp: Likewise.
6664         * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
6665         additional_flags=-Winline.
6666         * gdb.opt/inline-locals.exp: Likewise.
6667         * gdb.opt/inline-markers.c (ATTR): Define.
6668         (inlined_fn): Use it.
6669
6670 2016-07-19  Yao Qi  <yao.qi@linaro.org>
6671
6672         * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
6673         (test_with_self): Remove some code.  Remove argument executable.
6674         (top-level): Use do_self_tests.
6675
6676 2016-07-15  Zachary Welch  <zwelch@codesourcery.com>
6677             Don Breazeal <donb@codesourcery.com>
6678
6679         * gdb.base/maint.exp: Escape paths used in regular expressions.
6680         * gdb.stabs/weird.exp: Likewise.
6681
6682 2016-07-13  Tom Tromey  <tom@tromey.com>
6683
6684         PR python/15620, PR python/18620:
6685         * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
6686         (test_bkpt_events): New procs.
6687
6688 2016-07-13  Tom Tromey  <tom@tromey.com>
6689
6690         PR python/17698:
6691         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
6692         test.
6693         (test_watchpoints): Likewise.
6694         (test_bkpt_pending): New proc.
6695
6696 2016-07-13  Tom Tromey  <tom@tromey.com>
6697
6698         PR cli/18053:
6699         * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
6700         completion test.
6701
6702 2016-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
6703
6704         * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
6705         * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
6706         * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
6707         f_label.
6708         (g): Rename g_end_lbl to g_label.
6709         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
6710         low_pc and high_pc.
6711         * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
6712
6713 2016-07-12  Tom Tromey  <tom@tromey.com>
6714
6715         PR python/19293:
6716         * gdb.python/py-unwind-maint.exp: Update tests.
6717
6718 2016-07-12  Yao Qi  <yao.qi@linaro.org>
6719
6720         * lib/selftest-support.exp (selftest_setup): Match the output
6721         when captured_main is inlined.
6722
6723 2016-07-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6724
6725         * gdb.fortran/derived-types.exp (result_line, result_line_2):
6726         New variables.
6727         (print this%a, print this%b, print this): New tests.
6728         * gdb.fortran/derived-types.f90 (this): New object and
6729         initialization.
6730
6731 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6732
6733         * gdb.ada/arraydim.exp: Remove extra directory level in build
6734         directory.
6735
6736 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6737
6738         * lib/ada.exp: Remove extra directory level in build directory.
6739         * gdb.ada/cond_lang.exp: Likewise.
6740         * gdb.ada/exec_changed.exp: Likewise.
6741         * gdb.ada/lang_switch.exp: Likewise.
6742
6743 2016-07-06  Manish Goregaokar  <manish@mozilla.com>
6744
6745         * simple.rs: Add test for raw pointer subscripting.
6746         * simple.exp: Add test expectations.
6747
6748 2016-07-05  Yao Qi  <yao.qi@linaro.org>
6749
6750         * gdb.mi/mi-reverse.exp: Match =record-started output.
6751
6752 2016-07-01  Pedro Alves  <palves@redhat.com>
6753
6754         * gdb.base/jit-reader.exp (info_registers_current_frame): New
6755         procedure.
6756         (jit_reader_test): Test the jit reader's unwinder.
6757         * gdb.base/jithost.c (jit_function_00_code): New global.
6758         (main): Use memcpy to fill in the mmapped code, instead of poking
6759         bytes manually here.
6760         * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6761         value.
6762         (read_debug_info): Save the function's range.
6763         (read_sp): New function.
6764         (unwind_frame): Use it.  Also unwind RBP.
6765         (get_frame_id): Use read_sp.
6766         (gdb_init_reader): Use calloc instead of malloc.
6767         * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6768         parameter.  Use gdb_test_multiple.
6769
6770 2016-07-01  Pedro Alves  <palves@redhat.com>
6771             Antoine Tremblay  <antoine.tremblay@ericsson.com>
6772
6773         * gdb.threads/process-dies-while-detaching.c: New file.
6774         * gdb.threads/process-dies-while-detaching.exp: New file.
6775
6776 2016-07-01  Pedro Alves  <palves@redhat.com>
6777
6778         * gdb.multi/watchpoint-multi-exit.c: New file.
6779         * gdb.multi/watchpoint-multi-exit.exp: New file.
6780
6781 2016-06-30  Pedro Alves  <palves@redhat.com>
6782
6783         * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6784         unset inferior_spawn_id.
6785
6786 2016-06-30  Pedro Alves  <palves@redhat.com>
6787
6788         * lib/mi-support.exp (default_mi_gdb_start): Declare global
6789         FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6790
6791 2016-06-29  Yao Qi  <yao.qi@linaro.org>
6792
6793         * gdb.base/return.c: Add copyright header.
6794
6795 2016-06-29  Tom Tromey  <tom@tromey.com>
6796
6797         PR python/20129:
6798         * gdb.python/py-framefilter.exp: Add tests for setting priority
6799         and disabling of non-existent frame filter.
6800
6801 2016-06-29  Yao Qi  <yao.qi@linaro.org>
6802
6803         * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6804         0x0f07ff.
6805
6806 2016-06-28  Yao Qi  <yao.qi@linaro.org>
6807
6808         * gdb.base/catch-syscall.exp: Remove check on isnative and target
6809         triplets.  Start gdb, execute catch syscall, and continue.  Check
6810         gdb's output to determine catch syscall is supported.
6811
6812 2016-06-27  Manish Goregaokar  <manish@mozilla.com>
6813
6814         * gdb.rust/simple.rs: Add test for returning unit in a function.
6815         * gdb.rust/simple.exp: Add expectation for functions returning
6816         unit.
6817
6818 2016-06-27  Pierre-Marie de Rodat  <derodat@adacore.com>
6819
6820         * gdb.python/py-breakpoint-create-fail.c,
6821         gdb.python/py-breakpoint-create-fail.exp,
6822         gdb.python/py-breakpoint-create-fail.py: New testcase.
6823
6824 2016-06-25  Manish Goregaokar  <manish@mozilla.com>
6825
6826         PR gdb/20239
6827         * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
6828         * gdb.rust/simple.exp: Add test expectations for new NonZero
6829         tests.
6830
6831 2016-06-24  David Taylor  <dtaylor@emc.com>
6832
6833         * gdb.base/offsets.exp: New file.
6834         * gdb.base/offsets.c: New file.
6835
6836 2016-06-23  Tom Tromey  <tom@tromey.com>
6837
6838         PR gdb/16483:
6839         * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6840         before any filters are loaded.
6841
6842 2016-06-21  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6843
6844         * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6845         * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6846         structs.
6847         * gdb.fortran/derived-type-function.exp: New file.
6848         * gdb.fortran/derived-type-function.f90: New file.
6849
6850
6851 2016-06-21  Pedro Alves  <palves@redhat.com>
6852
6853         * gdb.base/new-ui.exp: New file.
6854         * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6855         * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6856         (with_spawn_id): New procedure.
6857
6858 2016-06-21  Pedro Alves  <palves@redhat.com>
6859
6860         * gdb.mi/mi-exec-run.exp: New file.
6861
6862 2016-06-21  Pedro Alves  <palves@redhat.com>
6863
6864         * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6865         breakpoint command's output on the main UI.
6866         (test_break): New procedure, factored out from calls in the top
6867         level.
6868         (top level): Use foreach_with_prefix to test MI as main UI and as
6869         separate UI.
6870
6871 2016-06-21  Pedro Alves  <palves@redhat.com>
6872
6873         * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6874         (test_awatch_creation_and_listing)
6875         (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6876         Remove 'type' parameter.
6877         (test_watchpoint_all): New parameter mi_mode.  Remove
6878         with_test_prefix.
6879         (top level): Use foreach_with_prefix, and add main/separate UI MI
6880         testing axis.
6881
6882 2016-06-21  Pedro Alves  <palves@redhat.com>
6883
6884         * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6885         * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6886         * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6887         gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6888         (gdb_main_spawn_id, mi_spawn_id): Declare and
6889         comment.
6890         (mi_create_inferior_pty): New procedure,
6891         factored out from default_mi_gdb_start.
6892         (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6893         procedures.
6894         (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6895         separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6896         Use mi_create_inferior_pty.
6897         (mi_gdb_start): Use eval to pass down args list.
6898
6899 2016-06-21  Pedro Alves  <palves@redhat.com>
6900
6901         * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6902         * gdb.opt/inline-cmds.exp: Add MI tests.
6903
6904 2016-06-21  Pedro Alves  <palves@redhat.com>
6905
6906         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6907
6908 2016-06-21  Pedro Alves  <palves@redhat.com>
6909
6910         * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6911         (top level): Use it instead of mi_execute_to.
6912
6913 2016-06-21  Pedro Alves  <palves@redhat.com>
6914
6915         * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6916         (cont_handler_str): New.
6917         (signal_stop_handler): Set stop_handler_str instead of printing to
6918         stdout.
6919         (continue_handler): Set cont_handler_str instead of printing to
6920         stdout.
6921         * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6922         mi_send_resuming_command.  Print stop_handler_str and
6923         cont_handler_str instead of expecting the python events print
6924         directly.
6925
6926 2016-06-17  Sanjoy Das  <sanjoy@playingwithpointers.com>
6927
6928         * gdb.base/jit-reader.exp: New file.
6929         * gdb.base/jithost.c: New file.
6930         * gdb.base/jithost.h: New file.
6931         * gdb.base/jitreader.c : New file.
6932         * gdb.base/jit-protocol.h: New file.
6933
6934 2016-06-17  Yao Qi  <yao.qi@linaro.org>
6935
6936         * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6937         parameters follow_fork and detach_on_fork.  Set follow-fork-mode
6938         and detach-on-fork.  Adjust tests.
6939         (top level): Invoke break_cond_on_syscall with combinations of
6940         syscall, follow-fork-mode and detach-on-fork.
6941
6942 2016-06-17  Yao Qi  <yao.qi@linaro.org>
6943
6944         * gdb.base/step-over-exit.c: New.
6945         * gdb.base/step-over-exit.exp: New.
6946
6947 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
6948
6949         * gdb.base/float.exp: Add target check for nds32*-*-*.
6950         * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6951
6952 2016-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
6953
6954         * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6955         for unsupported target features.
6956         * gdb.base/call-rt-st.exp: Likewise.
6957         * gdb.base/call-sc.exp: Likewise.
6958         * gdb.base/call-signal-resume.exp: Likewise.
6959         * gdb.base/call-strs.exp: Likewise.
6960         * gdb.base/callexit.exp: Likewise.
6961         * gdb.base/callfuncs.exp: Likewise.
6962         * gdb.base/nodebug.exp: Likewise.
6963         * gdb.base/printcmds.exp: Likewise.
6964         * gdb.base/ptype.exp: Likewise.
6965         * gdb.base/structs.exp: Likewise.
6966         * gdb.base/unwindonsignal.exp: Likewise.
6967         * gdb.cp/gdb2495.exp: Likewise.
6968         * gdb.cp/templates.exp: Likewise.
6969         * gdb.cp/virtfunc.exp: Likewise.
6970         * gdb.threads/hand-call-in-threads.exp: Likewise.
6971         * gdb.threads/interrupted-hand-call.exp: Likewise.
6972         * gdb.threads/thread-unwindonsignal.exp: Likewise.
6973
6974 2016-06-10  Tom Tromey  <tom@tromey.com>
6975
6976         PR rust/20110:
6977         * gdb.rust/expr.exp: Add test for integer constant larger than
6978         i32.
6979
6980 2016-06-10  Bernhard Heckel  <bernhard.heckel@intel.com>
6981
6982         * gdb.fortran/nested-funcs.exp: New.
6983         * gdb.fortran/nested-funcs.f90: New.
6984
6985 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
6986
6987         * gdb.base/examine-backward.c: New file.
6988         * gdb.base/examine-backward.exp: New file.
6989
6990 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
6991
6992         * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6993         matching.
6994
6995 2016-06-02  Tom Tromey  <tom@tromey.com>
6996
6997         PR python/18984:
6998         * gdb.python/py-shared.exp: Add solib_name test.
6999
7000 2016-06-02  Simon Marchi  <simon.marchi@ericsson.com>
7001
7002         * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
7003
7004 2016-05-31  Martin Galvan  <martin.galvan@tallertechnologies.com>
7005
7006         PR c++/19893
7007         * gdb.dwarf2/implref.exp: Rename to...
7008         * gdb.dwarf2/implref-const.exp: ...this.  Also add more test statements.
7009         * gdb.dwarf2/implref-array.c: New file.
7010         * gdb.dwarf2/implref-array.exp: Likewise.
7011         * gdb.dwarf2/implref-global.c: Likewise.
7012         * gdb.dwarf2/implref-global.exp: Likewise.
7013         * gdb.dwarf2/implref-struct.c: Likewise.
7014         * gdb.dwarf2/implref-struct.exp: Likewise.
7015
7016 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7017
7018         * gdb.trace/trace-condition.exp: Add 64bit tests.
7019
7020 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7021
7022         * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
7023         bits types.
7024         (main): Adapt to 8 to 64 bits types.
7025         * gdb.trace/trace-condition.exp: Add new tests.
7026
7027 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7028
7029         * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
7030
7031 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7032
7033         * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
7034         Move condition tests...
7035         * gdb.trace/trace-condition.exp: Here.
7036
7037 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7038
7039         * gdb.trace/trace-condition.exp: Add counter-case tests.
7040
7041 2016-05-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
7042
7043         PR c++/15231
7044         * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7045         * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7046
7047 2016-05-27  Pedro Alves  <palves@redhat.com>
7048
7049         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7050         New procedure.
7051         (top level): Call it, and bail out of DejaGnu is known to be bad.
7052
7053 2016-05-27  Andrew Burgess  <andrew.burgess@embecosm.com>
7054
7055         * gdb.base/whatis.c: Extend the test case.
7056         * gdb.base/whatis.exp: Add additional tests.
7057
7058 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7059
7060 * gdb.fortran/type.f90: Add pointer variable.
7061 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7062
7063 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7064
7065         * gdb.fortran/vla-type.exp: Fix testcase name.
7066
7067 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7068
7069         * gdb.fortran/vla-type.exp: Access elements in nested structs.
7070
7071 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7072
7073         * gdb.fortran/type.f90: Add nested structures.
7074         * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7075         * gdb.fortran/derived-type.exp: Adapt expected output.
7076         * gdb.fortran/vla-type.exp: Adapt expected output.
7077
7078 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7079
7080         * gdb.fortran/whatis_type.exp: Adapt expected output.
7081
7082 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7083
7084         * gdb.fortran/print_type.exp: Fix expected output.
7085         * gdb.fortran/whatis_type.exp: Fix expected output.
7086
7087 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7088
7089         * gdb.fortran/whatis_type.exp: Use multi_line.
7090
7091 2016-05-24  Tom Tromey  <tom@tromey.com>
7092
7093         PR python/17386:
7094         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7095         use value as an index.
7096
7097 2016-05-23  Tom Tromey  <tom@tromey.com>
7098
7099         PR python/17981:
7100         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7101         no-breakpoint case.
7102
7103 2016-05-24  Pedro Alves  <palves@redhat.com>
7104
7105         PR gdb/19828
7106         * gdb.threads/clone-attach-detach.c: New file.
7107         * gdb.threads/clone-attach-detach.exp: New file.
7108
7109 2016-05-24  Francis Ricci  <francisjricci@gmail.com>  (tiny patch)
7110
7111         * gdb.base/annota-input-while-running.exp: Fix syntax error.
7112
7113 2016-05-23  Tom Tromey  <tom@tromey.com>
7114
7115         PR python/19438, PR python/18393:
7116         * gdb.python/py-progspace.exp: Add "dir" test.
7117         * gdb.python/py-objfile.exp: Add "dir" test.
7118
7119 2016-05-23  Yao Qi  <yao.qi@linaro.org>
7120
7121         * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7122         * gdb.arch/thumb2-it.exp: Likewise.
7123
7124 2016-05-18  Simon Marchi  <simon.marchi@ericsson.com>
7125
7126         * gdb.mi/mi-threads-interrupt.c: New file.
7127         * gdb.mi/mi-threads-interrupt.exp: New file.
7128
7129 2016-05-17  Simon Marchi  <simon.marchi@ericsson.com>
7130
7131         PR gdb/18077
7132         * gdb.mi/mi-async-run.exp: New file.
7133         * gdb.mi/mi-async-run.c: New file.
7134
7135 2016-05-17  Tom Tromey  <tom@tromey.com>
7136             Manish Goregaokar <manishsmail@gmail.com>
7137
7138         * lib/rust-support.exp: New file.
7139         * lib/gdb.exp (skip_rust_tests): New proc.
7140         (build_executable_from_specs): Handle rust.
7141         * lib/future.exp (gdb_find_rustc): New proc.
7142         (gdb_default_target_compile): Handle rust.
7143         * gdb.rust/expr.exp: New file.
7144         * gdb.rust/generics.exp: New file.
7145         * gdb.rust/generics.rs: New file.
7146         * gdb.rust/methods.exp: New file.
7147         * gdb.rust/methods.rs: New file.
7148         * gdb.rust/modules.exp: New file.
7149         * gdb.rust/modules.rs: New file.
7150         * gdb.rust/simple.exp: New file.
7151         * gdb.rust/simple.rs: New file.
7152
7153 2016-05-17  Tom Tromey  <tom@tromey.com>
7154
7155         * gdb.base/default.exp (set language): Add rust.
7156
7157 2016-05-17  Tom Tromey  <tom@tromey.com>
7158
7159         * gdb.gdb/unittest.exp: New file.
7160
7161 2016-05-16  Yao Qi  <yao.qi@linaro.org>
7162
7163         * gdb.base/batch-preserve-term-settings.exp: Remove variable
7164         shell_prompt.  Update shell_prompt_re.
7165
7166 2016-05-12  Doug Evans  <dje@google.com>
7167
7168         PR symtab/19999
7169         * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7170         $options when building executable.
7171         * gdb.dwarf2/fission-loclists-pie.S: New file.
7172         * gdb.dwarf2/fission-loclists-pie.exp: New file.
7173
7174 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
7175
7176         * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
7177         of [is_remote target],
7178
7179 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
7180
7181         * lib/gdb.exp (use_gdb_stub): New procedure.
7182
7183 2016-05-03  Yunlian Jiang <yunlian@google.com>
7184             Doug Evans  <dje@google.com>
7185
7186         PR symtab/19914
7187         * gdb.dwarf2/dwp-sepdebug.c: New file.
7188         * gdb.dwarf2/dwp-sepdebug.exp: New file.
7189
7190 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
7191
7192         * gdb.base/detach.exp: Remove is_remote check.
7193
7194 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
7195
7196         * gdb.base/annota-input-while-running.exp: Don't check for
7197         [is_remote target].  Enable annotations after running to main.
7198         Remove unused "set test..." line.
7199
7200 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
7201
7202         * gdb.trace/trace-enable-disable.exp: New file.
7203         * gdb.trace/trace-enable-disable.c: New file.
7204
7205 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
7206
7207         * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7208         use it in info sharedlibrary test.
7209         * gdb.trace/ftrace-lock.exp: Likewise.
7210         * gdb.trace/ftrace.exp: Likewise.
7211         * gdb.trace/range-stepping.exp: Likewise.
7212         * gdb.trace/trace-break.exp: Likewise.
7213         * gdb.trace/trace-condition.exp: Likewise.
7214         * gdb.trace/trace-mt.exp: Likewise.
7215
7216 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
7217
7218         * lib/gdb.exp (gdb_load_shlibs): Rename to...
7219         (gdb_load_shlib): ... this.
7220         * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7221         gdb_load_shlib.
7222         * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7223         * gdb.base/ctxobj.exp: Likewise.
7224         * gdb.base/dprintf-pending.exp: Likewise.
7225         * gdb.base/dso2dso.exp: Likewise.
7226         * gdb.base/fixsection.exp: Likewise.
7227         * gdb.base/gcore-relro.exp: Likewise.
7228         * gdb.base/gdb1555.exp: Likewise.
7229         * gdb.base/global-var-nested-by-dso.exp: Likewise.
7230         * gdb.base/gnu-ifunc.exp: Likewise.
7231         * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7232         * gdb.base/jit-so.exp (one_jit_test): Likewise.
7233         * gdb.base/pending.exp: Likewise.
7234         * gdb.base/print-file-var.exp: Likewise.
7235         * gdb.base/print-symbol-loading.exp: Likewise.
7236         * gdb.base/shlib-call.exp: Likewise.
7237         * gdb.base/shreloc.exp: Likewise.
7238         * gdb.base/so-impl-ld.exp: Likewise.
7239         * gdb.base/solib-disc.exp: Likewise.
7240         * gdb.base/solib-nodir.exp: Likewise.
7241         * gdb.base/solib-overlap.exp: Likewise.
7242         * gdb.base/solib-symbol.exp: Likewise.
7243         * gdb.base/solib-weak.exp (do_test): Likewise.
7244         * gdb.base/sym-file.exp: Likewise.
7245         * gdb.base/symtab-search-order.exp: Likewise.
7246         * gdb.base/type-opaque.exp: Likewise.
7247         * gdb.base/unload.exp: Likewise.
7248         * gdb.base/watchpoint-solib.exp: Likewise.
7249         * gdb.compile/compile.exp: Likewise.
7250         * gdb.cp/gdb2384.exp: Likewise.
7251         * gdb.cp/infcall-dlopen.exp: Likewise.
7252         * gdb.cp/re-set-overloaded.exp: Likewise.
7253         * gdb.fortran/library-module.exp: Likewise.
7254         * gdb.opt/solib-intra-step.exp: Likewise.
7255         * gdb.python/py-finish-breakpoint.exp: Likewise.
7256         * gdb.python/py-shared.exp: Likewise.
7257         * gdb.reverse/solib-precsave.exp: Likewise.
7258         * gdb.reverse/solib-reverse.exp: Likewise.
7259         * gdb.server/solib-list.exp: Likewise.
7260         * gdb.threads/dlopen-libpthread.exp: Likewise.
7261         * gdb.threads/tls-shared.exp: Likewise.
7262         * gdb.threads/tls-so_extern.exp: Likewise.
7263         * gdb.trace/change-loc.exp: Likewise.
7264         * gdb.trace/ftrace-lock.exp: Likewise.
7265         * gdb.trace/ftrace.exp: Likewise.
7266         * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7267         * gdb.trace/pending.exp: Likewise.
7268         * gdb.trace/range-stepping.exp: Likewise.
7269         * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7270         (strace_info_marker): Likewise.
7271         (strace_probe_marker): Likewise.
7272         (strace_trace_on_same_addr): Likewise.
7273         (strace_trace_on_diff_addr): Likewise.
7274         * gdb.trace/trace-break.exp: Likewise.
7275         * gdb.trace/trace-condition.exp: Likewise.
7276         * gdb.trace/trace-mt.exp: Likewise.
7277
7278 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
7279
7280         * lib/gdb.exp (gdb_load_shlibs):  Accept a single argument.  Return
7281         result of gdb_remote_download.
7282         * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7283         * gdb.base/dso2dso.exp: Likewise.
7284         * gdb.base/global-var-nested-by-dso.exp: Likewise.
7285         * gdb.base/print-file-var.exp: Likewise.
7286         * gdb.base/shlib-call.exp: Likewise.
7287         * gdb.base/shreloc.exp: Likewise.
7288         * gdb.base/solib-overlap.exp: Likewise.
7289         * gdb.base/solib-weak.exp (do_test): Likewise.
7290         * gdb.base/unload.exp: Likewise.
7291
7292 2016-04-27  Yao Qi  <yao.qi@linaro.org>
7293
7294         * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7295         exists.
7296
7297 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
7298
7299         * vla-type.exp: Print structure from toplevel.
7300
7301 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
7302
7303         * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7304         of dynamic types.
7305         * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7306         of dynamic types.
7307
7308 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
7309
7310         * gdb.fortran/vla-type.f90: New file.
7311         * gdb.fortran/vla-type.exp: New file.
7312
7313 2016-04-25  Yao Qi  <yao.qi@linaro.org>
7314
7315         * gdb.base/branch-to-self.c: New file.
7316         * gdb.base/branch-to-self.exp: New file.
7317
7318 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7319
7320         * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7321         more after $hex.
7322
7323 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7324
7325         * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7326         * gdb.base/annota3.exp: Likewise.
7327
7328 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7329
7330         * gdb.reverse/step-precsave.exp: Do one step and test program
7331         stops in "callee" and do multiple steps until program goes out
7332         of "callee".
7333         * gdb.reverse/step-reverse.exp: Likewise.
7334
7335 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7336
7337         * gdb.trace/signal.exp: Also pass if
7338         $tracepoint_hits($i) > $iterations.
7339
7340 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7341
7342         * gdb.trace/signal.c: New file.
7343         * gdb.trace/signal.exp: New file.
7344
7345 2016-04-19  Doug Evans  <xdje42@gmail.com>
7346
7347         * gdb.base/bad-file.exp: New file.
7348
7349 2016-04-18  Martin Galvan  <martin.galvan@tallertechnologies.com>
7350
7351         * gdb.dwarf2/implref.exp: New file.
7352
7353 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
7354
7355         * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7356         * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7357         * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7358         * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7359         * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7360         * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7361         * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7362         * lib/fortran.exp (fortran_int4): New procedure.
7363         (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7364         (fortran_logical4): Likewise.
7365
7366 2016-04-18  Benrhard Heckel <bernhard.heckel@intel.com>
7367
7368         * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7369
7370 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
7371
7372         * lib/compiler.c: Add Intel specific preprocessor macros.
7373         * lib/compiler.cc: Likewise.
7374
7375 2016-04-13  Luis Machado  <lgustavo@codesourcery.com>
7376
7377         * gdb.server/connect-with-no-symbol-file.c: New file.
7378         * gdb.server/connect-with-no-symbol-file.exp: New file.
7379
7380 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
7381
7382         * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7383
7384 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
7385
7386         * boards/gdbserver-base.exp (${board}_download): Copy source file to
7387         standard output directory.
7388
7389 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7390
7391         * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7392
7393 2016-04-13  Markus Metzger  <markus.t.metzger@intel.com>
7394
7395         * gdb.btrace/instruction_history.c (loop): Add declaration.
7396
7397 2016-04-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7398
7399         * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7400
7401 2016-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
7402
7403         * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7404         parentheses to print.
7405         (continue_handler): Likewise.
7406
7407 2016-04-08  Simon Marchi  <simon.marchi@ericsson.com>
7408
7409         * gdb.server/solib-list.exp: Remove is_remote check.
7410         Pass shlib= to gdb_compile.  Don't link shared library with
7411         -soname.  Call gdb_remote_download instead of gdb_load_shlibs.
7412         Run binary filename through "readlink -f" on the target.
7413
7414 2016-04-08  Pedro Alves  <palves@redhat.com>
7415
7416         * gdb.server/solib-list.exp: Don't use gdb_load.  Instead pass the
7417         interpreter filename as argument to gdbserver_spawn.
7418         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7419         Return empty if $last_loaded_file does not exist.
7420
7421 2016-04-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7422
7423         Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7424         * gdb.base/jit-main.c: Use exit after usage.
7425
7426 2016-04-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
7427
7428         * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7429         GDBHISTSIZE prior to the tests.
7430         * gdb.base/gdbinit-history.exp: Likewise.
7431
7432 2016-04-07  Pedro Alves  <palves@redhat.com>
7433
7434         * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7435         instead of build_executable.  Use gdb_load_shlibs.
7436
7437 2016-04-07  Yao Qi  <yao.qi@linaro.org>
7438
7439         * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7440         Execute "si" command.
7441
7442 2016-04-07  Yao Qi  <yao.qi@linaro.org>
7443
7444         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7445         number instead of the comments on some line.
7446
7447 2016-04-06  Don Breazeal  <donb@codesourcery.com>
7448
7449         * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7450         * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7451
7452 2016-04-06  Simon Marchi  <simon.marchi@ericsson.com>
7453
7454         * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7455         standard_output_file.  Remove unused binfile variable.
7456
7457 2016-04-05  Catalin Udma  <catalin.udma@freescale.com>
7458
7459         * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7460         * gdb.python/py-mi-objfile.exp: Match "list main" output
7461         in console format.
7462
7463 2016-04-05  Simon Marchi  <simon.marchi@polymtl.ca>
7464
7465         * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7466         absolute.
7467
7468 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
7469
7470         * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7471         absolute.
7472         * gdb.trace/ftrace.exp: Likewise.
7473         * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7474         targets as well.
7475         (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7476         (gdb_load_shlibs): Copy libraries to test directory when testing
7477         natively.  Only set solib-search-path if testing remotely.
7478         * lib/mi-support.exp (mi_load_shlibs): Likewise.
7479
7480 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
7481
7482         * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7483         gdb_download.  Use it even if the target is not remote.
7484         * gdb.base/jit.exp (compile_jit_test): Likewise.
7485         * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7486         output directory if the destination board is local, otherwise use
7487         the standard remote_download from DejaGnu.
7488         (gdb_download): Remove.
7489         (gdb_load_shlibs): Use gdb_remote_download instead of
7490         gdb_download.
7491         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7492         Use gdb_remote_download instead of gdb_download.  Use it even if
7493         the target is not remote.
7494         * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7495         instead of gdb_download.
7496
7497 2016-04-04  Simon Marchi  <simon.marchi@polymtl.ca>
7498
7499         * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7500         (test_insert_delete_modify): Call mi_load_shlibs before trying to
7501         run.
7502
7503 2016-04-01  Artemiy Volkov  <artemiyv@acm.org>
7504
7505         PR gdb/19820
7506         * gdb.base/printcmds.exp: Add artificial arrays tests.
7507
7508 2016-03-31  Pedro Alves  <palves@redhat.com>
7509
7510         PR gdb/19858
7511         * gdb.base/jit-main.c: Include unistd.h.
7512         (ATTACH): Define to 0 if not already defined.
7513         (wait_for_gdb, mypid): New globals.
7514         (WAIT_FOR_GDB): New macro.
7515         (MAIN): Set an alarm.  Store the process's pid.  Wait for GDB at
7516         some breakpoint locations.
7517         * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7518         New procedures.
7519         (one_jit_test): Add REATTACH parameter, and handle it.  Use
7520         continue_to_test_location.
7521         (top level): Test attach, and adjusts calls to one_jit_test.
7522
7523 2016-03-31  Pedro Alves  <palves@redhat.com>
7524
7525         PR gdb/19858
7526         * gdb.base/jit.exp (compile_jit_test): Add intro comment.  Add
7527         BINSUFFIX parameter, and handle it.
7528         (top level): Adjust calls compile_jit_test.
7529
7530 2016-03-31  Catalin Udma  <catalin.udma@freescale.com>
7531
7532         PR python/19743
7533         * gdb.python/py-mi-events-gdb.py: New file.
7534         * gdb.python/py-mi-events.c: New file.
7535         * gdb.python/py-mi-events.exp: New file.
7536
7537 2016-03-30  Yao Qi  <yao.qi@linaro.org>
7538
7539         * gdb.reverse/until-precsave.exp: Match function name only.
7540         * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7541         Move malloc to a condition block.
7542         * gdb.reverse/until-reverse.exp: Match function name only.
7543
7544 2016-03-29  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7545
7546         * gdb.trace/ftrace.exp: Set arg0exp for s390.
7547         * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7548         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7549         variable for GPR 0 instead of assuming it is register 0.
7550         * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7551         * lib/trace-support.exp: Add s390 registers.
7552
7553 2016-03-29  Yao Qi  <yao.qi@linaro.org>
7554
7555         * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7556
7557 2016-03-24  Yao Qi  <yao.qi@linaro.org>
7558
7559         * gdb.reverse/break-reverse.exp: Add quotation mark in the
7560         test message.
7561
7562 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7563
7564         * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7565         maintaining separate logic for constructing the output path.
7566
7567 2016-03-16  Don Breazeal  <donb@codesourcery.com>
7568
7569         * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7570         Retry fork and waitpid on interrupted system call errors.
7571         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7572         Use with_timeout_factor to increase timeout by factor of 10.
7573
7574 2016-03-15  Don Breazeal  <donb@codesourcery.com>
7575
7576         * gdb.cp/scope-err.cc: New test program.
7577         * gdb.cp/scope-err.exp: New test script.
7578         * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7579         lines and "set breakpoint here" comment.
7580         * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7581         Fixed some whitespace and format issues.
7582         * gdb.mi/mi-linespec-err-cp.cc: New test program.
7583         * gdb.mi/mi-linespec-err-cp.exp: New test script.
7584
7585 2016-03-15  Doug Evans  <dje@google.com>
7586
7587         * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7588         * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
7589         All callers updated.  Add tests for enums, mixed flags register.
7590
7591 2016-03-15  Doug Evans  <dje@google.com>
7592
7593         * gdb.base/skip.c (main): Call test_skip_file_and_function.
7594         * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
7595
7596 2016-03-14  Simon Marchi  <simon.marchi@ericsson.com>
7597
7598         * gdb.base/default.exp: Add $_as_string to the list of expected
7599         convenience functions.
7600
7601 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
7602
7603         * gdb.base/maint.exp: New tests for 'maint info line-table'.
7604
7605 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
7606
7607         * gdb.python/py-as-string.exp: New file.
7608         * gdb.python/py-as-string.c: New file.
7609
7610 2016-03-09  Pedro Alves  <palves@redhat.com>
7611
7612         * gdb.threads/attach-into-signal.exp: Adjust to "Program received
7613         signal" -> "Thread NN received signal" output change.
7614         * gdb.threads/ia64-sigill.exp: Likewise.
7615         * gdb.threads/linux-dp.exp: Likewise.
7616         * gdb.threads/manythreads.exp: Likewise.
7617         * gdb.threads/pending-step.exp: Likewise.
7618         * gdb.threads/print-threads.exp: Likewise.
7619         * gdb.threads/sigstep-threads.exp: Likewise.
7620         * gdb.threads/staticthreads.exp: Likewise.
7621         * gdb.threads/tls.exp: Likewise.
7622
7623 2016-03-09  Pedro Alves  <palves@redhat.com>
7624
7625         * gdb.base/command-line-input.exp: New file.
7626
7627 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7628
7629         * gdb.trace/ftrace.exp: Set arg0exp for ppc.
7630         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
7631         * gdb.trace/pending.exp: Accept leading dot before function name.
7632         * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
7633         * lib/trace-support.exp: Set registers for ppc.
7634
7635 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7636
7637         * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
7638         use it for disassembly; accept .main in addition to main in backtrace.
7639
7640 2016-03-09  Wei-cheng Wang  <cole945@gmail.com>
7641             Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7642
7643         * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
7644         (gdb_recursion_test_ptr): New global variable.
7645         (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
7646         gdb_recursion_test.
7647         (gdb_c_test): Ditto.
7648
7649 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7650
7651         * gdb.trace/change-loc.exp: Don't depend on tracepoint location
7652         ordering.
7653
7654 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7655
7656         * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
7657         (bar): Add bar_start_lbl label.
7658         * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
7659         of foo/bar for emitting DWARF and tracing.
7660
7661 2016-03-06  Sergio Durigan Junior  <sergiodj@redhat.com>
7662
7663         * analyze-racy-logs.py: Set executable bit.
7664
7665 2016-03-05  Sergio Durigan Junior  <sergiodj@redhat.com>
7666
7667         * Makefile.in (DEFAULT_RACY_ITER): New variable.
7668         (CHECK_TARGET_TMP): Likewise.
7669         (check-single-racy): New rule.
7670         (check-parallel-racy): Likewise.
7671         (TEST_TARGETS): Adjust rule to account for RACY_ITER.
7672         (do-check-parallel-racy): New rule.
7673         (check-racy/%.exp): Likewise.
7674         * README (Racy testcases): New section.
7675         * analyze-racy-logs.py: New file.
7676
7677 2016-03-03  Doug Evans  <dje@google.com>
7678
7679         * gdb.base/skip.exp: Use with_test_prefix.
7680
7681 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7682
7683         * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
7684         Invoke step_over_syscall "clone" and break_cond_on_syscall
7685         "clone".
7686         * gdb.base/step-over-clone.c: New file.
7687
7688 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7689
7690         * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
7691         code format.
7692
7693 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7694
7695         * gdb.base/disp-step-fork.c: Rename to ...
7696         * gdb.base/step-over-fork.c: ... it.  New file.
7697         * gdb.base/disp-step-vfork.c: Rename to ...
7698         * gdb.base/step-over-vfork.c: ... it.  New file.
7699         * gdb.base/disp-step-syscall.exp: Rename to ...
7700         * gdb.base/step-over-syscall.exp: ... it.  New file.
7701         (disp_step_cross_syscall): Rename to ...
7702         (step_over_syscall): ... it.
7703
7704 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7705
7706         * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
7707         If target supports condition evaluation on target, invoke
7708         break_cond_on_syscall for fork and vfork.
7709
7710 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7711
7712         * gdb.base/disp-step-syscall.exp: Don't invoke
7713         support_displaced_stepping.
7714         (disp_step_cross_syscall): Test with displaced stepping off and
7715         on if supported.
7716
7717 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7718
7719         * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
7720         proc.
7721         (setup): New proc.
7722         (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
7723         and setup.
7724
7725 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
7726
7727         * gdb.fortran/vla-history.exp: Remove breakpoint.
7728
7729 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
7730
7731         * gdb.fortran/vla-history.exp: Lookup array elements and printing
7732         exceeds timeout.
7733
7734 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
7735
7736         * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
7737         breakpoint.
7738
7739 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
7740
7741         * gdb.mi/vla.f90: Nullify pointer after declaration.
7742
7743 2016-03-01  Pedro Alves  <palves@redhat.com>
7744
7745         * gdb.trace/ftrace-lock.c: Include <unistd.h>.
7746
7747 2016-03-01  Pedro Alves  <palves@redhat.com>
7748
7749         * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
7750         before anything else.
7751         * gdb.threads/watchpoint-fork-mt.c: Likewise.  Don't define
7752         _GNU_SOURCE here.
7753         * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7754         before anything else.
7755         * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7756
7757 2016-03-01  Pedro Alves  <palves@redhat.com>
7758
7759         * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7760
7761 2016-03-01  Yao Qi  <yao.qi@linaro.org>
7762
7763         * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7764         prepare_for_testing.
7765
7766 2016-03-01  Yao Qi  <yao.qi@linaro.org>
7767
7768         * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7769
7770 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7771
7772         * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7773         manually constructing the output path.
7774
7775 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7776
7777         * gdb.arch/s390-stackless.S: New.
7778         * gdb.arch/s390-stackless.exp: New.
7779
7780 2016-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
7781
7782         * gdb.dlang/circular.c: New file.
7783         * gdb.dlang/circular.exp: New file.
7784
7785 2016-02-26  Yao Qi  <yao.qi@linaro.org>
7786
7787         * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7788         [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7789         (testcases): Update.
7790
7791 2016-02-26  Yao Qi  <yao.qi@linaro.org>
7792
7793         * gdb.reverse/aarch64.c: Rename to ...
7794         * gdb.reverse/insn-reverse.c: ... it.
7795         * gdb.reverse/aarch64.exp: Rename to ...
7796         * gdb.reverse/insn-reverse.exp: ... it.
7797
7798 2016-02-26  Yao Qi  <yao.qi@linaro.org>
7799
7800         * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7801         (testcase_ftype): New.
7802         (testcases): New array.
7803         (n_testcases): New.
7804         (main): Call each element in testcases.
7805         * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7806         (read_testcase): New.
7807         Do the tests in a loop.
7808
7809 2016-02-25  Yao Qi  <yao.qi@linaro.org>
7810
7811         * gdb.base/branches.c: Remove.
7812
7813 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7814
7815         PR gdb/13808
7816         * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7817
7818 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7819
7820         * gdb.trace/ftrace.exp: Remove unnecessary target check.
7821
7822 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7823
7824         * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7825         change x86_64 call_insn to 'callq'.
7826
7827 2016-02-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7828
7829         * gdb.trace/tfile-avx.c: Move to...
7830         * gdb.trace/tracefile-pseudo-reg.c: Here.
7831         * gdb.trace/tfile-avx.exp: Move to...
7832         * gdb.trace/tracefile-pseudo-reg.exp: Here.
7833
7834 2016-02-24  Gary Benson <gbenson@redhat.com>
7835
7836         * gdb.base/attach-pie-noexec.exp: Do not expect an error
7837         message on attach.
7838
7839 2016-02-23  Doug Evans  <dje@google.com>
7840
7841         * gdb.base/skip.c (test_skip): New function.
7842         (end_test_skip_file_and_function): New function.
7843         (test_skip_file_and_function): New function.
7844         * gdb.base/skip1.c (test_skip): New function.
7845         (skip1_test_skip_file_and_function): New function.
7846         * gdb.base/skip.exp: Add tests for new skip options.
7847         * gdb.base/skip-solib.exp: Update expected output.
7848         * gdb.perf/skip-command.cc: New file.
7849         * gdb.perf/skip-command.exp: New file.
7850         * gdb.perf/skip-command.py: New file.
7851
7852 2016-02-22  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7853
7854         * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7855         info registers pattern.
7856
7857 2016-02-18  Iain Buclaw  <ibuclaw@gdcproject.org>
7858
7859         * lib/future.exp: Add D support.
7860         (gdb_find_gdc): New proc.
7861         (gdb_default_target_compile): Add D support.
7862
7863 2016-02-18  Wei-cheng Wang  <cole945@gmail.com>
7864
7865         * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7866         user+system time.
7867         (trace_speed_test): Determine the iteration count for a time
7868         between 15..30 seconds.
7869
7870 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7871
7872         * gdb.arch/i386-mpx-sigsegv.c: New file.
7873         * gdb.arch/i386-mpx-sigsegv.exp: New file.
7874         * gdb.arch/i386-mpx-simple_segv.c: New file.
7875         * gdb.arch/i386-mpx-simple_segv.exp: New file.
7876
7877 2016-02-18  Yao Qi  <yao.qi@linaro.org>
7878
7879         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7880         Don't call setup_kfail.
7881
7882 2016-02-18  Yao Qi  <yao.qi@linaro.org>
7883
7884         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7885         Set "set breakpoint condition-evaluation" per $cond_bp_target.
7886
7887 2016-02-16  Doug Evans  <dje@google.com>
7888
7889         * gdb.base/skip.c: Add copyright.  Whitespace cleanup.
7890         * gdb.base/skip1.c: Ditto.
7891         * gdb.base/skip.exp: Whitespace cleanup.
7892
7893 2016-02-16  Don Breazeal  <donb@codesourcery.com>
7894
7895         PR remote/19496
7896         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7897         Remove kfail for PR remote/19496.
7898
7899 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
7900
7901         * lib/gdb.exp (standard_temp_file): Return a path specific to
7902         the runtest invocation.
7903
7904 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
7905
7906         * gdb.trace/save-trace.exp: Change relative path to be in the
7907         standard output directory.
7908
7909 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7910
7911         * gdb.arch/i386-prologue.c: Add missing prototypes.
7912
7913 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7914
7915         * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7916         * gdb.arch/i386-prologue.exp: Likewise.
7917         * gdb.arch/i386-size.exp: Likewise.
7918
7919 2016-02-15  Simon Marchi  <simon.marchi@ericsson.com>
7920
7921         * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7922         define object file path.
7923         * gdb.btrace/gcore.exp: Use standard_output_file to define core
7924         file path.
7925         * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7926         standard_output_file to define binfile.
7927
7928 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7929
7930         Fix compatibility with recent gfortran-5.3.1.
7931         * gdb.fortran/vla-history.exp (print vla1 allocated)
7932         (print vla2 allocated, print $2, print $3): Remove
7933         (print $4): Rename to ...
7934         (print $2): ... here.
7935         (print $9): Rename to ...
7936         (print $5): ... here.
7937         (print $10): Rename to ...
7938         (print $6): ... here.
7939         * gdb.fortran/vla.f90: Add pvla initialization.
7940
7941 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7942
7943         * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7944         New test.
7945         * gdb.fortran/vla-value-sub.exp: Likewise.
7946
7947 2016-02-12  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7948
7949         * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7950
7951 2016-02-12  Simon Marchi  <simon.marchi@ericsson.com>
7952
7953         * i386-biarch-core.exp: Define corefile using
7954         standard_output_file.
7955
7956 2016-02-12  Yao Qi  <yao.qi@linaro.org>
7957
7958         * gdb.arch/arm-single-step-kernel-helper.c: New.
7959         * gdb.arch/arm-single-step-kernel-helper.exp: New.
7960
7961 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
7962
7963         * gdb.btrace/tailcall-only.exp: New.
7964         * gdb.btrace/tailcall-only.c: New.
7965         * gdb.btrace/x86_64-tailcall-only.S: New.
7966         * gdb.btrace/i686-tailcall-only.S: New.
7967
7968 2016-02-11  Pedro Alves  <palves@redhat.com>
7969
7970         * README (Parallel testing): Add missing double quotes.
7971
7972 2016-02-11  Pedro Alves  <palves@redhat.com>
7973
7974         * README (Parallel testing): New section.
7975         (GDB_PARALLEL): Rewrite.
7976         (FORCE_PARALLEL): Document.
7977
7978 2016-02-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7979
7980         * gdb.trace/tfile-avx.c: New test.
7981         * gdb.trace/tfile-avx.exp: New test.
7982
7983 2016-02-09  Keith Seitz  <keiths@redhat.com>
7984
7985         PR breakpoints/19546
7986         * gdb.base/infcall-exec.c: New file.
7987         * gdb.base/infcall-exec2.c: New file.
7988         * gdb.base/infcall-exec.exp: New file.
7989
7990 2016-02-09  Keith Seitz  <keiths@redhat.com>
7991
7992         * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7993         (toplevel): Call test_bkpt_address.
7994
7995 2016-02-09  Keith Seitz  <keiths@redhat.com>
7996
7997         PR python/19506
7998         * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7999         (toplevel): Call test_bkpt_address.
8000
8001 2016-02-09  Simon Marchi  <simon.marchi@ericsson.com>
8002
8003         * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8004         to AC_OUTPUT.
8005         * configure: Regenerate.
8006
8007 2016-02-09  Pedro Alves  <palves@redhat.com>
8008
8009         PR breakpoints/19548
8010         * gdb.base/execl-update-breakpoints.c (some_function): New
8011         function.
8012         (main): Call it.
8013         * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
8014         Tighten expected GDB output.
8015
8016 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
8017
8018         * Makefile.in (ALL_SUBDIRS): Remove.
8019         (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
8020         (distclean maintainer-clean realclean): Likewise.
8021         * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
8022         * configure: Regenerate.
8023         * gdb.ada/Makefile.in: Delete.
8024         * gdb.arch/Makefile.in: Likewise.
8025         * gdb.asm/Makefile.in: Likewise.
8026         * gdb.base/Makefile.in: Likewise.
8027         * gdb.btrace/Makefile.in: Likewise.
8028         * gdb.cell/Makefile.in: Likewise.
8029         * gdb.compile/Makefile.in: Likewise.
8030         * gdb.cp/Makefile.in: Likewise.
8031         * gdb.disasm/Makefile.in: Likewise.
8032         * gdb.dlang/Makefile.in: Likewise.
8033         * gdb.dwarf2/Makefile.in: Likewise.
8034         * gdb.fortran/Makefile.in: Likewise.
8035         * gdb.gdb/Makefile.in: Likewise.
8036         * gdb.go/Makefile.in: Likewise.
8037         * gdb.guile/Makefile.in: Likewise.
8038         * gdb.java/Makefile.in: Likewise.
8039         * gdb.linespec/Makefile.in: Likewise.
8040         * gdb.mi/Makefile.in: Likewise.
8041         * gdb.modula2/Makefile.in: Likewise.
8042         * gdb.multi/Makefile.in: Likewise.
8043         * gdb.objc/Makefile.in: Likewise.
8044         * gdb.opencl/Makefile.in: Likewise.
8045         * gdb.opt/Makefile.in: Likewise.
8046         * gdb.pascal/Makefile.in: Likewise.
8047         * gdb.perf/Makefile.in: Likewise.
8048         * gdb.python/Makefile.in: Likewise.
8049         * gdb.reverse/Makefile.in: Likewise.
8050         * gdb.server/Makefile.in: Likewise.
8051         * gdb.stabs/Makefile.in: Likewise.
8052         * gdb.threads/Makefile.in: Likewise.
8053         * gdb.trace/Makefile.in: Likewise.
8054         * gdb.xml/Makefile.in: Likewise.
8055         * lib/gdb.exp (make_gdb_parallel_path): Add check for
8056         GDB_PARALLEL.
8057         (standard_output_file): Remove check for GDB_PARALLEL, always
8058         return path in outputs/$subdir/$testname.
8059
8060 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
8061
8062         * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8063         (site.exp): Assign abs_srcdir to tcl's srcdir.
8064
8065 2016-02-04  Yao Qi  <yao.qi@linaro.org>
8066
8067         * gdb.base/foll-exec-mode.c: Include limits.h.
8068         (main): Add parameters argc and argv.  Get directory from
8069         argv[0].
8070         * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8071         compilation.
8072         * gdb.base/foll-exec.c: Include limits.h.
8073         (main): Add parameters argc and argv.
8074         Get directory from argv[0].
8075         * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8076         Adjust tests on the number of lines as source code changed.
8077         * gdb.base/foll-vfork-exit.c: Include limits.h.
8078         (main): Add one line of statement before vfork.
8079         * gdb.base/foll-vfork.c: Include limits.h and string.h.
8080         (main): Add parameters argc and argv.  Get directory from
8081         argv[0].
8082         * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8083         (setup_gdb): Set tbreak to skip some source lines.
8084         * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8085         (main): Add parameters argc and argv.  Get directory from
8086         argv[0].
8087         * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8088         compilation.
8089         * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8090         (main): Add parameters argc and argv.  Get directory from
8091         argv[0].
8092         * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8093         compilation.
8094
8095 2016-02-01  Doug Evans  <dje@google.com>
8096
8097         * gdb.base/skip.exp: Clean up multiple references to same test name.
8098
8099 2016-02-01  Pedro Alves  <palves@redhat.com>
8100
8101         PR remote/19496
8102         * gdb.threads/forking-threads-plus-breakpoint.exp
8103         (displaced_stepping_supported): New global.
8104         (probe_displaced_stepping_support): New procedure.
8105         (do_test): Add 'displaced' parameter, and use it.
8106         (top level): Check for displaced stepping support.  Add displaced
8107         stepping on/off testing axis.
8108
8109 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
8110
8111         * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8112         pointer.  Don't perform further tests on the unassociated pointer
8113         if the first test fails.
8114
8115 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
8116
8117         * gdb.base/max-value-size.c: New file.
8118         * gdb.base/max-value-size.exp: New file.
8119         * gdb.base/huge.exp: Disable max-value-size for this test.
8120
8121 2016-01-28  Iain Buclaw  <ibuclaw@gdcproject.org>
8122
8123         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8124
8125 2016-01-28  Yao Qi  <yao.qi@linaro.org>
8126
8127         * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8128
8129 2016-01-25  Pedro Alves  <palves@redhat.com>
8130
8131         PR threads/19461
8132         * gdb.base/fork-running-state.c: New file.
8133         * gdb.base/fork-running-state.exp: New file.
8134
8135 2016-01-25  Pedro Alves  <palves@redhat.com>
8136
8137         PR gdb/19494
8138         * gdb.base/catch-fork-kill.c: New file.
8139         * gdb.base/catch-fork-kill.exp: New file.
8140
8141 2016-01-25  Pedro Alves  <palves@redhat.com>
8142
8143         * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8144         Delete, moved to lib/gdb.exp.
8145         * gdb.threads/forking-threads-plus-breakpoint.exp
8146         (foreach_with_prefix): Likewise.
8147         * gdb.threads/process-dies-while-handling-bp.exp
8148         (foreach_with_prefix): Likewise.
8149         * lib/gdb.exp (foreach_with_prefix): New procedure.
8150
8151 2016-01-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8152
8153         * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8154         * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8155
8156 2016-01-23  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8157
8158         * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8159         endian targets.
8160
8161 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
8162             Pedro Alves  <palves@redhat.com>
8163
8164         Fix testsuite compatibility with Guile.
8165         * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8166         number.
8167
8168 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
8169
8170         Fix testsuite compatibility with Guile.
8171         * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8172         (thread 1): New test for backtrace through signal handler.
8173
8174 2016-01-22  Yao Qi  <yao.qi@linaro.org>
8175
8176         PR testsuite/19491
8177         * gdb.base/multi-forks.c: Include
8178         ../lib/unbuffer_output.c
8179         (main): Call gdb_unbuffer_output.
8180
8181 2016-01-21  Doug Evans  <dje@google.com>
8182
8183         * lib/ada.exp (gdb_compile_ada): Fix typo.
8184
8185 2016-01-21  Joel Brobecker  <brobecker@adacore.com>
8186
8187         * gdb.base/break-fun-addr.exp: New file.
8188         * gdb.base/break-fun-addr1.c: New file.
8189         * gdb.base/break-fun-addr2.c: New file.
8190
8191 2016-01-20  Simon Marchi  <simon.marchi@polymtl.ca>
8192
8193         * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8194         * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8195         enum flag values.
8196
8197 2016-01-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8198
8199         * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8200         when GDB can not set the vector return value.  Add more comments
8201         for clarification.
8202
8203 2016-01-20  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8204
8205         * gdb.trace/tspeed.exp:  Use shlib instead of libs in gdb_compile
8206         command.
8207
8208 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
8209
8210         * Makefile.in (DO_RUNTEST): Add --status and update usages.
8211
8212 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
8213
8214         * Makefile.in (check-single): Pass --status to runtest.
8215         (check/%.exp): Likewise.
8216
8217 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
8218
8219         * Makefile.in (check-parallel): Propagate return code from make
8220         do-check-parallel.
8221
8222 2016-01-19  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8223
8224         * gdb.trace/ftrace.exp: Fix expected message on continue.
8225         * gdb.trace/pending.exp: Fix expected message on continue.
8226         * gdb.trace/trace-break.exp: Fix expected message on continue.
8227
8228 2016-01-18  Simon Marchi  <simon.marchi@ericsson.com>
8229
8230         * lib/gdb.exp (gdb_test): Remove unused global references.
8231
8232 2016-01-18  Pedro Alves  <palves@redhat.com>
8233
8234         * gdb.base/async-shell.exp: Adjust expected output.
8235         * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8236         * gdb.base/siginfo-thread.exp: Adjust expected output.
8237         * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8238         * gdb.java/jnpe.exp: Adjust expected output.
8239         * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8240         * gdb.threads/continue-pending-status.exp: Adjust expected output.
8241         * gdb.threads/leader-exit.exp: Adjust expected output.
8242         * gdb.threads/manythreads.exp: Adjust expected output.
8243         * gdb.threads/pthreads.exp: Adjust expected output.
8244         * gdb.threads/schedlock.exp: Adjust expected output.
8245         * gdb.threads/siginfo-threads.exp: Adjust expected output.
8246         * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8247         expected output.
8248         * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8249         output.
8250         * gdb.threads/sigthread.exp: Adjust expected output.
8251         * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8252
8253 2016-01-18  Yao Qi  <yao.qi@linaro.org>
8254
8255         * gdb.guile/scm-section-script.c: Replace @progbits with
8256         %progbits.
8257         * gdb.python/py-section-script.c: Likewise.
8258
8259 2016-01-15  Pedro Alves  <palves@redhat.com>
8260
8261         * gdb.multi/tids.exp: Test star wildcard ranges.
8262
8263 2016-01-15  Pedro Alves  <palves@redhat.com>
8264
8265         * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8266         command from "thread apply" invocation.
8267         (thr_apply_info_thr_invalid): Default the expected output to the
8268         input tid list.
8269         (top level): Add tests that use convenience variables.  Add tests
8270         for "thread apply" with a valid TID list, but missing the command.
8271
8272 2016-01-13  Pedro Alves  <palves@redhat.com>
8273
8274         * gdb.base/default.exp: Expect $_gthread as well.
8275         * gdb.multi/tids.exp: Test $_gthread.
8276         * gdb.threads/thread-specific.exp: Test $_gthread.
8277
8278 2016-01-13  Pedro Alves  <palves@redhat.com>
8279
8280         * gdb.multi/tids.exp: Test "info threads -gid".
8281
8282 2016-01-13  Pedro Alves  <palves@redhat.com>
8283
8284         * gdb.multi/tids.exp: Test InferiorThread.global_num and
8285         Breakpoint.thread.
8286         * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8287
8288 2016-01-07  Pedro Alves  <palves@redhat.com>
8289
8290         * gdb.base/break.exp: Adjust to output changes.
8291         * gdb.base/hbreak2.exp: Likewise.
8292         * gdb.base/sepdebug.exp: Likewise.
8293         * gdb.base/watch_thread_num.exp: Likewise.
8294         * gdb.linespec/keywords.exp: Likewise.
8295         * gdb.multi/info-threads.exp: Likewise.
8296         * gdb.threads/thread-find.exp: Likewise.
8297         * gdb.multi/tids.c: New file.
8298         * gdb.multi/tids.exp: New file.
8299
8300 2016-01-13  Pedro Alves  <palves@redhat.com>
8301
8302         * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8303
8304 2016-01-13  Pedro Alves  <palves@redhat.com>
8305
8306         * gdb.base/default.exp: Expect $_inferior as well.
8307         * gdb.multi/base.exp: Test $_inferior.
8308
8309 2016-01-13  Pedro Alves  <palves@redhat.com>
8310
8311         PR breakpoints/19388
8312         * gdb.base/catch-signal-siginfo-cond.c: New file.
8313         * gdb.base/catch-signal-siginfo-cond.exp: New file.
8314
8315 2016-01-12  Josh Stone  <jistone@redhat.com>
8316             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
8317
8318         * gdb.base/catch-syscall.c (do_execve): New variable.
8319         (main): Conditionally trigger an execve.
8320         * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8321         (test_catch_syscall_execve): New, check entry/return across execve.
8322         (do_syscall_tests): Call test_catch_syscall_execve.
8323
8324 2016-01-12  Pedro Alves  <palves@redhat.com>
8325
8326         * gdb.base/random-signal.exp (do_test): New procedure, with body
8327         of testcase moved in.
8328
8329 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8330             Pedro Alves  <palves@redhat.com>
8331
8332         * gdb.base/funcargs.exp (finish from indirectly called function):
8333         Reintroduce the case for 'First'.
8334
8335 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8336             Pedro Alves  <palves@redhat.com>
8337
8338         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8339         (tcatch_vfork_then_child_follow_exec)
8340         (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8341         identification.
8342
8343 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8344
8345         * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8346         and repeats to unlimited.
8347         * gdb.python/py-value.exp: Likewise.
8348         * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8349         and repeats to unlimited.
8350
8351 2016-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8352
8353         * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8354         and reordering the functions.
8355         * gdb.multi/hangout.c: Likewise.
8356         * gdb.multi/hello.c: Likewise.
8357
8358 2016-01-08  Simon Marchi  <simon.marchi@ericsson.com>
8359
8360         * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8361         absolute.
8362         (SingleStatisticTestResult.report): Use dict.keys instead of
8363         dict.iterkeys.
8364
8365 2016-01-06  Pedro Alves  <palves@redhat.com>
8366
8367         * gdb.python/py-infthread.exp: Fix typo.  Expect t0.num to be 1.
8368
8369 2016-01-04  Markus Metzger  <markus.t.metzger@intel.com>
8370
8371         * gdb.btrace/dlopen.exp: New.
8372         * gdb.btrace/dlopen.c: New.
8373         * gdb.btrace/dlopen-dso.c: New.
8374
8375 2015-12-25  Sandra Loosemore  <sandra@codesourcery.com>
8376
8377         * lib/gdb.exp (gdb_test): Update comments to clarify that the
8378         PATTERN argument is optional.
8379
8380 2015-12-24  Joel Brobecker  <brobecker@adacore.com>
8381
8382         * lib/ada.exp (target_compile_ada_from_dir): New function.
8383         (gdb_compile_ada): Reimplement avoiding the use of project files.
8384         * gdb.ada/gnat_ada.gpr: Delete.
8385         * gdb.ada/cond_lang.exp: Adjust test to make path before
8386         filename optional.
8387         * gdb.ada/small_reg_param.exp: Likewise.
8388
8389 2015-12-22  Simon Marchi  <simon.marchi@ericsson.com>
8390
8391         * gdb.base/foll-vork.exp: Remove HP-UX special case.
8392
8393 2015-12-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
8394
8395         * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8396         case.
8397
8398 2015-12-21  Simon Marchi  <simon.marchi@ericsson.com>
8399
8400         * gdb.base/break.exp: Remove dead code.
8401         * gdb.base/sepdebug.exp: Likewise.
8402
8403 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
8404
8405         * gdb.asm/asm-source.exp: Remove HP-UX references.
8406         * gdb.base/annota1.exp: Likewise.
8407         * gdb.base/annota3.exp: Likewise.
8408         * gdb.base/attach.exp: Likewise.
8409         * gdb.base/bigcore.exp: Likewise.
8410         * gdb.base/break.exp: Likewise.
8411         * gdb.base/call-ar-st.exp: Likewise.
8412         * gdb.base/callfuncs.exp: Likewise.
8413         * gdb.base/catch-fork-static.exp: Likewise.
8414         * gdb.base/display.exp: Likewise.
8415         * gdb.base/foll-exec-mode.exp: Likewise.
8416         * gdb.base/foll-exec.exp: Likewise.
8417         * gdb.base/foll-fork.exp: Likewise.
8418         * gdb.base/foll-vfork.exp: Likewise.
8419         * gdb.base/funcargs.exp: Likewise.
8420         * gdb.base/hbreak2.exp: Likewise.
8421         * gdb.base/inferior-died.exp: Likewise.
8422         * gdb.base/interrupt.exp: Likewise.
8423         * gdb.base/multi-forks.exp: Likewise.
8424         * gdb.base/nodebug.exp: Likewise.
8425         * gdb.base/sepdebug.exp: Likewise.
8426         * gdb.base/solib1.c: Likewise.
8427         * gdb.base/step-test.exp: Likewise.
8428         * gdb.mi/non-stop.c: Likewise.
8429         * gdb.mi/pthreads.c: Likewise.
8430         * gdb.multi/bkpt-multi-exec.ex: Likewise.
8431         * gdb.threads/pthreads.c: Likewise.
8432         * gdb.threads/staticthreads.exp: Likewise.
8433         * lib/future.exp: Likewise.
8434         * lib/gdb.exp: Likewise.
8435         * gdb.base/so-indr-cl.c: Remove.
8436         * gdb.base/so-indr-cl.exp: Likewise.
8437         * gdb.base/solib.c: Likewise.
8438         * gdb.base/solib.exp: Likewise.
8439         * gdb.base/solib2.c: Likewise.
8440
8441 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
8442
8443         * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8444         * gdb.base/call-ar-st.exp: Likewise.
8445         * gdb.base/callfuncs.exp: Likewise.
8446         * gdb.base/condbreak.exp: Likewise.
8447         * gdb.base/constvars.exp: Likewise.
8448         * gdb.base/hbreak2.exp: Likewise.
8449         * gdb.base/langs.exp: Likewise.
8450         * gdb.base/list.exp: Likewise.
8451         * gdb.base/long_long.exp: Likewise.
8452         * gdb.base/ptype.exp: Likewise.
8453         * gdb.base/scope.exp: Likewise.
8454         * gdb.base/signals.exp: Likewise.
8455         * gdb.base/so-impl-ld.exp: Likewise.
8456         * gdb.base/varargs.exp: Likewise.
8457         * gdb.base/volatile.exp: Likewise.
8458         * gdb.base/whatis.exp: Likewise.
8459         * gdb.cp/cplusfuncs.exp: Likewise.
8460         * gdb.cp/inherit.exp: Likewise.
8461         * gdb.cp/local.exp: Likewise.
8462         * gdb.cp/member-ptr.exp: Likewise.
8463         * gdb.cp/method.exp: Likewise.
8464         * gdb.cp/overload.exp: Likewise.
8465         * gdb.cp/templates.exp: Likewise.
8466         * gdb.stabs/weird.exp: Likewise.
8467         * lib/compiler.c: Likewise.
8468         * lib/compiler.cc: Likewise.
8469         * lib/cp-support.exp: Likewise.
8470         * lib/gdb.exp: Likewise.
8471
8472 2015-12-20  Simon Marchi  <simon.marchi@polymtl.ca>
8473
8474         * configure.ac: Remove HP-UX case.
8475         * configure: Regenerate.
8476
8477 2015-12-18  Simon Marchi  <simon.marchi@ericsson.com>
8478
8479         * lib/gdb.exp (gdb_compile): Add function doc.
8480
8481 2015-12-17  Pedro Alves  <palves@redhat.com>
8482
8483         PR threads/19354
8484         * gdb.multi/info-threads.exp: New file.
8485
8486 2015-12-15  Yao Qi  <yao.qi@linaro.org>
8487
8488         * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8489         is aarch64*-*-*.
8490
8491 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8492
8493         * gdb.base/history-duplicates.exp: Skip if no readline support.
8494
8495 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8496
8497         * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8498
8499 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8500
8501         * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8502
8503 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8504
8505         * gdb.base/completion.exp: Skip tests that interrupt GDB with
8506         ctrl-C if nointerrupts target property is set.
8507         * gdb.base/double-prompt-target-event-error.exp: Likewise.
8508         * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8509         * gdb.base/paginate-bg-execution.exp: Likewise.
8510         * gdb.base/paginate-execution-startup.exp: Likewise.
8511         * gdb.base/random-signal.exp: Likewise.
8512         * gdb.base/range-stepping.exp: Likewise.
8513         * gdb.cp/annota2.exp: Likewise.
8514         * gdb.cp/annota3.exp: Likewise.
8515         * gdb.gdb/selftest.exp: Likewise.
8516         * gdb.threads/continue-pending-status.exp: Likewise.
8517         * gdb.threads/leader-exit.exp: Likewise.
8518         * gdb.threads/manythreads.exp: Likewise.
8519         * gdb.threads/pthreads.exp: Likewise.
8520         * gdb.threads/schedlock.exp: Likewise.
8521         * gdb.threads/sigthread.exp: Likewise.
8522
8523 2015-12-11  Don Breazeal  <donb@codesourcery.com>
8524
8525         * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8526         remote.
8527         * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8528         * gdb.base/foll-exec.exp (main): Enable for target remote.
8529         * gdb.base/foll-fork.exp (main): Likewise.
8530         * gdb.base/foll-vfork.exp (main): Likewise.
8531         * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8532         (proc continue_to_exit_bp_loc): Use clean_restart.
8533         * gdb.base/pie-execl.exp (main): Disable for target remote.
8534         * gdb.base/watch-vfork.exp (main): Enable for target remote.
8535         * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8536         * gdb.threads/execl.exp (main): Likewise.
8537         * gdb.threads/fork-child-threads.exp (main): Likewise.
8538         * gdb.threads/fork-plus-threads.exp (main): Disable for target
8539         remote.
8540         * gdb.threads/fork-thread-pending.exp (main): Enable for target
8541         remote.
8542         * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8543         pid.tid style ptids, instead of just tid.
8544         * gdb.threads/thread-execl.exp (main): Enable for target remote.
8545         * gdb.threads/watchpoint-fork.exp (main): Likewise.
8546         * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8547         ptids, instead of just tid.
8548
8549 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8550
8551         * gdb.base/list.exp (test_list_forward): Add end of file error
8552         test.
8553         (test_repeat_list_command): Add end of file error test.
8554         (test_list_backwards): Add beginning of file error test.
8555
8556 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8557
8558         * gdb.base/list.exp (test_list_invalid_args): New function,
8559         defined, and called.
8560
8561 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8562
8563         * gdb.base/list.exp (test_list): Make test names unique.
8564
8565 2015-12-11  Yao Qi  <yao.qi@linaro.org>
8566
8567         * gdb.base/coremaker2.c: Remove.
8568
8569 2015-12-10  Pedro Alves  <palves@redhat.com>
8570
8571         * gdb.multi/base.exp: Remove stale "spaces" references.
8572
8573 2015-12-10  Pedro Alves  <palves@redhat.com>
8574
8575         * gdb.multi/base.exp: Don't use nowarnings.
8576         * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8577         * gdb.multi/hangout.c: Include stdio.h.
8578         * gdb.multi/hello.c: Include stdlib.h.
8579         * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8580         * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8581         * gdb.multi/multi-arch.exp: Don't use nowarnings.
8582
8583 2015-12-10  Andrew Burgess  <andrew.burgess@embecosm.com>
8584
8585         * gdb.dwarf2/dw2-ranges-base.c: New file.
8586         * gdb.dwarf2/dw2-ranges-base.exp: New file.
8587         * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8588         support additional line table, and debug ranges generation.
8589         (Dwarf::ranges): New function, generate .debug_ranges.
8590         (Dwarf::lines): Support generating simple line table programs.
8591         (Dwarf::assemble): Initialise new namespace variables.
8592
8593 2015-12-09  Kevin Buettner  <kevinb@redhat.com>
8594
8595         * gdb.base/async.exp (proc test_background): Add case for
8596         asynchronous execution not supported.
8597
8598 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
8599
8600         * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
8601           format and change test names to make them unique.
8602
8603 2015-12-09  Ruslan Kabatsayev  <b7.10110111@gmail.com>
8604             Pedro Alves  <pedro@redhat.com>
8605
8606         PR gdb/18702
8607         Add checking of floatformats setup on x86_64 hosts.
8608         * gdb.arch/i386-float.S (main): Load bigval and smallval.
8609         (smallval, bigval): New labels/constants.
8610         * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
8611         float" after loading bigval and smallval.
8612
8613 2015-12-07  Pierre-Marie de Rodat  <derodat@adacore.com>
8614
8615         * gdb.ada/fun_overload_menu.exp: New testcase.
8616         * gdb.ada/fun_overload_menu/foo.adb: New testcase.
8617
8618 2015-12-04  Josh Stone  <jistone@redhat.com>
8619
8620         * gdb.base/catch-fork-static.exp: New.
8621
8622 2015-12-03  Yao Qi  <yao.qi@linaro.org>
8623
8624         * gdb.base/sizeof.c: Don't include stdio.h and
8625         ../lib/unbuffer_output.c.
8626         (main): New variable 'size' and 'value'.  Remove printf and
8627         gdb_unbuffer_output.  Assign return value to size and value.
8628         * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
8629         at the beginning.
8630         (check_sizeof): Check the result by printing variable 'size'.
8631         (check_valueof): Check the result by printing variable 'value'.
8632
8633 2015-12-01  Yao Qi  <yao.qi@linaro.org>
8634
8635         * gdb.base/disp-step-syscall.exp: Define syscall instruction
8636         for aarch64*-*-linux* target.
8637
8638 2015-11-30  Pedro Alves  <palves@redhat.com>
8639
8640         * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
8641
8642 2015-11-30  Pedro Alves  <palves@redhat.com>
8643
8644         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
8645         Handle non-stop mode vCont replies.
8646
8647 2015-11-30  Pedro Alves  <palves@redhat.com>
8648
8649         * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
8650         prepare_for_testing.  Start gdb with "set non-stop on" appended to
8651         GDBFLAGS.  Lax expected stop output.
8652
8653 2015-11-27  Yao Qi  <yao.qi@linaro.org>
8654
8655         * gdb.arch/arm-neon.exp: New.
8656         * gdb.arch/arm-neon.c: New.
8657
8658 2015-11-27  Yao Qi  <yao.qi@linaro.org>
8659
8660         * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
8661
8662 2015-11-27  Yao Qi  <yao.qi@linaro.org>
8663
8664         * gdb.cp/annota2.exp: Allow multiple occurrences of the
8665         frames-invalid annotation.
8666
8667 2015-11-27  Yao Qi  <yao.qi@linaro.org>
8668
8669         * gdb.cp/annota2.exp: Use ${frames_invalid}.
8670
8671 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
8672
8673         * gdb.threads/names.exp: New file.
8674         * gdb.threads/names.c: New file.
8675         * README: Mention gdb,no_thread_names.
8676
8677 2015-11-26  Markus Metzger  <markus.t.metzger@intel.com>
8678
8679         PR 19297
8680         * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
8681         support" error.
8682
8683 2015-11-24  Pedro Alves  <palves@redhat.com>
8684
8685         PR 17539
8686         * gdb.base/display.exp: Expect displays to be sorted in ascending
8687         order.  Use multi_line.
8688         * gdb.base/solib-display.exp: Likewise.
8689
8690 2015-11-24  Pedro Alves  <palves@redhat.com>
8691
8692         PR 17539
8693         * gdb.base/display.exp: Expect displays to be sorted in ascending
8694         order.  Use multi_line.
8695         * gdb.base/solib-display.exp: Likewise.
8696
8697 2015-11-24  Pedro Alves  <palves@redhat.com>
8698
8699         PR 17539
8700         * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
8701         threads in ascending order.
8702         * gdb.base/foll-fork.exp: Likewise.
8703         * gdb.base/foll-vfork.exp: Likewise.
8704         * gdb.base/multi-forks.exp: Likewise.
8705         * gdb.mi/mi-nonstop.exp: Likewise.
8706         * gdb.mi/mi-nsintrall.exp: Likewise.
8707         * gdb.multi/base.exp: Likewise.
8708         * gdb.multi/multi-arch.exp: Likewise.
8709         * gdb.python/py-inferior.exp: Likewise.
8710         * gdb.threads/break-while-running.exp: Likewise.
8711         * gdb.threads/execl.exp: Likewise.
8712         * gdb.threads/gcore-thread.exp: Likewise.
8713         * gdb.threads/info-threads-cur-sal.exp: Likewise.
8714         * gdb.threads/kill.exp: Likewise.
8715         * gdb.threads/linux-dp.exp: Likewise.
8716         * gdb.threads/multiple-step-overs.exp: Likewise.
8717         * gdb.threads/next-bp-other-thread.exp: Likewise.
8718         * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
8719         * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
8720         * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
8721         * gdb.threads/thread-find.exp: Likewise.
8722         * gdb.threads/tls.exp: Likewise.
8723         * lib/mi-support.exp (mi_reverse_list): Delete.
8724         (mi_check_thread_states): No longer reverse list.
8725
8726 2015-11-24  Pedro Alves  <palves@redhat.com>
8727
8728         * gdb.python/py-inferior.exp: Use with_test_prefix.  Consistently
8729         use lowercase.
8730
8731 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
8732
8733         * gdb.trace/actions.c: Include trace-common.h.
8734         (main): Add a location for a fast tracepoint.
8735         * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
8736         the normal tracepoints.
8737         (gdb_verify_tracepoints): Adjust number of expected tracepoints.
8738
8739 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
8740
8741         * save-trace.exp: Factor out code to these...
8742         (gdb_save_tracepoints): New.
8743         (gdb_load_tracepoints): New.
8744         (do_save_load_test): New.
8745
8746 2015-11-23  Kevin Buettner  <kevinb@redhat.com>
8747
8748         * gdb.base/asmlabel.exp: New test.
8749         * gdb.base/asmlabel.c: New test case.
8750
8751 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
8752
8753         * gdb.base/wrong_frame_bt_full-main.c: New file.
8754         * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8755         * gdb.base/wrong_frame_bt_full.exp: New file.
8756
8757 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
8758
8759         * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8760
8761 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
8762
8763         * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
8764         pstate register when comparing registers values in
8765         sparc64-*-linux-gnu targets to avoid spurious differences.
8766
8767 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
8768
8769         * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
8770
8771 2015-11-19  Sandra Loosemore  <sandra@codesourcery.com>
8772
8773         * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8774         as type argument to gdb_compile.
8775         * gdb.base/nested-subp2.exp: Likewise.
8776         * gdb.base/nested-subp3.exp: Likewise.
8777
8778 2015-11-17  Dominik Vogt  <vogt@linux.vnet.ibm.com>
8779
8780         * lib/dwarf.exp (_note): Fix left shift of negative value.
8781         * gdb.trace/trace-condition.exp: Likewise.
8782
8783 2015-11-13  Yao Qi  <yao.qi@linaro.org>
8784
8785         * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8786         comments about d10v.
8787         (test_scalar_returns): Likewise.
8788         * gdb.base/d10v.ld: Remove.
8789         * gdb.base/overlays.exp: Remove the target triplet checking for
8790         d10v-*-*.
8791         * gdb.base/structs.exp (test_struct_returns): Remove the
8792         comments about d10v.
8793         (test_struct_calls): Likewise.
8794
8795 2015-11-13  Yao Qi  <yao.qi@linaro.org>
8796
8797         * gdb.base/gnu_vector.exp: Check the return value by "p res".
8798         * gdb.base/gnu_vector.c: Don't include stdio.h.
8799         (main): Don't print res and call add_some_intvecs.
8800
8801 2015-11-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8802
8803         * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8804         macro.
8805         (func5): Removed.
8806         (func4): Use FAST_TRACEPOINT_LABEL.
8807         * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8808         macro.
8809         (func): Removed.
8810         (thread_function): Use FAST_TRACEPOINT_LABEL.
8811         * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8812         (func): Remove.
8813         (marker): Use FAST_TRACEPOINT_LABEL.
8814         * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8815         (pendfunc1): Remove.
8816         (pendfunc): Use FAST_TRACEPOINT_LABEL.
8817         * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8818         (foo): Remove.
8819         (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8820         * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8821         macro.
8822         (func): Remove.
8823         (marker): Use FAST_TRACEPOINT_LABEL.
8824         * gdb.trace/trace-common.h: New header.
8825         * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8826         macro.
8827         (func): Remove.
8828         (marker): Use FAST_TRACEPOINT_LABEL.
8829         * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8830         (func): Remove.
8831         (thread_function): Use FAST_TRACEPOINT_LABEL.
8832
8833 2015-11-10  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8834
8835         * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8836         in front.
8837         * gdb.trace/change-loc.exp: Use global pcreg definition.
8838         * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8839         * gdb.trace/entry-values.exp: Use global spreg definition, add $
8840         in front.
8841         * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8842         * gdb.trace/pending.exp: Likewise.
8843         * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8844         * gdb.trace/trace-break.exp: Likewise.
8845         * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8846         in front.
8847         * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8848         * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8849         in front.
8850         * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8851
8852 2015-11-09  Joel Brobecker  <brobecker@adacore.com>
8853
8854         * gdb.ada/fin_fun_out: New testcase.
8855
8856 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
8857
8858         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8859         value associated with DW_AT_byte_size.
8860         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8861         constants for DW_AT_byte_size, DW_AT_lower_bound, and
8862         DW_AT_upper_bound.
8863
8864 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
8865
8866         * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8867         (gdb_target_symbol_prefix_flags): Define in terms of _asm
8868         version.
8869         * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8870         gdb.dwarf2/dw2-canonicalize-type.exp,
8871         gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8872         gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8873         gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8874         provided by gdb_target_symbol_prefix_flags_asm.
8875         * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8876         testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8877         testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8878         testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8879         gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8880         macros where needed).  Use this macro for symbols which require
8881         the prefix provided by SYMBOL_PREFIX.
8882
8883 2015-11-05  Kevin Buettner  <kevinb@redhat.com>
8884
8885         * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8886         New procs.
8887         * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8888         representing expressions, of more than one list element.
8889         * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8890         to prepend linker symbol prefix to f.
8891         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8892         table_1 and table_2.
8893         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8894         Likewise, for f and g.
8895         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8896         for ptr.
8897         * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8898         for main.
8899         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8900         table_1_ptr and table_2_ptr.
8901
8902 2015-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8903             Joel Brobecker  <brobecker@adacore.com>
8904
8905         * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8906
8907 2015-11-04  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8908
8909         * gdb.reverse/s390-mvcle.c: New test.
8910         * gdb.reverse/s390-mvcle.exp: New file.
8911         * lib/gdb.exp: Enable reverse tests on s390*-linux.
8912
8913 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8914
8915         * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8916
8917 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8918
8919         * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8920         reaching marker2.
8921         * gdb.reverse/getresuid-reverse.exp: Likewise.
8922         * gdb.reverse/pipe-reverse.exp: Likewise.
8923         * gdb.reverse/readv-reverse.exp: Likewise.
8924         * gdb.reverse/recvmsg-reverse.exp: Likewise.
8925         * gdb.reverse/time-reverse.exp: Likewise.
8926         * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8927
8928 2015-10-30  Yao Qi  <yao.qi@linaro.org>
8929
8930         * gdb.threads/wp-replication.c (watch_count_done): Remove.
8931         (empty_cycle): Remove.
8932         (main): Don't call empty_cycle.  Don't use watch_count_done.
8933         * gdb.threads/wp-replication.exp: Don't set breakpoint on
8934         empty_cycle.  Rewrite the code counting HW watchpoints.
8935
8936 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8937
8938         * gdb.reverse/fstatat-reverse.c: New test.
8939         * gdb.reverse/fstatat-reverse.exp: New file.
8940         * gdb.reverse/getresuid-reverse.c: New test.
8941         * gdb.reverse/getresuid-reverse.exp: New file.
8942         * gdb.reverse/pipe-reverse.c: New test.
8943         * gdb.reverse/pipe-reverse.exp: New file.
8944         * gdb.reverse/readv-reverse.c: New test.
8945         * gdb.reverse/readv-reverse.exp: New file.
8946         * gdb.reverse/recvmsg-reverse.c: New test.
8947         * gdb.reverse/recvmsg-reverse.exp: New file.
8948         * gdb.reverse/time-reverse.c: New test.
8949         * gdb.reverse/time-reverse.exp: New file.
8950         * gdb.reverse/waitpid-reverse.c: New test.
8951         * gdb.reverse/waitpid-reverse.exp: New file.
8952
8953 2015-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
8954
8955         * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8956
8957 2015-10-26  Doug Evans  <dje@google.com>
8958
8959         PR symtab/17391
8960         * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8961         * gdb.dwarf2/bad-regnum.c: New file.
8962         * gdb.dwarf2/bad-regnum.exp: New file.
8963
8964 2015-10-26  Doug Evans  <dje@google.com>
8965
8966         PR python/18938
8967         * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8968         file.
8969
8970 2015-10-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8971
8972         * gdb.compile/compile.exp (compile code globalvar): Update expectation
8973         for a change by "Mention language in compile error message".
8974
8975 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
8976
8977         PR python/18073
8978         * gdb.python/py-type.c (C::a_method): New.
8979         (C::a_const_method): New.
8980         (C::a_static_method): New.
8981         (a_function): New.
8982         * gdb.python/py-type.exp (test_fields): Test getting fields
8983         from function and method.
8984
8985 2015-10-21  Keven Boell  <keven.boell@intel.com>
8986
8987         * gdb.fortran/vla-alloc-assoc.exp: New file.
8988         * gdb.fortran/vla-datatypes.exp: New file.
8989         * gdb.fortran/vla-datatypes.f90: New file.
8990         * gdb.fortran/vla-history.exp: New file.
8991         * gdb.fortran/vla-ptype-sub.exp: New file.
8992         * gdb.fortran/vla-ptype.exp: New file.
8993         * gdb.fortran/vla-sizeof.exp: New file.
8994         * gdb.fortran/vla-sub.f90: New file.
8995         * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8996         * gdb.fortran/vla-value-sub-finish.exp: New file.
8997         * gdb.fortran/vla-value-sub.exp: New file.
8998         * gdb.fortran/vla-value.exp: New file.
8999         * gdb.fortran/vla-ptr-info.exp: New file.
9000         * gdb.mi/mi-vla-fortran.exp: New file.
9001         * gdb.mi/vla.f90: New file.
9002
9003 2015-10-21  Sandra Loosemore  <sandra@codesourcery.com>
9004
9005         * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
9006         of hardwired timeout value.
9007
9008 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9009             Pedro Alves  <palves@redhat.com>
9010
9011         * gdb.dwarf2/dw2-regno-invalid.exp: New file.
9012         * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
9013
9014 2015-10-19  Josh Stone  <jistone@redhat.com>
9015
9016         * gdb.base/catch-syscall.c: Include <sched.h>.
9017         (unknown_syscall): New variable.
9018         (main): Trigger a vfork and an unknown syscall.
9019         * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
9020         (unknown_syscall_number): Likewise.
9021         (check_call_to_syscall): Accept an optional syscall pattern.
9022         (check_return_from_syscall): Likewise.
9023         (check_continue): Likewise.
9024         (test_catch_syscall_without_args): Check for vfork and ENOSYS.
9025         (test_catch_syscall_skipping_return): New test toggling off 'catch
9026         syscall' to step over the syscall return, then toggling back on.
9027         (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
9028         during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
9029         (do_syscall_tests): Call test_catch_syscall_without_args and
9030         test_catch_syscall_mid_vfork.
9031         (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
9032         (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
9033
9034 2015-10-19  Andrew Stubbs  <ams@codesourcery.com>
9035
9036         * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9037         print g_vE): Add new pass patterns.
9038         * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9039         print various symbol names for vptr fields.
9040
9041 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
9042
9043         * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9044         results.
9045
9046 2015-10-12  Yao Qi  <yao.qi@linaro.org>
9047
9048         * gdb.arch/disp-step-insn-reloc.exp: New test case.
9049
9050 2015-10-12  Yao Qi  <yao.qi@linaro.org>
9051
9052         * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9053         is aarch64*-*-linux*.
9054
9055 2015-10-12  Yao Qi  <yao.qi@linaro.org>
9056
9057         * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9058         (can_relocate_bcond_true): ... it.
9059         (can_relocate_bcond_false): New function.
9060         (foo): Likewise.
9061         (can_relocate_bl): Likewise.
9062         (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9063         can_relocate_bl.
9064
9065 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
9066
9067         * gdb.base/nested-addr.c: New file.
9068         * gdb.base/nested-addr.exp: New testcase.
9069
9070 2015-10-09  Markus Metzger  <markus.t.metzger@intel.com>
9071
9072         * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9073         * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9074         its output.  Ignore the output of "record goto begin" and instead
9075         check that GDB is replaying.
9076
9077 2015-10-09  Pedro Alves  <palves@redhat.com>
9078
9079         * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9080         (top level): Use it in the run with no args test.
9081
9082 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
9083
9084         * gdb.dlang/properties.exp: New file.
9085
9086 2015-10-02  Sandra Loosemore  <sandra@codesourcery.com>
9087
9088         * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9089         whether or not address 0x1000 is mapped on the target.
9090
9091 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
9092
9093         * gdb.python/py-type.exp: Do not run tests if binaries fail to
9094         build.
9095
9096 2015-09-30  Markus Metzger  <markus.t.metzger@intel.com>
9097
9098         * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9099         instruction-history test.
9100
9101 2015-09-28  Doug Evans  <dje@google.com>
9102
9103         * gdb.base/gcore.c (array_func): Add reference to static_array.
9104
9105 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
9106
9107         * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9108         source line.
9109
9110 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9111
9112         * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9113         short or char as base type.
9114
9115 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9116
9117         * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9118         to allow any size enum.
9119
9120 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
9121
9122         * gdb.ada/array_ptr_renaming.exp: New testcase.
9123         * gdb.ada/array_ptr_renaming/foo.adb: New file.
9124         * gdb.ada/array_ptr_renaming/pack.ads: New file.
9125
9126 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
9127
9128         * gdb.trace/ftrace-lock.c: New file.
9129         * gdb.trace/ftrace-lock.exp: New file.
9130
9131 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
9132
9133         * gdb.arch/insn-reloc.c: New file.
9134         * gdb.arch/ftrace-insn-reloc.exp: New file.
9135
9136 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
9137
9138         * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9139         instruction.
9140         * gdb.trace/pendshr1.c (pendfunc): Likewise.
9141         * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9142         * gdb.trace/range-stepping.c: Likewise.
9143         * gdb.trace/trace-break.c: Likewise.
9144         * gdb.trace/trace-mt.c (thread_function): Likewise.
9145         * gdb.trace/ftrace.c (marker): Likewise.
9146         * gdb.trace/trace-condition.c (marker): Likewise.
9147         * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9148         * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9149         is_aarch64_target.
9150
9151 2015-09-18  Doug Evans  <xdje42@gmail.com>
9152
9153         * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9154         * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9155
9156 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9157
9158         * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9159         the breakpoint.
9160
9161 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9162
9163         * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9164         the pending breakpoint.  Remove timeout override for "Run till
9165         MI pending breakpoint on pendfunc3 on thread 2" test.
9166
9167 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9168
9169         * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9170         filename pattern.
9171
9172 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9173
9174         * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9175         in breakpoint filename pattern.
9176
9177 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9178
9179         * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9180
9181 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9182
9183         * gdb.linespec/explicit.exp: Check for readline support for
9184         tab-completion tests.  Fix obvious typo.
9185
9186 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
9187
9188         * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9189         and replay.
9190
9191 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
9192
9193         * gdb.btrace/non-stop.c: New.
9194         * gdb.btrace/non-stop.exp: New.
9195
9196 2015-09-17  Pierre Langlois  <pierre.langlois@arm.com>
9197             Yao Qi  <yao.qi@linaro.org>
9198
9199         * gdb.trace/trace-condition.c: New file.
9200         * gdb.trace/trace-condition.exp: New file.
9201
9202 2015-09-16  Wei-cheng Wang  <cole945@gmail.com>
9203
9204         * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9205         for testing bytecode compilation.
9206
9207 2015-09-16  Pedro Alves  <palves@redhat.com>
9208             Sandra Loosemore <sandra@codesourcery.com>
9209
9210         * gdb.threads/non-stop-fair-events.c (timeout): New global.
9211         (SECONDS): Redefine.
9212         (main): Call pthread_kill and alarm early.
9213         * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9214         support.
9215         (test): If the target can't hardware step and doesn't support
9216         displaced stepping, increase the timeout.
9217
9218 2015-09-16  Pedro Alves  <palves@redhat.com>
9219
9220         * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9221         (enable_debug): New procedures.
9222         (test): Use them.  Bail out if waiting for threads fails.
9223         (top level): Bail out if a test fails.
9224
9225 2015-09-16  Yao Qi  <yao.qi@linaro.org>
9226
9227         * gdb.asm/asm-source.exp: Set asm-arch for
9228         aarch64*-*-* target.
9229         * gdb.asm/aarch64.inc: New file.
9230
9231 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
9232
9233         * gdb.ada/array_of_variable_length.exp: New testcase.
9234         * gdb.ada/array_of_variable_length/foo.adb: New file.
9235         * gdb.ada/array_of_variable_length/pck.adb: New file.
9236         * gdb.ada/array_of_variable_length/pck.ads: New file.
9237
9238 2015-09-15  Doug Evans  <dje@google.com>
9239
9240         * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9241         of function static local variable.
9242
9243 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
9244
9245         * gdb.threads/tls-so_extern.exp: New test file.
9246         * gdb.threads/tls-so_extern.c: New test file.
9247         * gdb.threads/tls-so_extern_main.c: New test file.
9248
9249 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9250
9251         * gdb.opt/solib-intra-step-lib.c: New file.
9252         * gdb.opt/solib-intra-step-main.c: New file.
9253         * gdb.opt/solib-intra-step.exp: New file.
9254
9255 2015-09-15  Pedro Alves  <palves@redhat.com>
9256
9257         * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9258         gdb_continue_to_breakpoint instead of gdb_test_multiple.
9259
9260 2015-09-14  Pedro Alves  <palves@redhat.com>
9261
9262         * gdb.base/hook-stop-continue.c: Delete.
9263         * gdb.base/hook-stop-continue.exp: Delete.
9264         * gdb.base/hook-stop-frame.c: Delete.
9265         * gdb.base/hook-stop-frame.exp: Delete.
9266         * gdb.base/hook-stop.c: New file.
9267         * gdb.base/hook-stop.exp: New file.
9268
9269 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
9270
9271         * gdb.ada/access_to_packed_array.exp: New testcase.
9272         * gdb.ada/access_to_packed_array/foo.adb: New file.
9273         * gdb.ada/access_to_packed_array/pack.adb: New file.
9274         * gdb.ada/access_to_packed_array/pack.ads: New file.
9275
9276 2015-09-14  Markus Metzger  <markus.t.metzger@intel.com>
9277
9278         * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9279         buffer size test.
9280
9281 2015-09-11  Don Breazeal  <donb@codesourcery.com>
9282
9283         * gdb.base/foll-exec.c: Add copyright header.  Fix
9284         formatting issues.
9285         * gdb.base/foll-exec.exp (zap_session): Delete proc.
9286         (do_exec_tests): Use clean_restart in place of zap_session,
9287         and for test initialization.  Fix formatting issues.  Use
9288         fail in place of perror.
9289         * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9290         an expect statement to match an expression with output from
9291         the program under debug.
9292         * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9293         non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9294         * gdb.threads/non-ldr-exc-2.exp: Likewise.
9295         * gdb.threads/non-ldr-exc-3.exp: Likewise.
9296         * gdb.threads/non-ldr-exc-4.exp: Likewise.
9297
9298 2015-09-09  Doug Evans  <dje@google.com>
9299
9300         * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9301
9302 2015-09-09  Doug Evans  <dje@google.com>
9303
9304         * gdb.base/pie-execl.exp: Fix result test of build_executable.
9305
9306 2015-09-09  Doug Evans  <dje@google.com>
9307
9308         * gdb.base/savedregs.exp: Fix typo.
9309
9310 2015-09-09  Pedro Alves  <palves@redhat.com>
9311
9312         * gdb.mi/mi-cli.exp: Add CLI finish tests.
9313
9314 2015-09-08  Sandra Loosemore  <sandra@codesourcery.com>
9315
9316         * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9317         command actually switches threads.  Give up on remaining
9318         tests if target fails to stop at breakpoint.
9319
9320 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9321
9322         * gdb.ada/funcall_char.exp: New testcase.
9323         * gdb.ada/funcall_char/foo.adb: New file.
9324
9325 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
9326
9327         * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9328         expected outputs.  Add two testcases for completing ambiguous
9329         functions.
9330         * gdb.ada/complete/aux_pck.adb: New file.
9331         * gdb.ada/complete/aux_pck.ads: New file.
9332         * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9333         Ambiguous_Func functions.
9334         * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9335         * gdb.ada/complete/pck.adb: Likewise.
9336
9337 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
9338
9339         * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9340         failures to run the test program under GDB.
9341
9342 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
9343
9344         * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9345         to C.
9346
9347 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
9348
9349         * gdb.base/run-after-attach.exp: New test file.
9350         * gdb.base/run-after-attach.c: New test file.
9351
9352 2015-08-26  Don Breazeal  <donb@codesourcery.com>
9353
9354         * gdb.base/foll-exec-2.c: New test program.
9355         * gdb.base/foll-exec-2.exp: New test.
9356
9357 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
9358
9359         * gdb.base/nested-subp1.exp: New file.
9360         * gdb.base/nested-subp1.c: New file.
9361         * gdb.base/nested-subp2.exp: New file.
9362         * gdb.base/nested-subp2.c: New file.
9363         * gdb.base/nested-subp3.exp: New file.
9364         * gdb.base/nested-subp3.c: New file.
9365
9366 2015-08-24  Pedro Alves  <palves@redhat.com>
9367
9368         * gdb.server/connect-without-multi-process.c: New file.
9369         * gdb.server/connect-without-multi-process.exp: New file.
9370
9371 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
9372
9373         * gdb.opt/inline-markers.c: Make z int.
9374
9375 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
9376
9377         * gdb.opt/inline-markers.c: Make z volatile.
9378
9379 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
9380
9381         * gdb.opt/inline-bt.c: New volatile global z.
9382         * gdb.opt/inline-cmds.c: Likewise.
9383         * gdb.opt/inline-locals.c: Likewise.
9384         * gdb.opt/inline-markers.c: New extern global z.
9385         (marker): Use z.
9386         (inline_fn): Likewise.
9387
9388 2015-08-24  Pedro Alves  <palves@redhat.com>
9389
9390         * config/m32r-stub.exp: Remove file.
9391         * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9392         * gdb.base/call-rt-st.exp: Likewise.
9393         * gdb.base/call-strs.exp: Likewise.
9394         * gdb.base/default.exp: Remove references to h8300-*-hms and
9395         *-*-udi*.
9396         * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9397
9398 2015-08-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9399
9400         * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9401         -Wno-psabi" if "-mcpu=native" fails.  For the tests with "finish"
9402         and "return" use KFAIL when GDB can not read/write the vector
9403         return value.
9404
9405 2015-08-21  Gary Benson <gbenson@redhat.com>
9406
9407         * gdb.trace/pending.exp: Cope with remote transfer warnings.
9408
9409 2015-08-20  Pedro Alves  <palves@redhat.com>
9410
9411         * gdb.server/solib-list.exp: No longer expect an interior stop in
9412         non-stop mode.
9413
9414 2015-08-20  Pedro Alves  <palves@redhat.com>
9415
9416         * gdb.server/connect-stopped-target.c: New file.
9417         * gdb.server/connect-stopped-target.exp: New file.
9418
9419 2015-08-20  Pedro Alves  <palves@redhat.com>
9420
9421         * gdb.dwarf2/comp-unit-lang.exp: New file.
9422         * gdb.dwarf2/comp-unit-lang.c: New file.
9423
9424 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
9425
9426         * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9427         * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9428
9429 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
9430
9431         * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9432         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9433
9434 2015-08-18  Doug Evans  <dje@google.com>
9435             Adrian Sendroiu <adrian.sendroiu@freescale.com>
9436
9437         * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9438         skip_python_tests.  New arg prompt_regexp.
9439         (skip_python_tests): New function.
9440         * lib/mi-support.exp (mi_skip_python_tests): New function.
9441         * gdb.python/py-mi-objfile-gdb.py: New file.
9442         * gdb.python/py-mi-objfile.c: New file.
9443         * gdb.python/py-mi-objfile.exp: New file.
9444
9445 2015-08-17  Keith Seitz  <keiths@redhat.com>
9446
9447         * gdb.linespec/explicit.exp: Move strace test from here ...
9448         * gdb.trace/strace.exp: ... to here.
9449
9450 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
9451
9452         * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9453         * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9454
9455 2015-08-14  Doug Evans  <xdje42@gmail.com>
9456
9457         * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9458         inferior before selecting a new file.
9459
9460 2015-08-14  Doug Evans  <xdje42@gmail.com>
9461
9462         * gdb.mi/mi-disassemble.exp: Update.
9463         * gdb.base/disasm-optim.S: New file.
9464         * gdb.base/disasm-optim.c: New file.
9465         * gdb.base/disasm-optim.h: New file.
9466         * gdb.base/disasm-optim.exp: New file.
9467
9468 2015-08-14  Keith Seitz  <keiths@redhat.com>
9469
9470         * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9471         "evaluated-by".
9472
9473 2015-08-13  Joel Brobecker  <brobecker@adacore.com>
9474
9475         * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9476
9477 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
9478
9479         * gdb.ada/fun_renaming.exp: New testcase.
9480         * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9481         * gdb.ada/fun_renaming/pack.adb: New file.
9482         * gdb.ada/fun_renaming/pack.ads: New file.
9483
9484 2015-08-12  Keith Seitz  <keiths@redhat.com>
9485
9486         * gdb.base/dso2dso.exp: Pass basename of source file in call to
9487         gdb_get_line_number.
9488
9489 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
9490
9491         * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9492         gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9493         gdb.base/dso2dso.exp: New files.
9494
9495 2015-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
9496             Pedro Alves  <palves@redhat.com>
9497             Keith Seitz  <keiths@redhat.com>
9498
9499         * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9500         GDBFLAGS.
9501
9502 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
9503
9504         * gdb.base/gdbhistsize-history.exp
9505         (test_histsize_history_setting): Use save_vars.
9506         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9507         Use save_vars.
9508         (test_no_truncation_of_unlimited_history_file): Use save_vars.
9509         * gdb.base/readline.exp: Use save_vars.
9510
9511 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
9512
9513         * lib/gdb.exp (save_vars): New proc.
9514
9515 2015-08-11  Keith Seitz  <keiths@redhat.com>
9516
9517         * gdb.base/help.exp: Update help_breakpoint_text.
9518
9519 2015-08-11  Keith Seitz  <keiths@redhat.com>
9520
9521         * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9522         (at toplevel): Call test_explicit_breakpoints.
9523         * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9524         breakpoints.
9525         * lib/mi-support.exp (mi_make_breakpoint): Add support for
9526         breakpoint conditions, "-cond".
9527
9528 2015-08-11  Keith Seitz  <keiths@redhat.com>
9529
9530         * gdb.linespec/3explicit.c: New file.
9531         * gdb.linespec/cpexplicit.cc: New file.
9532         * gdb.linespec/cpexplicit.exp: New file.
9533         * gdb.linespec/explicit.c: New file.
9534         * gdb.linespec/explicit.exp: New file.
9535         * gdb.linespec/explicit2.c: New file.
9536         * gdb.linespec/ls-errs.exp: Add explicit location tests.
9537         * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9538         before using in the matching pattern.
9539         Clarify that `prefix' is a regular expression.
9540
9541 2015-08-11  Keith Seitz  <keiths@redhat.com>
9542
9543         * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9544         test.
9545         Add tests for missing ",FMT" and ",".
9546
9547 2015-08-10  Doug Evans  <dje@google.com>
9548             Keith Seitz  <keiths@redhat.com>
9549
9550         PR gdb/17960
9551         * gdb.base/completion.exp: Add location completer tests.
9552
9553 2015-08-07  Pedro Alves  <palves@redhat.com>
9554
9555         * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9556         tests here.
9557         (top level): Run do_test with and without displaced stepping.
9558
9559 2015-08-07  Pedro Alves  <palves@redhat.com>
9560
9561         * gdb.base/valgrind-disp-step.c: New file.
9562         * gdb.base/valgrind-disp-step.exp: New file.
9563
9564 2015-08-07  Pedro Alves  <palves@redhat.com>
9565
9566         * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9567         Delete function.
9568         (main): Add alarm.  Run an infinite loop instead of calling
9569         wait_threads.
9570         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9571         comment.
9572         * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9573         Delete function.
9574         (main): Add alarm.  Run an infinite loop instead of calling
9575         wait_threads.
9576         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9577         comment.
9578
9579 2015-08-07  Pedro Alves  <palves@redhat.com>
9580
9581         * gdb.base/checkpoint-ns.exp: New file.
9582         * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9583         standard_testfile.
9584
9585 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
9586
9587         * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9588         * gdb.btrace/instruction_history.exp: Update.
9589         * gdb.btrace/tsx.exp: New.
9590         * gdb.btrace/tsx.c: New.
9591
9592 2015-08-06  Pedro Alves <palves@redhat.com>
9593
9594         * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
9595         increase timeout.
9596         * gdb.reverse/until-precsave.exp: Bump timeouts.
9597
9598 2015-08-06  Pedro Alves  <palves@redhat.com>
9599
9600         * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
9601
9602 2015-08-06  Pedro Alves  <palves@redhat.com>
9603
9604         PR gdb/18749
9605         * gdb.threads/process-dies-while-handling-bp.c: New file.
9606         * gdb.threads/process-dies-while-handling-bp.exp: New file.
9607
9608 2015-08-06  Pedro Alves  <palves@redhat.com>
9609
9610         * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
9611         * gdb.threads/forking-threads-plus-breakpoint.c: New file.
9612
9613 2015-08-05  Pedro Alves  <palves@redhat.com>
9614
9615         * gdb.threads/next-while-other-thread-longjmps.c: New file.
9616         * gdb.threads/next-while-other-thread-longjmps.exp: New file.
9617
9618 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
9619
9620         * gdb.base/bp-permanent.exp: Report test as unsupported if
9621         the target cannot stop at the permanent breakpoint.
9622
9623 2015-08-03  Doug Evans  <dje@google.com>
9624
9625         * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
9626         10000.
9627
9628 2015-08-03  Doug Evans  <dje@google.com>
9629
9630         * Makefile.in (workers/%.worker, build-perf): New rule.
9631         (GDB_PERFTEST_MODE): New variable.
9632         (check-perf): Use it.
9633         (clean): Clean up gdb.perf parallel build subdirs.
9634         * lib/build-piece.exp: New file.
9635         * lib/gdb.exp (make_gdb_parallel_path): New function
9636         (standard_output_file, standard_temp_file): Call it.
9637         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9638         of $GDB_PARALLEL.
9639         * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
9640
9641 2015-08-03  Doug Evans  <dje@google.com>
9642
9643         * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
9644         (LOG_FILE_NAME): New global.
9645         (TextReporter.__init__): Initialize self.txt_sum.
9646         (TextReporter.report): Add support for multiple data-points.
9647         Move report to perftest.sum, put raw data in perftest.log.
9648         (TextReporter.start): Open sum and log files.
9649         (TextReporter.end): Close sum and log files.
9650         * gdb.perf/lib/perftest/testresult.py
9651         (SingleStatisticTestResult.record): Handle multiple data-points.
9652
9653 2015-07-31  Pedro Alves  <palves@redhat.com>
9654
9655         * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
9656         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
9657         kill_wait_spawned_process instead of explicit "kill -9".
9658         * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
9659         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
9660         kill_wait_spawned_process.
9661         * gdb.base/attach-twice.exp: Likewise.
9662         * gdb.base/attach.exp: Likewise.
9663         (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
9664         gdb_test_multiple.
9665         * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
9666         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
9667         kill_wait_spawned_process.
9668         * gdb.base/valgrind-infcall.exp: Likewise.
9669         * gdb.multi/multi-attach.exp: Likewise.
9670         * gdb.python/py-prompt.exp: Likewise.
9671         * gdb.python/py-sync-interp.exp: Likewise.
9672         * gdb.server/ext-attach.exp: Likewise.
9673         * gdb.threads/attach-into-signal.exp (corefunc): Use
9674         spawn_wait_for_attach, spawn_id_get_pid and
9675         kill_wait_spawned_process.
9676         * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
9677         spawn_wait_for_attach returning a spawn id instead of a pid.  Use
9678         spawn_id_get_pid and kill_wait_spawned_process.
9679         * gdb.threads/attach-stopped.exp (corefunc): Use
9680         spawn_wait_for_attach, spawn_id_get_pid and
9681         kill_wait_spawned_process.
9682         * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
9683         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
9684         kill_wait_spawned_process instead of explicit "kill -9".
9685         * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
9686         (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
9687         (spawn_wait_for_attach): Use spawn instead of exec to spawn
9688         processes.  Don't map cygwin/windows pids here.  Now returns a
9689         spawn id list.
9690
9691 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
9692
9693         * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
9694         4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
9695         correct patch.
9696
9697 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
9698
9699         * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
9700
9701 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
9702
9703         Reapply:
9704         2014-05-21  Mark Wielaard  <mjw@redhat.com>
9705
9706         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9707
9708 2015-07-30  Pedro Alves  <palves@redhat.com>
9709
9710         * linux-low.c (handle_extended_wait): Set the child's last
9711         reported status to TARGET_WAITKIND_STOPPED.
9712
9713 2015-07-30  Pedro Alves  <palves@redhat.com>
9714
9715         PR threads/18600
9716         * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
9717         only shows inferior 1.
9718
9719 2015-07-30  Simon Marchi  <simon.marchi@ericsson.com>
9720             Pedro Alves  <palves@redhat.com>
9721
9722         PR threads/18600
9723         * gdb.threads/fork-plus-threads.c: New file.
9724         * gdb.threads/fork-plus-threads.exp: New file.
9725
9726 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
9727
9728         * gdb.base/batch-preserve-term-settings.exp
9729         (test_terminal_settings_preserved_after_cli_exit): Use
9730         send_quit_command.
9731
9732 2015-07-29  Pedro Alves  <palves@redhat.com>
9733             Don Breazeal  <donb@codesourcery.com>
9734
9735         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
9736         output from both inferior_spawn_id and gdb_spawn_id.
9737
9738 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
9739
9740         * gdb.threads/attach-into-signal.exp (corefunc): Use
9741         with_test_prefix on nested loops, uniquefying the test messages.
9742
9743 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
9744
9745         * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
9746         commit.
9747
9748 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
9749
9750         * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
9751         New proc.
9752         (test_terminal_settings_preserved_after_sigterm): New test.
9753
9754 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
9755
9756         * gdb.base/batch-preserve-term-settings.exp
9757         (test_terminal_settings_preserved_after_cli_exit): New test.
9758
9759 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
9760
9761         * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9762         manipulation of saved_gdbflags.
9763         (test_terminal_settings_preserved): Remove global declaration of
9764         the unused variable pagination_prompt.  Remove manipulation of
9765         saved_gdbflags.  Use a local variable EXTRA_GDBFLAGS instead of
9766         GDBFLAGS.
9767
9768 2015-07-29  Pedro Alves  <palves@redhat.com>
9769
9770         * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9771
9772 2015-07-29  Pedro Alves  <palves@redhat.com>
9773
9774         * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9775         at the top.
9776
9777 2015-07-29  Pedro Alves  <palves@redhat.com>
9778
9779         * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9780         (main): Call gdb_unbuffer_output.
9781         * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9782         (main): Call gdb_unbuffer_output.
9783         * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9784         (main): Call gdb_unbuffer_output.
9785         * gdb.base/call-strs.exp: Adjust to step over the
9786         gdb_unbuffer_output call.
9787         * gdb.base/catch-gdb-caused-signals.c: Include
9788         "../lib/unbuffer_output.c".
9789         (main): Call gdb_unbuffer_output.
9790         * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9791         (main): Call gdb_unbuffer_output.
9792         * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9793         (main): Call gdb_unbuffer_output.
9794         * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9795         (main): Call gdb_unbuffer_output.
9796         * gdb.base/shlib-call.exp: Adjust to step over the
9797         gdb_unbuffer_output call.
9798         * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9799         (main): Call gdb_unbuffer_output.
9800         * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9801         (main): Call gdb_unbuffer_output.
9802         * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9803         (main): Rename to ...
9804         (test): ... this.
9805         (main): Reimplement.
9806         * gdb.base/varargs.exp: Run to test instead of to main.
9807         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9808         (main): Call gdb_unbuffer_output.
9809
9810 2015-07-29  Pedro Alves  <palves@redhat.com>
9811
9812         * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9813         factore out from mi_continue_dprintf.  For call-style dprintfs,
9814         expect dprintf output out of $inferior_spawn_id.
9815         (mi_continue_dprintf): Use mi_expect_dprintf.
9816         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9817         (main): Call gdb_unbuffer_output.
9818
9819 2015-07-29  Pedro Alves  <palves@redhat.com>
9820
9821         * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9822         (default_mi_gdb_start): Set inferior_spawn_id instead of
9823         mi_inferior_spawn_id.  If $inferior_spawn_id is not set, set it to
9824         gdb_spawn_id.
9825         (mi_gdb_test): Always expect inferior output from both
9826         $inferior_spawn_id and $gdb_spawn_id.
9827
9828 2015-07-29  Pedro Alves  <palves@redhat.com>
9829
9830         * gdb.gdb/selftest.exp (test_with_self): Update comment.  Use
9831         send_inferior and $inferior_spawn_id.
9832
9833 2015-07-29  Pedro Alves  <palves@redhat.com>
9834
9835         * gdb.gdb/complaints.exp (test_initial_complaints)
9836         (test_serial_complaints, test_short_complaints): Use
9837         gdb_test_stdio.
9838         (test_empty_complaint): Handle $inferior_spawn_id !=
9839         $gdb_spawn_id.
9840
9841 2015-07-29  Pedro Alves  <palves@redhat.com>
9842
9843         * gdb.base/varargs.exp: Use gdb_test_stdio.
9844
9845 2015-07-29  Pedro Alves  <palves@redhat.com>
9846
9847         * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9848
9849 2015-07-29  Pedro Alves  <palves@redhat.com>
9850
9851         * gdb.base/ending-run.exp: Use gdb_test_stdio.
9852
9853 2015-07-29  Pedro Alves  <palves@redhat.com>
9854
9855         * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9856         parameter into two new parameters, "inf_result" and "gdb_result".
9857         Expect inferior output and gdb output from $inferior_spawn_id and
9858         $gdb_spawn_id, respectively.  Adjust all callers.
9859
9860 2015-07-29  Pedro Alves  <palves@redhat.com>
9861
9862         * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9863         of gdb_test_sequence.
9864
9865 2015-07-29  Pedro Alves  <palves@redhat.com>
9866
9867         * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9868         (saw_spurious_output): Expect inferior output from
9869         $inferior_spawn_id.  Use gdb_test_stdio.
9870
9871 2015-07-29  Pedro Alves  <palves@redhat.com>
9872
9873         * gdb.base/dprintf.exp: Use standard_testfile.  Change
9874         prepare_for_testing call.
9875         (srcfile): Don't set.
9876         (restart): New procedure.
9877         (test_dprintf): New procecure, use to continue over dprintfs.
9878         (test_call, test_agent): New procedures, tests moved here.
9879         Restart gdb and recreate dprintfs.  Adjust expected output.
9880
9881 2015-07-29  Pedro Alves  <palves@redhat.com>
9882
9883         * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9884
9885 2015-07-29  Pedro Alves  <palves@redhat.com>
9886
9887         * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9888
9889 2015-07-29  Pedro Alves  <palves@redhat.com>
9890
9891         * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9892         gdb_test_stdio.
9893
9894 2015-07-29  Pedro Alves  <palves@redhat.com>
9895
9896         * lib/gdb.exp (gdb_test_stdio): New procedure.
9897
9898 2015-07-29  Pedro Alves  <palves@redhat.com>
9899
9900         * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9901
9902 2015-07-29  Pedro Alves  <palves@redhat.com>
9903
9904         * gdb.base/call-signal-resume.exp: Remove check for
9905         gdb,noinferiorio.  Don't expect "no signal".  Use gdb_test.
9906         * gdb.base/unwindonsignal.exp: Likewise.
9907         * gdb.base/call-signals.c (gen_signal): Remove printf call.
9908         * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9909
9910 2015-07-29  Pedro Alves  <palves@redhat.com>
9911
9912         * gdb.base/siginfo-addr.c (pass): New function.
9913         (handler): Call it iff si_addr is correct.
9914         * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9915         Set a breakpoint at "pass" and continue to it.
9916
9917 2015-07-28  Sergio Durigan Junior  <sergiodj@redhat.com>
9918
9919         * gdb.python/py-objfile.exp: Make some tests have unique names.
9920         * gdb.python/py-pp-registration.exp: Likewise.
9921
9922 2015-07-28  Pedro Alves  <palves@redhat.com>
9923
9924         * gdb.server/server-exec-info.exp: Issue a "disconnect".
9925
9926 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
9927
9928         * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9929
9930 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
9931
9932         * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9933
9934 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
9935
9936         * gdb.base/gdb-sigterm-2.exp: New test.
9937
9938 2015-07-25  Doug Evans  <xdje42@gmail.com>
9939
9940         Revert:
9941         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9942         (workers/%.worker, build-perf): New rule.
9943         (GDB_PERFTEST_MODE): New variable.
9944         (check-perf): Use it.
9945         (clean): Clean up gdb.perf parallel build subdirs.
9946         * lib/build-piece.exp: New file.
9947         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9948         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9949         name.
9950         (standard_temp_file): Ditto.
9951         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9952         of $GDB_PARALLEL.
9953
9954 2015-07-24  Doug Evans  <dje@google.com>
9955
9956         * gdb.perf/lib/perftest/utils.py: New file.
9957         * gdb.perf/gm-hello.cc: New file.
9958         * gdb.perf/gm-pervasive-typedef.cc: New file.
9959         * gdb.perf/gm-pervasive-typedef.h: New file.
9960         * gdb.perf/gm-std.cc: New file.
9961         * gdb.perf/gm-std.h: New file.
9962         * gdb.perf/gm-use-cerr.cc: New file.
9963         * gdb.perf/gm-utils.h: New file.
9964         * gdb.perf/gmonster-null-lookup.py: New file.
9965         * gdb.perf/gmonster-pervasive-typedef.py: New file.
9966         * gdb.perf/gmonster-print-cerr.py: New file.
9967         * gdb.perf/gmonster-ptype-string.py: New file.
9968         * gdb.perf/gmonster-runto-main.py: New file.
9969         * gdb.perf/gmonster-select-file.py: New file.
9970         * gdb.perf/gmonster1-null-lookup.exp: New file.
9971         * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9972         * gdb.perf/gmonster1-print-cerr.exp: New file.
9973         * gdb.perf/gmonster1-ptype-string.exp: New file.
9974         * gdb.perf/gmonster1-runto-main.exp: New file.
9975         * gdb.perf/gmonster1-select-file.exp: New file.
9976         * gdb.perf/gmonster1.cc: New file.
9977         * gdb.perf/gmonster1.exp: New file.
9978         * gdb.perf/gmonster2-null-lookup.exp: New file.
9979         * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9980         * gdb.perf/gmonster2-print-cerr.exp: New file.
9981         * gdb.perf/gmonster2-ptype-string.exp: New file.
9982         * gdb.perf/gmonster2-runto-main.exp: New file.
9983         * gdb.perf/gmonster2-select-file.exp: New file.
9984         * gdb.perf/gmonster2.cc: New file.
9985         * gdb.perf/gmonster2.exp: New file.
9986
9987 2015-07-24  Doug Evans  <dje@google.com>
9988
9989         * gdb.perf/README: New file.
9990         * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9991         * lib/gen-perf-test.exp: New file.
9992
9993 2015-07-24  Doug Evans  <dje@google.com>
9994
9995         * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9996         (PerfTest::startup): New function.
9997         (PerfTest::run): Return result of calling body.
9998         (PerfTest::assemble): Rewrite.
9999         * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
10000         * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
10001         * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
10002         * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
10003         * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
10004
10005 2015-07-24  Doug Evans  <dje@google.com>
10006
10007         * lib/gdb.exp (clean_restart): Make executable optional.
10008
10009 2015-07-24  Doug Evans  <dje@google.com>
10010
10011         * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
10012         compiler_info references.
10013         * gdb.cp/temargs.exp: Ditto.
10014         * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
10015         (get_compiler_info): Early exit if already computed.  Set compiler_info
10016         to "unknown" if there was a problem.
10017         (test_compiler_info): Add function comment.  Call get_compiler_info.
10018
10019 2015-07-24  Doug Evans  <dje@google.com>
10020
10021         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10022         (workers/%.worker, build-perf): New rule.
10023         (GDB_PERFTEST_MODE): New variable.
10024         (check-perf): Use it.
10025         (clean): Clean up gdb.perf parallel build subdirs.
10026         * lib/build-piece.exp: New file.
10027         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10028         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10029         name.
10030         (standard_temp_file): Ditto.
10031         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10032         of $GDB_PARALLEL.
10033
10034 2015-07-24  Doug Evans  <dje@google.com>
10035
10036         * lib/future.exp (gdb_default_target_compile): New option
10037         "early_flags".
10038         * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10039         --as-needed.
10040
10041 2015-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
10042
10043         * gdb.base/catch-syscall.exp: Call gdb_exit before
10044         gdb_skip_xml_test.
10045
10046 2015-07-24  Pedro Alves  <palves@redhat.com>
10047
10048         * gdb.python/py-events.exp: Accept output between the stop event
10049         and the prompt.
10050         * gdb.python/py-evsignal.exp: Likewise.
10051         * gdb.python/py-evthreads.exp: Likewise.
10052
10053 2015-07-24  Pedro Alves  <palves@redhat.com>
10054
10055         PR gdb/18717
10056         * gdb.threads/non-ldr-exit.c: New file.
10057         * gdb.threads/non-ldr-exit.exp: New file.
10058
10059 2015-07-24  Yao Qi  <yao.qi@linaro.org>
10060
10061         * gdb.server/ext-wrapper.exp: Test --wrapper option when
10062         restarting process.
10063
10064 2015-07-24  Yao Qi  <yao.qi@linaro.org>
10065
10066         * gdb.server/ext-restart.exp: New file.
10067
10068 2015-07-24  Yao Qi  <yao.qi@linaro.org>
10069
10070         * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10071         argument options.
10072         * gdb.server/ext-wrapper.exp: New file.
10073
10074 2015-07-23  Doug Evans  <dje@google.com>
10075
10076         * gdb.dwarf2/dw2-dummy-cu.S: New file.
10077         * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10078
10079 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
10080
10081         * gdb.ada/var_arr_typedef.exp: New testcase.
10082         * gdb.ada/var_arr_typedef/pack.adb: New file.
10083         * gdb.ada/var_arr_typedef/pack.ads: New file.
10084         * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10085
10086 2015-07-20  Joel Brobecker  <brobecker@adacore.com>
10087
10088         * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10089
10090 2015-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10091
10092         * gdb.arch/i386-biarch-core.exp: Replace istarget
10093         by "complete set gnutarget". Remove expectation for the "core-file"
10094         command.
10095
10096 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10097
10098         Revert the previous commit:
10099         Tests for validate symbol file using build-id.
10100
10101 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
10102
10103         Tests for validate symbol file using build-id.
10104         * gdb.base/solib-mismatch-lib.c: New file.
10105         * gdb.base/solib-mismatch-libmod.c: New file.
10106         * gdb.base/solib-mismatch.c: New file.
10107         * gdb.base/solib-mismatch.exp: New file.
10108
10109 2015-07-15  Sandra Loosemore  <sandra@codesourcery.com>
10110
10111         * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10112         nios2-*-linux*.
10113         * gdb.base/sigbpt.exp (stepi_out): Likewise.
10114         * gdb.base/siginfo.exp: Likewise.
10115         * gdb.base/sigstep.exp (advance, advancei): Likewise.
10116
10117 2015-07-15  Pierre Langlois  <pierre.langlois@arm.com>
10118
10119         * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10120         Move it to ...
10121         * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10122         ... here.
10123         * gdb.trace/range-stepping.exp: Check that the target supports
10124         range stepping.
10125
10126 2015-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10127
10128         * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10129
10130 2015-07-14  Pedro Alves  <palves@redhat.com>
10131
10132         * gdb.base/killed-outside.exp: New file.
10133         * gdb.base/killed-outside.c: New file.
10134
10135 2015-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10136
10137         * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10138         (n at main): New.
10139         * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10140
10141 2015-07-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10142
10143         * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10144         infcall tests instead of setting up for KFAIL.
10145
10146 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
10147
10148         * gdb.btrace/record_goto-step.exp: New.
10149
10150 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10151
10152         PR compile/18484
10153         * gdb.compile/compile.c (struct struct_type): Add volatile to
10154         selffield's type.
10155         * gdb.compile/compile.exp
10156         (compile code struct_object.selffield = &struct_object): Skip further
10157         struct_object tests if this one xfails.
10158
10159 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
10160
10161         PR exp/18617
10162         * gdb.trace/ax.exp: Add test.
10163
10164 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10165
10166         * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10167         instead of istarget "aarch64*-*-*".
10168         * gdb.arch/aarch64-fp.exp: Likewise.
10169         * gdb.base/float.exp: Likewise.
10170         * gdb.reverse/aarch64.exp: Likewise.
10171         * lib/gdb.exp (is_aarch64_target): New proc.
10172
10173 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10174
10175         * lib/gdb.exp (is_aarch32_target): New proc.
10176         * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10177         instead of "istarget "arm*-*-*"".
10178         * gdb.arch/arm-disp-step.exp: Likewise.
10179         * gdb.arch/thumb-bx-pc.exp: Likewise.
10180         * gdb.arch/thumb-prologue.exp: Likewise.
10181         * gdb.arch/thumb-singlestep.exp: Likewise.
10182         * gdb.base/disp-step-syscall.exp: Likewise.
10183         * gdb.base/float.exp: Likewise.
10184
10185 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10186
10187         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10188         Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10189
10190 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10191
10192         * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10193         is aarch64.  If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10194         if it exists.
10195         * gdb.multi/multi-arch.exp: Likewise.
10196
10197 2015-07-07  Simon Marchi  <simon.marchi@ericsson.com>
10198
10199         * gdb.python/py-lazy-string.exp: Add missing parentheses to
10200         print.
10201
10202 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10203
10204         * gdb.arch/thumb-singlestep.exp: Do one more single step.
10205
10206 2015-06-30  Martin Galvan  <martin.galvan@tallertechnologies.com>
10207
10208         * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10209         '[' and ']' characters.
10210
10211 2015-06-30  Iain Buclaw  <ibuclaw@gdcproject.org>
10212
10213         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10214
10215 2015-06-29  Pedro Alves  <palves@redhat.com>
10216
10217         PR threads/18127
10218         * gdb.threads/hand-call-new-thread.c: New file.
10219         * gdb.threads/hand-call-new-thread.c: New file.
10220
10221 2015-06-26  Keith Seitz  <keiths@redhat.com>
10222             Doug Evans  <dje@google.com>
10223
10224         PR 16253
10225         * gdb.cp/var-tag-2.cc: New file.
10226         * gdb.cp/var-tag-3.cc: New file.
10227         * gdb.cp/var-tag-4.cc: New file.
10228         * gdb.cp/var-tag.cc: New file.
10229         * gdb.cp/var-tag.exp: New file.
10230
10231 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
10232
10233         * gdb.base/history-duplicates.exp: New test.
10234
10235 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
10236
10237         * gdb.base/completion.exp: Test the completion of the "focus"
10238         command.
10239
10240 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10241
10242         * gdb.arch/amd64-prologue-skip.S: New file.
10243         * gdb.arch/amd64-prologue-skip.exp: New file.
10244
10245 2015-06-25  Simon Marchi  <simon.marchi@ericsson.com>
10246
10247         * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10248         is_address_zero_readable check.
10249
10250 2015-06-24  Peter Bergner  <bergner@vnet.ibm.com>
10251
10252         * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10253         * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10254
10255 2015-06-24  Yao Qi  <yao.qi@linaro.org>
10256
10257         * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10258         linux targets.
10259
10260 2015-06-24  Yao Qi  <yao.qi@linaro.org>
10261
10262         * lib/gdb.exp (supports_get_siginfo_type): New proc.
10263         * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10264         * gdb.base/siginfo-thread.exp: Likewise.
10265
10266 2015-06-22  Yao Qi  <yao.qi@linaro.org>
10267
10268         * boards/remote-gdbserver-on-localhost.exp: Add comments.
10269
10270 2015-06-22  Yao Qi  <yao.qi@linaro.org>
10271
10272         * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10273         aarch64*-*-*.
10274         (skip_hw_watchpoint_tests): Likewise.
10275
10276 2015-06-18  Patrick Palka  <patrick@parcs.ath.cx>
10277
10278         * gdb.base/gdbinit-history.exp: Test the interaction between
10279         setting GDBHISTSIZE and setting the history size via .gdbinit.
10280
10281 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
10282
10283         PR gdb/16999
10284         * gdb.base/gdbhistsize-history.exp: New test.
10285
10286 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
10287
10288         * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10289         with GDBHISTSIZE.
10290         * gdb.base/readline.exp: Likewise.
10291
10292 2015-06-17  Yao Qi  <yao.qi@linaro.org>
10293
10294         * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10295         line.
10296
10297 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
10298
10299         * gdb.base/gdbinit-history.exp: Add test case to check that
10300         an unlimited history file does not get truncated on exit.
10301
10302 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10303
10304         * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10305         (VECTOR): New macro.  Use it...
10306         (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10307         ...for these typedefs.
10308         (int8, char1, int1, double1): New typedefs.
10309         (struct just_int2, struct two_int2): New structures.
10310         (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10311         (add_structvecs, add_singlevecs): New functions.
10312         (main): Call add_some_intvecs twice.
10313         * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10314         the compile and exit upon failure.  Try compiling for the "native"
10315         architecture.  Test inferior function calls with vector arguments
10316         and vector return value handling with "finish" and "return".
10317
10318 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
10319
10320         * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10321         * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10322         PE file.
10323         * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10324
10325 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10326
10327         PR breakpoints/16465
10328         * gdb.mi/mi-dprintf-pending.c: New file.
10329         * gdb.mi/mi-dprintf-pending.exp: New test.
10330         * gdb.mi/mi-dprintf-pendshr.c: New file.
10331
10332 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10333             Mircea Gherzan  <mircea.gherzan@intel.com>
10334
10335         * gdb.arch/i386-mpx-map.c: New file.
10336         * gdb.arch/i386-mpx-map.exp: New File.
10337
10338 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10339
10340         * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10341         * gdb.arch/i386-mpx.exp: Indentation fixed.
10342
10343 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10344
10345         * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10346         function and improved indentation.
10347         * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10348         gdb_test_multiple. Added additional tests to skip the test.
10349
10350 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10351
10352         * gdb.arch/i386-avx512.c: Change path in include file.
10353         * gdb.arch/i386-avx512.exp: Change include dir path
10354         compilation flag.
10355         * gdb.arch/i386-mpx.c: Change path in include file.
10356         * gdb.arch/i386-mpx.exp: Change include dir path compilation
10357         flag.
10358
10359 2015-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10360
10361         * gdb.compile/compile-print.exp (compile print *vararray@3)
10362         (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10363
10364 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10365
10366         * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10367         (do not keep jit in memory): ... this.
10368         (expect 5): Change it to ...
10369         (expect no 5): ... this.
10370
10371 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
10372
10373         PR gdb/15564
10374         * gdb.mi/mi-detach.exp: New file.
10375
10376 2015-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10377
10378         PR symtab/18392
10379         * gdb.arch/amd64-tailcall-self.S: New file.
10380         * gdb.arch/amd64-tailcall-self.c: New file.
10381         * gdb.arch/amd64-tailcall-self.exp: New file.
10382
10383 2015-05-28  Don Breazeal  <donb@codesourcery.com>
10384
10385         * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10386         tests for remote targets by checking is_target_gdbserver.
10387
10388 2015-05-27  Doug Evans  <dje@google.com>
10389
10390         * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10391         * gdb.dwarf2/opaque-type-lookup.c: New file.
10392         * gdb.dwarf2/opaque-type-lookup.exp: New file.
10393
10394 2015-05-26  Doug Evans  <dje@google.com>
10395
10396         * gdb.cp/iostream.cc: New file.
10397         * gdb.cp/iostream.exp: New file.
10398
10399 2015-05-26  Doug Evans  <dje@google.com>
10400
10401         * gdb.dwarf2/dw2-op-call.exp: Update.
10402         * gdb.dwarf2/dw4-sig-types.exp: Update.
10403         * gdb.dwarf2/implptr.exp: Update.
10404         * gdb.mi/mi-cmd-param-changed.exp: Update.
10405
10406 2015-05-26  Doug Evans  <dje@google.com>
10407
10408         * gdb.python/py-lazy-string.c: New file.
10409         * gdb.python/py-lazy-string.exp: New file.
10410         * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10411         (main): Update.  Add estring3.
10412         * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10413         * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10414
10415 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
10416             Yao Qi  <yao.qi@linaro.org>
10417
10418         * gdb.reverse/aarch64.c: New.
10419         * gdb.reverse/aarch64.exp: New.
10420
10421 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
10422
10423         * lib/gdb.exp (supports_process_record): Return true for
10424         aarch64*-linux*.
10425         (supports_reverse): Likewise.
10426
10427 2015-05-22  Patrick Palka  <patrick@parcs.ath.cx>
10428
10429         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10430         Use with_test_prefix.
10431
10432 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
10433
10434         * gdb.base/completion.exp: Add test for completion of layout
10435         names.
10436
10437 2015-05-20  Andrew Burgess  <andrew.burgess@embecosm.com>
10438
10439         * lib/gdb.exp (skip_tui_tests): New proc.
10440         * gdb.base/tui-layout.exp: Check skip_tui_tests.
10441
10442 2015-05-19  Pedro Alves  <palves@redhat.com>
10443
10444         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10445         Save the whole env array instead of just HOME.  Unset HISTSIZE in
10446         the environment while testing.  Restore whole environment
10447         afterwards.
10448
10449 2015-05-16  Doug Evans  <xdje42@gmail.com>
10450
10451         * gdb.guile/scm-ports.c: New file.
10452         * gdb.guile/scm-ports.exp: Add memory port tests.
10453
10454 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10455
10456         * gdb.compile/compile-print.c: New file.
10457         * gdb.compile/compile-print.exp: New file.
10458
10459 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10460
10461         * gdb.compile/compile-ops.exp: Cast param to void.
10462         * gdb.compile/compile.exp: Complete type for _gdb_expr.
10463         (compile code struct_object.selffield = &struct_object): Add xfail.
10464
10465 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
10466
10467         * gdb.ada/arr_enum_with_gap: New testcase.
10468
10469 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
10470
10471         * gdb.ada/byte_packed_arr: New testcase.
10472
10473 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
10474
10475         * gdb.ada/pckd_neg: New testcase.
10476
10477 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
10478
10479         PR gdb/17820
10480         * gdb.base/gdbinit-history.exp: New test.
10481         * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10482         * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10483
10484 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
10485
10486         * gdb.python/py-xmethods.cc: Enhance test case.
10487         * gdb.python/py-xmethods.exp: New tests.
10488         * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10489         function.
10490         (B_indexoper): Likewise.
10491         (global_dm_list) : Add new xmethod worker functions.
10492
10493 2015-05-08  Sergio Durigan Junior  <sergiodj@redhat.com>
10494
10495         * gdb.base/coredump-filter.exp: Correctly unset
10496         "coredump_var_addr" array.
10497
10498 2015-05-08  Pedro Alves  <palves@redhat.com>
10499
10500         * gdb.server/non-existing-program.exp: Unset spawn_id.
10501
10502 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
10503
10504         PR python/18291
10505         * gdb.python/py-xmethods.exp: Add tests.
10506
10507 2015-05-08  Yao Qi  <yao.qi@linaro.org>
10508
10509         PR gdb/18208
10510         * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10511         * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10512         function set_coredump_filter, and remove remote_exec call.
10513         Remove argument ipid.  Callers update.
10514         (top level): Don't get inferior's PID.
10515
10516 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10517
10518         * gdb.base/watch_thread_num.exp: Skip test on targets without
10519         access watchpoints.
10520
10521 2015-05-06  Pedro Alves  <palves@redhat.com>
10522
10523         PR server/18081
10524         * gdb.server/non-existing-program.exp: New file.
10525
10526 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
10527
10528         * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10529
10530 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
10531
10532         * gdb.ada/out_of_line_in_inlined: New testcase.
10533
10534 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
10535
10536         * gdb.ada/var_rec_arr: New testcase.
10537
10538 2015-04-30  Yao Qi  <yao.qi@linaro.org>
10539
10540         * gdb.base/break-idempotent.exp: If
10541         skip_hw_watchpoint_multi_tests returns true, skip the tests
10542         on "rwatch" and "awatch".
10543
10544 2015-04-30  Yao Qi  <yao.qi@linaro.org>
10545
10546         * gdb.base/relativedebug.exp: Invoke gdb command
10547         "info sharedlibrary", and if libc.so doesn't have debug info,
10548         skip the test.
10549
10550 2015-04-29  Doug Evans  <dje@google.com>
10551
10552         * gdb.python/py-xmethods.exp: Add ptype tests.
10553         * gdb.python/py-xmethods.py (E_method_char_worker): Add
10554         get_result_type method.
10555
10556 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
10557
10558         * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10559         the target does not support hardware watchpoints.
10560
10561 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
10562
10563         * gdb.base/break-always.exp: Abort testing if writing to memory
10564         causes an error.
10565
10566 2015-04-28  Doug Evans  <dje@google.com>
10567
10568         * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10569         * gdb.python/py-pp-registration.exp: ... here.  New file.
10570         * gdb.python/py-pp-registration.c: New file.
10571         * gdb.python/py-pp-registration.py: New file.
10572
10573 2015-04-28  Doug Evans  <dje@google.com>
10574
10575         * gdb.python/py-bad-printers.c: New file.
10576         * gdb.python/py-bad-printers.py: New file.
10577         * gdb.python/py-bad-printers.exp: New file.
10578
10579 2015-04-28  Sasha Smundak  <asmundak@google.com>
10580
10581         * gdb.python/py-type.exp: New test.
10582
10583 2015-04-28  Andy Wingo  <wingo@igalia.com>
10584
10585         * gdb.python/py-parameter.exp:
10586         * gdb.guile/scm-parameter.exp: Escape the path that we are
10587         matching against, as it might contain characters that are special
10588         to regular expressions.
10589
10590 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
10591
10592         * gdb.ada/rec_comp: New testcase.
10593
10594 2015-04-26  Sergio Durigan Junior  <sergiodj@redhat.com>
10595
10596         * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
10597         before using it.
10598
10599 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
10600
10601         * gdb.base/dump.exp: Add *.verilog files to all_files list.  Add
10602         new tests for verilog output.
10603
10604 2015-04-24  Yao Qi  <yao.qi@linaro.org>
10605
10606         * boards/remote-gdbserver-on-localhost.exp: New file.
10607
10608 2015-04-23  Pedro Alves  <palves@redhat.com>
10609
10610         * gdb.base/interrupt.exp: Use an indirect spawn id list holding
10611         $inferior_spawn_id instead of $inferior_spawn_id directly.  On
10612         "end of file", remove $inferior_spawn_id from the indirect list.
10613
10614 2015-04-23  Pedro Alves  <palves@redhat.com>
10615
10616         * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
10617
10618 2015-04-23  Pedro Alves  <palves@redhat.com>
10619
10620         * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
10621         on $any_spawn_id instead of only on $gdb_spawn_id.
10622
10623 2015-04-21  Pierre Muller  <muller@sourceware.org>
10624
10625         PR pascal/17815
10626         * lib/pascal.exp (gpc_compile): Add new option "class".
10627         (fpc_compile): Likewise.
10628         * gdb.pascal/case-insensitive-symbols.pas: New file.
10629         * gdb.pascal/case-insensitive-symbols.exp: New file.
10630
10631 2015-04-20  Gary Benson <gbenson@redhat.com>
10632
10633         * gdb.base/attach.exp: Fix three extended remote failures.
10634
10635 2015-04-17  Gary Benson <gbenson@redhat.com>
10636
10637         * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
10638         the main executable over the remote protocol.
10639
10640 2015-04-16  Pedro Alves  <palves@redhat.com>
10641
10642         * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
10643         a new gdbserver if gdbserver_reconnect_p is set.
10644
10645 2015-04-16  Pedro Alves  <palves@redhat.com>
10646
10647         * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
10648         is set, don't exit gdbserver.
10649
10650 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10651
10652         * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
10653         appropriate .insn, such that an older assembler can be used.
10654         * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
10655         the z/Architecture instruction set on 31-bit targets as well.
10656
10657 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10658
10659         * gdb.go/handcall.exp: Remove all logic related to the first
10660         breakpoint and rely on go_runto_main instead.
10661         * gdb.go/strings.exp: Likewise.
10662         * gdb.go/unsafe.exp: Likewise.
10663         * gdb.go/hello.exp: Likewise.  Also rename the remaining
10664         breakpoint marker to "breakpoint 1".
10665         * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
10666         * gdb.go/strings.go: Likewise.
10667         * gdb.go/unsafe.go: Likewise.
10668         * gdb.go/hello.go: Likewise.  Also remove the second occurrence of
10669         "set breakpoint 2 here" and rename the remaining breakpoint marker
10670         to "breakpoint 1".
10671
10672 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
10673
10674         * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
10675         if itertools.imap is not present.
10676         * gdb.python/py-objfile.exp: Add parentheses.
10677         * gdb.python/py-type.exp: Same.
10678         * gdb.python/py-unwind-maint.py: Same.
10679
10680 2015-04-15  Yao Qi  <yao.qi@linaro.org>
10681
10682         * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
10683         of ":$ptr_size" and set its form explicitly.
10684
10685 2015-04-15  Pedro Alves  <palves@redhat.com>
10686             Yao Qi  <yao.qi@linaro.org>
10687
10688         * gdb.base/watch-bitfields.exp (test_watch_location): Increase
10689         timeout by factor of 4.
10690         (test_regular_watch): Likewise.
10691         * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
10692         * gdb.reverse/sigall-reverse.exp: Likewise.
10693         * gdb.reverse/until-precsave.exp: Likewise.
10694         * lib/gdb.exp (with_timeout_factor): New proc.
10695         (gdb_expect): Move some code to ...
10696         (get_largest_timeout): ... here.  New procedure.
10697
10698 2015-04-14  Luis Machado  <lgustavo@codesourcery.com>
10699
10700         * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
10701
10702 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
10703
10704         * gdb.base/bp-permanent.exp (test): Handle the case of being unable
10705         to write to the .text section.
10706
10707 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
10708
10709         * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
10710         Handle the case of targets that do not provide PID information.
10711
10712 2015-04-13  Yao Qi  <yao.qi@linaro.org>
10713
10714         * lib/gdbserver-support.exp (gdb_exit): Catch exception
10715         and use expect instead of gdb_expect.
10716
10717 2015-04-13  Sergio Durigan Junior  <sergiodj@redhat.com>
10718
10719         * gdb.base/coredump-filter.exp: Rename variable "addr" to
10720         "coredump_var_addr" to avoid naming conflict with other testcases.
10721
10722 2015-04-10  Pedro Alves  <palves@redhat.com>
10723
10724         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
10725         gdb_test_sequence and gdb_assert.
10726
10727 2015-04-10  Pedro Alves  <palves@redhat.com>
10728
10729         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10730         test messages that don't include the breakpoint address.
10731
10732 2015-04-10  Yao Qi  <yao.qi@linaro.org>
10733
10734         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
10735         false for some offset and width combinations which aren't
10736         supported by linux kernel.
10737
10738 2015-04-10  Pedro Alves  <palves@redhat.com>
10739
10740         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
10741         procedure, factored out from ...
10742         (top level): ... here.  Add "set displaced-stepping" testing axis.
10743         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
10744         parameter "displaced".  Use it.
10745         (top level): Use foreach and add "set displaced-stepping" testing
10746         axis.
10747
10748 2015-04-10  Pedro Alves  <palves@redhat.com>
10749
10750         * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
10751         Remove comment.
10752         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10753         both the address of the instruction that triggers the watchpoint
10754         and the address of the instruction immediately after, and use
10755         those addresses for the test.  Fix comment.
10756
10757 2015-04-10  Pedro Alves  <palves@redhat.com>
10758
10759         * gdb.base/sigstep.exp (breakpoint_to_handler)
10760         (breakpoint_to_handler_entry): New parameter 'displaced'.  Use it.
10761         Test "backtrace" in handler.
10762         (breakpoint_over_handler): New parameter 'displaced'.  Use it.
10763         (top level): Add new "displaced" test axis to
10764         breakpoint_to_handler, breakpoint_to_handler_entry and
10765         breakpoint_over_handler.
10766
10767 2015-04-10  Pedro Alves  <palves@redhat.com>
10768
10769         PR gdb/18216
10770         * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10771
10772 2015-04-10  Yao Qi  <yao.qi@linaro.org>
10773
10774         * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10775         (test_add_rn_pc): New function.
10776         * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10777         (top level): Invoke test_add_rn_pc.
10778
10779 2015-04-10  Pedro Alves  <palves@redhat.com>
10780
10781         PR gdb/13858
10782         * gdb.base/step-over-no-symbols.exp: New file.
10783
10784 2015-04-09  Andy Wingo  <wingo@igalia.com>
10785
10786         * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10787         after the Python tests.
10788
10789 2015-04-08  Keith Seitz  <keiths@redhat.com>
10790
10791         PR python/16699
10792         * gdb.python/py-completion.exp: New tests for completion.
10793         * gdb.python/py-completion.py (CompleteLimit1): New class.
10794         (CompleteLimit2): Likewise.
10795         (CompleteLimit3): Likewise.
10796         (CompleteLimit4): Likewise.
10797         (CompleteLimit5): Likewise.
10798         (CompleteLimit6): Likewise.
10799         (CompleteLimit7): Likewise.
10800
10801 2015-04-08  Pedro Alves  <palves@redhat.com>
10802
10803         PR gdb/18214
10804         PR gdb/18216
10805         * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10806         function.
10807         (main): Install it as SIGUSR1 handler.
10808         * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10809         parameter.  Always use "setup" as prefix.  Toggle "set
10810         displaced-stepping" off/on depending on global.  Don't switch to
10811         thread 1 here.
10812         (top level): Add displaced stepping "off/on" test axis.  Update
10813         "setup" calls.  Wrap each subtest with with_test_prefix.  Test
10814         continuing with a queued signal in each thread.
10815
10816 2015-04-08  Pedro Alves  <palves@redhat.com>
10817
10818         * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10819         * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd.  Use
10820         gdb_breakpoint instead of gdb_test that doesn't expect anything.
10821         Return early if running to main fails.
10822         * gdb.trace/while-stepping.exp: Likewise.
10823
10824 2015-04-07  Pedro Alves  <palves@redhat.com>
10825
10826         * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10827         $gdb_spawn_id.  Use send_inferior and $inferior_spawn_id to
10828         interact with inferior program.
10829
10830 2015-04-07  Pedro Alves  <palves@redhat.com>
10831
10832         * lib/gdb.exp (inferior_spawn_id): New global.
10833         (gdb_test_multiple): Handle "-i".  Reset the spawn id to GDB's
10834         spawn id after processing the user code.
10835         (default_gdb_start): Set inferior_spawn_id.
10836         (send_inferior): New procedure.
10837         * lib/gdbserver-support.exp (gdbserver_start): Set
10838         inferior_spawn_id.
10839         (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10840
10841 2015-04-07  Pedro Alves  <palves@redhat.com>
10842
10843         * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10844         * lib/gdbserver-support.exp (gdbserver_start): Make
10845         $server_spawn_id global.
10846         (gdbserver_start): Don't wait for gdbserver's spawn id with
10847         expect_background.
10848         (close_gdbserver): New procedure.
10849         (gdb_exit): Rename the default version and reimplement.
10850
10851 2015-04-07  Pedro Alves  <palves@redhat.com>
10852
10853         * lib/gdb.exp (gdb_test_multiple): When processing an argument,
10854         append the substituted item, not the original item.
10855
10856 2015-04-07  Pedro Alves  <palves@redhat.com>
10857
10858         * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10859         gdb_expect.
10860
10861 2015-04-07  Pedro Alves  <palves@redhat.com>
10862
10863         * gdb.base/interrupt.exp: Don't handle the case of the inferior
10864         output appearing once only.
10865
10866 2015-04-07  Pedro Alves  <palves@redhat.com>
10867
10868         * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10869         that doesn't expect anything.  Return early if running to main
10870         fails.
10871
10872 2015-04-07  Yao Qi  <yao.qi@linaro.org>
10873
10874         * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10875         (child_function): Call alarm.
10876         (main): Move call to alarm into the loop.
10877         * gdb.threads/non-stop-fair-events.exp: Build program with
10878         -DTIMEOUT=$timeout.
10879
10880 2015-04-06  Doug Evans  <xdje42@gmail.com>
10881
10882         * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10883         Fix dest parameter to board_info.
10884         (fpc_compile): Ditto.
10885         (gdb_compile_pascal): Rename dest arg to destfile.
10886
10887 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
10888
10889         * gdb.ada/funcall_ref.exp: New file.
10890         * gdb.ada/funcall_ref/foo.adb: New file.
10891
10892 2015-04-02  Yao Qi  <yao.qi@linaro.org>
10893
10894         * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10895         is remote.
10896
10897 2015-04-02  Gary Benson <gbenson@redhat.com>
10898
10899         * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10900
10901 2015-04-01  Sasha Smundak  <asmundak@google.com>
10902
10903         * gdb.python/py-unwind-maint.c: New file.
10904         * gdb.python/py-unwind-maint.exp: New test.
10905         * gdb.python/py-unwind-maint.py: New file.
10906         * gdb.python/py-unwind.c: New file.
10907         * gdb.python/py-unwind.exp: New test.
10908         * gdb.python/py-unwind.py: New test.
10909
10910 2015-04-01  Pedro Alves  <palves@redhat.com>
10911
10912         * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10913         to fail instead of non-existent $test.
10914
10915 2015-04-01  Pedro Alves  <palves@redhat.com>
10916
10917         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10918         GDBFLAGS if not empty.
10919
10920 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
10921
10922         * gdb.ada/complete.exp: Remove "multi_line".
10923         * gdb.ada/info_exc.exp: Remove "multi_line".
10924         * gdb.ada/packed_tagged.exp: Remove "multi_line".
10925         * gdb.ada/ptype_field.exp: Remove "multi_line".
10926         * gdb.ada/sym_print_name.exp: Remove "multi_line".
10927         * gdb.ada/tagged.exp: Remove "multi_line".
10928         * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10929         [multi_line ...]
10930         * gdb.btrace/delta.exp: Likewise.
10931         * gdb.btrace/exception.exp: Likewise.
10932         * gdb.btrace/function_call_history.exp: Likewise.
10933         * gdb.btrace/instruction_history.exp: Likewise.
10934         * gdb.btrace/nohist.exp: Likewise.
10935         * gdb.btrace/record_goto.exp: Likewise.
10936         * gdb.btrace/segv.exp: Likewise.
10937         * gdb.btrace/stepi.exp: Likewise.
10938         * gdb.btrace/tailcall.exp: Likewise.
10939         * gdb.btrace/unknown_functions.exp: Likewise.
10940         * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10941         * lib/gdb.exp: Add the "multi_line" helper.
10942
10943 2015-04-01  Pedro Alves  <palves@redhat.com>
10944
10945         * gdb.threads/tid-reuse.c: New file.
10946         * gdb.threads/tid-reuse.exp: New file.
10947
10948 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
10949
10950         PR corefiles/16092
10951         * gdb.base/coredump-filter.c: New file.
10952         * gdb.base/coredump-filter.exp: Likewise.
10953
10954 2015-03-27  Petr Machata  <pmachata@redhat.com>
10955
10956         * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10957         (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10958         (Dwarf::assemble): Initialize them.
10959         (Dwarf::lines): New function.
10960
10961 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
10962
10963         * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10964         SYMBOL_PREFIX for x86_64-*-cygwin.
10965
10966 2015-03-26  Andy Wingo  <wingo@igalia.com>
10967
10968         PR symtab/18148
10969         * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10970         const_value but not a location.
10971         * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10972         location defined in non-main CUs are visible.
10973
10974 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10975
10976         PR testsuite/18139
10977         * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10978         Add a line number entry for the same line.
10979         * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10980         Add a line number entry for the same line.
10981
10982 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10983
10984         * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10985         .int 0.
10986         (func): Likewise.  Add .Lfunc_1 label.
10987         Use .Lfunc_1 label.
10988         * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10989         .int 0.
10990         (func): Likewise.
10991         Use .Lfunc_1 label.
10992
10993 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10994
10995         * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10996         Call gdb_compile instead to compile each .s files without debug
10997         information.
10998
10999 2015-03-26  Yao Qi  <yao.qi@linaro.org>
11000
11001         * gdb.base/savedregs.exp (process_saved_regs): Make
11002         "Saved registers:" optional in the pattern.
11003
11004 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
11005
11006         * gdb.btrace/next.exp: Merged into step.exp.
11007         * gdb.btrace/finish.exp: Merged into step.exp.
11008         * gdb.btrace/nexti.exp: Merged into stepi.exp.
11009         * gdb.btrace/step.exp: Use record_goto.c as test file.  Avoid using
11010         "record goto" and checking the exact replay position.
11011         * gdb.btrace/stepi.exp: Choose test file based on target.  Do not
11012         check for "Recording format" in "info record" output.
11013         * gdb.btrace/record_goto.exp: Choose test file based on target.
11014         * gdb.btrace/x86-record_goto.S: Renamed into ...
11015         * gdb.btrace/x86_64-record_goto.S: ... this.
11016         * gdb.btrace/i686-record_goto.S: New.
11017         * gdb.btrace/x86-tailcall.S: Renamed into ...
11018         * gdb.btrace/x86_64-tailcall.S: ... this.
11019         * gdb.btrace/i686-tailcall.S: New.
11020         * gdb.btrace/x86-tailcall.c: Renamed into ...
11021         * gdb.btrace/tailcall.c: ... this.  Split "return ++answer" into two
11022         separate statements.  Update test.
11023         * gdb.btrace/delta.exp: Use record_goto.c as test file.
11024         * gdb.btrace/gcore.exp: Use record_goto.c as test file.
11025         * gdb.btrace/nohist.exp: Use record_goto.c as test file.
11026         * gdb.btrace/tailcall.exp: Choose test file based on target.
11027         * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
11028
11029 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
11030
11031         * gdb.btrace/exception.exp: Increase BTS buffer size.
11032
11033 2015-03-24  Pedro Alves  <palves@redhat.com>
11034
11035         * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11036
11037 2015-03-24  Pedro Alves  <palves@redhat.com>
11038
11039         * gdb.threads/schedlock.exp (test_step): No longer expect that
11040         "set scheduler-locking step" with "next" over a function call runs
11041         threads unlocked.
11042
11043 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11044
11045         * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11046
11047 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11048
11049         PR breakpoints/16466
11050         * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11051         * gdb.mi/mi-pending.c (thread_func): New function.
11052         (int main): Add threading support required.
11053         * gdb.mi/mi-pending.exp: Add tests for this issue.
11054         * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11055         (pendfunc2): Remove stdio dependency.
11056         * gdb.mi/mi-pendshr2.c: New file.
11057
11058 2015-03-23  Keith Seitz  <keiths@redhat.com>
11059
11060         * gdb.linespec/keywords.c: New file.
11061         * gdb.linespec/keywords.exp: New file.
11062
11063 2015-03-23  Keith Seitz  <keiths@redhat.com>
11064
11065         PR gdb/18021
11066         * gdb.dwarf2/staticvirtual.exp: New test.
11067
11068 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
11069
11070         * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11071         * README: Remove HP-UX and gdb.hp.
11072         (configuration):
11073         * configure: Regenerate.
11074         * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11075         gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11076         gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11077         gdb.hp/gdb.defects/Makefile.
11078         * gdb.hp/Makefile.in: File deleted.
11079         * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11080         * gdb.hp/gdb.aCC/optimize.c: File deleted.
11081         * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11082         * gdb.hp/gdb.aCC/run.c: File deleted.
11083         * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11084         * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11085         * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11086         * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11087         * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11088         * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11089         * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11090         * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11091         * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11092         * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11093         * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11094         * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11095         * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11096         * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11097         * gdb.hp/gdb.base-hp/reg.s: File deleted.
11098         * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11099         * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11100         * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11101         * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11102         * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11103         * gdb.hp/gdb.compat/Makefile.in: File deleted.
11104         * gdb.hp/gdb.compat/average.c: File deleted.
11105         * gdb.hp/gdb.compat/sum.c: File deleted.
11106         * gdb.hp/gdb.compat/xdb.c: File deleted.
11107         * gdb.hp/gdb.compat/xdb0.c: File deleted.
11108         * gdb.hp/gdb.compat/xdb0.h: File deleted.
11109         * gdb.hp/gdb.compat/xdb1.c: File deleted.
11110         * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11111         * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11112         * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11113         * gdb.hp/gdb.defects/Makefile.in: File deleted.
11114         * gdb.hp/gdb.defects/bs14602.c: File deleted.
11115         * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11116         * gdb.hp/gdb.defects/solib-d.c: File deleted.
11117         * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11118         * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11119         * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11120         * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11121         * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11122         * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11123         * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11124         * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11125         * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11126         * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11127         * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11128         * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11129         * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11130         * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11131         * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11132         * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11133         * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11134         * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11135         * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11136         * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11137         * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11138         * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11139         * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11140         * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11141         * gdb.hp/tools/odump: File deleted.
11142
11143 2015-03-19  Pedro Alves  <palves@redhat.com>
11144
11145         * gdb.threads/continue-pending-status.exp (saw_thread_2)
11146         (saw_thread_3): New globals.
11147         (top level): Increment them when an event for the corresponding
11148         thread is seen.
11149         (no thread starvation): New test.
11150
11151 2015-03-19  Pedro Alves  <palves@redhat.com>
11152
11153         * gdb.threads/continue-pending-status.c: New file.
11154         * gdb.threads/continue-pending-status.exp: New file.
11155
11156 2015-03-18  Pedro Alves  <palves@redhat.com>
11157
11158         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11159         Use gdb_is_target_remote instead of is_remote.  Use
11160         gdb_test_multiple instead of gdb_expect.  Exit early if
11161         gdb_test_multiple hits its internal matches.  Tighten stepi tests
11162         expected output.  Fail on exit with any signal, instead of just
11163         SIGILL.
11164
11165 2015-03-18  Yao Qi  <yao.qi@linaro.org>
11166
11167         PR tdep/18107
11168         * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11169         variable.
11170         * gdb.base/catch-syscall.exp: Don't skip it on
11171         aarch64*-*-linux* target.  Remove elements in all_syscalls.
11172         (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11173         target.
11174         (setup_all_syscalls): New proc.
11175
11176 2015-03-16  Yao Qi  <yao.qi@linaro.org>
11177
11178         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11179         (top level): Skip tests if valid_addr_p returns false for
11180         $cmd1 or $cmd2.
11181
11182 2015-03-11  Andy Wingo  <wingo@igalia.com>
11183
11184         * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11185
11186 2015-03-11  Yao Qi  <yao.qi@linaro.org>
11187
11188         * gdb.base/catch-syscall.exp: Fix typo in comments.
11189
11190 2015-03-11  Yao Qi  <yao.qi@linaro.org>
11191
11192         * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11193
11194 2015-03-09  Pedro Alves  <palves@redhat.com>
11195
11196         * dg-extract-results.py: Delete.
11197
11198 2015-03-09  Pedro Alves  <palves@redhat.com>
11199
11200         Merge dg-extract-results.sh from GCC upstream (r218843).
11201
11202         2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
11203                 * dg-extract-results.sh: Use --text with grep to avoid issues with
11204                 binary files.  Fall back to cat -v, if that doesn't work.
11205
11206 2015-03-05  Pedro Alves  <palves@redhat.com>
11207
11208         * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11209
11210 2015-03-04  Simon Marchi  <simon.marchi@ericsson.com>
11211
11212         * lib/mi-support.exp (mi_expect_interrupt): Accept
11213         alternative event for when in all-stop mode.
11214
11215 2015-03-04  Pedro Alves  <palves@redhat.com>
11216
11217         * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11218
11219 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
11220
11221         * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11222
11223 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11224
11225         * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11226         regexps for GDB's current line display, accept a hex address
11227         preceding the line number.
11228
11229 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11230
11231         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11232         the 'arch1' variable for "s390*-linux*" targets.
11233
11234 2015-03-04  Pedro Alves  <palves@redhat.com>
11235
11236         * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11237         (main): Pass missing retval argument to pthread_join call.
11238
11239 2015-03-02  Pedro Alves  <palves@redhat.com>
11240
11241         * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11242         (top level): Call do_test with non-stop as well.
11243
11244 2015-03-02  Pedro Alves  <palves@redhat.com>
11245
11246         * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11247         -1.
11248
11249 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11250
11251         * gdb.arch/s390-vregs.exp: New test.
11252         * gdb.arch/s390-vregs.S: New file.
11253
11254 2015-02-27  Pedro Alves  <palves@redhat.com>
11255
11256         * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11257         call to catch_command_errors.
11258         * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11259         catch_command_errors.
11260
11261 2015-02-27  Pedro Alves  <palves@redhat.com>
11262
11263         * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11264         "true" for boolean result.
11265         * gdb.gdb/selftest.exp (test_with_self): Also accept full
11266         prototype of main.
11267
11268 2015-02-27  Pedro Alves  <palves@redhat.com>
11269
11270         * lib/unbuffer_output.c: New file.
11271         * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11272         (main): Call gdb_unbuffer_output.
11273
11274 2015-02-27  Yao Qi  <yao.qi@linaro.org>
11275
11276         * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11277         target.
11278
11279 2015-02-26  Doug Evans  <dje@google.com>
11280
11281         * gdb.cp/class2.cc (Dbase, D): New classes.
11282         (main): New local delta.
11283         * gdb.cp/class2.exp: Test printing delta.
11284         * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11285         (dynbar): New global.
11286         * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11287
11288 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11289
11290         * gdb.compile/compile-ifunc.c: New file.
11291         * gdb.compile/compile-ifunc.exp: New file.
11292
11293 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11294
11295         * gdb.base/structs.exp: Check for correct struct on finish.
11296
11297 2015-02-26  Yao Qi  <yao.qi@linaro.org>
11298
11299         * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11300         is zero.
11301
11302 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11303
11304         * gdb.arch/cordic.ko.bz2: New file.
11305         * gdb.arch/cordic.ko.debug.bz2: New file.
11306         * gdb.arch/ppc64-symtab-cordic.exp: New file.
11307
11308 2015-02-25  Yao Qi  <yao.qi@linaro.org>
11309
11310         * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11311         aarch64*-*-* target.
11312
11313 2015-02-23  Pedro Alves  <palves@redhat.com>
11314
11315         * lib/gdb.exp (delete_breakpoints): Rewrite using
11316         gdb_test_multiple.
11317
11318 2015-02-23  Pedro Alves  <palves@redhat.com>
11319
11320         * gdb.base/info-os.c: Include stdlib.h.
11321
11322 2015-02-22  Doug Evans  <xdje42@gmail.com>
11323
11324         PR symtab/17855
11325         * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11326         is read after symbols have been re-read.
11327         * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11328         * gdb.ada/exec_changed/second.adb (Second): Ditto.
11329
11330 2015-02-21  Doug Evans  <dje@google.com>
11331
11332         * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11333
11334 2015-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11335
11336         PR corefiles/17808
11337         * gdb.arch/i386-biarch-core.core.bz2: New file.
11338         * gdb.arch/i386-biarch-core.exp: New file.
11339
11340 2015-02-21  Pedro Alves  <palves@redhat.com>
11341
11342         * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11343         runto_main fails.
11344
11345 2015-02-20  Pedro Alves  <palves@redhat.com>
11346
11347         * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11348         info probes.
11349
11350 2015-02-20  Pedro Alves  <palves@redhat.com>
11351
11352         * gdb.threads/multi-create-ns-info-thr.exp: New file.
11353
11354 2015-02-20  Pedro Alves  <palves@redhat.com>
11355
11356         * gdb.trace/no-attach-trace.exp: Don't run to main.  Do
11357         clean_restart before gdb_target_supports_trace.
11358
11359 2015-02-20  Pedro Alves  <palves@redhat.com>
11360
11361         PR threads/18006
11362         * gdb.threads/clone-thread_db.c: New file.
11363         * gdb.threads/clone-thread_db.exp: New file.
11364
11365 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11366
11367         PR breakpoints/16812
11368         * gdb.base/catch-gdb-caused-signals.c: New file.
11369         * gdb.base/catch-gdb-caused-signals.exp: New file.
11370
11371 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
11372
11373         * configure: Regenerated.
11374         * configure.ac: Use GDB_AC_TRANSFORM.
11375         * aclocal.m4: sinclude ../transform.m4.
11376
11377 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11378
11379         * lib/dtrace.exp: New file.
11380         * gdb.base/dtrace-probe.exp: Likewise.
11381         * gdb.base/dtrace-probe.d: Likewise.
11382         * gdb.base/dtrace-probe.c: Likewise.
11383         * lib/pdtrace.in: Likewise.
11384         * configure.ac: Output variables with the transformed names of
11385         the strip, readelf, as and nm tools.  AC_SUBST lib/pdtrace.in.
11386         * configure: Regenerated.
11387
11388 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11389
11390         * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11391         expected message when trying to access $_probe_* convenience
11392         variables while not on a probe.
11393
11394 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11395
11396         * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11397
11398 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
11399
11400         * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11401         * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11402
11403 2015-02-10  Doug Evans  <xdje42@gmail.com>
11404
11405         * lib/gdb.exp (gdb_load): Always return a result.
11406
11407 2015-02-10  Pedro Alves  <palves@redhat.com>
11408
11409         * gdb.threads/signal-sigtrap.c: New file.
11410         * gdb.threads/signal-sigtrap.exp: New file.
11411
11412 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
11413
11414         * gdb.trace/no-attach-trace.c: New file.
11415         * gdb.trace/no-attach-trace.exp: New file.
11416
11417 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11418
11419         * gdb.dwarf2/atomic.c: New file.
11420         * gdb.dwarf2/atomic-type.exp: Likewise.
11421
11422 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11423
11424         * gdb.btrace/buffer-size.exp: Update "info record" output.
11425         * gdb.btrace/delta.exp: Update "info record" output.
11426         * gdb.btrace/enable.exp: Update "info record" output.
11427         * gdb.btrace/finish.exp: Update "info record" output.
11428         * gdb.btrace/instruction_history.exp: Update "info record" output.
11429         * gdb.btrace/next.exp: Update "info record" output.
11430         * gdb.btrace/nexti.exp: Update "info record" output.
11431         * gdb.btrace/step.exp: Update "info record" output.
11432         * gdb.btrace/stepi.exp: Update "info record" output.
11433         * gdb.btrace/nohist.exp: Update "info record" output.
11434
11435 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11436
11437         * gdb.btrace/buffer-size: New.
11438
11439 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11440
11441         * gdb.btrace/delta.exp: Update "info record" output.
11442         * gdb.btrace/enable.exp: Update "info record" output.
11443         * gdb.btrace/finish.exp: Update "info record" output.
11444         * gdb.btrace/instruction_history.exp: Update "info record" output.
11445         * gdb.btrace/next.exp: Update "info record" output.
11446         * gdb.btrace/nexti.exp: Update "info record" output.
11447         * gdb.btrace/step.exp: Update "info record" output.
11448         * gdb.btrace/stepi.exp: Update "info record" output.
11449         * gdb.btrace/nohist.exp: Update "info record" output.
11450
11451 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
11452
11453         PR gdb/15678
11454         * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11455
11456 2015-02-06  Pedro Alves  <palves@redhat.com>
11457
11458         * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11459         macro.
11460         (seconds_left, again): New globals.
11461         (main): Wait seconds_left in a 1-second sleep loop instead of
11462         sleeping 180 seconds.  If 'again' is set, reset the seconds
11463         counter.
11464         * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11465         'again' in the inferior before detaching.  Print the seconds left.
11466         (options): New global.
11467         (top level): Build program with -DTIMEOUT=$timeout.
11468
11469 2015-02-06  Pedro Alves  <palves@redhat.com>
11470
11471         * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11472         determine how many seconds to pass to 'alarm'.
11473         * gdb.base/gdb-sigterm.exp (top level): Build program with
11474         -DTIMEOUT=$timeout.
11475         (do_test): Return success/failure indication.  Add more verbose
11476         logging.  Don't fail if 200 single steps are seen.  Instead, fail
11477         when the test times out.
11478         (passes): New global.
11479         (top level): Break the testing loop if testing fails on any
11480         iteration.  Use gdb_assert.
11481
11482 2015-02-04  Don Breazeal  <donb@codesourcery.com>
11483
11484         * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11485         and initialize them.
11486         (ipc_cleanup): New function.
11487         (main): Don't declare shmid, semid, and msqid.  Add a call to
11488         atexit so that we call ipc_cleanup on exit.
11489
11490 2015-02-04  Pedro Alves  <palves@redhat.com>
11491
11492         * boards/native-extended-gdbserver.exp: Remove any target variant
11493         specifications from the board name before clearing the isremote
11494         flag from board_info.
11495
11496 2015-01-31  Doug Evans  <xdje42@gmail.com>
11497
11498         * gdb.base/maint.exp <maint print type argc>: Update expected output.
11499
11500 2015-01-31  Gary Benson <gbenson@redhat.com>
11501
11502         * gdb.base/completion.exp: Disable completion limiting for
11503         existing tests.  Add new tests to check completion limiting.
11504         * gdb.linespec/ls-errs.exp: Disable completion limiting.
11505
11506 2015-01-31  Doug Evans  <xdje42@gmail.com>
11507
11508         * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11509
11510 2015-01-31  Doug Evans  <xdje42@gmail.com>
11511
11512         * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11513         entries.  Duplicate file section script entries.
11514         * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11515         inlined entries.  Add test for safe-path rejection.
11516         * gdb.python/py-section-script.c: Add duplicate inlined section script
11517         entries.  Duplicate file section script entries.
11518         * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11519         inlined entries.  Add test for safe-path rejection.
11520
11521 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
11522
11523         * gdb.ada/disc_arr_bound: New testcase.
11524
11525 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
11526
11527         * gdb.ada/mi_var_array: New testcase.
11528
11529 2015-01-27  Doug Evans  <dje@google.com>
11530
11531         * gdb.python/py-objfile.exp: Add tests for objfile.username.
11532         Add test for objfile.filename, objfile.username after objfile
11533         has been unloaded.
11534
11535 2015-01-26  Joel Brobecker  <brobecker@adacore.com>
11536
11537         * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11538         the second test to print the name attribute of value
11539         returned by the call to gdb.lookup_type, and adjust
11540         the expected output accordingly.
11541
11542 2015-01-25  Mark Wielaard  <mjw@redhat.com>
11543
11544         * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11545         * gdb.base/disp-step-fork.c: Include unistd.h.
11546         * gdb.base/siginfo-obj.c: Include stdio.h.
11547         * gdb.base/siginfo-thread.c: Likewise.
11548         * gdb.mi/non-stop.c: Include unistd.h.
11549         * gdb.mi/nsthrexec.c: Include stdio.h.
11550         * gdb.mi/pthreads.c: Include unistd.h.
11551         * gdb.modula2/unbounded1.c (main): Declare returns int.
11552         * gdb.reverse/consecutive-reverse.c: Likewise.
11553         * gdb.threads/create-fail.c: Include unistd.h.
11554         * gdb.threads/killed.c: Likewise.
11555         * gdb.threads/linux-dp.c: Likewise.
11556         * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11557         * gdb.threads/non-ldr-exc-2.c: Likewise.
11558         * gdb.threads/non-ldr-exc-3.c: Likewise.
11559         * gdb.threads/non-ldr-exc-4.c: Likewise.
11560         * gdb.threads/pthreads.c: Include unistd.h.
11561         (main): Declare returns int.
11562         * gdb.threads/tls-main.c (foo): New declaration.
11563         * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11564
11565 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
11566
11567         * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11568         * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11569
11570 2015-01-15  Mark Wielaard  <mjw@redhat.com>
11571
11572         * gdb.base/noreturn-return.c: New file.
11573         * gdb.base/noreturn-return.exp: New file.
11574         * gdb.base/noreturn-finish.c: New file.
11575         * gdb.base/noreturn-finish.exp: New file.
11576
11577 2015-01-23  Pedro Alves  <palves@redhat.com>
11578
11579         * gdb.threads/continue-pending-after-query.c: New file.
11580         * gdb.threads/continue-pending-after-query.exp: New file.
11581
11582 2015-01-22  Anders Granlund  <anders.granlund@ericsson.com>
11583             Simon Marchi  <simon.marchi@ericsson.com>
11584
11585         * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11586         * gdb.base/valgrind-db-attach.exp: Same.
11587         * gdb.base/valgrind-infcall.exp: Same.
11588         * lib/mi-support.exp (default_mi_gdb_start): Same.
11589         * lib/prompt.exp (default_prompt_gdb_start): Same.
11590         * lib/gdb.exp (default_gdb_spawn): Same.
11591         (gdb_interact): New.
11592
11593
11594 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
11595
11596         * gdb.compile/compile.exp (pointer to jit function): New test.
11597
11598 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
11599
11600         * lib/gdb.exp (supports_process_record): Return true for
11601         powerpc*-*-linux*.
11602         (supports_reverse): Likewise.
11603
11604 2015-01-15  Don Breazeal  <donb@codesourcery.com>
11605
11606         * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
11607         instead of checking whether the target board is remote and
11608         use spawn_wait_for_attach instead of exec/sleep.
11609         * gdb.base/attach-twice.exp: Likewise.
11610
11611 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
11612
11613         * gdb.ada/var_arr_attrs: New testcase.
11614
11615 2015-01-14  Pedro Alves  <palves@redhat.com>
11616             Joel Brobecker  <brobecker@adacore.com>
11617
11618         PR gdb/17525
11619         * gdb.base/bp-cmds-execution-x-script.c: New file.
11620         * gdb.base/bp-cmds-execution-x-script.exp: New file.
11621         * gdb.base/bp-cmds-execution-x-script.gdb: New file.
11622
11623 2015-01-14  Pedro Alves  <palves@redhat.com>
11624
11625         PR cli/17828
11626         * gdb.base/batch-preserve-term-settings.c: New file.
11627         * gdb.base/batch-preserve-term-settings.exp: New file.
11628
11629 2015-01-13  Doug Evans  <dje@google.com>
11630
11631         * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
11632         binary.
11633
11634 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
11635
11636         * Makefile.in (clean mostlyclean): Do not delete *.py.
11637
11638 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
11639
11640         * gdb.python/py-lookup-type.exp: New file.
11641
11642 2015-01-12  Pedro Alves  <palves@redhat.com>
11643
11644         * gdb.python/py-prompt.exp: When the board can't spawn for attach,
11645         restore GDBFLAGS before returning.
11646
11647 2015-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11648
11649         * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
11650         is_amd64_regs_target and is_x86_like_target.
11651
11652 2015-01-11  Doug Evans  <xdje42@gmail.com>
11653
11654         * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
11655         is given without an explicit form.
11656         * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
11657         attributes.
11658         * gdb.dwarf/corrupt.exp: Ditto.
11659         * gdb.dwarf2/enum-type.exp: Ditto.
11660         * gdb.trace/entry-values.exp: Ditto.
11661         * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
11662
11663 2015-01-11  Doug Evans  <xdje42@gmail.com>
11664
11665         PR gdb/15830
11666         * gdb.base/maint.exp: Remove references to "maint demangle".
11667         * gdb.cp/demangle.exp: Update.  "maint demangle" -> "demangle".
11668         Add tests for explicitly specifying language to demangle.
11669         * gdb.dlang/demangle.exp: Ditto.
11670
11671 2015-01-09  Pedro Alves  <palves@redhat.com>
11672
11673         * gdb.threads/non-stop-fair-events.c: New file.
11674         * gdb.threads/non-stop-fair-events.exp: New file.
11675
11676 2015-01-09  Pedro Alves  <palves@redhat.com>
11677
11678         * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
11679         the global scope.  Set a breakpoint after all threads are started
11680         rather than stepping over two source lines.  Expect the prompt.
11681         * gdb.base/watch_thread_num.c (threads_started_barrier): New
11682         global.
11683         (NUM): Now 15.
11684         (main): Use threads_started_barrier to wait for all threads to
11685         start.  Main thread no longer calls thread_function.  Exit after
11686         180 seconds.
11687         (loop): New function.
11688         (thread_function): Wait on threads_started_barrier barrier.  Call
11689         'loop' at each iteration.
11690         * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
11691         threads have started, instead of hardcoding number of "next"
11692         steps.  Use an access watchpoint instead of a write watchpoint.
11693
11694 2015-01-09  Pedro Alves  <palves@redhat.com>
11695
11696         * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
11697         (thread_func): Wait on barrier.
11698         (main): Wait for all threads to start before stopping GDB.
11699         * gdb.threads/siginfo-threads.c (threads_started_barrier): New
11700         global.
11701         (thread1_func, thread2_func): Wait on barrier.
11702         (main): Wait for all threads to start before stopping GDB.
11703         * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
11704         New global.
11705         (thread1_func, thread2_func): Wait on barrier.
11706         (main): Wait for all threads to start before stopping GDB.
11707
11708 2015-01-09  Pedro Alves  <palves@redhat.com>
11709
11710         * gdb.threads/attach-many-short-lived-threads.c: New file.
11711         * gdb.threads/attach-many-short-lived-threads.exp: New file.
11712
11713 2014-01-09  Pedro Alves  <palves@redhat.com>
11714
11715         * gdb.threads/fork-thread-pending.exp: Switch to the main thread
11716         instead of to thread 2.
11717         * gdb.threads/signal-command-multiple-signals-pending.c (main):
11718         Add barrier around each pthread_create call instead of around all
11719         calls.
11720         * gdb.threads/signal-command-multiple-signals-pending.exp (test):
11721         Set a break on thread_function and have the child threads hit it
11722         one at at a time.
11723
11724 2015-01-09  Pedro Alves  <palves@redhat.com>
11725
11726         * lib/gdb.exp (can_spawn_for_attach): New procedure.
11727         (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
11728         false.
11729         * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11730         checking whether the target board is remote.
11731         * gdb.multi/multi-attach.exp: Likewise.
11732         * gdb.python/py-sync-interp.exp: Likewise.
11733         * gdb.server/ext-attach.exp: Likewise.
11734         * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
11735         tests that need to attach, instead of checking whether the target
11736         board is remote at the top of the file.
11737
11738 2015-01-08  Yao Qi  <yao@codesourcery.com>
11739
11740         * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
11741
11742 2015-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
11743
11744         Fix testcase compilation.
11745         * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
11746
11747 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
11748
11749         * gdb.python/py-type.exp: Add a couple test about empty
11750         array creation, and negative-length array creation.
11751
11752 2015-01-02  Doug Evans  <xdje42@gmail.com>
11753
11754         * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11755
11756 2015-01-02  Doug Evans  <dje@google.com>
11757
11758         * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11759
11760 2014-12-29  Yao Qi  <yao@codesourcery.com>
11761
11762         * gdb.trace/entry-values.exp: Update comments.  Rename variable
11763         bar_call_foo to returned_from_foo.
11764
11765 2014-12-20  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
11766
11767         PR gdb/17394
11768         * gdb.linespec/break-asm-file.c: New file.
11769         * gdb.linespec/break-asm-file.exp: New file.
11770         * gdb.linespec/break-asm-file0.s: New file.
11771         * gdb.linespec/break-asm-file1.s: New file.
11772
11773 2014-12-18  Nigel Stephens  <nigel@mips.com>
11774             Maciej W. Rozycki  <macro@codesourcery.com>
11775
11776         * gdb.base/float.exp: Handle the new output from "info float" on
11777         MIPS targets.
11778
11779 2014-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11780
11781         Fix MinGW compilation.
11782         * gdb.compile/compile-ops.exp: Update untested message if
11783         !skip_compile_feature_tests.
11784         * gdb.compile/compile-setjmp.exp: Likewise.
11785         * gdb.compile/compile-tls.exp: Likewise.
11786         * gdb.compile/compile.exp: Likewise.
11787         * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11788         supported on this host".
11789
11790 2014-12-16  Doug Evans  <xdje42@gmail.com>
11791
11792         * boards/stabs.exp: New file.
11793
11794 2014-12-16  Andreas Arnez  <arnez@vnet.linux.ibm.com>
11795
11796         * gdb.base/completion.exp: Adjust to format changes of "maint
11797         print user-registers".
11798
11799 2014-12-16  Catalin Udma  <catalin.udma@freescale.com>
11800
11801         PR server/17457
11802         * gdb.arch/aarch64-fp.c: New file.
11803         * gdb.arch/aarch64-fp.exp: New file.
11804
11805 2014-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
11806
11807         Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11808         r210637, r210913, r211666, r215400, r215817).
11809
11810         2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
11811                 * dg-extract-results.py: New file.
11812                 * dg-extract-results.sh: Use it if the environment seems
11813                 suitable.
11814
11815         2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
11816
11817                 * dg-extract-results.py (parse_run): Handle warnings that
11818                 are printed before a test harness is run.
11819
11820         2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
11821
11822                 * dg-extract-results.py (Named): Remove __cmp__ method.
11823                 (output_variation): Use a key to sort variation.harnesses.
11824
11825         2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
11826
11827                 * dg-extract-results.py: For Python 3, force sys.stdout to
11828                 handle surrogate escape sequences.
11829                 (safe_open): New function.
11830                 (output_segment, main): Use it.
11831
11832         2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
11833
11834                 * dg-extract-results.py (Prog.result_re): Include options
11835                 in test name.
11836
11837         2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
11838
11839                 * dg-extract-results.py (output_variation): Always sort if
11840                 do_sum.
11841
11842 2014-12-15  Simon Marchi  <simon.marchi@ericsson.com>
11843
11844         * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11845         as long as we get pagination notifications.
11846
11847 2014-12-15  Jason Merrill  <jason@redhat.com>
11848
11849         * Makefile.in (check-gdb.%): Restore.
11850         * README: Mention it.
11851
11852 2014-12-13  Joel Brobecker  <brobecker@adacore.com>
11853
11854         * gdb.ada/str_uninit: New testcase.
11855
11856 2014-12-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11857
11858         PR symtab/17642
11859         * gdb.base/vla-stub-define.c: New file.
11860         * gdb.base/vla-stub.c: New file.
11861         * gdb.base/vla-stub.exp: New file.
11862
11863 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
11864             Jan Kratochvil  <jan.kratochvil@redhat.com>
11865             Tom Tromey  <tromey@redhat.com>
11866
11867         * configure.ac: Add gdb.compile/.
11868         * configure: Regenerate.
11869         * gdb.compile/Makefile.in: New file.
11870         * gdb.compile/compile-ops.exp: New file.
11871         * gdb.compile/compile-ops.c: New file.
11872         * gdb.compile/compile-tls.c: New file.
11873         * gdb.compile/compile-tls.exp: New file.
11874         * gdb.compile/compile-constvar.S: New file.
11875         * gdb.compile/compile-constvar.c: New file.
11876         * gdb.compile/compile-mod.c: New file.
11877         * gdb.compile/compile-nodebug.c: New file.
11878         * gdb.compile/compile-setjmp-mod.c: New file.
11879         * gdb.compile/compile-setjmp.c: New file.
11880         * gdb.compile/compile-setjmp.exp: New file.
11881         * gdb.compile/compile-shlib.c: New file.
11882         * gdb.compile/compile.c: New file.
11883         * gdb.compile/compile.exp: New file.
11884         * lib/gdb.exp (skip_compile_feature_tests): New proc.
11885
11886 2014-12-12  Tom Tromey  <tromey@redhat.com>
11887
11888         * lib/dwarf.exp (_location): Ignore blank lines.  Allow comments.
11889         Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11890
11891 2014-12-12  Doug Evans  <dje@google.com>
11892
11893         * lib/gdb-python.exp (get_python_valueof): New function.
11894         * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11895
11896 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11897
11898         * gdb.base/completion.exp: Add test for completion of "info
11899         registers ".
11900
11901 2014-12-12  Maciej W. Rozycki  <macro@codesourcery.com>
11902
11903         * gdb.base/func-ptrs.c: New file.
11904         * gdb.base/func-ptrs.exp: New file.
11905
11906 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
11907
11908         PR breakpoints/17012
11909         * gdb.base/dprintf-detach.c: New file.
11910         * gdb.base/dprintf-detach.exp: New file.
11911
11912 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
11913
11914         * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11915         * lib/gdb.exp (target_is_gdbserver): New procedure.
11916
11917 2014-12-08  Doug Evans  <dje@google.com>
11918
11919         * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11920
11921 2014-12-05  Yao Qi  <yao@codesourcery.com>
11922
11923         * gdb.guile/scm-error.exp: Remove the third argument to
11924         gdb_remote_download.
11925         * gdb.guile/scm-frame-args.exp: Likewise.
11926         * gdb.guile/scm-section-script.exp: Likewise.
11927
11928 2014-12-05  Yao Qi  <yao@codesourcery.com>
11929
11930         * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11931
11932 2014-12-04  Doug Evans  <dje@google.com>
11933
11934         * gdb.python/py-objfile.exp: Add tests for
11935         objfile.add_separate_debug_file.
11936
11937 2014-12-04  Doug Evans  <dje@google.com>
11938
11939         * lib/gdb.exp (get_build_id): New function.
11940         (build_id_debug_filename_get): Rewrite to use it.
11941         * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11942
11943 2014-12-04  Maciej W. Rozycki  <macro@codesourcery.com>
11944
11945         * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11946         `method(long)', not just 0x0.
11947         * gdb.cp/nsalias.exp: Align code labels to 4.
11948         * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11949         * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11950         * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11951         * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11952         (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11953         * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11954
11955 2014-12-02  Doug Evans  <dje@google.com>
11956
11957         PR symtab/17602
11958         * gdb.cp/anon-ns.cc: Move guts of this file to ...
11959         * gdb.cp/anon-ns2.cc: ... here.  New file.
11960         * gdb.cp/anon-ns.exp: Update.
11961
11962 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
11963
11964         * gdb.python/py-events.py (inferior_call_handler): New.
11965         (register_changed_handler, memory_changed_handler): New.
11966         (test_events.invoke): Register new handlers.
11967         * gdb.python/py-events.exp: Add tests for inferior call,
11968         memory_changed and register_changed events.
11969
11970 2014-12-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11971
11972         * gdb.base/execl-update-breakpoints.exp: Specify the link address
11973         with '-Ttext-segment' instead of '-Ttext'.  Fall back to '-Ttext'
11974         if the linker doesn't understand this.
11975
11976 2014-12-01  Simon Marchi  <simon.marchi@ericsson.com>
11977
11978         * gdb.python/python.exp: Change expected reply to help().
11979
11980 2014-12-01  Yao Qi  <yao@codesourcery.com>
11981
11982         * configure.ac: Remove AC_ARG_ENABLE for gdbtk.  Don't invoke
11983         AC_CONFIG_SUBDIRS(gdb.gdbtk).
11984         * configure: Re-generated.
11985
11986 2014-11-28  Siva Chandra Reddy  <sivachandra@google.com>
11987
11988         * gdb.cp/chained-calls.cc: New file.
11989         * gdb.cp/chained-calls.exp: New file.
11990         * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11991
11992 2014-11-28  Simon Marchi  <simon.marchi@ericsson.com>
11993
11994         * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11995         * gdb.dwarf2/symtab-producer.exp: Same.
11996         * gdb.gdb/python-interrupts.exp: Same.
11997         * gdb.gdb/python-selftest.exp: Same.
11998         * gdb.python/py-linetable.exp: Same.
11999         * gdb.python/py-type.exp: Same.
12000         * gdb.python/py-value-cc.exp: Same.
12001         * gdb.python/py-value.exp: Same.
12002
12003 2014-11-28  Yao Qi  <yao@codesourcery.com>
12004
12005         * gdb.base/break-probes.exp: Match library name prefixed with
12006         sysroot.
12007
12008 2014-11-27  Simon Marchi  <simon.marchi@ericsson.com>
12009
12010         * gdb.python/py-linetable.exp: Escape properly sorted(fset)
12011         test expected output.  Add parentheses for the call to print.
12012         Remove L suffix from integers.
12013
12014 2014-11-26  Doug Evans  <dje@google.com>
12015
12016         * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
12017
12018 2014-11-22  Yao Qi  <yao@codesourcery.com>
12019
12020         * gdb.trace/entry-values.c: Remove asms.
12021         (foo): Add foo_label.
12022         (bar): Add bar_label.
12023         * gdb.trace/entry-values.exp: Remove code computing  foo's
12024         length and bar's length.
12025         (Dwarf::assemble): Invoke function_range for bar and use
12026         MACRO_AT_func for foo.
12027
12028 2014-11-22  Yao Qi  <yao@codesourcery.com>
12029
12030         * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
12031         and .Lgcc43_procstart.  Use .Lgcc42_procstart instead of gcc42.
12032         Use .Lgcc43_procstart instead of gcc43.
12033
12034 2014-11-21  Joel Brobecker  <brobecker@adacore.com>
12035
12036         * gdb.ada/n_arr_bound: New testcase.
12037
12038 2014-11-20  Sergio Durigan Junior  <sergiodj@redhat.com>
12039
12040         PR breakpoints/10737
12041         * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12042         test_catch_syscall_multi_arch.
12043         (test_catch_syscall_multi_arch): New function.
12044
12045 2014-11-20  Doug Evans  <xdje42@gmail.com>
12046
12047         * gdb.base/maint.exp: Update expected output.
12048
12049 2014-11-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12050
12051         * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12052         4-byte instruction on S390.
12053
12054 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
12055
12056         * gdb.ada/arr_arr: New testcase.
12057
12058 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
12059
12060         * gdb.ada/pkd_arr_elem: New Testcase.
12061
12062 2014-11-18  Luis Machado  <lgustavo@codesourcery.com>
12063
12064         * gdb.reverse/break-precsave: Expect completion message for
12065         core file reads.
12066         * gdb.reverse/consecutive-precsave.exp: Likewise.
12067         * gdb.reverse/finish-precsave.exp: Likewise.
12068         * gdb.reverse/i386-precsave.exp: Likewise.
12069         * gdb.reverse/machinestate-precsave.exp: Likewise.
12070         * gdb.reverse/sigall-precsave.exp: Likewise.
12071         * gdb.reverse/solib-precsave.exp: Likewise.
12072         * gdb.reverse/step-precsave.exp: Likewise.
12073         * gdb.reverse/until-precsave.exp: Likewise.
12074         * gdb.reverse/watch-precsave.exp: Likewise.
12075
12076 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12077
12078         * gdb.base/bp-permanent.c: Include unistd.h.
12079         * gdb.python/py-framefilter-mi.c (main): Add return type.
12080         * gdb.python/py-framefilter.c (main): Likewise.
12081         * gdb.trace/actions-changed.c (main): Likewise.
12082
12083 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12084
12085         * gdb.mi/until.c: Add eye-catchers.
12086         * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12087         line numbers.
12088
12089 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12090
12091         * gdb.base/condbreak.exp: Drop references to removed non-prototype
12092         function header variants in break1.c.
12093         * gdb.base/ena-dis-br.exp: Likewise.
12094         * gdb.base/hbreak2.exp: Likewise.
12095         * gdb.reverse/until-precsave.exp: Drop references to removed
12096         non-prototype function header variants in ur1.c.
12097         * gdb.reverse/until-reverse.exp: Likewise.
12098
12099 2014-11-17  Petr Machata  <pmachata@redhat.com>
12100
12101         * lib/dwarf.exp  (Dwarf::cu, Dwarf::tu): Emit
12102         ${_cu_offset_size} bytes abbrev offset.
12103
12104 2014-11-15  Doug Evans  <xdje42@gmail.com>
12105
12106         PR symtab/17559
12107         * gdb.base/line-symtabs.exp: New file.
12108         * gdb.base/line-symtabs.c: New file.
12109         * gdb.base/line-symtabs.h: New file.
12110
12111 2014-11-14  Yao Qi  <yao@codesourcery.com>
12112
12113         * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12114         (func): Add label func_label.
12115         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12116         Replace low_pc and high_pc with MACRO_AT_range.
12117         Replace name, low_pc and high_pc with MACRO_AT_func.
12118
12119 2014-11-14  Yao Qi  <yao@codesourcery.com>
12120
12121         * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12122         Replace name, low_pc and high_pc with MACRO_AT_func.
12123
12124 2014-11-14  Yao Qi  <yao@codesourcery.com>
12125
12126         * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12127         produce debug information.
12128         * gdb.dwarf2/implptr-optimized-out.S: Removed.
12129
12130 2014-11-14  Yao Qi  <yao@codesourcery.com>
12131
12132         * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12133         object and get function length.
12134         (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12135         with MACRO_AT_func.
12136         (top-level): Replace gdb_compile and clean_restart with
12137         prepare_for_testing.
12138         * gdb.dwarf2/main.c (main): Add label main_label.
12139
12140 2014-11-14  Yao Qi  <yao@codesourcery.com>
12141
12142         * lib/dwarf.exp (function_range): New procedure.
12143         (Dwarf::_handle_macro_at_func): New procedure.
12144         (Dwarf::_handle_macro_at_range): New procedure.
12145         (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12146
12147 2014-11-14  Yao Qi  <yao@codesourcery.com>
12148
12149         * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12150         (_handle_attribute): New procedure.
12151
12152 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12153
12154         * gdb.ada/cond_lang/foo.c (callme): Add return type.
12155         * gdb.base/call-sc.c (zed): Likewise.
12156         * gdb.base/checkpoint.c (main): Likewise.
12157         * gdb.base/dump.c (main): Likewise.
12158         * gdb.base/gcore.c (main): Likewise.
12159         * gdb.base/huge.c (main): Likewise.
12160         * gdb.base/multi-forks.c (main): Likewise.
12161         * gdb.base/pr10179-a.c (main): Likewise.
12162         * gdb.base/savedregs.c (main): Likewise.
12163         * gdb.base/sigaltstack.c (main): Likewise.
12164         * gdb.base/siginfo.c (main): Likewise.
12165         * gdb.base/structs.c (zed): Likewise.
12166         * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12167         * gdb.mi/mi-syn-frame.c (main): Likewise.
12168         * gdb.mi/until.c (foo, main): Likewise.
12169         * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12170         * gdb.base/solib-weak.c (foo): Declare.
12171         * gdb.base/attach-twice.c: Include stdio.h.
12172         * gdb.base/weaklib1.c: Likewise.
12173         * gdb.base/weaklib2.c: Likewise.
12174         * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12175         * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12176         unistd.h.
12177         * gdb.base/attach-pie-misread.c: Include stdlib.h.
12178         * gdb.mi/mi-exit-code.c: Likewise.
12179         * gdb.base/break-interp-lib.c: Include string.h.
12180         * gdb.base/coremaker.c: Likewise.
12181         * gdb.base/testenv.c: Likewise.
12182         * gdb.python/py-finish-breakpoint.c: Likewise.
12183         * gdb.base/inferior-died.c: Include sys/wait.h.
12184         * gdb.base/fileio.c: Include time.h.
12185         * gdb.base/async-shell.c: Include unistd.h.
12186         * gdb.base/dprintf-non-stop.c: Likewise.
12187         * gdb.base/info-os.c: Likewise.
12188         * gdb.mi/mi-console.c: Likewise.
12189         * gdb.mi/watch-nonstop.c: Likewise.
12190         * gdb.python/py-events.c: Likewise.
12191         * gdb.base/async.c (baz): Move up before its invocation.
12192         * gdb.base/code_elim2.c (my_global_func): Likewise.
12193         * gdb.base/skip-solib-lib.c (multiply): Likewise.
12194         * gdb.base/advance.c (func2): Likewise.
12195
12196 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12197
12198         * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12199         variant.
12200         * gdb.base/annota3.c: Likewise.
12201         * gdb.base/async.c: Likewise.
12202         * gdb.base/average.c: Likewise.
12203         * gdb.base/call-ar-st.c: Likewise.
12204         * gdb.base/call-rt-st.c: Likewise.
12205         * gdb.base/call-sc.c: Likewise.
12206         * gdb.base/call-strs.c: Likewise.
12207         * gdb.base/ending-run.c: Likewise.
12208         * gdb.base/execd-prog.c: Likewise.
12209         * gdb.base/exprs.c: Likewise.
12210         * gdb.base/foll-exec.c: Likewise.
12211         * gdb.base/foll-fork.c: Likewise.
12212         * gdb.base/foll-vfork.c: Likewise.
12213         * gdb.base/funcargs.c: Likewise.
12214         * gdb.base/gcore.c: Likewise.
12215         * gdb.base/jump.c: Likewise.
12216         * gdb.base/langs0.c: Likewise.
12217         * gdb.base/langs1.c: Likewise.
12218         * gdb.base/langs2.c: Likewise.
12219         * gdb.base/mips_pro.c: Likewise.
12220         * gdb.base/nodebug.c: Likewise.
12221         * gdb.base/opaque0.c: Likewise.
12222         * gdb.base/opaque1.c: Likewise.
12223         * gdb.base/recurse.c: Likewise.
12224         * gdb.base/run.c: Likewise.
12225         * gdb.base/scope0.c: Likewise.
12226         * gdb.base/scope1.c: Likewise.
12227         * gdb.base/setshow.c: Likewise.
12228         * gdb.base/setvar.c: Likewise.
12229         * gdb.base/shmain.c: Likewise.
12230         * gdb.base/shr1.c: Likewise.
12231         * gdb.base/shr2.c: Likewise.
12232         * gdb.base/sigall.c: Likewise.
12233         * gdb.base/signals.c: Likewise.
12234         * gdb.base/so-indr-cl.c: Likewise.
12235         * gdb.base/solib2.c: Likewise.
12236         * gdb.base/structs.c: Likewise.
12237         * gdb.base/sum.c: Likewise.
12238         * gdb.base/vforked-prog.c: Likewise.
12239         * gdb.base/watchpoint.c: Likewise.
12240         * gdb.reverse/shr2.c: Likewise.
12241         * gdb.reverse/until-reverse.c: Likewise.
12242         * gdb.reverse/ur1.c: Likewise.
12243         * gdb.reverse/watch-reverse.c: Likewise.
12244
12245 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12246
12247         * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12248         variant.
12249         * gdb.base/sepdebug.exp: Drop references to removed code.
12250
12251 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12252
12253         * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12254         variant.  Preserve original line numbering.
12255         * gdb.base/list1.c: Likewise.
12256
12257 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12258
12259         * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12260         variant.
12261         * gdb.base/break1.c: Likewise.
12262         * gdb.base/break.exp: Drop references to removed code.
12263
12264 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12265
12266         * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12267         variant.
12268
12269 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12270
12271         * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12272
12273 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12274
12275         * gdb.base/callfuncs.exp: Remove 'prototypes' variable.  Move main
12276         logic into perform_all_tests() and invoke it with and without
12277         function header prototypes.
12278         (do_function_calls): Remove conditional XFAIL for PR 5318.
12279         (rerun_and_prepare): Remove duplicate code.
12280         (perform_all_tests): New.  Main logic moved here.
12281
12282 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12283
12284         * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12285         code guarded by #ifdef NO_PROTOTYPES.
12286         (t_double_many_args): Likewise.
12287         (DEF_FUNC_MANY_ARGS_1): Likewise.
12288         (DEF_FUNC_VALUES_1): Likewise.
12289         (t_structs_ldc): Renamed from t_structs_fc in conditional code
12290         guarded by #ifdef PROTOTYPES.
12291
12292 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12293
12294         * gdb.mi/mi-console.c: Add eye-catcher.
12295         * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12296         instead of literal line number.
12297
12298 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12299
12300         * gdb.base/shr2.c: Add eye-catcher.
12301         * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12302         line number.
12303
12304 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12305
12306         * gdb.base/jump.c: Add eye-catchers.
12307         * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12308         numbers.
12309
12310 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12311
12312         * gdb.base/execd-prog.c: Add eye-catchers.
12313         * gdb.base/foll-exec.c: Likewise.
12314         * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12315         line numbers.
12316
12317 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12318
12319         * gdb.base/ending-run.c: Add eye-catchers.
12320         * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12321         literal line numbers.
12322
12323 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12324
12325         * gdb.base/call-rt-st.c: Add eye-catchers.
12326         * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12327         literal line numbers.
12328
12329 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12330
12331         * gdb.base/call-ar-st.c: Add eye-catchers.
12332         * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12333         literal line numbers.
12334
12335 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12336
12337         * gdb.base/average.c: Add eye-catchers.
12338         * gdb.base/sum.c: Likewise.
12339         * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12340         regexps dynamically.
12341
12342 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12343
12344         * gdb.base/solib1.c: Add eye-catchers.
12345         * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12346         literal line numbers.
12347
12348 2014-11-12  Pedro Alves  <palves@redhat.com>
12349
12350         * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12351         leader has exited.
12352
12353 2014-11-12  Pedro Alves  <palves@redhat.com>
12354
12355         * gdb.arch/i386-bp_permanent.c: New file.
12356         * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12357         (srcfile): Set to i386-bp_permanent.c.
12358         (top level): Adjust to work in both 32-bit and 64-bit modes.  Test
12359         that stepi does not execute the 'leave' instruction, instead of
12360         testing it does execute.
12361         * gdb.base/bp-permanent.c: New file.
12362         * gdb.base/bp-permanent.exp: New file.
12363
12364 2014-11-10  Doug Evans  <xdje42@gmail.com>
12365
12366         PR symtab/17564
12367         * gdb.base/symtab-search-order.exp: New file.
12368         * gdb.base/symtab-search-order.c: New file.
12369         * gdb.base/symtab-search-order-1.c: New file.
12370         * gdb.base/symtab-search-order-shlib-1.c: New file.
12371
12372 2014-11-07  Pedro Alves  <palves@redhat.com>
12373
12374         PR gdb/17511
12375         * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12376         i?86-*-linux*.
12377
12378 2014-11-03  Siva Chandra Reddy  <sivachandra@google.com>
12379
12380         PR c++/17494
12381         * gdb.cp/pr17494.cc: New file.
12382         * gdb.cp/pr17494.exp: New file.
12383
12384 2014-11-02  Yao Qi  <yao@codesourcery.com>
12385
12386         * gdb.python/python.exp: Get working directory and match the
12387         output of "set extended-prompt \\w " with it.
12388
12389 2014-10-30  Doug Evans  <dje@google.com>
12390
12391         * gdb.python/py-objfile.exp: Add tests for setting random attributes
12392         in objfiles.
12393         * gdb.python/py-progspace.exp: Add tests for setting random attributes
12394         in progspaces.
12395
12396 2014-10-30  Janis Johnson  <janisjo@codesourcery.com>
12397
12398         * gdb.base/fullpath-expand.exp: Skip for a remote host.
12399         * gdb.base/realname-expand.exp: Likewise.
12400         * gdb.linespec/macro-relative.exp: Likewise.
12401
12402 2014-10-29  Pedro Alves  <palves@redhat.com>
12403
12404         PR gdb/17408
12405         * gdb.threads/schedlock.c (some_function): New function.
12406         (call_function): New global.
12407         (MAYBE_CALL_SOME_FUNCTION): New macro.
12408         (thread_function): Call it.
12409         * gdb.threads/schedlock.exp (get_args): Add description parameter,
12410         and use it instead of a global counter.  Adjust all callers.
12411         (get_current_thread): Use "find current thread" for test message
12412         here rather than having all callers pass down the same string.
12413         (goto_loop): New procedure, factored out from ...
12414         (my_continue): ... this.
12415         (step_ten_loops): Change parameter from test message to command to
12416         use.  Adjust.
12417         (list_count): Delete global.
12418         (check_result): New procedure, factored out from duplicate top
12419         level code.
12420         (continue tests): Wrap in with_test_prefix.
12421         (test_step): New procedure, factored out from duplicate top level
12422         code.
12423         (top level): Test "step" in combination with all scheduler-locking
12424         modes.  Test "next" in combination with all scheduler-locking
12425         modes, and in combination with stepping over a function call or
12426         not.
12427         * gdb.threads/next-bp-other-thread.c: New file.
12428         * gdb.threads/next-bp-other-thread.exp: New file.
12429
12430 2014-10-29  Pedro Alves  <palves@redhat.com>
12431
12432         PR python/17372
12433         * gdb.python/python.exp: Test a multi-line command that spawns
12434         interactive Python.
12435         * gdb.base/multi-line-starts-subshell.exp: New file.
12436
12437 2014-10-29  Yao Qi  <yao@codesourcery.com>
12438
12439         * gdb.base/fileio.exp: Make directories on host.
12440
12441 2014-10-29  Yao Qi  <yao@codesourcery.com>
12442
12443         * gdb.base/fileio.c (test_write): Close the file.
12444
12445 2014-10-28  Pedro Alves  <palves@redhat.com>
12446
12447         PR gdb/12623
12448         * gdb.base/sigstep.c (no_handler): New global.
12449         (main): If 'no_handler is true, set the signal handlers to
12450         SIG_IGN.
12451         * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12452         with_sw_watch and no_handler parameters.  Handle them.
12453         (top level) <stepping over handler when stopped at a breakpoint
12454         test>: Add a test axis for testing with a software watchpoint, and
12455         another for testing with the signal handler set to SIG_IGN.
12456         * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12457         * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12458
12459 2014-10-28  Pedro Alves  <palves@redhat.com>
12460
12461         PR gdb/17511
12462         * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12463         * gdb.base/sigstep.exp (other_handler_location): New global.
12464         (advance): Support stepping into the signal handler, and running
12465         commands while in the handler.
12466         (in_handler_map): New global.
12467         (top level): In the advance test, add combinations for getting
12468         into the handler with stepping commands, and for running commands
12469         in the handler.  Add comment descripting the advancei tests.
12470
12471 2014-10-28  Pedro Alves  <palves@redhat.com>
12472
12473         * gdb.base/sigstep.exp: Use build_executable instead of
12474         prepare_for_testing.
12475         (top level): Move code that starts GDB, runs to main and creates a
12476         display to ...
12477         (restart): ... this new procedure.
12478         (top level): Move backtrace from signal handler test to ...
12479         (validate_backtrace): ... this new procedure.
12480         (advance, advancei): Rename parameter from 'i' to 'cmd'.  Use
12481         with_test_prefix.  Always restart GDB.
12482         (skip_to_handler): Rename parameter from 'i' to 'cmd'.  Use
12483         with_test_prefix.  Always restart GDB.  No need to delete
12484         breakpoints after the test.
12485         (test_skip_handler): Remove prefix parameter.
12486         (skip_over_handler, breakpoint_to_handler)
12487         (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12488         parameter from 'i' to 'cmd'.  Use with_test_prefix.  Always
12489         restart GDB.  No need to delete breakpoints after the test.
12490         (top level): Use foreach to call the test procedures with
12491         different commands.
12492
12493 2014-10-28  Pedro Alves  <palves@redhat.com>
12494
12495         * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12496         instead of GNATS numbers.
12497         * gdb.base/sigbpt.exp: Likewise.
12498         * gdb.base/siginfo.exp: Likewise.
12499         * gdb.base/sigstep.exp: Likewise.
12500
12501 2014-10-27  Pedro Alves  <palves@redhat.com>
12502
12503         * gdb.base/sigstep.c (dummy): New global.
12504         (main): Issue a couple writes to the new global.
12505         * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12506         procedures.
12507         (skip_over_handler): Use test_skip_handler.
12508         (top level): Call skip_over_handler for stepi and nexti too.
12509         (breakpoint_over_handler): Use test_skip_handler.
12510         (top level): Call breakpoint_over_handler for stepi and nexti too.
12511
12512 2014-10-27  Yao Qi  <yao@codesourcery.com>
12513
12514         * gdb.trace/tfile.c (adjust_function_address)
12515         [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12516         function descriptor.
12517
12518 2014-10-24  Don Breazeal  <donb@codesourcery.com>
12519
12520         * gdb.base/foll-fork.exp (test_follow_fork,
12521         catch_fork_child_follow): Check for updated fork messages emitted
12522         from infrun.c.
12523         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12524         vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12525         vfork_and_exec_child_follow_through_step): Check for updated vfork
12526         messages emitted from infrun.c.
12527
12528 2014-10-24  Pedro Alves  <palves@redhat.com>
12529
12530         * gdb.base/corefile.exp: Remove references to ultrix.
12531         * gdb.base/interrupt.exp: Likewise.
12532         * gdb.base/whatis.exp: Likewise.
12533         * gdb.gdb/selftest.exp: Likewise.
12534         * gdb.threads/manythreads.exp: Likewise.
12535         * gdb.threads/print-threads.exp: Likewise.
12536         * gdb.threads/pthreads.exp:: Likewise.
12537         * gdb.threads/schedlock.exp: Likewise.
12538
12539 2014-10-24  Siva Chandra Reddy  <sivachandra@google.com>
12540
12541         * gdb.cp/non-trivial-retval.cc: Add a test case.
12542         * gdb.cp/non-trivial-retval.exp: Add a test.
12543
12544 2014-10-20  Yao Qi  <yao@codesourcery.com>
12545
12546         * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12547         * gdb.python/py-objfile-script-gdb.py: New file.
12548         * gdb.python/py-objfile-script.exp: Update reference to
12549         py-objfile-script-gdb.py.in.  Use gdb_remote_donwload instead
12550         of remote_download.  Remove the dest file.
12551
12552 2014-10-20  Yao Qi  <yao@codesourcery.com>
12553
12554         * gdb.base/checkpoint.exp: Don't remove file copied on host.
12555         * gdb.base/step-line.exp: Likewise.
12556         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12557         * gdb.dwarf2/dw2-basic.exp: Likewise.
12558         * gdb.dwarf2/dw2-compressed.exp: Likewise.
12559         * gdb.dwarf2/dw2-filename.exp: Likewise.
12560         * gdb.dwarf2/dw2-intercu.exp: Likewise.
12561         * gdb.dwarf2/dw2-intermix.exp: Likewise.
12562         * gdb.dwarf2/dw2-producer.exp: Likewise.
12563         * gdb.dwarf2/mac-fileno.exp: Likewise.
12564         * gdb.python/py-frame-args.exp: Likewise.
12565         * gdb.python/py-framefilter.exp: Likewise.
12566         * gdb.python/py-mi.exp: Likewise.
12567         * gdb.python/py-objfile-script.exp: Likewise
12568         * gdb.python/py-pp-integral.exp: Likewise.
12569         * gdb.python/py-pp-re-notag.exp: Likewise.
12570         * gdb.python/py-prettyprint.exp: Likewise.
12571         * gdb.python/py-section-script.exp: Likewise.
12572         * gdb.python/py-typeprint.exp: Likewise.
12573         * gdb.python/py-xmethods.exp: Likewise.
12574         * gdb.stabs/weird.exp: Likewise.
12575         * gdb.xml/tdesc-regs.exp: Likewise.
12576
12577 2014-10-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
12578
12579         * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12580         (out_cu): Use addr_len for the size of addresses.
12581         (out_line): Likewise.  Size DW_LNE_set_address instruction
12582         according to addr_len.
12583         * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12584         (FUNC): Add START_INSNS to definition.
12585
12586 2014-10-18  Yao Qi  <yao@codesourcery.com>
12587
12588         * gdb.base/argv0-symlink.exp: Check argv[0] value if
12589         gdb_has_argv0 return true.
12590         * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
12591         check [target_info exists noargs], check [gdb_has_argv0]
12592         instead.
12593         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12594         * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
12595         procedures.
12596
12597 2014-10-17  Doug Evans  <dje@google.com>
12598
12599         * gdb.python/py-events.exp: Update expected output for clear_objfiles
12600         event.
12601         * gdb.python/py-events.py: Add clear_objfiles event.
12602
12603 2014-10-17  Doug Evans  <dje@google.com>
12604
12605         * gdb.python/py-objfile.exp: Test progspace attribute.
12606
12607 2014-10-17  Luis Machado  <lgustavo@codesourcery.com>
12608
12609         * gdb.guile/scm-breakpoint.exp: Do not assume any
12610         directory separators when matching source file paths.
12611         * gdb.python/py-breakpoint.exp: Likewise.
12612         * gdb.reverse/break-precsave.exp: Likewise.
12613         * gdb.reverse/break-reverse.exp: Likewise.
12614         * gdb.reverse/consecutive-precsave.exp: Likewise.
12615         * gdb.reverse/finish-precsave.exp: Likewise.
12616         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
12617         * gdb.reverse/finish-reverse.exp: Likewise.
12618         * gdb.reverse/i386-precsave.exp: Likewise.
12619         * gdb.reverse/i387-env-reverse.exp: Likewise.
12620         * gdb.reverse/i387-stack-reverse.exp: Likewise.
12621         * gdb.reverse/machinestate-precsave.exp: Likewise.
12622         * gdb.reverse/machinestate.exp: Likewise.
12623         * gdb.reverse/sigall-precsave.exp: Likewise.
12624         * gdb.reverse/solib-precsave.exp: Likewise.
12625         * gdb.reverse/step-precsave.exp: Likewise.
12626         * gdb.reverse/until-precsave.exp: Likewise.
12627         * gdb.reverse/watch-precsave.exp: Likewise.
12628         * gdb.reverse/watch-reverse.exp: Likewise.
12629
12630 2014-10-17  Yao Qi  <yao@codesourcery.com>
12631
12632         * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
12633         * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
12634
12635 2014-10-17  Pedro Alves  <palves@redhat.com>
12636
12637         PR gdb/17471
12638         * gdb.base/bg-execution-repeat.c: New file.
12639         * gdb.base/bg-execution-repeat.exp: New file.
12640
12641 2014-10-17  Pedro Alves  <palves@redhat.com>
12642
12643         PR gdb/17300
12644         * gdb.base/continue-all-already-running.c: New file.
12645         * gdb.base/continue-all-already-running.exp: New file.
12646
12647 2014-10-17  Pedro Alves  <palves@redhat.com>
12648
12649         PR gdb/17472
12650         * gdb.base/annota-input-while-running.c: New file.
12651         * gdb.base/annota-input-while-running.exp: New file.
12652
12653 2014-10-17  Pedro Alves  <palves@redhat.com>
12654
12655         * gdb.base/callfuncs.exp: emove references to osf.
12656         * gdb.base/sigall.exp: Likewise.
12657         * gdb.gdb/selftest.exp: Likewise.
12658         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12659         * gdb.mi/non-stop.c: Likewise.
12660         * gdb.mi/pthreads.c: Likewise.
12661         * gdb.reverse/sigall-precsave.exp: Likewise.
12662         * gdb.reverse/sigall-reverse.exp: Likewise.
12663         * gdb.threads/pthreads.c: Likewise.
12664         * gdb.threads/pthreads.exp: Likewise.
12665
12666 2014-10-17  Yao Qi  <yao@codesourcery.com>
12667
12668         * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
12669         check 'target_info exists noargs'.
12670         (test_command_prompt_position): Likewise.
12671         (progvar_simple_if_test): Don't check 'target_info exists noargs'.
12672         Remove "set args".
12673         (progvar_simple_while_test): Likewise.
12674         (progvar_complex_if_while_test): Likewise.
12675         (if_while_breakpoint_command_test): Likewise.
12676         (infrun_breakpoint_command_test): Likewise.
12677         (breakpoint_command_test): Likewise.
12678         (watchpoint_command_test): Likewise.
12679         (bp_deleted_in_command_test): Likewise.
12680         (temporary_breakpoint_commands): Likewise.
12681
12682 2014-10-16  Yao Qi  <yao@codesourcery.com>
12683
12684         * gdb.base/remotetimeout.exp: Remove noargs checking.
12685
12686 2014-10-15  Pedro Alves  <palves@redhat.com>
12687
12688         PR breakpoints/9649
12689         * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
12690         * gdb.base/breakpoint-in-ro-region.exp
12691         (probe_target_hardware_step): New procedure.
12692         (top level): Probe hardware stepping and hardware breakpoint
12693         support.  Test stepping through a read-only region, with both
12694         "breakpoint auto-hw" on and off and both "always-inserted" on and
12695         off.
12696
12697 2014-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
12698
12699         * gdb.dlang/demangle.exp: Update for demangling changes.
12700
12701 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
12702
12703         * gdb.cp/non-trivial-retval.cc: Add new test cases.
12704         * gdb.cp/non-trivial-retval.exp: Add new tests.
12705
12706 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
12707
12708         PR c++/13403
12709         PR c++/15154
12710         * gdb.cp/non-trivial-retval.cc: New file.
12711         * gdb.cp/non-trivial-retval.exp: New file.
12712
12713 2014-10-15  Yao Qi  <yao@codesourcery.com>
12714
12715         * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
12716         remote host.
12717
12718 2014-10-15  Yao Qi  <yao@codesourcery.com>
12719
12720         * gdb.python/py-symbol.exp: Match file base name if host is
12721         remote, otherwise match file name with dir name.
12722         * gdb.python/py-symtab.exp: Likewise.
12723         * gdb.python/python.exp: Likewise.
12724
12725 2014-10-15  Yao Qi  <yao@codesourcery.com>
12726
12727         * gdb.python/py-symbol.exp: Remove trailing ".*" in the
12728         pattern.
12729         * gdb.python/py-symtab.exp: Likewise.
12730         * gdb.python/python.exp: Remove trailing ".*".  Fix typo
12731         locationn.
12732
12733 2014-10-14  Joel Brobecker  <brobecker@adacore.com>
12734
12735         * gdb.ada/addr_arith: New testcase.
12736
12737 2014-10-14  Maciej W. Rozycki  <macro@codesourcery.com>
12738
12739         * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
12740         * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
12741         * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
12742         * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
12743
12744 2014-10-14  Sergio Durigan Junior  <sergiodj@redhat.com>
12745
12746         * gdb.arch/stap-eval-lang-ada.S: Likewise.
12747         * gdb.arch/stap-eval-lang-ada.c: Likewise.
12748         * gdb.arch/stap-eval-lang-ada.exp: New file.
12749
12750 2014-10-14  Yao Qi  <yao@codesourcery.com>
12751
12752         * gdb.mi/mi-var-child.c (nothing1): New function.
12753         (nothing2): New function.
12754         (do_children_tests): Set function pointers by nothing1 and
12755         nothing2.
12756         * gdb.mi/mi-var-child.exp: Step over new added statements.
12757         Update test to match the new output.
12758         * gdb.mi/var-cmd.c (nothing1): New function.
12759         (nothing2): New function.
12760         (do_children_tests): Set function pointers by  nothing1 and
12761         nothing2.
12762         * gdb.mi/mi-var-display.exp: Update test to match output.
12763         Step to the line specified by $line_dct_nothing.
12764         Increase the number of lines to step.
12765
12766 2014-10-14  Yao Qi  <yao@codesourcery.com>
12767
12768         * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12769         tests.
12770         * gdb.mi/mi2-var-child.exp: Likewise.
12771
12772 2014-10-13  Doug Evans  <dje@google.com>
12773
12774         * gdb.python/py-objfile.exp: Change name of file name test.
12775
12776 2014-10-13  Doug Evans  <dje@google.com>
12777
12778         * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12779         from the start of the CU.
12780
12781 2014-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
12782             Yao Qi  <yao@codesourcery.com>
12783
12784         Fix "save breakpoints" for "catch" command.
12785         * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12786         Remove -nonewline.  Match also the added "main" line.
12787
12788 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12789
12790         Fix "save breakpoints" for "disable $bpnum" command.
12791         * gdb.base/save-bp.c (main): Add label.
12792         * gdb.base/save-bp.exp: Add 8th disabled breakpoint.  Match it.
12793
12794 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12795
12796         * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12797
12798 2014-10-11  Yao Qi  <yao@codesourcery.com>
12799
12800         * gdb.server/server-kill.exp: Execute command
12801         "set remote trace-status-packet on" before "tstatus".
12802
12803 2014-10-11  Yao Qi  <yao@codesourcery.com>
12804
12805         * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12806         (main): Call getppid.
12807         * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12808         and continue to it.  Read variable "server_pid".
12809
12810 2014-10-11  Yao Qi  <yao@codesourcery.com>
12811
12812         * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12813
12814 2014-10-11  Yao Qi  <yao@codesourcery.com>
12815
12816         * gdb.threads/thread-find.exp: Don't execute command
12817         "info threads".
12818         * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12819         * gdb.threads/linux-dp.exp: Don't check the condition
12820         $threads_created equals to zero.
12821
12822 2014-10-10  Pedro Alves  <palves@redhat.com>
12823
12824         * gdb.base/bigcore.exp: Remove references to IRIX.
12825         * gdb.base/funcargs.exp: Likewise.
12826         * gdb.base/interrupt.exp: Likewise.
12827         * gdb.base/mips_pro.exp: Likewise.
12828         * gdb.base/nodebug.exp: Likewise.
12829         * gdb.base/setvar.exp: Likewise.
12830         * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12831
12832 2014-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
12833             Pedro Alves  <palves@redhat.com>
12834
12835         PR symtab/14466
12836         * gdb.base/vdso-warning.c: New file.
12837         * gdb.base/vdso-warning.exp: New file.
12838
12839 2014-10-02  Doug Evans  <dje@google.com>
12840
12841         * gdb.base/structs.c (main): Don't run forever.
12842
12843 2014-10-02  Pedro Alves  <palves@redhat.com>
12844
12845         * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12846         (top level) <stop threads 1, stop threads 2>: Use it.
12847
12848 2014-10-02  Pedro Alves  <palves@redhat.com>
12849
12850         * gdb.threads/break-while-running.exp (test): Add new
12851         'update_thread_list' argument.  Skip "info threads" if false.
12852         (top level): Add new 'update_thread_list' axis.
12853
12854 2014-10-02  Pedro Alves  <palves@redhat.com>
12855
12856         PR breakpoints/17431
12857         * gdb.base/execl-update-breakpoints.c: New file.
12858         * gdb.base/execl-update-breakpoints.exp: New file.
12859
12860 2014-10-01  Pedro Alves  <palves@redhat.com>
12861
12862         * gdb.base/breakpoint-in-ro-region.c: New file.
12863         * gdb.base/breakpoint-in-ro-region.exp: New file.
12864
12865 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
12866
12867         * gdb.mi/mi-exit-code.exp: New file.
12868         * gdb.mi/mi-exit-code.c: New file.
12869
12870 2014-09-30  Yao Qi  <yao@codesourcery.com>
12871
12872         * lib/prelink-support.exp (build_executable_own_libs): Error if
12873         the target isn't native.
12874
12875 2014-09-30  Yao Qi  <yao@codesourcery.com>
12876
12877         * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12878         false.
12879
12880 2014-09-22  Pedro Alves  <palves@redhat.com>
12881
12882         * gdb.threads/break-while-running.exp: New file.
12883         * gdb.threads/break-while-running.c: New file.
12884
12885 2014-09-19  Yao Qi  <yao@codesourcery.com>
12886
12887         * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12888         Invoke test.  Restart GDB with --readnow and invoke test again.
12889
12890 2014-09-19  Yao Qi  <yao@codesourcery.com>
12891
12892         * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12893         proc set_breakpoint_on_gcd_function.  Invoke
12894         set_breakpoint_on_gcd_function.  Restart GDB with --readnow and
12895         invoke set_breakpoint_on_gcd_function again.
12896
12897 2014-09-18  Doug Evans  <dje@google.com>
12898
12899         * gdb.dwarf2/symtab-producer.exp: New file.
12900
12901 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12902
12903         * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12904         * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12905         * gdb.base/global-var-nested-by-dso.c: Likewise.
12906         * gdb.base/global-var-nested-by-dso.exp: Likewise.
12907
12908 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12909             Pedro Alves  <palves@redhat.com>
12910
12911         * gdb.base/watch-bitfields.exp: Pass string other than test file
12912         name to prepare_for_testing.
12913         (watch): New procedure.
12914         (expect_watchpoint): Use with_test_prefix.
12915         (top level): Factor out tests to ...
12916         (test_watch_location, test_regular_watch): ... these new
12917         procedures, and use with_test_prefix and gdb_continue_to_end.
12918
12919 2014-09-16  Patrick Palka  <patrick@parcs.ath.cx>
12920
12921         PR breakpoints/12526
12922         * gdb.base/watch-bitfields.exp: New file.
12923         * gdb.base/watch-bitfields.c: New file.
12924
12925 2014-09-16  Pedro Alves  <palves@redhat.com>
12926
12927         * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12928         software and hardware addresses, not software address against
12929         itself.
12930
12931 2014-09-16  Pedro Alves  <palves@redhat.com>
12932
12933         * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12934         * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12935
12936 2014-09-16  Pedro Alves  <palves@redhat.com>
12937
12938         * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12939         files.
12940         * gdb.base/a2-run.exp: Remove all code guarded by istarget
12941         "*-*-vxworks*" throughout.
12942         * gdb.base/break.exp: Likewise.
12943         * gdb.base/default.exp: Likewise.
12944         * gdb.base/scope.exp: Likewise.
12945         * gdb.base/sepdebug.exp: Likewise.
12946         * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12947         throughout.
12948         * gdb.base/run.c: Likewise.
12949         * gdb.base/sepdebug.c: Likewise.
12950         * gdb.hp/gdb.aCC/run.c: Likewise.
12951         * gdb.reverse/until-reverse.c: Likewise.
12952         * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12953
12954 2014-09-16  Yao Qi  <yao@codesourcery.com>
12955
12956         * boards/local-remote-host-native.exp: New file.
12957
12958 2014-09-14  Doug Evans  <xdje42@gmail.com>
12959
12960         * gdb.threads/queue-signal.c (thread_count): New variable.
12961         (thread_count_mutex, thread_count_condvar): New variables.
12962         (incr_thread_count, wait_all_threads_running): New functions.
12963         (main): Wait for all threads to be in their thread functions.
12964
12965 2014-09-13  Doug Evans  <xdje42@gmail.com>
12966
12967         * gdb.threads/queue-signal.c: New file.
12968         * gdb.threads/queue-signal.exp: New file.
12969
12970 2014-09-13  Doug Evans  <xdje42@gmail.com>
12971
12972         * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12973         be consistent with what default_gdb_init uses.
12974         (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12975         the plain text of the prompt.  Add some logging printfs.
12976         * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12977
12978 2014-09-12  Pedro Alves  <palves@redhat.com>
12979
12980         * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12981         gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12982         * gdb.arch/i386-size-overlap.exp: Likewise.
12983         * gdb.arch/i386-size.exp: Likewise.
12984         * gdb.arch/i386-unwind.exp: Likewise.
12985         * gdb.base/a2-run.exp: Likewise.
12986         * gdb.base/break.exp: Likewise.
12987         * gdb.base/charset.exp: Likewise.
12988         * gdb.base/chng-syms.exp: Likewise.
12989         * gdb.base/commands.exp: Likewise.
12990         * gdb.base/dbx.exp: Likewise.
12991         * gdb.base/find.exp: Likewise.
12992         * gdb.base/funcargs.exp: Likewise.
12993         * gdb.base/jit-simple.exp: Likewise.
12994         * gdb.base/reread.exp: Likewise.
12995         * gdb.base/sepdebug.exp: Likewise.
12996         * gdb.base/step-bt.exp: Likewise.
12997         * gdb.cp/mb-inline.exp: Likewise.
12998         * gdb.cp/mb-templates.exp: Likewise.
12999         * gdb.objc/basicclass.exp: Likewise.
13000         * gdb.threads/killed.exp: Likewise.
13001
13002 2014-09-12  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
13003
13004         PR tdep/17379
13005         * gdb.arch/powerpc-stackless.S: New file.
13006         * gdb.arch/powerpc-stackless.exp: New file.
13007
13008 2014-09-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
13009
13010         * gdb.base/attach.c: Include unistd.h.
13011         (main): Call alarm.  Add label postloop.
13012         * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
13013         gdb_breakpoint, gdb_continue_to_breakpoint.
13014         (test_command_line_attach_run): Kill ${testpid} in one exit path.
13015
13016 2014-09-11  Pedro Alves  <palves@redhat.com>
13017
13018         PR gdb/17347
13019         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
13020         * gdb.base/attach.exp (test_command_line_attach_run): New
13021         procedure.
13022         (top level): Call it.
13023
13024 2014-09-11  Pedro Alves  <palves@redhat.com>
13025
13026         * lib/gdb.exp (spawn_wait_for_attach): New procedure.
13027         * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
13028         (do_command_attach_tests): Use spawn_wait_for_attach.
13029         * gdb.base/solib-overlap.exp: Likewise.
13030         * gdb.multi/multi-attach.exp: Likewise.
13031         * gdb.python/py-prompt.exp: Likewise.
13032         * gdb.python/py-sync-interp.exp: Likewise.
13033         * gdb.server/ext-attach.exp: Likewise.
13034
13035 2014-09-11  Gabriel Krisman Bertazi  <gabriel@krisman.be>
13036
13037         * gdb.fortran/array-element.exp: Remove unexpected "continue"
13038         command in testcase.  Simplify testcase.
13039
13040 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13041
13042         * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13043
13044 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13045
13046         * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13047
13048 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13049
13050         * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13051
13052 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13053
13054         * gdb.dwarf2/dynarr-ptr.c: New file.
13055         * gdb.dwarf2/dynarr-ptr.exp: New file.
13056
13057 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13058
13059         * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13060         of 30 rather than hardcoding 120 for a slow test case.  Take the
13061         `gdb,timeout' target setting into account for this calculation.
13062         Don't extend the timeout for the test cases that don't need it.
13063
13064 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13065
13066         * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13067         a factor of 2 for a slow test case.  Take the `gdb,timeout'
13068         target setting into account for this calculation.
13069         * gdb.reverse/until-precsave.exp: Increase the timeout by
13070         a factor of 15 and 3 respectively rather than adding 120
13071         for a pair of slow test cases.  Take the `gdb,timeout'
13072         target setting into account for this calculation.
13073
13074 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13075
13076         * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13077         timeout, don't pass one down to gdb_expect.
13078         (gdb_expect): Rework timeout selection.
13079
13080 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13081
13082         * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13083         exception on timeout.
13084         (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13085         (gdbserver_start_extended): Catch any `gdbserver_start' error
13086         exceptions.
13087         (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13088         * lib/mi-support.exp (mi_gdb_target_load): Catch any
13089         `gdbserver_gdb_load' error exceptions.
13090
13091 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13092
13093         * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13094         120 on waiting for the TCP socket to open.
13095
13096 2014-09-09  Doug Evans  <xdje42@gmail.com>
13097
13098         * gdb.base/default.exp (show_conv_list): Add _caller_is,
13099         _caller_matches, _any_caller_is, _any_caller_matches.
13100
13101 2014-09-09  Doug Evans  <xdje42@gmail.com>
13102
13103         * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13104
13105 2014-09-09  Yao Qi  <yao@codesourcery.com>
13106
13107         * gdb.mi/mi-var-display.exp: Set print symbol off.
13108
13109 2014-09-07  Gabriel Krisman Bertazi  <gabriel@krisman.be>
13110
13111         PR gdb/17035
13112         * gdb.base/commands.exp: Add tests to verify user-defined
13113         commands with empty bodies.
13114         * gdb.python/py-cmd.exp: Test that we don't show user-defined
13115         python commands in `show user command`.
13116         * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13117         scheme commands in `show user command`.
13118
13119 2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
13120
13121         PR python/17355
13122         * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13123         * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13124         * gdb.python/py-framefilter-invalidarg.exp: New file.
13125         * gdb.python/py-framefilter-invalidarg.py: New file.
13126
13127 2014-09-06  Doug Evans  <xdje42@gmail.com>
13128
13129         PR 15276
13130         * gdb.python/py-caller-is.c: New file.
13131         * gdb.python/py-caller-is.exp: New file.
13132
13133 2014-09-05  Sergio Durigan Junior  <sergiodj@redhat.com>
13134
13135         PR gdb/17235
13136         * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13137         * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13138
13139 2014-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
13140
13141         PR fortran/17237
13142         * gdb.fortran/print-formatted.exp: New file.
13143         * gdb.fortran/print-formatted.f90: Likewise.
13144
13145 2014-09-03  Sasha Smundak  <asmundak@google.com>
13146
13147         * gdb.python/py-frame.exp: Test Frame.read_register.
13148
13149 2014-09-03  Sergio Durigan Junior  <sergiodj@redhat.com>
13150
13151         PR python/16699
13152         * gdb.python/py-completion.exp: New file.
13153         * gdb.python/py-completion.py: Likewise.
13154
13155 2014-08-28  Doug Evans  <dje@google.com>
13156
13157         * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13158         eax,etc. are live with values set by gdb and thus the compiler can't
13159         use them.
13160         * gdb.arch/i386-pseudo.c (main): Ditto.
13161
13162 2014-08-27  Doug Evans  <dje@google.com>
13163
13164         * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13165
13166 2014-08-25  Doug Evans  <dje@google.com>
13167
13168         * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13169         (main): Ditto.
13170
13171 2014-08-25  Doug Evans  <dje@google.com>
13172
13173         * gdb.threads/thread-execl.exp: #include <stdio.h>.
13174
13175 2014-08-24  Yao Qi  <yao@codesourcery.com>
13176
13177         * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13178         symbol off.
13179         * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13180
13181 2014-08-22  Doug Evans  <dje@google.com>
13182
13183         PR 17276
13184         * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13185         * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13186         * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13187
13188 2014-08-22  Yao Qi  <yao@codesourcery.com>
13189
13190         * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13191         * gdb.python/py-finish-breakpoint2.exp: Likewise.
13192         * gdb.python/python.exp: Likewise.  Use .py file on the host
13193         instead of the build.
13194
13195 2014-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
13196
13197         * gdb.threads/gcore-stale-thread.c: New file.
13198         * gdb.threads/gcore-stale-thread.exp: New file.
13199
13200 2014-08-21  Pedro Alves  <palves@redhat.com>
13201
13202         * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13203         * gdb.base/gcore-relro-pie.exp: Likewise.
13204         * gdb.base/gcore-relro.exp: Likewise.
13205         * gdb.base/gcore.exp: Likewise.
13206         * gdb.base/print-symbol-loading.exp: Likewise.
13207         * gdb.threads/gcore-thread.exp: Likewise.
13208         * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13209
13210 2014-08-20  Pedro Alves  <palves@redhat.com>
13211             Jan Kratochvil  <jan.kratochvil@redhat.com>
13212
13213         * Makefile.in (EXTRA_RULES, CC): New variables, get from
13214         configure.
13215         (EXPECT): Handle READ1 being set.
13216         (all): Depend on EXTRA_RULES.
13217         (check-read1, expect-read1, read1.so, read1): New rules.
13218         * README (Testsuite Parameters): Document the READ1 make variable.
13219         (Race detection): New section.
13220         * configure: Regenerate.
13221         * configure.ac: If build==host==target, and running under a
13222         GNU/glibc system, add read1 to the extra Makefile rules.
13223         (EXTRA_RULES): AC_SUBST it.
13224         * lib/read1.c: New file.
13225
13226 2014-08-20  Joel Brobecker  <brobecker@adacore.com>
13227
13228         * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13229         the handling of variables declared as a typedef to an array
13230         which a DW_AT_data_location attribute.
13231
13232 2014-08-19  Andrew Burgess  <aburgess@broadcom.com>
13233             Pedro Alves  <palves@redhat.com>
13234
13235         PR symtab/14604
13236         PR symtab/14605
13237         * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13238         gdb_test.
13239
13240 2014-08-19  Pedro Alves  <palves@redhat.com>
13241
13242         * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13243
13244 2014-08-19  Yao Qi  <yao@codesourcery.com>
13245
13246         * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13247         right line.
13248
13249 2014-08-18  David Blaikie  <dblaikie@gmail.com>
13250
13251         * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13252
13253 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
13254
13255         * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13256         attribute in array range.
13257
13258 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
13259
13260         * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13261
13262 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
13263
13264         PR c++/17132
13265         * gdb.cp/pr17132.cc: New file.
13266         * gdb.cp/pr17132.exp: New file.
13267
13268 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
13269
13270         * gdb.python/py-xmethods.py (A_getarrayind)
13271         (E_method_char_worker.__call__, E_method_int_worker.__call__):
13272         Use 'print' with function call syntax.
13273         (E_method_matcher.match): Fix tab vs space indentation mixup.
13274
13275 2014-08-15  Yao Qi  <yao@codesourcery.com>
13276
13277         * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13278         false.
13279
13280 2014-08-15  Yao Qi  <yao@codesourcery.com>
13281
13282         * gdb.cp/casts.exp: Set print symbol off.
13283         * gdb.cp/class2.exp: Likewise.
13284         * gdb.cp/overload.exp: Likewise.
13285         * gdb.cp/templates.exp: Likewise.
13286
13287 2014-08-11  Doug Evans  <dje@google.com>
13288
13289         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13290         (test_load_shlib): Update.
13291
13292 2014-08-09  Yao Qi  <yao@codesourcery.com>
13293
13294         * gdb.base/display.exp: Invoke is_address_zero_readable.
13295         * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13296         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13297         * gdb.base/hbreak-unmapped.exp: Return if
13298         is_address_zero_readable returns true.
13299         * gdb.base/signest.exp: Likewise.
13300         * gdb.base/signull.exp: Likewise.
13301         * gdb.base/sigbpt.exp: Likewise.
13302         * gdb.guile/scm-disasm.exp: Do the test if
13303         is_address_zero_readable returns false.
13304         * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13305         * gdb.python/py-arch.exp: Likewise.
13306         * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13307         * lib/gdb.exp (is_address_zero_readable): New proc.
13308
13309 2014-08-09  Yao Qi  <yao@codesourcery.com>
13310
13311         PR testsuite/13443
13312         * gdb.mi/mi-var-display.exp: Make test messages unique.
13313
13314 2014-08-04  Tom Tromey  <tromey@redhat.com>
13315
13316         * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13317         target 0".
13318
13319 2014-08-04  Tom Tromey  <tromey@redhat.com>
13320
13321         * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13322         "target_resume".
13323
13324 2014-08-01  Joel Brobecker  <brobecker@adacore.com>
13325
13326         * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13327         inner_vla_struct_object_size.
13328         * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13329         as xfail.
13330
13331 2014-07-30  Pedro Alves  <palves@redhat.com>
13332
13333         * gdb.threads/signal-command-handle-nopass.exp (test): Add
13334         comment.
13335
13336 2014-07-29  Yao Qi  <yao@codesourcery.com>
13337
13338         PR gdb/17206
13339         * gdb.base/until-nodebug.exp: New.
13340
13341 2014-07-28  Doug Evans  <xdje42@gmail.com>
13342
13343         PR guile/17203
13344         * gdb.guile/scm-parameter.exp: Add tests for trying to create
13345         previously existing parameter, and previously ambiguously spelled
13346         parameter.
13347
13348 2014-07-28  Will Newton  <will.newton@linaro.org>
13349
13350         * gdb.base/varargs.exp: Remove KFAILs for ARM.
13351
13352 2014-07-26  Ludovic Courtès  <ludo@gnu.org>
13353             Doug Evans  <xdje42@gmail.com>
13354
13355         PR guile/17146
13356         * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13357
13358 2014-07-25  Pedro Alves  <palves@redhat.com>
13359
13360         * gdb.threads/signal-command-handle-nopass.c: New file.
13361         * gdb.threads/signal-command-handle-nopass.exp: New file.
13362         * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13363         * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13364         * gdb.threads/signal-delivered-right-thread.c: New file.
13365         * gdb.threads/signal-delivered-right-thread.exp: New file.
13366
13367 2014-07-25  Pedro Alves  <palves@redhat.com>
13368
13369         * gdb.base/double-prompt-target-event-error.exp
13370         (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13371         match.
13372         (cancel_pagination_in_target_event): Rework double prompt
13373         detection.
13374         * gdb.base/paginate-after-ctrl-c-running.exp
13375         (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13376         <return>' match.
13377         * gdb.base/paginate-bg-execution.exp
13378         (test_bg_execution_pagination_return)
13379         (test_bg_execution_pagination_cancel): Remove '-notransfer
13380         <return>' matches.
13381         * gdb.base/paginate-execution-startup.exp
13382         (test_fg_execution_pagination_return)
13383         (test_fg_execution_pagination_cancel): Remove '-notransfer
13384         <return>' matches.
13385         * gdb.base/paginate-inferior-exit.exp
13386         (test_paginate_inferior_exited): Remove '-notransfer <return>'
13387         match.
13388         * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13389         * lib/gdb.exp (pagination_prompt): Run text through
13390         string_to_regexp.
13391         (gdb_test_multiple): Match $pagination_prompt instead of
13392         "<return>".
13393         (string_to_regexp): Move to lib/gdb-utils.exp.
13394
13395 2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
13396
13397         * gdb.arch/amd64-entry-value-paramref.S: New file.
13398         * gdb.arch/amd64-entry-value-paramref.cc: New file.
13399         * gdb.arch/amd64-entry-value-paramref.exp: New file.
13400         * gdb.arch/amd64-optimout-repeat.S: New file.
13401         * gdb.arch/amd64-optimout-repeat.c: New file.
13402         * gdb.arch/amd64-optimout-repeat.exp: New file.
13403
13404 2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
13405
13406         PR gdb/17170
13407         * gdb.base/statistics.exp: New file.
13408
13409 2014-07-17  Doug Evans  <dje@google.com>
13410
13411         PR gdb/17170
13412         * gdb.base/maint.exp: Update testing of per-command stats.
13413
13414 2014-07-16  Pedro Alves  <palves@redhat.com>
13415
13416         * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13417         (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13418         (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13419         (tfile_write_buf): New functions.
13420         (add_memory_block): Rewrite using the above.
13421         (adjust_function_address): New function.
13422         (FUNCTION_ADDRESS): New macro.
13423         (write_basic_trace_file): Remove short_x local, and use
13424         tfile_write_16. Change type of func_addr local to unsigned long
13425         long.  Use FUNCTION_ADDRESS instead of handling the Thumb bit
13426         here.  Cast argument of add_memory_block to char pointer.
13427         (write_error_trace_file): Avoid alloca.  Use FUNCTION_ADDRESS.
13428         (main): Remove parameters.
13429         * gdb.trace/tfile.exp: Remove nowarnings.
13430
13431 2014-07-15  Simon Marchi  <simon.marchi@ericsson.com>
13432
13433         * gdb.base/debug-expr.exp: Test string evaluation with
13434         "debug expression" on.
13435
13436 2014-07-15  Pedro Alves  <palves@redhat.com>
13437
13438         * gdb.base/reread.exp: Use clean_restart.
13439
13440 2014-07-15  Pierre Langlois  <pierre.langlois@embecosm.com>
13441
13442         * gdb.arch/avr-flash-qualifer.c: New.
13443         * gdb.arch/avr-flash-qualifer.exp: New.
13444
13445 2014-07-14  Pedro Alves  <palves@redhat.com>
13446
13447         * gdb.base/paginate-after-ctrl-c-running.c: New file.
13448         * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13449
13450 2014-07-14  Pedro Alves  <palves@redhat.com>
13451
13452         * gdb.base/double-prompt-target-event-error.c: New file.
13453         * gdb.base/double-prompt-target-event-error.exp: New file.
13454
13455 2014-07-14  Pedro Alves  <palves@redhat.com>
13456
13457         PR gdb/17072
13458         * gdb.base/paginate-inferior-exit.c: New file.
13459         * gdb.base/paginate-inferior-exit.exp: New file.
13460
13461 2014-07-14  Pedro Alves  <palves@redhat.com>
13462
13463         PR gdb/17072
13464         * gdb.base/paginate-bg-execution.c: New file.
13465         * gdb.base/paginate-bg-execution.exp: New file.
13466
13467 2014-07-14  Pedro Alves  <palves@redhat.com>
13468
13469         PR gdb/17072
13470         * gdb.base/paginate-execution-startup.c: New file.
13471         * gdb.base/paginate-execution-startup.exp: New file.
13472         * lib/gdb.exp (pagination_prompt): New global.
13473         (default_gdb_spawn): New procedure, factored out from
13474         default_gdb_spawn.
13475         (default_gdb_start): Adjust to call default_gdb_spawn.
13476         (gdb_spawn): New procedure.
13477
13478 2014-07-14  Pedro Alves  <palves@redhat.com>
13479
13480         * lib/gdb.exp (gdb_assert): New procedure.
13481         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13482
13483 2014-07-14  Pedro Alves  <palves@redhat.com>
13484
13485         * gdb.base/execution-termios.c: New file.
13486         * gdb.base/execution-termios.exp: New file.
13487
13488 2014-07-14  Tom Tromey  <tromey@redhat.com>
13489
13490         * gdb.cp/vla-cxx.cc: New file.
13491         * gdb.cp/vla-cxx.exp: New file.
13492
13493 2014-07-14  Tom Tromey  <tromey@redhat.com>
13494
13495         * gdb.reverse/rerun-prec.c: New file.
13496         * gdb.reverse/rerun-prec.exp: New file.
13497
13498 2014-07-12  Maciej W. Rozycki  <macro@mips.com>
13499             Maciej W. Rozycki  <macro@codesourcery.com>
13500
13501         * lib/gdb-utils.exp: New file.
13502         * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13503         inline `gdb_init_command' processing.
13504         (gdb_start_cmd): Likewise.
13505         * lib/mi-support.exp (mi_run_cmd): Likewise.
13506         * README: Document `gdb_init_command' and `gdb_init_commands'.
13507
13508 2014-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
13509
13510         Fix false FAIL running under a very long directory name.
13511         * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13512         and "set print elements 10000".  Twice.
13513
13514 2014-07-11  Yao Qi  <yao@codesourcery.com>
13515
13516         * gdb.base/exprs.exp: "set print symbol off".
13517
13518 2014-07-11  Pedro Alves  <palves@redhat.com>
13519
13520         * gdb.threads/kill.c: New file.
13521         * gdb.threads/kill.exp: New file.
13522
13523 2014-07-10  Yao Qi  <yao@codesourcery.com>
13524
13525         * gdb.trace/tfile.c (write_basic_trace_file)
13526         [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13527         address written to trace file.
13528
13529 2014-07-09  Pedro Alves  <palves@redhat.com>
13530
13531         * gdb.base/attach-wait-input.exp: New file.
13532         * gdb.base/attach-wait-input.c: New file.
13533
13534 2014-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
13535
13536         * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13537         setting up test structures.
13538         (main): Call new test function.
13539         * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13540         test function, continue into test function and walk test
13541         structures.
13542
13543 2014-07-02  Yao Qi  <yao@codesourcery.com>
13544
13545         * gdb.trace/entry-values.c: Define labels 'foo_start' and
13546         'bar_start' at the beginning of functions 'foo' and 'bar'
13547         respectively.
13548         * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13549         instead of 'foo' and 'bar'.
13550
13551 2014-07-08  Markus Metzger  <markus.t.metzger@intel.com>
13552
13553         * gdb.btrace/segv.exp: New.
13554         * gdb.btrace/segv.c: New.
13555
13556 2014-07-02  Luis Machado  <lgustavo@codesourcery.com>
13557
13558         * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13559         instruction.
13560
13561 2014-06-30  Mark Wielaard  <mjw@redhat.com>
13562
13563         * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13564         vulture, vilify, villar): New volatile array constants.
13565         (vindictive, vegetation): New const volatile array constants.
13566         * gdb.base/volatile.exp: Test volatile and const volatile array
13567         types.
13568
13569 2014-06-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13570
13571         * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13572         target lacks support for awatch, rwatch, or hbreak.
13573
13574 2014-06-27  Yao Qi  <yao@codesourcery.com>
13575
13576         * gdb.multi/dummy-frame-restore.exp: New.
13577         * gdb.multi/dummy-frame-restore.c: New.
13578
13579 2014-06-25  Markus Metzger  <markus.t.metzger@intel.com>
13580
13581         * gdb.btrace/gcore.exp: New.
13582
13583 2014-06-23  Pedro Alves  <palves@redhat.com>
13584
13585         * gdb.base/watchpoint-reuse-slot.c: New file.
13586         * gdb.base/watchpoint-reuse-slot.exp: New file.
13587
13588 2014-06-23  Siva Chandra Reddy  <sivachandra@google.com>
13589
13590         * gdb.python/py-xmethods.exp: Use "progspace" instead of the
13591         progspace's filename in 'info', 'enable' and 'disable' command
13592         tests.
13593
13594 2014-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
13595
13596         * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
13597         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13598         * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
13599
13600 2014-06-20  Gary Benson  <gbenson@redhat.com>
13601
13602         * gdb.arch/i386-avx.exp: Fix include file location.
13603         * gdb.arch/i386-sse.exp: Likewise.
13604
13605 2014-06-19  Iain Buclaw  <ibuclaw@gdcproject.org>
13606
13607         * gdb.dlang/expression.exp: New file.
13608
13609 2014-06-19  Pedro Alves  <palves@redhat.com>
13610
13611         * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13612         out from ...
13613         (top level): ... here.  Iterate running tests under different
13614         scheduler-locking settings.
13615
13616 2014-06-18  Luis Machado  <lgustavo@codesourcery.com>
13617
13618         * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
13619         to DW_FORM_addr and use non-zero addresses.
13620
13621 2014-06-18  Siva Chandra Reddy  <sivachandra@google.com>
13622
13623         PR gdb/17017
13624         * gdb.python/py-xmethods.cc: Add global function call counters and
13625         increment them in their respective functions.  Remove "cout"
13626         statements.
13627         * gdb.python/py-xmethods.exp: Make tests check the global function
13628         call counters instead of depending on inferior IO.
13629
13630 2014-06-18  Don Breazeal  <donb@codesourcery.com>
13631
13632         * gdb.base/foll-fork.exp (default_fork_parent_follow):
13633         Deleted procedure.
13634         (explicit_fork_parent_follow): Deleted procedure.
13635         (explicit_fork_child_follow): Deleted procedure.
13636         (test_follow_fork): New procedure.
13637         (do_fork_tests): Replace calls to deleted procedures with
13638         calls to test_follow_fork and reset GDB for subsequent
13639         procedure calls.
13640
13641 2014-06-17  Yao Qi  <yao@codesourcery.com>
13642
13643         * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
13644         CP1252.
13645
13646 2014-06-17  Luis Machado  <lgustavo@codesourcery.com>
13647
13648         * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
13649         Initialize ptr and S explicitly.
13650         (skip_type_update_when_not_use_rtti_test): Likewise.
13651
13652 2014-06-16  Keith Seitz  <keiths@redhat.com>
13653
13654         PR mi/15863
13655         * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
13656         the inferior is started.
13657
13658 2014-06-16  Pedro Alves  <palves@redhat.com>
13659
13660         * gdb.base/break-main-file-remove-fail.c: New file.
13661         * gdb.base/break-main-file-remove-fail.exp: New file.
13662         * gdb.base/break-unload-file.exp: Use build_executable instead of
13663         prepare_for_testing.
13664         (test_break): New parameter "initial_load".  Handle it.
13665         (top level): Add initial_load cmdline/file axis.
13666
13667 2014-06-12  Tom Tromey  <tromey@redhat.com>
13668
13669         * gdb.base/completion.exp: Don't use directory name in test.
13670
13671 2014-06-09  Gary Benson  <gbenson@redhat.com>
13672
13673         * gdb.base/sigall.c [Functions to send signals]: Reorder to
13674         separate the always-available ANSI-standard signals from the
13675         signals that require checking.
13676         (main): Likewise.
13677         * gdb.reverse/sigall-reverse.c [Functions to send signals]:
13678         Likewise.
13679         (main): Likewise.
13680
13681 2014-06-07  Keith Seitz  <keiths@redhat.com>
13682
13683         Revert:
13684         PR c++/16253
13685         * gdb.cp/var-tag.cc: New file.
13686         * gdb.cp/var-tag.exp: New file.
13687         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13688         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13689         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13690         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13691
13692 2014-06-06  Doug Evans  <xdje42@gmail.com>
13693
13694         * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
13695
13696 2014-06-06  Pedro Alves  <palves@redhat.com>
13697
13698         * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
13699         in target debug output instead of looking at RSP packets,
13700         disabling the test on any target that uses hardware stepping.
13701         Update comments.
13702
13703 2014-06-06  Pedro Alves  <palves@redhat.com>
13704
13705         * gdb.base/break-unload-file.exp: Fix typo.
13706
13707 2014-06-06  Yao Qi  <yao@codesourcery.com>
13708
13709         * gdb.base/jit.exp (one_jit_test): Restrict the pattern
13710         from "jit_function" to "^jit_function".
13711
13712 2014-06-06  Yao Qi  <yao@codesourcery.com>
13713
13714         * gdb.base/async.c (foo): Add one statement.
13715         * gdb.base/async.exp: Get the next instruction address and
13716         match the output of "nexti" by instruction address.  Match
13717         the hex address in the output of "finish".
13718
13719 2014-06-06  Gary Benson  <gbenson@redhat.com>
13720
13721         * gdb.base/call-signals.c: Remove preprocessor conditionals
13722         for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
13723         SIGSEGV and SIGTERM.
13724         * gdb.base/sigall.c: Likewise.
13725         * gdb.base/unwindonsignal.c: Likewise.
13726         * gdb.reverse/sigall-reverse.c: Likewise.
13727
13728 2014-06-06  Yao Qi  <yao@codesourcery.com>
13729
13730         * gdb.base/hbreak-unmapped.exp: Read memory at address 0.  If
13731         readable, skip the test.
13732
13733 2014-06-06  Yao Qi  <yao@codesourcery.com>
13734
13735         * gdb.threads/staticthreads.c (thread_function): Move the line
13736         setting breakpoint on forward.
13737         * gdb.threads/staticthreads.exp: Update comments.
13738
13739 2014-06-05  Ludovic Courtès  <ludo@gnu.org>
13740
13741         * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
13742         "history-append! type error".
13743
13744 2014-06-05  Simon Marchi  <simon.marchi@ericsson.com>
13745
13746         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
13747         erroneous dprintf expected input.
13748
13749 2014-06-04  Doug Evans  <xdje42@gmail.com>
13750
13751         * gdb.guile/scm-generics.exp: Delete.
13752
13753 2014-06-04  Doug Evans  <xdje42@gmail.com>
13754
13755         * gdb.guile/scm-breakpoint.exp: Update.
13756         Add tests for breakpoint registration.
13757
13758 2014-06-04  Tom Tromey  <tromey@redhat.com>
13759
13760         * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13761         VLA-in-union.
13762         * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13763         inner_vla_struct, vla_union types.  Initialize objects of those
13764         types and compute their sizes.
13765
13766 2014-06-04  Nathan Sidwell  <nathan@codesourcery.com>
13767             Hui Zhu  <hui@codesourcery.com>
13768
13769         * gdb.base/fileio.exp: Add test for shell not available as well as
13770         available.
13771         * gdb.base/fileio.c (test_system): Check for shell twice.
13772
13773 2014-06-04  Yao Qi  <yao@codesourcery.com>
13774
13775         * gdb.base/auto-connect-native-target.exp: Remove redundant
13776         space from the regexp pattern.
13777
13778 2014-06-04  Yao Qi  <yao@codesourcery.com>
13779
13780         * gdb.base/default.exp: Replace "child" with "native" in
13781         regexp pattern.
13782
13783 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
13784
13785         * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13786         * gdb.python/py-xmethods.exp: New tests to test xmethods.
13787         * gdb.python/py-xmethods.py: Python script supporting the
13788         new testcase and tests.
13789
13790 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
13791             Pedro Alves  <palves@redhat.com>
13792
13793         PR breakpoints/17000
13794         * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13795         * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13796
13797 2014-06-03  Brad Mouring  <bmouring@ni.com>  (tiny patch)
13798
13799         * gdb.base/subst.exp: Add tests to verify partial path matching
13800         output.
13801
13802 2014-06-03  Pedro Alves  <palves@redhat.com>
13803
13804         * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13805         target that doesn't use software single-stepping.
13806
13807 2014-06-03  Pedro Alves  <palves@redhat.com>
13808
13809         PR breakpoints/17000
13810         * gdb.base/sss-bp-on-user-bp-2.c: New file.
13811         * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13812
13813 2014-06-02  Doug Evans  <xdje42@gmail.com>
13814
13815         * gdb.guile/scm-parameter.exp: New file.
13816
13817 2014-06-02  Doug Evans  <xdje42@gmail.com>
13818
13819         * gdb.guile/scm-cmd.c: New file.
13820         * gdb.guile/scm-cmd.exp: New file.
13821
13822 2014-06-02  Doug Evans  <xdje42@gmail.com>
13823
13824         * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13825         pretty-printer lookup.
13826         * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13827         (make-pp_s-printer): Call it.
13828         (make-pretty-printer-from-dict): New function.
13829         (lookup-pretty-printer-maker-from-dict): New function.
13830         (*pretty-printer*): Simplify.
13831         (make-objfile-pp_s-printer): New function.
13832         (install-objfile-pretty-printers!): New function.
13833         (make-progspace-pp_s-printer): New function.
13834         (install-progspace-pretty-printers!): New function.
13835         * gdb.guile/scm-progspace.c: New file.
13836         * gdb.guile/scm-progspace.exp: New file.
13837
13838 2014-06-02  Pedro Alves  <palves@redhat.com>
13839
13840         * gdb.base/dprintf-bp-same-addr.c: New file.
13841         * gdb.base/dprintf-bp-same-addr.exp: New file.
13842
13843 2014-06-02  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
13844
13845         * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13846         * gdb.arch/powerpc-power.s: Likewise.
13847
13848 2014-06-02  Joel Brobecker  <brobecker@adacore.com>
13849
13850         * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13851
13852 2014-06-01  Yao Qi  <yao@codesourcery.com>
13853
13854         * gdb.base/watchpoint.exp (test_watch_location): Check null
13855         pointer can be dereferenced.  If not, do the test, otherwise
13856         skip it.
13857
13858 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
13859
13860         * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13861         results.
13862         * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13863
13864 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
13865
13866         * gdb.arch/amd64-invalid-stack-middle.S: New file.
13867         * gdb.arch/amd64-invalid-stack-middle.c: New file.
13868         * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13869         * gdb.arch/amd64-invalid-stack-top.c: New file.
13870         * gdb.arch/amd64-invalid-stack-top.exp: New file.
13871
13872 2014-05-30  Pedro Alves  <palves@redhat.com>
13873
13874         PR breakpoints/17000
13875         * gdb.base/sss-bp-on-user-bp.c: New file.
13876         * gdb.base/sss-bp-on-user-bp.exp: New file.
13877
13878 2014-05-30  David Blaikie  <dblaikie@gmail.com>
13879
13880         * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13881         gnu_inline semantics via attribute.
13882         * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13883         source explicitly specifies the required semantics.
13884
13885 2014-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
13886
13887         * gdb.reverse/sigall-reverse.exp: Fix a typo.
13888
13889 2014-05-29  Pedro Alves  <palves@redhat.com>
13890             Tom Tromey  <tromey@redhat.com>
13891
13892         * gdb.base/async-shell.exp: Don't enable target-async.
13893         * gdb.base/async.exp
13894         * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13895         parameter.  Adjust.
13896         (top level): Don't test with "target-async".
13897         * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13898         * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13899         * gdb.base/inferior-died.exp: Don't enable target-async.
13900         * gdb.base/interrupt-noterm.exp: Likewise.
13901         * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13902         * gdb.mi/mi-nonstop-exit.exp: Likewise.
13903         * gdb.mi/mi-nonstop.exp: Likewise.
13904         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13905         * gdb.mi/mi-nsintrall.exp: Likewise.
13906         * gdb.mi/mi-nsmoribund.exp: Likewise.
13907         * gdb.mi/mi-nsthrexec.exp: Likewise.
13908         * gdb.mi/mi-watch-nonstop.exp: Likewise.
13909         * gdb.multi/watchpoint-multi.exp: Adjust comment.
13910         * gdb.python/py-evsignal.exp: Don't enable target-async.
13911         * gdb.python/py-evthreads.exp: Likewise.
13912         * gdb.python/py-prompt.exp: Likewise.
13913         * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13914         * gdb.server/solib-list.exp: Don't enable target-async.
13915         * gdb.threads/thread-specific-bp.exp: Likewise.
13916         * lib/mi-support.exp: Adjust to use mi-async.
13917
13918 2014-05-29  Pedro Alves  <palves@redhat.com>
13919
13920         PR gdb/13860
13921         * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13922         reason, even in sync mode.
13923
13924 2014-05-29  Pedro Alves  <palves@redhat.com>
13925             Hui Zhu  <hui@codesourcery.com>
13926
13927         PR PR15693
13928         * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13929         * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13930         * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13931         * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13932
13933 2014-05-28  Joel Brobecker  <brobecker@adacore.com>
13934
13935         * config/monitor.exp (gdb_target_monitor): Replace use of
13936         "set remotebaud" by "set serial baud".
13937
13938 2014-05-26  Andy Wingo  <wingo@igalia.com>
13939
13940         * gdb.guile/scm-breakpoint.exp:
13941         * gdb.guile/scm-gsmob.exp: Update to use plain old object
13942         properties instead of gdb-object-properties.
13943
13944 2014-05-26  Yao Qi  <yao@codesourcery.com>
13945
13946         * gdb.server/no-thread-db.exp: Specify source file name
13947         explicitly when setting a breakpoint.
13948
13949 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
13950
13951         * gdb.btrace/vdso.c: New.
13952         * gdb.btrace/vdso.exp: New.
13953
13954 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
13955
13956         * gdb.base/gcore.exp (capture_command_output): Move ...
13957         * lib/gdb.exp (capture_command_output): ... here.
13958
13959 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
13960
13961         * gdb.btrace/data.exp: Test memory access during btrace replay.
13962
13963 2014-05-22  Simon Marchi  <simon.marchi@ericsson.com>
13964
13965         * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13966
13967 2014-05-21  Pedro Alves  <palves@redhat.com>
13968
13969         PR gdb/13860
13970         * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13971         (top level): Test that output related to execution commands is
13972         sent to the console with CLI commands, but not with MI commands.
13973         Test that breakpoint events are always mirrored to the console.
13974         Also expect the new source line to be output after a "next" in
13975         async mode too.  Make it a pass/fail test.
13976         * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13977         output.
13978         * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13979
13980 2014-05-21  Pedro Alves  <palves@redhat.com>
13981
13982         * gdb.base/list.exp (build_pattern, test_list): New procedures.
13983         Use them to test variations of "list" after reaching a breakpoint.
13984         * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13985         Test "list" with listsize 10 after reaching a breakpoint.
13986         * gdb.python/python.exp (decode_line current location line
13987         number): Adjust expected line number.
13988
13989 2014-05-21  Simon Marchi  <simon.marchi@ericsson.com>
13990
13991         * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13992         behavior for $args, pass it directly to "run".
13993
13994 2014-05-21  Maciej W. Rozycki  <macro@codesourcery.com>
13995
13996         * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13997         30000 to 65536.
13998
13999 2014-05-21  Pedro Alves  <palves@redhat.com>
14000
14001         * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14002         auto-connect-native-target off".
14003         * gdb.base/auto-connect-native-target.c: New file.
14004         * gdb.base/auto-connect-native-target.exp: New file.
14005
14006 2014-05-21  Pedro Alves  <palves@redhat.com>
14007
14008         * gdb.base/default.exp: Test "target native" instead of "target
14009         child".
14010
14011 2014-05-21  Mark Wielaard  <mjw@redhat.com>
14012
14013         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14014
14015 2014-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
14016
14017         Fix TLS access for -static -pthread.
14018         * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14019         <HAVE_TLS> (thread_function, main): Initialize it.
14020         * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
14021         Add clean_restart.
14022         <$have_tls != "">: Check TLSVAR.
14023
14024 2014-05-21  Pedro Alves  <palves@redhat.com>
14025
14026         * gdb.base/dcache-line-read-error.c: New.
14027         * gdb.base/dcache-line-read-error.exp: New.
14028
14029 2014-05-20  Pedro Alves  <palves@redhat.com>
14030
14031         * gdb.base/compare-sections.c: New file.
14032         * gdb.base/compare-sections.exp: New file.
14033
14034 2014-05-20  Pedro Alves  <palves@redhat.com>
14035
14036         * gdb.base/break-idempotent.c: New file.
14037         * gdb.base/break-idempotent.exp: New file.
14038
14039 2014-05-20  Markus Metzger  <markus.t.metzger@intel.com>
14040
14041         * gdb.btrace/nohist.exp: New.
14042
14043 2014-05-20  Yao Qi  <yao@codesourcery.com>
14044
14045         * lib/gdb.exp (gdb_init): Set timeout if test file is under
14046         gdb.reverse directory and gdb_reverse_timeout exists in board
14047         setting.
14048         * README: Document gdb_reverse_timeout.
14049
14050 2014-05-20  Yao Qi  <yao@codesourcery.com>
14051
14052         * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14053         'test_file_name'.  Treat args as a string instead of a list.
14054         (gdb_init): Rename argument 'args' by 'test_file_name'.
14055
14056 2014-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
14057
14058         * gdb.arch/powerpc-power.exp: New file.
14059         * gdb.arch/powerpc-power.s: New file.
14060
14061 2014-05-16  Doug Evans  <dje@google.com>
14062
14063         * gdb.base/Makefile.in (EXECUTABLES): Add completion.
14064         * gdb.base/completion.exp: Check that all expected files exist
14065         before doing file completion.
14066
14067 2014-05-16  Doug Evans  <dje@google.com>
14068
14069         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14070         Update.
14071         (do_syscall_tests_without_xml): Update.
14072
14073 2014-05-16  Pedro Alves  <palves@redhat.com>
14074
14075         * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14076         instead of "unknown output after running".
14077
14078 2014-05-16  Yao Qi  <yao@codesourcery.com>
14079
14080         * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host.  Remove
14081         file1.txt from host at the end.
14082         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14083
14084 2014-05-15  Doug Evans  <dje@google.com>
14085
14086         * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14087         * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14088         loading file.  Add test for TU lookup.
14089
14090 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
14091
14092         * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14093         calling "-exec-arguments" or "set args" before running the
14094         inferior.
14095
14096 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
14097
14098         * lib/mi-support.exp (mi_expect_stop): Expect message for
14099         inferiors that exit with non-zero exit code.
14100
14101 2014-05-14  Yao Qi  <yao@codesourcery.com>
14102
14103         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14104         match absolute path on remote host.
14105         (test_file_list_exec_source_files): Remove "/" from the
14106         pattern.
14107
14108 2014-05-14  Yao Qi  <yao@codesourcery.com>
14109
14110         * boards/local-remote-host-notty.exp (${board}_file): New
14111         proc.
14112
14113 2014-05-07  Kyle McMartin  <kyle@redhat.com>
14114
14115         Pushed by Joel Brobecker  <brobecker@adacore.com>.
14116         * gdb.arch/aarch64-atomic-inst.c: New file.
14117         * gdb.arch/aarch64-atomic-inst.exp: New file.
14118
14119 2014-05-07  Yao Qi  <yao@codesourcery.com>
14120
14121         * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14122         in current context" too.
14123
14124 2014-05-05  Keith Seitz  <keiths@redhat.com>
14125
14126         * gdb.linespec/ls-dollar.exp: Add test for linespec
14127         file:convenience_variable.
14128
14129 2014-05-05  Yao Qi  <yao@codesourcery.com>
14130
14131         * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14132         traceframes into tfile and ctf trace files.  Read data from
14133         trace file and test collected data.
14134         (gdb_collect_locals_test): Likewise.
14135         (gdb_unavailable_registers_test): Likewise.
14136         (gdb_unavailable_floats): Likewise.
14137         (gdb_collect_globals_test): Likewise.
14138         (top-level): Append "ctf" to trace_file_targets if GDB
14139         supports.
14140
14141 2014-05-05  Yao Qi  <yao@codesourcery.com>
14142
14143         * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14144         code to ...
14145         (gdb_collect_args_test_1): ... it.  New proc.
14146         (gdb_collect_locals_test): Move some code to ...
14147         (gdb_collect_locals_test_1): ... it.  New proc.
14148         (gdb_unavailable_registers_test): Move some code to ...
14149         (gdb_unavailable_registers_test_1): ... it.  New proc.
14150         (gdb_unavailable_floats): Move some code to ...
14151         (gdb_unavailable_floats_1): ... it.  New proc.
14152
14153 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
14154
14155         * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14156         probes to test for bitness recognition.
14157         * gdb.arch/amd64-stap-optional-prefix.exp
14158         (test_probe_value_without_reg): New procedure.
14159         Add code to test for different kinds of bitness.
14160
14161 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
14162
14163         PR breakpoints/16889
14164         * gdb.arch/amd64-stap-optional-prefix.S: New file.
14165         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14166
14167 2014-05-01  Pedro Alves  <palves@redhat.com>
14168
14169         * lib/gdb.exp (gdb_load): Extend comment.  Skip calling
14170         gdb_file_cmd if no file is specified.
14171         * boards/native-extended-gdbserver.exp (gdb_load): Use the
14172         last_loaded_file to set the remote exec-file.
14173
14174 2014-05-01  Pedro Alves  <palves@redhat.com>
14175
14176         * boards/local-remote-host.exp: New file.
14177
14178 2014-05-01  Pedro Alves  <palves@redhat.com>
14179
14180         * boards/local-remote-host.exp: Rename to ...
14181         * boards/local-remote-host-notty.exp: ... this.
14182
14183 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
14184
14185         * gdb.ada/dyn_arrayidx: New testcase.
14186
14187 2014-04-26  Yao Qi  <yao@codesourcery.com>
14188
14189         * gdb.dwarf2/dwz.exp: Compile main.c to object.  Restart GDB
14190         and compute the length of function main.  Save it in
14191         $main_length.
14192         (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14193         (top-level): Use gdb_compile to compile objects into
14194         executable and restart GDB.  Remove invocation to
14195         prepare_for_testing.
14196
14197 2014-04-25  Simon Marchi  <simon.marchi@ericsson.com>
14198             Pedro Alves  <palves@redhat.com>
14199
14200         PR server/16255
14201         * gdb.multi/multi-attach.c: New file.
14202         * gdb.multi/multi-attach.exp: New file.
14203
14204 2014-04-25  Pedro Alves  <palves@redhat.com>
14205
14206         * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14207         user.
14208         (top level): Test that "set remote conditional-breakpoints-packet
14209         off" works as intended.
14210         * gdb.base/dprintf.exp: Test that "set remote
14211         breakpoint-commands-packet off" works as intended.
14212         * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14213         New function.
14214         (top level): Call it.
14215         * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14216         remote fast-tracepoints-packet off" works as intended.
14217         * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14218         * lib/gdb.exp (gdb_is_target_remote): ... here.
14219
14220 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14221
14222         * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14223         ensure clang would not discard them.
14224         * gdb.base/gdbvars.c: Ditto.
14225         * gdb.base/memattr.c: Ditto.
14226         * gdb.base/whatis.c: Ditto.
14227         * gdb.python/py-prettyprint.c: Ditto.
14228         * gdb.trace/actions.c: Ditto.
14229         * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14230         ensure clang would not discard it.
14231
14232 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14233
14234         * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14235         clang to emit the full definition of type required by the test
14236         * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14237
14238 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14239
14240         * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14241         coax Clang into emitting the definition of the type.
14242         * gdb.cp/pr10728-x.h (y): Ditto.
14243         * gdb.cp/pr10728-y.cc (y): Ditto.
14244
14245 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14246
14247         * gdb.base/label.exp: XFAIL label related tests under Clang.
14248         * gdb.cp/cplabel.exp: Ditto.
14249         * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14250         under Clang those using labels.
14251
14252 2014-04-25  Yao Qi  <yao@codesourcery.com>
14253
14254         * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14255         double_label.
14256         * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14257         partial_label and double_label.
14258
14259 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14260
14261         * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14262
14263 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14264
14265         * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14266         of the function to work across GCC and Clang.
14267         * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14268         pointer types (const void ** const V void **).
14269
14270 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
14271             Walfred Tedeschi  <walfred.tedeschi@intel.com>
14272
14273         * Makefile.in (EXECUTABLES): Added i386-avx512.
14274         * gdb.arch/i386-avx512.c: New file.
14275         * gdb.arch/i386-avx512.exp: Likewise.
14276
14277 2014-04-23  Keith Seitz  <keiths@redhat.com>
14278
14279         * lib/mi-support.exp (mi_list_breakpoints): Delete.
14280         (mi_make_breakpoint_table): New procedure.
14281         (mi_create_breakpoint): Use mi_make_breakpoint
14282         and return the result.
14283         (mi_make_breakpoint): New procedure.
14284         (mi_build_kv_pairs): New procedure.
14285
14286         * gdb.mi/mi-break.exp: Remove unused globals,
14287         update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14288         All callers updated.
14289         * gdb.mi/mi-dprintf.exp: Use variable to track command
14290         number.
14291         Update all callers of mi_create_breakpoint and use
14292         mi_make_breakpoint_table.
14293         Remove any unused global variables.
14294         * gdb.mi/mi-nonstop.exp: Likewise.
14295         * gdb.mi/mi-nsintrall.exp: Likewise.
14296         * gdb.mi/mi-nsmoribund.exp: Likewise.
14297         * gdb.mi/mi-nsthrexec.exp: Likewise.
14298         * gdb.mi/mi-reverse.exp: Likewise.
14299         * gdb.mi/mi-simplerun.exp: Likewise.
14300         * gdb.mi/mi-stepn.exp: Likewise.
14301         * gdb.mi/mi-syn-frame.exp: Likewise.
14302         * gdb.mi/mi-until.exp: Likewise.
14303         * gdb.mi/mi-var-cp.exp: Likewise.
14304         * gdb.mi/mi-var-display.exp: Likewise.
14305         * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14306         * gdb.mi/mi2-var-child.exp: Likewise.
14307         * gdb.mi/mi-vla-c99.exp: Likewise.
14308         * lib/mi-support.exp: Likewise.
14309
14310         From Ian Lance Taylor  <iant@cygnus.com>:
14311         * lib/gdb.exp (parse_args): New procedure.
14312
14313 2014-04-23  Pedro Alves  <palves@redhat.com>
14314
14315         * gdb.base/break-unload-file.c: New file.
14316         * gdb.base/break-unload-file.exp: New file.
14317         * gdb.base/sym-file-lib.c (baz): New function.
14318         * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14319         field.
14320         (load): Store the segment's mapped size.
14321         (unload): New function.
14322         (unload_shlib): New function.
14323         * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14324         * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14325         set a breakpoint at baz, and call it.
14326         * gdb.base/sym-file.exp: New tests for stale breakpoint
14327         instructions.
14328
14329 2014-04-23  Pedro Alves  <palves@redhat.com>
14330
14331         * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14332         * gdb.base/hbreak-in-shr-unsupported.c: New file.
14333         * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14334         * gdb.base/hbreak-unmapped.c: New file.
14335         * gdb.base/hbreak-unmapped.exp: New file.
14336         * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14337         * lib/gdb.exp (gdb_is_target_remote): ... here.
14338
14339 2014-04-22  Pedro Alves  <palves@redhat.com>
14340
14341         * gdb.base/consecutive-step-over.c: New file.
14342         * gdb.base/consecutive-step-over.exp: New file.
14343
14344 2014-04-22  Pedro Alves  <palves@redhat.com>
14345
14346         * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14347         instead of send_gdb/gdb_expect.
14348
14349 2014-04-22  Yao Qi  <yao@codesourcery.com>
14350
14351         * lib/trace-support.exp (generate_tracefile): New procedure.
14352         * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14353         return 0.
14354         * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14355         if generate_tracefile returns 1.
14356
14357 2014-04-18  Tom Tromey  <palves@redhat.com>
14358             Pedro alves  <tromey@redhat.com>
14359
14360         PR backtrace/15558
14361         * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14362         with a backtrace limit.
14363         * gdb.python/py-frame-inline.exp: Test running to an inline
14364         function with a backtrace limit, and printing the newest frame.
14365         * gdb.python/py-frame-inline.c (main): Call f.
14366
14367 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14368
14369         * gdb.java/jnpe.exp: Drop srcdir from untested path.
14370
14371 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14372
14373         * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14374         Drop prefix from unsupported source file path.
14375
14376 2014-04-17  Yao Qi  <yao@codesourcery.com>
14377
14378         * lib/gdb.exp (with_target_charset): New proc.
14379         * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14380         with_target_charset.
14381         (test_print_strings): Likewise.
14382         (test_repeat_bytes): Likewise.
14383         * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14384         for some tests.
14385
14386 2014-04-16  Keith Seitz  <keiths@redhat.com>
14387
14388         PR gdb/15827
14389         * gdb.dwarf2/corrupt.c: New file.
14390         * gdb.dwarf2/corrupt.exp: New file.
14391
14392 2014-04-16  Keith Seitz  <keiths@redhat.com>
14393
14394         PR c++/16597
14395         * gdb.cp/namelessclass.cc: New file.
14396         * gdb.cp/namelessclass.exp: New file.
14397         * gdb.cp/namelessclass.S: New file.
14398
14399 2014-04-16  Doug Evans  <dje@google.com>
14400
14401         * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14402         Add comment.
14403         (gdbserver_default_get_comm_port): New function.
14404         (gdbserver_start): Check if board file provided
14405         "gdbserver,get_comm_port" and use it if so.
14406         * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14407         (gdb,socketport): Set to "stdio".
14408         (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14409         (stdio_gdbserver_template): Delete.
14410         (${board}_get_remote_address): Update.
14411         (${board}_build_remote_cmd): Delete.
14412         (${board}_get_comm_port): New function.
14413         (${board}_spawn): Update.
14414         * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14415         Delete.
14416         (${board}_get_remote_address): Update.
14417         (${board}_get_comm_port): New function.
14418
14419 2014-04-16  Andrew Burgess  <aburgess@broadcom.com>
14420
14421         * gdb.base/memattr.exp: Improve regexps to handle memory regions
14422         appearing in any order.
14423
14424 2014-04-15  Doug Evans  <dje@google.com>
14425
14426         * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14427         uninitialized value of "description".
14428
14429 2014-04-15  Keith Seitz  <keiths@redhat.com>
14430
14431         * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14432         Remove unused globals.
14433         (test_running_the_program): Likewise.
14434         (test_controlled_execution): Likewise.
14435         (test_controlling_breakpoints): Likewise.
14436         (test_program_termination): Likewise.
14437
14438 2014-04-15  Keith Seitz  <keiths@redhat.com>
14439
14440         * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14441         unused globals.
14442         (test_rbreak_creation_and_listing): Likewise.
14443         (test_ignore_count): Likewise.
14444         (test_error): Likewise.
14445
14446 2014-04-15  Pedro Alves  <palves@redhat.com>
14447
14448         * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14449         <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14450         sym-file-loader.c.
14451         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14452         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14453         to sym-file-loader.c.
14454         (struct library): Forward declare.
14455         (load_shlib, lookup_function): Change prototypes.
14456         (find_shstrtab, find_strtab, find_shdr, find_symtab)
14457         (translate_offset): Remove declarations.
14458         (get_text_addr): New declaration.
14459         * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14460         <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14461         sym-file-loader.h.
14462         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14463         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14464         here from sym-file-loader.h.
14465         (struct library): New structure.
14466         (load_shlib, lookup_function): Change prototypes and adjust to
14467         work with a struct library.
14468         (find_shstrtab, find_strtab, find_shdr, find_symtab)
14469         (translate_offset): Make static.
14470         (get_text_addr): New function.
14471         * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14472
14473 2014-04-15  Pedro Alves  <palves@redhat.com>
14474
14475         * gdb.base/sym-file-loader.c: Fix typo.  SELF_LINK, not SELK_LINK.
14476
14477 2014-04-15  Pedro Alves  <palves@redhat.com>
14478
14479         * gdb.base/sym-file-loader.c: Include <limits.h>.
14480         (SELF_LINK): New define.
14481         (get_origin): New function.
14482         (load_shlib): Use it.
14483         * gdb.base/sym-file.exp: Don't early return if the target is
14484         remote.  Use runto_main, and issue fail is that fails.  Use
14485         gdb_load_shlibs.
14486         (shlib_name): Delete.
14487         (lib_so, lib_syms, lib_dlopen): New globals.  Use them throughout.
14488
14489 2014-04-15  Pedro Alves <palves@redhat.com>
14490
14491         * gdb.base/sym-file.exp: Remove regex characters from test
14492         message.  Don't refer to breakpoint numbers in test messages.
14493
14494 2014-04-14  Keith Seitz  <keiths@redhat.com>
14495
14496         PR c++/16253
14497         * gdb.cp/var-tag.cc: New file.
14498         * gdb.cp/var-tag.exp: New file.
14499         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14500         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14501         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14502         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14503
14504 2014-04-14  Tom Tromey  <tromey@redhat.com>
14505
14506         * gdb.cp/classes.exp (test_enums): Handle underlying type.
14507         * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14508         type.
14509         * gdb.cp/enum-class.exp: New file.
14510         * gdb.cp/enum-class.cc: New file.
14511
14512 2014-04-14  Tom Tromey  <tromey@redhat.com>
14513
14514         * gdb.dwarf2/enum-type.exp: New file.
14515
14516 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14517
14518         * gdb.mi/mi-vla-c99.exp: New file.
14519         * gdb.mi/vla.c: New file.
14520
14521 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14522
14523         * gdb.base/vla-datatypes.c: New file.
14524         * gdb.base/vla-datatypes.exp: New file.
14525
14526 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14527
14528         * gdb.base/vla-ptr.c: New file.
14529         * gdb.base/vla-ptr.exp: New file.
14530
14531 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14532
14533         * gdb.dwarf2/count.exp: New file.
14534
14535 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14536
14537         * gdb.base/vla-sideeffect.c: New file.
14538         * gdb.base/vla-sideeffect.exp: New file.
14539
14540 2014-04-14  David Blaikie <dblaikie@gmail.com>
14541
14542         * gdb.mi/non-stop.c: Add return value for non-void function return
14543         statement.
14544         * gdb.threads/staticthreads.c: Ditto.
14545
14546 2014-04-12  Siva Chandra Reddy  <sivachandra@google.com>
14547             Doug Evans  <xdje42@gmail.com>
14548
14549         * gdb.guile/scm-value.c: Improve test case.
14550         * gdb.guile/scm-value.exp: Add new test.
14551
14552 2014-04-11  David Blaikie  <dblaikie@gmail.com>
14553
14554         * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14555         override Clang's default.
14556
14557 2014-04-11  Joel Brobecker  <brobecker@adacore.com>
14558
14559         Revert the following changes (regressions):
14560
14561         * gdb.base/vla-sideeffect.c: New file.
14562         * gdb.base/vla-sideeffect.exp: New file.
14563
14564         * gdb.dwarf2/count.exp: New file.
14565
14566         * gdb.base/vla-multi.c: New file.
14567         * gdb.base/vla-multi.exp: New file.
14568
14569         * gdb.base/vla-ptr.c: New file.
14570         * gdb.base/vla-ptr.exp: New file.
14571
14572         * gdb.base/vla-datatypes.c: New file.
14573         * gdb.base/vla-datatypes.exp: New file.
14574
14575         * gdb.mi/mi-vla-c99.exp: New file.
14576         * gdb.mi/vla.c: New file.
14577
14578 2014-04-11  Keith Seitz  <keiths@redhat.com>
14579
14580         PR c++/16675
14581         * gdb.cp/cpsizeof.exp: New file.
14582         * gdb.cp/cpsizeof.cc: New file.
14583
14584 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14585
14586         * gdb.mi/mi-vla-c99.exp: New file.
14587         * gdb.mi/vla.c: New file.
14588
14589 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14590
14591         * gdb.base/vla-datatypes.c: New file.
14592         * gdb.base/vla-datatypes.exp: New file.
14593
14594 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14595
14596         * gdb.base/vla-ptr.c: New file.
14597         * gdb.base/vla-ptr.exp: New file.
14598
14599 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14600
14601         * gdb.base/vla-multi.c: New file.
14602         * gdb.base/vla-multi.exp: New file.
14603
14604 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14605
14606         * gdb.dwarf2/count.exp: New file.
14607
14608 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14609
14610         * gdb.base/vla-sideeffect.c: New file.
14611         * gdb.base/vla-sideeffect.exp: New file.
14612
14613 2014-04-11  Yao Qi  <yao@codesourcery.com>
14614
14615         * gdb.base/completion.exp: Check file exists before running tests
14616         on file completion.
14617
14618 2014-04-10  Pedro Alves  <palves@redhat.com>
14619
14620         * gdb.base/cond-eval-mode.c: New file.
14621         * gdb.base/cond-eval-mode.exp: Use standard_testfile.  Adjust
14622         prepare_for_testing to build the new file.  Check result of
14623         runto_main.
14624         (test_break, test_watch): New procedures.
14625         (top level): Use them.
14626
14627 2014-04-08  Pierre Muller  <muller@sourceware.org>
14628
14629         * gdb.base/printcmds.exp (test_artificial_arrays): Disable
14630         Ctrl-V use for mingw hosts.
14631
14632 2014-04-07  Siva Chandra Reddy  <sivachandra@google.com>
14633
14634         * gdb.python/py-value.c: Improve test case.
14635         * gdb.python/py-value.exp: Add new test.
14636
14637 2014-04-07  David Blaikie  <dblaikie@gmail.com>
14638
14639         * lib/compiler.c: Identify the clang compiler.
14640         * lib/compiler.cc: Ditto.
14641
14642 2014-04-03  Yao Qi  <yao@codesourcery.com>
14643
14644         * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
14645
14646 2014-04-01  Anton Blanchard  <anton@samba.org>
14647
14648         * gdb.arch/ppc64-atomic-inst.exp: Use untested.  Make test
14649         messages unique.
14650
14651 2014-04-01  Anton Blanchard  <anton@samba.org>
14652
14653         * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
14654         prepare_for_testing.
14655
14656 2014-04-01  Anton Blanchard  <anton@samba.org>
14657
14658         * gdb.arch/ppc64-atomic-inst.c: Remove.
14659         * gdb.arch/ppc64-atomic-inst.S: New file.
14660         * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
14661
14662 2014-03-31  Doug Evans  <dje@google.com>
14663
14664         * gdb.base/print-symbol-loading-lib.c: New file.
14665         * gdb.base/print-symbol-loading-main.c: New file.
14666         * gdb.base/print-symbol-loading.exp: New file.
14667
14668 2014-03-31  Yao Qi  <yao@codesourcery.com>
14669
14670         * gdb.base/source-dir.exp: Allow ';' as a directory separator.
14671
14672 2014-03-28  Joel Brobecker  <brobecker@adacore.com>
14673
14674         * gdb.ada/mi_dyn_arr: New testcase.
14675
14676 2014-03-27  Doug Evans  <dje@google.com>
14677
14678         * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
14679
14680 2014-03-27  Yao Qi  <yao@codesourcery.com>
14681
14682         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
14683         if target is nios2-*-*.
14684
14685 2014-03-26  Yao Qi  <yao@codesourcery.com>
14686
14687         * lib/gdb.exp (readline_is_used): New proc.
14688         * gdb.base/completion.exp: Move tests on command complete up.
14689         Skip the rest of tests if readline is not used.
14690         * gdb.ada/complete.exp: Skp the test if readline is not
14691         used.
14692         * gdb.base/filesym.exp: Likewise.
14693         * gdb.base/macscp.exp: Likewise.
14694         * gdb.base/readline-ask.exp: Likewise.
14695         * gdb.base/readline.exp: Likewise.
14696         * gdb.python/py-cmd.exp: Likewise.
14697         * gdb.trace/tfile.exp: Likewise.
14698
14699 2014-03-26  Yao Qi  <yao@codesourcery.com>
14700
14701         * gdb.base/macscp.exp: Fix code format issues.
14702
14703 2014-03-25  Ulrich Weigand  <uweigand@de.ibm.com>
14704
14705         * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
14706         * gdb.asm/powerpc64le.inc: New file.
14707
14708 2014-03-25  Pedro Alves  <palves@redhat.com>
14709             Doug Evans  <dje@google.com>
14710
14711         * gdb.base/source-execution.c: New file.
14712         * gdb.base/source-execution.exp: New file.
14713         * gdb.base/source-execution.gdb: New file.
14714
14715 2014-03-24  Doug Evans  <dje@google.com>
14716
14717         * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
14718         using fission.
14719
14720 2014-03-24  Hui Zhu  <hui@codesourcery.com>
14721             Pedro Alves  <palves@redhat.com>
14722
14723         PR breakpoints/16101
14724         * gdb.base/dprintf.exp: Use unsupported rather than changing the
14725         test pass/fail messages.  Detect missing support for dprintf when
14726         breakpoints are actually inserted.
14727         * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14728         breakpoints are actually inserted.
14729         * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
14730         fails.
14731
14732 2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
14733
14734         * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
14735
14736 2014-03-22  Doug Evans  <xdje42@gmail.com>
14737
14738         * gdb.python/python.exp (python not supported): Verify multi-line
14739         python command issues an error.
14740         * gdb.guile/guile.exp (guile not supported): Verify multi-line
14741         guile command issues an error.
14742
14743 2014-03-21  Maciej W. Rozycki  <macro@codesourcery.com>
14744
14745         * gdb.threads/thread-specific.exp: Handle the lack of usable
14746         $this_breakpoint and $this_thread.
14747
14748 2014-03-21  Hui Zhu  <hui@codesourcery.com>
14749
14750         * gdb.base/attach.exp (do_command_attach_tests): New.
14751
14752 2014-03-20  Tom Tromey  <tromey@redhat.com>
14753             Pedro Alves  <palves@redhat.com>
14754
14755         PR cli/15718
14756         * gdb.base/condbreak-call-false.c: New file.
14757         * gdb.base/condbreak-call-false.exp: New file.
14758
14759 2014-03-20  Pedro Alves  <palves@redhat.com>
14760
14761         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14762         Delete.
14763         (block_signals, unblock_signals): Delete.
14764         (child_function_2, main): Remove references to deleted variable
14765         and functions.
14766
14767 2014-03-20  Pedro Alves  <palves@redhat.com>
14768
14769         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14770         Use pthread_kill to signal thread 2.
14771         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14772         Adjust to make the test send itself a signal rather than using the
14773         host's "kill" command.
14774
14775 2014-03-20  Pedro Alves  <palves@redhat.com>
14776
14777         * gdb.threads/multiple-step-overs.c: New file.
14778         * gdb.threads/multiple-step-overs.exp: New file.
14779         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14780         Adjust expected infrun debug output.
14781
14782 2014-03-20  Pedro Alves  <palves@redhat.com>
14783
14784         * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14785         * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14786
14787 2014-03-20  Pedro Alves  <palves@redhat.com>
14788
14789         PR breakpoints/7143
14790         * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14791         old gnats gdb/38.  Remove kfail.  Adjust to use gdb_test instead
14792         of gdb_test_multiple.
14793         * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14794         * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14795
14796 2014-03-20  Pedro Alves  <palves@redhat.com>
14797
14798         * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14799         * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14800
14801 2014-03-19  Pedro Alves  <palves@redhat.com>
14802
14803         * gdb.base/async.exp: Remove early return.
14804
14805 2014-03-19  Pedro Alves  <palves@redhat.com>
14806
14807         * gdb.base/async.exp (step& tests): Pass explicit test messages.
14808
14809 2014-03-19  Pedro Alves  <palves@redhat.com>
14810
14811         * gdb.base/async.exp (test_background): Expect \r\n after
14812         "completed." in the fail pattern.
14813
14814 2014-03-19  Pedro Alves  <palves@redhat.com>
14815
14816         * gdb.base/async.exp (test_background): New procedure.
14817         Use it for all background execution command tests.
14818
14819 2014-03-19  Pedro Alves  <palves@redhat.com>
14820
14821         * gdb.base/async.exp: Use prepare_for_testing.
14822
14823 2014-03-19  Pedro Alves  <palves@redhat.com>
14824
14825         * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
14826         the same line.
14827
14828 2014-03-19  Pedro Alves  <palves@redhat.com>
14829
14830         * gdb.base/async.c (main): Add "jump here" and "until here" line
14831         marker comments.
14832         * gdb.base/async.exp (jump_here): New global.
14833         (jump& test): Use it.
14834         (until_here): New global.
14835         (until& test): Use it.
14836
14837 2014-03-19  Pedro Alves  <palves@redhat.com>
14838
14839         * gdb.base/async.exp: Don't frob gdb_protocol.
14840
14841 2014-03-18  Doug Evans  <xdje42@gmail.com>
14842
14843         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
14844         Fix spelling of exec-done-display.
14845
14846 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
14847
14848         PR gdb/15358
14849         * gdb.base/gdb-sigterm.c: New file.
14850         * gdb.base/gdb-sigterm.exp: New file.
14851
14852 2014-03-18  Pedro Alves  <palves@redhat.com>
14853
14854         PR gdb/13860
14855         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14856         * lib/mi-support.exp (mi_expect_stop): Add special handling for
14857         solib-event.
14858
14859 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
14860
14861         * gdb.ada/pckd_arr_ren: New testcase.
14862
14863 2014-03-13  Doug Evans  <xdje42@gmail.com>
14864
14865         PR guile/16612
14866         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14867         collect after discarding symbols.
14868
14869 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
14870             Doug Evans  <xdje42@gmail.com>
14871
14872         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14873         to history survives a gc.
14874
14875 2014-03-13  Pedro Alves  <palves@redhat.com>
14876
14877         * gdb.base/default.exp: Don't test "target procfs".
14878
14879 2014-03-13  Pedro Alves  <palves@redhat.com>
14880
14881         * gdb.base/default.exp: Update "target child" and "target procfs"
14882         tests to not expect "Unix".
14883
14884 2014-03-12  Tom Tromey  <tromey@redhat.com>
14885
14886         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14887         New procs.  Add target-async tests.
14888         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14889         Add target-async tests.
14890
14891 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14892
14893         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14894         'func_start' and 'func_end' for the beginning and end of the
14895         function code, respectively.
14896         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14897         'func_end' instead of 'func' and 'main'.
14898
14899 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14900
14901         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14902         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14903         generate the debug info assembler source.
14904
14905 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14906
14907         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14908         * gdb.dwarf2/arr-subrange.exp: Likewise.
14909         * gdb.dwarf2/dwz.exp: Likewise.
14910         * gdb.dwarf2/method-ptr.exp: Likewise.
14911         * gdb.dwarf2/missing-sig-type.exp: Likewise.
14912         * gdb.dwarf2/subrange.exp: Likewise.
14913         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14914         * gdb.dwarf2/implptrpiece.exp: Likewise.
14915         * gdb.dwarf2/nostaticblock.exp: Likewise.
14916
14917 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14918
14919         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14920         directory to absolute path name arguments.
14921
14922 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
14923
14924         * gdb.ada/tagged_access: New testcase.
14925
14926 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
14927
14928         * gdb.btrace/data.exp: Update expected output.
14929
14930 2014-03-06  Yao Qi  <yao@codesourcery.com>
14931
14932         * gdb.trace/pr16508.exp: New file.
14933
14934 2014-03-05  Pedro Alves  <palves@redhat.com>
14935
14936         PR gdb/16575
14937         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14938         procedure.
14939         (top level): Adjust to use it.  Add tests that exercise breakpoint
14940         interaction with the code-cache.
14941
14942 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
14943
14944         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14945         test for 'history-append!'.
14946
14947 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14948
14949         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14950         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14951         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14952         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14953         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14954         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14955
14956 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14957
14958         * testsuite/gdb.python/py-pp-re-notag.c: New file.
14959         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14960         * testsuite/gdb.python/py-pp-re-notag.p: New file.
14961
14962 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14963
14964         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14965
14966 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14967
14968         * gdb.dwarf2/arr-stride.c: New file.
14969         * gdb.dwarf2/arr-stride.exp: New file.
14970
14971 2014-02-26  Pedro Alves  <palves@redhat.com>
14972
14973         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14974         that won't ever trigger.  Make sure that GDB reports the correct
14975         breakpoint that caused the stop.
14976
14977 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
14978
14979         PR gdb/16626
14980         * gdb.base/auto-load-script: New file.
14981         * gdb.base/auto-load.c: New file.
14982         * gdb.base/auto-load.exp: New file.
14983
14984         PR gdb/16626
14985         * gdb.base/auto-load.exp: Fix out-of-srctree run.
14986
14987 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
14988
14989         Fix dw2-icycle.exp -fsanitize=address GDB crash.
14990         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14991
14992 2014-02-24  Doug Evans  <dje@google.com>
14993
14994         * lib/gdb.exp (run_on_host): Log error output if program fails.
14995
14996 2014-02-21  Pedro Alves  <palves@redhat.com>
14997
14998         * gdb.threads/step-after-sr-lock.c: Rename to ...
14999         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
15000         * gdb.threads/step-after-sr-lock.exp: Rename to ...
15001         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15002         ... this.
15003
15004 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
15005
15006         PR tdep/16397
15007         * gdb.arch/amd64-stap-special-operands.exp: New file.
15008         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
15009         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
15010         * gdb.arch/amd64-stap-triplet.S: Likewise.
15011         * gdb.arch/amd64-stap-triplet.c: Likewise.
15012
15013 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
15014
15015         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
15016         in .section pseudo-op.
15017
15018 2014-02-20  lin zuojian  <manjian2006@gmail.com>
15019             Joel Brobecker  <brobecker@adacore.com>
15020             Doug Evans  <xdje42@gmail.com>
15021
15022         PR symtab/16581
15023         * gdb.dwarf2/dw2-icycle.S: New file.
15024         * gdb.dwarf2/dw2-icycle.c: New file.
15025         * gdb.dwarf2/dw2-icycle.exp: New file.
15026
15027 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
15028
15029         * gdb.python/py-value-cc.cc: Improve test case to enable testing
15030         operations on gdb.Value objects.
15031         * gdb.python/py-value-cc.exp: Add new test to test operations on
15032         gdb.Value objects.
15033
15034 2014-02-18  Doug Evans  <dje@google.com>
15035
15036         * Makefile.in (TESTS): New variable.
15037         (expanded_tests, expanded_tests_or_none): New variables
15038         (check-single): Pass $(expanded_tests_or_none) to runtest.
15039         (check-parallel): Only run tests in $(TESTS) if non-empty.
15040         (check/no-matching-tests-found): New rule.
15041         * README: Document TESTS makefile variable.
15042
15043 2014-02-18  Doug Evans  <dje@google.com>
15044
15045         * Makefile.in (check-parallel): rm -rf outputs temp.
15046
15047 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
15048
15049         Fix "ERROR: no fileid for" in the testsuite.
15050         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15051
15052 2014-02-12  Doug Evans  <dje@google.com>
15053
15054         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15055         (MISCELLANEOUS): New variable.
15056         (clean): rm -rf $(MISCELLANEOUS).
15057         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15058         dwp live in the same directory as symlinks, with each symlink pointed
15059         to a differently named file in a different directory.
15060
15061 2014-02-11  Doug Evans  <dje@google.com>
15062
15063         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15064         of Tcl file commands.
15065
15066 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
15067
15068         * gdb.threads/step-after-sr-lock.exp: Avoid executing
15069         "kill -SIGUSR1 -1".
15070
15071 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
15072
15073         * gdb.ada/tick_length_array_enum_idx: New testcase.
15074
15075 2014-02-10  Doug Evans  <xdje42@gmail.com>
15076
15077         * configure.ac (AC_OUTPUT): Add gdb.guile.
15078         * configure: Regenerate.
15079         * lib/gdb-guile.exp: New file.
15080         * lib/gdb.exp (get_target_charset): New function.
15081         * gdb.base/help.exp: Update expected output from "apropos apropos".
15082         * gdb.guile/Makefile.in: New file.
15083         * gdb.guile/guile.exp: New file.
15084         * gdb.guile/scm-arch.c: New file.
15085         * gdb.guile/scm-arch.exp: New file.
15086         * gdb.guile/scm-block.c: New file.
15087         * gdb.guile/scm-block.exp: New file.
15088         * gdb.guile/scm-breakpoint.c: New file.
15089         * gdb.guile/scm-breakpoint.exp: New file.
15090         * gdb.guile/scm-disasm.c: New file.
15091         * gdb.guile/scm-disasm.exp: New file.
15092         * gdb.guile/scm-equal.c: New file.
15093         * gdb.guile/scm-equal.exp: New file.
15094         * gdb.guile/scm-error.exp: New file.
15095         * gdb.guile/scm-error.scm: New file.
15096         * gdb.guile/scm-frame-args.c: New file.
15097         * gdb.guile/scm-frame-args.exp: New file.
15098         * gdb.guile/scm-frame-args.scm: New file.
15099         * gdb.guile/scm-frame-inline.c: New file.
15100         * gdb.guile/scm-frame-inline.exp: New file.
15101         * gdb.guile/scm-frame.c: New file.
15102         * gdb.guile/scm-frame.exp: New file.
15103         * gdb.guile/scm-generics.exp: New file.
15104         * gdb.guile/scm-gsmob.exp: New file.
15105         * gdb.guile/scm-iterator.c: New file.
15106         * gdb.guile/scm-iterator.exp: New file.
15107         * gdb.guile/scm-math.c: New file.
15108         * gdb.guile/scm-math.exp: New file.
15109         * gdb.guile/scm-objfile-script-gdb.in: New file.
15110         * gdb.guile/scm-objfile-script.c: New file.
15111         * gdb.guile/scm-objfile-script.exp: New file.
15112         * gdb.guile/scm-objfile.c: New file.
15113         * gdb.guile/scm-objfile.exp: New file.
15114         * gdb.guile/scm-ports.exp: New file.
15115         * gdb.guile/scm-pretty-print.c: New file.
15116         * gdb.guile/scm-pretty-print.exp: New file.
15117         * gdb.guile/scm-pretty-print.scm: New file.
15118         * gdb.guile/scm-section-script.c: New file.
15119         * gdb.guile/scm-section-script.exp: New file.
15120         * gdb.guile/scm-section-script.scm: New file.
15121         * gdb.guile/scm-symbol.c: New file.
15122         * gdb.guile/scm-symbol.exp: New file.
15123         * gdb.guile/scm-symtab-2.c: New file.
15124         * gdb.guile/scm-symtab.c: New file.
15125         * gdb.guile/scm-symtab.exp: New file.
15126         * gdb.guile/scm-type.c: New file.
15127         * gdb.guile/scm-type.exp: New file.
15128         * gdb.guile/scm-value-cc.cc: New file.
15129         * gdb.guile/scm-value-cc.exp: New file.
15130         * gdb.guile/scm-value.c: New file.
15131         * gdb.guile/scm-value.exp: New file.
15132         * gdb.guile/source2.scm: New file.
15133         * gdb.guile/types-module.cc: New file.
15134         * gdb.guile/types-module.exp: New file.
15135
15136 2014-02-10  Yao Qi  <yao@codesourcery.com>
15137
15138         PR testsuite/16543
15139         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15140         * configure: Regenerated.
15141         * Makefile.in: New file.
15142
15143 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
15144
15145         * gdb.python/py-framefilter.exp: Fix typo.
15146
15147 2014-02-08  Yao Qi  <yao@codesourcery.com>
15148
15149         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15150         that no =breakpoint-modified is emitted when breakpoints are
15151         modified through MI commands.
15152
15153 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
15154             Pedro Alves  <palves@redhat.com>
15155
15156         * gdb.threads/step-after-sr-lock.c: New file.
15157         * gdb.threads/step-after-sr-lock.exp: New file.
15158
15159 2014-02-07  Pedro Alves  <palves@redhat.com>
15160
15161         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15162
15163 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
15164
15165         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15166         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15167
15168 2014-02-06  Doug Evans  <xdje42@gmail.com>
15169
15170         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15171         output.
15172
15173         * gdb.gdb/python-interrupts.exp: New file.
15174
15175 2014-02-05  Yao Qi  <yao@codesourcery.com>
15176
15177         * gdb.trace/report.exp (use_collected_data): Test the output
15178         of "info threads" and "info inferiors".
15179
15180 2014-02-05  Yao Qi  <yao@codesourcery.com>
15181
15182         Revert this patch:
15183
15184         2013-05-24  Yao Qi  <yao@codesourcery.com>
15185
15186         * gdb.trace/tfile.exp: Test inferior and thread.
15187
15188 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15189
15190         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15191         on a function.
15192         * gdb.base/step-bt.c: Call hello via function pointer to make
15193         sure its first instruction is executed on powerpc64le-linux.
15194
15195 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15196
15197         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15198
15199 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15200
15201         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
15202         of the test patterns for use on little-endian systems.
15203
15204 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15205
15206         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15207         (decimal_vector): Fix for little-endian.
15208
15209 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
15210
15211         * gdb.arch/sparc-sysstep.exp: New file.
15212         * gdb.arch/sparc-sysstep.c: Likewise.
15213
15214         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15215
15216 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
15217
15218         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15219
15220 2014-01-23  Tom Tromey  <tromey@redhat.com>
15221
15222         * gdb.ada/array_char_idx: New testcase.
15223
15224 2014-01-23  Tom Tromey  <tromey@redhat.com>
15225
15226         PR python/16487:
15227         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15228         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15229         classes.
15230
15231 2014-01-23  Tom Tromey  <tromey@redhat.com>
15232
15233         PR python/16491:
15234         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15235         string from an inferior frame.
15236         * gdb.python/py-framefilter-mi.exp: Update.
15237
15238 2014-01-22  Doug Evans  <dje@google.com>
15239
15240         * gdb.server/server-mon.exp: Add tests for "set debug-format".
15241
15242 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15243
15244         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15245
15246 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15247
15248         * gdb.trace/entry-values.exp: Remove excess space character from
15249         regex patterns.  Handle s390 call instruction.
15250
15251 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15252
15253         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15254         define "*_start" label.  Make "name" static.
15255         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15256         ${name} by references to ${name}_start.
15257
15258 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15259
15260         * gdb.base/info-macros.exp: Remove "debug" from the compile
15261         options.
15262
15263 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
15264
15265         * gdb.dlang/demangle.exp: New file.
15266
15267 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
15268
15269         * gdb.dlang/primitive-types.exp: New file.
15270
15271 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
15272
15273         * configure.ac: Create gdb.dlang/Makefile.
15274         * configure: Regenerate.
15275         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15276         * gdb.dlang/Makefile.in: New file.
15277         * lib/d-support.exp: New file.
15278         * lib/gdb.exp (skip_d_tests): New proc.
15279
15280 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15281
15282         * gdb.btrace/delta.exp: Check reverse stepi.
15283         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
15284         * gdb.btrace/finish.exp: New.
15285         * gdb.btrace/next.exp: New.
15286         * gdb.btrace/nexti.exp: New.
15287         * gdb.btrace/record_goto.c: Add comments.
15288         * gdb.btrace/step.exp: New.
15289         * gdb.btrace/stepi.exp: New.
15290         * gdb.btrace/multi-thread-step.c: New.
15291         * gdb.btrace/multi-thread-step.exp: New.
15292         * gdb.btrace/rn-dl-bind.c: New.
15293         * gdb.btrace/rn-dl-bind.exp: New.
15294         * gdb.btrace/data.c: New.
15295         * gdb.btrace/data.exp: New.
15296         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15297
15298 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15299
15300         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15301         * gdb.btrace/exception.exp: Update.
15302         * gdb.btrace/instruction_history.exp: Update.
15303         * gdb.btrace/record_goto.exp: Update.
15304         * gdb.btrace/tailcall.exp: Update.
15305         * gdb.btrace/unknown_functions.exp: Update.
15306         * gdb.btrace/delta.exp: New.
15307
15308 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15309
15310         * gdb.btrace/record_goto.exp: Add backtrace test.
15311         * gdb.btrace/tailcall.exp: Add backtrace test.
15312
15313 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15314
15315         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15316         * gdb.btrace/record_goto.c: New.
15317         * gdb.btrace/record_goto.exp: New.
15318         * gdb.btrace/x86-record_goto.S: New.
15319
15320 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15321
15322         * gdb.btrace/function_call_history.exp: Update tests.
15323         * gdb.btrace/instruction_history.exp: Update tests.
15324
15325 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15326
15327         * gdb.btrace/function_call_history.exp: Fix expected field
15328         order for "record function-call-history".
15329         Add new tests for "record function-call-history /c".
15330         * gdb.btrace/exception.cc: New.
15331         * gdb.btrace/exception.exp: New.
15332         * gdb.btrace/tailcall.exp: New.
15333         * gdb.btrace/x86-tailcall.S: New.
15334         * gdb.btrace/x86-tailcall.c: New.
15335         * gdb.btrace/unknown_functions.c: New.
15336         * gdb.btrace/unknown_functions.exp: New.
15337         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15338
15339 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15340
15341         * gdb.btrace/instruction_history.exp: Update.
15342         * gdb.btrace/function_call_history.exp: Update.
15343
15344 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15345
15346         * gdb.btrace/function_call_history.exp: Fix expected function
15347         trace.
15348         * gdb.btrace/instruction_history.exp: Initialize traced.
15349         Remove traced_functions.
15350
15351 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15352
15353         * gdb.btrace/function_call_history.exp: Update
15354         * gdb.btrace/instruction_history.exp: Update.
15355
15356 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15357
15358         * gdb.btrace/enable.exp: Update expected text.
15359
15360 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
15361
15362         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15363         bytes.
15364
15365 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
15366
15367         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15368
15369 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
15370
15371         * lib/gdb.exp (supports_process_record): Return true for
15372         arm*-linux*.  (supports_reverse): Likewise.
15373
15374 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
15375
15376         PR python/15464
15377         PR python/16113
15378         * gdb.python/py-type.c: Enhance test case.
15379         * gdb.python/py-value-cc.cc: Likewise
15380         * gdb.python/py-type.exp: Add new tests.
15381         * gdb.python/py-value-cc.exp: Likewise
15382
15383 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15384             Pedro Alves <palves@redhat.com>
15385
15386         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15387         Make "name" extern.
15388         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15389         references to ${name}_start by references to ${name}.
15390
15391 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
15392
15393         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15394
15395 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
15396
15397         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15398
15399 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
15400             Pedro Alves  <palves@redhat.com>
15401
15402         * gdb.mi/mi-info-os.exp: Connect to the target with
15403         mi_gdb_target_load.
15404
15405 2014-01-08  Pedro Alves  <palves@redhat.com>
15406
15407         * gdb.threads/reconnect-signal.c: New file.
15408         * gdb.threads/reconnect-signal.exp: New file.
15409
15410 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
15411
15412         * gdb.base/source-dir.exp: New file.
15413
15414 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
15415
15416         * gdb.ada/mi_interface: New testcase.
15417
15418 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
15419
15420         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15421         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15422         gdb.ada/pp-rec-component/pck.ads: New files.
15423
15424 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
15425
15426         * gdb.python/py-pp-integral.c: New file.
15427         * gdb.python/py-pp-integral.py: New file.
15428         * gdb.python/py-pp-integral.exp: New file.
15429
15430 For older changes see ChangeLog-1993-2013.
15431 \f
15432 ;; Local Variables:
15433 ;; mode: change-log
15434 ;; left-margin: 8
15435 ;; fill-column: 74
15436 ;; version-control: never
15437 ;; End:
15438
15439     Copyright 2014-2019 Free Software Foundation, Inc.
15440   Copying and distribution of this file, with or without modification,
15441   are permitted provided the copyright notice and this notice are preserved.