Style print_address_symbolic
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2018-12-28  Tom Tromey  <tom@tromey.com>
2
3         * gdb.base/style.exp: Add test for print_address_symbolic.
4
5 2018-12-28  Tom Tromey  <tom@tromey.com>
6
7         * gdb.base/style.exp: Add test for breakpoint setting.
8
9 2018-12-28  Tom Tromey  <tom@tromey.com>
10
11         * gdb.base/style.exp: Add test for variable names.
12
13 2018-12-28  Tom Tromey  <tom@tromey.com>
14
15         * gdb.base/style.exp: New file.
16         * gdb.base/style.c: New file.
17
18 2018-12-28  Tom Tromey  <tom@tromey.com>
19
20         * lib/gdb.exp (gdb_init): Set the TERM environment variable to
21         "dumb".
22         * gdb.base/readline.exp (operate_and_get_next): Save and restore
23         the TERM environment variable.
24
25 2018-12-27  Tom Tromey  <tom@tromey.com>
26
27         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
28         pagination test.
29
30 2018-12-24  Andrew Burgess  <andrew.burgess@embecosm.com>
31
32         * gdb.dwarf2/dw2-unusual-field-names.c: New file.
33         * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
34
35 2018-12-24  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
36
37         * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
38         Filename a.adb changed to bp_fun_addr.adb.
39         gdb.ada/bp_fun_addr.exp: Update test accordingly.
40
41 2018-12-21  Jan Vrany  <jan.vrany@fit.cvut.cz>
42
43         * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
44         non-PIE executables.
45         * README: Mention the gdb,nopie_flag board setting.
46         * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
47         non-PIE executable.
48         * gdb.arch/amd64-entry-value.exp: Likewise.
49         * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
50         * gdb.arch/i386-float.exp: Likewise.
51         * gdb.arch/i386-signal.exp: Likewise.
52         * gdb.mi/mi-reg-undefined.exp: Likewise.
53
54 2018-12-21  Paul Marechal  <paul.marechal@ericsson.com>
55
56         PR gdb/23974
57         * gdb.base/info-os.exp: Check return for unknown "info os" type.
58
59 2018-12-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
60
61         * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
62         Update order of results accordingly.
63
64 2018-12-12  Andrew Burgess  <andrew.burgess@embecosm.com>
65
66         * gdb.base/annota1.exp: Update a test regexp.
67
68 2018-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
69
70         * gdb.base/float.exp: Handle RISC-V targets without an FPU.
71
72 2018-12-09  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
73
74         * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
75         (reuse_time): Initialize to REUSE_TIME_CAP.
76         (check_rc): New function.
77         (main): Use REUSE_TIME_CAP instead of hardcoded 60.
78         Check pthread_create rc.
79         (spawner_thread_func): Check pthread_create and pthread_join rc.
80
81 2018-12-08  Pedro Alves  <palves@redhat.com>
82
83         * gdb.base/list.exp (test_forward_search): Rename to ...
84         (test_forward_reverse_search): ... this.  Also test reverse-search
85         and the forward-search alias.
86
87 2018-12-05  Andrew Burgess  <andrew.burgess@embecosm.com>
88
89         * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
90         local timeout variable before return, and remove all local timeout
91         variable entirely.
92         (gdb_load): Likewise.
93
94 2018-12-01  Tom de Vries  <tdevries@suse.de>
95
96         * gdb.base/gdb-caching-proc.exp: New file.
97
98 2018-11-25  Sergio Durigan Junior  <sergiodj@redhat.com>
99
100         * Makefile.in (TIMESTAMP): New variable.
101         (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
102         command.
103         (check-single-racy): Likewise.
104         (check/%.exp): Likewise.
105         (check-racy/%.exp): Likewise.
106         (workers/%.worker): Likewise.
107         (build-perf): Likewise.
108         (check-perf): Likewise.
109         * README: Describe new "TS" and "TS_FORMAT" variables.
110         * print-ts.py: New file.
111
112 2018-11-21  Benno Fünfstück  <benno.fuenfstueck@gmail.com>
113
114         PR python/23714
115         * gdb.python/python.exp: Test command repetition after
116         gdb.execute.
117
118 2018-11-20  Andrew Burgess  <andrew.burgess@embecosm.com>
119
120         * gdb.opt/inline-break.exp: Add test that info breakpoint output
121         is correctly aligned.
122
123 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
124
125         * gdb.ada/info_auto_lang.exp: New testcase.
126         * gdb.ada/info_auto_lang/global_pack.ads: New file.
127         * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
128         * gdb.ada/info_auto_lang/some_c.c: New file.
129
130 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
131
132         * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
133         FUNC_lang language syntax.
134
135 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
136
137         * gdb.base/info_minsym.c: New file.
138         * gdb.base/info_minsym.exp: New file.
139
140 2018-11-19  Tom Tromey  <tom@tromey.com>
141
142         PR rust/23625:
143         * gdb.rust/simple.exp: Add ptype test.  Update expected output.
144         * gdb.rust/expr.exp: Update expected output.  Change one test.
145
146 2018-11-19  Tom Tromey  <tom@tromey.com>
147
148         * gdb.rust/simple.rs: Don't initialize empty_enum_value.
149
150 2018-11-19  Pedro Alves  <palves@redhat.com>
151
152         * gdb.base/warning.exp: Don't override INTERNAL_FLAGS.  Use
153         gdb_spawn_with_cmdline_opts instead of gdb_start.  Check that we
154         see the expected warning.
155
156 2018-11-16  Alan Hayward  <alan.hayward@arm.com>
157
158         PR gdb/22736:
159         * gdb.cp/infcall-nodebug-lib.c: New test.
160         * gdb.cp/infcall-nodebug-main.c: New test.
161         * gdb.cp/infcall-nodebug.exp: New file.
162
163 2018-11-12  Simon Marchi  <simon.marchi@polymtl.ca>
164
165         * gdb.base/skip.exp: Add standard_testfile.  Add "skip delete"
166         completer tests.
167
168 2018-11-09  Tom de Vries  <tdevries@suse.de>
169
170         * gdb.base/msym-lang.c: New test.
171         * gdb.base/msym-lang.exp: New file.
172         * gdb.base/msym-lang-main.c: New test.
173
174 2018-11-08  Tom Tromey  <tom@tromey.com>
175
176         PR gdb/23555:
177         PR gdb/23838:
178         * gdb.base/warning.exp: New file.
179
180 2018-11-08  Jan Beulich  <jbeulich@suse.com>
181
182         * testsuite/gdb.arch/i386-avx512.c,
183         testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
184
185 2018-11-08  Andrew Burgess  <andrew.burgess@embecosm.com>
186
187         * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
188         point hardware.
189
190 2018-11-07  Andrew Burgess  <andrew.burgess@embecosm.com>
191
192         * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
193         * gdb.dwarf2/missing-type-name.exp: New file.
194
195 2018-11-06  Tom de Vries  <tdevries@suse.de>
196
197         * gdb.base/many-headers.c: New test.
198         * gdb.base/many-headers.exp: New file.
199
200 2018-11-06  Jim Wilson  <jimw@sifive.com>
201
202         * gdb.base/code_elim.exp: For riscv, set additional_flags
203         to include -msmall-data-limit=0.
204
205 2018-11-01  Joel Brobecker  <brobecker@adacore.com>
206
207         * gdb.ada/watch_minus_l: New testcase.
208
209 2018-11-01  Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
210
211         * gdb.arch/aix-sighandle.c: New file.
212         * gdb.arch/aix-sighandle.exp: New file.
213
214 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
215
216         * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
217         registers being unions.
218
219 2018-10-31  Tom de Vries  <tdevries@suse.de>
220
221         * lib/valgrind.exp: New file.
222          (vgdb_start, vgdb_stop): New procs, factored out of ...
223         * gdb.base/valgrind-bt.exp: ... here, ...
224         * gdb.base/valgrind-disp-step.exp: ... here and ...
225         * gdb.base/valgrind-infcall.exp: ... here.
226
227 2018-10-31  Tom de Vries  <tdevries@suse.de>
228
229         * lib/gdb.exp (get_valueof): Don't output read value in test name.
230
231 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
232
233         * gdb.dwarf2/void-type.c: New file.
234         * gdb.dwarf2/void-type.exp: New file.
235
236 2018-10-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
237
238         * gdb.base/info_qt.c: New file.
239         * gdb.base/info_qt.exp: New file.
240
241 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
242
243         * gdb.arch/powerpc-htm-regs.c: New file.
244         * gdb.arch/powerpc-htm-regs.exp: New file.
245
246 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
247
248         * gdb.arch/powerpc-tar.c: New file.
249         * gdb.arch/powerpc-tar.exp: New file.
250
251 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
252
253         * gdb.arch/powerpc-ppr-dscr.c: New file.
254         * gdb.arch/powerpc-ppr-dscr.exp: New file.
255
256 2018-10-25  Tom de Vries  <tdevries@suse.de>
257
258         * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
259
260 2018-10-24  Tom de Vries  <tdevries@suse.de>
261
262         * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
263         longer exists error.
264
265 2018-10-24  Tom de Vries  <tdevries@suse.de>
266
267         * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
268
269 2018-10-24  Tom de Vries  <tdevries@suse.de>
270
271         * gdb.base/valgrind-db-attach.exp: Handle removed support for
272         --db-attach in valgrind.
273
274 2018-10-23  Andrew Burgess  <andrew.burgess@embecosm.com>
275
276         * gdb.arch/riscv-reg-aliases.c: New file.
277         * gdb.arch/riscv-reg-aliases.exp: New file.
278
279 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
280
281         * gdb.python/py-cmd.exp: Check for gdb_prompt.
282
283 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
284
285         * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
286
287 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
288
289         * gdb.cp/ovldbreak.exp: Fix regexps.
290
291 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
292
293         * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
294
295 2018-10-18  Sergio Durigan Junior  <sergiodj@redhat.com>
296
297         PR cli/23785
298         * gdb.base/restore.exp: New test to check if "restore" with an
299         invalid file doesn't segfault.
300
301 2018-10-18  Tom de Vries  <tdevries@suse.de>
302
303         * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
304         * gdb.ada/excep_handle.exp: Same.
305         * gdb.ada/mi_string_access.exp: Same.
306         * gdb.ada/mi_var_union.exp: Same.
307         * gdb.arch/arc-analyze-prologue.exp: Same.
308         * gdb.arch/arc-decode-insn.exp: Same.
309         * gdb.base/readnever.exp: Same.
310         * gdb.fortran/printing-types.exp: Same.
311         * gdb.guile/scm-lazy-string.exp: Same.
312
313 2018-10-16  Tom de Vries  <tdevries@suse.de>
314
315         PR gdb/23730
316         * gdb.base/catch-follow-exec.c: Add copyright notice.
317         * gdb.base/catch-follow-exec.exp: Rewrite to use
318         gdb_spawn_with_cmdline_opts.  Require gdb-native.
319
320 2018-10-12  Sandra Loosemore  <sandra@codesourcery.com>
321
322         * gdb.trace/actions-changed.exp: Check for arch support.
323         * gdb.trace/actions.exp: Likewise.
324         * gdb.trace/ax.exp: Likewise.
325         * gdb.trace/backtrace.exp: Likewise.
326         * gdb.trace/change-loc.exp: Likewise.
327         * gdb.trace/deltrace.exp: Likewise.
328         * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
329         * gdb.trace/ftrace.exp: Likewise.
330         * gdb.trace/infotrace.exp: Check for arch support.
331         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
332         * gdb.trace/mi-tracepoint-changed.exp: Likewise.
333         * gdb.trace/mi-tsv-changed.exp: Likewise.
334         * gdb.trace/packetlen.exp: Likewise.
335         * gdb.trace/passc-dyn.exp: Likewise.
336         * gdb.trace/passcount.exp: Likewise.
337         * gdb.trace/pending.exp: Likewise.
338         * gdb.trace/range-stepping.exp: Check for shlib support.
339         * gdb.trace/report.exp: Check for arch support.
340         * gdb.trace/save-trace.exp: Likewise.
341         * gdb.trace/signal.exp: Check for signal support.
342         * gdb.trace/tfind.exp: Check for arch support.
343         * gdb.trace/trace-break.exp: Check for arch and shlib support.
344         * gdb.trace/trace-common.h: Add comment.
345         * gdb.trace/trace-condition.exp: Check for shlib and arch support.
346         * gdb.trace/trace-enable-disable.exp: Likewise.
347         * gdb.trace/trace-mt.exp: Likewise.  Remove redundant untested call.
348         * gdb.trace/tracecmd.exp: Check for arch support.
349         * gdb.trace/tspeed.exp: Check for shlib and target support.
350         * gdb.trace/tstatus.exp: Check for arch support.
351         * gdb.trace/tsv.exp: Likewise.
352         * gdb.trace/while-dyn.exp: Likewise.
353         * gdb.trace/while-stepping.exp: Likewise.
354         * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
355
356 2018-10-12  Simon Marchi  <simon.marchi@ericsson.com>
357
358         * gdb.trace/tspeed.exp: Remove nowarnings.
359         (prepare_for_trace_test): Declare "global ipalib".
360         * gdb.trace/tspeed.c: Include unistd.h.
361         (main): Remove superfluous printf argument.
362
363 2018-10-11  Sandra Loosemore  <sandra@codesourcery.com>
364
365         * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
366         directory prefix on the filename.
367
368 2018-10-10  Sergio Durigan Junior  <sergiodj@redhat.com>
369
370         * gdb.gdb/unittest.exp: Update expected message informing that
371         selftests have been disabled.
372         * gdb.server/unittest.exp: Likewise.
373
374 2018-10-09  Tom de Vries  <tdevries@suse.de>
375
376         * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
377         with runto_main.
378
379 2018-10-08  Weimin Pan  <weimin.pan@oracle.com>
380
381         PR c++/16841
382         * gdb.cp/virtbase2.cc: New file.
383         * gdb.cp/virtbase2.exp: New file.
384
385 2018-10-06  Tom Tromey  <tom@tromey.com>
386
387         PR python/19399:
388         * gdb.python/py-inferior.exp: Add architecture test.
389
390 2018-10-06  Tom Tromey  <tom@tromey.com>
391
392         * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
393         * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
394
395 2018-10-06  Tom Tromey  <tom@tromey.com>
396
397         * gdb.python/py-breakpoint.exp (check_last_event): Check location
398         of a "throw" catchpoint.
399
400 2018-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
401
402         * gdb.base/info-proc.exp: Update string expected from "help info
403         proc".
404
405 2018-10-04  Tom Tromey  <tom@tromey.com>
406
407         * gdb.cp/maint.exp (test_invalid_name): Update expected output.
408         * gdb.gdb/complaints.exp (test_short_complaints): Remove.
409         (test_initial_complaints, test_empty_complaints): Update.
410         * gdb.dwarf2/dw2-stack-boundary.exp: Update.
411
412 2018-10-04  Tom Tromey  <tom@tromey.com>
413
414         PR cli/19551:
415         * lib/mi-support.exp (mi_gdb_file_cmd): Update.
416         * lib/gdb.exp (gdb_file_cmd): Update.
417         * gdb.stabs/weird.exp (print_weird_var): Update.
418         * gdb.server/solib-list.exp: Update.
419         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
420         * gdb.mi/mi-cli.exp: Update.
421         * gdb.linespec/linespec.exp: Update.
422         * gdb.dwarf2/dw2-stack-boundary.exp: Update.
423         * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
424         * gdb.cp/cp-relocate.exp: Update.
425         * gdb.base/sym-file.exp: Update.
426         * gdb.base/relocate.exp: Update.
427         * gdb.base/readnever.exp: Update.
428         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
429         * gdb.base/kill-detach-inferiors-cmd.exp: Update.
430         * gdb.base/dbx.exp (gdb_file_cmd): Update.
431         * gdb.base/code_elim.exp: Update.
432         * gdb.base/break-unload-file.exp (test_break): Update.
433         * gdb.base/break-interp.exp (test_attach_gdb): Update.
434         * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
435         Update.
436         * gdb.base/attach.exp (do_attach_tests): Update.
437         * gdb.base/sepdebug.exp: Update.
438         * gdb.python/py-section-script.exp: Update.
439
440 2018-10-04  Tom Tromey  <tom@tromey.com>
441
442         PR cli/22234:
443         * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
444         * gdb.gdb/complaints.exp (test_short_complaints): Update expected
445         output.
446
447 2018-10-04  Tom Tromey  <tom@tromey.com>
448
449         * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
450         set width and height to 0.
451         (test_command_line_attach_run): Use -quiet.
452
453 2018-10-03  Sandra Loosemore  <sandra@codesourcery.com>
454
455         * lib/gdb.exp (skip_ifunc_tests): New.
456         * gdb.base/gnu-ifunc.exp: Skip if no ifunc support.  Handle
457         other compile failures.
458         * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
459
460 2018-10-01  Simon Marchi  <simon.marchi@ericsson.com>
461
462         * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
463         is_amd64_regs_target.
464
465 2018-10-01  Alan Hayward  <alan.hayward@arm.com>
466
467         * gdb.arch/aarch64-sighandler-regs.c: New test.
468         * gdb.arch/aarch64-sighandler-regs.exp: New file.
469         * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
470
471 2018-10-01  Markus Metzger  <markus.t.metzger@intel.com>
472
473         * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
474         assembly.
475
476 2018-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
477
478         * gdb.base/frame-selection.exp: New file.
479         * gdb.base/frame-selection.c: New file.
480
481 2018-09-27  Alan Hayward  <alan.hayward@arm.com>
482
483         * gdb.threads/check-libthread-db.c (thread_routine): Use a
484         pthread barrier.
485         (main): Likewise.
486
487 2018-09-26  Andrew Burgess  <andrew.burgess@embecosm.com>
488
489         * gdb.base/large-frame-1.c: New file.
490         * gdb.base/large-frame-2.c: New file.
491         * gdb.base/large-frame.exp: New file.
492         * gdb.base/large-frame.h: New file.
493
494 2018-09-24  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
495
496         PR gdb/20948
497         * gdb.base/write_mem.exp: New test.
498         * gdb.base/write_mem.c: Likewise.
499
500 2018-09-23  Tom Tromey  <tom@tromey.com>
501
502         PR python/18852:
503         * gdb.python/py-parameter.exp: Add test for parameter that throws
504         on "set".
505
506 2018-09-23  Tom Tromey  <tom@tromey.com>
507
508         PR python/17284:
509         * gdb.python/py-template.exp (test_template_arg): Add test for
510         negative template argument number.
511
512 2018-09-23  Tom Tromey  <tom@tromey.com>
513
514         PR python/14062:
515         * gdb.python/python.exp: Add test for post_event error.
516
517 2018-09-23  Tom Tromey  <tom@tromey.com>
518
519         PR python/18170:
520         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
521         convert pointers to int and long.
522
523 2018-09-23  Tom Tromey  <tom@tromey.com>
524
525         PR python/20126:
526         * gdb.python/py-value.exp (test_value_numeric_ops): Add
527         signed-ness conversion tests.
528
529 2018-09-23  Tom Tromey  <tom@tromey.com>
530
531         PR python/18352;
532         * gdb.python/py-value.exp (test_float_conversion): New proc.
533         Use it.
534
535 2018-09-20  Hafiz Abid Qadeer  <abidh@codesourcery.com>
536
537         gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
538
539 2018-09-18  Sandra Loosemore  <sandra@codesourcery.com>
540
541         * gdb.base/complete-empty.exp: Skip tab-completion tests if
542         no readline.
543         * gdb.base/utf8-identifiers.exp: Likewise.
544         * gdb.cp/cpcompletion.exp: Likewise.
545         * gdb.linespec/cpcompletion.exp: Likewise.
546         * gdb.linespec/cpls-abi-tag.exp: Likewise.
547         * gdb.linespec/cpls-ops.exp: Likewise.
548
549 2018-09-19  Richard Bunt  <richard.bunt@arm.com>
550             Chris January  <chris.january@arm.com>
551
552         * gdb.cp/koenig.exp: Extend to test logical short circuiting.
553         * gdb.fortran/short-circuit-argument-list.exp: New file.
554         * gdb.fortran/short-circuit-argument-list.f90: New test.
555
556 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
557
558         * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
559         "arch=" keyword when executing "-stack-list-frames".
560
561 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
562
563         * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
564         "arch=" keyword when executing "-stack-list-frames".
565
566 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
567
568         * gdb.ada/complete.exp: Expect for "@" when doing "complete
569         break ada".
570
571 2018-09-17  Simon Marchi  <simon.marchi@polymtl.ca>
572
573         PR python/23669
574         * gdb.python/python.exp: Test gdb.execute("show commands").
575
576 2018-09-16  Tom Tromey  <tom@tromey.com>
577
578         * gdb.base/new-ui.exp (do_execution_tests): Update.
579         * gdb.base/dbx.exp (test_breakpoints): Update.
580
581 2018-09-14  Alan Hayward  <alan.hayward@arm.com>
582
583         * lib/gdb.exp (gdb_simple_compile): Add proc.
584         (is_elf_target): Use gdb_simple_compile.
585         (skip_altivec_tests): Likewise.
586         (skip_vsx_tests): Likewise.
587         (skip_tsx_tests): Likewise.
588         (skip_btrace_tests): Likewise.
589         (skip_btrace_pt_tests): Likewise.
590         (gdb_can_simple_compile): Likewise.
591         (gdb_has_argv0): Likewise.
592         (gdb_target_symbol_prefix): Likewise.
593         (target_supports_scheduler_locking): Likewise.
594
595 2018-09-13  Tom Tromey  <tom@tromey.com>
596
597         * Makefile.in (TAGS): Recognize proc_with_prefix and
598         gdb_caching_proc.
599
600 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
601
602         * gdb.python/py-progspace.exp: Test the Progspace.objfiles
603         method.
604
605 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
606
607         * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
608         and a few other Inferior properties when the Inferior is no
609         longer valid.
610
611 2018-09-13  Tom Tromey  <tom@tromey.com>
612
613         PR rust/23650:
614         * gdb.rust/simple.exp: Add test for enum field access error.
615
616 2018-09-13  Tom Tromey  <tom@tromey.com>
617
618         PR rust/23626:
619         * gdb.rust/simple.rs (EmptyEnum): New type.
620         (main): Use it.
621         * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
622
623 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
624
625         * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
626         * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
627         * gdb.python/py-symtab.exp: Update test printing an objfile.
628
629 2018-09-12  Simon Marchi  <simon.marchi@ericsson.com>
630
631         * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
632         object.
633
634 2018-09-12  Alan Hayward  <alan.hayward@arm.com>
635
636         * lib/gdb.exp (gdb_can_simple_compile): Add proc.
637         (support_complex_tests): Use gdb_can_simple_compile.
638         (is_ilp32_target): Likewise.
639         (is_lp64_target): Likewise.
640         (is_64_target): Likewise.
641         (is_amd64_regs_target): Likewise.
642         (is_aarch32_target): Likewise.
643         (gdb_int128_helper): Likewise.
644
645 2018-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
646
647         * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
648
649 2018-09-10  Jerome Guitton  <guitton@adacore.com>
650
651         * gdb.ada/same_component_name: Add test for case of tagged record
652         with variable-length fields.
653
654 2018-09-10  Xavier Roirand  <roirand@adacore.com>
655
656         * gdb.ada/access_to_unbounded_array.exp: New testcase.
657         * gdb.ada/access_to_unbounded_array/foo.adb: New file.
658         * gdb.ada/access_to_unbounded_array/pack.adb: New file.
659         * gdb.ada/access_to_unbounded_array/pack.ads: New file.
660
661 2018-09-10  Xavier Roirand  <roirand@adacore.com>
662
663         * gdb.ada/mi_string_access.exp: New testcase.
664         * gdb.ada/mi_string_access/bar.adb: New file.
665         * gdb.ada/mi_string_access/pck.adb: New file.
666         * gdb.ada/mi_string_access/pck.asd: New file.
667
668 2018-09-10  Xavier Roirand  <roirand@adacore.com>
669
670         * gdb.ada/mi_var_union.exp: New testcase.
671         * gdb.ada/mi_var_union/bar.adb: New file.
672         * gdb.ada/mi_var_union/pck.adb: New file.
673         * gdb.ada/mi_var_union/pck.asd: New file.
674
675 2018-09-08  Tom Tromey  <tom@tromey.com>
676
677         * gdb.python/py-prettyprint.exp: Use with_test_prefix.
678
679 2018-09-08  Tom Tromey  <tom@tromey.com>
680
681         PR python/16047:
682         * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
683         (register_pretty_printers): Register new printer.
684         * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
685         test.
686         * gdb.python/py-prettyprint.c (int_type3): New typedef.
687         (an_int_type3): New global.
688
689 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
690
691         * gdb.ada/expr_with_funcall: New testcase.
692
693 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
694
695         * gdb.ada/packed_array_assign: New testcase.
696
697 2018-09-07  Andrew Burgess  <andrew.burgess@embecosm.com>
698
699         * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
700         names, and add test prefixes to make test names unique.
701
702 2018-09-05  Tom de Vries  <tdevries@suse.de>
703
704         * gdb.dwarf2/varval.exp: Add test.
705
706 2018-09-04  Gary Benson <gbenson@redhat.com>
707
708         * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
709         'eof' before 'wait -i'.  Use remote_close and clear_gdb_spawn_id.
710
711 2018-08-31  Tom Tromey  <tom@tromey.com>
712
713         * gdb.rust/simple.rs: Rename second variable "v".
714
715 2018-08-30  Andrew Burgess  <andrew.burgess@embecosm.com>
716
717         * gdb.base/funcargs.c (use_a): New function.
718         (recurse): Call use_a.
719
720 2018-08-29  Keith Seitz  <keiths@redhat.com>
721
722         * gdb.compile/compile-cplus-anonymous.cc: New file.
723         * gdb.compile/compile-cplus-anonymous.exp: New file.
724         * gdb.compile/compile-cplus-array-decay.cc: New file.
725         * gdb.compile/compile-cplus-array-decay.exp: New file.
726         * gdb.compile/compile-cplus-inherit.cc: New file.
727         * gdb.compile/compile-cplus-inherit.exp: New file.
728         * gdb.compile/compile-cplus-member.cc: New file.
729         * gdb.compile/compile-cplus-member.exp: New file.
730         * gdb.compile/compile-cplus-method.cc: New file.
731         * gdb.compile/compile-cplus-method.exp: New file.
732         * gdb.compile/compile-cplus-mod.c: "New" file.
733         * gdb.compile/compile-cplus-namespace.cc: New file.
734         * gdb.compile/compile-cplus-namespace.exp: New file.
735         * gdb.compile/compile-cplus-nested.cc: New file.
736         * gdb.compile/compile-cplus-nested.exp: New file.
737         * gdb.compile/compile-cplus-print.c: "New" file.
738         * gdb.compile/compile-cplus-print.exp: "New" file.
739         * gdb.compile/compile-cplus-virtual.cc: New file.
740         * gdb.compile/compile-cplus-virtual.exp: New file.
741         * gdb.compile/compile-cplus.c: "New" file.
742         * gdb.compile/compile-cplus.exp: "New" file.
743         * lib/compile-support.exp: New file.
744
745 2018-08-16  Gary Benson <gbenson@redhat.com>
746
747         PR gdb/13000:
748         * gdb.base/batch-exit-status.exp: New file.
749         * gdb.base/batch-exit-status.good-commands: Likewise.
750         * gdb.base/batch-exit-status.bad-commands: Likewise.
751
752 2018-08-29  Alan Hayward  <alan.hayward@arm.com>
753
754         * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
755         (struct struct02): Likewise.
756         (struct struct03): Likewise.
757         (struct struct04): Likewise.
758         (struct struct_01_01): New struct.
759         (struct struct_01_02): Likewise.
760         (struct struct_01_03): Likewise.
761         (struct struct_01_04): Likewise.
762         (struct struct_02_01): Likewise.
763         (struct struct_02_02): Likewise.
764         (struct struct_02_03): Likewise.
765         (struct struct_02_04): Likewise.
766         (struct struct_04_01): Likewise.
767         (struct struct_04_02): Likewise.
768         (struct struct_04_03): Likewise.
769         (struct struct_04_04): Likewise.
770         (struct struct_05_01): Likewise.
771         (struct struct_05_02): Likewise.
772         (struct struct_05_03): Likewise.
773         (struct struct_05_04): Likewise.
774         (cmp_struct01): Remove function.
775         (cmp_struct02): Likewise.
776         (cmp_struct03): Likewise.
777         (cmp_struct04): Likewise.
778         (cmp_struct_01_01): Add Function.
779         (cmp_struct_01_02): Likewise.
780         (cmp_struct_01_03): Likewise.
781         (cmp_struct_01_04): Likewise.
782         (cmp_struct_02_01): Likewise.
783         (cmp_struct_02_02): Likewise.
784         (cmp_struct_02_03): Likewise.
785         (cmp_struct_02_04): Likewise.
786         (cmp_struct_04_01): Likewise.
787         (cmp_struct_04_02): Likewise.
788         (cmp_struct_04_03): Likewise.
789         (cmp_struct_04_04): Likewise.
790         (cmp_struct_05_01): Likewise.
791         (cmp_struct_05_02): Likewise.
792         (cmp_struct_05_03): Likewise.
793         (cmp_struct_05_04): Likewise.
794         (call_all): Add new structs.
795         * gdb.base/infcall-nested-structs.exp: Likewise.
796
797 2018-08-27  Jan Vrany  <jan.vrany@fit.cvut.cz>
798
799         * gdb.python/py-framefilter-mi.exp: Update regexp to
800         check for "arch" field in frame output.
801
802 2018-08-23  Kevin Buettner  <kevinb@redhat.com>
803
804         * gdb.dwarf2/dw2-ranges-func.c: New file.
805         * gdb.dwarf2/dw2-ranges-func.exp: New file.
806
807 2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
808
809         * gdb.base/term.exp: Compare terminal settings with values from
810         the inferior.
811         * gdb.base/term.c: Get and set terminal settings.
812
813 2018-08-22  Jan Vrany  <jan.vrany@fit.cvut.cz>
814
815         * lib/mi-support.exp (mi_expect_stop): Update regexp to
816         accommodate new "arch" field in frame output.
817         * gdb.mi/mi-return.exp: Likewise.
818         * gdb.mi/mi-stack.exp: Likewise.
819         * gdb.mi/mi-syn-frame.exp: Likewise.
820         * gdb.mi/user-selected-context-sync.exp: Likewise.
821
822 2018-08-19  Michael Spang  <spang@google.com>
823
824         PR gdb/11786
825         * gdb.base/gcore-tls-pie.c: New file.
826         * gdb.base/gcore-tls-pie.exp: New file.
827
828 2018-08-18  Kevin Buettner  <kevinb@redhat.com>
829
830         * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
831         * gdb.dwarf2/varval.c: New file.
832         * gdb.dwarf2/varval.exp: New file.
833
834 2018-08-17  Alan Hayward  <alan.hayward@arm.com>
835
836         PR gdb/18931
837         * gdb.arch/aarch64-fp.c (main): Fix asm registers.
838
839 2018-08-16  Keith Seitz  <keiths@redhat.com>
840
841         * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
842         tests expected to pass.
843
844 2018-08-14  Jan Vrany  <jan.vrany@fit.cvut.cz>
845
846         * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
847         -data-disassemble -a.
848         (test_disassembly_bogus_args): Likewise.
849
850 2018-08-14  Andrew Burgess  <andrew.burgess@embecosm.com>
851
852         * gdb.mi/list-thread-groups-available.exp: Update test regexp.
853
854 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
855
856         * gdb.base/vla-optimized-out.exp: Add new test.
857
858 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
859
860         * gdb.base/vla-optimized-out-o3.exp: Delete.
861         * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
862         * gdb.base/vla-optimized-out.exp: Extend to cover all of the
863         deleted tests.
864
865 2018-08-08  Andrew Burgess  <andrew.burgess@embecosm.com>
866
867         PR gdb/18050:
868         * gdb.server/extended-remote-restart.c: New file.
869         * gdb.server/extended-remote-restart.exp: New file.
870
871 2018-08-07  Simon Marchi  <simon.marchi@polymtl.ca>
872
873         * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
874         "set variable index = 42".
875
876 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
877
878         * boards/index-cache-gdb.exp: New file.
879         * gdb.dwarf2/index-cache.exp: New file.
880         * gdb.dwarf2/index-cache.c: New file.
881         * gdb.base/maint.exp: Check if we are using the index cache.
882
883 2018-08-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
884
885         * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
886         MAKEFLAGS.
887
888 2018-08-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
889
890         * dg-extract-results.sh: Move to toplevel contrib.
891         * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
892         * Makefile.in (check-parallel-racy): Likewise.
893
894 2018-08-06  Andrew Burgess  <andrew.burgess@embecosm.com>
895
896         * lib/gdb.exp (target_supports_scheduler_locking): New proc.
897         * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
898         tests if the target supports scheduler locking.
899
900 2018-08-04  Tom de Vries  <tdevries@suse.de>
901
902         * gdb.python/py-rbreak.exp: Fix rbreak regexp.
903
904 2018-08-02  Tom Tromey  <tom@tromey.com>
905
906         PR symtab/16842.
907         * gdb.cp/temargs.exp: Test "info address" of a template
908         parameter.
909
910 2018-07-31  Jan Vrany  <jan.vrany@fit.cvut.cz>
911
912         * gdb.python/py-mi-var-info-path-expression.c: New file.
913         * gdb.python/py-mi-var-info-path-expression.py: New file.
914         * gdb.python/py-mi-var-info-path-expression.exp: New file.
915
916 2018-07-30  Sergio Durigan Junior  <sergiodj@redhat.com>
917
918         * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
919         error after "cannot resolve name" string.
920
921 2018-07-28  Andrew Burgess  <andrew.burgess@embecosm.com>
922
923         * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
924         started.
925         * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
926
927 2018-07-28  Tom de Vries  <tdevries@suse.de>
928
929         * gdb.base/vla-optimized-out-o3-strict.exp: New file.
930
931 2018-07-26  Tom de Vries  <tdevries@suse.de>
932
933         * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
934
935 2018-07-26  Andrew Burgess  <andrew.burgess@embecosm.com>
936
937         * gdb.base/maint.exp: Add check that dwarf unwinders control flag
938         is visible.
939
940 2018-07-26  Tom de Vries  <tdevries@suse.de>
941
942         PR breakpoints/23366
943         * gdb.base/catch-follow-exec.c: New test.
944         * gdb.base/catch-follow-exec.exp: New file.
945
946 2018-07-25  Tom de Vries  <tdevries@suse.de>
947
948         * gdb.base/vla-optimized-out-o3.exp: New file.  Reuse
949         vla-optimized-out.c.
950
951 2018-07-25  Jan Vrany  <jan.vrany@fit.cvut.cz>
952
953         * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
954         * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
955
956 2018-07-20  Tom de Vries  <tdevries@suse.de>
957
958         * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
959         NOCLONE macro.
960         * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
961
962 2018-07-19  Tom de Vries  <tdevries@suse.de>
963
964         * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
965         regular expression.
966
967 2018-07-18  Tom de Vries  <tdevries@suse.de>
968
969         * gdb.base/vla-optimized-out.c: New test.
970         * gdb.base/vla-optimized-out.exp: New file.
971
972 2018-07-13  Sergio Durigan Junior  <sergiodj@redhat.com>
973
974         * lib/gdbserver-support.exp (gdbserver_start): Expect for the
975         message "No address associated with hostname" when gdbserver
976         cannot resolve the hostname.
977
978 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
979
980         * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
981         Add some test prefixes to make tests unique.
982
983 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
984
985         * gdb.base/frameapply.c: New file.
986         * gdb.base/frameapply.exp: New file.
987
988 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
989
990         * gdb.base/skip.exp: Update expected error message.
991
992 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
993             Jan Kratochvil  <jan.kratochvil@redhat.com>
994             Paul Fertser  <fercerpav@gmail.com>
995             Tsutomu Seki  <sekiriki@gmail.com>
996
997         * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
998         parameter.
999         * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1000         by default.
1001         * boards/native-gdbserver.exp: Likewise.
1002         * gdb.server/run-without-local-binary.exp: Improve regexp used
1003         for detecting when a remote debugging connection succeeds.
1004         * gdb.server/server-connect.exp: New file.
1005         * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1006         Do not prefix the port number with ":".
1007         (gdbserver_start): New global GDB_TEST_SOCKETHOST.  Implement
1008         support for detecting and using it.  Add '$debughost_gdbserver'
1009         to the list of arguments used to start gdbserver.  Handle case
1010         when gdbserver cannot resolve a network name.
1011
1012 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
1013
1014         PR c++/23373
1015         * gdb.base/ptype-offsets.cc (struct static_member): New
1016         struct.
1017         (main) <stmember>: New variable.
1018         * gdb.base/ptype-offsets.exp: Add test for printing a struct
1019         with a static member in it.
1020
1021 2018-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
1022
1023         * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1024         watchpoints enabled and disabled.
1025
1026 2018-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1027
1028         * gdb.base/examine-backward.exp: Still run tests around address
1029         0x0, even if address 0x0 is not readable.  Update the pattern for
1030         matching address 0x0 in expected output.
1031
1032 2018-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1033
1034         * gdb.base/share-env-with-gdbserver.c (main): Add call to
1035         malloc/free.
1036
1037 2018-07-04  Tom de Vries  <tdevries@suse.de>
1038
1039         * gdb.dwarf2/dw2-error.exp: Update expected error message.
1040
1041 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
1042
1043         PR tdep/8282
1044         * gdb.arch/mips-disassembler-options.exp: New test.
1045         * gdb.arch/mips-disassembler-options.s: New test source.
1046
1047 2018-06-29  Pedro Alves  <palves@redhat.com>
1048
1049         * gdb.threads/names.exp: Adjust expected "info threads" output.
1050
1051 2018-06-29  Pedro Alves  <palves@redhat.com>
1052
1053         * gdb.opt/inline-break.exp (line number, address): Add "info
1054         break" tests.
1055
1056 2018-06-29  Pedro Alves  <palves@redhat.com>
1057
1058         * gdb.opt/inline-break.c (func1): Add "break here" marker.
1059         * gdb.opt/inline-break.exp: Test setting breakpoints by line
1060         number and address and running to them.
1061
1062 2018-06-29  Richard Bunt  <richard.bunt@arm.com>
1063
1064         * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1065
1066 2018-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1067
1068         * lib/compiler.c: Remove executable permission flag.
1069
1070 2018-06-28  Richard Bunt  <richard.bunt@arm.com>
1071
1072         * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1073         code.
1074         * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1075
1076 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
1077
1078         * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1079
1080 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
1081
1082         * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1083         address argument is omitted.
1084
1085 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
1086
1087         * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1088
1089 2018-06-27  Omair Javaid  <omair.javaid@linaro.org>
1090
1091         PR gdb/21695
1092         * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1093         * gdb.base/infoline-reloc-main-from-zero.c: New file.
1094
1095 2018-06-26  Tom Tromey  <tom@tromey.com>
1096
1097         PR rust/22574:
1098         * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1099         * gdb.rust/simple.rs (struct SimpleLayout): New.
1100
1101 2018-06-22  Simon Marchi  <simon.marchi@ericsson.com>
1102
1103         * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1104         "info registers" output.
1105
1106 2018-06-21  Richard Bunt  <richard.bunt@arm.com>
1107
1108         * gdb.base/watchpoint-hw-attach.c: New test.
1109         * gdb.base/watchpoint-hw-attach.exp: New file.
1110
1111 2018-06-20  Simon Marchi  <simon.marchi@ericsson.com>
1112
1113         * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1114         through /bin/sh.
1115         * boards/dwarf4-gdb-index.exp: Likewise.
1116         * boards/fission-dwp.exp: Likewise.
1117
1118 2018-06-20  Ulrich Weigand  <uweigand@de.ibm.com>
1119
1120         * gdb.base/float128.exp: Add comment and improved fail message
1121         to the failure case of "print large128" test.
1122
1123 2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
1124
1125         * configure.ac: Remove AC_PREREQ.
1126         * configure: Re-generate.
1127
1128 2018-06-19  Pedro Alves  <palves@redhat.com>
1129
1130         * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1131         (func_extern_caller): New.
1132         (main): Call func_extern_caller.
1133         * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1134         logic change.
1135
1136 2018-06-18  Weimin Pan  <weimin.pan@oracle.com>
1137
1138         PR gdb/16841
1139         * gdb.cp/typedef-base.cc: New file.
1140         * gdb.cp/typedef-base.exp: New file.
1141
1142 2018-06-18  Tom de Vries  <tdevries@suse.de>
1143
1144         * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1145
1146 2018-06-16  Andrew Burgess  <andrew.burgess@embecosm.com>
1147             Richard Bunt <Richard.Bunt@arm.com>
1148
1149         * gdb.threads/attach-slow-waitpid.c: New file.
1150         * gdb.threads/attach-slow-waitpid.exp: New file.
1151         * gdb.threads/slow-waitpid.c: New file.
1152
1153 2018-06-14  Pedro Alves  <palves@redhat.com>
1154
1155         * gdb.base/fork-running-state.c: Include <errno.h>.
1156         (exit_if_relative_exits): New.
1157         (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1158         exits.
1159         (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1160         child exits.
1161
1162 2018-06-14  Tom de Vries  <tdevries@suse.de>
1163
1164         PR cli/22573
1165         * gdb.base/finish-pretty.c: New test.
1166         * gdb.base/finish-pretty.exp: New file.
1167
1168 2018-06-14  Pedro Alves  <palves@redhat.com>
1169
1170         * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1171         gdb's expected startup output.
1172
1173 2018-06-14  Pedro Alves  <palves@redhat.com>
1174
1175         * lib/selftest-support.exp (selftest_setup): Remove inlined
1176         function handling.
1177
1178 2018-06-14  Tom de Vries  <tdevries@suse.de>
1179
1180         * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1181         matching of breakpoint printing.
1182
1183 2018-06-13  Tom de Vries  <tdevries@suse.de>
1184
1185         PR testsuite/23269
1186         * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1187         (fork_child): ... here, and ...
1188         (fork_parent): ... here.
1189
1190 2018-06-12  Tom de Vries  <tdevries@suse.de>
1191
1192         * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1193
1194 2018-06-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1195             Stephen Roberts  <stephen.roberts@arm.com>
1196
1197         * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1198         rewrite test to describe action performed, rather than possible
1199         failure.
1200
1201 2018-06-08  Gary Benson <gbenson@redhat.com>
1202
1203         * gdb.threads/check-libthread-db.exp: New file.
1204         * gdb.threads/check-libthread-db.c: Likewise.
1205
1206 2018-06-05  Tom Tromey  <tom@tromey.com>
1207
1208         * gdb.base/default.exp: Update expected "show version" output.
1209
1210 2018-06-05  Tom Tromey  <tom@tromey.com>
1211
1212         PR cli/12326:
1213         * gdb.cp/static-print-quit.exp: Update.
1214         * lib/gdb.exp (pagination_prompt): Update.
1215         * gdb.base/page.exp: Use pagination_prompt.  Add new tests.
1216         * gdb.python/python.exp: Update.
1217
1218 2018-06-04  Joel Brobecker  <brobecker@adacore.com>
1219
1220         * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1221
1222 2018-06-01  Joel Brobecker  <brobecker@adacore.com>
1223
1224         * gdb.ada/bp_fun_addr: New testcase.
1225
1226 2018-06-01  Tom Tromey  <tom@tromey.com>
1227
1228         * gdb.xml/tdesc-regs.exp (load_description): Update expected
1229         results.
1230         * gdb.dwarf2/method-ptr.exp: Set language to C++.
1231         * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1232         * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1233         * gdb.base/maint.exp (maint_pass_if): Update.
1234
1235 2018-05-31  Maciej W. Rozycki  <macro@mips.com>
1236
1237         * gdb.base/endian.exp: New test.
1238         * gdb.base/endian.c: New test source.
1239
1240 2018-05-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1241
1242         PR gdb/23203
1243         * gdb.base/bt-selected-frame.c: New file.
1244         * gdb.base/bt-selected-frame.exp: New file.
1245         * lib/gdb.exp (get_current_frame_number): New function.
1246
1247 2018-05-24  Maciej W. Rozycki  <macro@mips.com>
1248             Pedro Alves  <palves@redhat.com>
1249
1250         * gdb.threads/tls-core.c: Include <stdlib.h>
1251         (thread_proc): Call `abort'.
1252         * gdb.threads/tls-core.exp: Generate a core with core_find too.
1253         (tls_core_test): New procedure, bits factored out from ...
1254         (top level): ... here.  Test both native cores and gcore cores.
1255
1256 2018-05-23  Tom Tromey  <tom@tromey.com>
1257
1258         * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1259
1260 2018-05-23  Tom Tromey  <tom@tromey.com>
1261
1262         * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1263         symfile_complaints.
1264         (test_short_complaints): Likewise.
1265         (test_empty_complaints): Likewise.
1266         (test_initial_complaints): Update.
1267
1268 2018-05-23  Tom Tromey  <tom@tromey.com>
1269
1270         * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1271
1272 2018-05-23  Tom Tromey  <tom@tromey.com>
1273
1274         * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1275         (test_short_complaints): Update.
1276
1277 2018-05-22  Pedro Alves  <palves@redhat.com>
1278
1279         * gdb.base/remote.exp: Only gdb_start after compiling the
1280         testcase.  Issue "disconnect" before testing "set remote" command
1281         defaults.  Issue clean_restart before running to main.
1282
1283 2018-05-22  Pedro Alves  <palves@redhat.com>
1284
1285         * gdb.base/remote.exp: Adjust expected output of "show remote
1286         memory-write-packet-size".  Add tests for "set remote
1287         memory-write-packet-size 0" and "set remote
1288         memory-write-packet-size fixed/limit".
1289
1290 2018-05-22  Pedro Alves  <palves@redhat.com>
1291
1292         PR gdb/22973
1293         * gdb.base/utf8-identifiers.c: New file.
1294         * gdb.base/utf8-identifiers.exp: New file.
1295
1296 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
1297
1298         * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1299
1300 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
1301
1302         * gdb.arch/powerpc-vsx-gcore.exp: New file.
1303
1304 2018-05-18  Tom Tromey  <tom@tromey.com>
1305
1306         * gdb.base/ptype-offsets.exp: Update.
1307
1308 2018-05-17  Keith Seitz  <keiths@redhat.com>
1309
1310         * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1311         in expected breakpoint stop locations.
1312         * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1313         move to proper scope to test variable values.
1314         * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1315         (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1316         New functions.
1317         (main): Call not_inline_func3.
1318         * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1319         inline_func1, inline_func2, and inline_func3.  Test that when each
1320         breakpoint is hit, GDB properly reports both the stop location
1321         and the backtrace. Repeat tests for temporary breakpoints.
1322
1323 2018-05-15  Maciej W. Rozycki  <macro@mips.com>
1324
1325         * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1326         rather then trying to access it in determining whether the PID
1327         of `gdbserver' could have been retrieved.
1328
1329 2018-05-08  Andrew Burgess  <andrew.burgess@embecosm.com>
1330
1331         * gdb.arch/amd64-init-x87-values.S: New file.
1332         * gdb.arch/amd64-init-x87-values.exp: New file.
1333
1334 2018-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1335
1336         * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1337
1338 2018-05-04  Tom Tromey  <tom@tromey.com>
1339
1340         PR python/22730:
1341         * gdb.python/python.exp: Test multi-line execute.
1342
1343 2018-05-04  Tom Tromey  <tom@tromey.com>
1344
1345         PR python/22731:
1346         * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1347
1348 2018-05-04  Tom Tromey  <tom@tromey.com>
1349
1350         PR gdb/11750:
1351         * gdb.base/define.exp: Test defining a user command inside a user
1352         command.
1353         * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
1354
1355 2018-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1356             Pedro Alves <palves@redhat.com>
1357
1358         PR breakpoints/19806 and support for PR external/20207.
1359         * gdb.base/watchpoint-unaligned.c: New file.
1360         * gdb.base/watchpoint-unaligned.exp: New file.
1361
1362 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
1363
1364         * gdb.base/maint.exp: Make test names unique, use
1365         test_prefix_command_help to test 'help maint info', and remove
1366         repeated test of 'help maint'.
1367
1368 2018-05-04  Tom Tromey  <tom@tromey.com>
1369
1370         PR gdb/22619:
1371         * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
1372         behavior.
1373
1374 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
1375
1376         * gdb.base/maint.exp: Process output from 'maint print registers'
1377         line at a time.
1378
1379 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
1380
1381         * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
1382         timeout.
1383
1384 2018-05-03  Andrew Burgess  <andrew.burgess@embecosm.com>
1385
1386         * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
1387         filter pattern.
1388
1389 2018-05-02  Pedro Alves  <palves@redhat.com>
1390
1391         * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
1392         to_log_command renames.
1393         * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1394
1395 2018-05-02  Tom Tromey  <tom@tromey.com>
1396
1397         * gdb.python/py-parameter.exp: Set test message.
1398
1399 2018-05-02  Tom Tromey  <tom@tromey.com>
1400
1401         PR python/20084:
1402         * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
1403         PARAM_ZUINTEGER_UNLIMITED tests.
1404
1405 2018-04-28  Dan Robertson  <danlrobertson89@gmail.com>
1406
1407         PR rust/23124
1408         * gdb.rust/expr.exp: Test that the unit type is correctly parsed
1409         when casting.
1410
1411 2018-04-30  Tom Tromey  <tom@tromey.com>
1412
1413         * gdb.python/py-type.exp: Check align attribute.
1414         * gdb.python/py-type.c: New "aligncheck" global.
1415
1416 2018-04-30  Tom Tromey  <tom@tromey.com>
1417
1418         PR exp/17095:
1419         * gdb.dwarf2/dw2-align.exp: New file.
1420         * gdb.cp/align.exp: New file.
1421         * gdb.base/align.exp: New file.
1422         * lib/gdb.exp (gdb_int128_helper): New proc.
1423         (has_int128_c, has_int128_cxx): New caching procs.
1424
1425 2018-04-27  Tom Tromey  <tom@tromey.com>
1426
1427         PR rust/22545:
1428         * gdb.rust/simple.exp: Add inclusive range tests.
1429
1430 2018-04-26  Pedro Alves  <palves@redhat.com>
1431
1432         * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
1433         ifunc breakpoint locations correctly of ifunc breakpoints set
1434         while the program resolves the ifunc.
1435
1436 2018-04-26  Pedro Alves  <palves@redhat.com>
1437
1438         * gdb.base/gnu-ifunc-final.c: New file.
1439         * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
1440         * gdb.base/gnu-ifunc.exp (executable): Delete.
1441         (staticexecutable): Adjust.
1442         (lib_opts, exec_opts): Delete.
1443         (make_binsuffix, build, set-break): New procedures.
1444         (misc_tests): New, with tests factored out from the top level.
1445         (top level): Test different combinations of ifunc resolver name,
1446         resolver with and with debug info, and ifunc target with and
1447         without debug info.  Wrap static tests with with_target_prefix.
1448
1449 2018-04-26  Pedro Alves  <palves@redhat.com>
1450
1451         * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
1452         return type" warnings.
1453
1454 2018-04-25  Pedro Alves  <palves@redhat.com>
1455
1456         * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
1457         killed".
1458         * gdb.base/kill-after-signal.exp: Likewise.
1459         * gdb.threads/kill.exp: Likewise.
1460
1461 2018-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1462             Sergio Durigan Junior  <sergiodj@redhat.com>
1463             Pedro Alves  <palves@redhat.com>
1464
1465         * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
1466         regexps to expect for '[Inferior ... detached]' as well.
1467         * gdb.base/attach.exp: Likewise.
1468         * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
1469         "gdb_continue_to_end".
1470         (test_catch_syscall_with_wrong_args): Likewise.
1471         * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
1472         ']'.  Don't set 'verbose' on.
1473         * gdb.base/foll-vfork.exp: Likewise.
1474         * gdb.base/fork-print-inferior-events.c: New file.
1475         * gdb.base/fork-print-inferior-events.exp: New file.
1476         * gdb.base/hook-stop.exp: Adjust regexps to expect for new
1477         '[Inferior ... has been killed]' message.
1478         * gdb.base/kill-after-signal.exp: Likewise.
1479         * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
1480         detach message.
1481         * gdb.threads/kill.exp: Adjust regexps to expect for new kill
1482         message.
1483         * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
1484         regexps to expect for '[Inferior ... detached]' as well.
1485         * gdb.threads/process-dies-while-detaching.exp: Likewise.
1486
1487 2018-04-24  Simon Marchi  <simon.marchi@ericsson.com>
1488
1489         PR gdb/23104
1490         * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
1491
1492 2018-04-19  Richard Bunt  <richard.bunt@arm.com>
1493
1494         * gdb.threads/multiple-successive-infcall.c: New test.
1495         * gdb.threads/multiple-successive-infcall.exp: New file.
1496
1497 2018-04-17  Tom Tromey  <tom@tromey.com>
1498
1499         * gdb.rust/simple.rs (Union): New type.
1500         (main): New local "u".
1501         * gdb.rust/simple.exp (test_one_slice): Add new test case.
1502
1503 2018-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1504
1505         * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
1506         number information in output of "whereis" command.
1507         * gdb.base/info-fun.exp: Likewise, for "info fun" command.
1508
1509 2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1510
1511         * gdb.ada/info_types.exp: Adjust expected output to the line
1512         numbers now printed by "info var/func/type".
1513         * gdb.base/completion.exp: Likewise.
1514         * gdb.base/included.exp: Likewise.
1515         * gdb.cp/cp-relocate.exp: Likewise.
1516         * gdb.cp/cplusfuncs.exp: Likewise.
1517         * gdb.cp/namespace.exp: Likewise.
1518         * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1519
1520 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
1521
1522         * gdb.btrace/cpu.exp: New.
1523
1524 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
1525
1526         * gdb.base/step-indirect-call-thunk.exp: New.
1527         * gdb.base/step-indirect-call-thunk.c: New.
1528         * gdb.reverse/step-indirect-call-thunk.exp: New.
1529         * gdb.reverse/step-indirect-call-thunk.c: New.
1530
1531 2018-04-11  Simon Marchi  <simon.marchi@ericsson.com>
1532
1533         * gdb.base/pie-fork.c: New file.
1534         * gdb.base/pie-fork.exp: New file.
1535
1536 2018-04-11  Tom Tromey  <tom@tromey.com>
1537
1538         * gdb.rust/simple.exp: Add test for ".." struct initializer.
1539
1540 2018-04-10  Pedro Alves  <palves@redhat.com>
1541
1542         * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1543         exits.  Instead loop running forever.
1544         (fork_parent): Run forever too.
1545
1546 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
1547
1548         * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1549         mi_continue_to_line.
1550         * gdb.mi/mi-stack.c (callee4): Add comment.
1551
1552 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
1553
1554         * gdb.mi/mi-stack.exp: Fix indentation.
1555
1556 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
1557
1558         PR gdb/22979
1559         * gdb.arch/amd64-osabi.exp: New file.
1560
1561 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
1562
1563         PR gdb/22980
1564         * gdb.base/osabi.exp: New file.
1565
1566 2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
1567
1568         * gdb.cp/static-typedef-print.exp: New file.
1569         * gdb.cp/static-typedef-print.cc: New file.
1570
1571 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
1572
1573         * gdb.ada/varsize_limit: New testcase.
1574
1575 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
1576
1577         * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1578
1579         * gdb.ada/notcplusplus: New testcase.
1580
1581         * gdb.base/c-linkage-name.c: New file.
1582         * gdb.base/c-linkage-name.exp: New testcase.
1583
1584 2018-03-26  Tom Tromey  <tom@tromey.com>
1585
1586         * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1587         * gdb.python/py-framefilter.py (name_error): New global.
1588         (ErrorInName.function): Use name_error.
1589
1590 2018-03-26  Tom Tromey  <tom@tromey.com>
1591
1592         PR backtrace/15582:
1593         * gdb.python/py-framefilter.exp: Add "bt hide" test.
1594
1595 2018-03-23  Keith Seitz  <keiths@redhat.com>
1596
1597         PR c++/22968
1598         * gdb.cp/subtypes.exp: New file.
1599         * gdb.cp/subtypes.h: New file.
1600         * gdb.cp/subtypes.cc: New file.
1601         * gdb.cp/subtypes-2.cc: New file.
1602
1603 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
1604
1605         * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1606         (done): Call '_exit' not 'exit' to avoid atexit handlers.
1607         * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1608         -nostartfiles when compiling the test.  Confirm that all registers
1609         xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1610
1611 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
1612
1613         * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1614         option, syntax was wrong anyway.
1615         * gdb.arch/arm-disp-step.exp: Likewise.
1616         * gdb.arch/sparc64-regs.exp: Likewise.
1617         * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1618         option, syntax was wrong anyway, switch to use
1619         prepare_for_testing.
1620         * gdb.arch/i386-disp-step.exp: Likewise.
1621
1622 2018-03-23  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1623
1624         * gdb.ada/exec_changed.exp: Replace "target_info exists
1625         use_gdb_stub" by "use_gdb_stub".
1626         * gdb.ada/start.exp: Likewise.
1627         * gdb.base/async-shell.exp: Likewise.
1628         * gdb.base/attach-pie-misread.exp: Likewise.
1629         * gdb.base/attach-wait-input.exp: Likewise.
1630         * gdb.base/break-entry.exp: Likewise.
1631         * gdb.base/break-interp.exp: Likewise.
1632         * gdb.base/dprintf-detach.exp: Likewise.
1633         * gdb.base/nostdlib.exp: Likewise.
1634         * gdb.base/solib-nodir.exp: Likewise.
1635         * gdb.base/statistics.exp: Likewise.
1636         * gdb.base/testenv.exp: Likewise.
1637         * gdb.mi/mi-exec-run.exp: Likewise.
1638         * gdb.mi/mi-start.exp: Likewise.
1639         * gdb.multi/dummy-frame-restore.exp: Likewise.
1640         * gdb.multi/multi-arch-exec.exp: Likewise.
1641         * gdb.multi/multi-arch.exp: Likewise.
1642         * gdb.multi/tids.exp: Likewise.
1643         * gdb.multi/watchpoint-multi.exp: Likewise.
1644         * gdb.python/py-events.exp: Likewise.
1645         * gdb.threads/attach-into-signal.exp: Likewise.
1646         * gdb.threads/attach-stopped.exp: Likewise.
1647         * gdb.threads/threadapply.exp: Likewise.
1648         * lib/selftest-support.exp: Likewise.
1649
1650 2018-03-22  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1651
1652         * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1653
1654 2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
1655
1656         * gdb.perf/template-breakpoints.cc: New file.
1657         * gdb.perf/template-breakpoints.exp: New file.
1658         * gdb.perf/template-breakpoints.py: New file.
1659
1660 2018-03-19  Tom Tromey  <tom@tromey.com>
1661
1662         * gdb.rust/simple.rs (main): Add local variables field1, field2,
1663         y0.
1664         * gdb.rust/simple.exp: Test bare identifier form of struct
1665         initializer.
1666
1667 2018-03-19  Tom Tromey  <tom@tromey.com>
1668
1669         * gdb.gdb/observer.exp: Remove.
1670
1671 2018-03-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1672
1673         * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1674         "qualified" option when setting breakpoints.
1675         * gdb.trace/backtrace.exp: Likewise.
1676         * gdb.trace/circ.exp: Likewise.
1677         * gdb.trace/collection.exp: Likewise.
1678         * gdb.trace/disconnected-tracing.exp: Likewise.
1679         * gdb.trace/ftrace-lock.exp: Likewise.
1680         * gdb.trace/ftrace.exp: Likewise.
1681         * gdb.trace/infotrace.exp: Likewise.
1682         * gdb.trace/packetlen.exp: Likewise.
1683         * gdb.trace/passc-dyn.exp: Likewise.
1684         * gdb.trace/qtro.exp: Likewise.
1685         * gdb.trace/read-memory.exp: Likewise.
1686         * gdb.trace/report.exp: Likewise.
1687         * gdb.trace/signal.exp: Likewise.
1688         * gdb.trace/status-stop.exp: Likewise.
1689         * gdb.trace/strace.exp: Likewise.
1690         * gdb.trace/tfind.exp: Likewise.
1691         * gdb.trace/trace-break.exp: Likewise.
1692         * gdb.trace/trace-condition.exp: Likewise.
1693         * gdb.trace/trace-mt.exp: Likewise.
1694         * gdb.trace/tstatus.exp: Likewise.
1695         * gdb.trace/tsv.exp: Likewise.
1696         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1697         * gdb.trace/unavailable.exp: Likewise.
1698         * gdb.trace/while-dyn.exp: Likewise.
1699
1700 2018-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1701
1702         * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1703         that libinproctrace is copied to the target.
1704
1705 2018-03-14  Tom Tromey  <tom@tromey.com>
1706
1707         PR cli/14977:
1708         * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1709         a null pointer.
1710         * gdb.base/wchar.exp: Likewise.
1711
1712 2018-03-14  Tom Tromey  <tom@tromey.com>
1713
1714         PR cli/19918:
1715         * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1716         flag.
1717
1718 2018-03-08  Simon Marchi  <simon.marchi@ericsson.com>
1719
1720         PR gdb/22841
1721         * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1722         "target" to remote_exec.
1723
1724 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
1725
1726         PR gdb/22841
1727         * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1728         ${board}_upload): Remove.
1729
1730 2018-03-07  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1731
1732         * gdb.cp/watch-cp.cc: New test.
1733         * gdb.cp/watch-cp.exp: New file.
1734
1735 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1736
1737         * gdb.base/infcall-nested-structs.exp: New file.
1738         * gdb.base/infcall-nested-structs.c: New file.
1739         * gdb.base/float.exp: Add riscv support.
1740
1741 2018-03-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1742
1743         * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1744         * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1745
1746 2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
1747
1748         * gdb.server/abspath.exp: New file.
1749         * lib/gdb.exp (with_cwd): New procedure.
1750
1751 2018-02-28  Simon Marchi  <simon.marchi@ericsson.com>
1752
1753         * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1754         use it.
1755         (gdb_is_target_remote_prompt): New proc.
1756         (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1757         (gdb_is_target_native): Pass prompt parameter to
1758         gdb_is_target_1.
1759
1760 2018-02-26  Simon Marchi  <simon.marchi@polymtl.ca>
1761
1762         * gdb.base/load-command.c: New file.
1763         * gdb.base/load-command.exp: New file.
1764         * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1765         (gdb_is_target_1): ...this, and generalize for other targets
1766         than just remote.
1767         (gdb_is_target_remote): Use gdb_is_target_1.
1768         (gdb_is_target_native): use gdb_is_target_1.
1769
1770 2018-02-26  Tom Tromey  <tom@tromey.com>
1771
1772         PR python/16497:
1773         * gdb.python/py-framefilter.exp: Update test.
1774
1775 2018-02-26  Tom Tromey  <tom@tromey.com>
1776
1777         * gdb.dwarf2/variant.c: New file.
1778         * gdb.dwarf2/variant.exp: New file.
1779
1780 2018-02-26  Tom Tromey  <tom@tromey.com>
1781
1782         * gdb.rust/simple.exp: Accept more possible results in enum test.
1783
1784 2018-02-25  Simon Marchi  <simon.marchi@polymtl.ca>
1785
1786         * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1787         parentheses.
1788
1789 2018-02-23  Maciej W. Rozycki  <macro@mips.com>
1790
1791         * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1792         name of a variable: $actual_linejj -> $actual_line.
1793
1794 2018-02-21  John Baldwin  <jhb@FreeBSD.org>
1795
1796         * gdb.arch/amd64-i386-address.exp: Fix a typo.
1797
1798 2018-02-20  Markus Metzger  <markus.t.metzger@intel.com>
1799
1800         * gdb.btrace/buffer-size.exp: Do not force BTS.
1801
1802 2018-02-14  Pedro Alves  <palves@redhat.com>
1803
1804         * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1805         getting a "Quit".
1806
1807 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1808
1809         * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1810         Fix test name.
1811
1812 2018-02-07  Simon Marchi  <simon.marchi@ericsson.com>
1813
1814         * gdb.cp/m-static.exp: Check type of optimized out static
1815         member.
1816
1817 2018-02-03  Andrew Burgess  <andrew.burgess@embecosm.com>
1818
1819         * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1820         * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1821
1822 2018-02-01  Simon Marchi  <simon.marchi@polymtl.ca>
1823             Leszek Swirski  <leszeks@google.com>
1824
1825         * gdb.python/py-prettyprint.c
1826         (struct to_string_returns_value_inner,
1827         struct to_string_returns_value_wrapper): New.
1828         (main): Add tsrvw variable.
1829         * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
1830         ToStringReturnsValueWrapper): New classes.
1831         (register_pretty_printers): Register new pretty-printers.
1832         * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1833         recursive pretty printer.
1834         * gdb.python/py-mi.exp: Likewise.
1835
1836 2018-02-01  Leszek Swirski  <leszeks@google.com>
1837
1838         * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1839         functions with the same name as an include file are parsed
1840         correctly.
1841
1842 2018-02-01  Yao Qi  <yao.qi@linaro.org>
1843
1844         * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1845         "\[^\r\n\]*".
1846
1847 2018-01-31  Nikola Prica  <nikola.prica@rt-rk.com>
1848
1849         * gdb.arch/powerpc-prologue-frame.s: New file.
1850         * gdb.arch/powerpc-prologue-frame.c: Likewise.
1851         * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1852
1853 2018-01-31  Joel Brobecker  <brobecker@adacore.com>
1854
1855         * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1856
1857 2018-01-30  Pedro Alves  <palves@redhat.com>
1858
1859         PR gdb/13211
1860         * gdb.base/interrupt-daemon.c: New.
1861         * gdb.base/interrupt-daemon.exp: New.
1862         * gdb.multi/multi-term-settings.c: New.
1863         * gdb.multi/multi-term-settings.exp: New.
1864
1865 2018-01-30  Joel Brobecker  <brobecker@adacore.com>
1866
1867         * gdb.base/break.exp: Save the location where the breakpoint
1868         on break.c:47 was actually inserted when debugging the version
1869         compiled at -O2 and use it in the expected output of the "info
1870         break" test performed soon after.
1871
1872 2018-01-22  Pedro Alves  <palves@redhat.com>
1873             Sergio Durigan Junior  <sergiodj@redhat.com>
1874
1875         * gdb.base/whatis.exp: Add tests for 'set print object on' +
1876         'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1877
1878 2018-01-22  Joel Brobecker  <brobecker@adacore.com>
1879
1880         * gdb.base/break-include.c, gdb.base/break-include.inc,
1881         gdb.base/break-include.exp: New files.
1882         * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1883         line number now being the actual line number where the breakpoint
1884         was inserted.
1885         * gdb.mi/mi-break.exp: Likewise.
1886         * gdb.mi/mi-reverse.exp: Likewise.
1887         * gdb.mi/mi-simplerun.exp: Ditto.
1888
1889 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1890
1891         * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1892         varobj.
1893         * gdb.mi/mi-var-create-rtti.exp: Likewise.
1894
1895 2018-01-21  Don Breazeal  <donb@codesourcery.com>
1896             Andrew Burgess  <andrew.burgess@embecosm.com>
1897
1898         * gdb.mi/basics.c: Add new global.
1899         * gdb.mi/mi-frame-regs.exp: New file.
1900         * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1901         case.
1902
1903 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1904
1905         * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1906         non-parameter, and on an unknown symbol.
1907
1908 2018-01-19  Tom Tromey  <tom@tromey.com>
1909
1910         * gdb.rust/modules.rs (TWENTY_THREE): New global.
1911         * gdb.rust/modules.exp: Add ::-qualified lookup test.
1912
1913 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1914
1915         * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1916         setrlimit and chdir to int.
1917
1918 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1919
1920         * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1921         function.
1922         (my_tend): Likewise.
1923         * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1924         rationale of avoiding FP- and vector instructions.
1925
1926 2018-01-19  Ruslan Kabatsayev  <b7.10110111@gmail.com>
1927
1928         * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1929         "info reg" with "\[ \t\]*".
1930         * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1931         "\[ \t\]+".
1932         * gdb.arch/s390-multiarch.exp: Ditto.
1933         * gdb.base/pc-fp.exp: Ditto.
1934         * gdb.reverse/i386-precsave.exp: Ditto.
1935         * gdb.reverse/i386-reverse.exp: Ditto.
1936         * gdb.reverse/i387-env-reverse.exp: Ditto.
1937         * gdb.reverse/i387-stack-reverse.exp: Ditto.
1938
1939 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1940
1941         * lib/gdb.exp (gdb_compile): Re-enable use of
1942         universal_compile_options for languages other than Rust.
1943
1944 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1945
1946         * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1947
1948 2018-01-17  Mike Gulick  <mgulick@mathworks.com>
1949
1950         PR gdb/16577
1951         * gdb.base/solib-vanish.exp: New.
1952         * gdb.base/solib-vanish-main.c: New.
1953         * gdb.base/solib-vanish-lib1.c: New.
1954         * gdb.base/solib-vanish-lib2.c: New.
1955
1956 2018-01-17  Yao Qi  <yao.qi@linaro.org>
1957
1958         * gdb.compile/compile.exp: Match the address printed for
1959         frame in the output of command "bt".
1960
1961 2018-01-15  Tom Tromey  <tom@tromey.com>
1962
1963         * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1964         compute sp_reg.
1965
1966 2018-01-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1967
1968         * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1969         to prepare.
1970         (prepare): Return 0 on error, 1 on success.
1971
1972 2018-01-12  Pedro Alves  <palves@redhat.com>
1973
1974         * gdb.base/continue-after-aborted-step-over.c: New.
1975         * gdb.base/continue-after-aborted-step-over.exp: New.
1976
1977 2018-01-11  Simon Marchi  <simon.marchi@ericsson.com>
1978
1979         * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1980         options when not creating an executable.
1981
1982 2018-01-11  Pedro Alves  <palves@redhat.com>
1983
1984         PR remote/22597
1985         * gdb.server/stop-reply-no-thread.c: New file.
1986         * gdb.server/stop-reply-no-thread.exp: New file.
1987
1988 2018-01-10  Pedro Alves  <palves@redhat.com>
1989
1990         PR gdb/22670
1991         * gdb.ada/bp_c_mixed_case.exp: Add intro comment.  Test printing C
1992         functions too.  Test setting breakpoints and printing C functions
1993         with no debug info too.
1994         * gdb.ada/bp_c_mixed_case/qux.c: New file.
1995
1996 2018-01-10  Pedro Alves  <palves@redhat.com>
1997
1998         PR gdb/22670
1999         * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2000         a fail.
2001
2002 2018-01-10  Pedro Alves  <palves@redhat.com>
2003
2004         PR gdb/22670
2005         * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2006
2007 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
2008
2009         * gdb.server/unittest.exp: Match the output in non-development
2010         mode.
2011
2012 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
2013
2014         * gdb.gdb/unittest.exp: Match output in non-development mode.
2015
2016 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
2017
2018         * gdb.ada/access_tagged_param.exp: Relax expected output
2019         for value of "ObjL" in "continue" to pck.inspect breakpoint
2020         test.
2021
2022 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
2023
2024         * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2025         * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
2026
2027 2018-01-05  Pedro Alves  <palves@redhat.com>
2028
2029         PR gdb/18653
2030         * gdb.base/libsegfault.exp: New.
2031
2032 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
2033
2034         PR gdb/22670
2035         * gdb.ada/access_tagged_param.exp: New file.
2036         * gdb.ada/access_tagged_param/foo.adb: New file.
2037
2038 2018-01-05  Pedro Alves  <palves@redhat.com>
2039
2040         PR gdb/22670
2041         * gdb.ada/info_addr_mixed_case.exp: Remove kfail.  Extend test to
2042         exercise lower case too, and to exercise both full matching and
2043         wild matching.
2044
2045 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
2046
2047         * gdb.ada/rename_subscript_param: New testcase.
2048
2049 2018-01-05  Jerome Guitton  <guitton@adacore.com>
2050
2051         * gdb.ada/arr_acc_idx_w_gap: New testcase.
2052
2053 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
2054
2055         * gdb.ada/convvar_comp: New testcase.
2056
2057 2018-01-05  Xavier Roirand  <roirand@adacore.com>
2058
2059         * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2060         (My_Table): New global variable.
2061         * testsuite/gdb.ada/array_char_idx.exp: Add test.
2062
2063 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2064
2065         PR gdb/22670
2066         * gdb.ada/maint_with_ada: New testcase.
2067
2068 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2069
2070         PR gdb/22670
2071         * gdb.ada/bp_c_mixed_case: New testcase.
2072
2073 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2074
2075         PR gdb/22670
2076         * gdb.ada/complete.exp: Add "complete break ada" test.
2077
2078 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2079
2080         PR gdb/22670
2081         * gdb.ada/info_addr_mixed_case: New testcase.
2082
2083 2018-01-03  Xavier Roirand  <roirand@adacore.com>
2084
2085         * gdb.ada/excep_handle.exp: New testcase.
2086         * gdb.ada/excep_handle/foo.adb: New file.
2087         * gdb.ada/excep_handle/pck.ads: New file.
2088
2089 2018-01-03  Joel Brobecker  <brobecker@adacore.com>
2090
2091         * gdb.base/step-line.c: Add extra empty line in copyright header.
2092         * gdb.base/step-line.inp: Likewise.
2093
2094 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
2095
2096         * gdb.ada/dyn_stride.exp: Add slice test.
2097
2098 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
2099
2100         * gdb.ada/dyn_stride: New testcase.
2101
2102 2017-12-27  Stafford Horne  <shorne@gmail.com>
2103
2104         * gdb.xml/extra-regs.xml: Add example foo reggroup.
2105         * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2106
2107 2017-12-27  Stafford Horne  <shorne@gmail.com>
2108
2109         * gdb.base/reggroups.c: New file.
2110         * gdb.base/reggroups.exp: New file.
2111
2112 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
2113
2114         * gdb.dwarf2/ada-valprint-error.c: New file.
2115         * gdb.dwarf2/ada-valprint-error.exp: New file.
2116
2117 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
2118
2119         * gdb.ada/assign_arr: New testcase.
2120
2121 2017-12-18  Xavier Roirand  <roirand@adacore.com>
2122
2123         * gdb.ada/funcall_ptr: New testcase.
2124
2125 2017-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
2126
2127         PR cli/16224
2128         * gdb.base/ptype-offsets.cc: New file.
2129         * gdb.base/ptype-offsets.exp: New file.
2130
2131 2017-12-15  Yao Qi  <yao.qi@linaro.org>
2132
2133         * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2134         if XML is disabled.
2135
2136 2017-12-15  Xavier Roirand  <roirand@adacore.com>
2137
2138         * gdb.ada/same_component_name: New testcase.
2139
2140 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
2141
2142         * gdb.ada/str_binop_equal: New testcase.
2143
2144 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
2145
2146         * gdb.ada/task_switch_in_core: New testcase.
2147
2148 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
2149
2150         * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2151         * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2152         call test_bkpt_qualified.
2153         (test_bkpt_qualified): New proc.
2154
2155 2017-12-13  Pedro Alves  <palves@redhat.com>
2156
2157         * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2158         Tighten regexp by matching with an anchor.
2159
2160 2017-12-13  Pedro Alves  <palves@redhat.com>
2161
2162         * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2163         ("expression with namespace"): New set of tests.
2164         * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2165         (Nested::Test_NS::qux): New.
2166         * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2167         defaults to 'start_quote_char' and 'end_quote_char' parameters.
2168
2169 2017-12-13  Joel Brobecker  <brobecker@adacore.com>
2170
2171         * gdb.base/server-del-break.c: New file.
2172         * gdb.base/server-del-break.exp: New file.
2173
2174 2017-12-12  Stafford Horne  <shorne@gmail.com>
2175
2176         * gdb.xml/tdesc-regs.exp: Add or1k support.
2177
2178 2017-12-12  Stafford Horne  <shorne@gmail.com>
2179
2180         * gdb.base/bp-permanent.c: Define nop of or1k.
2181
2182 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
2183
2184         * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2185         output with components being reordered.
2186
2187 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
2188
2189         * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2190         output with components being reordered.
2191
2192 2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2193             Pedro Alves  <palves@redhat.com>
2194
2195         * gdb.base/maint.exp (check for .gdb_index): Check also for
2196         .debug_names.
2197         * gdb.dlang/watch-loc.c (.debug_aranges): New.
2198         * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2199         * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2200         (.gdb_index used after symbol reloading): Support also .debug_names.
2201         * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2202
2203 2017-12-08  Yao Qi  <yao.qi@linaro.org>
2204
2205         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2206         * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2207
2208 2017-12-08  Yao Qi  <yao.qi@linaro.org>
2209
2210         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2211         * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2212
2213 2017-12-08  Yao Qi  <yao.qi@linaro.org>
2214
2215         * gdb.arch/aarch64-tagged-pointer.c: New file.
2216         * gdb.arch/aarch64-tagged-pointer.exp: New file.
2217
2218 2017-12-08  Sergio Durigan Junior  <sergiodj@redhat.com>
2219
2220         * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2221         "int".
2222
2223 2017-12-07  Keith Seitz  <keiths@redhat.com>
2224
2225         PR breakpoints/22569
2226         * gdb.linespec/ls-errs.exp: Change expected result of "break
2227         -source this file has spaces.c -line 3".
2228         Check that an explicit source file followed by whitespace is
2229         identified as an invalid explicit location.
2230
2231 2017-12-07  Keith Seitz  <keiths@redhat.com>
2232
2233         * gdb.cp/nested-types.cc: New file.
2234         * gdb.cp/nested-types.exp: New file.
2235         * lib/cp-support.exp: Load data-structures.exp library.
2236         (debug_cp_test_ptype_class): New global.
2237         (cp_ptype_class_verbose, next_line): New procedures.
2238         (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2239         Add and document new return value.
2240         Switch the list of lines to a queue.
2241         Add support for new `type' key for nested type definitions.
2242         Add debugging/troubleshooting messages.
2243         * lib/data-structures.exp: New file.
2244
2245 2017-12-07  Simon Marchi  <simon.marchi@ericsson.com>
2246
2247         * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2248         with proc_with_prefix, don't use with_test_prefix.
2249
2250 2017-12-07  Tom Tromey  <tom@tromey.com>
2251
2252         * gdb.base/break.exp: Add test for empty "commands".
2253
2254 2017-12-07  Yao Qi  <yao.qi@linaro.org>
2255
2256         * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2257         malloc and catch syscall.
2258
2259 2017-12-07  Phil Muldoon  <pmuldoon@redhat.com>
2260
2261        * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2262         tests for explicit locations.
2263
2264 2017-12-06  Pedro Alves  <palves@redhat.com>
2265
2266         * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2267         force-disabling XML descriptions.
2268
2269 2017-12-04  Pedro Alves  <palves@redhat.com>
2270
2271         PR gdb/22499
2272         * gdb.arch/amd64-disp-step-avx.S: New file.
2273         * gdb.arch/amd64-disp-step-avx.exp: New file.
2274
2275 2017-12-03  Pedro Alves  <palves@redhat.com>
2276
2277         * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2278         and <string.h>.
2279         (parent_function): Print distinct messages when waitpid fails, or
2280         the child exits with a signal, or the child exits for an unhandled
2281         reason.
2282         * gdb.threads/process-dies-while-detaching.exp
2283         (detach_and_expect_exit): New 'inf_output_re' parameter and use
2284         it.  Wait for both inferior output and GDB's prompt.  Use an
2285         indirect spawn id list.
2286         (do_detach): New parameter 'child_exit'.  Use it to compute
2287         expected inferior output.
2288         (test_detach, test_detach_watch, test_detach_killed_outside):
2289         Adjust to pass down the expected child exit kind.
2290
2291 2017-12-01  Joel Brobecker  <brobecker@adacore.com>
2292             Sergio Durigan Junior  <sergiodj@redhat.com>
2293             Pedro Alves  <palves@redhat.com>
2294
2295         * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2296
2297 2017-12-01  Sergio Durigan Junior  <sergiodj@redhat.com>
2298
2299         * gdb.base/relocate.exp: Add tests to guarantee that arguments
2300         to 'symbol-file' and 'add-symbol-file' can be
2301         position-independent.
2302
2303 2017-12-01  Yao Qi  <yao.qi@linaro.org>
2304
2305         * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2306         the URL in copyright header.
2307         * gdb.arch/aarch64-fp.exp: Likewise.
2308         * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2309         * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2310         * gdb.base/expand-psymtabs.exp: Likewise.
2311         * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2312         * gdb.fortran/common-block.exp: Likewise.
2313         * gdb.fortran/common-block.f90: Likewise.
2314         * gdb.fortran/logical.exp: Likewise.
2315         * gdb.fortran/vla-datatypes.f90: Likewise.
2316         * gdb.fortran/vla-sub.f90: Likewise.
2317
2318 2017-11-30  Joel Brobecker  <brobecker@adacore.com>
2319
2320         * gdb.ada/repeat_dyn: New testcase.
2321
2322 2017-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
2323
2324         * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2325         Update for changed thread numbering.
2326         * gdb.cell/bt.exp: Update for changed GDB output.
2327
2328 2017-11-30  Simon Marchi  <simon.marchi@ericsson.com>
2329
2330         * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2331         setting isremote by hand.
2332         * boards/dwarf4-gdb-index.exp: Likewise.
2333         * boards/fission.exp: Likewise.
2334         * boards/stabs.exp: Likewise.
2335
2336 2017-11-30  Pedro Alves  <palves@redhat.com>
2337
2338         * gdb.linespec/cpls-ops.exp
2339         (check_explicit_skips_function_argument): Extract the underlying
2340         type of size_t instead of hardcoding it.
2341
2342 2017-11-29  Pedro Alves  <palves@redhat.com>
2343
2344         PR c++/19436
2345         * gdb.linespec/cpls-abi-tag.cc: New file.
2346         * gdb.linespec/cpls-abi-tag.exp: New file.
2347
2348 2017-11-29  Pedro Alves  <palves@redhat.com>
2349
2350         * gdb.base/langs.exp: Use -qualified.
2351         * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
2352         it.
2353         * gdb.cp/namespace.exp: Use -qualified.
2354         * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
2355         (overload-3, template-overload, template-ret-type, const-overload)
2356         (const-overload-quoted, anon-ns, ambiguous-prefix): New
2357         procedures.
2358         (test_driver): Call them.
2359         * gdb.cp/save-bp-qualified.cc: New.
2360         * gdb.cp/save-bp-qualified.exp: New.
2361         * gdb.linespec/explicit.exp: Test -qualified.
2362         * lib/completion-support.exp (completion::explicit_opts_list): Add
2363         "-qualified".
2364         * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
2365
2366 2017-11-29  Phil Muldoon  <pmuldoon@redhat.com>
2367
2368         * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
2369
2370 2017-11-29  Tom Tromey  <tom@tromey.com>
2371
2372         * gdb.base/relocate.exp: Update invalid argument test.
2373         Add new tests for invalid arguments.
2374
2375 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2376
2377         * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
2378         Return 0 as a long.
2379         * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
2380
2381 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2382
2383         * gdb.cp/breakpoint.cc (bar): Set return type to void.
2384         * gdb.cp/psymtab-parameter.cc (func): Likewise.
2385         * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
2386         func ().
2387         * gdb.cp/shadow.cc (B.func): Return 0.
2388
2389 2017-11-27  Joel Brobecker  <brobecker@adacore.com>
2390
2391         * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
2392         expected output in gdb_expect call to allow the exception
2393         message to be present as well.  Fix syntax confusion to avoid
2394         TCL thinking that exception_name is an array.
2395
2396 2017-11-26  Ulrich Weigand  <uweigand@de.ibm.com>
2397
2398         * gdb.arch/spu-info.c: Include <unistd.h>.
2399         (do_signal_test): Fix broken calls to write.
2400         * gdb.arch/spu-info.exp: Use prepare_for_testing.
2401         Fix checks for empty mailboxes.  Update signal tests for corrected
2402         do_signal_test routine.  Allow nonzero event status.
2403         * gdb.arch/spu-ls.exp: Use prepare_for_testing.
2404         * gdb.cell/arch.exp: Use standard_output_file.
2405         * gdb.cell/break.exp: Likewise.
2406         * gdb.cell/bt.exp: Likewise.
2407         * gdb.cell/core.exp: Likewise.
2408         * gdb.cell/dwarfaddr.exp: Likewise.
2409         * gdb.cell/ea-cache.exp: Likewise.
2410         * gdb.cell/ea-standalone.exp: Likewise.
2411         * gdb.cell/f-regs.exp: Likewise.
2412         * gdb.cell/fork.exp: Likewise.
2413         * gdb.cell/gcore.exp: Likewise.
2414         * gdb.cell/mem-access.exp: Likewise.
2415         * gdb.cell/ptype.exp: Likewise.
2416         * gdb.cell/registers.exp: Likewise.
2417         * gdb.cell/sizeof.exp: Likewise.
2418         * gdb.cell/solib-symbol.exp: Likewise.
2419         * gdb.cell/solib.exp: Likewise.
2420
2421 2017-11-25   Pedro Alves  <palves@redhat.com>
2422
2423         * gdb.base/complete-empty.exp: New file.
2424         * gdb.base/completion.exp: Adjust.
2425
2426 2017-11-25  Pedro Alves  <palves@redhat.com>
2427
2428         * gdb.linespec/cpls-ops.cc: New file.
2429         * gdb.linespec/cpls-ops.exp: New file.
2430         * lib/completion-support.exp (test_complete_prefix_range_re): New,
2431         factored out from ...
2432         (test_complete_prefix_range): ... this.
2433
2434 2017-11-24  Pedro Alves  <palves@redhat.com>
2435
2436         * gdb.linespec/cpcompletion.exp: New file.
2437         * gdb.linespec/cpls-hyphen.cc: New file.
2438         * gdb.linespec/cpls.cc: New file.
2439         * gdb.linespec/cpls2.cc: New file.
2440         * gdb.linespec/explicit.exp: Load completion-support.exp.  Adjust
2441         test to use test_gdb_complete_unique.  Add label completion,
2442         keyword completion and explicit location completion tests.
2443         * lib/completion-support.exp: New file.
2444
2445 2017-11-24  Joel Brobecker  <brobecker@adacore.com>
2446
2447         * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
2448         gdb.ada/mi_ex_cond.exp: Accept optional exception message in
2449         when hitting an exception catchpoint.
2450
2451 2017-11-22  Yao Qi  <yao.qi@linaro.org>
2452
2453         * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
2454
2455 2017-11-22  Simon Marchi  <simon.marchi@ericsson.com>
2456
2457         * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
2458         * gdb.dwarf2/info-locals-optimized-out.exp: New file.
2459         * gdb.dwarf2/info-locals-optimized-out.c: New file.
2460
2461 2017-11-22  Yao Qi  <yao.qi@linaro.org>
2462
2463         * gdb.base/info-os.exp: Pass pthreads.
2464         * gdb.multi/multi-attach.exp: Likewise.
2465
2466 2017-11-22  Yao Qi  <yao.qi@linaro.org>
2467
2468         * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
2469         compiler.
2470
2471 2017-11-22  Yao Qi  <yao.qi@linaro.org>
2472
2473         * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
2474         * gdb.base/break-interp.exp: Likewise.
2475         * gdb.base/jit-attach-pie.exp: Likewise.
2476
2477 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
2478
2479         * gdb.base/float128.c (large128): New variable.
2480         * gdb.base/float128.exp: Add test to print largest __float128 value.
2481
2482 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
2483
2484         * gdb.arch/vsx-regs.exp: Update register content checks.
2485
2486 2017-11-21  Ulrich Weigand  <uweigand@de.ibm.com>
2487
2488         * gdb.arch/ppc-longdouble.exp: New file.
2489         * gdb.arch/ppc-longdouble.c: Likewise.
2490
2491 2017-11-21  Pedro Alves  <palves@redhat.com>
2492
2493         * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
2494
2495 2017-11-20  Pedro Alves  <palves@redhat.com>
2496
2497         * gdb.base/whatis-ptype-typedefs.c (double_typedef)
2498         (long_double_typedef): New typedefs.
2499         Use DEF on double and long double.
2500         * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
2501         cases.
2502         (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
2503         and 'long_double_ptr_same_size' locals.  Use them to decide
2504         whether cast from array/function to float is valid/invalid.
2505
2506 2017-11-17  Tom Tromey  <tom@tromey.com>
2507
2508         * gdb.rust/traits.rs: New file.
2509         * gdb.rust/traits.exp: New file.
2510
2511 2017-11-17  Joel Brobecker  <brobecker@adacore.com>
2512
2513         * gdb.ada/minsyms: New testcase.
2514
2515 2017-11-16  Pedro Alves  <palves@redhat.com>
2516
2517         * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2518         * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2519
2520 2017-11-16  Pedro Alves  <palves@redhat.com>
2521
2522         * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2523         gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2524
2525 2017-11-16  Pedro Alves  <palves@redhat.com>
2526
2527         * gdb.server/reconnect-ctrl-c.c: New file.
2528         * gdb.server/reconnect-ctrl-c.exp: New file.
2529
2530 2017-11-16  Phil Muldoon  <pmuldoon@redhat.com>
2531
2532         * gdb.python/py-rbreak.exp: New file.
2533         * gdb.python/py-rbreak.c: New file.
2534         * gdb.python/py-rbreak-func2.c: New file.
2535
2536 2017-11-16  Pedro Alves  <palves@redhat.com>
2537
2538         * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2539         pattern.
2540         * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2541         GDB.
2542
2543 2017-11-15  Simon Marchi  <simon.marchi@ericsson.com>
2544
2545         * gdb.tui/completionn.exp (test_tab_completion): Add space in
2546         regex.
2547
2548 2017-11-13  Simon Marchi  <simon.marchi@polymtl.ca>
2549
2550         * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2551         test names.
2552
2553 2017-11-09  Pedro Alves  <palves@redhat.com>
2554
2555         * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2556         factored out from ...
2557         (top level): ... here, and adjusted to avoid expecting beyond the
2558         prompt in a single gdb_test_multiple.
2559
2560 2017-11-09  Pedro Alves  <palves@redhat.com>
2561
2562         * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2563         output.
2564         * gdb.server/ext-attach.exp ("kill" test): Likewise.
2565         * gdb.server/ext-restart.exp ("kill" test): Likewise.
2566         * gdb.server/ext-run.exp ("kill" test): Likewise.
2567         * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2568
2569 2017-11-09  Pedro Alves  <palves@redhat.com>
2570
2571         * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2572         match till end of line.
2573
2574 2017-11-09  Pedro Alves  <palves@redhat.com>
2575
2576         * gdb.base/memattr.exp: Tighten regexes to match the end line.
2577
2578 2017-11-09  Pedro Alves  <palves@redhat.com>
2579
2580         * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2581         New procedures, factored out from ...
2582         (top level): ... here, and adjusted to avoid expecting beyond the
2583         prompt in one go.
2584
2585 2017-11-09  Pedro Alves  <palves@redhat.com>
2586
2587         * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2588         output.  Fix '?' match.
2589
2590 2017-11-08  Joel Brobecker  <brobecker@adacore.com>
2591
2592         * gdb.ada/scoped_watch: New testcase.
2593         * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2594         which is actually correct.
2595         * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2596         * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2597
2598 2017-11-08  Pedro Alves  <palves@redhat.com>
2599
2600         * gdb.gdb/complaints.exp (test_initial_complaints)
2601         (test_serial_complaints, test_short_complaints): Call
2602         complaint_internal instead of complaint.
2603
2604 2017-11-08  Djordje Todorovic  <djordje.todorovic@rt-rk.com>
2605
2606         * gdb.threads/tls-core.c: New file.
2607         * gdb.threads/tls-core.exp: Likewise.
2608
2609 2017-11-08   Pedro Alves  <palves@redhat.com>
2610
2611         * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2612         (p Exported_Capitalized): New test.
2613         (p exported_capitalized): New test.
2614
2615 2017-11-07  Pedro Alves  <palves@redhat.com>
2616
2617         * gdb.cp/ena-dis-br-range.exp: Add more tests.
2618
2619 2017-11-07  Pedro Alves  <palves@redhat.com>
2620
2621         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2622         * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2623         (disable_invalid, disable_inverted, disable_negative): New
2624         procedures.
2625         ("bad numbers"): New set of tests.
2626
2627 2017-11-07  Pedro Alves  <palves@redhat.com>
2628
2629         * gdb.cp/ena-dis-br-range.exp: Add tests.
2630
2631 2017-11-07  Pedro Alves  <palves@redhat.com>
2632
2633         * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2634
2635 2017-11-07  Xavier Roirand  <roirand@adacore.com>
2636             Pedro Alves  <palves@redhat.com>
2637
2638         * gdb.base/ena-dis-br.exp: Add reference to
2639         gdb.cp/ena-dis-br-range.exp.
2640         * gdb.cp/ena-dis-br-range.exp: New file.
2641         * gdb.cp/ena-dis-br-range.cc: New file.
2642
2643 2017-11-06  Pedro Alves  <palves@redhat.com>
2644
2645         * gdb.base/attach-non-pgrp-leader.c: New.
2646         * gdb.base/attach-non-pgrp-leader.exp: New.
2647
2648 2017-11-06  Pedro Alves  <palves@redhat.com>
2649
2650         * configure.ac: No longer check for termio.h and sgtty.h.
2651         * configure: Regenerate.
2652         * remote-utils.c: Include termios.h instead of gdb_termios.h.
2653         (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2654         Remove termio and sgtty code.
2655
2656 2017-11-03  Yao Qi  <yao.qi@linaro.org>
2657
2658         * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2659         in GDB is disabled.
2660
2661 2017-11-03  Yao Qi  <yao.qi@linaro.org>
2662
2663         * gdb.python/py-thrhandle.exp: Skip it if python is not
2664         enabled.
2665
2666 2017-10-31  Simon Marchi  <simon.marchi@polymtl.ca>
2667
2668         * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2669         as a breakpoint command.
2670
2671 2017-10-28  Maksim Dzabraev  <dzabraew@gmail.com>
2672
2673         PR python/21213
2674         * gdb.python/py-infthread.exp: Test calling
2675         InferiorThread.inferior () multiple times in a row.
2676
2677 2017-10-27  Keith Seitz  <keiths@redhat.com>
2678
2679         * gdb.opt/inline-break.exp (break_info_1): New procedure.
2680         Test "info break" for every inlined function breakpoint.
2681
2682 2017-10-27  Yao Qi  <yao.qi@linaro.org>
2683
2684         * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2685
2686 2017-10-26  Patrick Frants  <osscontribute@gmail.com>
2687
2688         * gdb.cp/classes.exp (test_static_members): Test printing
2689         Outer::instance.
2690         * gdb.cp/classes.c (struct Inner, struct Outer): New.
2691         (Inner::instance, Outer::instance): New.
2692
2693 2017-10-24  Pedro Alves  <palves@redhat.com>
2694
2695         * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2696         extra console" test in two stages.
2697
2698 2017-10-24  Pedro Alves  <palves@redhat.com>
2699
2700         * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2701
2702 2017-10-24  Pedro Alves  <palves@redhat.com>
2703
2704         * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2705         loop.
2706
2707 2017-10-24  Pedro Alves  <palves@redhat.com>
2708
2709         * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2710         $attempt" and "stoppedtry $stoppedtry" test prefixes.
2711
2712 2017-10-24  Pedro Alves  <palves@redhat.com>
2713
2714         * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2715         parameter and handle it.  Don't output read value in test name.
2716
2717 2017-10-24  Pedro Alves  <palves@redhat.com>
2718
2719         * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2720         custom test name.
2721
2722 2017-10-24  Pedro Alves  <palves@redhat.com>
2723
2724         * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2725         include the unstable output directory name in the test's name.
2726         (initial_setup_simple) <'set args'>: Use custom test name.
2727
2728 2017-10-24  Pedro Alves  <palves@redhat.com>
2729
2730         * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2731         with explicit test name.
2732
2733 2017-10-20  Pedro Alves  <palves@redhat.com>
2734
2735         * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2736         'wait -i'.  Use gdb_assert and remote_close.
2737
2738 2017-10-19  Andrew Burgess  <andrew.burgess@embecosm.com>
2739
2740         * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2741         number from variable rather than hard-coded.
2742
2743 2017-10-19  Pedro Alves  <palves@redhat.com>
2744
2745         * gdb.base/long-inferior-output.c: New file.
2746         * gdb.base/long-inferior-output.exp: New file.
2747
2748 2017-11-18  Keith Seitz  <keiths@redhat.com>
2749
2750         * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2751         method.
2752         (main): Call it.
2753         * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2754         Add additional user-defined conversion operator tests.
2755
2756 2017-10-17  Pedro Alves  <palves@redhat.com>
2757
2758         * boards/native-stdio-gdbserver.exp: Load "local-board".
2759
2760 2017-10-17  Pedro Alves  <palves@redhat.com>
2761
2762         * gdb.base/quit-live.c: New file.
2763         * gdb.base/quit-live.exp: New file.
2764
2765 2017-10-16  Keith Seitz  <keiths@redhat.com>
2766
2767         * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2768         (class_with_protected_typedef, class_with_private_typedef)
2769         (struct_with_public_typedef, struct_with_protected_typedef)
2770         (struct_with_private_typedef): New classes/structs.
2771         * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2772         typedefs and access specifiers.
2773
2774 2017-10-16  Pedro Alves  <palves@redhat.com>
2775             Simon Marchi  <simon.marchi@polymtl.ca>
2776
2777         * README (Local vs Remote vs Native): New section.
2778         * boards/local-board.exp: New file, with bits factored out from
2779         ...
2780         * boards/native-extended-gdbserver.exp: ... here.  Load
2781         "local-board".
2782         * boards/native-gdbserver.exp: Load "local-board".
2783         (${board}_spawn, ${board}_exec): Delete.
2784         * boards/native-stdio-gdbserver.exp: Most contents factored out to
2785         ...
2786         * boards/stdio-gdbserver-base.exp: ... this new file.
2787         * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2788         "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2789         procedure.
2790         * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2791         instead of native-stdio-gdbserver.  Don't set gdb_server_prog nor
2792         stdio_gdbserver_command.
2793         (${board}_get_remote_address, ${board}_get_comm_port)
2794         (${board}_download, ${board}_upload): Delete.
2795         (get_target_remote_pipe_cmd): New.
2796
2797 2017-10-16  Simon Marchi  <simon.marchi@ericsson.com>
2798
2799         * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2800         test_bkpt_deletion, test_bkpt_cond_and_cmds,
2801         test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2802         test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2803         test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2804         remove with_test_prefix.
2805
2806 2017-10-13  Pedro Alves  <palves@redhat.com>
2807
2808         * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2809         * gdb.base/annota1.exp: Use it instead of is_remote.
2810         * gdb.base/annota3.exp: Use it instead of is_remote.
2811         * gdb.cp/annota2.exp: Use it instead of is_remote.
2812         * gdb.cp/annota3.exp: Use it instead of is_remote.
2813         * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2814
2815 2017-10-13  Pedro Alves  <palves@redhat.com>
2816
2817         * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2818         (test_num_test_vars, run_and_count_vars, find_env)
2819         (test_set_unset_env, test_inherit_env_var): New procedures.
2820         (top level): Use them.
2821
2822 2017-10-13  Pedro Alves  <palves@redhat.com>
2823
2824         * lib/selftest-support.exp (selftest_setup): Extend comments, and
2825         also skip on stub-like targets.
2826
2827 2017-10-13  Pedro Alves  <palves@redhat.com>
2828
2829         PR gdb/22293
2830         * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
2831         (top level): Move some tests to ...
2832         (test_not_found): ... this new procedure.
2833         (top level): Call it.
2834
2835 2017-10-13  Pedro Alves  <palves@redhat.com>
2836
2837         * gdb.base/term.exp: Don't skip if is_remote target.  Instead,
2838         expect different "info terminal" output if testing with a
2839         non-native target.
2840
2841 2017-10-13  Pedro Alves  <palves@redhat.com>
2842             Simon Marchi  <simon.marchi@polymtl.ca>
2843
2844         PR python/12966
2845         * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2846
2847 2017-10-13  Pedro Alves  <palves@redhat.com>
2848
2849         * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2850         already.
2851
2852 2017-10-13  Pedro Alves  <palves@redhat.com>
2853
2854         * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2855         is_remote.
2856
2857 2017-10-13  Pedro Alves  <palves@redhat.com>
2858
2859         * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2860         is_remote.
2861
2862 2017-10-13  Pedro Alves  <palves@redhat.com>
2863
2864         * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2865         is set.
2866         (corefile_test_attach): Likewise.  Check can_spawn_for_attach
2867         instead of is_remote.
2868
2869 2017-10-13  Pedro Alves  <palves@redhat.com>
2870
2871         * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2872         (top level): Add comment.
2873
2874 2017-10-13  Pedro Alves  <palves@redhat.com>
2875
2876         * gdb.base/remote.exp (top level): Fix comment typo and add
2877         missing return.
2878
2879 2017-10-13  Pedro Alves  <palves@redhat.com>
2880             Simon Marchi  <simon.marchi@polymtl.ca>
2881
2882         * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2883         calls and add comments.  Skip test if use_gdb_stub is set.
2884         (top level): Use "set cwd" command instead of "cd" command.
2885
2886 2017-10-13  Pedro Alves  <palves@redhat.com>
2887
2888         * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2889         is_remote target check.
2890
2891 2017-10-13  Pedro Alves  <palves@redhat.com>
2892
2893         * gdb.base/scope.exp: Use build_executable + clean_restart +
2894         gdb_file_cmd instead of prepare_for_testing and no longer skip
2895         "before run" tests on is_remote target boards.  Update comments.
2896         * boards/native-extended-gdbserver.exp
2897         (extended_gdbserver_load_last_file): New, factored out from ...
2898         (gdb_load): ... this.  Move further below and add comment.
2899         (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2900
2901 2017-10-12  Pedro Alves  <palves@redhat.com>
2902
2903         * gdb.base/attach.exp: Remove references to gdb64.
2904         * gdb.base/dbx.exp: Remove references to gdb64.
2905
2906 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
2907             Pedro Alves  <palves@redhat.com>
2908
2909         * gdb.base/label.exp: Remove is_remote target check.
2910
2911 2017-10-12  Pedro Alves  <palves@redhat.com>
2912
2913         * gdb.base/auvx.exp (coredir): Update comment.
2914         (top level) <core_works>: Use "set cwd" command instead of "cd"
2915         command.
2916
2917 2017-10-12  Pedro Alves  <palves@redhat.com>
2918             Simon Marchi  <simon.marchi@polymtl.ca>
2919
2920         * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2921         target boards.
2922
2923 2017-10-12  Pedro Alves  <palves@redhat.com>
2924             Simon Marchi  <simon.marchi@polymtl.ca>
2925
2926         * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2927         Instead skip if there's any gdb_protocol set.
2928
2929 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
2930             Pedro Alves  <palves@redhat.com>
2931
2932         * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2933
2934 2017-10-12  Pedro Alves  <palves@redhat.com>
2935             Simon Marchi  <simon.marchi@polymtl.ca>
2936
2937         * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2938         instead of on dejagnu remote boards.
2939
2940 2017-10-12  Pedro Alves  <palves@redhat.com>
2941             Simon Marchi  <simon.marchi@polymtl.ca>
2942
2943         * gdb.base/inferior-died.exp: Remove is_remote and isnative
2944         checks.  Use build_executable + clean_restart instead of
2945         prepare_for_testing.  Pass "set non-stop on" via GDBFLAGS instead
2946         of enabling non-stop after starting gdb.
2947
2948 2017-10-12  Pedro Alves  <palves@redhat.com>
2949
2950         * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2951         * gdb.threads/non-ldr-exc-2.exp: Ditto.
2952         * gdb.threads/non-ldr-exc-3.exp: Ditto.
2953         * gdb.threads/non-ldr-exc-4.exp: Ditto.
2954
2955 2017-10-11  Anton Kolesov  <Anton.Kolesov@synopsys.com>
2956
2957         * gdb.arch/arc-tdesc-cpu.exp: New file.
2958         * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2959
2960 2017-10-10  Simon Marchi  <simon.marchi@ericsson.com>
2961
2962         * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2963
2964 2017-10-10  Pedro Alves <palves@redhat.com>
2965
2966         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2967         expect CLI output.
2968
2969 2017-10-10  Pedro Alves  <palves@redhat.com>
2970
2971         * lib/selftest-support.exp (selftest_setup): Update for
2972         captured_command_loop's prototype change.
2973
2974 2017-10-09  Pedro Alves  <palves@redhat.com>
2975
2976         Test both arch1=>arch2 and arch2=>arch1.
2977
2978         * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2979         (srcfile2, binfile2, march1, march2): Remove globals.  Largely
2980         factored out to...
2981         (append_arch1_options, append_arch2_options, append_arch_options)
2982         (build_executables): New procedures.
2983         (do_test): New 'first_arch' parameter.  Use it to define 'from_exec'
2984         local.
2985         (top level): Add new 'first_arch' testing axis.
2986
2987 2017-10-09  Pedro Alves  <palves@redhat.com>
2988
2989         * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2990         (barrier): New.
2991         (thread_start, all_started): New functions.
2992         (main): Spawn new thread and wait until it is scheduled.
2993         * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2994         option.
2995         (do_test): Add 'selected_thread' parameter.  Run to all_started
2996         instead of main.  Explicitly set the breakpoint at main.  Switch
2997         to the SELECTED_THREAD thread.
2998         (top level): Test handling the exec event with either the main
2999         thread or the second thread selected.
3000
3001 2017-10-09  Pedro Alves  <palves@redhat.com>
3002
3003         * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3004         logic.  Move STOP marker after the value checks.
3005         * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3006         regexp.
3007
3008 2017-10-06  Sandra Loosemore  <sandra@codesourcery.com>
3009
3010         * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3011
3012 2017-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
3013
3014         * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3015         integer-to-dfp conversion.
3016         * gdb.base/dfp-test.exp: Likewise.
3017
3018 2017-10-04  Pedro Alves  <palves@redhat.com>
3019
3020         * gdb.multi/hangout.c: Include <unistd.h>.
3021         (hangout_loop): New function.
3022         (main): Call alarm.  Call hangout_loop in a loop.
3023         * gdb.multi/hello.c: Include <unistd.h>.
3024         (hello_loop): New function.
3025         (main): Call alarm.  Call hangout_loop in a loop.
3026         * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3027         inferior with the other selected.
3028
3029 2017-10-04  Simon Marchi  <simon.marchi@ericsson.com>
3030
3031         * gdb.mi/list-thread-groups-available.exp: New file.
3032         * gdb.mi/list-thread-groups-available.c: New file.
3033
3034 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
3035
3036         * gdb.base/set-cwd.exp: Make it available on
3037         native-extended-gdbserver.
3038
3039 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
3040
3041         * gdb.base/set-cwd.c: New file.
3042         * gdb.base/set-cwd.exp: Likewise.
3043
3044 2017-10-02  Tom Tromey  <tom@tromey.com>
3045
3046         PR rust/22236:
3047         * gdb.rust/simple.rs (main): New variable "fslice".
3048         * gdb.rust/simple.exp: Add slice tests.  Update string tests.
3049
3050 2017-10-02  Tom Tromey  <tom@tromey.com>
3051
3052         * gdb.rust/simple.exp: Test ptype of a slice.
3053
3054 2017-10-02  Tom Tromey  <tom@tromey.com>
3055
3056         * gdb.rust/simple.exp: Test index of slice.
3057
3058 2017-09-27  Tom Tromey  <tom@tromey.com>
3059
3060         * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3061
3062 2017-09-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3063             Pedro Alves  <palves@redhat.com>
3064
3065         * gdb.base/compare-sections.exp (get value of read-only section): Read
3066         as unsigned value.
3067         (corrupt read-only section): Likewise and don't set written if patching
3068         failed.
3069
3070 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
3071
3072         * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3073         files.
3074
3075 2017-09-20  Pedro Alves  <palves@redhat.com>
3076
3077         * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3078         symbol names in gdb's output.
3079         * gdb.cp/overload.exp ("list all overloads"): Likewise.
3080
3081 2017-09-20  Pedro Alves  <palves@redhat.com>
3082
3083         * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3084         Rename to ...
3085         (test_list_ambiguous_symbol): ... this and add a symbol name
3086         parameter.  Adjust.
3087         (test_list_ambiguous_function): Reimplement on top of
3088         test_list_ambiguous_symbol and also test listing ambiguous
3089         variables.
3090         * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3091         (ambiguous_fun): ... this.
3092         (ambiguous_var): New.
3093         * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3094         (ambiguous_fun): ... this.
3095         (ambiguous_var): New.
3096
3097 2017-09-19  John Baldwin  <jhb@FreeBSD.org>
3098
3099         * gdb.base/starti.c: New file.
3100         * gdb.base/starti.exp: New file.
3101         * lib/gdb.exp (gdb_starti_cmd): New procedure.
3102
3103 2017-09-14  Pedro Alves  <palves@redhat.com>
3104
3105         * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3106         (top level): Use it instead of runto.
3107
3108 2017-09-11  Tom Tromey  <tom@tromey.com>
3109
3110         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3111
3112 2017-09-11  Tom Tromey  <tom@tromey.com>
3113
3114         * gdb.python/py-infthread.exp: Add tests for new_thread event.
3115         * gdb.python/py-inferior.exp: Add tests for new inferior events.
3116
3117 2017-09-08  Christoph Weinmann  <christoph.t.weinmann@intel.com>
3118
3119         * gdb.fortran/printing-types.exp: New file.
3120         * gdb.fortran/printing-types.exp: New file.
3121
3122 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
3123
3124         * gdb.fortran/vla-ptype.exp: Fix typos.
3125         * gdb.fortran/vla-value.exp: Same.
3126
3127 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
3128
3129         * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3130         * gdb.mi/mi-var-child-f.exp: Likewise.
3131         * gdb.mi/mi-vla-fortran.exp: Likewise.
3132
3133 2017-09-08  Frank Penczek  <frank.penczek@intel.com>
3134             Christoph Weinmann  <christoph.t.weinmann@intel.com>
3135             Bernhard Heckel  <bernhard.heckel@intel.com>
3136
3137         * gdb.fortran/ptr-indentation.f90: New file.
3138         * gdb.fortran/ptr-indentation.exp: New file.
3139
3140 2017-09-05  Tom Tromey  <tom@tromey.com>
3141
3142         PR gdb/22010:
3143         * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3144
3145 2017-09-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3146
3147         * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3148
3149 2017-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3150
3151         * gdb.threads/tls-nodebug-pie.c: New file.
3152         * gdb.threads/tls-nodebug-pie.exp: New file.
3153
3154 2017-09-05  Tom Tromey  <tom@tromey.com>
3155
3156         * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3157         for rust.
3158
3159 2017-09-05  Simon Marchi  <simon.marchi@ericsson.com>
3160
3161         * gdb.multi/multi-arch-exec.exp: Test with different
3162         "follow-exec-mode" settings.
3163         (do_test): New procedure.
3164
3165 2017-09-04  Pedro Alves  <palves@redhat.com>
3166
3167         * gdb.base/func-static.c (S::method const, S::method volatile)
3168         (S::method volatile const): New methods.
3169         (c_s, v_s, cv_s): New instances.
3170         (main): Call method() on them.
3171         * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3172         (cannot_resolve): New procedure.
3173         (cxx_scopes_list): Test cv methods.  Add print-scope-quote and
3174         print-quote-unquoted columns.
3175         (do_test): Test printing each scope too.
3176
3177 2017-09-04  Pedro Alves  <palves@redhat.com>
3178
3179         * gdb.base/local-static.exp: Also test with
3180         class::method::variable wholly quoted.
3181         * gdb.cp/m-static.exp (class::method::variable): Remove test.
3182
3183 2017-09-04  Pedro Alves  <palves@redhat.com>
3184
3185         * gdb.base/local-static.c: New.
3186         * gdb.base/local-static.cc: New.
3187         * gdb.base/local-static.exp:  New.
3188
3189 2017-09-04  Pedro Alves  <palves@redhat.com>
3190
3191         * gdb.asm/asm-source.exp: Add casts to int.
3192         * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3193         (dataglobal64_1, dataglobal64_2): New globals.
3194         * gdb.base/nodebug.exp: Test different expressions involving the
3195         new globals, with print, whatis and ptype.  Add casts to int.
3196         * gdb.base/solib-display.exp: Add casts to int.
3197         * gdb.compile/compile-ifunc.exp: Expect warning.  Add cast to int.
3198         * gdb.cp/m-static.exp: Add cast to int.
3199         * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3200         * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3201         tls variable with no debug info without a cast.  Test with a cast
3202         to int too.
3203         * gdb.trace/entry-values.exp: Add casts.
3204
3205 2017-09-04  Pedro Alves  <palves@redhat.com>
3206
3207         * gdb.base/nodebug.exp: Test that ptype's error about functions
3208         with unknown return type includes the function name too.
3209
3210 2017-09-04  Pedro Alves  <palves@redhat.com>
3211
3212         * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3213         return type of munmap in infcall.
3214         * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3215         * gdb.base/checkpoint.exp: Simplify using for loop.  Cast return
3216         type of ftell in infcall.
3217         * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3218         type of getpid in infcall.
3219         * gdb.base/infcall-exec.exp: Cast return type of execlp in
3220         infcall.
3221         * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3222         Bail on failure to extract the pid.
3223         * gdb.base/nodebug.c: #include <stdint.h>.
3224         (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3225         New functions.
3226         * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3227         Change expected output of print/whatis/ptype with functions with
3228         no debug info.  Test all supported languages.  Call
3229         test_call_promotion.
3230         * gdb.compile/compile.exp: Adjust expected output to expect
3231         warning.
3232         * gdb.threads/siginfo-threads.exp: Likewise.
3233
3234 2017-09-04  Pedro Alves  <palves@redhat.com>
3235
3236         * gdb.base/callfuncs.exp (do_function_calls): New parameter
3237         "prototypes".  Test calling float functions via prototyped and
3238         unprototyped function pointers.
3239         (perform_all_tests): New parameter "prototypes".  Pass it down.
3240         (top level): Pass down "prototypes" parameter to
3241         perform_all_tests.
3242
3243 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3244
3245         * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3246         Test with nested loops.
3247
3248 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3249
3250         * gdb.base/commands.exp: Call the new procedures.
3251         (loop_break_test, loop_continue_test): New procedures.
3252
3253 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3254
3255         * gdb.base/commands.exp: Call new procedure.
3256         (define_if_without_arg_test): New procedure.
3257
3258 2017-09-04  Pedro Alves  <palves@redhat.com>
3259
3260         * gdb.base/list-ambiguous.exp: New file.
3261         * gdb.base/list-ambiguous0.c: New file.
3262         * gdb.base/list-ambiguous1.c: New file.
3263         * gdb.base/list.exp (test_list_range): Adjust expected output.
3264
3265 2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
3266
3267         * gdb.base/share-env-with-gdbserver.c: New file.
3268         * gdb.base/share-env-with-gdbserver.exp: Likewise.
3269
3270 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3271
3272         * gdb.base/commands.exp (gdbvar_simple_if_test,
3273         gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3274         progvar_simple_if_test, progvar_simple_while_test,
3275         progvar_complex_if_while_test, user_defined_command_test,
3276         user_defined_command_args_eval,
3277         user_defined_command_args_stack_test,
3278         user_defined_command_manyargs_test, bp_deleted_in_command_test,
3279         temporary_breakpoint_commands,
3280         gdb_test_no_prompt, redefine_hook_test,
3281         redefine_backtrace_test): Remove "global gdb_prompt".
3282
3283 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3284
3285         * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3286         New proc, call it from toplevel.
3287
3288 2017-08-23  Sergio Durigan Junior  <sergiodj@redhat.com>
3289
3290         PR remote/21852
3291         * gdb.server/normal.c: New file, copied from gdb.base.
3292         * gdb.server/run-without-local-binary.exp: New file.
3293
3294 2017-08-07  Weimin Pan  <weimin.pan@oracle.com>
3295
3296         * gdb.arch/sparc64-adi.exp: New file.
3297         * gdb.arch/sparc64-adi.c: New file.
3298
3299 2017-08-22  Pedro Alves  <palves@redhat.com>
3300
3301         * gdb.cp/overload.exp (line_range_pattern): New procedure.
3302         (top level): Add "list all overloads" tests.
3303
3304 2017-08-22  Tom Tromey  <tom@tromey.com>
3305
3306         * gdb.gdb/xfullpath.exp: Remove.
3307
3308 2017-08-21  Pedro Alves  <palves@redhat.com>
3309
3310         PR gdb/19487
3311         * gdb.base/symbol-alias.c: New.
3312         * gdb.base/symbol-alias2.c: New.
3313         * gdb.base/symbol-alias.exp: New.
3314
3315 2017-08-21  Pedro Alves  <palves@redhat.com>
3316
3317         * gdb.base/dfp-test.c
3318         (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3319         (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3320         * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3321         * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3322         * gdb.base/whatis-ptype-typedefs.c: New.
3323         * gdb.base/whatis-ptype-typedefs.exp: New.
3324         * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3325         (an_int, an_int_type, an_int_type2): New globals.
3326         * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3327         involving typedefs and cast expressions.
3328         * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3329         (lookup_typedefs_function): New.
3330         (typedefs_pretty_printers_dict): New.
3331         (top level): Register lookup_typedefs_function in
3332         gdb.pretty_printers.
3333
3334 2017-08-18  Yao Qi  <yao.qi@linaro.org>
3335
3336         * gdb.server/unittest.exp: New.
3337
3338 2017-08-15  Sergio Durigan Junior  <sergiodj@redhat.com>
3339
3340         PR gdb/21954
3341         * gdb.base/environ.exp: Add test to check if 'unset environment'
3342         works.
3343
3344 2017-08-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3345
3346         * lib/gdb.exp (universal_compile_options): New caching proc.
3347         (gdb_compile): Suppress GCC's coloring of messages.
3348
3349 2017-08-14  Tom Tromey  <tom@tromey.com>
3350
3351         PR gdb/21675:
3352         * gdb.base/printcmds.exp (test_radices): New function.
3353         * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
3354         * gdb.base/sizeof.exp (check_valueof): Use p/d.
3355         * lib/gdb.exp (get_integer_valueof): Use p/d.
3356
3357 2017-08-12  Simon Marchi  <simon.marchi@ericsson.com>
3358
3359         * lib/gdb.exp (get_valueof): Don't capture end-of-line
3360         characters.
3361
3362 2017-08-05  Tom Tromey  <tom@tromey.com>
3363
3364         * gdb.rust/simple.exp: Allow String to appear in a different
3365         namespace.
3366
3367 2017-07-26  Yao Qi  <yao.qi@linaro.org>
3368
3369         * gdb.gdb/unittest.exp: Invoke command
3370         "maintenance check xml-descriptions".
3371
3372 2017-07-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3373
3374         * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
3375         calling context.
3376         (hex128): Drop erroneous calculation of parameters.
3377
3378 2017-07-22  Simon Marchi  <simon.marchi@ericsson.com>
3379
3380         * gdb.python/py-unwind.exp: Disable stack protection when
3381         building test file.
3382
3383 2017-07-20  Pedro Alves  <palves@redhat.com>
3384
3385         * gdb.base/default.exp (set language): Adjust expected output.
3386
3387 2017-07-20  Pedro Alves  <palves@redhat.com>
3388
3389         * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
3390         (test_minsym): ... this, and make static.
3391         (get_pck__foo__bar__minsym): Rename to ...
3392         (get_test_minsym): ... this.
3393         * gdb.base/dmsym.exp (): Remove "set language ada" call.  Adjust
3394         symbol names and comments.
3395         * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
3396         (get_test_minsym): ... this.
3397         (pck__foo__bar__minsym__2): Rename to ...
3398         (test_minsym): ... this.
3399         (main): Adjust.
3400
3401 2017-07-17  Pedro Alves  <palves@redhat.com>
3402
3403         * gdb.base/completion.exp: Adjust expected output.
3404         * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
3405         the completer works.
3406
3407 2017-07-17  Pedro Alves  <palves@redhat.com>
3408
3409         * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
3410
3411 2017-07-15  Andrew Burgess  <andrew.burgess@embecosm.com>
3412
3413         * gdb.mi/mi-vla-fortran.exp: Make test names unique.
3414
3415 2017-07-14  Tom Tromey  <tom@tromey.com>
3416
3417         PR rust/21764:
3418         * gdb.rust/simple.exp: Add tests.
3419
3420 2017-07-14  Tom Tromey  <tom@tromey.com>
3421
3422         * gdb.rust/simple.exp: Add regression test for PR rust/21763.
3423
3424 2017-07-14  Pedro Alves  <palves@redhat.com>
3425
3426         * gdb.linespec/base/one/thefile.cc (z1): New function.
3427         * gdb.linespec/base/two/thefile.cc (z2): New function.
3428         * gdb.linespec/linespec.exp: Add tests.
3429
3430 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
3431
3432         * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
3433         to mi_create_breakpoint.
3434
3435 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
3436
3437         * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
3438         mi_create_breakpoint.
3439
3440 2017-07-11  Iain Buclaw  <ibuclaw@gdcproject.org>
3441
3442         * gdb.dlang/demangle.exp: Update for demangling changes.
3443
3444 2017-07-09  Tom Tromey  <tom@tromey.com>
3445
3446         * gdb.dwarf2/shortpiece.exp: New file.
3447
3448 2017-07-06  David Blaikie  <dblaikie@gmail.com>
3449
3450         * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
3451         built from fissiont-multi-cu{1,2}.c.
3452         * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
3453         except putting 'main' and 'func' in separate CUs in the same DWO file.
3454         * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
3455         test.
3456         * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
3457         test.
3458
3459 2017-07-06  Pedro Alves  <palves@redhat.com>
3460
3461         * gdb.python/py-unwind.exp: Test flushregs.
3462
3463 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
3464
3465         PR cli/21688
3466         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
3467         tests for alias commands and trailing whitespace.
3468
3469 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
3470
3471         PR cli/21688
3472         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
3473         procedure.  Call it.
3474
3475 2017-06-29  Pedro Alves  <palves@redhat.com>
3476
3477         * gdb.base/printcmds.exp: Add tests.
3478
3479 2017-06-28  Doug Gilmore  <Doug.Gilmore@imgtec.com>
3480
3481         PR gdb/21337
3482         * gdb.base/reread-readsym.exp: New file.
3483         * gdb.base/reread-readsym.c: New file.
3484
3485 2017-06-21  Kevin Buettner  <kevinb@redhat.com>
3486
3487         * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
3488         subpattern.
3489
3490 2017-06-19  Peter Bergner  <bergner@vnet.ibm.com>
3491
3492         * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3493         extended mnemonic.
3494         * gdb.arch/powerpc-power9.s: Likewise.
3495
3496 2017-06-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3497
3498         * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
3499         on 32-bit x86 targets.  Exploit is_*_target macros where
3500         appropriate.
3501
3502 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3503
3504         * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
3505         register pieces.
3506
3507 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3508
3509         * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
3510         located in one or more DWARF pieces.
3511
3512 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3513
3514         * lib/gdb.exp (get_endianness): New proc.
3515         * gdb.arch/aarch64-fp.exp: Use it.
3516         * gdb.arch/altivec-regs.exp: Likewise.
3517         * gdb.arch/e500-regs.exp: Likewise.
3518         * gdb.arch/vsx-regs.exp: Likewise.
3519         * gdb.base/dump.exp: Likewise.
3520         * gdb.base/funcargs.exp: Likewise.
3521         * gdb.base/gnu_vector.exp: Likewise.
3522         * gdb.dwarf2/formdata16.exp: Likewise.
3523         * gdb.dwarf2/implptrpiece.exp: Likewise.
3524         * gdb.dwarf2/nonvar-access.exp: Likewise.
3525         * gdb.python/py-inferior.exp: Likewise.
3526         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3527
3528 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3529
3530         PR gdb/21226
3531         * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3532         stack value pieces are taken from the LSB end.
3533
3534 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3535
3536         * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3537         variable at nonzero offset.
3538
3539 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3540
3541         * gdb.dwarf2/var-access.c: New file.
3542         * gdb.dwarf2/var-access.exp: New test.
3543         * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3544
3545 2017-06-12  Tom Tromey  <tom@tromey.com>
3546
3547         * gdb.dwarf2/formdata16.exp: Add tests.
3548
3549 2017-06-12  Tom Tromey  <tom@tromey.com>
3550
3551         * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3552
3553 2017-06-12  Tom Tromey  <tom@tromey.com>
3554
3555         PR exp/16225:
3556         * gdb.reverse/i386-sse-reverse.exp: Update tests.
3557         * gdb.arch/vsx-regs.exp: Update tests.
3558         * gdb.arch/s390-vregs.exp (hex128): New proc.
3559         Update test.
3560         * gdb.arch/altivec-regs.exp: Update tests.
3561
3562 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
3563
3564         * gdb.base/startup-with-shell.c: New file.
3565         * gdb.base/startup-with-shell.exp: Likewise.
3566
3567 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
3568
3569         * gdb.server/non-existing-program.exp: Update regex in order to
3570         reflect the fact that gdbserver is now using fork_inferior (with a
3571         shell) to startup the inferior.
3572
3573 2017-05-30  Simon Marchi  <simon.marchi@ericsson.com>
3574
3575         * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3576         support function calls from GDB.
3577
3578 2017-05-21  Tom Tromey  <tom@tromey.com>
3579
3580         PR rust/21466:
3581         * gdb.rust/unsized.exp: New file.
3582         * gdb.rust/unsized.rs: New file.
3583
3584 2017-05-19  Tom Tromey  <tom@tromey.com>
3585
3586         PR rust/21484:
3587         * gdb.rust/watch.exp: New file.
3588         * gdb.rust/watch.rs: New file.
3589
3590 2017-05-18  Tom Tromey  <tom@tromey.com>
3591
3592         * gdb.rust/simple.exp: Allow Box to be qualified.
3593
3594 2017-05-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3595
3596         * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3597
3598 2017-05-18  Pedro Alves  <palves@redhat.com>
3599
3600         * gdb.base/fileio.c (test_write, test_read, test_close)
3601         (test_fstat): Don't print 'ret' in the fail path.
3602
3603 2017-05-18  Pedro Alves  <palves@redhat.com>
3604
3605         * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3606         (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3607         (test_system, test_rename, test_unlink, test_time): Change
3608         prototypes.
3609         * gdb.base/fileio.exp (stop_msg): Adjust.
3610
3611 2017-05-18  Pedro Alves  <palves@redhat.com>
3612
3613         * gdb.base/fileio.c (null_str): New global.
3614         (test_stat): Use it.
3615         * gdb.base/fileio.exp: Remove nowarnings.
3616
3617 2017-05-17  Yao Qi  <yao.qi@linaro.org>
3618
3619         * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3620
3621 2017-05-17  Simon Marchi  <simon.marchi@ericsson.com>
3622
3623         * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3624         argument command.
3625         (top-level): Invoke test_set_inferior_tty.
3626
3627 2017-05-04  Pedro Alves  <palves@redhat.com>
3628
3629         * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3630         Add parens to print call for Python 3.
3631
3632 2017-05-03  Keith Seitz  <keiths@redhat.com>
3633
3634         * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3635         (main): Call it.
3636
3637 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
3638
3639         * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3640         to prev and next.
3641
3642 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
3643
3644         * gdb.python/py-record-btrace.exp: Remove test for
3645         gdb.BtraceInstruction.error.
3646
3647 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
3648
3649         * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3650
3651 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
3652
3653         * gdb.python/py-record-btrace-threads.c: New file.
3654         * gdb.python/py-record-btrace-threads.exp: New file.
3655
3656 2017-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
3657
3658         PR testsuite/8595
3659         * gdb.base/environ.exp: Make test available in all architectures.
3660         Move bits related to "info program" testing to
3661         gdb.base/info-program.exp.  Rewrite tests to use the two new
3662         procedures mentione below.
3663         (test_set_show_env_var) New procedure.
3664         (test_set_show_env_var_equal): Likewise.
3665         * gdb.base/info-program.exp: New file.
3666
3667 2017-04-27  Keith Seitz  <keiths@redhat.com>
3668
3669         * gdb.cp/oranking.cc (test15): New function.
3670         (main): Call test15 and declare additional variables for testing.
3671         * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3672         "p foo101('abc')" tests.
3673         Add tests for cv qualifier overloads.
3674         * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3675         "lvalue reference overload" test.
3676         * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3677         "print value of f1 on Child&& in f2" test.
3678
3679 2017-04-19  Pedro Alves  <palves@redhat.com>
3680
3681         * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3682         procedure.
3683         (top level): Call it.
3684         * lib/gdb.exp (gdb_define_cmd): New procedure.
3685
3686 2017-04-12  Pedro Alves  <palves@redhat.com>
3687
3688         PR gdb/21323
3689         * gdb.cp/wide_char_types.c: Include <wchar.h>.
3690         (wchar): New global.
3691         * gdb.cp/wide_char_types.exp (wide_char_types_program)
3692         (do_test_wide_char, wide_char_types_no_program, top level): Add
3693         wchar_t testing.
3694
3695 2017-04-12  Pedro Alves  <palves@redhat.com>
3696
3697         PR c++/21323
3698         * gdb.cp/wide_char_types.c: New file.
3699         * gdb.cp/wide_char_types.exp: New file.
3700
3701 2017-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
3702
3703         PR gdb/21352
3704         * gdb.trace/tsv.exp: Add test for "tsave -r".
3705
3706 2017-03-30  Iain Buclaw  <ibuclaw@gdcproject.org>
3707
3708         * gdb.dlang/watch-loc.c: New file.
3709         * gdb.dlang/watch-loc.exp: New file.
3710
3711 2017-03-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
3712
3713         * gdb.python/py-section-script.exp (sepdebug): New testcases.
3714
3715 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
3716
3717         * gdb.arch/arc-analyze-prologue.S: New file.
3718         * gdb.arch/arc-analyze-prologue.exp: Likewise.
3719
3720 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
3721
3722         * gdb.arch/arc-decode-insn.S: New file.
3723         * gdb.arch/arc-decode-insn.exp: Likewise.
3724
3725 2017-03-21  Ivo Raisr  <ivo.raisr@oracle.com>
3726
3727         PR tdep/20928
3728         * gdb.arch/sparc64-regs.exp: New file.
3729         * gdb.arch/sparc64-regs.S: Likewise.
3730
3731 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
3732
3733         * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3734         and memory view on Python 3.
3735
3736 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
3737             Keith Seitz  <keiths@redhat.com>
3738
3739         PR gdb/14441
3740         * gdb.cp/demangle.exp: Add rvalue reference tests.
3741         * gdb.cp/rvalue-ref-casts.cc: New file.
3742         * gdb.cp/rvalue-ref-casts.exp: New file.
3743         * gdb.cp/rvalue-ref-overload.cc: New file.
3744         * gdb.cp/rvalue-ref-overload.exp: New file.
3745         * gdb.cp/rvalue-ref-params.cc: New file.
3746         * gdb.cp/rvalue-ref-params.exp: New file.
3747         * gdb.cp/rvalue-ref-sizeof.cc: New file.
3748         * gdb.cp/rvalue-ref-sizeof.exp: New file.
3749         * gdb.cp/rvalue-ref-types.cc: New file.
3750         * gdb.cp/rvalue-ref-types.exp: New file.
3751         * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3752         * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3753
3754 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
3755
3756         * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3757         New procedure.
3758
3759 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
3760
3761         * lib/mi-support.exp (mi_gdb_test): Add additional message
3762         for unexpected output.
3763
3764 2017-03-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3765
3766         * gdb.base/examine-backward.c (Barrier): New character array
3767         constant, to ensure that TestStrings is preceded by a string
3768         terminator.
3769
3770 2017-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3771
3772         * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3773         * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3774         and implicit pointer into such a location.
3775
3776 2017-03-16  Doug Evans  <dje@google.com>
3777
3778         * gdb.python/py-lazy-string (pointer): Really add new typedef.
3779
3780 2017-03-16  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3781
3782         * gdb.cp/m-static.exp: Fix expectation for prototype of
3783         test5.single_constructor and single_constructor::single_constructor.
3784
3785 2017-03-16  Doug Evans  <dje@google.com>
3786
3787         * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3788         * gdb.guile/scm-lazy-string.c: New file.
3789         * gdb.guile/scm-value.exp: Move lazy string tests to ...
3790         * gdb.guile/scm-lazy-string.exp: ... here, new file.  Add more tests
3791         for pointer, array, typedef lazy strings.
3792
3793 2017-03-16  Doug Evans  <dje@google.com>
3794
3795         PR python/17728, python/18439, python/18779
3796         * gdb.python/py-value.c (main) Delete locals sptr, sn.
3797         * gdb.python/py-lazy-string.c (pointer): New typedef.
3798         (main): New locals ptr, array, typedef_ptr.
3799         * gdb.python/py-value.exp: Move lazy string tests to ...
3800         * gdb.python/py-lazy-string.exp: ... here.  Add more tests for pointer,
3801         array, typedef lazy strings.
3802
3803 2017-03-14  Anton Kolesov  <anton.kolesov@synopsys.com>
3804
3805         * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3806           Add optional 'test' parameter.
3807
3808 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
3809
3810         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3811         Skip for versions of DejaGnu < 1.5.
3812
3813 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
3814
3815         * lib/gdb.exp (dejagnu_version): New proc.
3816         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3817         Use dejagnu_version.
3818
3819 2017-03-10  Keith Seitz  <keiths@redhat.com>
3820
3821         PR c++/8128
3822         * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3823         type from destructor regexps.
3824         Add a branch which actually passes the test.
3825         Adjust "ptype t5i" test names.
3826
3827 2017-03-08  Pedro Alves  <palves@redhat.com>
3828
3829         * gdb.base/step-over-exit.exp: Add explicit test message.
3830
3831 2017-03-08  Pedro Alves  <palves@redhat.com>
3832
3833         PR gdb/18360
3834         * gdb.threads/interrupt-while-step-over.c: New file.
3835         * gdb.threads/interrupt-while-step-over.exp: New file.
3836
3837 2017-03-08  Pedro Alves  <palves@redhat.com>
3838
3839         * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3840         * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3841
3842 2017-03-08  Pedro Alves  <palves@redhat.com>
3843
3844         * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3845         PKRU as not supported as a PASS.
3846
3847 2017-03-08  Pedro Alves  <palves@redhat.com>
3848
3849         * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3850         prefix instead of $binfile1/$binfile2.
3851         * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3852         in test message.
3853         * gdb.python/py-completion.exp: Use "load python file" as test
3854         messages instead of unstable path names.
3855
3856 2017-03-08  Pedro Alves  <palves@redhat.com>
3857             Jan Kratochvil  <jan.kratochvil@redhat.com>
3858
3859         PR cli/21218
3860         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3861         New proc.
3862         (top level): Call it.
3863
3864 2017-03-08  Pedro Alves  <palves@redhat.com>
3865
3866         PR tui/21216
3867         * gdb.tui/tui-nl-filtered-output.exp: New file.
3868
3869 2017-03-08  Pedro Alves  <palves@redhat.com>
3870
3871         * gdb.base/completion.exp: Move TUI completion tests to ...
3872         * gdb.tui/completion.exp: ... this new file.
3873
3874 2017-03-08  Pedro Alves  <palves@redhat.com>
3875
3876         * gdb.base/tui-disasm-long-lines.c,
3877         gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3878         gdb.base/tui-layout.exp: Move to ...
3879         * gdb.tui/: ... this new directory.
3880
3881 2017-03-07  Pedro Alves  <palves@redhat.com>
3882
3883         * gdb.base/tui-layout.c: New file.
3884         * gdb.base/tui-layout.exp: New file.
3885
3886 2017-03-07  Pedro Alves  <palves@redhat.com>
3887
3888         * gdb.base/tui-layout.c: Rename to ...
3889         * gdb.base/tui-disasm-long-lines.c: ... this.
3890         * gdb.base/tui-layout.exp: Rename to ...
3891         * gdb.base/tui-disasm-long-lines.exp: ... this.
3892
3893 2017-03-07  Pedro Alves  <palves@redhat.com>
3894
3895         * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3896
3897 2017-03-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
3898
3899         * i386-mpx-call.c: New file.
3900         * i386-mpx-call.exp: New file.
3901
3902 2017-02-28  Peter Bergner  <bergner@vnet.ibm.com>
3903
3904         * gdb.arch/powerpc-power.exp: Delete test.
3905         * gdb.arch/powerpc-power.s: Likewise.
3906         * gdb.disasm/disassembler-options.exp: New test.
3907         * gdb.arch/powerpc-altivec.exp: Likewise.
3908         * gdb.arch/powerpc-altivec.s: Likewise.
3909         * gdb.arch/powerpc-altivec2.exp: Likewise.
3910         * gdb.arch/powerpc-altivec2.s: Likewise.
3911         * gdb.arch/powerpc-altivec3.exp: Likewise.
3912         * gdb.arch/powerpc-altivec3.s: Likewise.
3913         * gdb.arch/powerpc-power7.exp: Likewise.
3914         * gdb.arch/powerpc-power7.s: Likewise.
3915         * gdb.arch/powerpc-power8.exp: Likewise.
3916         * gdb.arch/powerpc-power8.s: Likewise.
3917         * gdb.arch/powerpc-power9.exp: Likewise.
3918         * gdb.arch/powerpc-power9.s: Likewise.
3919         * gdb.arch/powerpc-vsx.exp: Likewise.
3920         * gdb.arch/powerpc-vsx.s: Likewise.
3921         * gdb.arch/powerpc-vsx2.exp: Likewise.
3922         * gdb.arch/powerpc-vsx2.s: Likewise.
3923         * gdb.arch/powerpc-vsx3.exp: Likewise.
3924         * gdb.arch/powerpc-vsx3.s: Likewise.
3925         * gdb.arch/arm-disassembler-options.exp: Likewise.
3926         * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3927         * gdb.arch/s390-disassembler-options.exp: Likewise.
3928
3929 2017-02-23  Luis Machado  <lgustavo@codesourcery.com>
3930
3931         * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3932         (check_supported_features): ... this. Changed return type to void.
3933         (supports_rdseed): New static global.
3934         (rdseed): Check supports_rdseed.
3935         (initialize): Call check_supported_features.
3936
3937 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3938
3939         * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3940         gdb.arch/ppc64-atomic-inst.exp.  Add tests for lbarx/stbcx, lharx/sthcx
3941         and lqarx/stqcx.
3942         * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3943         * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3944
3945 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3946
3947         * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3948         uppercase.
3949
3950 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3951
3952         * gdb.dwarf2/formdata16.c: New file.
3953         * gdb.dwarf2/formdata16.exp: New file.
3954         * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3955
3956 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3957
3958         * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3959         * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3960         * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3961         * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3962         DW_AT_GNU_*.
3963
3964 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3965
3966         * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3967
3968 2017-02-15  Sergio Durigan Junior  <sergiodj@redhat.com>
3969
3970         PR gdb/21164
3971         * gdb.base/maint.exp: Add testcases for when the commands do
3972         not have arguments.
3973
3974 2017-02-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3975
3976         * gdb.cp/chained-calls.exp: Use p instead of P.
3977
3978 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
3979
3980         * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3981         gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3982
3983 2017-02-14  Tom Tromey  <tom@tromey.com>
3984
3985         PR python/13598:
3986         * gdb.python/py-events.exp: Add before_prompt event tests.
3987
3988 2017-02-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3989
3990         * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3991
3992 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
3993
3994         * gdb.linespec/explicit.c (my_unique_function_name): New function.
3995         (main): Call my_unique_function_name.
3996         * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3997         completion of patterns with a single match.
3998         Add missing -re switches to gdb_test_multiple calls.
3999
4000 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
4001
4002         * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4003         return if core file is not recognized.
4004
4005 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
4006
4007         * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4008         and extra UIs.
4009
4010 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
4011
4012         * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4013         proc_with_prefix.
4014
4015 2017-02-10  Tom Tromey  <tom@tromey.com>
4016
4017         * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4018
4019 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
4020
4021         PR gdb/21122
4022         * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4023
4024 2017-02-08  Jerome Guitton  <guitton@adacore.com>
4025
4026         * gdb.base/define.exp: Add test for command abbreviations
4027         in define.
4028
4029 2017-02-06  Luis Machado  <lgustavo@codesourcery.com>
4030
4031         * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4032         * gdb.reverse/insn-reverse-x86.c: New file.
4033
4034 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
4035
4036         PR tdep/20936
4037         * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4038
4039 2017-02-03  Tom Tromey  <tom@tromey.com>
4040
4041         PR rust/21097:
4042         * gdb.rust/simple.exp: Add new tests.
4043
4044 2017-02-02  Pedro Alves  <palves@redhat.com>
4045
4046         * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4047         tests.
4048
4049 2017-02-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4050
4051         * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4052         taking a 2-byte value out of a 4-byte DWARF implicit value on
4053         big-endian targets.
4054         * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4055         logic.  Add test cases for DW_OP_implicit.
4056
4057 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4058
4059         * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4060
4061 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4062
4063         * gdb.btrace/enable.exp: Call gdb_exit before
4064         skip_gdbserver_tests.
4065
4066 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4067
4068         * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4069         GDBFLAGS.
4070
4071 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4072
4073         * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4074         the test is skipped.
4075         * gdb.btrace/data.exp: Likewise.
4076         * gdb.btrace/delta.exp: Likewise.
4077         * gdb.btrace/dlopen.exp: Likewise.
4078         * gdb.btrace/enable-running.exp: Likewise.
4079         * gdb.btrace/enable.exp: Likewise.
4080         * gdb.btrace/exception.exp: Likewise.
4081         * gdb.btrace/function_call_history.exp: Likewise.
4082         * gdb.btrace/gcore.exp: Likewise.
4083         * gdb.btrace/instruction_history.exp: Likewise.
4084         * gdb.btrace/multi-thread-step.exp: Likewise.
4085         * gdb.btrace/nohist.exp: Likewise.
4086         * gdb.btrace/non-stop.exp: Likewise.
4087         * gdb.btrace/reconnect.exp: Likewise.
4088         * gdb.btrace/record_goto-step.exp: Likewise.
4089         * gdb.btrace/record_goto.exp: Likewise.
4090         * gdb.btrace/rn-dl-bind.exp: Likewise.
4091         * gdb.btrace/segv.exp: Likewise.
4092         * gdb.btrace/step.exp: Likewise.
4093         * gdb.btrace/stepi.exp: Likewise.
4094         * gdb.btrace/tailcall-only.exp: Likewise.
4095         * gdb.btrace/tailcall.exp: Likewise.
4096         * gdb.btrace/tsx.exp: Likewise.
4097         * gdb.btrace/unknown_functions.exp: Likewise.
4098         * gdb.btrace/vdso.exp: Likewise.
4099
4100 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4101
4102         * gdb.btrace/enable-running.c: New.
4103         * gdb.btrace/enable-running.exp: New.
4104
4105 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
4106
4107         * gdb.arch/amd64-gs_base.c: New file.
4108         * gdb.arch/amd64-gs_base.exp: New file.
4109
4110 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
4111
4112         * lib/memory.exp: Remove spurious empty newlines.
4113
4114 2017-01-26  Simon Marchi  <simon.marchi@polymtl.ca>
4115
4116         * gdb.python/py-bad-printers.exp: Load python file using "source".
4117         * gdb.python/py-events.exp: Likewise.
4118         * gdb.python/py-evsignal.exp: Likewise.
4119         * gdb.python/py-evthreads.exp: Likewise.
4120         * gdb.python/py-frame-args.exp: Likewise.
4121         * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4122         * gdb.python/py-framefilter-mi.exp: Likewise.
4123         * gdb.python/py-framefilter.exp: Likewise.
4124         * gdb.python/py-mi.exp: Likewise.
4125         * gdb.python/py-pp-maint.exp: Likewise.
4126         * gdb.python/py-pp-registration.exp: Likewise.
4127         * gdb.python/py-prettyprint.exp: Likewise.
4128         (run_lang_tests): Likewise.
4129         * gdb.python/py-typeprint.exp: Likewise.
4130
4131 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
4132
4133         * lib/memory.exp: New file.
4134         * lib/gdb.exp: Load memory.exp.
4135         * gdb.base/memattr.exp (delete_memory): Move proc to
4136         lib/memory.exp and rename to delete_memory_regions.
4137         Replace delete_memory with delete_memory_regions.
4138         Cleanup memory regions before tests.
4139         * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4140         before tests.
4141
4142 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
4143
4144         * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4145         files.
4146         (initialize): New function conditionally defined.
4147         (testcases): Move within conditional block.
4148         (main): Call initialize.
4149         * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4150         of gdb.reverse/insn-reverse.c.
4151         * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4152         gdb.reverse/insn-reverse.c.
4153
4154 2017-01-26  Yao Qi  <yao.qi@linaro.org>
4155
4156         * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4157         disassemble on address 0.
4158
4159 2017-01-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4160             Yao Qi  <yao.qi@linaro.org>
4161
4162         * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4163         * gdb.dwarf2/implptr-64bit.S: Remove.
4164         * lib/dwarf.exp (Dwarf): Handle character "%".  Evaluate some
4165         variables in caller's context.  Add DW_OP_implicit_value.
4166
4167 2017-01-25  Yao Qi  <yao.qi@linaro.org>
4168
4169         * lib/dwarf.exp (Dwarf::_location): Handle
4170         DW_OP_GNU_implicit_pointer with proper size.
4171
4172 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
4173
4174         * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4175         and add untested calls.
4176
4177 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
4178
4179         * gdb.python/python.exp: Check line number against what GDB thinks
4180         the line number is for func1.
4181
4182 2017-01-08  Iain Buclaw  <ibuclaw@gdcproject.org>
4183
4184         * gdb.dlang/debug-expr.exp: New file.
4185
4186 2016-12-23  Luis Machado  <lgustavo@codesourcery.com>
4187
4188         Fix test names for the following files:
4189
4190         * gdb.ada/exec_changed.exp
4191         * gdb.ada/info_types.exp
4192         * gdb.arch/aarch64-atomic-inst.exp
4193         * gdb.arch/aarch64-fp.exp
4194         * gdb.arch/altivec-abi.exp
4195         * gdb.arch/altivec-regs.exp
4196         * gdb.arch/amd64-byte.exp
4197         * gdb.arch/amd64-disp-step.exp
4198         * gdb.arch/amd64-dword.exp
4199         * gdb.arch/amd64-entry-value-inline.exp
4200         * gdb.arch/amd64-entry-value-param.exp
4201         * gdb.arch/amd64-entry-value-paramref.exp
4202         * gdb.arch/amd64-entry-value.exp
4203         * gdb.arch/amd64-i386-address.exp
4204         * gdb.arch/amd64-invalid-stack-middle.exp
4205         * gdb.arch/amd64-invalid-stack-top.exp
4206         * gdb.arch/amd64-optimout-repeat.exp
4207         * gdb.arch/amd64-prologue-skip.exp
4208         * gdb.arch/amd64-prologue-xmm.exp
4209         * gdb.arch/amd64-stap-special-operands.exp
4210         * gdb.arch/amd64-stap-wrong-subexp.exp
4211         * gdb.arch/amd64-tailcall-cxx.exp
4212         * gdb.arch/amd64-tailcall-noret.exp
4213         * gdb.arch/amd64-tailcall-ret.exp
4214         * gdb.arch/amd64-tailcall-self.exp
4215         * gdb.arch/amd64-word.exp
4216         * gdb.arch/arm-bl-branch-dest.exp
4217         * gdb.arch/arm-disp-step.exp
4218         * gdb.arch/arm-neon.exp
4219         * gdb.arch/arm-single-step-kernel-helper.exp
4220         * gdb.arch/avr-flash-qualifier.exp
4221         * gdb.arch/disp-step-insn-reloc.exp
4222         * gdb.arch/e500-abi.exp
4223         * gdb.arch/e500-regs.exp
4224         * gdb.arch/ftrace-insn-reloc.exp
4225         * gdb.arch/i386-avx512.exp
4226         * gdb.arch/i386-bp_permanent.exp
4227         * gdb.arch/i386-byte.exp
4228         * gdb.arch/i386-cfi-notcurrent.exp
4229         * gdb.arch/i386-disp-step.exp
4230         * gdb.arch/i386-dr3-watch.exp
4231         * gdb.arch/i386-float.exp
4232         * gdb.arch/i386-gnu-cfi.exp
4233         * gdb.arch/i386-mpx-map.exp
4234         * gdb.arch/i386-mpx-sigsegv.exp
4235         * gdb.arch/i386-mpx-simple_segv.exp
4236         * gdb.arch/i386-mpx.exp
4237         * gdb.arch/i386-permbkpt.exp
4238         * gdb.arch/i386-prologue.exp
4239         * gdb.arch/i386-signal.exp
4240         * gdb.arch/i386-size-overlap.exp
4241         * gdb.arch/i386-unwind.exp
4242         * gdb.arch/i386-word.exp
4243         * gdb.arch/mips-fcr.exp
4244         * gdb.arch/powerpc-d128-regs.exp
4245         * gdb.arch/powerpc-stackless.exp
4246         * gdb.arch/ppc64-atomic-inst.exp
4247         * gdb.arch/s390-stackless.exp
4248         * gdb.arch/s390-tdbregs.exp
4249         * gdb.arch/s390-vregs.exp
4250         * gdb.arch/sparc-sysstep.exp
4251         * gdb.arch/thumb-bx-pc.exp
4252         * gdb.arch/thumb-singlestep.exp
4253         * gdb.arch/thumb2-it.exp
4254         * gdb.arch/vsx-regs.exp
4255         * gdb.asm/asm-source.exp
4256         * gdb.base/a2-run.exp
4257         * gdb.base/advance.exp
4258         * gdb.base/all-bin.exp
4259         * gdb.base/anon.exp
4260         * gdb.base/args.exp
4261         * gdb.base/arithmet.exp
4262         * gdb.base/async-shell.exp
4263         * gdb.base/async.exp
4264         * gdb.base/attach-pie-noexec.exp
4265         * gdb.base/attach-twice.exp
4266         * gdb.base/auto-load.exp
4267         * gdb.base/bang.exp
4268         * gdb.base/bitfields.exp
4269         * gdb.base/break-always.exp
4270         * gdb.base/break-caller-line.exp
4271         * gdb.base/break-entry.exp
4272         * gdb.base/break-inline.exp
4273         * gdb.base/break-on-linker-gcd-function.exp
4274         * gdb.base/break-probes.exp
4275         * gdb.base/break.exp
4276         * gdb.base/breakpoint-shadow.exp
4277         * gdb.base/call-ar-st.exp
4278         * gdb.base/call-sc.exp
4279         * gdb.base/call-signal-resume.exp
4280         * gdb.base/call-strs.exp
4281         * gdb.base/callfuncs.exp
4282         * gdb.base/catch-fork-static.exp
4283         * gdb.base/catch-gdb-caused-signals.exp
4284         * gdb.base/catch-load.exp
4285         * gdb.base/catch-signal-fork.exp
4286         * gdb.base/catch-signal.exp
4287         * gdb.base/catch-syscall.exp
4288         * gdb.base/charset.exp
4289         * gdb.base/checkpoint.exp
4290         * gdb.base/chng-syms.exp
4291         * gdb.base/code-expr.exp
4292         * gdb.base/code_elim.exp
4293         * gdb.base/commands.exp
4294         * gdb.base/completion.exp
4295         * gdb.base/complex.exp
4296         * gdb.base/cond-expr.exp
4297         * gdb.base/condbreak.exp
4298         * gdb.base/consecutive.exp
4299         * gdb.base/continue-all-already-running.exp
4300         * gdb.base/coredump-filter.exp
4301         * gdb.base/corefile.exp
4302         * gdb.base/dbx.exp
4303         * gdb.base/debug-expr.exp
4304         * gdb.base/define.exp
4305         * gdb.base/del.exp
4306         * gdb.base/disabled-location.exp
4307         * gdb.base/disasm-end-cu.exp
4308         * gdb.base/disasm-optim.exp
4309         * gdb.base/display.exp
4310         * gdb.base/duplicate-bp.exp
4311         * gdb.base/ena-dis-br.exp
4312         * gdb.base/ending-run.exp
4313         * gdb.base/enumval.exp
4314         * gdb.base/environ.exp
4315         * gdb.base/eu-strip-infcall.exp
4316         * gdb.base/eval-avoid-side-effects.exp
4317         * gdb.base/eval-skip.exp
4318         * gdb.base/exitsignal.exp
4319         * gdb.base/expand-psymtabs.exp
4320         * gdb.base/filesym.exp
4321         * gdb.base/find-unmapped.exp
4322         * gdb.base/finish.exp
4323         * gdb.base/float.exp
4324         * gdb.base/foll-exec-mode.exp
4325         * gdb.base/foll-exec.exp
4326         * gdb.base/foll-fork.exp
4327         * gdb.base/fortran-sym-case.exp
4328         * gdb.base/freebpcmd.exp
4329         * gdb.base/func-ptr.exp
4330         * gdb.base/func-ptrs.exp
4331         * gdb.base/funcargs.exp
4332         * gdb.base/gcore-buffer-overflow.exp
4333         * gdb.base/gcore-relro-pie.exp
4334         * gdb.base/gcore-relro.exp
4335         * gdb.base/gcore.exp
4336         * gdb.base/gdb1090.exp
4337         * gdb.base/gdb11530.exp
4338         * gdb.base/gdb11531.exp
4339         * gdb.base/gdb1821.exp
4340         * gdb.base/gdbindex-stabs.exp
4341         * gdb.base/gdbvars.exp
4342         * gdb.base/hbreak.exp
4343         * gdb.base/hbreak2.exp
4344         * gdb.base/included.exp
4345         * gdb.base/infcall-input.exp
4346         * gdb.base/inferior-died.exp
4347         * gdb.base/infnan.exp
4348         * gdb.base/info-macros.exp
4349         * gdb.base/info-os.exp
4350         * gdb.base/info-proc.exp
4351         * gdb.base/info-shared.exp
4352         * gdb.base/info-target.exp
4353         * gdb.base/infoline.exp
4354         * gdb.base/interp.exp
4355         * gdb.base/interrupt.exp
4356         * gdb.base/jit-reader.exp
4357         * gdb.base/jit-simple.exp
4358         * gdb.base/kill-after-signal.exp
4359         * gdb.base/kill-detach-inferiors-cmd.exp
4360         * gdb.base/label.exp
4361         * gdb.base/langs.exp
4362         * gdb.base/ldbl_e308.exp
4363         * gdb.base/line-symtabs.exp
4364         * gdb.base/linespecs.exp
4365         * gdb.base/list.exp
4366         * gdb.base/long_long.exp
4367         * gdb.base/longest-types.exp
4368         * gdb.base/maint.exp
4369         * gdb.base/max-value-size.exp
4370         * gdb.base/memattr.exp
4371         * gdb.base/mips_pro.exp
4372         * gdb.base/morestack.exp
4373         * gdb.base/moribund-step.exp
4374         * gdb.base/multi-forks.exp
4375         * gdb.base/nested-addr.exp
4376         * gdb.base/nextoverexit.exp
4377         * gdb.base/noreturn-finish.exp
4378         * gdb.base/noreturn-return.exp
4379         * gdb.base/nostdlib.exp
4380         * gdb.base/offsets.exp
4381         * gdb.base/opaque.exp
4382         * gdb.base/pc-fp.exp
4383         * gdb.base/permissions.exp
4384         * gdb.base/print-symbol-loading.exp
4385         * gdb.base/prologue-include.exp
4386         * gdb.base/psymtab.exp
4387         * gdb.base/ptype.exp
4388         * gdb.base/random-signal.exp
4389         * gdb.base/randomize.exp
4390         * gdb.base/range-stepping.exp
4391         * gdb.base/readline-ask.exp
4392         * gdb.base/recpar.exp
4393         * gdb.base/recurse.exp
4394         * gdb.base/relational.exp
4395         * gdb.base/restore.exp
4396         * gdb.base/return-nodebug.exp
4397         * gdb.base/return.exp
4398         * gdb.base/run-after-attach.exp
4399         * gdb.base/save-bp.exp
4400         * gdb.base/scope.exp
4401         * gdb.base/sect-cmd.exp
4402         * gdb.base/set-lang-auto.exp
4403         * gdb.base/set-noassign.exp
4404         * gdb.base/setvar.exp
4405         * gdb.base/sigall.exp
4406         * gdb.base/sigbpt.exp
4407         * gdb.base/siginfo-addr.exp
4408         * gdb.base/siginfo-infcall.exp
4409         * gdb.base/siginfo-obj.exp
4410         * gdb.base/siginfo.exp
4411         * gdb.base/signals-state-child.exp
4412         * gdb.base/signest.exp
4413         * gdb.base/sigstep.exp
4414         * gdb.base/sizeof.exp
4415         * gdb.base/skip.exp
4416         * gdb.base/solib-corrupted.exp
4417         * gdb.base/solib-nodir.exp
4418         * gdb.base/solib-search.exp
4419         * gdb.base/stack-checking.exp
4420         * gdb.base/stale-infcall.exp
4421         * gdb.base/stap-probe.exp
4422         * gdb.base/start.exp
4423         * gdb.base/step-break.exp
4424         * gdb.base/step-bt.exp
4425         * gdb.base/step-line.exp
4426         * gdb.base/step-over-exit.exp
4427         * gdb.base/step-over-syscall.exp
4428         * gdb.base/step-resume-infcall.exp
4429         * gdb.base/step-test.exp
4430         * gdb.base/store.exp
4431         * gdb.base/structs3.exp
4432         * gdb.base/sym-file.exp
4433         * gdb.base/symbol-without-target_section.exp
4434         * gdb.base/term.exp
4435         * gdb.base/testenv.exp
4436         * gdb.base/ui-redirect.exp
4437         * gdb.base/until.exp
4438         * gdb.base/unwindonsignal.exp
4439         * gdb.base/value-double-free.exp
4440         * gdb.base/vla-datatypes.exp
4441         * gdb.base/vla-ptr.exp
4442         * gdb.base/vla-sideeffect.exp
4443         * gdb.base/volatile.exp
4444         * gdb.base/watch-cond-infcall.exp
4445         * gdb.base/watch-cond.exp
4446         * gdb.base/watch-non-mem.exp
4447         * gdb.base/watch-read.exp
4448         * gdb.base/watch-vfork.exp
4449         * gdb.base/watchpoint-cond-gone.exp
4450         * gdb.base/watchpoint-delete.exp
4451         * gdb.base/watchpoint-hw-hit-once.exp
4452         * gdb.base/watchpoint-hw.exp
4453         * gdb.base/watchpoint-stops-at-right-insn.exp
4454         * gdb.base/watchpoints.exp
4455         * gdb.base/wchar.exp
4456         * gdb.base/whatis-exp.exp
4457         * gdb.btrace/buffer-size.exp
4458         * gdb.btrace/data.exp
4459         * gdb.btrace/delta.exp
4460         * gdb.btrace/dlopen.exp
4461         * gdb.btrace/enable.exp
4462         * gdb.btrace/exception.exp
4463         * gdb.btrace/function_call_history.exp
4464         * gdb.btrace/gcore.exp
4465         * gdb.btrace/instruction_history.exp
4466         * gdb.btrace/nohist.exp
4467         * gdb.btrace/reconnect.exp
4468         * gdb.btrace/record_goto-step.exp
4469         * gdb.btrace/record_goto.exp
4470         * gdb.btrace/rn-dl-bind.exp
4471         * gdb.btrace/segv.exp
4472         * gdb.btrace/step.exp
4473         * gdb.btrace/stepi.exp
4474         * gdb.btrace/tailcall-only.exp
4475         * gdb.btrace/tailcall.exp
4476         * gdb.btrace/tsx.exp
4477         * gdb.btrace/unknown_functions.exp
4478         * gdb.btrace/vdso.exp
4479         * gdb.compile/compile-ifunc.exp
4480         * gdb.compile/compile-ops.exp
4481         * gdb.compile/compile-print.exp
4482         * gdb.compile/compile-setjmp.exp
4483         * gdb.cp/abstract-origin.exp
4484         * gdb.cp/ambiguous.exp
4485         * gdb.cp/annota2.exp
4486         * gdb.cp/annota3.exp
4487         * gdb.cp/anon-ns.exp
4488         * gdb.cp/anon-struct.exp
4489         * gdb.cp/anon-union.exp
4490         * gdb.cp/arg-reference.exp
4491         * gdb.cp/baseenum.exp
4492         * gdb.cp/bool.exp
4493         * gdb.cp/breakpoint.exp
4494         * gdb.cp/bs15503.exp
4495         * gdb.cp/call-c.exp
4496         * gdb.cp/casts.exp
4497         * gdb.cp/chained-calls.exp
4498         * gdb.cp/class2.exp
4499         * gdb.cp/classes.exp
4500         * gdb.cp/cmpd-minsyms.exp
4501         * gdb.cp/converts.exp
4502         * gdb.cp/cp-relocate.exp
4503         * gdb.cp/cpcompletion.exp
4504         * gdb.cp/cpexprs.exp
4505         * gdb.cp/cplabel.exp
4506         * gdb.cp/cplusfuncs.exp
4507         * gdb.cp/cpsizeof.exp
4508         * gdb.cp/ctti.exp
4509         * gdb.cp/derivation.exp
4510         * gdb.cp/destrprint.exp
4511         * gdb.cp/dispcxx.exp
4512         * gdb.cp/enum-class.exp
4513         * gdb.cp/exception.exp
4514         * gdb.cp/exceptprint.exp
4515         * gdb.cp/expand-psymtabs-cxx.exp
4516         * gdb.cp/expand-sals.exp
4517         * gdb.cp/extern-c.exp
4518         * gdb.cp/filename.exp
4519         * gdb.cp/formatted-ref.exp
4520         * gdb.cp/fpointer.exp
4521         * gdb.cp/gdb1355.exp
4522         * gdb.cp/gdb2495.exp
4523         * gdb.cp/hang.exp
4524         * gdb.cp/impl-this.exp
4525         * gdb.cp/infcall-dlopen.exp
4526         * gdb.cp/inherit.exp
4527         * gdb.cp/iostream.exp
4528         * gdb.cp/koenig.exp
4529         * gdb.cp/local.exp
4530         * gdb.cp/m-data.exp
4531         * gdb.cp/m-static.exp
4532         * gdb.cp/mb-ctor.exp
4533         * gdb.cp/mb-inline.exp
4534         * gdb.cp/mb-templates.exp
4535         * gdb.cp/member-name.exp
4536         * gdb.cp/member-ptr.exp
4537         * gdb.cp/meth-typedefs.exp
4538         * gdb.cp/method.exp
4539         * gdb.cp/method2.exp
4540         * gdb.cp/minsym-fallback.exp
4541         * gdb.cp/misc.exp
4542         * gdb.cp/namelessclass.exp
4543         * gdb.cp/namespace-enum.exp
4544         * gdb.cp/namespace-nested-import.exp
4545         * gdb.cp/namespace.exp
4546         * gdb.cp/nextoverthrow.exp
4547         * gdb.cp/no-dmgl-verbose.exp
4548         * gdb.cp/non-trivial-retval.exp
4549         * gdb.cp/noparam.exp
4550         * gdb.cp/nsdecl.exp
4551         * gdb.cp/nsimport.exp
4552         * gdb.cp/nsnested.exp
4553         * gdb.cp/nsnoimports.exp
4554         * gdb.cp/nsrecurs.exp
4555         * gdb.cp/nsstress.exp
4556         * gdb.cp/nsusing.exp
4557         * gdb.cp/operator.exp
4558         * gdb.cp/oranking.exp
4559         * gdb.cp/overload-const.exp
4560         * gdb.cp/overload.exp
4561         * gdb.cp/ovldbreak.exp
4562         * gdb.cp/ovsrch.exp
4563         * gdb.cp/paren-type.exp
4564         * gdb.cp/parse-lang.exp
4565         * gdb.cp/pass-by-ref.exp
4566         * gdb.cp/pr-1023.exp
4567         * gdb.cp/pr-1210.exp
4568         * gdb.cp/pr-574.exp
4569         * gdb.cp/pr10687.exp
4570         * gdb.cp/pr12028.exp
4571         * gdb.cp/pr17132.exp
4572         * gdb.cp/pr17494.exp
4573         * gdb.cp/pr9067.exp
4574         * gdb.cp/pr9167.exp
4575         * gdb.cp/pr9631.exp
4576         * gdb.cp/printmethod.exp
4577         * gdb.cp/psmang.exp
4578         * gdb.cp/psymtab-parameter.exp
4579         * gdb.cp/ptype-cv-cp.exp
4580         * gdb.cp/ptype-flags.exp
4581         * gdb.cp/re-set-overloaded.exp
4582         * gdb.cp/ref-types.exp
4583         * gdb.cp/rtti.exp
4584         * gdb.cp/scope-err.exp
4585         * gdb.cp/shadow.exp
4586         * gdb.cp/smartp.exp
4587         * gdb.cp/static-method.exp
4588         * gdb.cp/static-print-quit.exp
4589         * gdb.cp/temargs.exp
4590         * gdb.cp/templates.exp
4591         * gdb.cp/try_catch.exp
4592         * gdb.cp/typedef-operator.exp
4593         * gdb.cp/typeid.exp
4594         * gdb.cp/userdef.exp
4595         * gdb.cp/using-crash.exp
4596         * gdb.cp/var-tag.exp
4597         * gdb.cp/virtbase.exp
4598         * gdb.cp/virtfunc.exp
4599         * gdb.cp/virtfunc2.exp
4600         * gdb.cp/vla-cxx.exp
4601         * gdb.disasm/t01_mov.exp
4602         * gdb.disasm/t02_mova.exp
4603         * gdb.disasm/t03_add.exp
4604         * gdb.disasm/t04_sub.exp
4605         * gdb.disasm/t05_cmp.exp
4606         * gdb.disasm/t06_ari2.exp
4607         * gdb.disasm/t07_ari3.exp
4608         * gdb.disasm/t08_or.exp
4609         * gdb.disasm/t09_xor.exp
4610         * gdb.disasm/t10_and.exp
4611         * gdb.disasm/t11_logs.exp
4612         * gdb.disasm/t12_bit.exp
4613         * gdb.disasm/t13_otr.exp
4614         * gdb.dlang/circular.exp
4615         * gdb.dwarf2/arr-stride.exp
4616         * gdb.dwarf2/arr-subrange.exp
4617         * gdb.dwarf2/atomic-type.exp
4618         * gdb.dwarf2/bad-regnum.exp
4619         * gdb.dwarf2/bitfield-parent-optimized-out.exp
4620         * gdb.dwarf2/callframecfa.exp
4621         * gdb.dwarf2/clztest.exp
4622         * gdb.dwarf2/corrupt.exp
4623         * gdb.dwarf2/data-loc.exp
4624         * gdb.dwarf2/dup-psym.exp
4625         * gdb.dwarf2/dw2-anon-mptr.exp
4626         * gdb.dwarf2/dw2-anonymous-func.exp
4627         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4628         * gdb.dwarf2/dw2-bad-unresolved.exp
4629         * gdb.dwarf2/dw2-basic.exp
4630         * gdb.dwarf2/dw2-canonicalize-type.exp
4631         * gdb.dwarf2/dw2-case-insensitive.exp
4632         * gdb.dwarf2/dw2-common-block.exp
4633         * gdb.dwarf2/dw2-compdir-oldgcc.exp
4634         * gdb.dwarf2/dw2-compressed.exp
4635         * gdb.dwarf2/dw2-const.exp
4636         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4637         * gdb.dwarf2/dw2-cu-size.exp
4638         * gdb.dwarf2/dw2-dup-frame.exp
4639         * gdb.dwarf2/dw2-entry-value.exp
4640         * gdb.dwarf2/dw2-icycle.exp
4641         * gdb.dwarf2/dw2-ifort-parameter.exp
4642         * gdb.dwarf2/dw2-inline-break.exp
4643         * gdb.dwarf2/dw2-inline-param.exp
4644         * gdb.dwarf2/dw2-intercu.exp
4645         * gdb.dwarf2/dw2-intermix.exp
4646         * gdb.dwarf2/dw2-lexical-block-bare.exp
4647         * gdb.dwarf2/dw2-linkage-name-trust.exp
4648         * gdb.dwarf2/dw2-minsym-in-cu.exp
4649         * gdb.dwarf2/dw2-noloc.exp
4650         * gdb.dwarf2/dw2-op-call.exp
4651         * gdb.dwarf2/dw2-op-out-param.exp
4652         * gdb.dwarf2/dw2-opt-structptr.exp
4653         * gdb.dwarf2/dw2-param-error.exp
4654         * gdb.dwarf2/dw2-producer.exp
4655         * gdb.dwarf2/dw2-ranges-base.exp
4656         * gdb.dwarf2/dw2-ref-missing-frame.exp
4657         * gdb.dwarf2/dw2-reg-undefined.exp
4658         * gdb.dwarf2/dw2-regno-invalid.exp
4659         * gdb.dwarf2/dw2-restore.exp
4660         * gdb.dwarf2/dw2-restrict.exp
4661         * gdb.dwarf2/dw2-single-line-discriminators.exp
4662         * gdb.dwarf2/dw2-strp.exp
4663         * gdb.dwarf2/dw2-undefined-ret-addr.exp
4664         * gdb.dwarf2/dw2-unresolved.exp
4665         * gdb.dwarf2/dw2-var-zero-addr.exp
4666         * gdb.dwarf2/dw4-sig-types.exp
4667         * gdb.dwarf2/dwz.exp
4668         * gdb.dwarf2/dynarr-ptr.exp
4669         * gdb.dwarf2/enum-type.exp
4670         * gdb.dwarf2/gdb-index.exp
4671         * gdb.dwarf2/implptr-64bit.exp
4672         * gdb.dwarf2/implptr-optimized-out.exp
4673         * gdb.dwarf2/implptr.exp
4674         * gdb.dwarf2/implref-array.exp
4675         * gdb.dwarf2/implref-const.exp
4676         * gdb.dwarf2/implref-global.exp
4677         * gdb.dwarf2/implref-struct.exp
4678         * gdb.dwarf2/mac-fileno.exp
4679         * gdb.dwarf2/main-subprogram.exp
4680         * gdb.dwarf2/member-ptr-forwardref.exp
4681         * gdb.dwarf2/method-ptr.exp
4682         * gdb.dwarf2/missing-sig-type.exp
4683         * gdb.dwarf2/nonvar-access.exp
4684         * gdb.dwarf2/opaque-type-lookup.exp
4685         * gdb.dwarf2/pieces-optimized-out.exp
4686         * gdb.dwarf2/pieces.exp
4687         * gdb.dwarf2/pr10770.exp
4688         * gdb.dwarf2/pr13961.exp
4689         * gdb.dwarf2/staticvirtual.exp
4690         * gdb.dwarf2/subrange.exp
4691         * gdb.dwarf2/symtab-producer.exp
4692         * gdb.dwarf2/trace-crash.exp
4693         * gdb.dwarf2/typeddwarf.exp
4694         * gdb.dwarf2/valop.exp
4695         * gdb.dwarf2/watch-notconst.exp
4696         * gdb.fortran/array-element.exp
4697         * gdb.fortran/charset.exp
4698         * gdb.fortran/common-block.exp
4699         * gdb.fortran/complex.exp
4700         * gdb.fortran/derived-type-function.exp
4701         * gdb.fortran/derived-type.exp
4702         * gdb.fortran/logical.exp
4703         * gdb.fortran/module.exp
4704         * gdb.fortran/multi-dim.exp
4705         * gdb.fortran/nested-funcs.exp
4706         * gdb.fortran/print-formatted.exp
4707         * gdb.fortran/subarray.exp
4708         * gdb.fortran/vla-alloc-assoc.exp
4709         * gdb.fortran/vla-datatypes.exp
4710         * gdb.fortran/vla-history.exp
4711         * gdb.fortran/vla-ptr-info.exp
4712         * gdb.fortran/vla-ptype-sub.exp
4713         * gdb.fortran/vla-ptype.exp
4714         * gdb.fortran/vla-sizeof.exp
4715         * gdb.fortran/vla-type.exp
4716         * gdb.fortran/vla-value-sub-arbitrary.exp
4717         * gdb.fortran/vla-value-sub-finish.exp
4718         * gdb.fortran/vla-value-sub.exp
4719         * gdb.fortran/vla-value.exp
4720         * gdb.fortran/whatis_type.exp
4721         * gdb.go/chan.exp
4722         * gdb.go/handcall.exp
4723         * gdb.go/hello.exp
4724         * gdb.go/integers.exp
4725         * gdb.go/methods.exp
4726         * gdb.go/package.exp
4727         * gdb.go/strings.exp
4728         * gdb.go/types.exp
4729         * gdb.go/unsafe.exp
4730         * gdb.guile/scm-arch.exp
4731         * gdb.guile/scm-block.exp
4732         * gdb.guile/scm-breakpoint.exp
4733         * gdb.guile/scm-cmd.exp
4734         * gdb.guile/scm-disasm.exp
4735         * gdb.guile/scm-equal.exp
4736         * gdb.guile/scm-frame-args.exp
4737         * gdb.guile/scm-frame-inline.exp
4738         * gdb.guile/scm-frame.exp
4739         * gdb.guile/scm-iterator.exp
4740         * gdb.guile/scm-math.exp
4741         * gdb.guile/scm-objfile.exp
4742         * gdb.guile/scm-ports.exp
4743         * gdb.guile/scm-symbol.exp
4744         * gdb.guile/scm-symtab.exp
4745         * gdb.guile/scm-value-cc.exp
4746         * gdb.guile/types-module.exp
4747         * gdb.linespec/break-ask.exp
4748         * gdb.linespec/cpexplicit.exp
4749         * gdb.linespec/explicit.exp
4750         * gdb.linespec/keywords.exp
4751         * gdb.linespec/linespec.exp
4752         * gdb.linespec/ls-dollar.exp
4753         * gdb.linespec/ls-errs.exp
4754         * gdb.linespec/skip-two.exp
4755         * gdb.linespec/thread.exp
4756         * gdb.mi/mi-async.exp
4757         * gdb.mi/mi-basics.exp
4758         * gdb.mi/mi-break.exp
4759         * gdb.mi/mi-catch-load.exp
4760         * gdb.mi/mi-cli.exp
4761         * gdb.mi/mi-cmd-param-changed.exp
4762         * gdb.mi/mi-console.exp
4763         * gdb.mi/mi-detach.exp
4764         * gdb.mi/mi-disassemble.exp
4765         * gdb.mi/mi-eval.exp
4766         * gdb.mi/mi-file-transfer.exp
4767         * gdb.mi/mi-file.exp
4768         * gdb.mi/mi-fill-memory.exp
4769         * gdb.mi/mi-inheritance-syntax-error.exp
4770         * gdb.mi/mi-linespec-err-cp.exp
4771         * gdb.mi/mi-logging.exp
4772         * gdb.mi/mi-memory-changed.exp
4773         * gdb.mi/mi-read-memory.exp
4774         * gdb.mi/mi-record-changed.exp
4775         * gdb.mi/mi-reg-undefined.exp
4776         * gdb.mi/mi-regs.exp
4777         * gdb.mi/mi-return.exp
4778         * gdb.mi/mi-reverse.exp
4779         * gdb.mi/mi-simplerun.exp
4780         * gdb.mi/mi-solib.exp
4781         * gdb.mi/mi-stack.exp
4782         * gdb.mi/mi-stepi.exp
4783         * gdb.mi/mi-syn-frame.exp
4784         * gdb.mi/mi-until.exp
4785         * gdb.mi/mi-var-block.exp
4786         * gdb.mi/mi-var-child.exp
4787         * gdb.mi/mi-var-cmd.exp
4788         * gdb.mi/mi-var-cp.exp
4789         * gdb.mi/mi-var-display.exp
4790         * gdb.mi/mi-var-invalidate.exp
4791         * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4792         * gdb.mi/mi-vla-fortran.exp
4793         * gdb.mi/mi-watch.exp
4794         * gdb.mi/mi2-var-child.exp
4795         * gdb.mi/user-selected-context-sync.exp
4796         * gdb.modula2/unbounded-array.exp
4797         * gdb.multi/dummy-frame-restore.exp
4798         * gdb.multi/multi-arch-exec.exp
4799         * gdb.multi/multi-arch.exp
4800         * gdb.multi/tids.exp
4801         * gdb.multi/watchpoint-multi.exp
4802         * gdb.opencl/callfuncs.exp
4803         * gdb.opencl/convs_casts.exp
4804         * gdb.opencl/datatypes.exp
4805         * gdb.opencl/operators.exp
4806         * gdb.opencl/vec_comps.exp
4807         * gdb.opt/clobbered-registers-O2.exp
4808         * gdb.opt/inline-break.exp
4809         * gdb.opt/inline-bt.exp
4810         * gdb.opt/inline-cmds.exp
4811         * gdb.opt/inline-locals.exp
4812         * gdb.pascal/case-insensitive-symbols.exp
4813         * gdb.pascal/floats.exp
4814         * gdb.pascal/gdb11492.exp
4815         * gdb.python/lib-types.exp
4816         * gdb.python/py-arch.exp
4817         * gdb.python/py-as-string.exp
4818         * gdb.python/py-bad-printers.exp
4819         * gdb.python/py-block.exp
4820         * gdb.python/py-breakpoint-create-fail.exp
4821         * gdb.python/py-breakpoint.exp
4822         * gdb.python/py-caller-is.exp
4823         * gdb.python/py-cmd.exp
4824         * gdb.python/py-explore-cc.exp
4825         * gdb.python/py-explore.exp
4826         * gdb.python/py-finish-breakpoint.exp
4827         * gdb.python/py-finish-breakpoint2.exp
4828         * gdb.python/py-frame-args.exp
4829         * gdb.python/py-frame-inline.exp
4830         * gdb.python/py-frame.exp
4831         * gdb.python/py-framefilter-mi.exp
4832         * gdb.python/py-infthread.exp
4833         * gdb.python/py-lazy-string.exp
4834         * gdb.python/py-linetable.exp
4835         * gdb.python/py-mi-events.exp
4836         * gdb.python/py-mi-objfile.exp
4837         * gdb.python/py-mi.exp
4838         * gdb.python/py-objfile.exp
4839         * gdb.python/py-pp-integral.exp
4840         * gdb.python/py-pp-maint.exp
4841         * gdb.python/py-pp-re-notag.exp
4842         * gdb.python/py-pp-registration.exp
4843         * gdb.python/py-recurse-unwind.exp
4844         * gdb.python/py-strfns.exp
4845         * gdb.python/py-symbol.exp
4846         * gdb.python/py-symtab.exp
4847         * gdb.python/py-sync-interp.exp
4848         * gdb.python/py-typeprint.exp
4849         * gdb.python/py-unwind-maint.exp
4850         * gdb.python/py-unwind.exp
4851         * gdb.python/py-value-cc.exp
4852         * gdb.python/py-xmethods.exp
4853         * gdb.reverse/amd64-tailcall-reverse.exp
4854         * gdb.reverse/break-precsave.exp
4855         * gdb.reverse/break-reverse.exp
4856         * gdb.reverse/consecutive-precsave.exp
4857         * gdb.reverse/consecutive-reverse.exp
4858         * gdb.reverse/finish-precsave.exp
4859         * gdb.reverse/finish-reverse-bkpt.exp
4860         * gdb.reverse/finish-reverse.exp
4861         * gdb.reverse/fstatat-reverse.exp
4862         * gdb.reverse/getresuid-reverse.exp
4863         * gdb.reverse/i386-precsave.exp
4864         * gdb.reverse/i386-reverse.exp
4865         * gdb.reverse/i386-sse-reverse.exp
4866         * gdb.reverse/i387-env-reverse.exp
4867         * gdb.reverse/i387-stack-reverse.exp
4868         * gdb.reverse/insn-reverse.exp
4869         * gdb.reverse/machinestate-precsave.exp
4870         * gdb.reverse/machinestate.exp
4871         * gdb.reverse/next-reverse-bkpt-over-sr.exp
4872         * gdb.reverse/pipe-reverse.exp
4873         * gdb.reverse/readv-reverse.exp
4874         * gdb.reverse/recvmsg-reverse.exp
4875         * gdb.reverse/rerun-prec.exp
4876         * gdb.reverse/s390-mvcle.exp
4877         * gdb.reverse/step-precsave.exp
4878         * gdb.reverse/step-reverse.exp
4879         * gdb.reverse/time-reverse.exp
4880         * gdb.reverse/until-precsave.exp
4881         * gdb.reverse/until-reverse.exp
4882         * gdb.reverse/waitpid-reverse.exp
4883         * gdb.reverse/watch-precsave.exp
4884         * gdb.reverse/watch-reverse.exp
4885         * gdb.rust/generics.exp
4886         * gdb.rust/methods.exp
4887         * gdb.rust/modules.exp
4888         * gdb.rust/simple.exp
4889         * gdb.server/connect-with-no-symbol-file.exp
4890         * gdb.server/ext-attach.exp
4891         * gdb.server/ext-restart.exp
4892         * gdb.server/ext-wrapper.exp
4893         * gdb.server/file-transfer.exp
4894         * gdb.server/server-exec-info.exp
4895         * gdb.server/server-kill.exp
4896         * gdb.server/server-mon.exp
4897         * gdb.server/wrapper.exp
4898         * gdb.stabs/exclfwd.exp
4899         * gdb.stabs/gdb11479.exp
4900         * gdb.threads/clone-new-thread-event.exp
4901         * gdb.threads/corethreads.exp
4902         * gdb.threads/current-lwp-dead.exp
4903         * gdb.threads/dlopen-libpthread.exp
4904         * gdb.threads/gcore-thread.exp
4905         * gdb.threads/sigstep-threads.exp
4906         * gdb.threads/watchpoint-fork.exp
4907         * gdb.trace/actions-changed.exp
4908         * gdb.trace/backtrace.exp
4909         * gdb.trace/change-loc.exp
4910         * gdb.trace/circ.exp
4911         * gdb.trace/collection.exp
4912         * gdb.trace/disconnected-tracing.exp
4913         * gdb.trace/ftrace.exp
4914         * gdb.trace/mi-trace-frame-collected.exp
4915         * gdb.trace/mi-trace-unavailable.exp
4916         * gdb.trace/mi-traceframe-changed.exp
4917         * gdb.trace/mi-tsv-changed.exp
4918         * gdb.trace/no-attach-trace.exp
4919         * gdb.trace/passc-dyn.exp
4920         * gdb.trace/qtro.exp
4921         * gdb.trace/range-stepping.exp
4922         * gdb.trace/read-memory.exp
4923         * gdb.trace/save-trace.exp
4924         * gdb.trace/signal.exp
4925         * gdb.trace/status-stop.exp
4926         * gdb.trace/tfile.exp
4927         * gdb.trace/trace-break.exp
4928         * gdb.trace/trace-buffer-size.exp
4929         * gdb.trace/trace-condition.exp
4930         * gdb.trace/tracefile-pseudo-reg.exp
4931         * gdb.trace/tstatus.exp
4932         * gdb.trace/unavailable.exp
4933         * gdb.trace/while-dyn.exp
4934         * gdb.trace/while-stepping.exp
4935
4936 2016-12-22  Doug Evans  <xdje42@gmail.com>
4937
4938         * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4939         and msymbols.
4940
4941 2016-12-19  Yao Qi  <yao.qi@linaro.org>
4942
4943         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4944         (test_with_self): Don't call do_steps_and_nexts, and remove
4945         code about stepping into xmalloc.
4946
4947 2016-12-09  Yao Qi  <yao.qi@linaro.org>
4948
4949         * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4950
4951 2016-12-09  Yao Qi  <yao.qi@linaro.org>
4952
4953         * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4954
4955 2016-12-09  Pedro Alves  <palves@redhat.com>
4956
4957         * gdb.base/all-architectures-0.exp: New file.
4958         * gdb.base/all-architectures-1.exp: New file.
4959         * gdb.base/all-architectures-2.exp: New file.
4960         * gdb.base/all-architectures-3.exp: New file.
4961         * gdb.base/all-architectures-4.exp: New file.
4962         * gdb.base/all-architectures-5.exp: New file.
4963         * gdb.base/all-architectures-6.exp: New file.
4964         * gdb.base/all-architectures-7.exp: New file.
4965         * gdb.base/all-architectures.exp.in: New file.
4966
4967 2016-12-09  Yao Qi  <yao.qi@linaro.org>
4968
4969         * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4970
4971 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
4972
4973         * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4974         possible.
4975         Remove useless pattern-matching code.
4976
4977 2016-12-02  Pedro Alves  <palves@redhat.com>
4978
4979         * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4980         procedure.
4981         (top level): Call it.
4982
4983 2016-12-02  Pedro Alves  <palves@redhat.com>
4984
4985         * gdb.base/commands.exp (user_defined_command_args_stack_test):
4986         New procedure.
4987         (top level): Call it.
4988
4989 2016-12-02  Pedro Alves  <palves@redhat.com>
4990
4991         PR cli/20559
4992         * gdb.base/commands.exp (user_defined_command_args_eval): New
4993         procedure.
4994         (top level): Call it.
4995
4996 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
4997
4998         * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4999         timeout handling.
5000
5001 2016-12-02  Tom Tromey  <tom@tromey.com>
5002
5003         * gdb.dwarf2/main-subprogram.c: New file.
5004         * gdb.dwarf2/main-subprogram.exp: New file.
5005
5006 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5007
5008         * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5009         * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5010         gdb_test_no_output for a couple of cases.
5011         * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5012
5013 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5014
5015         Fix test names and standardize compilation error messages throughout
5016         the following files:
5017
5018         * gdb.ada/start.exp
5019         * gdb.arch/alpha-step.exp
5020         * gdb.arch/e500-prologue.exp
5021         * gdb.arch/ftrace-insn-reloc.exp
5022         * gdb.arch/gdb1291.exp
5023         * gdb.arch/gdb1431.exp
5024         * gdb.arch/gdb1558.exp
5025         * gdb.arch/i386-dr3-watch.exp
5026         * gdb.arch/i386-sse-stack-align.exp
5027         * gdb.arch/ia64-breakpoint-shadow.exp
5028         * gdb.arch/pa-nullify.exp
5029         * gdb.arch/powerpc-aix-prologue.exp
5030         * gdb.arch/thumb-bx-pc.exp
5031         * gdb.base/annota1.exp
5032         * gdb.base/annota3.exp
5033         * gdb.base/arrayidx.exp
5034         * gdb.base/assign.exp
5035         * gdb.base/attach.exp
5036         * gdb.base/auxv.exp
5037         * gdb.base/bang.exp
5038         * gdb.base/bfp-test.exp
5039         * gdb.base/bigcore.exp
5040         * gdb.base/bitfields2.exp
5041         * gdb.base/break-fun-addr.exp
5042         * gdb.base/break-probes.exp
5043         * gdb.base/call-rt-st.exp
5044         * gdb.base/callexit.exp
5045         * gdb.base/catch-fork-kill.exp
5046         * gdb.base/charset.exp
5047         * gdb.base/checkpoint.exp
5048         * gdb.base/comprdebug.exp
5049         * gdb.base/constvars.exp
5050         * gdb.base/coredump-filter.exp
5051         * gdb.base/cursal.exp
5052         * gdb.base/cvexpr.exp
5053         * gdb.base/detach.exp
5054         * gdb.base/display.exp
5055         * gdb.base/dmsym.exp
5056         * gdb.base/dprintf-pending.exp
5057         * gdb.base/dso2dso.exp
5058         * gdb.base/dtrace-probe.exp
5059         * gdb.base/dump.exp
5060         * gdb.base/enum_cond.exp
5061         * gdb.base/exe-lock.exp
5062         * gdb.base/exec-invalid-sysroot.exp
5063         * gdb.base/execl-update-breakpoints.exp
5064         * gdb.base/exprs.exp
5065         * gdb.base/fileio.exp
5066         * gdb.base/find.exp
5067         * gdb.base/finish.exp
5068         * gdb.base/fixsection.exp
5069         * gdb.base/foll-vfork.exp
5070         * gdb.base/frame-args.exp
5071         * gdb.base/gcore.exp
5072         * gdb.base/gdb1250.exp
5073         * gdb.base/global-var-nested-by-dso.exp
5074         * gdb.base/gnu-ifunc.exp
5075         * gdb.base/hashline1.exp
5076         * gdb.base/hashline2.exp
5077         * gdb.base/hashline3.exp
5078         * gdb.base/hbreak-in-shr-unsupported.exp
5079         * gdb.base/huge.exp
5080         * gdb.base/infcall-input.exp
5081         * gdb.base/info-fun.exp
5082         * gdb.base/info-shared.exp
5083         * gdb.base/jit-simple.exp
5084         * gdb.base/jit-so.exp
5085         * gdb.base/jit.exp
5086         * gdb.base/jump.exp
5087         * gdb.base/label.exp
5088         * gdb.base/lineinc.exp
5089         * gdb.base/logical.exp
5090         * gdb.base/longjmp.exp
5091         * gdb.base/macscp.exp
5092         * gdb.base/miscexprs.exp
5093         * gdb.base/new-ui-echo.exp
5094         * gdb.base/new-ui-pending-input.exp
5095         * gdb.base/new-ui.exp
5096         * gdb.base/nodebug.exp
5097         * gdb.base/nofield.exp
5098         * gdb.base/offsets.exp
5099         * gdb.base/overlays.exp
5100         * gdb.base/pending.exp
5101         * gdb.base/pointers.exp
5102         * gdb.base/pr11022.exp
5103         * gdb.base/printcmds.exp
5104         * gdb.base/prologue.exp
5105         * gdb.base/ptr-typedef.exp
5106         * gdb.base/realname-expand.exp
5107         * gdb.base/relativedebug.exp
5108         * gdb.base/relocate.exp
5109         * gdb.base/remote.exp
5110         * gdb.base/reread.exp
5111         * gdb.base/return2.exp
5112         * gdb.base/savedregs.exp
5113         * gdb.base/sep.exp
5114         * gdb.base/sepdebug.exp
5115         * gdb.base/sepsymtab.exp
5116         * gdb.base/set-inferior-tty.exp
5117         * gdb.base/setshow.exp
5118         * gdb.base/shlib-call.exp
5119         * gdb.base/sigaltstack.exp
5120         * gdb.base/siginfo-addr.exp
5121         * gdb.base/signals.exp
5122         * gdb.base/signull.exp
5123         * gdb.base/sigrepeat.exp
5124         * gdb.base/so-impl-ld.exp
5125         * gdb.base/solib-display.exp
5126         * gdb.base/solib-overlap.exp
5127         * gdb.base/solib-search.exp
5128         * gdb.base/solib-symbol.exp
5129         * gdb.base/structs.exp
5130         * gdb.base/structs2.exp
5131         * gdb.base/symtab-search-order.exp
5132         * gdb.base/twice.exp
5133         * gdb.base/unload.exp
5134         * gdb.base/varargs.exp
5135         * gdb.base/watchpoint-solib.exp
5136         * gdb.base/watchpoint.exp
5137         * gdb.base/whatis.exp
5138         * gdb.base/wrong_frame_bt_full.exp
5139         * gdb.btrace/dlopen.exp
5140         * gdb.cell/ea-standalone.exp
5141         * gdb.cell/ea-test.exp
5142         * gdb.cp/dispcxx.exp
5143         * gdb.cp/gdb2384.exp
5144         * gdb.cp/method2.exp
5145         * gdb.cp/nextoverthrow.exp
5146         * gdb.cp/pr10728.exp
5147         * gdb.disasm/am33.exp
5148         * gdb.disasm/h8300s.exp
5149         * gdb.disasm/mn10300.exp
5150         * gdb.disasm/sh3.exp
5151         * gdb.dwarf2/dw2-dir-file-name.exp
5152         * gdb.fortran/complex.exp
5153         * gdb.fortran/library-module.exp
5154         * gdb.guile/scm-pretty-print.exp
5155         * gdb.guile/scm-symbol.exp
5156         * gdb.guile/scm-type.exp
5157         * gdb.guile/scm-value.exp
5158         * gdb.linespec/linespec.exp
5159         * gdb.mi/gdb701.exp
5160         * gdb.mi/gdb792.exp
5161         * gdb.mi/mi-breakpoint-changed.exp
5162         * gdb.mi/mi-dprintf-pending.exp
5163         * gdb.mi/mi-dprintf.exp
5164         * gdb.mi/mi-exit-code.exp
5165         * gdb.mi/mi-pending.exp
5166         * gdb.mi/mi-solib.exp
5167         * gdb.mi/new-ui-mi-sync.exp
5168         * gdb.mi/pr11022.exp
5169         * gdb.mi/user-selected-context-sync.exp
5170         * gdb.opt/solib-intra-step.exp
5171         * gdb.python/py-events.exp
5172         * gdb.python/py-finish-breakpoint.exp
5173         * gdb.python/py-mi.exp
5174         * gdb.python/py-prettyprint.exp
5175         * gdb.python/py-shared.exp
5176         * gdb.python/py-symbol.exp
5177         * gdb.python/py-template.exp
5178         * gdb.python/py-type.exp
5179         * gdb.python/py-value.exp
5180         * gdb.reverse/solib-precsave.exp
5181         * gdb.reverse/solib-reverse.exp
5182         * gdb.server/solib-list.exp
5183         * gdb.stabs/weird.exp
5184         * gdb.threads/reconnect-signal.exp
5185         * gdb.threads/stepi-random-signal.exp
5186         * gdb.trace/actions.exp
5187         * gdb.trace/ax.exp
5188         * gdb.trace/backtrace.exp
5189         * gdb.trace/change-loc.exp
5190         * gdb.trace/deltrace.exp
5191         * gdb.trace/ftrace-lock.exp
5192         * gdb.trace/ftrace.exp
5193         * gdb.trace/infotrace.exp
5194         * gdb.trace/mi-tracepoint-changed.exp
5195         * gdb.trace/packetlen.exp
5196         * gdb.trace/passcount.exp
5197         * gdb.trace/pending.exp
5198         * gdb.trace/range-stepping.exp
5199         * gdb.trace/report.exp
5200         * gdb.trace/stap-trace.exp
5201         * gdb.trace/tfind.exp
5202         * gdb.trace/trace-break.exp
5203         * gdb.trace/trace-condition.exp
5204         * gdb.trace/trace-enable-disable.exp
5205         * gdb.trace/trace-mt.exp
5206         * gdb.trace/tracecmd.exp
5207         * gdb.trace/tspeed.exp
5208         * gdb.trace/tsv.exp
5209         * lib/perftest.exp
5210
5211 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5212
5213         * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5214         with gdb_test_no_output.
5215         Use command as test name.
5216
5217 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5218
5219         Fix test names starting with uppercase throughout the files.
5220
5221         * gdb.ada/assign_1.exp
5222         * gdb.ada/boolean_expr.exp
5223         * gdb.base/arrayidx.exp
5224         * gdb.base/del.exp
5225         * gdb.base/gcore-buffer-overflow.exp
5226         * gdb.base/testenv.exp
5227         * gdb.compile/compile.exp
5228         * gdb.python/py-framefilter-invalidarg.exp
5229         * gdb.python/py-framefilter.exp
5230
5231 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5232
5233         Fix test names starting with uppercase throughout the files.
5234
5235         * gdb.ada/array_return.exp
5236         * gdb.ada/expr_delims.exp
5237         * gdb.ada/mi_dyn_arr.exp
5238         * gdb.ada/mi_interface.exp
5239         * gdb.ada/mi_var_array.exp
5240         * gdb.ada/watch_arg.exp
5241         * gdb.arch/alpha-step.exp
5242         * gdb.arch/altivec-regs.exp
5243         * gdb.arch/e500-regs.exp
5244         * gdb.arch/powerpc-d128-regs.exp
5245         * gdb.base/arrayidx.exp
5246         * gdb.base/break.exp
5247         * gdb.base/checkpoint.exp
5248         * gdb.base/debug-expr.exp
5249         * gdb.base/dmsym.exp
5250         * gdb.base/radix.exp
5251         * gdb.base/sepdebug.exp
5252         * gdb.base/testenv.exp
5253         * gdb.base/watch_thread_num.exp
5254         * gdb.base/watchpoint-cond-gone.exp
5255         * gdb.cell/break.exp
5256         * gdb.cell/ea-cache.exp
5257         * gdb.compile/compile.exp
5258         * gdb.cp/gdb2495.exp
5259         * gdb.gdb/selftest.exp
5260         * gdb.gdb/xfullpath.exp
5261         * gdb.go/hello.exp
5262         * gdb.go/integers.exp
5263         * gdb.objc/basicclass.exp
5264         * gdb.pascal/hello.exp
5265         * gdb.pascal/integers.exp
5266         * gdb.python/py-breakpoint.exp
5267         * gdb.python/py-cmd.exp
5268         * gdb.python/py-linetable.exp
5269         * gdb.python/py-xmethods.exp
5270         * gdb.python/python.exp
5271         * gdb.reverse/consecutive-precsave.exp
5272         * gdb.reverse/finish-precsave.exp
5273         * gdb.reverse/i386-precsave.exp
5274         * gdb.reverse/machinestate-precsave.exp
5275         * gdb.reverse/sigall-precsave.exp
5276         * gdb.reverse/solib-precsave.exp
5277         * gdb.reverse/step-precsave.exp
5278         * gdb.reverse/until-precsave.exp
5279         * gdb.reverse/watch-precsave.exp
5280         * gdb.threads/leader-exit.exp
5281         * gdb.threads/pthreads.exp
5282         * gdb.threads/wp-replication.exp
5283         * gdb.trace/actions.exp
5284         * gdb.trace/mi-tsv-changed.exp
5285         * gdb.trace/tsv.exp
5286
5287 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5288
5289         Fix test names starting with uppercase throughout the files.
5290
5291         * gdb.arch/i386-bp_permanent.exp
5292         * gdb.arch/i386-gnu-cfi.exp
5293         * gdb.base/disasm-end-cu.exp
5294         * gdb.base/macscp.exp
5295         * gdb.base/pending.exp
5296         * gdb.base/watch_thread_num.exp
5297         * gdb.cp/exception.exp
5298         * gdb.cp/gdb2495.exp
5299         * gdb.cp/local.exp
5300         * gdb.python/py-evsignal.exp
5301         * gdb.python/python.exp
5302         * gdb.trace/tracecmd.exp
5303
5304 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5305
5306         Fix test names starting with uppercase throughout the files.
5307
5308         * gdb.base/charset.exp
5309         * gdb.base/eval.exp
5310         * gdb.base/multi-forks.exp
5311         * gdb.guile/scm-progspace.exp
5312         * gdb.opencl/datatypes.exp
5313         * gdb.python/py-block.exp
5314         * gdb.python/py-function.exp
5315         * gdb.python/py-symbol.exp
5316         * gdb.python/py-symtab.exp
5317         * gdb.python/py-xmethods.exp
5318         * gdb.reverse/break-precsave.exp
5319         * gdb.reverse/break-reverse.exp
5320         * gdb.reverse/consecutive-precsave.exp
5321         * gdb.reverse/consecutive-reverse.exp
5322         * gdb.reverse/finish-precsave.exp
5323         * gdb.reverse/finish-reverse-bkpt.exp
5324         * gdb.reverse/finish-reverse.exp
5325         * gdb.reverse/fstatat-reverse.exp
5326         * gdb.reverse/getresuid-reverse.exp
5327         * gdb.reverse/i386-precsave.exp
5328         * gdb.reverse/i386-reverse.exp
5329         * gdb.reverse/i386-sse-reverse.exp
5330         * gdb.reverse/i387-stack-reverse.exp
5331         * gdb.reverse/insn-reverse.exp
5332         * gdb.reverse/machinestate-precsave.exp
5333         * gdb.reverse/machinestate.exp
5334         * gdb.reverse/next-reverse-bkpt-over-sr.exp
5335         * gdb.reverse/pipe-reverse.exp
5336         * gdb.reverse/readv-reverse.exp
5337         * gdb.reverse/recvmsg-reverse.exp
5338         * gdb.reverse/rerun-prec.exp
5339         * gdb.reverse/s390-mvcle.exp
5340         * gdb.reverse/sigall-precsave.exp
5341         * gdb.reverse/sigall-reverse.exp
5342         * gdb.reverse/solib-precsave.exp
5343         * gdb.reverse/solib-reverse.exp
5344         * gdb.reverse/step-precsave.exp
5345         * gdb.reverse/step-reverse.exp
5346         * gdb.reverse/time-reverse.exp
5347         * gdb.reverse/until-precsave.exp
5348         * gdb.reverse/until-reverse.exp
5349         * gdb.reverse/waitpid-reverse.exp
5350         * gdb.reverse/watch-precsave.exp
5351         * gdb.reverse/watch-reverse.exp
5352
5353 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5354
5355         Fix test names starting with uppercase throughout the files.
5356
5357         * gdb.arch/i386-mpx-simple_segv.exp
5358         * gdb.arch/i386-mpx.exp
5359         * gdb.arch/i386-permbkpt.exp
5360         * gdb.arch/pa-nullify.exp
5361         * gdb.arch/powerpc-d128-regs.exp
5362         * gdb.arch/vsx-regs.exp
5363         * gdb.base/bfp-test.exp
5364         * gdb.base/break.exp
5365         * gdb.base/breakpoint-shadow.exp
5366         * gdb.base/callfuncs.exp
5367         * gdb.base/charset.exp
5368         * gdb.base/commands.exp
5369         * gdb.base/completion.exp
5370         * gdb.base/dfp-test.exp
5371         * gdb.base/echo.exp
5372         * gdb.base/ending-run.exp
5373         * gdb.base/eval.exp
5374         * gdb.base/expand-psymtabs.exp
5375         * gdb.base/float128.exp
5376         * gdb.base/floatn.exp
5377         * gdb.base/foll-exec-mode.exp
5378         * gdb.base/gdb1056.exp
5379         * gdb.base/gdb11531.exp
5380         * gdb.base/kill-after-signal.exp
5381         * gdb.base/multi-forks.exp
5382         * gdb.base/overlays.exp
5383         * gdb.base/pending.exp
5384         * gdb.base/sepdebug.exp
5385         * gdb.base/testenv.exp
5386         * gdb.base/valgrind-db-attach.exp
5387         * gdb.base/watch_thread_num.exp
5388         * gdb.base/watchpoint-cond-gone.exp
5389         * gdb.base/watchpoint.exp
5390         * gdb.base/watchpoints.exp
5391         * gdb.cp/arg-reference.exp
5392         * gdb.cp/baseenum.exp
5393         * gdb.cp/operator.exp
5394         * gdb.cp/shadow.exp
5395         * gdb.dwarf2/dw2-op-out-param.exp
5396         * gdb.dwarf2/dw2-reg-undefined.exp
5397         * gdb.go/chan.exp
5398         * gdb.go/hello.exp
5399         * gdb.go/integers.exp
5400         * gdb.go/methods.exp
5401         * gdb.go/package.exp
5402         * gdb.guile/scm-parameter.exp
5403         * gdb.guile/scm-progspace.exp
5404         * gdb.guile/scm-value.exp
5405         * gdb.mi/mi-pending.exp
5406         * gdb.mi/user-selected-context-sync.exp
5407         * gdb.multi/multi-attach.exp
5408         * gdb.multi/tids.exp
5409         * gdb.opt/clobbered-registers-O2.exp
5410         * gdb.pascal/floats.exp
5411         * gdb.pascal/integers.exp
5412         * gdb.python/py-block.exp
5413         * gdb.python/py-events.exp
5414         * gdb.python/py-parameter.exp
5415         * gdb.python/py-symbol.exp
5416         * gdb.python/py-symtab.exp
5417         * gdb.python/py-type.exp
5418         * gdb.python/py-value.exp
5419         * gdb.python/py-xmethods.exp
5420         * gdb.python/python.exp
5421         * gdb.reverse/break-precsave.exp
5422         * gdb.reverse/consecutive-precsave.exp
5423         * gdb.reverse/finish-precsave.exp
5424         * gdb.reverse/i386-precsave.exp
5425         * gdb.reverse/machinestate-precsave.exp
5426         * gdb.reverse/sigall-precsave.exp
5427         * gdb.reverse/solib-precsave.exp
5428         * gdb.reverse/step-precsave.exp
5429         * gdb.reverse/until-precsave.exp
5430         * gdb.reverse/watch-precsave.exp
5431         * gdb.server/ext-attach.exp
5432         * gdb.server/ext-restart.exp
5433         * gdb.server/ext-run.exp
5434         * gdb.server/ext-wrapper.exp
5435         * gdb.stabs/gdb11479.exp
5436         * gdb.stabs/weird.exp
5437         * gdb.threads/attach-many-short-lived-threads.exp
5438         * gdb.threads/kill.exp
5439         * gdb.threads/watchpoint-fork.exp
5440
5441 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5442
5443         Fix test names starting with uppercase throughout all the files below.
5444
5445         * gdb.ada/array_return.exp
5446         * gdb.ada/catch_ex.exp
5447         * gdb.ada/info_exc.exp
5448         * gdb.ada/mi_catch_ex.exp
5449         * gdb.ada/mi_dyn_arr.exp
5450         * gdb.ada/mi_ex_cond.exp
5451         * gdb.ada/mi_exc_info.exp
5452         * gdb.ada/mi_interface.exp
5453         * gdb.ada/mi_task_arg.exp
5454         * gdb.ada/mi_task_info.exp
5455         * gdb.ada/mi_var_array.exp
5456         * gdb.arch/alpha-step.exp
5457         * gdb.arch/amd64-disp-step.exp
5458         * gdb.arch/arm-disp-step.exp
5459         * gdb.arch/disp-step-insn-reloc.exp
5460         * gdb.arch/e500-prologue.exp
5461         * gdb.arch/ftrace-insn-reloc.exp
5462         * gdb.arch/gdb1558.exp
5463         * gdb.arch/i386-bp_permanent.exp
5464         * gdb.arch/i386-disp-step.exp
5465         * gdb.arch/i386-float.exp
5466         * gdb.arch/i386-gnu-cfi.exp
5467         * gdb.arch/ia64-breakpoint-shadow.exp
5468         * gdb.arch/mips16-thunks.exp
5469         * gdb.arch/pa-nullify.exp
5470         * gdb.arch/powerpc-aix-prologue.exp
5471         * gdb.arch/powerpc-power.exp
5472         * gdb.arch/ppc-dfp.exp
5473         * gdb.arch/s390-tdbregs.exp
5474         * gdb.arch/spu-info.exp
5475         * gdb.arch/spu-ls.exp
5476         * gdb.arch/thumb-bx-pc.exp
5477         * gdb.base/advance.exp
5478         * gdb.base/annota-input-while-running.exp
5479         * gdb.base/arrayidx.exp
5480         * gdb.base/asmlabel.exp
5481         * gdb.base/async.exp
5482         * gdb.base/attach-wait-input.exp
5483         * gdb.base/auto-connect-native-target.exp
5484         * gdb.base/batch-preserve-term-settings.exp
5485         * gdb.base/bfp-test.exp
5486         * gdb.base/bigcore.exp
5487         * gdb.base/bp-permanent.exp
5488         * gdb.base/break-always.exp
5489         * gdb.base/break-fun-addr.exp
5490         * gdb.base/break-idempotent.exp
5491         * gdb.base/break-main-file-remove-fail.exp
5492         * gdb.base/break-probes.exp
5493         * gdb.base/break-unload-file.exp
5494         * gdb.base/break.exp
5495         * gdb.base/call-ar-st.exp
5496         * gdb.base/call-rt-st.exp
5497         * gdb.base/call-sc.exp
5498         * gdb.base/call-signal-resume.exp
5499         * gdb.base/call-strs.exp
5500         * gdb.base/callexit.exp
5501         * gdb.base/callfuncs.exp
5502         * gdb.base/catch-gdb-caused-signals.exp
5503         * gdb.base/catch-signal-siginfo-cond.exp
5504         * gdb.base/catch-syscall.exp
5505         * gdb.base/compare-sections.exp
5506         * gdb.base/cond-eval-mode.exp
5507         * gdb.base/condbreak-call-false.exp
5508         * gdb.base/consecutive-step-over.exp
5509         * gdb.base/cursal.exp
5510         * gdb.base/disabled-location.exp
5511         * gdb.base/disasm-end-cu.exp
5512         * gdb.base/display.exp
5513         * gdb.base/double-prompt-target-event-error.exp
5514         * gdb.base/dprintf-bp-same-addr.exp
5515         * gdb.base/dprintf-detach.exp
5516         * gdb.base/dprintf-next.exp
5517         * gdb.base/dprintf-non-stop.exp
5518         * gdb.base/dprintf-pending.exp
5519         * gdb.base/dso2dso.exp
5520         * gdb.base/ending-run.exp
5521         * gdb.base/enum_cond.exp
5522         * gdb.base/examine-backward.exp
5523         * gdb.base/exe-lock.exp
5524         * gdb.base/exec-invalid-sysroot.exp
5525         * gdb.base/execl-update-breakpoints.exp
5526         * gdb.base/execution-termios.exp
5527         * gdb.base/fileio.exp
5528         * gdb.base/fixsection.exp
5529         * gdb.base/foll-exec-mode.exp
5530         * gdb.base/foll-exec.exp
5531         * gdb.base/fork-running-state.exp
5532         * gdb.base/frame-args.exp
5533         * gdb.base/fullpath-expand.exp
5534         * gdb.base/func-ptr.exp
5535         * gdb.base/gcore-relro-pie.exp
5536         * gdb.base/gdb1090.exp
5537         * gdb.base/gdb1555.exp
5538         * gdb.base/global-var-nested-by-dso.exp
5539         * gdb.base/gnu-ifunc.exp
5540         * gdb.base/hbreak-in-shr-unsupported.exp
5541         * gdb.base/hbreak-unmapped.exp
5542         * gdb.base/hook-stop.exp
5543         * gdb.base/infcall-input.exp
5544         * gdb.base/info-fun.exp
5545         * gdb.base/info-shared.exp
5546         * gdb.base/interrupt-noterm.exp
5547         * gdb.base/jit-so.exp
5548         * gdb.base/jit.exp
5549         * gdb.base/line-symtabs.exp
5550         * gdb.base/list.exp
5551         * gdb.base/longjmp.exp
5552         * gdb.base/macscp.exp
5553         * gdb.base/max-value-size.exp
5554         * gdb.base/nodebug.exp
5555         * gdb.base/nofield.exp
5556         * gdb.base/overlays.exp
5557         * gdb.base/paginate-after-ctrl-c-running.exp
5558         * gdb.base/paginate-bg-execution.exp
5559         * gdb.base/paginate-inferior-exit.exp
5560         * gdb.base/pending.exp
5561         * gdb.base/pr11022.exp
5562         * gdb.base/printcmds.exp
5563         * gdb.base/ptr-typedef.exp
5564         * gdb.base/ptype.exp
5565         * gdb.base/randomize.exp
5566         * gdb.base/range-stepping.exp
5567         * gdb.base/realname-expand.exp
5568         * gdb.base/relativedebug.exp
5569         * gdb.base/remote.exp
5570         * gdb.base/savedregs.exp
5571         * gdb.base/sepdebug.exp
5572         * gdb.base/set-noassign.exp
5573         * gdb.base/shlib-call.exp
5574         * gdb.base/shreloc.exp
5575         * gdb.base/sigaltstack.exp
5576         * gdb.base/sigbpt.exp
5577         * gdb.base/siginfo-addr.exp
5578         * gdb.base/siginfo-obj.exp
5579         * gdb.base/siginfo-thread.exp
5580         * gdb.base/signest.exp
5581         * gdb.base/signull.exp
5582         * gdb.base/sigrepeat.exp
5583         * gdb.base/skip.exp
5584         * gdb.base/so-impl-ld.exp
5585         * gdb.base/solib-corrupted.exp
5586         * gdb.base/solib-disc.exp
5587         * gdb.base/solib-display.exp
5588         * gdb.base/solib-overlap.exp
5589         * gdb.base/solib-search.exp
5590         * gdb.base/solib-symbol.exp
5591         * gdb.base/source-execution.exp
5592         * gdb.base/sss-bp-on-user-bp-2.exp
5593         * gdb.base/sss-bp-on-user-bp.exp
5594         * gdb.base/stack-checking.exp
5595         * gdb.base/stale-infcall.exp
5596         * gdb.base/step-break.exp
5597         * gdb.base/step-line.exp
5598         * gdb.base/step-over-exit.exp
5599         * gdb.base/step-test.exp
5600         * gdb.base/structs.exp
5601         * gdb.base/sym-file.exp
5602         * gdb.base/symtab-search-order.exp
5603         * gdb.base/term.exp
5604         * gdb.base/type-opaque.exp
5605         * gdb.base/unload.exp
5606         * gdb.base/until-nodebug.exp
5607         * gdb.base/until.exp
5608         * gdb.base/unwindonsignal.exp
5609         * gdb.base/watch-cond.exp
5610         * gdb.base/watch-non-mem.exp
5611         * gdb.base/watch_thread_num.exp
5612         * gdb.base/watchpoint-reuse-slot.exp
5613         * gdb.base/watchpoint-solib.exp
5614         * gdb.base/watchpoint.exp
5615         * gdb.btrace/dlopen.exp
5616         * gdb.cell/arch.exp
5617         * gdb.cell/break.exp
5618         * gdb.cell/bt.exp
5619         * gdb.cell/core.exp
5620         * gdb.cell/data.exp
5621         * gdb.cell/dwarfaddr.exp
5622         * gdb.cell/ea-cache.exp
5623         * gdb.cell/ea-standalone.exp
5624         * gdb.cell/ea-test.exp
5625         * gdb.cell/f-regs.exp
5626         * gdb.cell/fork.exp
5627         * gdb.cell/gcore.exp
5628         * gdb.cell/mem-access.exp
5629         * gdb.cell/ptype.exp
5630         * gdb.cell/registers.exp
5631         * gdb.cell/sizeof.exp
5632         * gdb.cell/solib-symbol.exp
5633         * gdb.cell/solib.exp
5634         * gdb.compile/compile-tls.exp
5635         * gdb.cp/exception.exp
5636         * gdb.cp/gdb2495.exp
5637         * gdb.cp/local.exp
5638         * gdb.cp/mb-inline.exp
5639         * gdb.cp/mb-templates.exp
5640         * gdb.cp/pr10687.exp
5641         * gdb.cp/pr9167.exp
5642         * gdb.cp/scope-err.exp
5643         * gdb.cp/templates.exp
5644         * gdb.cp/virtfunc.exp
5645         * gdb.dwarf2/dw2-dir-file-name.exp
5646         * gdb.dwarf2/dw2-single-line-discriminators.exp
5647         * gdb.fortran/complex.exp
5648         * gdb.fortran/library-module.exp
5649         * gdb.guile/guile.exp
5650         * gdb.guile/scm-cmd.exp
5651         * gdb.guile/scm-frame-inline.exp
5652         * gdb.guile/scm-objfile.exp
5653         * gdb.guile/scm-pretty-print.exp
5654         * gdb.guile/scm-symbol.exp
5655         * gdb.guile/scm-type.exp
5656         * gdb.guile/scm-value.exp
5657         * gdb.linespec/keywords.exp
5658         * gdb.linespec/ls-errs.exp
5659         * gdb.linespec/macro-relative.exp
5660         * gdb.linespec/thread.exp
5661         * gdb.mi/mi-breakpoint-changed.exp
5662         * gdb.mi/mi-dprintf-pending.exp
5663         * gdb.mi/mi-fullname-deleted.exp
5664         * gdb.mi/mi-logging.exp
5665         * gdb.mi/mi-pending.exp
5666         * gdb.mi/mi-solib.exp
5667         * gdb.mi/new-ui-mi-sync.exp
5668         * gdb.mi/user-selected-context-sync.exp
5669         * gdb.multi/dummy-frame-restore.exp
5670         * gdb.multi/multi-arch-exec.exp
5671         * gdb.multi/remove-inferiors.exp
5672         * gdb.multi/watchpoint-multi-exit.exp
5673         * gdb.opt/solib-intra-step.exp
5674         * gdb.perf/backtrace.exp
5675         * gdb.perf/single-step.exp
5676         * gdb.perf/skip-command.exp
5677         * gdb.perf/skip-prologue.exp
5678         * gdb.perf/solib.exp
5679         * gdb.python/lib-types.exp
5680         * gdb.python/py-as-string.exp
5681         * gdb.python/py-bad-printers.exp
5682         * gdb.python/py-block.exp
5683         * gdb.python/py-breakpoint.exp
5684         * gdb.python/py-cmd.exp
5685         * gdb.python/py-events.exp
5686         * gdb.python/py-evthreads.exp
5687         * gdb.python/py-finish-breakpoint.exp
5688         * gdb.python/py-finish-breakpoint2.exp
5689         * gdb.python/py-frame-inline.exp
5690         * gdb.python/py-frame.exp
5691         * gdb.python/py-inferior.exp
5692         * gdb.python/py-infthread.exp
5693         * gdb.python/py-mi.exp
5694         * gdb.python/py-objfile.exp
5695         * gdb.python/py-pp-maint.exp
5696         * gdb.python/py-pp-registration.exp
5697         * gdb.python/py-prettyprint.exp
5698         * gdb.python/py-recurse-unwind.exp
5699         * gdb.python/py-shared.exp
5700         * gdb.python/py-symbol.exp
5701         * gdb.python/py-symtab.exp
5702         * gdb.python/py-template.exp
5703         * gdb.python/py-type.exp
5704         * gdb.python/py-unwind-maint.exp
5705         * gdb.python/py-unwind.exp
5706         * gdb.python/py-value.exp
5707         * gdb.python/python.exp
5708         * gdb.reverse/finish-reverse-bkpt.exp
5709         * gdb.reverse/insn-reverse.exp
5710         * gdb.reverse/next-reverse-bkpt-over-sr.exp
5711         * gdb.reverse/solib-precsave.exp
5712         * gdb.reverse/solib-reverse.exp
5713         * gdb.stabs/gdb11479.exp
5714         * gdb.stabs/weird.exp
5715         * gdb.threads/fork-child-threads.exp
5716         * gdb.threads/fork-plus-threads.exp
5717         * gdb.threads/fork-thread-pending.exp
5718         * gdb.threads/forking-threads-plus-breakpoint.exp
5719         * gdb.threads/hand-call-in-threads.exp
5720         * gdb.threads/interrupted-hand-call.exp
5721         * gdb.threads/linux-dp.exp
5722         * gdb.threads/local-watch-wrong-thread.exp
5723         * gdb.threads/next-while-other-thread-longjmps.exp
5724         * gdb.threads/non-ldr-exit.exp
5725         * gdb.threads/pending-step.exp
5726         * gdb.threads/print-threads.exp
5727         * gdb.threads/process-dies-while-detaching.exp
5728         * gdb.threads/process-dies-while-handling-bp.exp
5729         * gdb.threads/pthreads.exp
5730         * gdb.threads/queue-signal.exp
5731         * gdb.threads/reconnect-signal.exp
5732         * gdb.threads/signal-command-handle-nopass.exp
5733         * gdb.threads/signal-command-multiple-signals-pending.exp
5734         * gdb.threads/signal-delivered-right-thread.exp
5735         * gdb.threads/signal-sigtrap.exp
5736         * gdb.threads/sigthread.exp
5737         * gdb.threads/staticthreads.exp
5738         * gdb.threads/stepi-random-signal.exp
5739         * gdb.threads/thread-unwindonsignal.exp
5740         * gdb.threads/thread_check.exp
5741         * gdb.threads/thread_events.exp
5742         * gdb.threads/tid-reuse.exp
5743         * gdb.threads/tls-nodebug.exp
5744         * gdb.threads/tls-shared.exp
5745         * gdb.threads/tls-so_extern.exp
5746         * gdb.threads/tls.exp
5747         * gdb.threads/wp-replication.exp
5748         * gdb.trace/actions-changed.exp
5749         * gdb.trace/actions.exp
5750         * gdb.trace/backtrace.exp
5751         * gdb.trace/change-loc.exp
5752         * gdb.trace/collection.exp
5753         * gdb.trace/deltrace.exp
5754         * gdb.trace/disconnected-tracing.exp
5755         * gdb.trace/entry-values.exp
5756         * gdb.trace/ftrace-lock.exp
5757         * gdb.trace/ftrace.exp
5758         * gdb.trace/infotrace.exp
5759         * gdb.trace/mi-trace-frame-collected.exp
5760         * gdb.trace/mi-trace-unavailable.exp
5761         * gdb.trace/mi-traceframe-changed.exp
5762         * gdb.trace/mi-tracepoint-changed.exp
5763         * gdb.trace/mi-tsv-changed.exp
5764         * gdb.trace/no-attach-trace.exp
5765         * gdb.trace/packetlen.exp
5766         * gdb.trace/passc-dyn.exp
5767         * gdb.trace/passcount.exp
5768         * gdb.trace/pending.exp
5769         * gdb.trace/pr16508.exp
5770         * gdb.trace/qtro.exp
5771         * gdb.trace/range-stepping.exp
5772         * gdb.trace/read-memory.exp
5773         * gdb.trace/report.exp
5774         * gdb.trace/save-trace.exp
5775         * gdb.trace/signal.exp
5776         * gdb.trace/stap-trace.exp
5777         * gdb.trace/status-stop.exp
5778         * gdb.trace/strace.exp
5779         * gdb.trace/tfile.exp
5780         * gdb.trace/tfind.exp
5781         * gdb.trace/trace-break.exp
5782         * gdb.trace/trace-condition.exp
5783         * gdb.trace/trace-enable-disable.exp
5784         * gdb.trace/trace-mt.exp
5785         * gdb.trace/tracecmd.exp
5786         * gdb.trace/tracefile-pseudo-reg.exp
5787         * gdb.trace/tspeed.exp
5788         * gdb.trace/tstatus.exp
5789         * gdb.trace/tsv.exp
5790         * gdb.trace/unavailable.exp
5791         * gdb.trace/while-dyn.exp
5792         * gdb.trace/while-stepping.exp
5793         * lib/gdb-guile.exp
5794         * lib/gdb.exp
5795         * lib/mi-support.exp
5796         * lib/pascal.exp
5797         * lib/perftest.exp
5798         * lib/prelink-support.exp
5799         * lib/selftest-support.exp
5800
5801 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
5802
5803         * Makefile.in: Include disable-implicit-rules.mk.
5804
5805 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5806
5807         * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5808         non-byte-aligned bit fields.
5809
5810 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5811
5812         PR gdb/12616
5813         * gdb.dwarf2/nonvar-access.exp: New testcase.  Check that GDB
5814         respects the DW_AT_data_bit_offset attribute.
5815
5816 2016-11-22  Simon Marchi  <simon.marchi@polymtl.ca>
5817
5818         * gdb.base/default.exp: Fix output of "set language".
5819
5820 2016-11-17  Simon Marchi  <simon.marchi@polymtl.ca>
5821
5822         * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5823         prefixed with @GMAKE_FALSE@.  Update comment related to non-GNU
5824         make.
5825         * configure.ac: Remove checks for the make program.
5826         * configure: Re-generate.
5827
5828 2016-11-16  Kevin Buettner  <kevinb@redhat.com>
5829
5830         * gdb.python/py-recurse-unwind.c (main): Add loop.
5831         * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
5832         to read_register() and gdb.parse_and_eval().  Make each code
5833         call a separate case that can be individually tested.
5834         * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5835         proc. Call cont_and_backtrace for each of the code paths that
5836         we want to test in the unwinder.
5837
5838 2016-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5839
5840         * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5841         the definition of struct S.
5842
5843 2016-11-11  Catherine Moore  <clm@codesourcery.com>
5844
5845         * gdb.base/dump.exp: Identify verilog format dump tests as such.
5846
5847 2016-11-09  Pedro Alves  <palves@redhat.com>
5848
5849         * gdb.base/commands.exp (runto_or_return): New procedure.
5850         (gdbvar_simple_if_test, gdbvar_simple_while_test)
5851         (gdbvar_complex_if_while_test, progvar_simple_if_test)
5852         (progvar_simple_while_test, progvar_complex_if_while_test)
5853         (if_while_breakpoint_command_test)
5854         (infrun_breakpoint_command_test, breakpoint_command_test)
5855         (user_defined_command_test, watchpoint_command_test)
5856         (test_command_prompt_position, redefine_hook_test)
5857         (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5858         (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5859         multi_line_input and multi_line.  Remove gdb_expect and
5860         gdb_stop_suppressing_tests uses.
5861         * lib/gdb.exp (valnum_re): New global.
5862         (multi_line_input): New procedure.
5863
5864 2016-11-09  Simon Marchi  <simon.marchi@polymtl.ca>
5865
5866         * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5867         Remove.
5868         (test_setup): Define with proc_with_prefix.
5869         (test_cli_inferior): Likewise.
5870         (test_cli_thread): Likewise.
5871         (test_cli_frame): Likewise.
5872         (test_cli_select_frame): Likewise.
5873         (test_cli_up_down): Likewise.
5874         (test_mi_thread_select): Likewise.
5875         (test_mi_stack_select_frame): Likewise.
5876         (test_cli_in_mi_inferior): Likewise.
5877         (test_cli_in_mi_thread): Likewise.
5878         (test_cli_in_mi_frame): Likewise.
5879         (top level): Do not use with_test_prefix_procname.
5880
5881 2016-11-09  Pedro Alves  <palves@redhat.com>
5882
5883         * gdb.base/commands.exp (gdbvar_simple_if_test)
5884         (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5885         (progvar_simple_if_test, progvar_simple_while_test)
5886         (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5887         (infrun_breakpoint_command_test, breakpoint_command_test)
5888         (user_defined_command_test, watchpoint_command_test)
5889         (test_command_prompt_position, deprecated_command_test)
5890         (bp_deleted_in_command, temporary_breakpoint_commands)
5891         (stray_arg0_test, source_file_with_indented_comment)
5892         (recursive_source_test, if_commands_test)
5893         (error_clears_commands_left, redefine_hook_test)
5894         (redefine_backtrace_test): Use proc_with_prefix.
5895         * lib/gdb.exp (proc_with_prefix): New proc.
5896
5897 2016-11-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5898
5899         * gdb.base/tui-layout.c: New file.
5900         * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5901         disassembly window contains very long lines.
5902
5903 2016-11-08  Tom Tromey  <tom@tromey.com>
5904
5905         * gdb.python/py-value.exp (test_value_creation): Make "long" test
5906         depend on Python 2.
5907
5908 2016-11-08  Tom Tromey  <tom@tromey.com>
5909
5910         * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5911         New method.
5912
5913 2016-10-29  Manish Goregaokar  <manish@mozilla.com>
5914
5915         * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
5916
5917 2016-10-27  Manish Goregaokar  <manish@mozilla.com>
5918
5919         * gdb.rust/simple.rs: Add test for univariant enums without
5920         discriminants and for encoded struct-like enums.
5921
5922 2016-10-28  Pedro Alves  <palves@redhat.com>
5923
5924         * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5925         gdb_test_multiple, tighten regexps and match symtabs and line
5926         tables incrementally.
5927
5928 2016-10-28  Luis Machado  <lgustavo@codesourcery.com>
5929
5930         * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5931         general.
5932
5933 2016-10-25  Luis Machado  <lgustavo@codesourcery.com>
5934
5935         * gdb.base/exec-invalid-sysroot.exp: New file.
5936
5937 2016-10-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5938
5939         * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5940
5941 2016-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5942
5943         * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5944
5945 2016-10-19  Maciej W. Rozycki  <macro@imgtec.com>
5946
5947         * gdb.base/killed-outside.exp: Remove $options from a call to
5948         `prepare_for_testing'.
5949
5950 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
5951
5952         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5953         Change test message.
5954
5955 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
5956
5957         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5958         Update comment.
5959
5960 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
5961
5962         * gdb.trace/mi-trace-save.exp: New file.
5963
5964 2016-10-13  Yao Qi  <yao.qi@linaro.org>
5965
5966         * gdb.base/code_elim.exp (get_var_address): Remove.
5967         * gdb.base/relocate.exp: Likewise.
5968         * gdb.base/shreloc.exp: Likewise.
5969         * lib/gdb.exp (get_var_address): New.
5970
5971 2016-10-13  Yao Qi  <yao.qi@linaro.org>
5972
5973         * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5974         floating point tests if $skip_float_test is false.
5975
5976 2016-10-12  Luis Machado  <lgustavo@codesourcery.com>
5977
5978         * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5979         * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5980         argc values.
5981         Add 1 to argc so we guarantee distinct initial/modified argc values.
5982
5983 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5984
5985         * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5986
5987 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5988
5989         * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5990         * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5991         * gdb.arch/vsx-regs.exp: Likewise.
5992
5993 2016-10-07  Yao Qi  <yao.qi@linaro.org>
5994
5995         * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5996
5997 2016-10-07  Markus Metzger  <markus.t.metzger@intel.com>
5998
5999         * gdb.python/python.exp: Test decode_line("*0").
6000
6001 2016-10-06  Doug Evans  <dje@google.com>
6002
6003         * gdb.python/py-value.exp (test_value_creation): Add test for large
6004         unsigned 64-bit value.
6005
6006 2016-10-06  Tom Tromey  <tom@tromey.com>
6007
6008         * gdb.compile/compile.exp: Change java tests to rust.
6009         * gdb.base/setshow.exp: Change java tests to rust.
6010         * gdb.base/default.exp: Remove java from language list.
6011         * README (Examples): Update language example.
6012         * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6013         test.
6014         * lib/gdb.exp (skip_java_tests): Remove.
6015         * lib/java.exp: Remove.
6016         * gdb.java: Remove.
6017
6018 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
6019
6020         * gdb.arch/mips-fcr.exp: New test.
6021         * gdb.arch/mips-fcr.c: Source for the new test.
6022
6023 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
6024
6025         * gdb.base/solib-disc.exp: Use `standard_output_file'
6026         throughout.
6027
6028 2016-10-06  Pedro Alves  <palves@redhat.com>
6029
6030         * gdb.base/jit-simple-dl.c: New file.
6031         * gdb.base/jit-simple-jit.c: New file, factored out from ...
6032         * gdb.base/jit-simple.c: ... this.
6033         * gdb.base/jit-simple.exp (jit_run): Delete.
6034         (build_jit): New proc.
6035         (jit_test_reread): Recompile either the main program or the shared
6036         library, depending on what is being tested.  Skip changing address
6037         if caller wants to.  Compare before/after addresses.  If testing
6038         standalone, explicitly load the binary.  Test "maint info
6039         breakpoints".
6040         (top level): Add "standalone vs shared lib" and "change address"
6041         vs "same address" axes.
6042
6043 2016-10-06  Pedro Alves  <palves@redhat.com>
6044
6045         * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6046         call.
6047         (jit_run): Delete.
6048         (jit_test_reread): Use with_test_prefix.  Reload the main binary
6049         explicitly.  Compare the before/after addresses of the JIT
6050         descriptor.
6051
6052 2016-08-15  Doug Evans  <dje@google.com>
6053
6054         * gdb.xml/extra-regs.xml: Update, end field now required, default type
6055         for single bitfields is bool.
6056         * gdb.xml/tdesc-regs.exp: Ditto.
6057
6058 2016-10-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6059
6060         * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6061
6062 2016-10-05  Yao Qi  <yao.qi@linaro.org>
6063
6064         * lib/gdb.exp (support_complex_tests): Return zero if
6065         gdb_skip_float_test return true.
6066
6067 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6068             Simon Marchi  <simon.marchi@ericsson.com>
6069
6070         PR gdb/20487
6071         * gdb.mi/user-selected-context-sync.exp: New file.
6072         * gdb.mi/user-selected-context-sync.c: New file.
6073
6074 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6075             Simon Marchi  <simon.marchi@ericsson.com>
6076
6077         PR gdb/20487
6078         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6079         =thread-select-event check.
6080
6081 2016-09-29  Peter Bergner  <bergner@vnet.ibm.com>
6082
6083         * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6084         the compulsory L operand changes.
6085         * gdb.arch/powerpc-power.s: Likewise.
6086
6087 2016-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
6088
6089         PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6090         * gdb.base/jit-attach-pie.c: New file.
6091         * gdb.base/jit-attach-pie.exp: New file.
6092
6093 2016-09-28  Pedro Alves  <palves@redhat.com>
6094
6095         * gdb.base/infcall-input.c: New file.
6096         * gdb.base/infcall-input.exp: New file.
6097
6098 2016-09-22  Yao Qi  <yao.qi@linaro.org>
6099
6100         * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6101         (gdb_exit): Rename it to ...
6102         (gdbserver_gdb_exit): ...  Close GDBserver.
6103         (gdb_exit): New proc, call gdbserver_gdb_exit.
6104         (mi_gdb_exit): Likewise.
6105
6106 2016-09-22  Yao Qi  <yao.qi@linaro.org>
6107
6108         * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6109         path.
6110         * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6111         Remove duplication.
6112
6113 2016-09-22  Yao Qi  <yao.qi@linaro.org>
6114
6115         * lib/gdbserver-support.exp: Check the existence of
6116         gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6117
6118 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
6119
6120         * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6121
6122 2016-09-21  Tom Tromey  <tom@tromey.com>
6123
6124         PR gdb/20604:
6125         * gdb.base/quit.exp: New file.
6126
6127 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
6128
6129         * .gitignore: New file.
6130
6131 2016-09-21  Maciej W. Rozycki  <macro@imgtec.com>
6132
6133         * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6134         throughout.
6135
6136 2016-09-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6137
6138         * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6139
6140 2016-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
6141
6142         * gdb.cp/casts.cc (decltype): Move it ...
6143         (main): ... with its call to ...
6144         * gdb.cp/casts03.cc: ... a new file.
6145         * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6146
6147 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6148
6149         * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6150
6151 2016-09-15  Peter Bergner  <bergner@vnet.ibm.com>
6152
6153         * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6154         and sync up the test with tests in gas/testsuite/gas/ppc.
6155         * gdb.arch/powerpc-power.exp: Likewise.
6156
6157 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6158
6159         * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6160
6161 2016-09-11  Sergio Durigan Junior  <sergiodj@redhat.com>
6162             Jan Kratochvil  <jan.kratochvil@redhat.com>
6163
6164         * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6165         make m1's definition to be different from m2's.  Use 'dummy' as an
6166         argument for probe 'two'.
6167
6168 2016-09-10  Jon Beniston  <jon@beniston.com>
6169
6170         * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6171         for sim target.
6172
6173 2016-09-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6174
6175         * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6176         variable declaration.
6177         (gnu_ifunc): Add parameter hwcap.  Store it in resolver_hwcap.
6178         * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6179         * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6180         received HWCAP as its argument.
6181
6182 2016-09-06  Pedro Alves  <palves@redhat.com>
6183
6184         * gdb.base/new-ui-pending-input.c: New file.
6185         * gdb.base/new-ui-pending-input.exp: New file.
6186         * gdb.exp (clear_gdb_spawn_id): New procedure.
6187         (with_spawn_id): Check whether gdb_spawn_id exists before
6188         referencing it.  If gdb_spawn_id didn't exist on entry, clear it
6189         on exit.
6190
6191 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
6192
6193         * gdb.base/float128.c: New file.
6194         * gdb.base/float128.exp: Likewise.
6195         * gdb.base/floatn.c: Likewise.
6196         * gdb.base/floatn.exp: Likewise.
6197
6198 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
6199
6200         * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6201
6202 2016-09-05  Pedro Alves  <palves@redhat.com>
6203
6204         PR backtrace/19927
6205         * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6206         unwinders are immediately called as side effect of "source" or
6207         "disable unwinder" commands.
6208         * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6209
6210 2016-09-02  Yao Qi  <yao.qi@linaro.org>
6211
6212         * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6213         is true and $type is "float" or "double".
6214
6215 2016-09-02  Yao Qi  <yao.qi@linaro.org>
6216
6217         * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6218         true.
6219         * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6220         * gdb.base/call-rt-st.exp: Likewise.
6221         * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6222         return value instead of gdb,skip_float_test.
6223         * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6224         (do_function_calls): Use its return value instead of
6225         gdb,skip_float_test.
6226         * gdb.base/finish.exp: Likewise.
6227         * gdb.base/funcargs.exp: Likewise.
6228         * gdb.base/return.exp: Likewise.
6229         * gdb.base/return2.exp: Likewise.
6230         * gdb.base/varargs.exp: Likewise.
6231         * lib/gdb.exp (gdb_skip_float_test): Change it to
6232         gdb_caching_proc.  Detect the broken ptrace on arm-linux.
6233
6234 2016-08-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6235
6236         * gdb.multi/tids.exp: Test "thread apply all".
6237
6238 2016-08-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
6239
6240         * gdb.base/default.exp (tty): Remove.
6241
6242 2016-08-24  Kevin Buettner  <kevinb@redhat.com>
6243
6244         * gdb.python/py-recurse-unwind.c: New file.
6245         * gdb.python/py-recurse-unwind.py: New file.
6246         * gdb.python/py-recurse-unwind.exp: New file.
6247
6248 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
6249
6250         * gdb.base/set-inferior-tty.exp: New file.
6251         * gdb.base/set-inferior-tty.c: New file.
6252
6253 2016-08-23  Pedro Alves  <palves@redhat.com>
6254
6255         PR gdb/20494
6256         * gdb.base/new-ui-echo.c: New file.
6257         * gdb.base/new-ui-echo.exp: New file.
6258
6259 2016-08-23  Yao Qi  <yao.qi@linaro.org>
6260
6261         * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6262         gdbserver_spawn.
6263         * gdb.server/connect-without-multi-process.exp (do_test):
6264         Likewise.
6265
6266 2016-08-23  Yao Qi  <yao.qi@linaro.org>
6267
6268         * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6269         standalone_txt.  Delete gdb_txt and standalone_txt on host
6270         and target.  Spawn the binary on target.  Copy files from
6271         target to host.
6272
6273 2016-08-22  Pedro Alves  <palves@redhat.com>
6274
6275         PR gdb/20505
6276         * gdb.base/vdso-warning.exp: Test core dumps too.  Use
6277         with_test_prefix.  Factor out bits to ...
6278         (test_no_vdso): ... this new procedure.
6279
6280 2016-08-19  Carl Love  <cel@us.ibm.com>
6281
6282         * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6283         maintaining separate logic for constructing the output path.
6284         * gdb.arch/powerpc-d128-regs.exp: Likewise.
6285         * gdb.arch/ppc-dfp.exp: Likewise.
6286         * gdb.arch/ppc-fp.exp: Likewise.
6287         * gdb.arch/vsx-regs.exp: Likewise.
6288         * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6289         binprefix for generating the additional binary files.
6290
6291 2016-08-19  Pedro Alves  <palves@redhat.com>
6292
6293         * gdb.trace/mi-trace-frame-collected.exp
6294         (test_trace_frame_collected): On x32, expect two registers.
6295
6296 2016-08-18  Carl Love  <cel@us.ibm.com>
6297
6298         * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6299         and sync up the test with tests in gas/testsuite/gas/ppc.
6300         * gdb.arch/powerpc-power.exp: Likewise.
6301
6302 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
6303
6304         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6305         expected error message.
6306
6307 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
6308
6309         * gdb.multi/remove-inferiors.exp: New file.
6310         * gdb.multi/remove-inferiors.c: New file.
6311
6312 2016-08-12  Yao Qi  <yao.qi@linaro.org>
6313
6314         * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6315         argument list.
6316
6317 2016-08-10  Pedro Alves  <palves@redhat.com>
6318
6319         PR gdb/19187
6320         * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6321         setup_kfails.
6322
6323 2016-08-09  Pedro Alves  <palves@redhat.com>
6324             Simon Marchi  <simon.marchi@ericsson.com>
6325
6326         PR gdb/20418
6327         * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6328         * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6329
6330 2016-08-09  Pedro Alves  <palves@redhat.com>
6331
6332         PR mi/20431
6333         * gdb.mi/mi-cmd-error.exp: New file.
6334
6335 2016-08-09  Pedro Alves  <palves@redhat.com>
6336
6337         PR gdb/18653
6338         * gdb.base/signals-state-child.c: New file.
6339         * gdb.base/signals-state-child.exp: New file.
6340         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6341
6342 2016-08-09  Pedro Alves  <palves@redhat.com>
6343
6344         * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6345
6346 2016-08-03  Tom Tromey  <tom@tromey.com>
6347
6348         PR python/18565:
6349         * gdb.python/py-frame-inline.exp: Add Frame.function test.
6350
6351 2016-08-01  Yao Qi  <yao.qi@linaro.org>
6352
6353         * gdb.threads/process-dies-while-detaching.exp (do_test): Set
6354         variable mode to "multi-process" if $multi_process is 1, otherwise
6355         set it to "single-process".
6356
6357 2016-08-01  Yao Qi  <yao.qi@linaro.org>
6358
6359         * gdb.cp/anon-struct.exp: Check is_aarch32_target.
6360         * gdb.cp/cpexprs.exp: Likewise.
6361         * gdb.cp/m-static.exp: Likewise.
6362
6363 2016-07-26  Tom Tromey  <tom@tromey.com>
6364
6365         PR python/20190:
6366         * gdb.threads/tls.exp (check_thread_local): Add python symbol
6367         test.
6368
6369 2016-07-26  Markus Metzger  <markus.t.metzger@intel.com>
6370
6371         * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
6372         selecting assembly source files.
6373         * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
6374         assembly source files.
6375         * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
6376         assembly source files.
6377         * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
6378         selecting assembly source files.
6379
6380 2016-07-25  Simon Marchi  <simon.marchi@ericsson.com>
6381
6382         * gdb.base/new-ui.exp (do_test_invalid_args): New
6383         procedure.
6384
6385 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
6386
6387         * gdb.btrace/reconnect.c: New file.
6388         * gdb.btrace/reconnect.exp: New file.
6389
6390 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
6391
6392         * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
6393         to test_catch_syscall_group.
6394         (test_catch_syscall_group): New.
6395
6396 2016-07-21  Tom Tromey  <tom@tromey.com>
6397
6398         * gdb.rust/simple.rs (main): Use empty struct expression.
6399         * gdb.rust/simple.exp: Add tests for empty struct expression.
6400
6401 2016-07-21  Yao Qi  <yao.qi@linaro.org>
6402
6403         * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
6404         if gdb_skip_xml_test is true on some targets.
6405
6406 2016-07-21  Yao Qi  <yao.qi@linaro.org>
6407
6408         * gdb.server/solib-list.exp: Unset last_loaded_file.
6409
6410 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6411
6412         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
6413         "step into captured_main (args)".
6414
6415 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6416
6417         * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
6418
6419 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6420
6421         * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
6422
6423 2016-07-19  Pedro Alves  <palves@redhat.com>
6424
6425         * gdb.opt/inline-break.exp: Remove optimize=-O2.
6426         * gdb.opt/inline-bt.exp: Likewise.
6427         * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
6428         additional_flags=-Winline.
6429         * gdb.opt/inline-locals.exp: Likewise.
6430         * gdb.opt/inline-markers.c (ATTR): Define.
6431         (inlined_fn): Use it.
6432
6433 2016-07-19  Yao Qi  <yao.qi@linaro.org>
6434
6435         * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
6436         (test_with_self): Remove some code.  Remove argument executable.
6437         (top-level): Use do_self_tests.
6438
6439 2016-07-15  Zachary Welch  <zwelch@codesourcery.com>
6440             Don Breazeal <donb@codesourcery.com>
6441
6442         * gdb.base/maint.exp: Escape paths used in regular expressions.
6443         * gdb.stabs/weird.exp: Likewise.
6444
6445 2016-07-13  Tom Tromey  <tom@tromey.com>
6446
6447         PR python/15620, PR python/18620:
6448         * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
6449         (test_bkpt_events): New procs.
6450
6451 2016-07-13  Tom Tromey  <tom@tromey.com>
6452
6453         PR python/17698:
6454         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
6455         test.
6456         (test_watchpoints): Likewise.
6457         (test_bkpt_pending): New proc.
6458
6459 2016-07-13  Tom Tromey  <tom@tromey.com>
6460
6461         PR cli/18053:
6462         * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
6463         completion test.
6464
6465 2016-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
6466
6467         * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
6468         * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
6469         * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
6470         f_label.
6471         (g): Rename g_end_lbl to g_label.
6472         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
6473         low_pc and high_pc.
6474         * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
6475
6476 2016-07-12  Tom Tromey  <tom@tromey.com>
6477
6478         PR python/19293:
6479         * gdb.python/py-unwind-maint.exp: Update tests.
6480
6481 2016-07-12  Yao Qi  <yao.qi@linaro.org>
6482
6483         * lib/selftest-support.exp (selftest_setup): Match the output
6484         when captured_main is inlined.
6485
6486 2016-07-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6487
6488         * gdb.fortran/derived-types.exp (result_line, result_line_2):
6489         New variables.
6490         (print this%a, print this%b, print this): New tests.
6491         * gdb.fortran/derived-types.f90 (this): New object and
6492         initialization.
6493
6494 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6495
6496         * gdb.ada/arraydim.exp: Remove extra directory level in build
6497         directory.
6498
6499 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6500
6501         * lib/ada.exp: Remove extra directory level in build directory.
6502         * gdb.ada/cond_lang.exp: Likewise.
6503         * gdb.ada/exec_changed.exp: Likewise.
6504         * gdb.ada/lang_switch.exp: Likewise.
6505
6506 2016-07-06  Manish Goregaokar  <manish@mozilla.com>
6507
6508         * simple.rs: Add test for raw pointer subscripting.
6509         * simple.exp: Add test expectations.
6510
6511 2016-07-05  Yao Qi  <yao.qi@linaro.org>
6512
6513         * gdb.mi/mi-reverse.exp: Match =record-started output.
6514
6515 2016-07-01  Pedro Alves  <palves@redhat.com>
6516
6517         * gdb.base/jit-reader.exp (info_registers_current_frame): New
6518         procedure.
6519         (jit_reader_test): Test the jit reader's unwinder.
6520         * gdb.base/jithost.c (jit_function_00_code): New global.
6521         (main): Use memcpy to fill in the mmapped code, instead of poking
6522         bytes manually here.
6523         * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6524         value.
6525         (read_debug_info): Save the function's range.
6526         (read_sp): New function.
6527         (unwind_frame): Use it.  Also unwind RBP.
6528         (get_frame_id): Use read_sp.
6529         (gdb_init_reader): Use calloc instead of malloc.
6530         * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6531         parameter.  Use gdb_test_multiple.
6532
6533 2016-07-01  Pedro Alves  <palves@redhat.com>
6534             Antoine Tremblay  <antoine.tremblay@ericsson.com>
6535
6536         * gdb.threads/process-dies-while-detaching.c: New file.
6537         * gdb.threads/process-dies-while-detaching.exp: New file.
6538
6539 2016-07-01  Pedro Alves  <palves@redhat.com>
6540
6541         * gdb.multi/watchpoint-multi-exit.c: New file.
6542         * gdb.multi/watchpoint-multi-exit.exp: New file.
6543
6544 2016-06-30  Pedro Alves  <palves@redhat.com>
6545
6546         * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6547         unset inferior_spawn_id.
6548
6549 2016-06-30  Pedro Alves  <palves@redhat.com>
6550
6551         * lib/mi-support.exp (default_mi_gdb_start): Declare global
6552         FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6553
6554 2016-06-29  Yao Qi  <yao.qi@linaro.org>
6555
6556         * gdb.base/return.c: Add copyright header.
6557
6558 2016-06-29  Tom Tromey  <tom@tromey.com>
6559
6560         PR python/20129:
6561         * gdb.python/py-framefilter.exp: Add tests for setting priority
6562         and disabling of non-existent frame filter.
6563
6564 2016-06-29  Yao Qi  <yao.qi@linaro.org>
6565
6566         * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6567         0x0f07ff.
6568
6569 2016-06-28  Yao Qi  <yao.qi@linaro.org>
6570
6571         * gdb.base/catch-syscall.exp: Remove check on isnative and target
6572         triplets.  Start gdb, execute catch syscall, and continue.  Check
6573         gdb's output to determine catch syscall is supported.
6574
6575 2016-06-27  Manish Goregaokar  <manish@mozilla.com>
6576
6577         * gdb.rust/simple.rs: Add test for returning unit in a function.
6578         * gdb.rust/simple.exp: Add expectation for functions returning
6579         unit.
6580
6581 2016-06-27  Pierre-Marie de Rodat  <derodat@adacore.com>
6582
6583         * gdb.python/py-breakpoint-create-fail.c,
6584         gdb.python/py-breakpoint-create-fail.exp,
6585         gdb.python/py-breakpoint-create-fail.py: New testcase.
6586
6587 2016-06-25  Manish Goregaokar  <manish@mozilla.com>
6588
6589         PR gdb/20239
6590         * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
6591         * gdb.rust/simple.exp: Add test expectations for new NonZero
6592         tests.
6593
6594 2016-06-24  David Taylor  <dtaylor@emc.com>
6595
6596         * gdb.base/offsets.exp: New file.
6597         * gdb.base/offsets.c: New file.
6598
6599 2016-06-23  Tom Tromey  <tom@tromey.com>
6600
6601         PR gdb/16483:
6602         * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6603         before any filters are loaded.
6604
6605 2016-06-21  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6606
6607         * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6608         * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6609         structs.
6610         * gdb.fortran/derived-type-function.exp: New file.
6611         * gdb.fortran/derived-type-function.f90: New file.
6612
6613
6614 2016-06-21  Pedro Alves  <palves@redhat.com>
6615
6616         * gdb.base/new-ui.exp: New file.
6617         * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6618         * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6619         (with_spawn_id): New procedure.
6620
6621 2016-06-21  Pedro Alves  <palves@redhat.com>
6622
6623         * gdb.mi/mi-exec-run.exp: New file.
6624
6625 2016-06-21  Pedro Alves  <palves@redhat.com>
6626
6627         * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6628         breakpoint command's output on the main UI.
6629         (test_break): New procedure, factored out from calls in the top
6630         level.
6631         (top level): Use foreach_with_prefix to test MI as main UI and as
6632         separate UI.
6633
6634 2016-06-21  Pedro Alves  <palves@redhat.com>
6635
6636         * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6637         (test_awatch_creation_and_listing)
6638         (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6639         Remove 'type' parameter.
6640         (test_watchpoint_all): New parameter mi_mode.  Remove
6641         with_test_prefix.
6642         (top level): Use foreach_with_prefix, and add main/separate UI MI
6643         testing axis.
6644
6645 2016-06-21  Pedro Alves  <palves@redhat.com>
6646
6647         * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6648         * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6649         * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6650         gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6651         (gdb_main_spawn_id, mi_spawn_id): Declare and
6652         comment.
6653         (mi_create_inferior_pty): New procedure,
6654         factored out from default_mi_gdb_start.
6655         (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6656         procedures.
6657         (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6658         separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6659         Use mi_create_inferior_pty.
6660         (mi_gdb_start): Use eval to pass down args list.
6661
6662 2016-06-21  Pedro Alves  <palves@redhat.com>
6663
6664         * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6665         * gdb.opt/inline-cmds.exp: Add MI tests.
6666
6667 2016-06-21  Pedro Alves  <palves@redhat.com>
6668
6669         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6670
6671 2016-06-21  Pedro Alves  <palves@redhat.com>
6672
6673         * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6674         (top level): Use it instead of mi_execute_to.
6675
6676 2016-06-21  Pedro Alves  <palves@redhat.com>
6677
6678         * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6679         (cont_handler_str): New.
6680         (signal_stop_handler): Set stop_handler_str instead of printing to
6681         stdout.
6682         (continue_handler): Set cont_handler_str instead of printing to
6683         stdout.
6684         * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6685         mi_send_resuming_command.  Print stop_handler_str and
6686         cont_handler_str instead of expecting the python events print
6687         directly.
6688
6689 2016-06-17  Sanjoy Das  <sanjoy@playingwithpointers.com>
6690
6691         * gdb.base/jit-reader.exp: New file.
6692         * gdb.base/jithost.c: New file.
6693         * gdb.base/jithost.h: New file.
6694         * gdb.base/jitreader.c : New file.
6695         * gdb.base/jit-protocol.h: New file.
6696
6697 2016-06-17  Yao Qi  <yao.qi@linaro.org>
6698
6699         * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6700         parameters follow_fork and detach_on_fork.  Set follow-fork-mode
6701         and detach-on-fork.  Adjust tests.
6702         (top level): Invoke break_cond_on_syscall with combinations of
6703         syscall, follow-fork-mode and detach-on-fork.
6704
6705 2016-06-17  Yao Qi  <yao.qi@linaro.org>
6706
6707         * gdb.base/step-over-exit.c: New.
6708         * gdb.base/step-over-exit.exp: New.
6709
6710 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
6711
6712         * gdb.base/float.exp: Add target check for nds32*-*-*.
6713         * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6714
6715 2016-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
6716
6717         * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6718         for unsupported target features.
6719         * gdb.base/call-rt-st.exp: Likewise.
6720         * gdb.base/call-sc.exp: Likewise.
6721         * gdb.base/call-signal-resume.exp: Likewise.
6722         * gdb.base/call-strs.exp: Likewise.
6723         * gdb.base/callexit.exp: Likewise.
6724         * gdb.base/callfuncs.exp: Likewise.
6725         * gdb.base/nodebug.exp: Likewise.
6726         * gdb.base/printcmds.exp: Likewise.
6727         * gdb.base/ptype.exp: Likewise.
6728         * gdb.base/structs.exp: Likewise.
6729         * gdb.base/unwindonsignal.exp: Likewise.
6730         * gdb.cp/gdb2495.exp: Likewise.
6731         * gdb.cp/templates.exp: Likewise.
6732         * gdb.cp/virtfunc.exp: Likewise.
6733         * gdb.threads/hand-call-in-threads.exp: Likewise.
6734         * gdb.threads/interrupted-hand-call.exp: Likewise.
6735         * gdb.threads/thread-unwindonsignal.exp: Likewise.
6736
6737 2016-06-10  Tom Tromey  <tom@tromey.com>
6738
6739         PR rust/20110:
6740         * gdb.rust/expr.exp: Add test for integer constant larger than
6741         i32.
6742
6743 2016-06-10  Bernhard Heckel  <bernhard.heckel@intel.com>
6744
6745         * gdb.fortran/nested-funcs.exp: New.
6746         * gdb.fortran/nested-funcs.f90: New.
6747
6748 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
6749
6750         * gdb.base/examine-backward.c: New file.
6751         * gdb.base/examine-backward.exp: New file.
6752
6753 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
6754
6755         * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6756         matching.
6757
6758 2016-06-02  Tom Tromey  <tom@tromey.com>
6759
6760         PR python/18984:
6761         * gdb.python/py-shared.exp: Add solib_name test.
6762
6763 2016-06-02  Simon Marchi  <simon.marchi@ericsson.com>
6764
6765         * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6766
6767 2016-05-31  Martin Galvan  <martin.galvan@tallertechnologies.com>
6768
6769         PR c++/19893
6770         * gdb.dwarf2/implref.exp: Rename to...
6771         * gdb.dwarf2/implref-const.exp: ...this.  Also add more test statements.
6772         * gdb.dwarf2/implref-array.c: New file.
6773         * gdb.dwarf2/implref-array.exp: Likewise.
6774         * gdb.dwarf2/implref-global.c: Likewise.
6775         * gdb.dwarf2/implref-global.exp: Likewise.
6776         * gdb.dwarf2/implref-struct.c: Likewise.
6777         * gdb.dwarf2/implref-struct.exp: Likewise.
6778
6779 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6780
6781         * gdb.trace/trace-condition.exp: Add 64bit tests.
6782
6783 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6784
6785         * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6786         bits types.
6787         (main): Adapt to 8 to 64 bits types.
6788         * gdb.trace/trace-condition.exp: Add new tests.
6789
6790 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6791
6792         * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6793
6794 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6795
6796         * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6797         Move condition tests...
6798         * gdb.trace/trace-condition.exp: Here.
6799
6800 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6801
6802         * gdb.trace/trace-condition.exp: Add counter-case tests.
6803
6804 2016-05-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
6805
6806         PR c++/15231
6807         * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6808         * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6809
6810 2016-05-27  Pedro Alves  <palves@redhat.com>
6811
6812         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6813         New procedure.
6814         (top level): Call it, and bail out of DejaGnu is known to be bad.
6815
6816 2016-05-27  Andrew Burgess  <andrew.burgess@embecosm.com>
6817
6818         * gdb.base/whatis.c: Extend the test case.
6819         * gdb.base/whatis.exp: Add additional tests.
6820
6821 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6822
6823 * gdb.fortran/type.f90: Add pointer variable.
6824 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6825
6826 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6827
6828         * gdb.fortran/vla-type.exp: Fix testcase name.
6829
6830 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6831
6832         * gdb.fortran/vla-type.exp: Access elements in nested structs.
6833
6834 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6835
6836         * gdb.fortran/type.f90: Add nested structures.
6837         * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6838         * gdb.fortran/derived-type.exp: Adapt expected output.
6839         * gdb.fortran/vla-type.exp: Adapt expected output.
6840
6841 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6842
6843         * gdb.fortran/whatis_type.exp: Adapt expected output.
6844
6845 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6846
6847         * gdb.fortran/print_type.exp: Fix expected output.
6848         * gdb.fortran/whatis_type.exp: Fix expected output.
6849
6850 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6851
6852         * gdb.fortran/whatis_type.exp: Use multi_line.
6853
6854 2016-05-24  Tom Tromey  <tom@tromey.com>
6855
6856         PR python/17386:
6857         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6858         use value as an index.
6859
6860 2016-05-23  Tom Tromey  <tom@tromey.com>
6861
6862         PR python/17981:
6863         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6864         no-breakpoint case.
6865
6866 2016-05-24  Pedro Alves  <palves@redhat.com>
6867
6868         PR gdb/19828
6869         * gdb.threads/clone-attach-detach.c: New file.
6870         * gdb.threads/clone-attach-detach.exp: New file.
6871
6872 2016-05-24  Francis Ricci  <francisjricci@gmail.com>  (tiny patch)
6873
6874         * gdb.base/annota-input-while-running.exp: Fix syntax error.
6875
6876 2016-05-23  Tom Tromey  <tom@tromey.com>
6877
6878         PR python/19438, PR python/18393:
6879         * gdb.python/py-progspace.exp: Add "dir" test.
6880         * gdb.python/py-objfile.exp: Add "dir" test.
6881
6882 2016-05-23  Yao Qi  <yao.qi@linaro.org>
6883
6884         * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6885         * gdb.arch/thumb2-it.exp: Likewise.
6886
6887 2016-05-18  Simon Marchi  <simon.marchi@ericsson.com>
6888
6889         * gdb.mi/mi-threads-interrupt.c: New file.
6890         * gdb.mi/mi-threads-interrupt.exp: New file.
6891
6892 2016-05-17  Simon Marchi  <simon.marchi@ericsson.com>
6893
6894         PR gdb/18077
6895         * gdb.mi/mi-async-run.exp: New file.
6896         * gdb.mi/mi-async-run.c: New file.
6897
6898 2016-05-17  Tom Tromey  <tom@tromey.com>
6899             Manish Goregaokar <manishsmail@gmail.com>
6900
6901         * lib/rust-support.exp: New file.
6902         * lib/gdb.exp (skip_rust_tests): New proc.
6903         (build_executable_from_specs): Handle rust.
6904         * lib/future.exp (gdb_find_rustc): New proc.
6905         (gdb_default_target_compile): Handle rust.
6906         * gdb.rust/expr.exp: New file.
6907         * gdb.rust/generics.exp: New file.
6908         * gdb.rust/generics.rs: New file.
6909         * gdb.rust/methods.exp: New file.
6910         * gdb.rust/methods.rs: New file.
6911         * gdb.rust/modules.exp: New file.
6912         * gdb.rust/modules.rs: New file.
6913         * gdb.rust/simple.exp: New file.
6914         * gdb.rust/simple.rs: New file.
6915
6916 2016-05-17  Tom Tromey  <tom@tromey.com>
6917
6918         * gdb.base/default.exp (set language): Add rust.
6919
6920 2016-05-17  Tom Tromey  <tom@tromey.com>
6921
6922         * gdb.gdb/unittest.exp: New file.
6923
6924 2016-05-16  Yao Qi  <yao.qi@linaro.org>
6925
6926         * gdb.base/batch-preserve-term-settings.exp: Remove variable
6927         shell_prompt.  Update shell_prompt_re.
6928
6929 2016-05-12  Doug Evans  <dje@google.com>
6930
6931         PR symtab/19999
6932         * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6933         $options when building executable.
6934         * gdb.dwarf2/fission-loclists-pie.S: New file.
6935         * gdb.dwarf2/fission-loclists-pie.exp: New file.
6936
6937 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
6938
6939         * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6940         of [is_remote target],
6941
6942 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
6943
6944         * lib/gdb.exp (use_gdb_stub): New procedure.
6945
6946 2016-05-03  Yunlian Jiang <yunlian@google.com>
6947             Doug Evans  <dje@google.com>
6948
6949         PR symtab/19914
6950         * gdb.dwarf2/dwp-sepdebug.c: New file.
6951         * gdb.dwarf2/dwp-sepdebug.exp: New file.
6952
6953 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
6954
6955         * gdb.base/detach.exp: Remove is_remote check.
6956
6957 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
6958
6959         * gdb.base/annota-input-while-running.exp: Don't check for
6960         [is_remote target].  Enable annotations after running to main.
6961         Remove unused "set test..." line.
6962
6963 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
6964
6965         * gdb.trace/trace-enable-disable.exp: New file.
6966         * gdb.trace/trace-enable-disable.c: New file.
6967
6968 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
6969
6970         * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6971         use it in info sharedlibrary test.
6972         * gdb.trace/ftrace-lock.exp: Likewise.
6973         * gdb.trace/ftrace.exp: Likewise.
6974         * gdb.trace/range-stepping.exp: Likewise.
6975         * gdb.trace/trace-break.exp: Likewise.
6976         * gdb.trace/trace-condition.exp: Likewise.
6977         * gdb.trace/trace-mt.exp: Likewise.
6978
6979 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
6980
6981         * lib/gdb.exp (gdb_load_shlibs): Rename to...
6982         (gdb_load_shlib): ... this.
6983         * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6984         gdb_load_shlib.
6985         * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6986         * gdb.base/ctxobj.exp: Likewise.
6987         * gdb.base/dprintf-pending.exp: Likewise.
6988         * gdb.base/dso2dso.exp: Likewise.
6989         * gdb.base/fixsection.exp: Likewise.
6990         * gdb.base/gcore-relro.exp: Likewise.
6991         * gdb.base/gdb1555.exp: Likewise.
6992         * gdb.base/global-var-nested-by-dso.exp: Likewise.
6993         * gdb.base/gnu-ifunc.exp: Likewise.
6994         * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6995         * gdb.base/jit-so.exp (one_jit_test): Likewise.
6996         * gdb.base/pending.exp: Likewise.
6997         * gdb.base/print-file-var.exp: Likewise.
6998         * gdb.base/print-symbol-loading.exp: Likewise.
6999         * gdb.base/shlib-call.exp: Likewise.
7000         * gdb.base/shreloc.exp: Likewise.
7001         * gdb.base/so-impl-ld.exp: Likewise.
7002         * gdb.base/solib-disc.exp: Likewise.
7003         * gdb.base/solib-nodir.exp: Likewise.
7004         * gdb.base/solib-overlap.exp: Likewise.
7005         * gdb.base/solib-symbol.exp: Likewise.
7006         * gdb.base/solib-weak.exp (do_test): Likewise.
7007         * gdb.base/sym-file.exp: Likewise.
7008         * gdb.base/symtab-search-order.exp: Likewise.
7009         * gdb.base/type-opaque.exp: Likewise.
7010         * gdb.base/unload.exp: Likewise.
7011         * gdb.base/watchpoint-solib.exp: Likewise.
7012         * gdb.compile/compile.exp: Likewise.
7013         * gdb.cp/gdb2384.exp: Likewise.
7014         * gdb.cp/infcall-dlopen.exp: Likewise.
7015         * gdb.cp/re-set-overloaded.exp: Likewise.
7016         * gdb.fortran/library-module.exp: Likewise.
7017         * gdb.opt/solib-intra-step.exp: Likewise.
7018         * gdb.python/py-finish-breakpoint.exp: Likewise.
7019         * gdb.python/py-shared.exp: Likewise.
7020         * gdb.reverse/solib-precsave.exp: Likewise.
7021         * gdb.reverse/solib-reverse.exp: Likewise.
7022         * gdb.server/solib-list.exp: Likewise.
7023         * gdb.threads/dlopen-libpthread.exp: Likewise.
7024         * gdb.threads/tls-shared.exp: Likewise.
7025         * gdb.threads/tls-so_extern.exp: Likewise.
7026         * gdb.trace/change-loc.exp: Likewise.
7027         * gdb.trace/ftrace-lock.exp: Likewise.
7028         * gdb.trace/ftrace.exp: Likewise.
7029         * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7030         * gdb.trace/pending.exp: Likewise.
7031         * gdb.trace/range-stepping.exp: Likewise.
7032         * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7033         (strace_info_marker): Likewise.
7034         (strace_probe_marker): Likewise.
7035         (strace_trace_on_same_addr): Likewise.
7036         (strace_trace_on_diff_addr): Likewise.
7037         * gdb.trace/trace-break.exp: Likewise.
7038         * gdb.trace/trace-condition.exp: Likewise.
7039         * gdb.trace/trace-mt.exp: Likewise.
7040
7041 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
7042
7043         * lib/gdb.exp (gdb_load_shlibs):  Accept a single argument.  Return
7044         result of gdb_remote_download.
7045         * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7046         * gdb.base/dso2dso.exp: Likewise.
7047         * gdb.base/global-var-nested-by-dso.exp: Likewise.
7048         * gdb.base/print-file-var.exp: Likewise.
7049         * gdb.base/shlib-call.exp: Likewise.
7050         * gdb.base/shreloc.exp: Likewise.
7051         * gdb.base/solib-overlap.exp: Likewise.
7052         * gdb.base/solib-weak.exp (do_test): Likewise.
7053         * gdb.base/unload.exp: Likewise.
7054
7055 2016-04-27  Yao Qi  <yao.qi@linaro.org>
7056
7057         * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7058         exists.
7059
7060 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
7061
7062         * vla-type.exp: Print structure from toplevel.
7063
7064 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
7065
7066         * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7067         of dynamic types.
7068         * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7069         of dynamic types.
7070
7071 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
7072
7073         * gdb.fortran/vla-type.f90: New file.
7074         * gdb.fortran/vla-type.exp: New file.
7075
7076 2016-04-25  Yao Qi  <yao.qi@linaro.org>
7077
7078         * gdb.base/branch-to-self.c: New file.
7079         * gdb.base/branch-to-self.exp: New file.
7080
7081 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7082
7083         * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7084         more after $hex.
7085
7086 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7087
7088         * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7089         * gdb.base/annota3.exp: Likewise.
7090
7091 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7092
7093         * gdb.reverse/step-precsave.exp: Do one step and test program
7094         stops in "callee" and do multiple steps until program goes out
7095         of "callee".
7096         * gdb.reverse/step-reverse.exp: Likewise.
7097
7098 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7099
7100         * gdb.trace/signal.exp: Also pass if
7101         $tracepoint_hits($i) > $iterations.
7102
7103 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7104
7105         * gdb.trace/signal.c: New file.
7106         * gdb.trace/signal.exp: New file.
7107
7108 2016-04-19  Doug Evans  <xdje42@gmail.com>
7109
7110         * gdb.base/bad-file.exp: New file.
7111
7112 2016-04-18  Martin Galvan  <martin.galvan@tallertechnologies.com>
7113
7114         * gdb.dwarf2/implref.exp: New file.
7115
7116 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
7117
7118         * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7119         * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7120         * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7121         * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7122         * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7123         * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7124         * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7125         * lib/fortran.exp (fortran_int4): New procedure.
7126         (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7127         (fortran_logical4): Likewise.
7128
7129 2016-04-18  Benrhard Heckel <bernhard.heckel@intel.com>
7130
7131         * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7132
7133 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
7134
7135         * lib/compiler.c: Add Intel specific preprocessor macros.
7136         * lib/compiler.cc: Likewise.
7137
7138 2016-04-13  Luis Machado  <lgustavo@codesourcery.com>
7139
7140         * gdb.server/connect-with-no-symbol-file.c: New file.
7141         * gdb.server/connect-with-no-symbol-file.exp: New file.
7142
7143 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
7144
7145         * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7146
7147 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
7148
7149         * boards/gdbserver-base.exp (${board}_download): Copy source file to
7150         standard output directory.
7151
7152 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7153
7154         * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7155
7156 2016-04-13  Markus Metzger  <markus.t.metzger@intel.com>
7157
7158         * gdb.btrace/instruction_history.c (loop): Add declaration.
7159
7160 2016-04-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7161
7162         * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7163
7164 2016-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
7165
7166         * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7167         parentheses to print.
7168         (continue_handler): Likewise.
7169
7170 2016-04-08  Simon Marchi  <simon.marchi@ericsson.com>
7171
7172         * gdb.server/solib-list.exp: Remove is_remote check.
7173         Pass shlib= to gdb_compile.  Don't link shared library with
7174         -soname.  Call gdb_remote_download instead of gdb_load_shlibs.
7175         Run binary filename through "readlink -f" on the target.
7176
7177 2016-04-08  Pedro Alves  <palves@redhat.com>
7178
7179         * gdb.server/solib-list.exp: Don't use gdb_load.  Instead pass the
7180         interpreter filename as argument to gdbserver_spawn.
7181         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7182         Return empty if $last_loaded_file does not exist.
7183
7184 2016-04-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7185
7186         Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7187         * gdb.base/jit-main.c: Use exit after usage.
7188
7189 2016-04-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
7190
7191         * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7192         GDBHISTSIZE prior to the tests.
7193         * gdb.base/gdbinit-history.exp: Likewise.
7194
7195 2016-04-07  Pedro Alves  <palves@redhat.com>
7196
7197         * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7198         instead of build_executable.  Use gdb_load_shlibs.
7199
7200 2016-04-07  Yao Qi  <yao.qi@linaro.org>
7201
7202         * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7203         Execute "si" command.
7204
7205 2016-04-07  Yao Qi  <yao.qi@linaro.org>
7206
7207         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7208         number instead of the comments on some line.
7209
7210 2016-04-06  Don Breazeal  <donb@codesourcery.com>
7211
7212         * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7213         * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7214
7215 2016-04-06  Simon Marchi  <simon.marchi@ericsson.com>
7216
7217         * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7218         standard_output_file.  Remove unused binfile variable.
7219
7220 2016-04-05  Catalin Udma  <catalin.udma@freescale.com>
7221
7222         * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7223         * gdb.python/py-mi-objfile.exp: Match "list main" output
7224         in console format.
7225
7226 2016-04-05  Simon Marchi  <simon.marchi@polymtl.ca>
7227
7228         * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7229         absolute.
7230
7231 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
7232
7233         * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7234         absolute.
7235         * gdb.trace/ftrace.exp: Likewise.
7236         * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7237         targets as well.
7238         (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7239         (gdb_load_shlibs): Copy libraries to test directory when testing
7240         natively.  Only set solib-search-path if testing remotely.
7241         * lib/mi-support.exp (mi_load_shlibs): Likewise.
7242
7243 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
7244
7245         * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7246         gdb_download.  Use it even if the target is not remote.
7247         * gdb.base/jit.exp (compile_jit_test): Likewise.
7248         * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7249         output directory if the destination board is local, otherwise use
7250         the standard remote_download from DejaGnu.
7251         (gdb_download): Remove.
7252         (gdb_load_shlibs): Use gdb_remote_download instead of
7253         gdb_download.
7254         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7255         Use gdb_remote_download instead of gdb_download.  Use it even if
7256         the target is not remote.
7257         * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7258         instead of gdb_download.
7259
7260 2016-04-04  Simon Marchi  <simon.marchi@polymtl.ca>
7261
7262         * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7263         (test_insert_delete_modify): Call mi_load_shlibs before trying to
7264         run.
7265
7266 2016-04-01  Artemiy Volkov  <artemiyv@acm.org>
7267
7268         PR gdb/19820
7269         * gdb.base/printcmds.exp: Add artificial arrays tests.
7270
7271 2016-03-31  Pedro Alves  <palves@redhat.com>
7272
7273         PR gdb/19858
7274         * gdb.base/jit-main.c: Include unistd.h.
7275         (ATTACH): Define to 0 if not already defined.
7276         (wait_for_gdb, mypid): New globals.
7277         (WAIT_FOR_GDB): New macro.
7278         (MAIN): Set an alarm.  Store the process's pid.  Wait for GDB at
7279         some breakpoint locations.
7280         * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7281         New procedures.
7282         (one_jit_test): Add REATTACH parameter, and handle it.  Use
7283         continue_to_test_location.
7284         (top level): Test attach, and adjusts calls to one_jit_test.
7285
7286 2016-03-31  Pedro Alves  <palves@redhat.com>
7287
7288         PR gdb/19858
7289         * gdb.base/jit.exp (compile_jit_test): Add intro comment.  Add
7290         BINSUFFIX parameter, and handle it.
7291         (top level): Adjust calls compile_jit_test.
7292
7293 2016-03-31  Catalin Udma  <catalin.udma@freescale.com>
7294
7295         PR python/19743
7296         * gdb.python/py-mi-events-gdb.py: New file.
7297         * gdb.python/py-mi-events.c: New file.
7298         * gdb.python/py-mi-events.exp: New file.
7299
7300 2016-03-30  Yao Qi  <yao.qi@linaro.org>
7301
7302         * gdb.reverse/until-precsave.exp: Match function name only.
7303         * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7304         Move malloc to a condition block.
7305         * gdb.reverse/until-reverse.exp: Match function name only.
7306
7307 2016-03-29  Marcin Kościelnicki  <koriakin@0x04.net>
7308
7309         * gdb.trace/ftrace.exp: Set arg0exp for s390.
7310         * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7311         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7312         variable for GPR 0 instead of assuming it is register 0.
7313         * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7314         * lib/trace-support.exp: Add s390 registers.
7315
7316 2016-03-29  Yao Qi  <yao.qi@linaro.org>
7317
7318         * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7319
7320 2016-03-24  Yao Qi  <yao.qi@linaro.org>
7321
7322         * gdb.reverse/break-reverse.exp: Add quotation mark in the
7323         test message.
7324
7325 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7326
7327         * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7328         maintaining separate logic for constructing the output path.
7329
7330 2016-03-16  Don Breazeal  <donb@codesourcery.com>
7331
7332         * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7333         Retry fork and waitpid on interrupted system call errors.
7334         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7335         Use with_timeout_factor to increase timeout by factor of 10.
7336
7337 2016-03-15  Don Breazeal  <donb@codesourcery.com>
7338
7339         * gdb.cp/scope-err.cc: New test program.
7340         * gdb.cp/scope-err.exp: New test script.
7341         * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7342         lines and "set breakpoint here" comment.
7343         * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7344         Fixed some whitespace and format issues.
7345         * gdb.mi/mi-linespec-err-cp.cc: New test program.
7346         * gdb.mi/mi-linespec-err-cp.exp: New test script.
7347
7348 2016-03-15  Doug Evans  <dje@google.com>
7349
7350         * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7351         * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
7352         All callers updated.  Add tests for enums, mixed flags register.
7353
7354 2016-03-15  Doug Evans  <dje@google.com>
7355
7356         * gdb.base/skip.c (main): Call test_skip_file_and_function.
7357         * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
7358
7359 2016-03-14  Simon Marchi  <simon.marchi@ericsson.com>
7360
7361         * gdb.base/default.exp: Add $_as_string to the list of expected
7362         convenience functions.
7363
7364 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
7365
7366         * gdb.base/maint.exp: New tests for 'maint info line-table'.
7367
7368 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
7369
7370         * gdb.python/py-as-string.exp: New file.
7371         * gdb.python/py-as-string.c: New file.
7372
7373 2016-03-09  Pedro Alves  <palves@redhat.com>
7374
7375         * gdb.threads/attach-into-signal.exp: Adjust to "Program received
7376         signal" -> "Thread NN received signal" output change.
7377         * gdb.threads/ia64-sigill.exp: Likewise.
7378         * gdb.threads/linux-dp.exp: Likewise.
7379         * gdb.threads/manythreads.exp: Likewise.
7380         * gdb.threads/pending-step.exp: Likewise.
7381         * gdb.threads/print-threads.exp: Likewise.
7382         * gdb.threads/sigstep-threads.exp: Likewise.
7383         * gdb.threads/staticthreads.exp: Likewise.
7384         * gdb.threads/tls.exp: Likewise.
7385
7386 2016-03-09  Pedro Alves  <palves@redhat.com>
7387
7388         * gdb.base/command-line-input.exp: New file.
7389
7390 2016-03-09  Marcin Kościelnicki  <koriakin@0x04.net>
7391
7392         * gdb.trace/ftrace.exp: Set arg0exp for ppc.
7393         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
7394         * gdb.trace/pending.exp: Accept leading dot before function name.
7395         * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
7396         * lib/trace-support.exp: Set registers for ppc.
7397
7398 2016-03-09  Marcin Kościelnicki  <koriakin@0x04.net>
7399
7400         * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
7401         use it for disassembly; accept .main in addition to main in backtrace.
7402
7403 2016-03-09  Wei-cheng Wang  <cole945@gmail.com>
7404             Marcin Kościelnicki  <koriakin@0x04.net>
7405
7406         * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
7407         (gdb_recursion_test_ptr): New global variable.
7408         (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
7409         gdb_recursion_test.
7410         (gdb_c_test): Ditto.
7411
7412 2016-03-09  Marcin Kościelnicki  <koriakin@0x04.net>
7413
7414         * gdb.trace/change-loc.exp: Don't depend on tracepoint location
7415         ordering.
7416
7417 2016-03-09  Marcin Kościelnicki  <koriakin@0x04.net>
7418
7419         * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
7420         (bar): Add bar_start_lbl label.
7421         * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
7422         of foo/bar for emitting DWARF and tracing.
7423
7424 2016-03-06  Sergio Durigan Junior  <sergiodj@redhat.com>
7425
7426         * analyze-racy-logs.py: Set executable bit.
7427
7428 2016-03-05  Sergio Durigan Junior  <sergiodj@redhat.com>
7429
7430         * Makefile.in (DEFAULT_RACY_ITER): New variable.
7431         (CHECK_TARGET_TMP): Likewise.
7432         (check-single-racy): New rule.
7433         (check-parallel-racy): Likewise.
7434         (TEST_TARGETS): Adjust rule to account for RACY_ITER.
7435         (do-check-parallel-racy): New rule.
7436         (check-racy/%.exp): Likewise.
7437         * README (Racy testcases): New section.
7438         * analyze-racy-logs.py: New file.
7439
7440 2016-03-03  Doug Evans  <dje@google.com>
7441
7442         * gdb.base/skip.exp: Use with_test_prefix.
7443
7444 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7445
7446         * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
7447         Invoke step_over_syscall "clone" and break_cond_on_syscall
7448         "clone".
7449         * gdb.base/step-over-clone.c: New file.
7450
7451 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7452
7453         * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
7454         code format.
7455
7456 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7457
7458         * gdb.base/disp-step-fork.c: Rename to ...
7459         * gdb.base/step-over-fork.c: ... it.  New file.
7460         * gdb.base/disp-step-vfork.c: Rename to ...
7461         * gdb.base/step-over-vfork.c: ... it.  New file.
7462         * gdb.base/disp-step-syscall.exp: Rename to ...
7463         * gdb.base/step-over-syscall.exp: ... it.  New file.
7464         (disp_step_cross_syscall): Rename to ...
7465         (step_over_syscall): ... it.
7466
7467 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7468
7469         * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
7470         If target supports condition evaluation on target, invoke
7471         break_cond_on_syscall for fork and vfork.
7472
7473 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7474
7475         * gdb.base/disp-step-syscall.exp: Don't invoke
7476         support_displaced_stepping.
7477         (disp_step_cross_syscall): Test with displaced stepping off and
7478         on if supported.
7479
7480 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7481
7482         * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
7483         proc.
7484         (setup): New proc.
7485         (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
7486         and setup.
7487
7488 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
7489
7490         * gdb.fortran/vla-history.exp: Remove breakpoint.
7491
7492 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
7493
7494         * gdb.fortran/vla-history.exp: Lookup array elements and printing
7495         exceeds timeout.
7496
7497 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
7498
7499         * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
7500         breakpoint.
7501
7502 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
7503
7504         * gdb.mi/vla.f90: Nullify pointer after declaration.
7505
7506 2016-03-01  Pedro Alves  <palves@redhat.com>
7507
7508         * gdb.trace/ftrace-lock.c: Include <unistd.h>.
7509
7510 2016-03-01  Pedro Alves  <palves@redhat.com>
7511
7512         * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
7513         before anything else.
7514         * gdb.threads/watchpoint-fork-mt.c: Likewise.  Don't define
7515         _GNU_SOURCE here.
7516         * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7517         before anything else.
7518         * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7519
7520 2016-03-01  Pedro Alves  <palves@redhat.com>
7521
7522         * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7523
7524 2016-03-01  Yao Qi  <yao.qi@linaro.org>
7525
7526         * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7527         prepare_for_testing.
7528
7529 2016-03-01  Yao Qi  <yao.qi@linaro.org>
7530
7531         * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7532
7533 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7534
7535         * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7536         manually constructing the output path.
7537
7538 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7539
7540         * gdb.arch/s390-stackless.S: New.
7541         * gdb.arch/s390-stackless.exp: New.
7542
7543 2016-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
7544
7545         * gdb.dlang/circular.c: New file.
7546         * gdb.dlang/circular.exp: New file.
7547
7548 2016-02-26  Yao Qi  <yao.qi@linaro.org>
7549
7550         * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7551         [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7552         (testcases): Update.
7553
7554 2016-02-26  Yao Qi  <yao.qi@linaro.org>
7555
7556         * gdb.reverse/aarch64.c: Rename to ...
7557         * gdb.reverse/insn-reverse.c: ... it.
7558         * gdb.reverse/aarch64.exp: Rename to ...
7559         * gdb.reverse/insn-reverse.exp: ... it.
7560
7561 2016-02-26  Yao Qi  <yao.qi@linaro.org>
7562
7563         * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7564         (testcase_ftype): New.
7565         (testcases): New array.
7566         (n_testcases): New.
7567         (main): Call each element in testcases.
7568         * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7569         (read_testcase): New.
7570         Do the tests in a loop.
7571
7572 2016-02-25  Yao Qi  <yao.qi@linaro.org>
7573
7574         * gdb.base/branches.c: Remove.
7575
7576 2016-02-25  Marcin Kościelnicki  <koriakin@0x04.net>
7577
7578         PR gdb/13808
7579         * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7580
7581 2016-02-25  Marcin Kościelnicki  <koriakin@0x04.net>
7582
7583         * gdb.trace/ftrace.exp: Remove unnecessary target check.
7584
7585 2016-02-25  Marcin Kościelnicki  <koriakin@0x04.net>
7586
7587         * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7588         change x86_64 call_insn to 'callq'.
7589
7590 2016-02-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7591
7592         * gdb.trace/tfile-avx.c: Move to...
7593         * gdb.trace/tracefile-pseudo-reg.c: Here.
7594         * gdb.trace/tfile-avx.exp: Move to...
7595         * gdb.trace/tracefile-pseudo-reg.exp: Here.
7596
7597 2016-02-24  Gary Benson <gbenson@redhat.com>
7598
7599         * gdb.base/attach-pie-noexec.exp: Do not expect an error
7600         message on attach.
7601
7602 2016-02-23  Doug Evans  <dje@google.com>
7603
7604         * gdb.base/skip.c (test_skip): New function.
7605         (end_test_skip_file_and_function): New function.
7606         (test_skip_file_and_function): New function.
7607         * gdb.base/skip1.c (test_skip): New function.
7608         (skip1_test_skip_file_and_function): New function.
7609         * gdb.base/skip.exp: Add tests for new skip options.
7610         * gdb.base/skip-solib.exp: Update expected output.
7611         * gdb.perf/skip-command.cc: New file.
7612         * gdb.perf/skip-command.exp: New file.
7613         * gdb.perf/skip-command.py: New file.
7614
7615 2016-02-22  Marcin Kościelnicki  <koriakin@0x04.net>
7616
7617         * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7618         info registers pattern.
7619
7620 2016-02-18  Iain Buclaw  <ibuclaw@gdcproject.org>
7621
7622         * lib/future.exp: Add D support.
7623         (gdb_find_gdc): New proc.
7624         (gdb_default_target_compile): Add D support.
7625
7626 2016-02-18  Wei-cheng Wang  <cole945@gmail.com>
7627
7628         * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7629         user+system time.
7630         (trace_speed_test): Determine the iteration count for a time
7631         between 15..30 seconds.
7632
7633 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7634
7635         * gdb.arch/i386-mpx-sigsegv.c: New file.
7636         * gdb.arch/i386-mpx-sigsegv.exp: New file.
7637         * gdb.arch/i386-mpx-simple_segv.c: New file.
7638         * gdb.arch/i386-mpx-simple_segv.exp: New file.
7639
7640 2016-02-18  Yao Qi  <yao.qi@linaro.org>
7641
7642         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7643         Don't call setup_kfail.
7644
7645 2016-02-18  Yao Qi  <yao.qi@linaro.org>
7646
7647         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7648         Set "set breakpoint condition-evaluation" per $cond_bp_target.
7649
7650 2016-02-16  Doug Evans  <dje@google.com>
7651
7652         * gdb.base/skip.c: Add copyright.  Whitespace cleanup.
7653         * gdb.base/skip1.c: Ditto.
7654         * gdb.base/skip.exp: Whitespace cleanup.
7655
7656 2016-02-16  Don Breazeal  <donb@codesourcery.com>
7657
7658         PR remote/19496
7659         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7660         Remove kfail for PR remote/19496.
7661
7662 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
7663
7664         * lib/gdb.exp (standard_temp_file): Return a path specific to
7665         the runtest invocation.
7666
7667 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
7668
7669         * gdb.trace/save-trace.exp: Change relative path to be in the
7670         standard output directory.
7671
7672 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7673
7674         * gdb.arch/i386-prologue.c: Add missing prototypes.
7675
7676 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7677
7678         * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7679         * gdb.arch/i386-prologue.exp: Likewise.
7680         * gdb.arch/i386-size.exp: Likewise.
7681
7682 2016-02-15  Simon Marchi  <simon.marchi@ericsson.com>
7683
7684         * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7685         define object file path.
7686         * gdb.btrace/gcore.exp: Use standard_output_file to define core
7687         file path.
7688         * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7689         standard_output_file to define binfile.
7690
7691 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7692
7693         Fix compatibility with recent gfortran-5.3.1.
7694         * gdb.fortran/vla-history.exp (print vla1 allocated)
7695         (print vla2 allocated, print $2, print $3): Remove
7696         (print $4): Rename to ...
7697         (print $2): ... here.
7698         (print $9): Rename to ...
7699         (print $5): ... here.
7700         (print $10): Rename to ...
7701         (print $6): ... here.
7702         * gdb.fortran/vla.f90: Add pvla initialization.
7703
7704 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7705
7706         * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7707         New test.
7708         * gdb.fortran/vla-value-sub.exp: Likewise.
7709
7710 2016-02-12  Marcin Kościelnicki  <koriakin@0x04.net>
7711
7712         * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7713
7714 2016-02-12  Simon Marchi  <simon.marchi@ericsson.com>
7715
7716         * i386-biarch-core.exp: Define corefile using
7717         standard_output_file.
7718
7719 2016-02-12  Yao Qi  <yao.qi@linaro.org>
7720
7721         * gdb.arch/arm-single-step-kernel-helper.c: New.
7722         * gdb.arch/arm-single-step-kernel-helper.exp: New.
7723
7724 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
7725
7726         * gdb.btrace/tailcall-only.exp: New.
7727         * gdb.btrace/tailcall-only.c: New.
7728         * gdb.btrace/x86_64-tailcall-only.S: New.
7729         * gdb.btrace/i686-tailcall-only.S: New.
7730
7731 2016-02-11  Pedro Alves  <palves@redhat.com>
7732
7733         * README (Parallel testing): Add missing double quotes.
7734
7735 2016-02-11  Pedro Alves  <palves@redhat.com>
7736
7737         * README (Parallel testing): New section.
7738         (GDB_PARALLEL): Rewrite.
7739         (FORCE_PARALLEL): Document.
7740
7741 2016-02-11  Marcin Kościelnicki  <koriakin@0x04.net>
7742
7743         * gdb.trace/tfile-avx.c: New test.
7744         * gdb.trace/tfile-avx.exp: New test.
7745
7746 2016-02-09  Keith Seitz  <keiths@redhat.com>
7747
7748         PR breakpoints/19546
7749         * gdb.base/infcall-exec.c: New file.
7750         * gdb.base/infcall-exec2.c: New file.
7751         * gdb.base/infcall-exec.exp: New file.
7752
7753 2016-02-09  Keith Seitz  <keiths@redhat.com>
7754
7755         * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7756         (toplevel): Call test_bkpt_address.
7757
7758 2016-02-09  Keith Seitz  <keiths@redhat.com>
7759
7760         PR python/19506
7761         * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7762         (toplevel): Call test_bkpt_address.
7763
7764 2016-02-09  Simon Marchi  <simon.marchi@ericsson.com>
7765
7766         * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7767         to AC_OUTPUT.
7768         * configure: Regenerate.
7769
7770 2016-02-09  Pedro Alves  <palves@redhat.com>
7771
7772         PR breakpoints/19548
7773         * gdb.base/execl-update-breakpoints.c (some_function): New
7774         function.
7775         (main): Call it.
7776         * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7777         Tighten expected GDB output.
7778
7779 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
7780
7781         * Makefile.in (ALL_SUBDIRS): Remove.
7782         (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7783         (distclean maintainer-clean realclean): Likewise.
7784         * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7785         * configure: Regenerate.
7786         * gdb.ada/Makefile.in: Delete.
7787         * gdb.arch/Makefile.in: Likewise.
7788         * gdb.asm/Makefile.in: Likewise.
7789         * gdb.base/Makefile.in: Likewise.
7790         * gdb.btrace/Makefile.in: Likewise.
7791         * gdb.cell/Makefile.in: Likewise.
7792         * gdb.compile/Makefile.in: Likewise.
7793         * gdb.cp/Makefile.in: Likewise.
7794         * gdb.disasm/Makefile.in: Likewise.
7795         * gdb.dlang/Makefile.in: Likewise.
7796         * gdb.dwarf2/Makefile.in: Likewise.
7797         * gdb.fortran/Makefile.in: Likewise.
7798         * gdb.gdb/Makefile.in: Likewise.
7799         * gdb.go/Makefile.in: Likewise.
7800         * gdb.guile/Makefile.in: Likewise.
7801         * gdb.java/Makefile.in: Likewise.
7802         * gdb.linespec/Makefile.in: Likewise.
7803         * gdb.mi/Makefile.in: Likewise.
7804         * gdb.modula2/Makefile.in: Likewise.
7805         * gdb.multi/Makefile.in: Likewise.
7806         * gdb.objc/Makefile.in: Likewise.
7807         * gdb.opencl/Makefile.in: Likewise.
7808         * gdb.opt/Makefile.in: Likewise.
7809         * gdb.pascal/Makefile.in: Likewise.
7810         * gdb.perf/Makefile.in: Likewise.
7811         * gdb.python/Makefile.in: Likewise.
7812         * gdb.reverse/Makefile.in: Likewise.
7813         * gdb.server/Makefile.in: Likewise.
7814         * gdb.stabs/Makefile.in: Likewise.
7815         * gdb.threads/Makefile.in: Likewise.
7816         * gdb.trace/Makefile.in: Likewise.
7817         * gdb.xml/Makefile.in: Likewise.
7818         * lib/gdb.exp (make_gdb_parallel_path): Add check for
7819         GDB_PARALLEL.
7820         (standard_output_file): Remove check for GDB_PARALLEL, always
7821         return path in outputs/$subdir/$testname.
7822
7823 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
7824
7825         * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7826         (site.exp): Assign abs_srcdir to tcl's srcdir.
7827
7828 2016-02-04  Yao Qi  <yao.qi@linaro.org>
7829
7830         * gdb.base/foll-exec-mode.c: Include limits.h.
7831         (main): Add parameters argc and argv.  Get directory from
7832         argv[0].
7833         * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7834         compilation.
7835         * gdb.base/foll-exec.c: Include limits.h.
7836         (main): Add parameters argc and argv.
7837         Get directory from argv[0].
7838         * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7839         Adjust tests on the number of lines as source code changed.
7840         * gdb.base/foll-vfork-exit.c: Include limits.h.
7841         (main): Add one line of statement before vfork.
7842         * gdb.base/foll-vfork.c: Include limits.h and string.h.
7843         (main): Add parameters argc and argv.  Get directory from
7844         argv[0].
7845         * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7846         (setup_gdb): Set tbreak to skip some source lines.
7847         * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7848         (main): Add parameters argc and argv.  Get directory from
7849         argv[0].
7850         * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7851         compilation.
7852         * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7853         (main): Add parameters argc and argv.  Get directory from
7854         argv[0].
7855         * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7856         compilation.
7857
7858 2016-02-01  Doug Evans  <dje@google.com>
7859
7860         * gdb.base/skip.exp: Clean up multiple references to same test name.
7861
7862 2016-02-01  Pedro Alves  <palves@redhat.com>
7863
7864         PR remote/19496
7865         * gdb.threads/forking-threads-plus-breakpoint.exp
7866         (displaced_stepping_supported): New global.
7867         (probe_displaced_stepping_support): New procedure.
7868         (do_test): Add 'displaced' parameter, and use it.
7869         (top level): Check for displaced stepping support.  Add displaced
7870         stepping on/off testing axis.
7871
7872 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
7873
7874         * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7875         pointer.  Don't perform further tests on the unassociated pointer
7876         if the first test fails.
7877
7878 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
7879
7880         * gdb.base/max-value-size.c: New file.
7881         * gdb.base/max-value-size.exp: New file.
7882         * gdb.base/huge.exp: Disable max-value-size for this test.
7883
7884 2016-01-28  Iain Buclaw  <ibuclaw@gdcproject.org>
7885
7886         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7887
7888 2016-01-28  Yao Qi  <yao.qi@linaro.org>
7889
7890         * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7891
7892 2016-01-25  Pedro Alves  <palves@redhat.com>
7893
7894         PR threads/19461
7895         * gdb.base/fork-running-state.c: New file.
7896         * gdb.base/fork-running-state.exp: New file.
7897
7898 2016-01-25  Pedro Alves  <palves@redhat.com>
7899
7900         PR gdb/19494
7901         * gdb.base/catch-fork-kill.c: New file.
7902         * gdb.base/catch-fork-kill.exp: New file.
7903
7904 2016-01-25  Pedro Alves  <palves@redhat.com>
7905
7906         * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7907         Delete, moved to lib/gdb.exp.
7908         * gdb.threads/forking-threads-plus-breakpoint.exp
7909         (foreach_with_prefix): Likewise.
7910         * gdb.threads/process-dies-while-handling-bp.exp
7911         (foreach_with_prefix): Likewise.
7912         * lib/gdb.exp (foreach_with_prefix): New procedure.
7913
7914 2016-01-25  Marcin Kościelnicki  <koriakin@0x04.net>
7915
7916         * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7917         * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7918
7919 2016-01-23  Marcin Kościelnicki  <koriakin@0x04.net>
7920
7921         * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7922         endian targets.
7923
7924 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7925             Pedro Alves  <palves@redhat.com>
7926
7927         Fix testsuite compatibility with Guile.
7928         * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7929         number.
7930
7931 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7932
7933         Fix testsuite compatibility with Guile.
7934         * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7935         (thread 1): New test for backtrace through signal handler.
7936
7937 2016-01-22  Yao Qi  <yao.qi@linaro.org>
7938
7939         PR testsuite/19491
7940         * gdb.base/multi-forks.c: Include
7941         ../lib/unbuffer_output.c
7942         (main): Call gdb_unbuffer_output.
7943
7944 2016-01-21  Doug Evans  <dje@google.com>
7945
7946         * lib/ada.exp (gdb_compile_ada): Fix typo.
7947
7948 2016-01-21  Joel Brobecker  <brobecker@adacore.com>
7949
7950         * gdb.base/break-fun-addr.exp: New file.
7951         * gdb.base/break-fun-addr1.c: New file.
7952         * gdb.base/break-fun-addr2.c: New file.
7953
7954 2016-01-20  Simon Marchi  <simon.marchi@polymtl.ca>
7955
7956         * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7957         * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7958         enum flag values.
7959
7960 2016-01-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7961
7962         * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7963         when GDB can not set the vector return value.  Add more comments
7964         for clarification.
7965
7966 2016-01-20  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7967
7968         * gdb.trace/tspeed.exp:  Use shlib instead of libs in gdb_compile
7969         command.
7970
7971 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
7972
7973         * Makefile.in (DO_RUNTEST): Add --status and update usages.
7974
7975 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
7976
7977         * Makefile.in (check-single): Pass --status to runtest.
7978         (check/%.exp): Likewise.
7979
7980 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
7981
7982         * Makefile.in (check-parallel): Propagate return code from make
7983         do-check-parallel.
7984
7985 2016-01-19  Marcin Kościelnicki  <koriakin@0x04.net>
7986
7987         * gdb.trace/ftrace.exp: Fix expected message on continue.
7988         * gdb.trace/pending.exp: Fix expected message on continue.
7989         * gdb.trace/trace-break.exp: Fix expected message on continue.
7990
7991 2016-01-18  Simon Marchi  <simon.marchi@ericsson.com>
7992
7993         * lib/gdb.exp (gdb_test): Remove unused global references.
7994
7995 2016-01-18  Pedro Alves  <palves@redhat.com>
7996
7997         * gdb.base/async-shell.exp: Adjust expected output.
7998         * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7999         * gdb.base/siginfo-thread.exp: Adjust expected output.
8000         * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8001         * gdb.java/jnpe.exp: Adjust expected output.
8002         * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8003         * gdb.threads/continue-pending-status.exp: Adjust expected output.
8004         * gdb.threads/leader-exit.exp: Adjust expected output.
8005         * gdb.threads/manythreads.exp: Adjust expected output.
8006         * gdb.threads/pthreads.exp: Adjust expected output.
8007         * gdb.threads/schedlock.exp: Adjust expected output.
8008         * gdb.threads/siginfo-threads.exp: Adjust expected output.
8009         * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8010         expected output.
8011         * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8012         output.
8013         * gdb.threads/sigthread.exp: Adjust expected output.
8014         * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8015
8016 2016-01-18  Yao Qi  <yao.qi@linaro.org>
8017
8018         * gdb.guile/scm-section-script.c: Replace @progbits with
8019         %progbits.
8020         * gdb.python/py-section-script.c: Likewise.
8021
8022 2016-01-15  Pedro Alves  <palves@redhat.com>
8023
8024         * gdb.multi/tids.exp: Test star wildcard ranges.
8025
8026 2016-01-15  Pedro Alves  <palves@redhat.com>
8027
8028         * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8029         command from "thread apply" invocation.
8030         (thr_apply_info_thr_invalid): Default the expected output to the
8031         input tid list.
8032         (top level): Add tests that use convenience variables.  Add tests
8033         for "thread apply" with a valid TID list, but missing the command.
8034
8035 2016-01-13  Pedro Alves  <palves@redhat.com>
8036
8037         * gdb.base/default.exp: Expect $_gthread as well.
8038         * gdb.multi/tids.exp: Test $_gthread.
8039         * gdb.threads/thread-specific.exp: Test $_gthread.
8040
8041 2016-01-13  Pedro Alves  <palves@redhat.com>
8042
8043         * gdb.multi/tids.exp: Test "info threads -gid".
8044
8045 2016-01-13  Pedro Alves  <palves@redhat.com>
8046
8047         * gdb.multi/tids.exp: Test InferiorThread.global_num and
8048         Breakpoint.thread.
8049         * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8050
8051 2016-01-07  Pedro Alves  <palves@redhat.com>
8052
8053         * gdb.base/break.exp: Adjust to output changes.
8054         * gdb.base/hbreak2.exp: Likewise.
8055         * gdb.base/sepdebug.exp: Likewise.
8056         * gdb.base/watch_thread_num.exp: Likewise.
8057         * gdb.linespec/keywords.exp: Likewise.
8058         * gdb.multi/info-threads.exp: Likewise.
8059         * gdb.threads/thread-find.exp: Likewise.
8060         * gdb.multi/tids.c: New file.
8061         * gdb.multi/tids.exp: New file.
8062
8063 2016-01-13  Pedro Alves  <palves@redhat.com>
8064
8065         * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8066
8067 2016-01-13  Pedro Alves  <palves@redhat.com>
8068
8069         * gdb.base/default.exp: Expect $_inferior as well.
8070         * gdb.multi/base.exp: Test $_inferior.
8071
8072 2016-01-13  Pedro Alves  <palves@redhat.com>
8073
8074         PR breakpoints/19388
8075         * gdb.base/catch-signal-siginfo-cond.c: New file.
8076         * gdb.base/catch-signal-siginfo-cond.exp: New file.
8077
8078 2016-01-12  Josh Stone  <jistone@redhat.com>
8079             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
8080
8081         * gdb.base/catch-syscall.c (do_execve): New variable.
8082         (main): Conditionally trigger an execve.
8083         * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8084         (test_catch_syscall_execve): New, check entry/return across execve.
8085         (do_syscall_tests): Call test_catch_syscall_execve.
8086
8087 2016-01-12  Pedro Alves  <palves@redhat.com>
8088
8089         * gdb.base/random-signal.exp (do_test): New procedure, with body
8090         of testcase moved in.
8091
8092 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8093             Pedro Alves  <palves@redhat.com>
8094
8095         * gdb.base/funcargs.exp (finish from indirectly called function):
8096         Reintroduce the case for 'First'.
8097
8098 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8099             Pedro Alves  <palves@redhat.com>
8100
8101         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8102         (tcatch_vfork_then_child_follow_exec)
8103         (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8104         identification.
8105
8106 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8107
8108         * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8109         and repeats to unlimited.
8110         * gdb.python/py-value.exp: Likewise.
8111         * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8112         and repeats to unlimited.
8113
8114 2016-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8115
8116         * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8117         and reordering the functions.
8118         * gdb.multi/hangout.c: Likewise.
8119         * gdb.multi/hello.c: Likewise.
8120
8121 2016-01-08  Simon Marchi  <simon.marchi@ericsson.com>
8122
8123         * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8124         absolute.
8125         (SingleStatisticTestResult.report): Use dict.keys instead of
8126         dict.iterkeys.
8127
8128 2016-01-06  Pedro Alves  <palves@redhat.com>
8129
8130         * gdb.python/py-infthread.exp: Fix typo.  Expect t0.num to be 1.
8131
8132 2016-01-04  Markus Metzger  <markus.t.metzger@intel.com>
8133
8134         * gdb.btrace/dlopen.exp: New.
8135         * gdb.btrace/dlopen.c: New.
8136         * gdb.btrace/dlopen-dso.c: New.
8137
8138 2015-12-25  Sandra Loosemore  <sandra@codesourcery.com>
8139
8140         * lib/gdb.exp (gdb_test): Update comments to clarify that the
8141         PATTERN argument is optional.
8142
8143 2015-12-24  Joel Brobecker  <brobecker@adacore.com>
8144
8145         * lib/ada.exp (target_compile_ada_from_dir): New function.
8146         (gdb_compile_ada): Reimplement avoiding the use of project files.
8147         * gdb.ada/gnat_ada.gpr: Delete.
8148         * gdb.ada/cond_lang.exp: Adjust test to make path before
8149         filename optional.
8150         * gdb.ada/small_reg_param.exp: Likewise.
8151
8152 2015-12-22  Simon Marchi  <simon.marchi@ericsson.com>
8153
8154         * gdb.base/foll-vork.exp: Remove HP-UX special case.
8155
8156 2015-12-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
8157
8158         * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8159         case.
8160
8161 2015-12-21  Simon Marchi  <simon.marchi@ericsson.com>
8162
8163         * gdb.base/break.exp: Remove dead code.
8164         * gdb.base/sepdebug.exp: Likewise.
8165
8166 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
8167
8168         * gdb.asm/asm-source.exp: Remove HP-UX references.
8169         * gdb.base/annota1.exp: Likewise.
8170         * gdb.base/annota3.exp: Likewise.
8171         * gdb.base/attach.exp: Likewise.
8172         * gdb.base/bigcore.exp: Likewise.
8173         * gdb.base/break.exp: Likewise.
8174         * gdb.base/call-ar-st.exp: Likewise.
8175         * gdb.base/callfuncs.exp: Likewise.
8176         * gdb.base/catch-fork-static.exp: Likewise.
8177         * gdb.base/display.exp: Likewise.
8178         * gdb.base/foll-exec-mode.exp: Likewise.
8179         * gdb.base/foll-exec.exp: Likewise.
8180         * gdb.base/foll-fork.exp: Likewise.
8181         * gdb.base/foll-vfork.exp: Likewise.
8182         * gdb.base/funcargs.exp: Likewise.
8183         * gdb.base/hbreak2.exp: Likewise.
8184         * gdb.base/inferior-died.exp: Likewise.
8185         * gdb.base/interrupt.exp: Likewise.
8186         * gdb.base/multi-forks.exp: Likewise.
8187         * gdb.base/nodebug.exp: Likewise.
8188         * gdb.base/sepdebug.exp: Likewise.
8189         * gdb.base/solib1.c: Likewise.
8190         * gdb.base/step-test.exp: Likewise.
8191         * gdb.mi/non-stop.c: Likewise.
8192         * gdb.mi/pthreads.c: Likewise.
8193         * gdb.multi/bkpt-multi-exec.ex: Likewise.
8194         * gdb.threads/pthreads.c: Likewise.
8195         * gdb.threads/staticthreads.exp: Likewise.
8196         * lib/future.exp: Likewise.
8197         * lib/gdb.exp: Likewise.
8198         * gdb.base/so-indr-cl.c: Remove.
8199         * gdb.base/so-indr-cl.exp: Likewise.
8200         * gdb.base/solib.c: Likewise.
8201         * gdb.base/solib.exp: Likewise.
8202         * gdb.base/solib2.c: Likewise.
8203
8204 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
8205
8206         * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8207         * gdb.base/call-ar-st.exp: Likewise.
8208         * gdb.base/callfuncs.exp: Likewise.
8209         * gdb.base/condbreak.exp: Likewise.
8210         * gdb.base/constvars.exp: Likewise.
8211         * gdb.base/hbreak2.exp: Likewise.
8212         * gdb.base/langs.exp: Likewise.
8213         * gdb.base/list.exp: Likewise.
8214         * gdb.base/long_long.exp: Likewise.
8215         * gdb.base/ptype.exp: Likewise.
8216         * gdb.base/scope.exp: Likewise.
8217         * gdb.base/signals.exp: Likewise.
8218         * gdb.base/so-impl-ld.exp: Likewise.
8219         * gdb.base/varargs.exp: Likewise.
8220         * gdb.base/volatile.exp: Likewise.
8221         * gdb.base/whatis.exp: Likewise.
8222         * gdb.cp/cplusfuncs.exp: Likewise.
8223         * gdb.cp/inherit.exp: Likewise.
8224         * gdb.cp/local.exp: Likewise.
8225         * gdb.cp/member-ptr.exp: Likewise.
8226         * gdb.cp/method.exp: Likewise.
8227         * gdb.cp/overload.exp: Likewise.
8228         * gdb.cp/templates.exp: Likewise.
8229         * gdb.stabs/weird.exp: Likewise.
8230         * lib/compiler.c: Likewise.
8231         * lib/compiler.cc: Likewise.
8232         * lib/cp-support.exp: Likewise.
8233         * lib/gdb.exp: Likewise.
8234
8235 2015-12-20  Simon Marchi  <simon.marchi@polymtl.ca>
8236
8237         * configure.ac: Remove HP-UX case.
8238         * configure: Regenerate.
8239
8240 2015-12-18  Simon Marchi  <simon.marchi@ericsson.com>
8241
8242         * lib/gdb.exp (gdb_compile): Add function doc.
8243
8244 2015-12-17  Pedro Alves  <palves@redhat.com>
8245
8246         PR threads/19354
8247         * gdb.multi/info-threads.exp: New file.
8248
8249 2015-12-15  Yao Qi  <yao.qi@linaro.org>
8250
8251         * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8252         is aarch64*-*-*.
8253
8254 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8255
8256         * gdb.base/history-duplicates.exp: Skip if no readline support.
8257
8258 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8259
8260         * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8261
8262 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8263
8264         * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8265
8266 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8267
8268         * gdb.base/completion.exp: Skip tests that interrupt GDB with
8269         ctrl-C if nointerrupts target property is set.
8270         * gdb.base/double-prompt-target-event-error.exp: Likewise.
8271         * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8272         * gdb.base/paginate-bg-execution.exp: Likewise.
8273         * gdb.base/paginate-execution-startup.exp: Likewise.
8274         * gdb.base/random-signal.exp: Likewise.
8275         * gdb.base/range-stepping.exp: Likewise.
8276         * gdb.cp/annota2.exp: Likewise.
8277         * gdb.cp/annota3.exp: Likewise.
8278         * gdb.gdb/selftest.exp: Likewise.
8279         * gdb.threads/continue-pending-status.exp: Likewise.
8280         * gdb.threads/leader-exit.exp: Likewise.
8281         * gdb.threads/manythreads.exp: Likewise.
8282         * gdb.threads/pthreads.exp: Likewise.
8283         * gdb.threads/schedlock.exp: Likewise.
8284         * gdb.threads/sigthread.exp: Likewise.
8285
8286 2015-12-11  Don Breazeal  <donb@codesourcery.com>
8287
8288         * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8289         remote.
8290         * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8291         * gdb.base/foll-exec.exp (main): Enable for target remote.
8292         * gdb.base/foll-fork.exp (main): Likewise.
8293         * gdb.base/foll-vfork.exp (main): Likewise.
8294         * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8295         (proc continue_to_exit_bp_loc): Use clean_restart.
8296         * gdb.base/pie-execl.exp (main): Disable for target remote.
8297         * gdb.base/watch-vfork.exp (main): Enable for target remote.
8298         * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8299         * gdb.threads/execl.exp (main): Likewise.
8300         * gdb.threads/fork-child-threads.exp (main): Likewise.
8301         * gdb.threads/fork-plus-threads.exp (main): Disable for target
8302         remote.
8303         * gdb.threads/fork-thread-pending.exp (main): Enable for target
8304         remote.
8305         * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8306         pid.tid style ptids, instead of just tid.
8307         * gdb.threads/thread-execl.exp (main): Enable for target remote.
8308         * gdb.threads/watchpoint-fork.exp (main): Likewise.
8309         * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8310         ptids, instead of just tid.
8311
8312 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8313
8314         * gdb.base/list.exp (test_list_forward): Add end of file error
8315         test.
8316         (test_repeat_list_command): Add end of file error test.
8317         (test_list_backwards): Add beginning of file error test.
8318
8319 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8320
8321         * gdb.base/list.exp (test_list_invalid_args): New function,
8322         defined, and called.
8323
8324 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8325
8326         * gdb.base/list.exp (test_list): Make test names unique.
8327
8328 2015-12-11  Yao Qi  <yao.qi@linaro.org>
8329
8330         * gdb.base/coremaker2.c: Remove.
8331
8332 2015-12-10  Pedro Alves  <palves@redhat.com>
8333
8334         * gdb.multi/base.exp: Remove stale "spaces" references.
8335
8336 2015-12-10  Pedro Alves  <palves@redhat.com>
8337
8338         * gdb.multi/base.exp: Don't use nowarnings.
8339         * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8340         * gdb.multi/hangout.c: Include stdio.h.
8341         * gdb.multi/hello.c: Include stdlib.h.
8342         * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8343         * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8344         * gdb.multi/multi-arch.exp: Don't use nowarnings.
8345
8346 2015-12-10  Andrew Burgess  <andrew.burgess@embecosm.com>
8347
8348         * gdb.dwarf2/dw2-ranges-base.c: New file.
8349         * gdb.dwarf2/dw2-ranges-base.exp: New file.
8350         * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8351         support additional line table, and debug ranges generation.
8352         (Dwarf::ranges): New function, generate .debug_ranges.
8353         (Dwarf::lines): Support generating simple line table programs.
8354         (Dwarf::assemble): Initialise new namespace variables.
8355
8356 2015-12-09  Kevin Buettner  <kevinb@redhat.com>
8357
8358         * gdb.base/async.exp (proc test_background): Add case for
8359         asynchronous execution not supported.
8360
8361 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
8362
8363         * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
8364           format and change test names to make them unique.
8365
8366 2015-12-09  Ruslan Kabatsayev  <b7.10110111@gmail.com>
8367             Pedro Alves  <pedro@redhat.com>
8368
8369         PR gdb/18702
8370         Add checking of floatformats setup on x86_64 hosts.
8371         * gdb.arch/i386-float.S (main): Load bigval and smallval.
8372         (smallval, bigval): New labels/constants.
8373         * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
8374         float" after loading bigval and smallval.
8375
8376 2015-12-07  Pierre-Marie de Rodat  <derodat@adacore.com>
8377
8378         * gdb.ada/fun_overload_menu.exp: New testcase.
8379         * gdb.ada/fun_overload_menu/foo.adb: New testcase.
8380
8381 2015-12-04  Josh Stone  <jistone@redhat.com>
8382
8383         * gdb.base/catch-fork-static.exp: New.
8384
8385 2015-12-03  Yao Qi  <yao.qi@linaro.org>
8386
8387         * gdb.base/sizeof.c: Don't include stdio.h and
8388         ../lib/unbuffer_output.c.
8389         (main): New variable 'size' and 'value'.  Remove printf and
8390         gdb_unbuffer_output.  Assign return value to size and value.
8391         * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
8392         at the beginning.
8393         (check_sizeof): Check the result by printing variable 'size'.
8394         (check_valueof): Check the result by printing variable 'value'.
8395
8396 2015-12-01  Yao Qi  <yao.qi@linaro.org>
8397
8398         * gdb.base/disp-step-syscall.exp: Define syscall instruction
8399         for aarch64*-*-linux* target.
8400
8401 2015-11-30  Pedro Alves  <palves@redhat.com>
8402
8403         * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
8404
8405 2015-11-30  Pedro Alves  <palves@redhat.com>
8406
8407         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
8408         Handle non-stop mode vCont replies.
8409
8410 2015-11-30  Pedro Alves  <palves@redhat.com>
8411
8412         * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
8413         prepare_for_testing.  Start gdb with "set non-stop on" appended to
8414         GDBFLAGS.  Lax expected stop output.
8415
8416 2015-11-27  Yao Qi  <yao.qi@linaro.org>
8417
8418         * gdb.arch/arm-neon.exp: New.
8419         * gdb.arch/arm-neon.c: New.
8420
8421 2015-11-27  Yao Qi  <yao.qi@linaro.org>
8422
8423         * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
8424
8425 2015-11-27  Yao Qi  <yao.qi@linaro.org>
8426
8427         * gdb.cp/annota2.exp: Allow multiple occurrences of the
8428         frames-invalid annotation.
8429
8430 2015-11-27  Yao Qi  <yao.qi@linaro.org>
8431
8432         * gdb.cp/annota2.exp: Use ${frames_invalid}.
8433
8434 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
8435
8436         * gdb.threads/names.exp: New file.
8437         * gdb.threads/names.c: New file.
8438         * README: Mention gdb,no_thread_names.
8439
8440 2015-11-26  Markus Metzger  <markus.t.metzger@intel.com>
8441
8442         PR 19297
8443         * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
8444         support" error.
8445
8446 2015-11-24  Pedro Alves  <palves@redhat.com>
8447
8448         PR 17539
8449         * gdb.base/display.exp: Expect displays to be sorted in ascending
8450         order.  Use multi_line.
8451         * gdb.base/solib-display.exp: Likewise.
8452
8453 2015-11-24  Pedro Alves  <palves@redhat.com>
8454
8455         PR 17539
8456         * gdb.base/display.exp: Expect displays to be sorted in ascending
8457         order.  Use multi_line.
8458         * gdb.base/solib-display.exp: Likewise.
8459
8460 2015-11-24  Pedro Alves  <palves@redhat.com>
8461
8462         PR 17539
8463         * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
8464         threads in ascending order.
8465         * gdb.base/foll-fork.exp: Likewise.
8466         * gdb.base/foll-vfork.exp: Likewise.
8467         * gdb.base/multi-forks.exp: Likewise.
8468         * gdb.mi/mi-nonstop.exp: Likewise.
8469         * gdb.mi/mi-nsintrall.exp: Likewise.
8470         * gdb.multi/base.exp: Likewise.
8471         * gdb.multi/multi-arch.exp: Likewise.
8472         * gdb.python/py-inferior.exp: Likewise.
8473         * gdb.threads/break-while-running.exp: Likewise.
8474         * gdb.threads/execl.exp: Likewise.
8475         * gdb.threads/gcore-thread.exp: Likewise.
8476         * gdb.threads/info-threads-cur-sal.exp: Likewise.
8477         * gdb.threads/kill.exp: Likewise.
8478         * gdb.threads/linux-dp.exp: Likewise.
8479         * gdb.threads/multiple-step-overs.exp: Likewise.
8480         * gdb.threads/next-bp-other-thread.exp: Likewise.
8481         * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
8482         * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
8483         * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
8484         * gdb.threads/thread-find.exp: Likewise.
8485         * gdb.threads/tls.exp: Likewise.
8486         * lib/mi-support.exp (mi_reverse_list): Delete.
8487         (mi_check_thread_states): No longer reverse list.
8488
8489 2015-11-24  Pedro Alves  <palves@redhat.com>
8490
8491         * gdb.python/py-inferior.exp: Use with_test_prefix.  Consistently
8492         use lowercase.
8493
8494 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
8495
8496         * gdb.trace/actions.c: Include trace-common.h.
8497         (main): Add a location for a fast tracepoint.
8498         * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
8499         the normal tracepoints.
8500         (gdb_verify_tracepoints): Adjust number of expected tracepoints.
8501
8502 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
8503
8504         * save-trace.exp: Factor out code to these...
8505         (gdb_save_tracepoints): New.
8506         (gdb_load_tracepoints): New.
8507         (do_save_load_test): New.
8508
8509 2015-11-23  Kevin Buettner  <kevinb@redhat.com>
8510
8511         * gdb.base/asmlabel.exp: New test.
8512         * gdb.base/asmlabel.c: New test case.
8513
8514 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
8515
8516         * gdb.base/wrong_frame_bt_full-main.c: New file.
8517         * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8518         * gdb.base/wrong_frame_bt_full.exp: New file.
8519
8520 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
8521
8522         * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8523
8524 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
8525
8526         * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
8527         pstate register when comparing registers values in
8528         sparc64-*-linux-gnu targets to avoid spurious differences.
8529
8530 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
8531
8532         * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
8533
8534 2015-11-19  Sandra Loosemore  <sandra@codesourcery.com>
8535
8536         * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8537         as type argument to gdb_compile.
8538         * gdb.base/nested-subp2.exp: Likewise.
8539         * gdb.base/nested-subp3.exp: Likewise.
8540
8541 2015-11-17  Dominik Vogt  <vogt@linux.vnet.ibm.com>
8542
8543         * lib/dwarf.exp (_note): Fix left shift of negative value.
8544         * gdb.trace/trace-condition.exp: Likewise.
8545
8546 2015-11-13  Yao Qi  <yao.qi@linaro.org>
8547
8548         * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8549         comments about d10v.
8550         (test_scalar_returns): Likewise.
8551         * gdb.base/d10v.ld: Remove.
8552         * gdb.base/overlays.exp: Remove the target triplet checking for
8553         d10v-*-*.
8554         * gdb.base/structs.exp (test_struct_returns): Remove the
8555         comments about d10v.
8556         (test_struct_calls): Likewise.
8557
8558 2015-11-13  Yao Qi  <yao.qi@linaro.org>
8559
8560         * gdb.base/gnu_vector.exp: Check the return value by "p res".
8561         * gdb.base/gnu_vector.c: Don't include stdio.h.
8562         (main): Don't print res and call add_some_intvecs.
8563
8564 2015-11-11  Marcin Kościelnicki  <koriakin@0x04.net>
8565
8566         * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8567         macro.
8568         (func5): Removed.
8569         (func4): Use FAST_TRACEPOINT_LABEL.
8570         * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8571         macro.
8572         (func): Removed.
8573         (thread_function): Use FAST_TRACEPOINT_LABEL.
8574         * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8575         (func): Remove.
8576         (marker): Use FAST_TRACEPOINT_LABEL.
8577         * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8578         (pendfunc1): Remove.
8579         (pendfunc): Use FAST_TRACEPOINT_LABEL.
8580         * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8581         (foo): Remove.
8582         (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8583         * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8584         macro.
8585         (func): Remove.
8586         (marker): Use FAST_TRACEPOINT_LABEL.
8587         * gdb.trace/trace-common.h: New header.
8588         * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8589         macro.
8590         (func): Remove.
8591         (marker): Use FAST_TRACEPOINT_LABEL.
8592         * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8593         (func): Remove.
8594         (thread_function): Use FAST_TRACEPOINT_LABEL.
8595
8596 2015-11-10  Marcin Kościelnicki  <koriakin@0x04.net>
8597
8598         * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8599         in front.
8600         * gdb.trace/change-loc.exp: Use global pcreg definition.
8601         * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8602         * gdb.trace/entry-values.exp: Use global spreg definition, add $
8603         in front.
8604         * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8605         * gdb.trace/pending.exp: Likewise.
8606         * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8607         * gdb.trace/trace-break.exp: Likewise.
8608         * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8609         in front.
8610         * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8611         * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8612         in front.
8613         * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8614
8615 2015-11-09  Joel Brobecker  <brobecker@adacore.com>
8616
8617         * gdb.ada/fin_fun_out: New testcase.
8618
8619 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
8620
8621         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8622         value associated with DW_AT_byte_size.
8623         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8624         constants for DW_AT_byte_size, DW_AT_lower_bound, and
8625         DW_AT_upper_bound.
8626
8627 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
8628
8629         * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8630         (gdb_target_symbol_prefix_flags): Define in terms of _asm
8631         version.
8632         * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8633         gdb.dwarf2/dw2-canonicalize-type.exp,
8634         gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8635         gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8636         gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8637         provided by gdb_target_symbol_prefix_flags_asm.
8638         * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8639         testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8640         testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8641         testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8642         gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8643         macros where needed).  Use this macro for symbols which require
8644         the prefix provided by SYMBOL_PREFIX.
8645
8646 2015-11-05  Kevin Buettner  <kevinb@redhat.com>
8647
8648         * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8649         New procs.
8650         * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8651         representing expressions, of more than one list element.
8652         * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8653         to prepend linker symbol prefix to f.
8654         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8655         table_1 and table_2.
8656         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8657         Likewise, for f and g.
8658         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8659         for ptr.
8660         * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8661         for main.
8662         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8663         table_1_ptr and table_2_ptr.
8664
8665 2015-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8666             Joel Brobecker  <brobecker@adacore.com>
8667
8668         * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8669
8670 2015-11-04  Marcin Kościelnicki  <koriakin@0x04.net>
8671
8672         * gdb.reverse/s390-mvcle.c: New test.
8673         * gdb.reverse/s390-mvcle.exp: New file.
8674         * lib/gdb.exp: Enable reverse tests on s390*-linux.
8675
8676 2015-11-02  Marcin Kościelnicki  <koriakin@0x04.net>
8677
8678         * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8679
8680 2015-11-02  Marcin Kościelnicki  <koriakin@0x04.net>
8681
8682         * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8683         reaching marker2.
8684         * gdb.reverse/getresuid-reverse.exp: Likewise.
8685         * gdb.reverse/pipe-reverse.exp: Likewise.
8686         * gdb.reverse/readv-reverse.exp: Likewise.
8687         * gdb.reverse/recvmsg-reverse.exp: Likewise.
8688         * gdb.reverse/time-reverse.exp: Likewise.
8689         * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8690
8691 2015-10-30  Yao Qi  <yao.qi@linaro.org>
8692
8693         * gdb.threads/wp-replication.c (watch_count_done): Remove.
8694         (empty_cycle): Remove.
8695         (main): Don't call empty_cycle.  Don't use watch_count_done.
8696         * gdb.threads/wp-replication.exp: Don't set breakpoint on
8697         empty_cycle.  Rewrite the code counting HW watchpoints.
8698
8699 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
8700
8701         * gdb.reverse/fstatat-reverse.c: New test.
8702         * gdb.reverse/fstatat-reverse.exp: New file.
8703         * gdb.reverse/getresuid-reverse.c: New test.
8704         * gdb.reverse/getresuid-reverse.exp: New file.
8705         * gdb.reverse/pipe-reverse.c: New test.
8706         * gdb.reverse/pipe-reverse.exp: New file.
8707         * gdb.reverse/readv-reverse.c: New test.
8708         * gdb.reverse/readv-reverse.exp: New file.
8709         * gdb.reverse/recvmsg-reverse.c: New test.
8710         * gdb.reverse/recvmsg-reverse.exp: New file.
8711         * gdb.reverse/time-reverse.c: New test.
8712         * gdb.reverse/time-reverse.exp: New file.
8713         * gdb.reverse/waitpid-reverse.c: New test.
8714         * gdb.reverse/waitpid-reverse.exp: New file.
8715
8716 2015-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
8717
8718         * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8719
8720 2015-10-26  Doug Evans  <dje@google.com>
8721
8722         PR symtab/17391
8723         * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8724         * gdb.dwarf2/bad-regnum.c: New file.
8725         * gdb.dwarf2/bad-regnum.exp: New file.
8726
8727 2015-10-26  Doug Evans  <dje@google.com>
8728
8729         PR python/18938
8730         * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8731         file.
8732
8733 2015-10-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8734
8735         * gdb.compile/compile.exp (compile code globalvar): Update expectation
8736         for a change by "Mention language in compile error message".
8737
8738 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
8739
8740         PR python/18073
8741         * gdb.python/py-type.c (C::a_method): New.
8742         (C::a_const_method): New.
8743         (C::a_static_method): New.
8744         (a_function): New.
8745         * gdb.python/py-type.exp (test_fields): Test getting fields
8746         from function and method.
8747
8748 2015-10-21  Keven Boell  <keven.boell@intel.com>
8749
8750         * gdb.fortran/vla-alloc-assoc.exp: New file.
8751         * gdb.fortran/vla-datatypes.exp: New file.
8752         * gdb.fortran/vla-datatypes.f90: New file.
8753         * gdb.fortran/vla-history.exp: New file.
8754         * gdb.fortran/vla-ptype-sub.exp: New file.
8755         * gdb.fortran/vla-ptype.exp: New file.
8756         * gdb.fortran/vla-sizeof.exp: New file.
8757         * gdb.fortran/vla-sub.f90: New file.
8758         * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8759         * gdb.fortran/vla-value-sub-finish.exp: New file.
8760         * gdb.fortran/vla-value-sub.exp: New file.
8761         * gdb.fortran/vla-value.exp: New file.
8762         * gdb.fortran/vla-ptr-info.exp: New file.
8763         * gdb.mi/mi-vla-fortran.exp: New file.
8764         * gdb.mi/vla.f90: New file.
8765
8766 2015-10-21  Sandra Loosemore  <sandra@codesourcery.com>
8767
8768         * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8769         of hardwired timeout value.
8770
8771 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8772             Pedro Alves  <palves@redhat.com>
8773
8774         * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8775         * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8776
8777 2015-10-19  Josh Stone  <jistone@redhat.com>
8778
8779         * gdb.base/catch-syscall.c: Include <sched.h>.
8780         (unknown_syscall): New variable.
8781         (main): Trigger a vfork and an unknown syscall.
8782         * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8783         (unknown_syscall_number): Likewise.
8784         (check_call_to_syscall): Accept an optional syscall pattern.
8785         (check_return_from_syscall): Likewise.
8786         (check_continue): Likewise.
8787         (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8788         (test_catch_syscall_skipping_return): New test toggling off 'catch
8789         syscall' to step over the syscall return, then toggling back on.
8790         (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8791         during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8792         (do_syscall_tests): Call test_catch_syscall_without_args and
8793         test_catch_syscall_mid_vfork.
8794         (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8795         (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8796
8797 2015-10-19  Andrew Stubbs  <ams@codesourcery.com>
8798
8799         * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8800         print g_vE): Add new pass patterns.
8801         * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8802         print various symbol names for vptr fields.
8803
8804 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
8805
8806         * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8807         results.
8808
8809 2015-10-12  Yao Qi  <yao.qi@linaro.org>
8810
8811         * gdb.arch/disp-step-insn-reloc.exp: New test case.
8812
8813 2015-10-12  Yao Qi  <yao.qi@linaro.org>
8814
8815         * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8816         is aarch64*-*-linux*.
8817
8818 2015-10-12  Yao Qi  <yao.qi@linaro.org>
8819
8820         * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8821         (can_relocate_bcond_true): ... it.
8822         (can_relocate_bcond_false): New function.
8823         (foo): Likewise.
8824         (can_relocate_bl): Likewise.
8825         (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8826         can_relocate_bl.
8827
8828 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
8829
8830         * gdb.base/nested-addr.c: New file.
8831         * gdb.base/nested-addr.exp: New testcase.
8832
8833 2015-10-09  Markus Metzger  <markus.t.metzger@intel.com>
8834
8835         * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8836         * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8837         its output.  Ignore the output of "record goto begin" and instead
8838         check that GDB is replaying.
8839
8840 2015-10-09  Pedro Alves  <palves@redhat.com>
8841
8842         * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8843         (top level): Use it in the run with no args test.
8844
8845 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
8846
8847         * gdb.dlang/properties.exp: New file.
8848
8849 2015-10-02  Sandra Loosemore  <sandra@codesourcery.com>
8850
8851         * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8852         whether or not address 0x1000 is mapped on the target.
8853
8854 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
8855
8856         * gdb.python/py-type.exp: Do not run tests if binaries fail to
8857         build.
8858
8859 2015-09-30  Markus Metzger  <markus.t.metzger@intel.com>
8860
8861         * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8862         instruction-history test.
8863
8864 2015-09-28  Doug Evans  <dje@google.com>
8865
8866         * gdb.base/gcore.c (array_func): Add reference to static_array.
8867
8868 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
8869
8870         * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8871         source line.
8872
8873 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8874
8875         * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8876         short or char as base type.
8877
8878 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8879
8880         * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8881         to allow any size enum.
8882
8883 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
8884
8885         * gdb.ada/array_ptr_renaming.exp: New testcase.
8886         * gdb.ada/array_ptr_renaming/foo.adb: New file.
8887         * gdb.ada/array_ptr_renaming/pack.ads: New file.
8888
8889 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
8890
8891         * gdb.trace/ftrace-lock.c: New file.
8892         * gdb.trace/ftrace-lock.exp: New file.
8893
8894 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
8895
8896         * gdb.arch/insn-reloc.c: New file.
8897         * gdb.arch/ftrace-insn-reloc.exp: New file.
8898
8899 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
8900
8901         * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8902         instruction.
8903         * gdb.trace/pendshr1.c (pendfunc): Likewise.
8904         * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8905         * gdb.trace/range-stepping.c: Likewise.
8906         * gdb.trace/trace-break.c: Likewise.
8907         * gdb.trace/trace-mt.c (thread_function): Likewise.
8908         * gdb.trace/ftrace.c (marker): Likewise.
8909         * gdb.trace/trace-condition.c (marker): Likewise.
8910         * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8911         * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8912         is_aarch64_target.
8913
8914 2015-09-18  Doug Evans  <xdje42@gmail.com>
8915
8916         * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8917         * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8918
8919 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8920
8921         * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8922         the breakpoint.
8923
8924 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8925
8926         * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8927         the pending breakpoint.  Remove timeout override for "Run till
8928         MI pending breakpoint on pendfunc3 on thread 2" test.
8929
8930 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8931
8932         * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8933         filename pattern.
8934
8935 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8936
8937         * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8938         in breakpoint filename pattern.
8939
8940 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8941
8942         * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8943
8944 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8945
8946         * gdb.linespec/explicit.exp: Check for readline support for
8947         tab-completion tests.  Fix obvious typo.
8948
8949 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
8950
8951         * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8952         and replay.
8953
8954 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
8955
8956         * gdb.btrace/non-stop.c: New.
8957         * gdb.btrace/non-stop.exp: New.
8958
8959 2015-09-17  Pierre Langlois  <pierre.langlois@arm.com>
8960             Yao Qi  <yao.qi@linaro.org>
8961
8962         * gdb.trace/trace-condition.c: New file.
8963         * gdb.trace/trace-condition.exp: New file.
8964
8965 2015-09-16  Wei-cheng Wang  <cole945@gmail.com>
8966
8967         * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8968         for testing bytecode compilation.
8969
8970 2015-09-16  Pedro Alves  <palves@redhat.com>
8971             Sandra Loosemore <sandra@codesourcery.com>
8972
8973         * gdb.threads/non-stop-fair-events.c (timeout): New global.
8974         (SECONDS): Redefine.
8975         (main): Call pthread_kill and alarm early.
8976         * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8977         support.
8978         (test): If the target can't hardware step and doesn't support
8979         displaced stepping, increase the timeout.
8980
8981 2015-09-16  Pedro Alves  <palves@redhat.com>
8982
8983         * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8984         (enable_debug): New procedures.
8985         (test): Use them.  Bail out if waiting for threads fails.
8986         (top level): Bail out if a test fails.
8987
8988 2015-09-16  Yao Qi  <yao.qi@linaro.org>
8989
8990         * gdb.asm/asm-source.exp: Set asm-arch for
8991         aarch64*-*-* target.
8992         * gdb.asm/aarch64.inc: New file.
8993
8994 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
8995
8996         * gdb.ada/array_of_variable_length.exp: New testcase.
8997         * gdb.ada/array_of_variable_length/foo.adb: New file.
8998         * gdb.ada/array_of_variable_length/pck.adb: New file.
8999         * gdb.ada/array_of_variable_length/pck.ads: New file.
9000
9001 2015-09-15  Doug Evans  <dje@google.com>
9002
9003         * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9004         of function static local variable.
9005
9006 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
9007
9008         * gdb.threads/tls-so_extern.exp: New test file.
9009         * gdb.threads/tls-so_extern.c: New test file.
9010         * gdb.threads/tls-so_extern_main.c: New test file.
9011
9012 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9013
9014         * gdb.opt/solib-intra-step-lib.c: New file.
9015         * gdb.opt/solib-intra-step-main.c: New file.
9016         * gdb.opt/solib-intra-step.exp: New file.
9017
9018 2015-09-15  Pedro Alves  <palves@redhat.com>
9019
9020         * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9021         gdb_continue_to_breakpoint instead of gdb_test_multiple.
9022
9023 2015-09-14  Pedro Alves  <palves@redhat.com>
9024
9025         * gdb.base/hook-stop-continue.c: Delete.
9026         * gdb.base/hook-stop-continue.exp: Delete.
9027         * gdb.base/hook-stop-frame.c: Delete.
9028         * gdb.base/hook-stop-frame.exp: Delete.
9029         * gdb.base/hook-stop.c: New file.
9030         * gdb.base/hook-stop.exp: New file.
9031
9032 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
9033
9034         * gdb.ada/access_to_packed_array.exp: New testcase.
9035         * gdb.ada/access_to_packed_array/foo.adb: New file.
9036         * gdb.ada/access_to_packed_array/pack.adb: New file.
9037         * gdb.ada/access_to_packed_array/pack.ads: New file.
9038
9039 2015-09-14  Markus Metzger  <markus.t.metzger@intel.com>
9040
9041         * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9042         buffer size test.
9043
9044 2015-09-11  Don Breazeal  <donb@codesourcery.com>
9045
9046         * gdb.base/foll-exec.c: Add copyright header.  Fix
9047         formatting issues.
9048         * gdb.base/foll-exec.exp (zap_session): Delete proc.
9049         (do_exec_tests): Use clean_restart in place of zap_session,
9050         and for test initialization.  Fix formatting issues.  Use
9051         fail in place of perror.
9052         * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9053         an expect statement to match an expression with output from
9054         the program under debug.
9055         * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9056         non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9057         * gdb.threads/non-ldr-exc-2.exp: Likewise.
9058         * gdb.threads/non-ldr-exc-3.exp: Likewise.
9059         * gdb.threads/non-ldr-exc-4.exp: Likewise.
9060
9061 2015-09-09  Doug Evans  <dje@google.com>
9062
9063         * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9064
9065 2015-09-09  Doug Evans  <dje@google.com>
9066
9067         * gdb.base/pie-execl.exp: Fix result test of build_executable.
9068
9069 2015-09-09  Doug Evans  <dje@google.com>
9070
9071         * gdb.base/savedregs.exp: Fix typo.
9072
9073 2015-09-09  Pedro Alves  <palves@redhat.com>
9074
9075         * gdb.mi/mi-cli.exp: Add CLI finish tests.
9076
9077 2015-09-08  Sandra Loosemore  <sandra@codesourcery.com>
9078
9079         * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9080         command actually switches threads.  Give up on remaining
9081         tests if target fails to stop at breakpoint.
9082
9083 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9084
9085         * gdb.ada/funcall_char.exp: New testcase.
9086         * gdb.ada/funcall_char/foo.adb: New file.
9087
9088 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
9089
9090         * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9091         expected outputs.  Add two testcases for completing ambiguous
9092         functions.
9093         * gdb.ada/complete/aux_pck.adb: New file.
9094         * gdb.ada/complete/aux_pck.ads: New file.
9095         * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9096         Ambiguous_Func functions.
9097         * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9098         * gdb.ada/complete/pck.adb: Likewise.
9099
9100 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
9101
9102         * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9103         failures to run the test program under GDB.
9104
9105 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
9106
9107         * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9108         to C.
9109
9110 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
9111
9112         * gdb.base/run-after-attach.exp: New test file.
9113         * gdb.base/run-after-attach.c: New test file.
9114
9115 2015-08-26  Don Breazeal  <donb@codesourcery.com>
9116
9117         * gdb.base/foll-exec-2.c: New test program.
9118         * gdb.base/foll-exec-2.exp: New test.
9119
9120 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
9121
9122         * gdb.base/nested-subp1.exp: New file.
9123         * gdb.base/nested-subp1.c: New file.
9124         * gdb.base/nested-subp2.exp: New file.
9125         * gdb.base/nested-subp2.c: New file.
9126         * gdb.base/nested-subp3.exp: New file.
9127         * gdb.base/nested-subp3.c: New file.
9128
9129 2015-08-24  Pedro Alves  <palves@redhat.com>
9130
9131         * gdb.server/connect-without-multi-process.c: New file.
9132         * gdb.server/connect-without-multi-process.exp: New file.
9133
9134 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
9135
9136         * gdb.opt/inline-markers.c: Make z int.
9137
9138 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
9139
9140         * gdb.opt/inline-markers.c: Make z volatile.
9141
9142 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
9143
9144         * gdb.opt/inline-bt.c: New volatile global z.
9145         * gdb.opt/inline-cmds.c: Likewise.
9146         * gdb.opt/inline-locals.c: Likewise.
9147         * gdb.opt/inline-markers.c: New extern global z.
9148         (marker): Use z.
9149         (inline_fn): Likewise.
9150
9151 2015-08-24  Pedro Alves  <palves@redhat.com>
9152
9153         * config/m32r-stub.exp: Remove file.
9154         * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9155         * gdb.base/call-rt-st.exp: Likewise.
9156         * gdb.base/call-strs.exp: Likewise.
9157         * gdb.base/default.exp: Remove references to h8300-*-hms and
9158         *-*-udi*.
9159         * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9160
9161 2015-08-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9162
9163         * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9164         -Wno-psabi" if "-mcpu=native" fails.  For the tests with "finish"
9165         and "return" use KFAIL when GDB can not read/write the vector
9166         return value.
9167
9168 2015-08-21  Gary Benson <gbenson@redhat.com>
9169
9170         * gdb.trace/pending.exp: Cope with remote transfer warnings.
9171
9172 2015-08-20  Pedro Alves  <palves@redhat.com>
9173
9174         * gdb.server/solib-list.exp: No longer expect an interior stop in
9175         non-stop mode.
9176
9177 2015-08-20  Pedro Alves  <palves@redhat.com>
9178
9179         * gdb.server/connect-stopped-target.c: New file.
9180         * gdb.server/connect-stopped-target.exp: New file.
9181
9182 2015-08-20  Pedro Alves  <palves@redhat.com>
9183
9184         * gdb.dwarf2/comp-unit-lang.exp: New file.
9185         * gdb.dwarf2/comp-unit-lang.c: New file.
9186
9187 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
9188
9189         * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9190         * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9191
9192 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
9193
9194         * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9195         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9196
9197 2015-08-18  Doug Evans  <dje@google.com>
9198             Adrian Sendroiu <adrian.sendroiu@freescale.com>
9199
9200         * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9201         skip_python_tests.  New arg prompt_regexp.
9202         (skip_python_tests): New function.
9203         * lib/mi-support.exp (mi_skip_python_tests): New function.
9204         * gdb.python/py-mi-objfile-gdb.py: New file.
9205         * gdb.python/py-mi-objfile.c: New file.
9206         * gdb.python/py-mi-objfile.exp: New file.
9207
9208 2015-08-17  Keith Seitz  <keiths@redhat.com>
9209
9210         * gdb.linespec/explicit.exp: Move strace test from here ...
9211         * gdb.trace/strace.exp: ... to here.
9212
9213 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
9214
9215         * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9216         * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9217
9218 2015-08-14  Doug Evans  <xdje42@gmail.com>
9219
9220         * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9221         inferior before selecting a new file.
9222
9223 2015-08-14  Doug Evans  <xdje42@gmail.com>
9224
9225         * gdb.mi/mi-disassemble.exp: Update.
9226         * gdb.base/disasm-optim.S: New file.
9227         * gdb.base/disasm-optim.c: New file.
9228         * gdb.base/disasm-optim.h: New file.
9229         * gdb.base/disasm-optim.exp: New file.
9230
9231 2015-08-14  Keith Seitz  <keiths@redhat.com>
9232
9233         * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9234         "evaluated-by".
9235
9236 2015-08-13  Joel Brobecker  <brobecker@adacore.com>
9237
9238         * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9239
9240 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
9241
9242         * gdb.ada/fun_renaming.exp: New testcase.
9243         * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9244         * gdb.ada/fun_renaming/pack.adb: New file.
9245         * gdb.ada/fun_renaming/pack.ads: New file.
9246
9247 2015-08-12  Keith Seitz  <keiths@redhat.com>
9248
9249         * gdb.base/dso2dso.exp: Pass basename of source file in call to
9250         gdb_get_line_number.
9251
9252 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
9253
9254         * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9255         gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9256         gdb.base/dso2dso.exp: New files.
9257
9258 2015-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
9259             Pedro Alves  <palves@redhat.com>
9260             Keith Seitz  <keiths@redhat.com>
9261
9262         * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9263         GDBFLAGS.
9264
9265 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
9266
9267         * gdb.base/gdbhistsize-history.exp
9268         (test_histsize_history_setting): Use save_vars.
9269         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9270         Use save_vars.
9271         (test_no_truncation_of_unlimited_history_file): Use save_vars.
9272         * gdb.base/readline.exp: Use save_vars.
9273
9274 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
9275
9276         * lib/gdb.exp (save_vars): New proc.
9277
9278 2015-08-11  Keith Seitz  <keiths@redhat.com>
9279
9280         * gdb.base/help.exp: Update help_breakpoint_text.
9281
9282 2015-08-11  Keith Seitz  <keiths@redhat.com>
9283
9284         * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9285         (at toplevel): Call test_explicit_breakpoints.
9286         * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9287         breakpoints.
9288         * lib/mi-support.exp (mi_make_breakpoint): Add support for
9289         breakpoint conditions, "-cond".
9290
9291 2015-08-11  Keith Seitz  <keiths@redhat.com>
9292
9293         * gdb.linespec/3explicit.c: New file.
9294         * gdb.linespec/cpexplicit.cc: New file.
9295         * gdb.linespec/cpexplicit.exp: New file.
9296         * gdb.linespec/explicit.c: New file.
9297         * gdb.linespec/explicit.exp: New file.
9298         * gdb.linespec/explicit2.c: New file.
9299         * gdb.linespec/ls-errs.exp: Add explicit location tests.
9300         * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9301         before using in the matching pattern.
9302         Clarify that `prefix' is a regular expression.
9303
9304 2015-08-11  Keith Seitz  <keiths@redhat.com>
9305
9306         * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9307         test.
9308         Add tests for missing ",FMT" and ",".
9309
9310 2015-08-10  Doug Evans  <dje@google.com>
9311             Keith Seitz  <keiths@redhat.com>
9312
9313         PR gdb/17960
9314         * gdb.base/completion.exp: Add location completer tests.
9315
9316 2015-08-07  Pedro Alves  <palves@redhat.com>
9317
9318         * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9319         tests here.
9320         (top level): Run do_test with and without displaced stepping.
9321
9322 2015-08-07  Pedro Alves  <palves@redhat.com>
9323
9324         * gdb.base/valgrind-disp-step.c: New file.
9325         * gdb.base/valgrind-disp-step.exp: New file.
9326
9327 2015-08-07  Pedro Alves  <palves@redhat.com>
9328
9329         * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9330         Delete function.
9331         (main): Add alarm.  Run an infinite loop instead of calling
9332         wait_threads.
9333         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9334         comment.
9335         * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9336         Delete function.
9337         (main): Add alarm.  Run an infinite loop instead of calling
9338         wait_threads.
9339         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9340         comment.
9341
9342 2015-08-07  Pedro Alves  <palves@redhat.com>
9343
9344         * gdb.base/checkpoint-ns.exp: New file.
9345         * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9346         standard_testfile.
9347
9348 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
9349
9350         * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9351         * gdb.btrace/instruction_history.exp: Update.
9352         * gdb.btrace/tsx.exp: New.
9353         * gdb.btrace/tsx.c: New.
9354
9355 2015-08-06  Pedro Alves <palves@redhat.com>
9356
9357         * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
9358         increase timeout.
9359         * gdb.reverse/until-precsave.exp: Bump timeouts.
9360
9361 2015-08-06  Pedro Alves  <palves@redhat.com>
9362
9363         * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
9364
9365 2015-08-06  Pedro Alves  <palves@redhat.com>
9366
9367         PR gdb/18749
9368         * gdb.threads/process-dies-while-handling-bp.c: New file.
9369         * gdb.threads/process-dies-while-handling-bp.exp: New file.
9370
9371 2015-08-06  Pedro Alves  <palves@redhat.com>
9372
9373         * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
9374         * gdb.threads/forking-threads-plus-breakpoint.c: New file.
9375
9376 2015-08-05  Pedro Alves  <palves@redhat.com>
9377
9378         * gdb.threads/next-while-other-thread-longjmps.c: New file.
9379         * gdb.threads/next-while-other-thread-longjmps.exp: New file.
9380
9381 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
9382
9383         * gdb.base/bp-permanent.exp: Report test as unsupported if
9384         the target cannot stop at the permanent breakpoint.
9385
9386 2015-08-03  Doug Evans  <dje@google.com>
9387
9388         * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
9389         10000.
9390
9391 2015-08-03  Doug Evans  <dje@google.com>
9392
9393         * Makefile.in (workers/%.worker, build-perf): New rule.
9394         (GDB_PERFTEST_MODE): New variable.
9395         (check-perf): Use it.
9396         (clean): Clean up gdb.perf parallel build subdirs.
9397         * lib/build-piece.exp: New file.
9398         * lib/gdb.exp (make_gdb_parallel_path): New function
9399         (standard_output_file, standard_temp_file): Call it.
9400         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9401         of $GDB_PARALLEL.
9402         * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
9403
9404 2015-08-03  Doug Evans  <dje@google.com>
9405
9406         * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
9407         (LOG_FILE_NAME): New global.
9408         (TextReporter.__init__): Initialize self.txt_sum.
9409         (TextReporter.report): Add support for multiple data-points.
9410         Move report to perftest.sum, put raw data in perftest.log.
9411         (TextReporter.start): Open sum and log files.
9412         (TextReporter.end): Close sum and log files.
9413         * gdb.perf/lib/perftest/testresult.py
9414         (SingleStatisticTestResult.record): Handle multiple data-points.
9415
9416 2015-07-31  Pedro Alves  <palves@redhat.com>
9417
9418         * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
9419         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
9420         kill_wait_spawned_process instead of explicit "kill -9".
9421         * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
9422         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
9423         kill_wait_spawned_process.
9424         * gdb.base/attach-twice.exp: Likewise.
9425         * gdb.base/attach.exp: Likewise.
9426         (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
9427         gdb_test_multiple.
9428         * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
9429         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
9430         kill_wait_spawned_process.
9431         * gdb.base/valgrind-infcall.exp: Likewise.
9432         * gdb.multi/multi-attach.exp: Likewise.
9433         * gdb.python/py-prompt.exp: Likewise.
9434         * gdb.python/py-sync-interp.exp: Likewise.
9435         * gdb.server/ext-attach.exp: Likewise.
9436         * gdb.threads/attach-into-signal.exp (corefunc): Use
9437         spawn_wait_for_attach, spawn_id_get_pid and
9438         kill_wait_spawned_process.
9439         * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
9440         spawn_wait_for_attach returning a spawn id instead of a pid.  Use
9441         spawn_id_get_pid and kill_wait_spawned_process.
9442         * gdb.threads/attach-stopped.exp (corefunc): Use
9443         spawn_wait_for_attach, spawn_id_get_pid and
9444         kill_wait_spawned_process.
9445         * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
9446         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
9447         kill_wait_spawned_process instead of explicit "kill -9".
9448         * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
9449         (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
9450         (spawn_wait_for_attach): Use spawn instead of exec to spawn
9451         processes.  Don't map cygwin/windows pids here.  Now returns a
9452         spawn id list.
9453
9454 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
9455
9456         * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
9457         4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
9458         correct patch.
9459
9460 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
9461
9462         * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
9463
9464 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
9465
9466         Reapply:
9467         2014-05-21  Mark Wielaard  <mjw@redhat.com>
9468
9469         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9470
9471 2015-07-30  Pedro Alves  <palves@redhat.com>
9472
9473         * linux-low.c (handle_extended_wait): Set the child's last
9474         reported status to TARGET_WAITKIND_STOPPED.
9475
9476 2015-07-30  Pedro Alves  <palves@redhat.com>
9477
9478         PR threads/18600
9479         * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
9480         only shows inferior 1.
9481
9482 2015-07-30  Simon Marchi  <simon.marchi@ericsson.com>
9483             Pedro Alves  <palves@redhat.com>
9484
9485         PR threads/18600
9486         * gdb.threads/fork-plus-threads.c: New file.
9487         * gdb.threads/fork-plus-threads.exp: New file.
9488
9489 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
9490
9491         * gdb.base/batch-preserve-term-settings.exp
9492         (test_terminal_settings_preserved_after_cli_exit): Use
9493         send_quit_command.
9494
9495 2015-07-29  Pedro Alves  <palves@redhat.com>
9496             Don Breazeal  <donb@codesourcery.com>
9497
9498         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
9499         output from both inferior_spawn_id and gdb_spawn_id.
9500
9501 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
9502
9503         * gdb.threads/attach-into-signal.exp (corefunc): Use
9504         with_test_prefix on nested loops, uniquefying the test messages.
9505
9506 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
9507
9508         * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
9509         commit.
9510
9511 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
9512
9513         * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
9514         New proc.
9515         (test_terminal_settings_preserved_after_sigterm): New test.
9516
9517 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
9518
9519         * gdb.base/batch-preserve-term-settings.exp
9520         (test_terminal_settings_preserved_after_cli_exit): New test.
9521
9522 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
9523
9524         * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9525         manipulation of saved_gdbflags.
9526         (test_terminal_settings_preserved): Remove global declaration of
9527         the unused variable pagination_prompt.  Remove manipulation of
9528         saved_gdbflags.  Use a local variable EXTRA_GDBFLAGS instead of
9529         GDBFLAGS.
9530
9531 2015-07-29  Pedro Alves  <palves@redhat.com>
9532
9533         * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9534
9535 2015-07-29  Pedro Alves  <palves@redhat.com>
9536
9537         * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9538         at the top.
9539
9540 2015-07-29  Pedro Alves  <palves@redhat.com>
9541
9542         * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9543         (main): Call gdb_unbuffer_output.
9544         * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9545         (main): Call gdb_unbuffer_output.
9546         * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9547         (main): Call gdb_unbuffer_output.
9548         * gdb.base/call-strs.exp: Adjust to step over the
9549         gdb_unbuffer_output call.
9550         * gdb.base/catch-gdb-caused-signals.c: Include
9551         "../lib/unbuffer_output.c".
9552         (main): Call gdb_unbuffer_output.
9553         * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9554         (main): Call gdb_unbuffer_output.
9555         * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9556         (main): Call gdb_unbuffer_output.
9557         * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9558         (main): Call gdb_unbuffer_output.
9559         * gdb.base/shlib-call.exp: Adjust to step over the
9560         gdb_unbuffer_output call.
9561         * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9562         (main): Call gdb_unbuffer_output.
9563         * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9564         (main): Call gdb_unbuffer_output.
9565         * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9566         (main): Rename to ...
9567         (test): ... this.
9568         (main): Reimplement.
9569         * gdb.base/varargs.exp: Run to test instead of to main.
9570         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9571         (main): Call gdb_unbuffer_output.
9572
9573 2015-07-29  Pedro Alves  <palves@redhat.com>
9574
9575         * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9576         factore out from mi_continue_dprintf.  For call-style dprintfs,
9577         expect dprintf output out of $inferior_spawn_id.
9578         (mi_continue_dprintf): Use mi_expect_dprintf.
9579         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9580         (main): Call gdb_unbuffer_output.
9581
9582 2015-07-29  Pedro Alves  <palves@redhat.com>
9583
9584         * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9585         (default_mi_gdb_start): Set inferior_spawn_id instead of
9586         mi_inferior_spawn_id.  If $inferior_spawn_id is not set, set it to
9587         gdb_spawn_id.
9588         (mi_gdb_test): Always expect inferior output from both
9589         $inferior_spawn_id and $gdb_spawn_id.
9590
9591 2015-07-29  Pedro Alves  <palves@redhat.com>
9592
9593         * gdb.gdb/selftest.exp (test_with_self): Update comment.  Use
9594         send_inferior and $inferior_spawn_id.
9595
9596 2015-07-29  Pedro Alves  <palves@redhat.com>
9597
9598         * gdb.gdb/complaints.exp (test_initial_complaints)
9599         (test_serial_complaints, test_short_complaints): Use
9600         gdb_test_stdio.
9601         (test_empty_complaint): Handle $inferior_spawn_id !=
9602         $gdb_spawn_id.
9603
9604 2015-07-29  Pedro Alves  <palves@redhat.com>
9605
9606         * gdb.base/varargs.exp: Use gdb_test_stdio.
9607
9608 2015-07-29  Pedro Alves  <palves@redhat.com>
9609
9610         * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9611
9612 2015-07-29  Pedro Alves  <palves@redhat.com>
9613
9614         * gdb.base/ending-run.exp: Use gdb_test_stdio.
9615
9616 2015-07-29  Pedro Alves  <palves@redhat.com>
9617
9618         * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9619         parameter into two new parameters, "inf_result" and "gdb_result".
9620         Expect inferior output and gdb output from $inferior_spawn_id and
9621         $gdb_spawn_id, respectively.  Adjust all callers.
9622
9623 2015-07-29  Pedro Alves  <palves@redhat.com>
9624
9625         * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9626         of gdb_test_sequence.
9627
9628 2015-07-29  Pedro Alves  <palves@redhat.com>
9629
9630         * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9631         (saw_spurious_output): Expect inferior output from
9632         $inferior_spawn_id.  Use gdb_test_stdio.
9633
9634 2015-07-29  Pedro Alves  <palves@redhat.com>
9635
9636         * gdb.base/dprintf.exp: Use standard_testfile.  Change
9637         prepare_for_testing call.
9638         (srcfile): Don't set.
9639         (restart): New procedure.
9640         (test_dprintf): New procecure, use to continue over dprintfs.
9641         (test_call, test_agent): New procedures, tests moved here.
9642         Restart gdb and recreate dprintfs.  Adjust expected output.
9643
9644 2015-07-29  Pedro Alves  <palves@redhat.com>
9645
9646         * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9647
9648 2015-07-29  Pedro Alves  <palves@redhat.com>
9649
9650         * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9651
9652 2015-07-29  Pedro Alves  <palves@redhat.com>
9653
9654         * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9655         gdb_test_stdio.
9656
9657 2015-07-29  Pedro Alves  <palves@redhat.com>
9658
9659         * lib/gdb.exp (gdb_test_stdio): New procedure.
9660
9661 2015-07-29  Pedro Alves  <palves@redhat.com>
9662
9663         * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9664
9665 2015-07-29  Pedro Alves  <palves@redhat.com>
9666
9667         * gdb.base/call-signal-resume.exp: Remove check for
9668         gdb,noinferiorio.  Don't expect "no signal".  Use gdb_test.
9669         * gdb.base/unwindonsignal.exp: Likewise.
9670         * gdb.base/call-signals.c (gen_signal): Remove printf call.
9671         * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9672
9673 2015-07-29  Pedro Alves  <palves@redhat.com>
9674
9675         * gdb.base/siginfo-addr.c (pass): New function.
9676         (handler): Call it iff si_addr is correct.
9677         * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9678         Set a breakpoint at "pass" and continue to it.
9679
9680 2015-07-28  Sergio Durigan Junior  <sergiodj@redhat.com>
9681
9682         * gdb.python/py-objfile.exp: Make some tests have unique names.
9683         * gdb.python/py-pp-registration.exp: Likewise.
9684
9685 2015-07-28  Pedro Alves  <palves@redhat.com>
9686
9687         * gdb.server/server-exec-info.exp: Issue a "disconnect".
9688
9689 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
9690
9691         * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9692
9693 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
9694
9695         * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9696
9697 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
9698
9699         * gdb.base/gdb-sigterm-2.exp: New test.
9700
9701 2015-07-25  Doug Evans  <xdje42@gmail.com>
9702
9703         Revert:
9704         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9705         (workers/%.worker, build-perf): New rule.
9706         (GDB_PERFTEST_MODE): New variable.
9707         (check-perf): Use it.
9708         (clean): Clean up gdb.perf parallel build subdirs.
9709         * lib/build-piece.exp: New file.
9710         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9711         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9712         name.
9713         (standard_temp_file): Ditto.
9714         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9715         of $GDB_PARALLEL.
9716
9717 2015-07-24  Doug Evans  <dje@google.com>
9718
9719         * gdb.perf/lib/perftest/utils.py: New file.
9720         * gdb.perf/gm-hello.cc: New file.
9721         * gdb.perf/gm-pervasive-typedef.cc: New file.
9722         * gdb.perf/gm-pervasive-typedef.h: New file.
9723         * gdb.perf/gm-std.cc: New file.
9724         * gdb.perf/gm-std.h: New file.
9725         * gdb.perf/gm-use-cerr.cc: New file.
9726         * gdb.perf/gm-utils.h: New file.
9727         * gdb.perf/gmonster-null-lookup.py: New file.
9728         * gdb.perf/gmonster-pervasive-typedef.py: New file.
9729         * gdb.perf/gmonster-print-cerr.py: New file.
9730         * gdb.perf/gmonster-ptype-string.py: New file.
9731         * gdb.perf/gmonster-runto-main.py: New file.
9732         * gdb.perf/gmonster-select-file.py: New file.
9733         * gdb.perf/gmonster1-null-lookup.exp: New file.
9734         * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9735         * gdb.perf/gmonster1-print-cerr.exp: New file.
9736         * gdb.perf/gmonster1-ptype-string.exp: New file.
9737         * gdb.perf/gmonster1-runto-main.exp: New file.
9738         * gdb.perf/gmonster1-select-file.exp: New file.
9739         * gdb.perf/gmonster1.cc: New file.
9740         * gdb.perf/gmonster1.exp: New file.
9741         * gdb.perf/gmonster2-null-lookup.exp: New file.
9742         * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9743         * gdb.perf/gmonster2-print-cerr.exp: New file.
9744         * gdb.perf/gmonster2-ptype-string.exp: New file.
9745         * gdb.perf/gmonster2-runto-main.exp: New file.
9746         * gdb.perf/gmonster2-select-file.exp: New file.
9747         * gdb.perf/gmonster2.cc: New file.
9748         * gdb.perf/gmonster2.exp: New file.
9749
9750 2015-07-24  Doug Evans  <dje@google.com>
9751
9752         * gdb.perf/README: New file.
9753         * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9754         * lib/gen-perf-test.exp: New file.
9755
9756 2015-07-24  Doug Evans  <dje@google.com>
9757
9758         * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9759         (PerfTest::startup): New function.
9760         (PerfTest::run): Return result of calling body.
9761         (PerfTest::assemble): Rewrite.
9762         * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9763         * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9764         * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9765         * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9766         * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9767
9768 2015-07-24  Doug Evans  <dje@google.com>
9769
9770         * lib/gdb.exp (clean_restart): Make executable optional.
9771
9772 2015-07-24  Doug Evans  <dje@google.com>
9773
9774         * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9775         compiler_info references.
9776         * gdb.cp/temargs.exp: Ditto.
9777         * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9778         (get_compiler_info): Early exit if already computed.  Set compiler_info
9779         to "unknown" if there was a problem.
9780         (test_compiler_info): Add function comment.  Call get_compiler_info.
9781
9782 2015-07-24  Doug Evans  <dje@google.com>
9783
9784         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9785         (workers/%.worker, build-perf): New rule.
9786         (GDB_PERFTEST_MODE): New variable.
9787         (check-perf): Use it.
9788         (clean): Clean up gdb.perf parallel build subdirs.
9789         * lib/build-piece.exp: New file.
9790         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9791         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9792         name.
9793         (standard_temp_file): Ditto.
9794         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9795         of $GDB_PARALLEL.
9796
9797 2015-07-24  Doug Evans  <dje@google.com>
9798
9799         * lib/future.exp (gdb_default_target_compile): New option
9800         "early_flags".
9801         * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9802         --as-needed.
9803
9804 2015-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
9805
9806         * gdb.base/catch-syscall.exp: Call gdb_exit before
9807         gdb_skip_xml_test.
9808
9809 2015-07-24  Pedro Alves  <palves@redhat.com>
9810
9811         * gdb.python/py-events.exp: Accept output between the stop event
9812         and the prompt.
9813         * gdb.python/py-evsignal.exp: Likewise.
9814         * gdb.python/py-evthreads.exp: Likewise.
9815
9816 2015-07-24  Pedro Alves  <palves@redhat.com>
9817
9818         PR gdb/18717
9819         * gdb.threads/non-ldr-exit.c: New file.
9820         * gdb.threads/non-ldr-exit.exp: New file.
9821
9822 2015-07-24  Yao Qi  <yao.qi@linaro.org>
9823
9824         * gdb.server/ext-wrapper.exp: Test --wrapper option when
9825         restarting process.
9826
9827 2015-07-24  Yao Qi  <yao.qi@linaro.org>
9828
9829         * gdb.server/ext-restart.exp: New file.
9830
9831 2015-07-24  Yao Qi  <yao.qi@linaro.org>
9832
9833         * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9834         argument options.
9835         * gdb.server/ext-wrapper.exp: New file.
9836
9837 2015-07-23  Doug Evans  <dje@google.com>
9838
9839         * gdb.dwarf2/dw2-dummy-cu.S: New file.
9840         * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9841
9842 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
9843
9844         * gdb.ada/var_arr_typedef.exp: New testcase.
9845         * gdb.ada/var_arr_typedef/pack.adb: New file.
9846         * gdb.ada/var_arr_typedef/pack.ads: New file.
9847         * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9848
9849 2015-07-20  Joel Brobecker  <brobecker@adacore.com>
9850
9851         * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9852
9853 2015-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
9854
9855         * gdb.arch/i386-biarch-core.exp: Replace istarget
9856         by "complete set gnutarget". Remove expectation for the "core-file"
9857         command.
9858
9859 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9860
9861         Revert the previous commit:
9862         Tests for validate symbol file using build-id.
9863
9864 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
9865
9866         Tests for validate symbol file using build-id.
9867         * gdb.base/solib-mismatch-lib.c: New file.
9868         * gdb.base/solib-mismatch-libmod.c: New file.
9869         * gdb.base/solib-mismatch.c: New file.
9870         * gdb.base/solib-mismatch.exp: New file.
9871
9872 2015-07-15  Sandra Loosemore  <sandra@codesourcery.com>
9873
9874         * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9875         nios2-*-linux*.
9876         * gdb.base/sigbpt.exp (stepi_out): Likewise.
9877         * gdb.base/siginfo.exp: Likewise.
9878         * gdb.base/sigstep.exp (advance, advancei): Likewise.
9879
9880 2015-07-15  Pierre Langlois  <pierre.langlois@arm.com>
9881
9882         * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9883         Move it to ...
9884         * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9885         ... here.
9886         * gdb.trace/range-stepping.exp: Check that the target supports
9887         range stepping.
9888
9889 2015-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9890
9891         * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9892
9893 2015-07-14  Pedro Alves  <palves@redhat.com>
9894
9895         * gdb.base/killed-outside.exp: New file.
9896         * gdb.base/killed-outside.c: New file.
9897
9898 2015-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9899
9900         * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9901         (n at main): New.
9902         * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9903
9904 2015-07-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9905
9906         * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9907         infcall tests instead of setting up for KFAIL.
9908
9909 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
9910
9911         * gdb.btrace/record_goto-step.exp: New.
9912
9913 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9914
9915         PR compile/18484
9916         * gdb.compile/compile.c (struct struct_type): Add volatile to
9917         selffield's type.
9918         * gdb.compile/compile.exp
9919         (compile code struct_object.selffield = &struct_object): Skip further
9920         struct_object tests if this one xfails.
9921
9922 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
9923
9924         PR exp/18617
9925         * gdb.trace/ax.exp: Add test.
9926
9927 2015-07-07  Yao Qi  <yao.qi@linaro.org>
9928
9929         * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9930         instead of istarget "aarch64*-*-*".
9931         * gdb.arch/aarch64-fp.exp: Likewise.
9932         * gdb.base/float.exp: Likewise.
9933         * gdb.reverse/aarch64.exp: Likewise.
9934         * lib/gdb.exp (is_aarch64_target): New proc.
9935
9936 2015-07-07  Yao Qi  <yao.qi@linaro.org>
9937
9938         * lib/gdb.exp (is_aarch32_target): New proc.
9939         * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9940         instead of "istarget "arm*-*-*"".
9941         * gdb.arch/arm-disp-step.exp: Likewise.
9942         * gdb.arch/thumb-bx-pc.exp: Likewise.
9943         * gdb.arch/thumb-prologue.exp: Likewise.
9944         * gdb.arch/thumb-singlestep.exp: Likewise.
9945         * gdb.base/disp-step-syscall.exp: Likewise.
9946         * gdb.base/float.exp: Likewise.
9947
9948 2015-07-07  Yao Qi  <yao.qi@linaro.org>
9949
9950         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9951         Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9952
9953 2015-07-07  Yao Qi  <yao.qi@linaro.org>
9954
9955         * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9956         is aarch64.  If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9957         if it exists.
9958         * gdb.multi/multi-arch.exp: Likewise.
9959
9960 2015-07-07  Simon Marchi  <simon.marchi@ericsson.com>
9961
9962         * gdb.python/py-lazy-string.exp: Add missing parentheses to
9963         print.
9964
9965 2015-07-07  Yao Qi  <yao.qi@linaro.org>
9966
9967         * gdb.arch/thumb-singlestep.exp: Do one more single step.
9968
9969 2015-06-30  Martin Galvan  <martin.galvan@tallertechnologies.com>
9970
9971         * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9972         '[' and ']' characters.
9973
9974 2015-06-30  Iain Buclaw  <ibuclaw@gdcproject.org>
9975
9976         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9977
9978 2015-06-29  Pedro Alves  <palves@redhat.com>
9979
9980         PR threads/18127
9981         * gdb.threads/hand-call-new-thread.c: New file.
9982         * gdb.threads/hand-call-new-thread.c: New file.
9983
9984 2015-06-26  Keith Seitz  <keiths@redhat.com>
9985             Doug Evans  <dje@google.com>
9986
9987         PR 16253
9988         * gdb.cp/var-tag-2.cc: New file.
9989         * gdb.cp/var-tag-3.cc: New file.
9990         * gdb.cp/var-tag-4.cc: New file.
9991         * gdb.cp/var-tag.cc: New file.
9992         * gdb.cp/var-tag.exp: New file.
9993
9994 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
9995
9996         * gdb.base/history-duplicates.exp: New test.
9997
9998 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
9999
10000         * gdb.base/completion.exp: Test the completion of the "focus"
10001         command.
10002
10003 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10004
10005         * gdb.arch/amd64-prologue-skip.S: New file.
10006         * gdb.arch/amd64-prologue-skip.exp: New file.
10007
10008 2015-06-25  Simon Marchi  <simon.marchi@ericsson.com>
10009
10010         * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10011         is_address_zero_readable check.
10012
10013 2015-06-24  Peter Bergner  <bergner@vnet.ibm.com>
10014
10015         * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10016         * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10017
10018 2015-06-24  Yao Qi  <yao.qi@linaro.org>
10019
10020         * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10021         linux targets.
10022
10023 2015-06-24  Yao Qi  <yao.qi@linaro.org>
10024
10025         * lib/gdb.exp (supports_get_siginfo_type): New proc.
10026         * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10027         * gdb.base/siginfo-thread.exp: Likewise.
10028
10029 2015-06-22  Yao Qi  <yao.qi@linaro.org>
10030
10031         * boards/remote-gdbserver-on-localhost.exp: Add comments.
10032
10033 2015-06-22  Yao Qi  <yao.qi@linaro.org>
10034
10035         * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10036         aarch64*-*-*.
10037         (skip_hw_watchpoint_tests): Likewise.
10038
10039 2015-06-18  Patrick Palka  <patrick@parcs.ath.cx>
10040
10041         * gdb.base/gdbinit-history.exp: Test the interaction between
10042         setting GDBHISTSIZE and setting the history size via .gdbinit.
10043
10044 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
10045
10046         PR gdb/16999
10047         * gdb.base/gdbhistsize-history.exp: New test.
10048
10049 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
10050
10051         * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10052         with GDBHISTSIZE.
10053         * gdb.base/readline.exp: Likewise.
10054
10055 2015-06-17  Yao Qi  <yao.qi@linaro.org>
10056
10057         * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10058         line.
10059
10060 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
10061
10062         * gdb.base/gdbinit-history.exp: Add test case to check that
10063         an unlimited history file does not get truncated on exit.
10064
10065 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10066
10067         * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10068         (VECTOR): New macro.  Use it...
10069         (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10070         ...for these typedefs.
10071         (int8, char1, int1, double1): New typedefs.
10072         (struct just_int2, struct two_int2): New structures.
10073         (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10074         (add_structvecs, add_singlevecs): New functions.
10075         (main): Call add_some_intvecs twice.
10076         * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10077         the compile and exit upon failure.  Try compiling for the "native"
10078         architecture.  Test inferior function calls with vector arguments
10079         and vector return value handling with "finish" and "return".
10080
10081 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
10082
10083         * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10084         * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10085         PE file.
10086         * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10087
10088 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10089
10090         PR breakpoints/16465
10091         * gdb.mi/mi-dprintf-pending.c: New file.
10092         * gdb.mi/mi-dprintf-pending.exp: New test.
10093         * gdb.mi/mi-dprintf-pendshr.c: New file.
10094
10095 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10096             Mircea Gherzan  <mircea.gherzan@intel.com>
10097
10098         * gdb.arch/i386-mpx-map.c: New file.
10099         * gdb.arch/i386-mpx-map.exp: New File.
10100
10101 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10102
10103         * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10104         * gdb.arch/i386-mpx.exp: Indentation fixed.
10105
10106 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10107
10108         * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10109         function and improved indentation.
10110         * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10111         gdb_test_multiple. Added additional tests to skip the test.
10112
10113 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10114
10115         * gdb.arch/i386-avx512.c: Change path in include file.
10116         * gdb.arch/i386-avx512.exp: Change include dir path
10117         compilation flag.
10118         * gdb.arch/i386-mpx.c: Change path in include file.
10119         * gdb.arch/i386-mpx.exp: Change include dir path compilation
10120         flag.
10121
10122 2015-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10123
10124         * gdb.compile/compile-print.exp (compile print *vararray@3)
10125         (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10126
10127 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10128
10129         * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10130         (do not keep jit in memory): ... this.
10131         (expect 5): Change it to ...
10132         (expect no 5): ... this.
10133
10134 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
10135
10136         PR gdb/15564
10137         * gdb.mi/mi-detach.exp: New file.
10138
10139 2015-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10140
10141         PR symtab/18392
10142         * gdb.arch/amd64-tailcall-self.S: New file.
10143         * gdb.arch/amd64-tailcall-self.c: New file.
10144         * gdb.arch/amd64-tailcall-self.exp: New file.
10145
10146 2015-05-28  Don Breazeal  <donb@codesourcery.com>
10147
10148         * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10149         tests for remote targets by checking is_target_gdbserver.
10150
10151 2015-05-27  Doug Evans  <dje@google.com>
10152
10153         * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10154         * gdb.dwarf2/opaque-type-lookup.c: New file.
10155         * gdb.dwarf2/opaque-type-lookup.exp: New file.
10156
10157 2015-05-26  Doug Evans  <dje@google.com>
10158
10159         * gdb.cp/iostream.cc: New file.
10160         * gdb.cp/iostream.exp: New file.
10161
10162 2015-05-26  Doug Evans  <dje@google.com>
10163
10164         * gdb.dwarf2/dw2-op-call.exp: Update.
10165         * gdb.dwarf2/dw4-sig-types.exp: Update.
10166         * gdb.dwarf2/implptr.exp: Update.
10167         * gdb.mi/mi-cmd-param-changed.exp: Update.
10168
10169 2015-05-26  Doug Evans  <dje@google.com>
10170
10171         * gdb.python/py-lazy-string.c: New file.
10172         * gdb.python/py-lazy-string.exp: New file.
10173         * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10174         (main): Update.  Add estring3.
10175         * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10176         * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10177
10178 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
10179             Yao Qi  <yao.qi@linaro.org>
10180
10181         * gdb.reverse/aarch64.c: New.
10182         * gdb.reverse/aarch64.exp: New.
10183
10184 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
10185
10186         * lib/gdb.exp (supports_process_record): Return true for
10187         aarch64*-linux*.
10188         (supports_reverse): Likewise.
10189
10190 2015-05-22  Patrick Palka  <patrick@parcs.ath.cx>
10191
10192         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10193         Use with_test_prefix.
10194
10195 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
10196
10197         * gdb.base/completion.exp: Add test for completion of layout
10198         names.
10199
10200 2015-05-20  Andrew Burgess  <andrew.burgess@embecosm.com>
10201
10202         * lib/gdb.exp (skip_tui_tests): New proc.
10203         * gdb.base/tui-layout.exp: Check skip_tui_tests.
10204
10205 2015-05-19  Pedro Alves  <palves@redhat.com>
10206
10207         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10208         Save the whole env array instead of just HOME.  Unset HISTSIZE in
10209         the environment while testing.  Restore whole environment
10210         afterwards.
10211
10212 2015-05-16  Doug Evans  <xdje42@gmail.com>
10213
10214         * gdb.guile/scm-ports.c: New file.
10215         * gdb.guile/scm-ports.exp: Add memory port tests.
10216
10217 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10218
10219         * gdb.compile/compile-print.c: New file.
10220         * gdb.compile/compile-print.exp: New file.
10221
10222 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10223
10224         * gdb.compile/compile-ops.exp: Cast param to void.
10225         * gdb.compile/compile.exp: Complete type for _gdb_expr.
10226         (compile code struct_object.selffield = &struct_object): Add xfail.
10227
10228 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
10229
10230         * gdb.ada/arr_enum_with_gap: New testcase.
10231
10232 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
10233
10234         * gdb.ada/byte_packed_arr: New testcase.
10235
10236 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
10237
10238         * gdb.ada/pckd_neg: New testcase.
10239
10240 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
10241
10242         PR gdb/17820
10243         * gdb.base/gdbinit-history.exp: New test.
10244         * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10245         * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10246
10247 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
10248
10249         * gdb.python/py-xmethods.cc: Enhance test case.
10250         * gdb.python/py-xmethods.exp: New tests.
10251         * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10252         function.
10253         (B_indexoper): Likewise.
10254         (global_dm_list) : Add new xmethod worker functions.
10255
10256 2015-05-08  Sergio Durigan Junior  <sergiodj@redhat.com>
10257
10258         * gdb.base/coredump-filter.exp: Correctly unset
10259         "coredump_var_addr" array.
10260
10261 2015-05-08  Pedro Alves  <palves@redhat.com>
10262
10263         * gdb.server/non-existing-program.exp: Unset spawn_id.
10264
10265 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
10266
10267         PR python/18291
10268         * gdb.python/py-xmethods.exp: Add tests.
10269
10270 2015-05-08  Yao Qi  <yao.qi@linaro.org>
10271
10272         PR gdb/18208
10273         * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10274         * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10275         function set_coredump_filter, and remove remote_exec call.
10276         Remove argument ipid.  Callers update.
10277         (top level): Don't get inferior's PID.
10278
10279 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10280
10281         * gdb.base/watch_thread_num.exp: Skip test on targets without
10282         access watchpoints.
10283
10284 2015-05-06  Pedro Alves  <palves@redhat.com>
10285
10286         PR server/18081
10287         * gdb.server/non-existing-program.exp: New file.
10288
10289 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
10290
10291         * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10292
10293 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
10294
10295         * gdb.ada/out_of_line_in_inlined: New testcase.
10296
10297 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
10298
10299         * gdb.ada/var_rec_arr: New testcase.
10300
10301 2015-04-30  Yao Qi  <yao.qi@linaro.org>
10302
10303         * gdb.base/break-idempotent.exp: If
10304         skip_hw_watchpoint_multi_tests returns true, skip the tests
10305         on "rwatch" and "awatch".
10306
10307 2015-04-30  Yao Qi  <yao.qi@linaro.org>
10308
10309         * gdb.base/relativedebug.exp: Invoke gdb command
10310         "info sharedlibrary", and if libc.so doesn't have debug info,
10311         skip the test.
10312
10313 2015-04-29  Doug Evans  <dje@google.com>
10314
10315         * gdb.python/py-xmethods.exp: Add ptype tests.
10316         * gdb.python/py-xmethods.py (E_method_char_worker): Add
10317         get_result_type method.
10318
10319 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
10320
10321         * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10322         the target does not support hardware watchpoints.
10323
10324 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
10325
10326         * gdb.base/break-always.exp: Abort testing if writing to memory
10327         causes an error.
10328
10329 2015-04-28  Doug Evans  <dje@google.com>
10330
10331         * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10332         * gdb.python/py-pp-registration.exp: ... here.  New file.
10333         * gdb.python/py-pp-registration.c: New file.
10334         * gdb.python/py-pp-registration.py: New file.
10335
10336 2015-04-28  Doug Evans  <dje@google.com>
10337
10338         * gdb.python/py-bad-printers.c: New file.
10339         * gdb.python/py-bad-printers.py: New file.
10340         * gdb.python/py-bad-printers.exp: New file.
10341
10342 2015-04-28  Sasha Smundak  <asmundak@google.com>
10343
10344         * gdb.python/py-type.exp: New test.
10345
10346 2015-04-28  Andy Wingo  <wingo@igalia.com>
10347
10348         * gdb.python/py-parameter.exp:
10349         * gdb.guile/scm-parameter.exp: Escape the path that we are
10350         matching against, as it might contain characters that are special
10351         to regular expressions.
10352
10353 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
10354
10355         * gdb.ada/rec_comp: New testcase.
10356
10357 2015-04-26  Sergio Durigan Junior  <sergiodj@redhat.com>
10358
10359         * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
10360         before using it.
10361
10362 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
10363
10364         * gdb.base/dump.exp: Add *.verilog files to all_files list.  Add
10365         new tests for verilog output.
10366
10367 2015-04-24  Yao Qi  <yao.qi@linaro.org>
10368
10369         * boards/remote-gdbserver-on-localhost.exp: New file.
10370
10371 2015-04-23  Pedro Alves  <palves@redhat.com>
10372
10373         * gdb.base/interrupt.exp: Use an indirect spawn id list holding
10374         $inferior_spawn_id instead of $inferior_spawn_id directly.  On
10375         "end of file", remove $inferior_spawn_id from the indirect list.
10376
10377 2015-04-23  Pedro Alves  <palves@redhat.com>
10378
10379         * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
10380
10381 2015-04-23  Pedro Alves  <palves@redhat.com>
10382
10383         * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
10384         on $any_spawn_id instead of only on $gdb_spawn_id.
10385
10386 2015-04-21  Pierre Muller  <muller@sourceware.org>
10387
10388         PR pascal/17815
10389         * lib/pascal.exp (gpc_compile): Add new option "class".
10390         (fpc_compile): Likewise.
10391         * gdb.pascal/case-insensitive-symbols.pas: New file.
10392         * gdb.pascal/case-insensitive-symbols.exp: New file.
10393
10394 2015-04-20  Gary Benson <gbenson@redhat.com>
10395
10396         * gdb.base/attach.exp: Fix three extended remote failures.
10397
10398 2015-04-17  Gary Benson <gbenson@redhat.com>
10399
10400         * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
10401         the main executable over the remote protocol.
10402
10403 2015-04-16  Pedro Alves  <palves@redhat.com>
10404
10405         * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
10406         a new gdbserver if gdbserver_reconnect_p is set.
10407
10408 2015-04-16  Pedro Alves  <palves@redhat.com>
10409
10410         * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
10411         is set, don't exit gdbserver.
10412
10413 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10414
10415         * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
10416         appropriate .insn, such that an older assembler can be used.
10417         * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
10418         the z/Architecture instruction set on 31-bit targets as well.
10419
10420 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10421
10422         * gdb.go/handcall.exp: Remove all logic related to the first
10423         breakpoint and rely on go_runto_main instead.
10424         * gdb.go/strings.exp: Likewise.
10425         * gdb.go/unsafe.exp: Likewise.
10426         * gdb.go/hello.exp: Likewise.  Also rename the remaining
10427         breakpoint marker to "breakpoint 1".
10428         * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
10429         * gdb.go/strings.go: Likewise.
10430         * gdb.go/unsafe.go: Likewise.
10431         * gdb.go/hello.go: Likewise.  Also remove the second occurrence of
10432         "set breakpoint 2 here" and rename the remaining breakpoint marker
10433         to "breakpoint 1".
10434
10435 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
10436
10437         * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
10438         if itertools.imap is not present.
10439         * gdb.python/py-objfile.exp: Add parentheses.
10440         * gdb.python/py-type.exp: Same.
10441         * gdb.python/py-unwind-maint.py: Same.
10442
10443 2015-04-15  Yao Qi  <yao.qi@linaro.org>
10444
10445         * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
10446         of ":$ptr_size" and set its form explicitly.
10447
10448 2015-04-15  Pedro Alves  <palves@redhat.com>
10449             Yao Qi  <yao.qi@linaro.org>
10450
10451         * gdb.base/watch-bitfields.exp (test_watch_location): Increase
10452         timeout by factor of 4.
10453         (test_regular_watch): Likewise.
10454         * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
10455         * gdb.reverse/sigall-reverse.exp: Likewise.
10456         * gdb.reverse/until-precsave.exp: Likewise.
10457         * lib/gdb.exp (with_timeout_factor): New proc.
10458         (gdb_expect): Move some code to ...
10459         (get_largest_timeout): ... here.  New procedure.
10460
10461 2015-04-14  Luis Machado  <lgustavo@codesourcery.com>
10462
10463         * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
10464
10465 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
10466
10467         * gdb.base/bp-permanent.exp (test): Handle the case of being unable
10468         to write to the .text section.
10469
10470 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
10471
10472         * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
10473         Handle the case of targets that do not provide PID information.
10474
10475 2015-04-13  Yao Qi  <yao.qi@linaro.org>
10476
10477         * lib/gdbserver-support.exp (gdb_exit): Catch exception
10478         and use expect instead of gdb_expect.
10479
10480 2015-04-13  Sergio Durigan Junior  <sergiodj@redhat.com>
10481
10482         * gdb.base/coredump-filter.exp: Rename variable "addr" to
10483         "coredump_var_addr" to avoid naming conflict with other testcases.
10484
10485 2015-04-10  Pedro Alves  <palves@redhat.com>
10486
10487         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
10488         gdb_test_sequence and gdb_assert.
10489
10490 2015-04-10  Pedro Alves  <palves@redhat.com>
10491
10492         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10493         test messages that don't include the breakpoint address.
10494
10495 2015-04-10  Yao Qi  <yao.qi@linaro.org>
10496
10497         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
10498         false for some offset and width combinations which aren't
10499         supported by linux kernel.
10500
10501 2015-04-10  Pedro Alves  <palves@redhat.com>
10502
10503         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
10504         procedure, factored out from ...
10505         (top level): ... here.  Add "set displaced-stepping" testing axis.
10506         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
10507         parameter "displaced".  Use it.
10508         (top level): Use foreach and add "set displaced-stepping" testing
10509         axis.
10510
10511 2015-04-10  Pedro Alves  <palves@redhat.com>
10512
10513         * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
10514         Remove comment.
10515         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10516         both the address of the instruction that triggers the watchpoint
10517         and the address of the instruction immediately after, and use
10518         those addresses for the test.  Fix comment.
10519
10520 2015-04-10  Pedro Alves  <palves@redhat.com>
10521
10522         * gdb.base/sigstep.exp (breakpoint_to_handler)
10523         (breakpoint_to_handler_entry): New parameter 'displaced'.  Use it.
10524         Test "backtrace" in handler.
10525         (breakpoint_over_handler): New parameter 'displaced'.  Use it.
10526         (top level): Add new "displaced" test axis to
10527         breakpoint_to_handler, breakpoint_to_handler_entry and
10528         breakpoint_over_handler.
10529
10530 2015-04-10  Pedro Alves  <palves@redhat.com>
10531
10532         PR gdb/18216
10533         * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10534
10535 2015-04-10  Yao Qi  <yao.qi@linaro.org>
10536
10537         * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10538         (test_add_rn_pc): New function.
10539         * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10540         (top level): Invoke test_add_rn_pc.
10541
10542 2015-04-10  Pedro Alves  <palves@redhat.com>
10543
10544         PR gdb/13858
10545         * gdb.base/step-over-no-symbols.exp: New file.
10546
10547 2015-04-09  Andy Wingo  <wingo@igalia.com>
10548
10549         * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10550         after the Python tests.
10551
10552 2015-04-08  Keith Seitz  <keiths@redhat.com>
10553
10554         PR python/16699
10555         * gdb.python/py-completion.exp: New tests for completion.
10556         * gdb.python/py-completion.py (CompleteLimit1): New class.
10557         (CompleteLimit2): Likewise.
10558         (CompleteLimit3): Likewise.
10559         (CompleteLimit4): Likewise.
10560         (CompleteLimit5): Likewise.
10561         (CompleteLimit6): Likewise.
10562         (CompleteLimit7): Likewise.
10563
10564 2015-04-08  Pedro Alves  <palves@redhat.com>
10565
10566         PR gdb/18214
10567         PR gdb/18216
10568         * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10569         function.
10570         (main): Install it as SIGUSR1 handler.
10571         * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10572         parameter.  Always use "setup" as prefix.  Toggle "set
10573         displaced-stepping" off/on depending on global.  Don't switch to
10574         thread 1 here.
10575         (top level): Add displaced stepping "off/on" test axis.  Update
10576         "setup" calls.  Wrap each subtest with with_test_prefix.  Test
10577         continuing with a queued signal in each thread.
10578
10579 2015-04-08  Pedro Alves  <palves@redhat.com>
10580
10581         * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10582         * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd.  Use
10583         gdb_breakpoint instead of gdb_test that doesn't expect anything.
10584         Return early if running to main fails.
10585         * gdb.trace/while-stepping.exp: Likewise.
10586
10587 2015-04-07  Pedro Alves  <palves@redhat.com>
10588
10589         * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10590         $gdb_spawn_id.  Use send_inferior and $inferior_spawn_id to
10591         interact with inferior program.
10592
10593 2015-04-07  Pedro Alves  <palves@redhat.com>
10594
10595         * lib/gdb.exp (inferior_spawn_id): New global.
10596         (gdb_test_multiple): Handle "-i".  Reset the spawn id to GDB's
10597         spawn id after processing the user code.
10598         (default_gdb_start): Set inferior_spawn_id.
10599         (send_inferior): New procedure.
10600         * lib/gdbserver-support.exp (gdbserver_start): Set
10601         inferior_spawn_id.
10602         (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10603
10604 2015-04-07  Pedro Alves  <palves@redhat.com>
10605
10606         * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10607         * lib/gdbserver-support.exp (gdbserver_start): Make
10608         $server_spawn_id global.
10609         (gdbserver_start): Don't wait for gdbserver's spawn id with
10610         expect_background.
10611         (close_gdbserver): New procedure.
10612         (gdb_exit): Rename the default version and reimplement.
10613
10614 2015-04-07  Pedro Alves  <palves@redhat.com>
10615
10616         * lib/gdb.exp (gdb_test_multiple): When processing an argument,
10617         append the substituted item, not the original item.
10618
10619 2015-04-07  Pedro Alves  <palves@redhat.com>
10620
10621         * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10622         gdb_expect.
10623
10624 2015-04-07  Pedro Alves  <palves@redhat.com>
10625
10626         * gdb.base/interrupt.exp: Don't handle the case of the inferior
10627         output appearing once only.
10628
10629 2015-04-07  Pedro Alves  <palves@redhat.com>
10630
10631         * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10632         that doesn't expect anything.  Return early if running to main
10633         fails.
10634
10635 2015-04-07  Yao Qi  <yao.qi@linaro.org>
10636
10637         * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10638         (child_function): Call alarm.
10639         (main): Move call to alarm into the loop.
10640         * gdb.threads/non-stop-fair-events.exp: Build program with
10641         -DTIMEOUT=$timeout.
10642
10643 2015-04-06  Doug Evans  <xdje42@gmail.com>
10644
10645         * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10646         Fix dest parameter to board_info.
10647         (fpc_compile): Ditto.
10648         (gdb_compile_pascal): Rename dest arg to destfile.
10649
10650 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
10651
10652         * gdb.ada/funcall_ref.exp: New file.
10653         * gdb.ada/funcall_ref/foo.adb: New file.
10654
10655 2015-04-02  Yao Qi  <yao.qi@linaro.org>
10656
10657         * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10658         is remote.
10659
10660 2015-04-02  Gary Benson <gbenson@redhat.com>
10661
10662         * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10663
10664 2015-04-01  Sasha Smundak  <asmundak@google.com>
10665
10666         * gdb.python/py-unwind-maint.c: New file.
10667         * gdb.python/py-unwind-maint.exp: New test.
10668         * gdb.python/py-unwind-maint.py: New file.
10669         * gdb.python/py-unwind.c: New file.
10670         * gdb.python/py-unwind.exp: New test.
10671         * gdb.python/py-unwind.py: New test.
10672
10673 2015-04-01  Pedro Alves  <palves@redhat.com>
10674
10675         * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10676         to fail instead of non-existent $test.
10677
10678 2015-04-01  Pedro Alves  <palves@redhat.com>
10679
10680         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10681         GDBFLAGS if not empty.
10682
10683 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
10684
10685         * gdb.ada/complete.exp: Remove "multi_line".
10686         * gdb.ada/info_exc.exp: Remove "multi_line".
10687         * gdb.ada/packed_tagged.exp: Remove "multi_line".
10688         * gdb.ada/ptype_field.exp: Remove "multi_line".
10689         * gdb.ada/sym_print_name.exp: Remove "multi_line".
10690         * gdb.ada/tagged.exp: Remove "multi_line".
10691         * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10692         [multi_line ...]
10693         * gdb.btrace/delta.exp: Likewise.
10694         * gdb.btrace/exception.exp: Likewise.
10695         * gdb.btrace/function_call_history.exp: Likewise.
10696         * gdb.btrace/instruction_history.exp: Likewise.
10697         * gdb.btrace/nohist.exp: Likewise.
10698         * gdb.btrace/record_goto.exp: Likewise.
10699         * gdb.btrace/segv.exp: Likewise.
10700         * gdb.btrace/stepi.exp: Likewise.
10701         * gdb.btrace/tailcall.exp: Likewise.
10702         * gdb.btrace/unknown_functions.exp: Likewise.
10703         * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10704         * lib/gdb.exp: Add the "multi_line" helper.
10705
10706 2015-04-01  Pedro Alves  <palves@redhat.com>
10707
10708         * gdb.threads/tid-reuse.c: New file.
10709         * gdb.threads/tid-reuse.exp: New file.
10710
10711 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
10712
10713         PR corefiles/16092
10714         * gdb.base/coredump-filter.c: New file.
10715         * gdb.base/coredump-filter.exp: Likewise.
10716
10717 2015-03-27  Petr Machata  <pmachata@redhat.com>
10718
10719         * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10720         (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10721         (Dwarf::assemble): Initialize them.
10722         (Dwarf::lines): New function.
10723
10724 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
10725
10726         * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10727         SYMBOL_PREFIX for x86_64-*-cygwin.
10728
10729 2015-03-26  Andy Wingo  <wingo@igalia.com>
10730
10731         PR symtab/18148
10732         * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10733         const_value but not a location.
10734         * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10735         location defined in non-main CUs are visible.
10736
10737 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10738
10739         PR testsuite/18139
10740         * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10741         Add a line number entry for the same line.
10742         * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10743         Add a line number entry for the same line.
10744
10745 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10746
10747         * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10748         .int 0.
10749         (func): Likewise.  Add .Lfunc_1 label.
10750         Use .Lfunc_1 label.
10751         * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10752         .int 0.
10753         (func): Likewise.
10754         Use .Lfunc_1 label.
10755
10756 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10757
10758         * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10759         Call gdb_compile instead to compile each .s files without debug
10760         information.
10761
10762 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10763
10764         * gdb.base/savedregs.exp (process_saved_regs): Make
10765         "Saved registers:" optional in the pattern.
10766
10767 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
10768
10769         * gdb.btrace/next.exp: Merged into step.exp.
10770         * gdb.btrace/finish.exp: Merged into step.exp.
10771         * gdb.btrace/nexti.exp: Merged into stepi.exp.
10772         * gdb.btrace/step.exp: Use record_goto.c as test file.  Avoid using
10773         "record goto" and checking the exact replay position.
10774         * gdb.btrace/stepi.exp: Choose test file based on target.  Do not
10775         check for "Recording format" in "info record" output.
10776         * gdb.btrace/record_goto.exp: Choose test file based on target.
10777         * gdb.btrace/x86-record_goto.S: Renamed into ...
10778         * gdb.btrace/x86_64-record_goto.S: ... this.
10779         * gdb.btrace/i686-record_goto.S: New.
10780         * gdb.btrace/x86-tailcall.S: Renamed into ...
10781         * gdb.btrace/x86_64-tailcall.S: ... this.
10782         * gdb.btrace/i686-tailcall.S: New.
10783         * gdb.btrace/x86-tailcall.c: Renamed into ...
10784         * gdb.btrace/tailcall.c: ... this.  Split "return ++answer" into two
10785         separate statements.  Update test.
10786         * gdb.btrace/delta.exp: Use record_goto.c as test file.
10787         * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10788         * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10789         * gdb.btrace/tailcall.exp: Choose test file based on target.
10790         * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10791
10792 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
10793
10794         * gdb.btrace/exception.exp: Increase BTS buffer size.
10795
10796 2015-03-24  Pedro Alves  <palves@redhat.com>
10797
10798         * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10799
10800 2015-03-24  Pedro Alves  <palves@redhat.com>
10801
10802         * gdb.threads/schedlock.exp (test_step): No longer expect that
10803         "set scheduler-locking step" with "next" over a function call runs
10804         threads unlocked.
10805
10806 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10807
10808         * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10809
10810 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10811
10812         PR breakpoints/16466
10813         * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10814         * gdb.mi/mi-pending.c (thread_func): New function.
10815         (int main): Add threading support required.
10816         * gdb.mi/mi-pending.exp: Add tests for this issue.
10817         * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10818         (pendfunc2): Remove stdio dependency.
10819         * gdb.mi/mi-pendshr2.c: New file.
10820
10821 2015-03-23  Keith Seitz  <keiths@redhat.com>
10822
10823         * gdb.linespec/keywords.c: New file.
10824         * gdb.linespec/keywords.exp: New file.
10825
10826 2015-03-23  Keith Seitz  <keiths@redhat.com>
10827
10828         PR gdb/18021
10829         * gdb.dwarf2/staticvirtual.exp: New test.
10830
10831 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10832
10833         * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10834         * README: Remove HP-UX and gdb.hp.
10835         (configuration):
10836         * configure: Regenerate.
10837         * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10838         gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10839         gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10840         gdb.hp/gdb.defects/Makefile.
10841         * gdb.hp/Makefile.in: File deleted.
10842         * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10843         * gdb.hp/gdb.aCC/optimize.c: File deleted.
10844         * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10845         * gdb.hp/gdb.aCC/run.c: File deleted.
10846         * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10847         * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10848         * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10849         * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10850         * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10851         * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10852         * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10853         * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10854         * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10855         * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10856         * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10857         * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10858         * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10859         * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10860         * gdb.hp/gdb.base-hp/reg.s: File deleted.
10861         * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10862         * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10863         * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10864         * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10865         * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10866         * gdb.hp/gdb.compat/Makefile.in: File deleted.
10867         * gdb.hp/gdb.compat/average.c: File deleted.
10868         * gdb.hp/gdb.compat/sum.c: File deleted.
10869         * gdb.hp/gdb.compat/xdb.c: File deleted.
10870         * gdb.hp/gdb.compat/xdb0.c: File deleted.
10871         * gdb.hp/gdb.compat/xdb0.h: File deleted.
10872         * gdb.hp/gdb.compat/xdb1.c: File deleted.
10873         * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10874         * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10875         * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10876         * gdb.hp/gdb.defects/Makefile.in: File deleted.
10877         * gdb.hp/gdb.defects/bs14602.c: File deleted.
10878         * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10879         * gdb.hp/gdb.defects/solib-d.c: File deleted.
10880         * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10881         * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10882         * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10883         * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10884         * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10885         * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10886         * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10887         * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10888         * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10889         * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10890         * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10891         * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10892         * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10893         * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10894         * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10895         * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10896         * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10897         * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10898         * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10899         * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10900         * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10901         * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10902         * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10903         * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10904         * gdb.hp/tools/odump: File deleted.
10905
10906 2015-03-19  Pedro Alves  <palves@redhat.com>
10907
10908         * gdb.threads/continue-pending-status.exp (saw_thread_2)
10909         (saw_thread_3): New globals.
10910         (top level): Increment them when an event for the corresponding
10911         thread is seen.
10912         (no thread starvation): New test.
10913
10914 2015-03-19  Pedro Alves  <palves@redhat.com>
10915
10916         * gdb.threads/continue-pending-status.c: New file.
10917         * gdb.threads/continue-pending-status.exp: New file.
10918
10919 2015-03-18  Pedro Alves  <palves@redhat.com>
10920
10921         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10922         Use gdb_is_target_remote instead of is_remote.  Use
10923         gdb_test_multiple instead of gdb_expect.  Exit early if
10924         gdb_test_multiple hits its internal matches.  Tighten stepi tests
10925         expected output.  Fail on exit with any signal, instead of just
10926         SIGILL.
10927
10928 2015-03-18  Yao Qi  <yao.qi@linaro.org>
10929
10930         PR tdep/18107
10931         * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10932         variable.
10933         * gdb.base/catch-syscall.exp: Don't skip it on
10934         aarch64*-*-linux* target.  Remove elements in all_syscalls.
10935         (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10936         target.
10937         (setup_all_syscalls): New proc.
10938
10939 2015-03-16  Yao Qi  <yao.qi@linaro.org>
10940
10941         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10942         (top level): Skip tests if valid_addr_p returns false for
10943         $cmd1 or $cmd2.
10944
10945 2015-03-11  Andy Wingo  <wingo@igalia.com>
10946
10947         * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10948
10949 2015-03-11  Yao Qi  <yao.qi@linaro.org>
10950
10951         * gdb.base/catch-syscall.exp: Fix typo in comments.
10952
10953 2015-03-11  Yao Qi  <yao.qi@linaro.org>
10954
10955         * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10956
10957 2015-03-09  Pedro Alves  <palves@redhat.com>
10958
10959         * dg-extract-results.py: Delete.
10960
10961 2015-03-09  Pedro Alves  <palves@redhat.com>
10962
10963         Merge dg-extract-results.sh from GCC upstream (r218843).
10964
10965         2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
10966                 * dg-extract-results.sh: Use --text with grep to avoid issues with
10967                 binary files.  Fall back to cat -v, if that doesn't work.
10968
10969 2015-03-05  Pedro Alves  <palves@redhat.com>
10970
10971         * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10972
10973 2015-03-04  Simon Marchi  <simon.marchi@ericsson.com>
10974
10975         * lib/mi-support.exp (mi_expect_interrupt): Accept
10976         alternative event for when in all-stop mode.
10977
10978 2015-03-04  Pedro Alves  <palves@redhat.com>
10979
10980         * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10981
10982 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
10983
10984         * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10985
10986 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10987
10988         * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10989         regexps for GDB's current line display, accept a hex address
10990         preceding the line number.
10991
10992 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10993
10994         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10995         the 'arch1' variable for "s390*-linux*" targets.
10996
10997 2015-03-04  Pedro Alves  <palves@redhat.com>
10998
10999         * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11000         (main): Pass missing retval argument to pthread_join call.
11001
11002 2015-03-02  Pedro Alves  <palves@redhat.com>
11003
11004         * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11005         (top level): Call do_test with non-stop as well.
11006
11007 2015-03-02  Pedro Alves  <palves@redhat.com>
11008
11009         * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11010         -1.
11011
11012 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11013
11014         * gdb.arch/s390-vregs.exp: New test.
11015         * gdb.arch/s390-vregs.S: New file.
11016
11017 2015-02-27  Pedro Alves  <palves@redhat.com>
11018
11019         * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11020         call to catch_command_errors.
11021         * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11022         catch_command_errors.
11023
11024 2015-02-27  Pedro Alves  <palves@redhat.com>
11025
11026         * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11027         "true" for boolean result.
11028         * gdb.gdb/selftest.exp (test_with_self): Also accept full
11029         prototype of main.
11030
11031 2015-02-27  Pedro Alves  <palves@redhat.com>
11032
11033         * lib/unbuffer_output.c: New file.
11034         * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11035         (main): Call gdb_unbuffer_output.
11036
11037 2015-02-27  Yao Qi  <yao.qi@linaro.org>
11038
11039         * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11040         target.
11041
11042 2015-02-26  Doug Evans  <dje@google.com>
11043
11044         * gdb.cp/class2.cc (Dbase, D): New classes.
11045         (main): New local delta.
11046         * gdb.cp/class2.exp: Test printing delta.
11047         * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11048         (dynbar): New global.
11049         * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11050
11051 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11052
11053         * gdb.compile/compile-ifunc.c: New file.
11054         * gdb.compile/compile-ifunc.exp: New file.
11055
11056 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11057
11058         * gdb.base/structs.exp: Check for correct struct on finish.
11059
11060 2015-02-26  Yao Qi  <yao.qi@linaro.org>
11061
11062         * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11063         is zero.
11064
11065 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11066
11067         * gdb.arch/cordic.ko.bz2: New file.
11068         * gdb.arch/cordic.ko.debug.bz2: New file.
11069         * gdb.arch/ppc64-symtab-cordic.exp: New file.
11070
11071 2015-02-25  Yao Qi  <yao.qi@linaro.org>
11072
11073         * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11074         aarch64*-*-* target.
11075
11076 2015-02-23  Pedro Alves  <palves@redhat.com>
11077
11078         * lib/gdb.exp (delete_breakpoints): Rewrite using
11079         gdb_test_multiple.
11080
11081 2015-02-23  Pedro Alves  <palves@redhat.com>
11082
11083         * gdb.base/info-os.c: Include stdlib.h.
11084
11085 2015-02-22  Doug Evans  <xdje42@gmail.com>
11086
11087         PR symtab/17855
11088         * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11089         is read after symbols have been re-read.
11090         * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11091         * gdb.ada/exec_changed/second.adb (Second): Ditto.
11092
11093 2015-02-21  Doug Evans  <dje@google.com>
11094
11095         * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11096
11097 2015-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11098
11099         PR corefiles/17808
11100         * gdb.arch/i386-biarch-core.core.bz2: New file.
11101         * gdb.arch/i386-biarch-core.exp: New file.
11102
11103 2015-02-21  Pedro Alves  <palves@redhat.com>
11104
11105         * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11106         runto_main fails.
11107
11108 2015-02-20  Pedro Alves  <palves@redhat.com>
11109
11110         * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11111         info probes.
11112
11113 2015-02-20  Pedro Alves  <palves@redhat.com>
11114
11115         * gdb.threads/multi-create-ns-info-thr.exp: New file.
11116
11117 2015-02-20  Pedro Alves  <palves@redhat.com>
11118
11119         * gdb.trace/no-attach-trace.exp: Don't run to main.  Do
11120         clean_restart before gdb_target_supports_trace.
11121
11122 2015-02-20  Pedro Alves  <palves@redhat.com>
11123
11124         PR threads/18006
11125         * gdb.threads/clone-thread_db.c: New file.
11126         * gdb.threads/clone-thread_db.exp: New file.
11127
11128 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11129
11130         PR breakpoints/16812
11131         * gdb.base/catch-gdb-caused-signals.c: New file.
11132         * gdb.base/catch-gdb-caused-signals.exp: New file.
11133
11134 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
11135
11136         * configure: Regenerated.
11137         * configure.ac: Use GDB_AC_TRANSFORM.
11138         * aclocal.m4: sinclude ../transform.m4.
11139
11140 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11141
11142         * lib/dtrace.exp: New file.
11143         * gdb.base/dtrace-probe.exp: Likewise.
11144         * gdb.base/dtrace-probe.d: Likewise.
11145         * gdb.base/dtrace-probe.c: Likewise.
11146         * lib/pdtrace.in: Likewise.
11147         * configure.ac: Output variables with the transformed names of
11148         the strip, readelf, as and nm tools.  AC_SUBST lib/pdtrace.in.
11149         * configure: Regenerated.
11150
11151 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11152
11153         * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11154         expected message when trying to access $_probe_* convenience
11155         variables while not on a probe.
11156
11157 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11158
11159         * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11160
11161 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
11162
11163         * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11164         * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11165
11166 2015-02-10  Doug Evans  <xdje42@gmail.com>
11167
11168         * lib/gdb.exp (gdb_load): Always return a result.
11169
11170 2015-02-10  Pedro Alves  <palves@redhat.com>
11171
11172         * gdb.threads/signal-sigtrap.c: New file.
11173         * gdb.threads/signal-sigtrap.exp: New file.
11174
11175 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
11176
11177         * gdb.trace/no-attach-trace.c: New file.
11178         * gdb.trace/no-attach-trace.exp: New file.
11179
11180 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11181
11182         * gdb.dwarf2/atomic.c: New file.
11183         * gdb.dwarf2/atomic-type.exp: Likewise.
11184
11185 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11186
11187         * gdb.btrace/buffer-size.exp: Update "info record" output.
11188         * gdb.btrace/delta.exp: Update "info record" output.
11189         * gdb.btrace/enable.exp: Update "info record" output.
11190         * gdb.btrace/finish.exp: Update "info record" output.
11191         * gdb.btrace/instruction_history.exp: Update "info record" output.
11192         * gdb.btrace/next.exp: Update "info record" output.
11193         * gdb.btrace/nexti.exp: Update "info record" output.
11194         * gdb.btrace/step.exp: Update "info record" output.
11195         * gdb.btrace/stepi.exp: Update "info record" output.
11196         * gdb.btrace/nohist.exp: Update "info record" output.
11197
11198 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11199
11200         * gdb.btrace/buffer-size: New.
11201
11202 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11203
11204         * gdb.btrace/delta.exp: Update "info record" output.
11205         * gdb.btrace/enable.exp: Update "info record" output.
11206         * gdb.btrace/finish.exp: Update "info record" output.
11207         * gdb.btrace/instruction_history.exp: Update "info record" output.
11208         * gdb.btrace/next.exp: Update "info record" output.
11209         * gdb.btrace/nexti.exp: Update "info record" output.
11210         * gdb.btrace/step.exp: Update "info record" output.
11211         * gdb.btrace/stepi.exp: Update "info record" output.
11212         * gdb.btrace/nohist.exp: Update "info record" output.
11213
11214 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
11215
11216         PR gdb/15678
11217         * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11218
11219 2015-02-06  Pedro Alves  <palves@redhat.com>
11220
11221         * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11222         macro.
11223         (seconds_left, again): New globals.
11224         (main): Wait seconds_left in a 1-second sleep loop instead of
11225         sleeping 180 seconds.  If 'again' is set, reset the seconds
11226         counter.
11227         * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11228         'again' in the inferior before detaching.  Print the seconds left.
11229         (options): New global.
11230         (top level): Build program with -DTIMEOUT=$timeout.
11231
11232 2015-02-06  Pedro Alves  <palves@redhat.com>
11233
11234         * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11235         determine how many seconds to pass to 'alarm'.
11236         * gdb.base/gdb-sigterm.exp (top level): Build program with
11237         -DTIMEOUT=$timeout.
11238         (do_test): Return success/failure indication.  Add more verbose
11239         logging.  Don't fail if 200 single steps are seen.  Instead, fail
11240         when the test times out.
11241         (passes): New global.
11242         (top level): Break the testing loop if testing fails on any
11243         iteration.  Use gdb_assert.
11244
11245 2015-02-04  Don Breazeal  <donb@codesourcery.com>
11246
11247         * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11248         and initialize them.
11249         (ipc_cleanup): New function.
11250         (main): Don't declare shmid, semid, and msqid.  Add a call to
11251         atexit so that we call ipc_cleanup on exit.
11252
11253 2015-02-04  Pedro Alves  <palves@redhat.com>
11254
11255         * boards/native-extended-gdbserver.exp: Remove any target variant
11256         specifications from the board name before clearing the isremote
11257         flag from board_info.
11258
11259 2015-01-31  Doug Evans  <xdje42@gmail.com>
11260
11261         * gdb.base/maint.exp <maint print type argc>: Update expected output.
11262
11263 2015-01-31  Gary Benson <gbenson@redhat.com>
11264
11265         * gdb.base/completion.exp: Disable completion limiting for
11266         existing tests.  Add new tests to check completion limiting.
11267         * gdb.linespec/ls-errs.exp: Disable completion limiting.
11268
11269 2015-01-31  Doug Evans  <xdje42@gmail.com>
11270
11271         * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11272
11273 2015-01-31  Doug Evans  <xdje42@gmail.com>
11274
11275         * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11276         entries.  Duplicate file section script entries.
11277         * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11278         inlined entries.  Add test for safe-path rejection.
11279         * gdb.python/py-section-script.c: Add duplicate inlined section script
11280         entries.  Duplicate file section script entries.
11281         * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11282         inlined entries.  Add test for safe-path rejection.
11283
11284 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
11285
11286         * gdb.ada/disc_arr_bound: New testcase.
11287
11288 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
11289
11290         * gdb.ada/mi_var_array: New testcase.
11291
11292 2015-01-27  Doug Evans  <dje@google.com>
11293
11294         * gdb.python/py-objfile.exp: Add tests for objfile.username.
11295         Add test for objfile.filename, objfile.username after objfile
11296         has been unloaded.
11297
11298 2015-01-26  Joel Brobecker  <brobecker@adacore.com>
11299
11300         * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11301         the second test to print the name attribute of value
11302         returned by the call to gdb.lookup_type, and adjust
11303         the expected output accordingly.
11304
11305 2015-01-25  Mark Wielaard  <mjw@redhat.com>
11306
11307         * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11308         * gdb.base/disp-step-fork.c: Include unistd.h.
11309         * gdb.base/siginfo-obj.c: Include stdio.h.
11310         * gdb.base/siginfo-thread.c: Likewise.
11311         * gdb.mi/non-stop.c: Include unistd.h.
11312         * gdb.mi/nsthrexec.c: Include stdio.h.
11313         * gdb.mi/pthreads.c: Include unistd.h.
11314         * gdb.modula2/unbounded1.c (main): Declare returns int.
11315         * gdb.reverse/consecutive-reverse.c: Likewise.
11316         * gdb.threads/create-fail.c: Include unistd.h.
11317         * gdb.threads/killed.c: Likewise.
11318         * gdb.threads/linux-dp.c: Likewise.
11319         * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11320         * gdb.threads/non-ldr-exc-2.c: Likewise.
11321         * gdb.threads/non-ldr-exc-3.c: Likewise.
11322         * gdb.threads/non-ldr-exc-4.c: Likewise.
11323         * gdb.threads/pthreads.c: Include unistd.h.
11324         (main): Declare returns int.
11325         * gdb.threads/tls-main.c (foo): New declaration.
11326         * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11327
11328 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
11329
11330         * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11331         * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11332
11333 2015-01-15  Mark Wielaard  <mjw@redhat.com>
11334
11335         * gdb.base/noreturn-return.c: New file.
11336         * gdb.base/noreturn-return.exp: New file.
11337         * gdb.base/noreturn-finish.c: New file.
11338         * gdb.base/noreturn-finish.exp: New file.
11339
11340 2015-01-23  Pedro Alves  <palves@redhat.com>
11341
11342         * gdb.threads/continue-pending-after-query.c: New file.
11343         * gdb.threads/continue-pending-after-query.exp: New file.
11344
11345 2015-01-22  Anders Granlund  <anders.granlund@ericsson.com>
11346             Simon Marchi  <simon.marchi@ericsson.com>
11347
11348         * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11349         * gdb.base/valgrind-db-attach.exp: Same.
11350         * gdb.base/valgrind-infcall.exp: Same.
11351         * lib/mi-support.exp (default_mi_gdb_start): Same.
11352         * lib/prompt.exp (default_prompt_gdb_start): Same.
11353         * lib/gdb.exp (default_gdb_spawn): Same.
11354         (gdb_interact): New.
11355
11356
11357 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
11358
11359         * gdb.compile/compile.exp (pointer to jit function): New test.
11360
11361 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
11362
11363         * lib/gdb.exp (supports_process_record): Return true for
11364         powerpc*-*-linux*.
11365         (supports_reverse): Likewise.
11366
11367 2015-01-15  Don Breazeal  <donb@codesourcery.com>
11368
11369         * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
11370         instead of checking whether the target board is remote and
11371         use spawn_wait_for_attach instead of exec/sleep.
11372         * gdb.base/attach-twice.exp: Likewise.
11373
11374 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
11375
11376         * gdb.ada/var_arr_attrs: New testcase.
11377
11378 2015-01-14  Pedro Alves  <palves@redhat.com>
11379             Joel Brobecker  <brobecker@adacore.com>
11380
11381         PR gdb/17525
11382         * gdb.base/bp-cmds-execution-x-script.c: New file.
11383         * gdb.base/bp-cmds-execution-x-script.exp: New file.
11384         * gdb.base/bp-cmds-execution-x-script.gdb: New file.
11385
11386 2015-01-14  Pedro Alves  <palves@redhat.com>
11387
11388         PR cli/17828
11389         * gdb.base/batch-preserve-term-settings.c: New file.
11390         * gdb.base/batch-preserve-term-settings.exp: New file.
11391
11392 2015-01-13  Doug Evans  <dje@google.com>
11393
11394         * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
11395         binary.
11396
11397 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
11398
11399         * Makefile.in (clean mostlyclean): Do not delete *.py.
11400
11401 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
11402
11403         * gdb.python/py-lookup-type.exp: New file.
11404
11405 2015-01-12  Pedro Alves  <palves@redhat.com>
11406
11407         * gdb.python/py-prompt.exp: When the board can't spawn for attach,
11408         restore GDBFLAGS before returning.
11409
11410 2015-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11411
11412         * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
11413         is_amd64_regs_target and is_x86_like_target.
11414
11415 2015-01-11  Doug Evans  <xdje42@gmail.com>
11416
11417         * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
11418         is given without an explicit form.
11419         * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
11420         attributes.
11421         * gdb.dwarf/corrupt.exp: Ditto.
11422         * gdb.dwarf2/enum-type.exp: Ditto.
11423         * gdb.trace/entry-values.exp: Ditto.
11424         * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
11425
11426 2015-01-11  Doug Evans  <xdje42@gmail.com>
11427
11428         PR gdb/15830
11429         * gdb.base/maint.exp: Remove references to "maint demangle".
11430         * gdb.cp/demangle.exp: Update.  "maint demangle" -> "demangle".
11431         Add tests for explicitly specifying language to demangle.
11432         * gdb.dlang/demangle.exp: Ditto.
11433
11434 2015-01-09  Pedro Alves  <palves@redhat.com>
11435
11436         * gdb.threads/non-stop-fair-events.c: New file.
11437         * gdb.threads/non-stop-fair-events.exp: New file.
11438
11439 2015-01-09  Pedro Alves  <palves@redhat.com>
11440
11441         * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
11442         the global scope.  Set a breakpoint after all threads are started
11443         rather than stepping over two source lines.  Expect the prompt.
11444         * gdb.base/watch_thread_num.c (threads_started_barrier): New
11445         global.
11446         (NUM): Now 15.
11447         (main): Use threads_started_barrier to wait for all threads to
11448         start.  Main thread no longer calls thread_function.  Exit after
11449         180 seconds.
11450         (loop): New function.
11451         (thread_function): Wait on threads_started_barrier barrier.  Call
11452         'loop' at each iteration.
11453         * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
11454         threads have started, instead of hardcoding number of "next"
11455         steps.  Use an access watchpoint instead of a write watchpoint.
11456
11457 2015-01-09  Pedro Alves  <palves@redhat.com>
11458
11459         * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
11460         (thread_func): Wait on barrier.
11461         (main): Wait for all threads to start before stopping GDB.
11462         * gdb.threads/siginfo-threads.c (threads_started_barrier): New
11463         global.
11464         (thread1_func, thread2_func): Wait on barrier.
11465         (main): Wait for all threads to start before stopping GDB.
11466         * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
11467         New global.
11468         (thread1_func, thread2_func): Wait on barrier.
11469         (main): Wait for all threads to start before stopping GDB.
11470
11471 2015-01-09  Pedro Alves  <palves@redhat.com>
11472
11473         * gdb.threads/attach-many-short-lived-threads.c: New file.
11474         * gdb.threads/attach-many-short-lived-threads.exp: New file.
11475
11476 2014-01-09  Pedro Alves  <palves@redhat.com>
11477
11478         * gdb.threads/fork-thread-pending.exp: Switch to the main thread
11479         instead of to thread 2.
11480         * gdb.threads/signal-command-multiple-signals-pending.c (main):
11481         Add barrier around each pthread_create call instead of around all
11482         calls.
11483         * gdb.threads/signal-command-multiple-signals-pending.exp (test):
11484         Set a break on thread_function and have the child threads hit it
11485         one at at a time.
11486
11487 2015-01-09  Pedro Alves  <palves@redhat.com>
11488
11489         * lib/gdb.exp (can_spawn_for_attach): New procedure.
11490         (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
11491         false.
11492         * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11493         checking whether the target board is remote.
11494         * gdb.multi/multi-attach.exp: Likewise.
11495         * gdb.python/py-sync-interp.exp: Likewise.
11496         * gdb.server/ext-attach.exp: Likewise.
11497         * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
11498         tests that need to attach, instead of checking whether the target
11499         board is remote at the top of the file.
11500
11501 2015-01-08  Yao Qi  <yao@codesourcery.com>
11502
11503         * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
11504
11505 2015-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
11506
11507         Fix testcase compilation.
11508         * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
11509
11510 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
11511
11512         * gdb.python/py-type.exp: Add a couple test about empty
11513         array creation, and negative-length array creation.
11514
11515 2015-01-02  Doug Evans  <xdje42@gmail.com>
11516
11517         * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11518
11519 2015-01-02  Doug Evans  <dje@google.com>
11520
11521         * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11522
11523 2014-12-29  Yao Qi  <yao@codesourcery.com>
11524
11525         * gdb.trace/entry-values.exp: Update comments.  Rename variable
11526         bar_call_foo to returned_from_foo.
11527
11528 2014-12-20  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
11529
11530         PR gdb/17394
11531         * gdb.linespec/break-asm-file.c: New file.
11532         * gdb.linespec/break-asm-file.exp: New file.
11533         * gdb.linespec/break-asm-file0.s: New file.
11534         * gdb.linespec/break-asm-file1.s: New file.
11535
11536 2014-12-18  Nigel Stephens  <nigel@mips.com>
11537             Maciej W. Rozycki  <macro@codesourcery.com>
11538
11539         * gdb.base/float.exp: Handle the new output from "info float" on
11540         MIPS targets.
11541
11542 2014-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11543
11544         Fix MinGW compilation.
11545         * gdb.compile/compile-ops.exp: Update untested message if
11546         !skip_compile_feature_tests.
11547         * gdb.compile/compile-setjmp.exp: Likewise.
11548         * gdb.compile/compile-tls.exp: Likewise.
11549         * gdb.compile/compile.exp: Likewise.
11550         * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11551         supported on this host".
11552
11553 2014-12-16  Doug Evans  <xdje42@gmail.com>
11554
11555         * boards/stabs.exp: New file.
11556
11557 2014-12-16  Andreas Arnez  <arnez@vnet.linux.ibm.com>
11558
11559         * gdb.base/completion.exp: Adjust to format changes of "maint
11560         print user-registers".
11561
11562 2014-12-16  Catalin Udma  <catalin.udma@freescale.com>
11563
11564         PR server/17457
11565         * gdb.arch/aarch64-fp.c: New file.
11566         * gdb.arch/aarch64-fp.exp: New file.
11567
11568 2014-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
11569
11570         Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11571         r210637, r210913, r211666, r215400, r215817).
11572
11573         2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
11574                 * dg-extract-results.py: New file.
11575                 * dg-extract-results.sh: Use it if the environment seems
11576                 suitable.
11577
11578         2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
11579
11580                 * dg-extract-results.py (parse_run): Handle warnings that
11581                 are printed before a test harness is run.
11582
11583         2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
11584
11585                 * dg-extract-results.py (Named): Remove __cmp__ method.
11586                 (output_variation): Use a key to sort variation.harnesses.
11587
11588         2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
11589
11590                 * dg-extract-results.py: For Python 3, force sys.stdout to
11591                 handle surrogate escape sequences.
11592                 (safe_open): New function.
11593                 (output_segment, main): Use it.
11594
11595         2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
11596
11597                 * dg-extract-results.py (Prog.result_re): Include options
11598                 in test name.
11599
11600         2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
11601
11602                 * dg-extract-results.py (output_variation): Always sort if
11603                 do_sum.
11604
11605 2014-12-15  Simon Marchi  <simon.marchi@ericsson.com>
11606
11607         * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11608         as long as we get pagination notifications.
11609
11610 2014-12-15  Jason Merrill  <jason@redhat.com>
11611
11612         * Makefile.in (check-gdb.%): Restore.
11613         * README: Mention it.
11614
11615 2014-12-13  Joel Brobecker  <brobecker@adacore.com>
11616
11617         * gdb.ada/str_uninit: New testcase.
11618
11619 2014-12-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11620
11621         PR symtab/17642
11622         * gdb.base/vla-stub-define.c: New file.
11623         * gdb.base/vla-stub.c: New file.
11624         * gdb.base/vla-stub.exp: New file.
11625
11626 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
11627             Jan Kratochvil  <jan.kratochvil@redhat.com>
11628             Tom Tromey  <tromey@redhat.com>
11629
11630         * configure.ac: Add gdb.compile/.
11631         * configure: Regenerate.
11632         * gdb.compile/Makefile.in: New file.
11633         * gdb.compile/compile-ops.exp: New file.
11634         * gdb.compile/compile-ops.c: New file.
11635         * gdb.compile/compile-tls.c: New file.
11636         * gdb.compile/compile-tls.exp: New file.
11637         * gdb.compile/compile-constvar.S: New file.
11638         * gdb.compile/compile-constvar.c: New file.
11639         * gdb.compile/compile-mod.c: New file.
11640         * gdb.compile/compile-nodebug.c: New file.
11641         * gdb.compile/compile-setjmp-mod.c: New file.
11642         * gdb.compile/compile-setjmp.c: New file.
11643         * gdb.compile/compile-setjmp.exp: New file.
11644         * gdb.compile/compile-shlib.c: New file.
11645         * gdb.compile/compile.c: New file.
11646         * gdb.compile/compile.exp: New file.
11647         * lib/gdb.exp (skip_compile_feature_tests): New proc.
11648
11649 2014-12-12  Tom Tromey  <tromey@redhat.com>
11650
11651         * lib/dwarf.exp (_location): Ignore blank lines.  Allow comments.
11652         Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11653
11654 2014-12-12  Doug Evans  <dje@google.com>
11655
11656         * lib/gdb-python.exp (get_python_valueof): New function.
11657         * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11658
11659 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11660
11661         * gdb.base/completion.exp: Add test for completion of "info
11662         registers ".
11663
11664 2014-12-12  Maciej W. Rozycki  <macro@codesourcery.com>
11665
11666         * gdb.base/func-ptrs.c: New file.
11667         * gdb.base/func-ptrs.exp: New file.
11668
11669 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
11670
11671         PR breakpoints/17012
11672         * gdb.base/dprintf-detach.c: New file.
11673         * gdb.base/dprintf-detach.exp: New file.
11674
11675 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
11676
11677         * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11678         * lib/gdb.exp (target_is_gdbserver): New procedure.
11679
11680 2014-12-08  Doug Evans  <dje@google.com>
11681
11682         * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11683
11684 2014-12-05  Yao Qi  <yao@codesourcery.com>
11685
11686         * gdb.guile/scm-error.exp: Remove the third argument to
11687         gdb_remote_download.
11688         * gdb.guile/scm-frame-args.exp: Likewise.
11689         * gdb.guile/scm-section-script.exp: Likewise.
11690
11691 2014-12-05  Yao Qi  <yao@codesourcery.com>
11692
11693         * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11694
11695 2014-12-04  Doug Evans  <dje@google.com>
11696
11697         * gdb.python/py-objfile.exp: Add tests for
11698         objfile.add_separate_debug_file.
11699
11700 2014-12-04  Doug Evans  <dje@google.com>
11701
11702         * lib/gdb.exp (get_build_id): New function.
11703         (build_id_debug_filename_get): Rewrite to use it.
11704         * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11705
11706 2014-12-04  Maciej W. Rozycki  <macro@codesourcery.com>
11707
11708         * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11709         `method(long)', not just 0x0.
11710         * gdb.cp/nsalias.exp: Align code labels to 4.
11711         * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11712         * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11713         * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11714         * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11715         (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11716         * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11717
11718 2014-12-02  Doug Evans  <dje@google.com>
11719
11720         PR symtab/17602
11721         * gdb.cp/anon-ns.cc: Move guts of this file to ...
11722         * gdb.cp/anon-ns2.cc: ... here.  New file.
11723         * gdb.cp/anon-ns.exp: Update.
11724
11725 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
11726
11727         * gdb.python/py-events.py (inferior_call_handler): New.
11728         (register_changed_handler, memory_changed_handler): New.
11729         (test_events.invoke): Register new handlers.
11730         * gdb.python/py-events.exp: Add tests for inferior call,
11731         memory_changed and register_changed events.
11732
11733 2014-12-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11734
11735         * gdb.base/execl-update-breakpoints.exp: Specify the link address
11736         with '-Ttext-segment' instead of '-Ttext'.  Fall back to '-Ttext'
11737         if the linker doesn't understand this.
11738
11739 2014-12-01  Simon Marchi  <simon.marchi@ericsson.com>
11740
11741         * gdb.python/python.exp: Change expected reply to help().
11742
11743 2014-12-01  Yao Qi  <yao@codesourcery.com>
11744
11745         * configure.ac: Remove AC_ARG_ENABLE for gdbtk.  Don't invoke
11746         AC_CONFIG_SUBDIRS(gdb.gdbtk).
11747         * configure: Re-generated.
11748
11749 2014-11-28  Siva Chandra Reddy  <sivachandra@google.com>
11750
11751         * gdb.cp/chained-calls.cc: New file.
11752         * gdb.cp/chained-calls.exp: New file.
11753         * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11754
11755 2014-11-28  Simon Marchi  <simon.marchi@ericsson.com>
11756
11757         * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11758         * gdb.dwarf2/symtab-producer.exp: Same.
11759         * gdb.gdb/python-interrupts.exp: Same.
11760         * gdb.gdb/python-selftest.exp: Same.
11761         * gdb.python/py-linetable.exp: Same.
11762         * gdb.python/py-type.exp: Same.
11763         * gdb.python/py-value-cc.exp: Same.
11764         * gdb.python/py-value.exp: Same.
11765
11766 2014-11-28  Yao Qi  <yao@codesourcery.com>
11767
11768         * gdb.base/break-probes.exp: Match library name prefixed with
11769         sysroot.
11770
11771 2014-11-27  Simon Marchi  <simon.marchi@ericsson.com>
11772
11773         * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11774         test expected output.  Add parentheses for the call to print.
11775         Remove L suffix from integers.
11776
11777 2014-11-26  Doug Evans  <dje@google.com>
11778
11779         * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11780
11781 2014-11-22  Yao Qi  <yao@codesourcery.com>
11782
11783         * gdb.trace/entry-values.c: Remove asms.
11784         (foo): Add foo_label.
11785         (bar): Add bar_label.
11786         * gdb.trace/entry-values.exp: Remove code computing  foo's
11787         length and bar's length.
11788         (Dwarf::assemble): Invoke function_range for bar and use
11789         MACRO_AT_func for foo.
11790
11791 2014-11-22  Yao Qi  <yao@codesourcery.com>
11792
11793         * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11794         and .Lgcc43_procstart.  Use .Lgcc42_procstart instead of gcc42.
11795         Use .Lgcc43_procstart instead of gcc43.
11796
11797 2014-11-21  Joel Brobecker  <brobecker@adacore.com>
11798
11799         * gdb.ada/n_arr_bound: New testcase.
11800
11801 2014-11-20  Sergio Durigan Junior  <sergiodj@redhat.com>
11802
11803         PR breakpoints/10737
11804         * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11805         test_catch_syscall_multi_arch.
11806         (test_catch_syscall_multi_arch): New function.
11807
11808 2014-11-20  Doug Evans  <xdje42@gmail.com>
11809
11810         * gdb.base/maint.exp: Update expected output.
11811
11812 2014-11-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11813
11814         * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11815         4-byte instruction on S390.
11816
11817 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
11818
11819         * gdb.ada/arr_arr: New testcase.
11820
11821 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
11822
11823         * gdb.ada/pkd_arr_elem: New Testcase.
11824
11825 2014-11-18  Luis Machado  <lgustavo@codesourcery.com>
11826
11827         * gdb.reverse/break-precsave: Expect completion message for
11828         core file reads.
11829         * gdb.reverse/consecutive-precsave.exp: Likewise.
11830         * gdb.reverse/finish-precsave.exp: Likewise.
11831         * gdb.reverse/i386-precsave.exp: Likewise.
11832         * gdb.reverse/machinestate-precsave.exp: Likewise.
11833         * gdb.reverse/sigall-precsave.exp: Likewise.
11834         * gdb.reverse/solib-precsave.exp: Likewise.
11835         * gdb.reverse/step-precsave.exp: Likewise.
11836         * gdb.reverse/until-precsave.exp: Likewise.
11837         * gdb.reverse/watch-precsave.exp: Likewise.
11838
11839 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11840
11841         * gdb.base/bp-permanent.c: Include unistd.h.
11842         * gdb.python/py-framefilter-mi.c (main): Add return type.
11843         * gdb.python/py-framefilter.c (main): Likewise.
11844         * gdb.trace/actions-changed.c (main): Likewise.
11845
11846 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11847
11848         * gdb.mi/until.c: Add eye-catchers.
11849         * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11850         line numbers.
11851
11852 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11853
11854         * gdb.base/condbreak.exp: Drop references to removed non-prototype
11855         function header variants in break1.c.
11856         * gdb.base/ena-dis-br.exp: Likewise.
11857         * gdb.base/hbreak2.exp: Likewise.
11858         * gdb.reverse/until-precsave.exp: Drop references to removed
11859         non-prototype function header variants in ur1.c.
11860         * gdb.reverse/until-reverse.exp: Likewise.
11861
11862 2014-11-17  Petr Machata  <pmachata@redhat.com>
11863
11864         * lib/dwarf.exp  (Dwarf::cu, Dwarf::tu): Emit
11865         ${_cu_offset_size} bytes abbrev offset.
11866
11867 2014-11-15  Doug Evans  <xdje42@gmail.com>
11868
11869         PR symtab/17559
11870         * gdb.base/line-symtabs.exp: New file.
11871         * gdb.base/line-symtabs.c: New file.
11872         * gdb.base/line-symtabs.h: New file.
11873
11874 2014-11-14  Yao Qi  <yao@codesourcery.com>
11875
11876         * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11877         (func): Add label func_label.
11878         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11879         Replace low_pc and high_pc with MACRO_AT_range.
11880         Replace name, low_pc and high_pc with MACRO_AT_func.
11881
11882 2014-11-14  Yao Qi  <yao@codesourcery.com>
11883
11884         * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11885         Replace name, low_pc and high_pc with MACRO_AT_func.
11886
11887 2014-11-14  Yao Qi  <yao@codesourcery.com>
11888
11889         * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11890         produce debug information.
11891         * gdb.dwarf2/implptr-optimized-out.S: Removed.
11892
11893 2014-11-14  Yao Qi  <yao@codesourcery.com>
11894
11895         * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11896         object and get function length.
11897         (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11898         with MACRO_AT_func.
11899         (top-level): Replace gdb_compile and clean_restart with
11900         prepare_for_testing.
11901         * gdb.dwarf2/main.c (main): Add label main_label.
11902
11903 2014-11-14  Yao Qi  <yao@codesourcery.com>
11904
11905         * lib/dwarf.exp (function_range): New procedure.
11906         (Dwarf::_handle_macro_at_func): New procedure.
11907         (Dwarf::_handle_macro_at_range): New procedure.
11908         (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11909
11910 2014-11-14  Yao Qi  <yao@codesourcery.com>
11911
11912         * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11913         (_handle_attribute): New procedure.
11914
11915 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11916
11917         * gdb.ada/cond_lang/foo.c (callme): Add return type.
11918         * gdb.base/call-sc.c (zed): Likewise.
11919         * gdb.base/checkpoint.c (main): Likewise.
11920         * gdb.base/dump.c (main): Likewise.
11921         * gdb.base/gcore.c (main): Likewise.
11922         * gdb.base/huge.c (main): Likewise.
11923         * gdb.base/multi-forks.c (main): Likewise.
11924         * gdb.base/pr10179-a.c (main): Likewise.
11925         * gdb.base/savedregs.c (main): Likewise.
11926         * gdb.base/sigaltstack.c (main): Likewise.
11927         * gdb.base/siginfo.c (main): Likewise.
11928         * gdb.base/structs.c (zed): Likewise.
11929         * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11930         * gdb.mi/mi-syn-frame.c (main): Likewise.
11931         * gdb.mi/until.c (foo, main): Likewise.
11932         * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11933         * gdb.base/solib-weak.c (foo): Declare.
11934         * gdb.base/attach-twice.c: Include stdio.h.
11935         * gdb.base/weaklib1.c: Likewise.
11936         * gdb.base/weaklib2.c: Likewise.
11937         * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11938         * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11939         unistd.h.
11940         * gdb.base/attach-pie-misread.c: Include stdlib.h.
11941         * gdb.mi/mi-exit-code.c: Likewise.
11942         * gdb.base/break-interp-lib.c: Include string.h.
11943         * gdb.base/coremaker.c: Likewise.
11944         * gdb.base/testenv.c: Likewise.
11945         * gdb.python/py-finish-breakpoint.c: Likewise.
11946         * gdb.base/inferior-died.c: Include sys/wait.h.
11947         * gdb.base/fileio.c: Include time.h.
11948         * gdb.base/async-shell.c: Include unistd.h.
11949         * gdb.base/dprintf-non-stop.c: Likewise.
11950         * gdb.base/info-os.c: Likewise.
11951         * gdb.mi/mi-console.c: Likewise.
11952         * gdb.mi/watch-nonstop.c: Likewise.
11953         * gdb.python/py-events.c: Likewise.
11954         * gdb.base/async.c (baz): Move up before its invocation.
11955         * gdb.base/code_elim2.c (my_global_func): Likewise.
11956         * gdb.base/skip-solib-lib.c (multiply): Likewise.
11957         * gdb.base/advance.c (func2): Likewise.
11958
11959 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11960
11961         * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11962         variant.
11963         * gdb.base/annota3.c: Likewise.
11964         * gdb.base/async.c: Likewise.
11965         * gdb.base/average.c: Likewise.
11966         * gdb.base/call-ar-st.c: Likewise.
11967         * gdb.base/call-rt-st.c: Likewise.
11968         * gdb.base/call-sc.c: Likewise.
11969         * gdb.base/call-strs.c: Likewise.
11970         * gdb.base/ending-run.c: Likewise.
11971         * gdb.base/execd-prog.c: Likewise.
11972         * gdb.base/exprs.c: Likewise.
11973         * gdb.base/foll-exec.c: Likewise.
11974         * gdb.base/foll-fork.c: Likewise.
11975         * gdb.base/foll-vfork.c: Likewise.
11976         * gdb.base/funcargs.c: Likewise.
11977         * gdb.base/gcore.c: Likewise.
11978         * gdb.base/jump.c: Likewise.
11979         * gdb.base/langs0.c: Likewise.
11980         * gdb.base/langs1.c: Likewise.
11981         * gdb.base/langs2.c: Likewise.
11982         * gdb.base/mips_pro.c: Likewise.
11983         * gdb.base/nodebug.c: Likewise.
11984         * gdb.base/opaque0.c: Likewise.
11985         * gdb.base/opaque1.c: Likewise.
11986         * gdb.base/recurse.c: Likewise.
11987         * gdb.base/run.c: Likewise.
11988         * gdb.base/scope0.c: Likewise.
11989         * gdb.base/scope1.c: Likewise.
11990         * gdb.base/setshow.c: Likewise.
11991         * gdb.base/setvar.c: Likewise.
11992         * gdb.base/shmain.c: Likewise.
11993         * gdb.base/shr1.c: Likewise.
11994         * gdb.base/shr2.c: Likewise.
11995         * gdb.base/sigall.c: Likewise.
11996         * gdb.base/signals.c: Likewise.
11997         * gdb.base/so-indr-cl.c: Likewise.
11998         * gdb.base/solib2.c: Likewise.
11999         * gdb.base/structs.c: Likewise.
12000         * gdb.base/sum.c: Likewise.
12001         * gdb.base/vforked-prog.c: Likewise.
12002         * gdb.base/watchpoint.c: Likewise.
12003         * gdb.reverse/shr2.c: Likewise.
12004         * gdb.reverse/until-reverse.c: Likewise.
12005         * gdb.reverse/ur1.c: Likewise.
12006         * gdb.reverse/watch-reverse.c: Likewise.
12007
12008 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12009
12010         * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12011         variant.
12012         * gdb.base/sepdebug.exp: Drop references to removed code.
12013
12014 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12015
12016         * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12017         variant.  Preserve original line numbering.
12018         * gdb.base/list1.c: Likewise.
12019
12020 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12021
12022         * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12023         variant.
12024         * gdb.base/break1.c: Likewise.
12025         * gdb.base/break.exp: Drop references to removed code.
12026
12027 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12028
12029         * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12030         variant.
12031
12032 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12033
12034         * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12035
12036 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12037
12038         * gdb.base/callfuncs.exp: Remove 'prototypes' variable.  Move main
12039         logic into perform_all_tests() and invoke it with and without
12040         function header prototypes.
12041         (do_function_calls): Remove conditional XFAIL for PR 5318.
12042         (rerun_and_prepare): Remove duplicate code.
12043         (perform_all_tests): New.  Main logic moved here.
12044
12045 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12046
12047         * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12048         code guarded by #ifdef NO_PROTOTYPES.
12049         (t_double_many_args): Likewise.
12050         (DEF_FUNC_MANY_ARGS_1): Likewise.
12051         (DEF_FUNC_VALUES_1): Likewise.
12052         (t_structs_ldc): Renamed from t_structs_fc in conditional code
12053         guarded by #ifdef PROTOTYPES.
12054
12055 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12056
12057         * gdb.mi/mi-console.c: Add eye-catcher.
12058         * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12059         instead of literal line number.
12060
12061 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12062
12063         * gdb.base/shr2.c: Add eye-catcher.
12064         * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12065         line number.
12066
12067 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12068
12069         * gdb.base/jump.c: Add eye-catchers.
12070         * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12071         numbers.
12072
12073 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12074
12075         * gdb.base/execd-prog.c: Add eye-catchers.
12076         * gdb.base/foll-exec.c: Likewise.
12077         * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12078         line numbers.
12079
12080 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12081
12082         * gdb.base/ending-run.c: Add eye-catchers.
12083         * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12084         literal line numbers.
12085
12086 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12087
12088         * gdb.base/call-rt-st.c: Add eye-catchers.
12089         * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12090         literal line numbers.
12091
12092 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12093
12094         * gdb.base/call-ar-st.c: Add eye-catchers.
12095         * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12096         literal line numbers.
12097
12098 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12099
12100         * gdb.base/average.c: Add eye-catchers.
12101         * gdb.base/sum.c: Likewise.
12102         * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12103         regexps dynamically.
12104
12105 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12106
12107         * gdb.base/solib1.c: Add eye-catchers.
12108         * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12109         literal line numbers.
12110
12111 2014-11-12  Pedro Alves  <palves@redhat.com>
12112
12113         * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12114         leader has exited.
12115
12116 2014-11-12  Pedro Alves  <palves@redhat.com>
12117
12118         * gdb.arch/i386-bp_permanent.c: New file.
12119         * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12120         (srcfile): Set to i386-bp_permanent.c.
12121         (top level): Adjust to work in both 32-bit and 64-bit modes.  Test
12122         that stepi does not execute the 'leave' instruction, instead of
12123         testing it does execute.
12124         * gdb.base/bp-permanent.c: New file.
12125         * gdb.base/bp-permanent.exp: New file.
12126
12127 2014-11-10  Doug Evans  <xdje42@gmail.com>
12128
12129         PR symtab/17564
12130         * gdb.base/symtab-search-order.exp: New file.
12131         * gdb.base/symtab-search-order.c: New file.
12132         * gdb.base/symtab-search-order-1.c: New file.
12133         * gdb.base/symtab-search-order-shlib-1.c: New file.
12134
12135 2014-11-07  Pedro Alves  <palves@redhat.com>
12136
12137         PR gdb/17511
12138         * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12139         i?86-*-linux*.
12140
12141 2014-11-03  Siva Chandra Reddy  <sivachandra@google.com>
12142
12143         PR c++/17494
12144         * gdb.cp/pr17494.cc: New file.
12145         * gdb.cp/pr17494.exp: New file.
12146
12147 2014-11-02  Yao Qi  <yao@codesourcery.com>
12148
12149         * gdb.python/python.exp: Get working directory and match the
12150         output of "set extended-prompt \\w " with it.
12151
12152 2014-10-30  Doug Evans  <dje@google.com>
12153
12154         * gdb.python/py-objfile.exp: Add tests for setting random attributes
12155         in objfiles.
12156         * gdb.python/py-progspace.exp: Add tests for setting random attributes
12157         in progspaces.
12158
12159 2014-10-30  Janis Johnson  <janisjo@codesourcery.com>
12160
12161         * gdb.base/fullpath-expand.exp: Skip for a remote host.
12162         * gdb.base/realname-expand.exp: Likewise.
12163         * gdb.linespec/macro-relative.exp: Likewise.
12164
12165 2014-10-29  Pedro Alves  <palves@redhat.com>
12166
12167         PR gdb/17408
12168         * gdb.threads/schedlock.c (some_function): New function.
12169         (call_function): New global.
12170         (MAYBE_CALL_SOME_FUNCTION): New macro.
12171         (thread_function): Call it.
12172         * gdb.threads/schedlock.exp (get_args): Add description parameter,
12173         and use it instead of a global counter.  Adjust all callers.
12174         (get_current_thread): Use "find current thread" for test message
12175         here rather than having all callers pass down the same string.
12176         (goto_loop): New procedure, factored out from ...
12177         (my_continue): ... this.
12178         (step_ten_loops): Change parameter from test message to command to
12179         use.  Adjust.
12180         (list_count): Delete global.
12181         (check_result): New procedure, factored out from duplicate top
12182         level code.
12183         (continue tests): Wrap in with_test_prefix.
12184         (test_step): New procedure, factored out from duplicate top level
12185         code.
12186         (top level): Test "step" in combination with all scheduler-locking
12187         modes.  Test "next" in combination with all scheduler-locking
12188         modes, and in combination with stepping over a function call or
12189         not.
12190         * gdb.threads/next-bp-other-thread.c: New file.
12191         * gdb.threads/next-bp-other-thread.exp: New file.
12192
12193 2014-10-29  Pedro Alves  <palves@redhat.com>
12194
12195         PR python/17372
12196         * gdb.python/python.exp: Test a multi-line command that spawns
12197         interactive Python.
12198         * gdb.base/multi-line-starts-subshell.exp: New file.
12199
12200 2014-10-29  Yao Qi  <yao@codesourcery.com>
12201
12202         * gdb.base/fileio.exp: Make directories on host.
12203
12204 2014-10-29  Yao Qi  <yao@codesourcery.com>
12205
12206         * gdb.base/fileio.c (test_write): Close the file.
12207
12208 2014-10-28  Pedro Alves  <palves@redhat.com>
12209
12210         PR gdb/12623
12211         * gdb.base/sigstep.c (no_handler): New global.
12212         (main): If 'no_handler is true, set the signal handlers to
12213         SIG_IGN.
12214         * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12215         with_sw_watch and no_handler parameters.  Handle them.
12216         (top level) <stepping over handler when stopped at a breakpoint
12217         test>: Add a test axis for testing with a software watchpoint, and
12218         another for testing with the signal handler set to SIG_IGN.
12219         * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12220         * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12221
12222 2014-10-28  Pedro Alves  <palves@redhat.com>
12223
12224         PR gdb/17511
12225         * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12226         * gdb.base/sigstep.exp (other_handler_location): New global.
12227         (advance): Support stepping into the signal handler, and running
12228         commands while in the handler.
12229         (in_handler_map): New global.
12230         (top level): In the advance test, add combinations for getting
12231         into the handler with stepping commands, and for running commands
12232         in the handler.  Add comment descripting the advancei tests.
12233
12234 2014-10-28  Pedro Alves  <palves@redhat.com>
12235
12236         * gdb.base/sigstep.exp: Use build_executable instead of
12237         prepare_for_testing.
12238         (top level): Move code that starts GDB, runs to main and creates a
12239         display to ...
12240         (restart): ... this new procedure.
12241         (top level): Move backtrace from signal handler test to ...
12242         (validate_backtrace): ... this new procedure.
12243         (advance, advancei): Rename parameter from 'i' to 'cmd'.  Use
12244         with_test_prefix.  Always restart GDB.
12245         (skip_to_handler): Rename parameter from 'i' to 'cmd'.  Use
12246         with_test_prefix.  Always restart GDB.  No need to delete
12247         breakpoints after the test.
12248         (test_skip_handler): Remove prefix parameter.
12249         (skip_over_handler, breakpoint_to_handler)
12250         (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12251         parameter from 'i' to 'cmd'.  Use with_test_prefix.  Always
12252         restart GDB.  No need to delete breakpoints after the test.
12253         (top level): Use foreach to call the test procedures with
12254         different commands.
12255
12256 2014-10-28  Pedro Alves  <palves@redhat.com>
12257
12258         * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12259         instead of GNATS numbers.
12260         * gdb.base/sigbpt.exp: Likewise.
12261         * gdb.base/siginfo.exp: Likewise.
12262         * gdb.base/sigstep.exp: Likewise.
12263
12264 2014-10-27  Pedro Alves  <palves@redhat.com>
12265
12266         * gdb.base/sigstep.c (dummy): New global.
12267         (main): Issue a couple writes to the new global.
12268         * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12269         procedures.
12270         (skip_over_handler): Use test_skip_handler.
12271         (top level): Call skip_over_handler for stepi and nexti too.
12272         (breakpoint_over_handler): Use test_skip_handler.
12273         (top level): Call breakpoint_over_handler for stepi and nexti too.
12274
12275 2014-10-27  Yao Qi  <yao@codesourcery.com>
12276
12277         * gdb.trace/tfile.c (adjust_function_address)
12278         [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12279         function descriptor.
12280
12281 2014-10-24  Don Breazeal  <donb@codesourcery.com>
12282
12283         * gdb.base/foll-fork.exp (test_follow_fork,
12284         catch_fork_child_follow): Check for updated fork messages emitted
12285         from infrun.c.
12286         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12287         vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12288         vfork_and_exec_child_follow_through_step): Check for updated vfork
12289         messages emitted from infrun.c.
12290
12291 2014-10-24  Pedro Alves  <palves@redhat.com>
12292
12293         * gdb.base/corefile.exp: Remove references to ultrix.
12294         * gdb.base/interrupt.exp: Likewise.
12295         * gdb.base/whatis.exp: Likewise.
12296         * gdb.gdb/selftest.exp: Likewise.
12297         * gdb.threads/manythreads.exp: Likewise.
12298         * gdb.threads/print-threads.exp: Likewise.
12299         * gdb.threads/pthreads.exp:: Likewise.
12300         * gdb.threads/schedlock.exp: Likewise.
12301
12302 2014-10-24  Siva Chandra Reddy  <sivachandra@google.com>
12303
12304         * gdb.cp/non-trivial-retval.cc: Add a test case.
12305         * gdb.cp/non-trivial-retval.exp: Add a test.
12306
12307 2014-10-20  Yao Qi  <yao@codesourcery.com>
12308
12309         * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12310         * gdb.python/py-objfile-script-gdb.py: New file.
12311         * gdb.python/py-objfile-script.exp: Update reference to
12312         py-objfile-script-gdb.py.in.  Use gdb_remote_donwload instead
12313         of remote_download.  Remove the dest file.
12314
12315 2014-10-20  Yao Qi  <yao@codesourcery.com>
12316
12317         * gdb.base/checkpoint.exp: Don't remove file copied on host.
12318         * gdb.base/step-line.exp: Likewise.
12319         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12320         * gdb.dwarf2/dw2-basic.exp: Likewise.
12321         * gdb.dwarf2/dw2-compressed.exp: Likewise.
12322         * gdb.dwarf2/dw2-filename.exp: Likewise.
12323         * gdb.dwarf2/dw2-intercu.exp: Likewise.
12324         * gdb.dwarf2/dw2-intermix.exp: Likewise.
12325         * gdb.dwarf2/dw2-producer.exp: Likewise.
12326         * gdb.dwarf2/mac-fileno.exp: Likewise.
12327         * gdb.python/py-frame-args.exp: Likewise.
12328         * gdb.python/py-framefilter.exp: Likewise.
12329         * gdb.python/py-mi.exp: Likewise.
12330         * gdb.python/py-objfile-script.exp: Likewise
12331         * gdb.python/py-pp-integral.exp: Likewise.
12332         * gdb.python/py-pp-re-notag.exp: Likewise.
12333         * gdb.python/py-prettyprint.exp: Likewise.
12334         * gdb.python/py-section-script.exp: Likewise.
12335         * gdb.python/py-typeprint.exp: Likewise.
12336         * gdb.python/py-xmethods.exp: Likewise.
12337         * gdb.stabs/weird.exp: Likewise.
12338         * gdb.xml/tdesc-regs.exp: Likewise.
12339
12340 2014-10-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
12341
12342         * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12343         (out_cu): Use addr_len for the size of addresses.
12344         (out_line): Likewise.  Size DW_LNE_set_address instruction
12345         according to addr_len.
12346         * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12347         (FUNC): Add START_INSNS to definition.
12348
12349 2014-10-18  Yao Qi  <yao@codesourcery.com>
12350
12351         * gdb.base/argv0-symlink.exp: Check argv[0] value if
12352         gdb_has_argv0 return true.
12353         * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
12354         check [target_info exists noargs], check [gdb_has_argv0]
12355         instead.
12356         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12357         * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
12358         procedures.
12359
12360 2014-10-17  Doug Evans  <dje@google.com>
12361
12362         * gdb.python/py-events.exp: Update expected output for clear_objfiles
12363         event.
12364         * gdb.python/py-events.py: Add clear_objfiles event.
12365
12366 2014-10-17  Doug Evans  <dje@google.com>
12367
12368         * gdb.python/py-objfile.exp: Test progspace attribute.
12369
12370 2014-10-17  Luis Machado  <lgustavo@codesourcery.com>
12371
12372         * gdb.guile/scm-breakpoint.exp: Do not assume any
12373         directory separators when matching source file paths.
12374         * gdb.python/py-breakpoint.exp: Likewise.
12375         * gdb.reverse/break-precsave.exp: Likewise.
12376         * gdb.reverse/break-reverse.exp: Likewise.
12377         * gdb.reverse/consecutive-precsave.exp: Likewise.
12378         * gdb.reverse/finish-precsave.exp: Likewise.
12379         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
12380         * gdb.reverse/finish-reverse.exp: Likewise.
12381         * gdb.reverse/i386-precsave.exp: Likewise.
12382         * gdb.reverse/i387-env-reverse.exp: Likewise.
12383         * gdb.reverse/i387-stack-reverse.exp: Likewise.
12384         * gdb.reverse/machinestate-precsave.exp: Likewise.
12385         * gdb.reverse/machinestate.exp: Likewise.
12386         * gdb.reverse/sigall-precsave.exp: Likewise.
12387         * gdb.reverse/solib-precsave.exp: Likewise.
12388         * gdb.reverse/step-precsave.exp: Likewise.
12389         * gdb.reverse/until-precsave.exp: Likewise.
12390         * gdb.reverse/watch-precsave.exp: Likewise.
12391         * gdb.reverse/watch-reverse.exp: Likewise.
12392
12393 2014-10-17  Yao Qi  <yao@codesourcery.com>
12394
12395         * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
12396         * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
12397
12398 2014-10-17  Pedro Alves  <palves@redhat.com>
12399
12400         PR gdb/17471
12401         * gdb.base/bg-execution-repeat.c: New file.
12402         * gdb.base/bg-execution-repeat.exp: New file.
12403
12404 2014-10-17  Pedro Alves  <palves@redhat.com>
12405
12406         PR gdb/17300
12407         * gdb.base/continue-all-already-running.c: New file.
12408         * gdb.base/continue-all-already-running.exp: New file.
12409
12410 2014-10-17  Pedro Alves  <palves@redhat.com>
12411
12412         PR gdb/17472
12413         * gdb.base/annota-input-while-running.c: New file.
12414         * gdb.base/annota-input-while-running.exp: New file.
12415
12416 2014-10-17  Pedro Alves  <palves@redhat.com>
12417
12418         * gdb.base/callfuncs.exp: emove references to osf.
12419         * gdb.base/sigall.exp: Likewise.
12420         * gdb.gdb/selftest.exp: Likewise.
12421         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12422         * gdb.mi/non-stop.c: Likewise.
12423         * gdb.mi/pthreads.c: Likewise.
12424         * gdb.reverse/sigall-precsave.exp: Likewise.
12425         * gdb.reverse/sigall-reverse.exp: Likewise.
12426         * gdb.threads/pthreads.c: Likewise.
12427         * gdb.threads/pthreads.exp: Likewise.
12428
12429 2014-10-17  Yao Qi  <yao@codesourcery.com>
12430
12431         * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
12432         check 'target_info exists noargs'.
12433         (test_command_prompt_position): Likewise.
12434         (progvar_simple_if_test): Don't check 'target_info exists noargs'.
12435         Remove "set args".
12436         (progvar_simple_while_test): Likewise.
12437         (progvar_complex_if_while_test): Likewise.
12438         (if_while_breakpoint_command_test): Likewise.
12439         (infrun_breakpoint_command_test): Likewise.
12440         (breakpoint_command_test): Likewise.
12441         (watchpoint_command_test): Likewise.
12442         (bp_deleted_in_command_test): Likewise.
12443         (temporary_breakpoint_commands): Likewise.
12444
12445 2014-10-16  Yao Qi  <yao@codesourcery.com>
12446
12447         * gdb.base/remotetimeout.exp: Remove noargs checking.
12448
12449 2014-10-15  Pedro Alves  <palves@redhat.com>
12450
12451         PR breakpoints/9649
12452         * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
12453         * gdb.base/breakpoint-in-ro-region.exp
12454         (probe_target_hardware_step): New procedure.
12455         (top level): Probe hardware stepping and hardware breakpoint
12456         support.  Test stepping through a read-only region, with both
12457         "breakpoint auto-hw" on and off and both "always-inserted" on and
12458         off.
12459
12460 2014-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
12461
12462         * gdb.dlang/demangle.exp: Update for demangling changes.
12463
12464 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
12465
12466         * gdb.cp/non-trivial-retval.cc: Add new test cases.
12467         * gdb.cp/non-trivial-retval.exp: Add new tests.
12468
12469 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
12470
12471         PR c++/13403
12472         PR c++/15154
12473         * gdb.cp/non-trivial-retval.cc: New file.
12474         * gdb.cp/non-trivial-retval.exp: New file.
12475
12476 2014-10-15  Yao Qi  <yao@codesourcery.com>
12477
12478         * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
12479         remote host.
12480
12481 2014-10-15  Yao Qi  <yao@codesourcery.com>
12482
12483         * gdb.python/py-symbol.exp: Match file base name if host is
12484         remote, otherwise match file name with dir name.
12485         * gdb.python/py-symtab.exp: Likewise.
12486         * gdb.python/python.exp: Likewise.
12487
12488 2014-10-15  Yao Qi  <yao@codesourcery.com>
12489
12490         * gdb.python/py-symbol.exp: Remove trailing ".*" in the
12491         pattern.
12492         * gdb.python/py-symtab.exp: Likewise.
12493         * gdb.python/python.exp: Remove trailing ".*".  Fix typo
12494         locationn.
12495
12496 2014-10-14  Joel Brobecker  <brobecker@adacore.com>
12497
12498         * gdb.ada/addr_arith: New testcase.
12499
12500 2014-10-14  Maciej W. Rozycki  <macro@codesourcery.com>
12501
12502         * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
12503         * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
12504         * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
12505         * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
12506
12507 2014-10-14  Sergio Durigan Junior  <sergiodj@redhat.com>
12508
12509         * gdb.arch/stap-eval-lang-ada.S: Likewise.
12510         * gdb.arch/stap-eval-lang-ada.c: Likewise.
12511         * gdb.arch/stap-eval-lang-ada.exp: New file.
12512
12513 2014-10-14  Yao Qi  <yao@codesourcery.com>
12514
12515         * gdb.mi/mi-var-child.c (nothing1): New function.
12516         (nothing2): New function.
12517         (do_children_tests): Set function pointers by nothing1 and
12518         nothing2.
12519         * gdb.mi/mi-var-child.exp: Step over new added statements.
12520         Update test to match the new output.
12521         * gdb.mi/var-cmd.c (nothing1): New function.
12522         (nothing2): New function.
12523         (do_children_tests): Set function pointers by  nothing1 and
12524         nothing2.
12525         * gdb.mi/mi-var-display.exp: Update test to match output.
12526         Step to the line specified by $line_dct_nothing.
12527         Increase the number of lines to step.
12528
12529 2014-10-14  Yao Qi  <yao@codesourcery.com>
12530
12531         * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12532         tests.
12533         * gdb.mi/mi2-var-child.exp: Likewise.
12534
12535 2014-10-13  Doug Evans  <dje@google.com>
12536
12537         * gdb.python/py-objfile.exp: Change name of file name test.
12538
12539 2014-10-13  Doug Evans  <dje@google.com>
12540
12541         * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12542         from the start of the CU.
12543
12544 2014-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
12545             Yao Qi  <yao@codesourcery.com>
12546
12547         Fix "save breakpoints" for "catch" command.
12548         * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12549         Remove -nonewline.  Match also the added "main" line.
12550
12551 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12552
12553         Fix "save breakpoints" for "disable $bpnum" command.
12554         * gdb.base/save-bp.c (main): Add label.
12555         * gdb.base/save-bp.exp: Add 8th disabled breakpoint.  Match it.
12556
12557 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12558
12559         * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12560
12561 2014-10-11  Yao Qi  <yao@codesourcery.com>
12562
12563         * gdb.server/server-kill.exp: Execute command
12564         "set remote trace-status-packet on" before "tstatus".
12565
12566 2014-10-11  Yao Qi  <yao@codesourcery.com>
12567
12568         * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12569         (main): Call getppid.
12570         * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12571         and continue to it.  Read variable "server_pid".
12572
12573 2014-10-11  Yao Qi  <yao@codesourcery.com>
12574
12575         * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12576
12577 2014-10-11  Yao Qi  <yao@codesourcery.com>
12578
12579         * gdb.threads/thread-find.exp: Don't execute command
12580         "info threads".
12581         * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12582         * gdb.threads/linux-dp.exp: Don't check the condition
12583         $threads_created equals to zero.
12584
12585 2014-10-10  Pedro Alves  <palves@redhat.com>
12586
12587         * gdb.base/bigcore.exp: Remove references to IRIX.
12588         * gdb.base/funcargs.exp: Likewise.
12589         * gdb.base/interrupt.exp: Likewise.
12590         * gdb.base/mips_pro.exp: Likewise.
12591         * gdb.base/nodebug.exp: Likewise.
12592         * gdb.base/setvar.exp: Likewise.
12593         * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12594
12595 2014-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
12596             Pedro Alves  <palves@redhat.com>
12597
12598         PR symtab/14466
12599         * gdb.base/vdso-warning.c: New file.
12600         * gdb.base/vdso-warning.exp: New file.
12601
12602 2014-10-02  Doug Evans  <dje@google.com>
12603
12604         * gdb.base/structs.c (main): Don't run forever.
12605
12606 2014-10-02  Pedro Alves  <palves@redhat.com>
12607
12608         * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12609         (top level) <stop threads 1, stop threads 2>: Use it.
12610
12611 2014-10-02  Pedro Alves  <palves@redhat.com>
12612
12613         * gdb.threads/break-while-running.exp (test): Add new
12614         'update_thread_list' argument.  Skip "info threads" if false.
12615         (top level): Add new 'update_thread_list' axis.
12616
12617 2014-10-02  Pedro Alves  <palves@redhat.com>
12618
12619         PR breakpoints/17431
12620         * gdb.base/execl-update-breakpoints.c: New file.
12621         * gdb.base/execl-update-breakpoints.exp: New file.
12622
12623 2014-10-01  Pedro Alves  <palves@redhat.com>
12624
12625         * gdb.base/breakpoint-in-ro-region.c: New file.
12626         * gdb.base/breakpoint-in-ro-region.exp: New file.
12627
12628 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
12629
12630         * gdb.mi/mi-exit-code.exp: New file.
12631         * gdb.mi/mi-exit-code.c: New file.
12632
12633 2014-09-30  Yao Qi  <yao@codesourcery.com>
12634
12635         * lib/prelink-support.exp (build_executable_own_libs): Error if
12636         the target isn't native.
12637
12638 2014-09-30  Yao Qi  <yao@codesourcery.com>
12639
12640         * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12641         false.
12642
12643 2014-09-22  Pedro Alves  <palves@redhat.com>
12644
12645         * gdb.threads/break-while-running.exp: New file.
12646         * gdb.threads/break-while-running.c: New file.
12647
12648 2014-09-19  Yao Qi  <yao@codesourcery.com>
12649
12650         * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12651         Invoke test.  Restart GDB with --readnow and invoke test again.
12652
12653 2014-09-19  Yao Qi  <yao@codesourcery.com>
12654
12655         * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12656         proc set_breakpoint_on_gcd_function.  Invoke
12657         set_breakpoint_on_gcd_function.  Restart GDB with --readnow and
12658         invoke set_breakpoint_on_gcd_function again.
12659
12660 2014-09-18  Doug Evans  <dje@google.com>
12661
12662         * gdb.dwarf2/symtab-producer.exp: New file.
12663
12664 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12665
12666         * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12667         * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12668         * gdb.base/global-var-nested-by-dso.c: Likewise.
12669         * gdb.base/global-var-nested-by-dso.exp: Likewise.
12670
12671 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12672             Pedro Alves  <palves@redhat.com>
12673
12674         * gdb.base/watch-bitfields.exp: Pass string other than test file
12675         name to prepare_for_testing.
12676         (watch): New procedure.
12677         (expect_watchpoint): Use with_test_prefix.
12678         (top level): Factor out tests to ...
12679         (test_watch_location, test_regular_watch): ... these new
12680         procedures, and use with_test_prefix and gdb_continue_to_end.
12681
12682 2014-09-16  Patrick Palka  <patrick@parcs.ath.cx>
12683
12684         PR breakpoints/12526
12685         * gdb.base/watch-bitfields.exp: New file.
12686         * gdb.base/watch-bitfields.c: New file.
12687
12688 2014-09-16  Pedro Alves  <palves@redhat.com>
12689
12690         * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12691         software and hardware addresses, not software address against
12692         itself.
12693
12694 2014-09-16  Pedro Alves  <palves@redhat.com>
12695
12696         * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12697         * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12698
12699 2014-09-16  Pedro Alves  <palves@redhat.com>
12700
12701         * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12702         files.
12703         * gdb.base/a2-run.exp: Remove all code guarded by istarget
12704         "*-*-vxworks*" throughout.
12705         * gdb.base/break.exp: Likewise.
12706         * gdb.base/default.exp: Likewise.
12707         * gdb.base/scope.exp: Likewise.
12708         * gdb.base/sepdebug.exp: Likewise.
12709         * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12710         throughout.
12711         * gdb.base/run.c: Likewise.
12712         * gdb.base/sepdebug.c: Likewise.
12713         * gdb.hp/gdb.aCC/run.c: Likewise.
12714         * gdb.reverse/until-reverse.c: Likewise.
12715         * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12716
12717 2014-09-16  Yao Qi  <yao@codesourcery.com>
12718
12719         * boards/local-remote-host-native.exp: New file.
12720
12721 2014-09-14  Doug Evans  <xdje42@gmail.com>
12722
12723         * gdb.threads/queue-signal.c (thread_count): New variable.
12724         (thread_count_mutex, thread_count_condvar): New variables.
12725         (incr_thread_count, wait_all_threads_running): New functions.
12726         (main): Wait for all threads to be in their thread functions.
12727
12728 2014-09-13  Doug Evans  <xdje42@gmail.com>
12729
12730         * gdb.threads/queue-signal.c: New file.
12731         * gdb.threads/queue-signal.exp: New file.
12732
12733 2014-09-13  Doug Evans  <xdje42@gmail.com>
12734
12735         * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12736         be consistent with what default_gdb_init uses.
12737         (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12738         the plain text of the prompt.  Add some logging printfs.
12739         * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12740
12741 2014-09-12  Pedro Alves  <palves@redhat.com>
12742
12743         * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12744         gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12745         * gdb.arch/i386-size-overlap.exp: Likewise.
12746         * gdb.arch/i386-size.exp: Likewise.
12747         * gdb.arch/i386-unwind.exp: Likewise.
12748         * gdb.base/a2-run.exp: Likewise.
12749         * gdb.base/break.exp: Likewise.
12750         * gdb.base/charset.exp: Likewise.
12751         * gdb.base/chng-syms.exp: Likewise.
12752         * gdb.base/commands.exp: Likewise.
12753         * gdb.base/dbx.exp: Likewise.
12754         * gdb.base/find.exp: Likewise.
12755         * gdb.base/funcargs.exp: Likewise.
12756         * gdb.base/jit-simple.exp: Likewise.
12757         * gdb.base/reread.exp: Likewise.
12758         * gdb.base/sepdebug.exp: Likewise.
12759         * gdb.base/step-bt.exp: Likewise.
12760         * gdb.cp/mb-inline.exp: Likewise.
12761         * gdb.cp/mb-templates.exp: Likewise.
12762         * gdb.objc/basicclass.exp: Likewise.
12763         * gdb.threads/killed.exp: Likewise.
12764
12765 2014-09-12  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
12766
12767         PR tdep/17379
12768         * gdb.arch/powerpc-stackless.S: New file.
12769         * gdb.arch/powerpc-stackless.exp: New file.
12770
12771 2014-09-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12772
12773         * gdb.base/attach.c: Include unistd.h.
12774         (main): Call alarm.  Add label postloop.
12775         * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12776         gdb_breakpoint, gdb_continue_to_breakpoint.
12777         (test_command_line_attach_run): Kill ${testpid} in one exit path.
12778
12779 2014-09-11  Pedro Alves  <palves@redhat.com>
12780
12781         PR gdb/17347
12782         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12783         * gdb.base/attach.exp (test_command_line_attach_run): New
12784         procedure.
12785         (top level): Call it.
12786
12787 2014-09-11  Pedro Alves  <palves@redhat.com>
12788
12789         * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12790         * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12791         (do_command_attach_tests): Use spawn_wait_for_attach.
12792         * gdb.base/solib-overlap.exp: Likewise.
12793         * gdb.multi/multi-attach.exp: Likewise.
12794         * gdb.python/py-prompt.exp: Likewise.
12795         * gdb.python/py-sync-interp.exp: Likewise.
12796         * gdb.server/ext-attach.exp: Likewise.
12797
12798 2014-09-11  Gabriel Krisman Bertazi  <gabriel@krisman.be>
12799
12800         * gdb.fortran/array-element.exp: Remove unexpected "continue"
12801         command in testcase.  Simplify testcase.
12802
12803 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
12804
12805         * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12806
12807 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
12808
12809         * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12810
12811 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
12812
12813         * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12814
12815 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
12816
12817         * gdb.dwarf2/dynarr-ptr.c: New file.
12818         * gdb.dwarf2/dynarr-ptr.exp: New file.
12819
12820 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12821
12822         * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12823         of 30 rather than hardcoding 120 for a slow test case.  Take the
12824         `gdb,timeout' target setting into account for this calculation.
12825         Don't extend the timeout for the test cases that don't need it.
12826
12827 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12828
12829         * gdb.reverse/sigall-reverse.exp: Increase the timeout by
12830         a factor of 2 for a slow test case.  Take the `gdb,timeout'
12831         target setting into account for this calculation.
12832         * gdb.reverse/until-precsave.exp: Increase the timeout by
12833         a factor of 15 and 3 respectively rather than adding 120
12834         for a pair of slow test cases.  Take the `gdb,timeout'
12835         target setting into account for this calculation.
12836
12837 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12838
12839         * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12840         timeout, don't pass one down to gdb_expect.
12841         (gdb_expect): Rework timeout selection.
12842
12843 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12844
12845         * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12846         exception on timeout.
12847         (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12848         (gdbserver_start_extended): Catch any `gdbserver_start' error
12849         exceptions.
12850         (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12851         * lib/mi-support.exp (mi_gdb_target_load): Catch any
12852         `gdbserver_gdb_load' error exceptions.
12853
12854 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12855
12856         * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12857         120 on waiting for the TCP socket to open.
12858
12859 2014-09-09  Doug Evans  <xdje42@gmail.com>
12860
12861         * gdb.base/default.exp (show_conv_list): Add _caller_is,
12862         _caller_matches, _any_caller_is, _any_caller_matches.
12863
12864 2014-09-09  Doug Evans  <xdje42@gmail.com>
12865
12866         * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12867
12868 2014-09-09  Yao Qi  <yao@codesourcery.com>
12869
12870         * gdb.mi/mi-var-display.exp: Set print symbol off.
12871
12872 2014-09-07  Gabriel Krisman Bertazi  <gabriel@krisman.be>
12873
12874         PR gdb/17035
12875         * gdb.base/commands.exp: Add tests to verify user-defined
12876         commands with empty bodies.
12877         * gdb.python/py-cmd.exp: Test that we don't show user-defined
12878         python commands in `show user command`.
12879         * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12880         scheme commands in `show user command`.
12881
12882 2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
12883
12884         PR python/17355
12885         * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12886         * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12887         * gdb.python/py-framefilter-invalidarg.exp: New file.
12888         * gdb.python/py-framefilter-invalidarg.py: New file.
12889
12890 2014-09-06  Doug Evans  <xdje42@gmail.com>
12891
12892         PR 15276
12893         * gdb.python/py-caller-is.c: New file.
12894         * gdb.python/py-caller-is.exp: New file.
12895
12896 2014-09-05  Sergio Durigan Junior  <sergiodj@redhat.com>
12897
12898         PR gdb/17235
12899         * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12900         * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12901
12902 2014-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
12903
12904         PR fortran/17237
12905         * gdb.fortran/print-formatted.exp: New file.
12906         * gdb.fortran/print-formatted.f90: Likewise.
12907
12908 2014-09-03  Sasha Smundak  <asmundak@google.com>
12909
12910         * gdb.python/py-frame.exp: Test Frame.read_register.
12911
12912 2014-09-03  Sergio Durigan Junior  <sergiodj@redhat.com>
12913
12914         PR python/16699
12915         * gdb.python/py-completion.exp: New file.
12916         * gdb.python/py-completion.py: Likewise.
12917
12918 2014-08-28  Doug Evans  <dje@google.com>
12919
12920         * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12921         eax,etc. are live with values set by gdb and thus the compiler can't
12922         use them.
12923         * gdb.arch/i386-pseudo.c (main): Ditto.
12924
12925 2014-08-27  Doug Evans  <dje@google.com>
12926
12927         * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12928
12929 2014-08-25  Doug Evans  <dje@google.com>
12930
12931         * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12932         (main): Ditto.
12933
12934 2014-08-25  Doug Evans  <dje@google.com>
12935
12936         * gdb.threads/thread-execl.exp: #include <stdio.h>.
12937
12938 2014-08-24  Yao Qi  <yao@codesourcery.com>
12939
12940         * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12941         symbol off.
12942         * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12943
12944 2014-08-22  Doug Evans  <dje@google.com>
12945
12946         PR 17276
12947         * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12948         * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12949         * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12950
12951 2014-08-22  Yao Qi  <yao@codesourcery.com>
12952
12953         * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12954         * gdb.python/py-finish-breakpoint2.exp: Likewise.
12955         * gdb.python/python.exp: Likewise.  Use .py file on the host
12956         instead of the build.
12957
12958 2014-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
12959
12960         * gdb.threads/gcore-stale-thread.c: New file.
12961         * gdb.threads/gcore-stale-thread.exp: New file.
12962
12963 2014-08-21  Pedro Alves  <palves@redhat.com>
12964
12965         * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12966         * gdb.base/gcore-relro-pie.exp: Likewise.
12967         * gdb.base/gcore-relro.exp: Likewise.
12968         * gdb.base/gcore.exp: Likewise.
12969         * gdb.base/print-symbol-loading.exp: Likewise.
12970         * gdb.threads/gcore-thread.exp: Likewise.
12971         * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12972
12973 2014-08-20  Pedro Alves  <palves@redhat.com>
12974             Jan Kratochvil  <jan.kratochvil@redhat.com>
12975
12976         * Makefile.in (EXTRA_RULES, CC): New variables, get from
12977         configure.
12978         (EXPECT): Handle READ1 being set.
12979         (all): Depend on EXTRA_RULES.
12980         (check-read1, expect-read1, read1.so, read1): New rules.
12981         * README (Testsuite Parameters): Document the READ1 make variable.
12982         (Race detection): New section.
12983         * configure: Regenerate.
12984         * configure.ac: If build==host==target, and running under a
12985         GNU/glibc system, add read1 to the extra Makefile rules.
12986         (EXTRA_RULES): AC_SUBST it.
12987         * lib/read1.c: New file.
12988
12989 2014-08-20  Joel Brobecker  <brobecker@adacore.com>
12990
12991         * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12992         the handling of variables declared as a typedef to an array
12993         which a DW_AT_data_location attribute.
12994
12995 2014-08-19  Andrew Burgess  <aburgess@broadcom.com>
12996             Pedro Alves  <palves@redhat.com>
12997
12998         PR symtab/14604
12999         PR symtab/14605
13000         * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13001         gdb_test.
13002
13003 2014-08-19  Pedro Alves  <palves@redhat.com>
13004
13005         * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13006
13007 2014-08-19  Yao Qi  <yao@codesourcery.com>
13008
13009         * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13010         right line.
13011
13012 2014-08-18  David Blaikie  <dblaikie@gmail.com>
13013
13014         * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13015
13016 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
13017
13018         * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13019         attribute in array range.
13020
13021 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
13022
13023         * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13024
13025 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
13026
13027         PR c++/17132
13028         * gdb.cp/pr17132.cc: New file.
13029         * gdb.cp/pr17132.exp: New file.
13030
13031 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
13032
13033         * gdb.python/py-xmethods.py (A_getarrayind)
13034         (E_method_char_worker.__call__, E_method_int_worker.__call__):
13035         Use 'print' with function call syntax.
13036         (E_method_matcher.match): Fix tab vs space indentation mixup.
13037
13038 2014-08-15  Yao Qi  <yao@codesourcery.com>
13039
13040         * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13041         false.
13042
13043 2014-08-15  Yao Qi  <yao@codesourcery.com>
13044
13045         * gdb.cp/casts.exp: Set print symbol off.
13046         * gdb.cp/class2.exp: Likewise.
13047         * gdb.cp/overload.exp: Likewise.
13048         * gdb.cp/templates.exp: Likewise.
13049
13050 2014-08-11  Doug Evans  <dje@google.com>
13051
13052         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13053         (test_load_shlib): Update.
13054
13055 2014-08-09  Yao Qi  <yao@codesourcery.com>
13056
13057         * gdb.base/display.exp: Invoke is_address_zero_readable.
13058         * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13059         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13060         * gdb.base/hbreak-unmapped.exp: Return if
13061         is_address_zero_readable returns true.
13062         * gdb.base/signest.exp: Likewise.
13063         * gdb.base/signull.exp: Likewise.
13064         * gdb.base/sigbpt.exp: Likewise.
13065         * gdb.guile/scm-disasm.exp: Do the test if
13066         is_address_zero_readable returns false.
13067         * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13068         * gdb.python/py-arch.exp: Likewise.
13069         * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13070         * lib/gdb.exp (is_address_zero_readable): New proc.
13071
13072 2014-08-09  Yao Qi  <yao@codesourcery.com>
13073
13074         PR testsuite/13443
13075         * gdb.mi/mi-var-display.exp: Make test messages unique.
13076
13077 2014-08-04  Tom Tromey  <tromey@redhat.com>
13078
13079         * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13080         target 0".
13081
13082 2014-08-04  Tom Tromey  <tromey@redhat.com>
13083
13084         * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13085         "target_resume".
13086
13087 2014-08-01  Joel Brobecker  <brobecker@adacore.com>
13088
13089         * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13090         inner_vla_struct_object_size.
13091         * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13092         as xfail.
13093
13094 2014-07-30  Pedro Alves  <palves@redhat.com>
13095
13096         * gdb.threads/signal-command-handle-nopass.exp (test): Add
13097         comment.
13098
13099 2014-07-29  Yao Qi  <yao@codesourcery.com>
13100
13101         PR gdb/17206
13102         * gdb.base/until-nodebug.exp: New.
13103
13104 2014-07-28  Doug Evans  <xdje42@gmail.com>
13105
13106         PR guile/17203
13107         * gdb.guile/scm-parameter.exp: Add tests for trying to create
13108         previously existing parameter, and previously ambiguously spelled
13109         parameter.
13110
13111 2014-07-28  Will Newton  <will.newton@linaro.org>
13112
13113         * gdb.base/varargs.exp: Remove KFAILs for ARM.
13114
13115 2014-07-26  Ludovic Courtès  <ludo@gnu.org>
13116             Doug Evans  <xdje42@gmail.com>
13117
13118         PR guile/17146
13119         * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13120
13121 2014-07-25  Pedro Alves  <palves@redhat.com>
13122
13123         * gdb.threads/signal-command-handle-nopass.c: New file.
13124         * gdb.threads/signal-command-handle-nopass.exp: New file.
13125         * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13126         * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13127         * gdb.threads/signal-delivered-right-thread.c: New file.
13128         * gdb.threads/signal-delivered-right-thread.exp: New file.
13129
13130 2014-07-25  Pedro Alves  <palves@redhat.com>
13131
13132         * gdb.base/double-prompt-target-event-error.exp
13133         (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13134         match.
13135         (cancel_pagination_in_target_event): Rework double prompt
13136         detection.
13137         * gdb.base/paginate-after-ctrl-c-running.exp
13138         (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13139         <return>' match.
13140         * gdb.base/paginate-bg-execution.exp
13141         (test_bg_execution_pagination_return)
13142         (test_bg_execution_pagination_cancel): Remove '-notransfer
13143         <return>' matches.
13144         * gdb.base/paginate-execution-startup.exp
13145         (test_fg_execution_pagination_return)
13146         (test_fg_execution_pagination_cancel): Remove '-notransfer
13147         <return>' matches.
13148         * gdb.base/paginate-inferior-exit.exp
13149         (test_paginate_inferior_exited): Remove '-notransfer <return>'
13150         match.
13151         * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13152         * lib/gdb.exp (pagination_prompt): Run text through
13153         string_to_regexp.
13154         (gdb_test_multiple): Match $pagination_prompt instead of
13155         "<return>".
13156         (string_to_regexp): Move to lib/gdb-utils.exp.
13157
13158 2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
13159
13160         * gdb.arch/amd64-entry-value-paramref.S: New file.
13161         * gdb.arch/amd64-entry-value-paramref.cc: New file.
13162         * gdb.arch/amd64-entry-value-paramref.exp: New file.
13163         * gdb.arch/amd64-optimout-repeat.S: New file.
13164         * gdb.arch/amd64-optimout-repeat.c: New file.
13165         * gdb.arch/amd64-optimout-repeat.exp: New file.
13166
13167 2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
13168
13169         PR gdb/17170
13170         * gdb.base/statistics.exp: New file.
13171
13172 2014-07-17  Doug Evans  <dje@google.com>
13173
13174         PR gdb/17170
13175         * gdb.base/maint.exp: Update testing of per-command stats.
13176
13177 2014-07-16  Pedro Alves  <palves@redhat.com>
13178
13179         * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13180         (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13181         (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13182         (tfile_write_buf): New functions.
13183         (add_memory_block): Rewrite using the above.
13184         (adjust_function_address): New function.
13185         (FUNCTION_ADDRESS): New macro.
13186         (write_basic_trace_file): Remove short_x local, and use
13187         tfile_write_16. Change type of func_addr local to unsigned long
13188         long.  Use FUNCTION_ADDRESS instead of handling the Thumb bit
13189         here.  Cast argument of add_memory_block to char pointer.
13190         (write_error_trace_file): Avoid alloca.  Use FUNCTION_ADDRESS.
13191         (main): Remove parameters.
13192         * gdb.trace/tfile.exp: Remove nowarnings.
13193
13194 2014-07-15  Simon Marchi  <simon.marchi@ericsson.com>
13195
13196         * gdb.base/debug-expr.exp: Test string evaluation with
13197         "debug expression" on.
13198
13199 2014-07-15  Pedro Alves  <palves@redhat.com>
13200
13201         * gdb.base/reread.exp: Use clean_restart.
13202
13203 2014-07-15  Pierre Langlois  <pierre.langlois@embecosm.com>
13204
13205         * gdb.arch/avr-flash-qualifer.c: New.
13206         * gdb.arch/avr-flash-qualifer.exp: New.
13207
13208 2014-07-14  Pedro Alves  <palves@redhat.com>
13209
13210         * gdb.base/paginate-after-ctrl-c-running.c: New file.
13211         * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13212
13213 2014-07-14  Pedro Alves  <palves@redhat.com>
13214
13215         * gdb.base/double-prompt-target-event-error.c: New file.
13216         * gdb.base/double-prompt-target-event-error.exp: New file.
13217
13218 2014-07-14  Pedro Alves  <palves@redhat.com>
13219
13220         PR gdb/17072
13221         * gdb.base/paginate-inferior-exit.c: New file.
13222         * gdb.base/paginate-inferior-exit.exp: New file.
13223
13224 2014-07-14  Pedro Alves  <palves@redhat.com>
13225
13226         PR gdb/17072
13227         * gdb.base/paginate-bg-execution.c: New file.
13228         * gdb.base/paginate-bg-execution.exp: New file.
13229
13230 2014-07-14  Pedro Alves  <palves@redhat.com>
13231
13232         PR gdb/17072
13233         * gdb.base/paginate-execution-startup.c: New file.
13234         * gdb.base/paginate-execution-startup.exp: New file.
13235         * lib/gdb.exp (pagination_prompt): New global.
13236         (default_gdb_spawn): New procedure, factored out from
13237         default_gdb_spawn.
13238         (default_gdb_start): Adjust to call default_gdb_spawn.
13239         (gdb_spawn): New procedure.
13240
13241 2014-07-14  Pedro Alves  <palves@redhat.com>
13242
13243         * lib/gdb.exp (gdb_assert): New procedure.
13244         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13245
13246 2014-07-14  Pedro Alves  <palves@redhat.com>
13247
13248         * gdb.base/execution-termios.c: New file.
13249         * gdb.base/execution-termios.exp: New file.
13250
13251 2014-07-14  Tom Tromey  <tromey@redhat.com>
13252
13253         * gdb.cp/vla-cxx.cc: New file.
13254         * gdb.cp/vla-cxx.exp: New file.
13255
13256 2014-07-14  Tom Tromey  <tromey@redhat.com>
13257
13258         * gdb.reverse/rerun-prec.c: New file.
13259         * gdb.reverse/rerun-prec.exp: New file.
13260
13261 2014-07-12  Maciej W. Rozycki  <macro@mips.com>
13262             Maciej W. Rozycki  <macro@codesourcery.com>
13263
13264         * lib/gdb-utils.exp: New file.
13265         * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13266         inline `gdb_init_command' processing.
13267         (gdb_start_cmd): Likewise.
13268         * lib/mi-support.exp (mi_run_cmd): Likewise.
13269         * README: Document `gdb_init_command' and `gdb_init_commands'.
13270
13271 2014-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
13272
13273         Fix false FAIL running under a very long directory name.
13274         * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13275         and "set print elements 10000".  Twice.
13276
13277 2014-07-11  Yao Qi  <yao@codesourcery.com>
13278
13279         * gdb.base/exprs.exp: "set print symbol off".
13280
13281 2014-07-11  Pedro Alves  <palves@redhat.com>
13282
13283         * gdb.threads/kill.c: New file.
13284         * gdb.threads/kill.exp: New file.
13285
13286 2014-07-10  Yao Qi  <yao@codesourcery.com>
13287
13288         * gdb.trace/tfile.c (write_basic_trace_file)
13289         [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13290         address written to trace file.
13291
13292 2014-07-09  Pedro Alves  <palves@redhat.com>
13293
13294         * gdb.base/attach-wait-input.exp: New file.
13295         * gdb.base/attach-wait-input.c: New file.
13296
13297 2014-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
13298
13299         * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13300         setting up test structures.
13301         (main): Call new test function.
13302         * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13303         test function, continue into test function and walk test
13304         structures.
13305
13306 2014-07-02  Yao Qi  <yao@codesourcery.com>
13307
13308         * gdb.trace/entry-values.c: Define labels 'foo_start' and
13309         'bar_start' at the beginning of functions 'foo' and 'bar'
13310         respectively.
13311         * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13312         instead of 'foo' and 'bar'.
13313
13314 2014-07-08  Markus Metzger  <markus.t.metzger@intel.com>
13315
13316         * gdb.btrace/segv.exp: New.
13317         * gdb.btrace/segv.c: New.
13318
13319 2014-07-02  Luis Machado  <lgustavo@codesourcery.com>
13320
13321         * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13322         instruction.
13323
13324 2014-06-30  Mark Wielaard  <mjw@redhat.com>
13325
13326         * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13327         vulture, vilify, villar): New volatile array constants.
13328         (vindictive, vegetation): New const volatile array constants.
13329         * gdb.base/volatile.exp: Test volatile and const volatile array
13330         types.
13331
13332 2014-06-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13333
13334         * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13335         target lacks support for awatch, rwatch, or hbreak.
13336
13337 2014-06-27  Yao Qi  <yao@codesourcery.com>
13338
13339         * gdb.multi/dummy-frame-restore.exp: New.
13340         * gdb.multi/dummy-frame-restore.c: New.
13341
13342 2014-06-25  Markus Metzger  <markus.t.metzger@intel.com>
13343
13344         * gdb.btrace/gcore.exp: New.
13345
13346 2014-06-23  Pedro Alves  <palves@redhat.com>
13347
13348         * gdb.base/watchpoint-reuse-slot.c: New file.
13349         * gdb.base/watchpoint-reuse-slot.exp: New file.
13350
13351 2014-06-23  Siva Chandra Reddy  <sivachandra@google.com>
13352
13353         * gdb.python/py-xmethods.exp: Use "progspace" instead of the
13354         progspace's filename in 'info', 'enable' and 'disable' command
13355         tests.
13356
13357 2014-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
13358
13359         * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
13360         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13361         * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
13362
13363 2014-06-20  Gary Benson  <gbenson@redhat.com>
13364
13365         * gdb.arch/i386-avx.exp: Fix include file location.
13366         * gdb.arch/i386-sse.exp: Likewise.
13367
13368 2014-06-19  Iain Buclaw  <ibuclaw@gdcproject.org>
13369
13370         * gdb.dlang/expression.exp: New file.
13371
13372 2014-06-19  Pedro Alves  <palves@redhat.com>
13373
13374         * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13375         out from ...
13376         (top level): ... here.  Iterate running tests under different
13377         scheduler-locking settings.
13378
13379 2014-06-18  Luis Machado  <lgustavo@codesourcery.com>
13380
13381         * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
13382         to DW_FORM_addr and use non-zero addresses.
13383
13384 2014-06-18  Siva Chandra Reddy  <sivachandra@google.com>
13385
13386         PR gdb/17017
13387         * gdb.python/py-xmethods.cc: Add global function call counters and
13388         increment them in their respective functions.  Remove "cout"
13389         statements.
13390         * gdb.python/py-xmethods.exp: Make tests check the global function
13391         call counters instead of depending on inferior IO.
13392
13393 2014-06-18  Don Breazeal  <donb@codesourcery.com>
13394
13395         * gdb.base/foll-fork.exp (default_fork_parent_follow):
13396         Deleted procedure.
13397         (explicit_fork_parent_follow): Deleted procedure.
13398         (explicit_fork_child_follow): Deleted procedure.
13399         (test_follow_fork): New procedure.
13400         (do_fork_tests): Replace calls to deleted procedures with
13401         calls to test_follow_fork and reset GDB for subsequent
13402         procedure calls.
13403
13404 2014-06-17  Yao Qi  <yao@codesourcery.com>
13405
13406         * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
13407         CP1252.
13408
13409 2014-06-17  Luis Machado  <lgustavo@codesourcery.com>
13410
13411         * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
13412         Initialize ptr and S explicitly.
13413         (skip_type_update_when_not_use_rtti_test): Likewise.
13414
13415 2014-06-16  Keith Seitz  <keiths@redhat.com>
13416
13417         PR mi/15863
13418         * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
13419         the inferior is started.
13420
13421 2014-06-16  Pedro Alves  <palves@redhat.com>
13422
13423         * gdb.base/break-main-file-remove-fail.c: New file.
13424         * gdb.base/break-main-file-remove-fail.exp: New file.
13425         * gdb.base/break-unload-file.exp: Use build_executable instead of
13426         prepare_for_testing.
13427         (test_break): New parameter "initial_load".  Handle it.
13428         (top level): Add initial_load cmdline/file axis.
13429
13430 2014-06-12  Tom Tromey  <tromey@redhat.com>
13431
13432         * gdb.base/completion.exp: Don't use directory name in test.
13433
13434 2014-06-09  Gary Benson  <gbenson@redhat.com>
13435
13436         * gdb.base/sigall.c [Functions to send signals]: Reorder to
13437         separate the always-available ANSI-standard signals from the
13438         signals that require checking.
13439         (main): Likewise.
13440         * gdb.reverse/sigall-reverse.c [Functions to send signals]:
13441         Likewise.
13442         (main): Likewise.
13443
13444 2014-06-07  Keith Seitz  <keiths@redhat.com>
13445
13446         Revert:
13447         PR c++/16253
13448         * gdb.cp/var-tag.cc: New file.
13449         * gdb.cp/var-tag.exp: New file.
13450         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13451         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13452         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13453         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13454
13455 2014-06-06  Doug Evans  <xdje42@gmail.com>
13456
13457         * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
13458
13459 2014-06-06  Pedro Alves  <palves@redhat.com>
13460
13461         * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
13462         in target debug output instead of looking at RSP packets,
13463         disabling the test on any target that uses hardware stepping.
13464         Update comments.
13465
13466 2014-06-06  Pedro Alves  <palves@redhat.com>
13467
13468         * gdb.base/break-unload-file.exp: Fix typo.
13469
13470 2014-06-06  Yao Qi  <yao@codesourcery.com>
13471
13472         * gdb.base/jit.exp (one_jit_test): Restrict the pattern
13473         from "jit_function" to "^jit_function".
13474
13475 2014-06-06  Yao Qi  <yao@codesourcery.com>
13476
13477         * gdb.base/async.c (foo): Add one statement.
13478         * gdb.base/async.exp: Get the next instruction address and
13479         match the output of "nexti" by instruction address.  Match
13480         the hex address in the output of "finish".
13481
13482 2014-06-06  Gary Benson  <gbenson@redhat.com>
13483
13484         * gdb.base/call-signals.c: Remove preprocessor conditionals
13485         for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
13486         SIGSEGV and SIGTERM.
13487         * gdb.base/sigall.c: Likewise.
13488         * gdb.base/unwindonsignal.c: Likewise.
13489         * gdb.reverse/sigall-reverse.c: Likewise.
13490
13491 2014-06-06  Yao Qi  <yao@codesourcery.com>
13492
13493         * gdb.base/hbreak-unmapped.exp: Read memory at address 0.  If
13494         readable, skip the test.
13495
13496 2014-06-06  Yao Qi  <yao@codesourcery.com>
13497
13498         * gdb.threads/staticthreads.c (thread_function): Move the line
13499         setting breakpoint on forward.
13500         * gdb.threads/staticthreads.exp: Update comments.
13501
13502 2014-06-05  Ludovic Courtès  <ludo@gnu.org>
13503
13504         * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
13505         "history-append! type error".
13506
13507 2014-06-05  Simon Marchi  <simon.marchi@ericsson.com>
13508
13509         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
13510         erroneous dprintf expected input.
13511
13512 2014-06-04  Doug Evans  <xdje42@gmail.com>
13513
13514         * gdb.guile/scm-generics.exp: Delete.
13515
13516 2014-06-04  Doug Evans  <xdje42@gmail.com>
13517
13518         * gdb.guile/scm-breakpoint.exp: Update.
13519         Add tests for breakpoint registration.
13520
13521 2014-06-04  Tom Tromey  <tromey@redhat.com>
13522
13523         * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13524         VLA-in-union.
13525         * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13526         inner_vla_struct, vla_union types.  Initialize objects of those
13527         types and compute their sizes.
13528
13529 2014-06-04  Nathan Sidwell  <nathan@codesourcery.com>
13530             Hui Zhu  <hui@codesourcery.com>
13531
13532         * gdb.base/fileio.exp: Add test for shell not available as well as
13533         available.
13534         * gdb.base/fileio.c (test_system): Check for shell twice.
13535
13536 2014-06-04  Yao Qi  <yao@codesourcery.com>
13537
13538         * gdb.base/auto-connect-native-target.exp: Remove redundant
13539         space from the regexp pattern.
13540
13541 2014-06-04  Yao Qi  <yao@codesourcery.com>
13542
13543         * gdb.base/default.exp: Replace "child" with "native" in
13544         regexp pattern.
13545
13546 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
13547
13548         * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13549         * gdb.python/py-xmethods.exp: New tests to test xmethods.
13550         * gdb.python/py-xmethods.py: Python script supporting the
13551         new testcase and tests.
13552
13553 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
13554             Pedro Alves  <palves@redhat.com>
13555
13556         PR breakpoints/17000
13557         * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13558         * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13559
13560 2014-06-03  Brad Mouring  <bmouring@ni.com>  (tiny patch)
13561
13562         * gdb.base/subst.exp: Add tests to verify partial path matching
13563         output.
13564
13565 2014-06-03  Pedro Alves  <palves@redhat.com>
13566
13567         * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13568         target that doesn't use software single-stepping.
13569
13570 2014-06-03  Pedro Alves  <palves@redhat.com>
13571
13572         PR breakpoints/17000
13573         * gdb.base/sss-bp-on-user-bp-2.c: New file.
13574         * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13575
13576 2014-06-02  Doug Evans  <xdje42@gmail.com>
13577
13578         * gdb.guile/scm-parameter.exp: New file.
13579
13580 2014-06-02  Doug Evans  <xdje42@gmail.com>
13581
13582         * gdb.guile/scm-cmd.c: New file.
13583         * gdb.guile/scm-cmd.exp: New file.
13584
13585 2014-06-02  Doug Evans  <xdje42@gmail.com>
13586
13587         * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13588         pretty-printer lookup.
13589         * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13590         (make-pp_s-printer): Call it.
13591         (make-pretty-printer-from-dict): New function.
13592         (lookup-pretty-printer-maker-from-dict): New function.
13593         (*pretty-printer*): Simplify.
13594         (make-objfile-pp_s-printer): New function.
13595         (install-objfile-pretty-printers!): New function.
13596         (make-progspace-pp_s-printer): New function.
13597         (install-progspace-pretty-printers!): New function.
13598         * gdb.guile/scm-progspace.c: New file.
13599         * gdb.guile/scm-progspace.exp: New file.
13600
13601 2014-06-02  Pedro Alves  <palves@redhat.com>
13602
13603         * gdb.base/dprintf-bp-same-addr.c: New file.
13604         * gdb.base/dprintf-bp-same-addr.exp: New file.
13605
13606 2014-06-02  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
13607
13608         * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13609         * gdb.arch/powerpc-power.s: Likewise.
13610
13611 2014-06-02  Joel Brobecker  <brobecker@adacore.com>
13612
13613         * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13614
13615 2014-06-01  Yao Qi  <yao@codesourcery.com>
13616
13617         * gdb.base/watchpoint.exp (test_watch_location): Check null
13618         pointer can be dereferenced.  If not, do the test, otherwise
13619         skip it.
13620
13621 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
13622
13623         * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13624         results.
13625         * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13626
13627 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
13628
13629         * gdb.arch/amd64-invalid-stack-middle.S: New file.
13630         * gdb.arch/amd64-invalid-stack-middle.c: New file.
13631         * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13632         * gdb.arch/amd64-invalid-stack-top.c: New file.
13633         * gdb.arch/amd64-invalid-stack-top.exp: New file.
13634
13635 2014-05-30  Pedro Alves  <palves@redhat.com>
13636
13637         PR breakpoints/17000
13638         * gdb.base/sss-bp-on-user-bp.c: New file.
13639         * gdb.base/sss-bp-on-user-bp.exp: New file.
13640
13641 2014-05-30  David Blaikie  <dblaikie@gmail.com>
13642
13643         * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13644         gnu_inline semantics via attribute.
13645         * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13646         source explicitly specifies the required semantics.
13647
13648 2014-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
13649
13650         * gdb.reverse/sigall-reverse.exp: Fix a typo.
13651
13652 2014-05-29  Pedro Alves  <palves@redhat.com>
13653             Tom Tromey  <tromey@redhat.com>
13654
13655         * gdb.base/async-shell.exp: Don't enable target-async.
13656         * gdb.base/async.exp
13657         * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13658         parameter.  Adjust.
13659         (top level): Don't test with "target-async".
13660         * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13661         * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13662         * gdb.base/inferior-died.exp: Don't enable target-async.
13663         * gdb.base/interrupt-noterm.exp: Likewise.
13664         * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13665         * gdb.mi/mi-nonstop-exit.exp: Likewise.
13666         * gdb.mi/mi-nonstop.exp: Likewise.
13667         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13668         * gdb.mi/mi-nsintrall.exp: Likewise.
13669         * gdb.mi/mi-nsmoribund.exp: Likewise.
13670         * gdb.mi/mi-nsthrexec.exp: Likewise.
13671         * gdb.mi/mi-watch-nonstop.exp: Likewise.
13672         * gdb.multi/watchpoint-multi.exp: Adjust comment.
13673         * gdb.python/py-evsignal.exp: Don't enable target-async.
13674         * gdb.python/py-evthreads.exp: Likewise.
13675         * gdb.python/py-prompt.exp: Likewise.
13676         * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13677         * gdb.server/solib-list.exp: Don't enable target-async.
13678         * gdb.threads/thread-specific-bp.exp: Likewise.
13679         * lib/mi-support.exp: Adjust to use mi-async.
13680
13681 2014-05-29  Pedro Alves  <palves@redhat.com>
13682
13683         PR gdb/13860
13684         * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13685         reason, even in sync mode.
13686
13687 2014-05-29  Pedro Alves  <palves@redhat.com>
13688             Hui Zhu  <hui@codesourcery.com>
13689
13690         PR PR15693
13691         * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13692         * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13693         * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13694         * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13695
13696 2014-05-28  Joel Brobecker  <brobecker@adacore.com>
13697
13698         * config/monitor.exp (gdb_target_monitor): Replace use of
13699         "set remotebaud" by "set serial baud".
13700
13701 2014-05-26  Andy Wingo  <wingo@igalia.com>
13702
13703         * gdb.guile/scm-breakpoint.exp:
13704         * gdb.guile/scm-gsmob.exp: Update to use plain old object
13705         properties instead of gdb-object-properties.
13706
13707 2014-05-26  Yao Qi  <yao@codesourcery.com>
13708
13709         * gdb.server/no-thread-db.exp: Specify source file name
13710         explicitly when setting a breakpoint.
13711
13712 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
13713
13714         * gdb.btrace/vdso.c: New.
13715         * gdb.btrace/vdso.exp: New.
13716
13717 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
13718
13719         * gdb.base/gcore.exp (capture_command_output): Move ...
13720         * lib/gdb.exp (capture_command_output): ... here.
13721
13722 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
13723
13724         * gdb.btrace/data.exp: Test memory access during btrace replay.
13725
13726 2014-05-22  Simon Marchi  <simon.marchi@ericsson.com>
13727
13728         * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13729
13730 2014-05-21  Pedro Alves  <palves@redhat.com>
13731
13732         PR gdb/13860
13733         * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13734         (top level): Test that output related to execution commands is
13735         sent to the console with CLI commands, but not with MI commands.
13736         Test that breakpoint events are always mirrored to the console.
13737         Also expect the new source line to be output after a "next" in
13738         async mode too.  Make it a pass/fail test.
13739         * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13740         output.
13741         * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13742
13743 2014-05-21  Pedro Alves  <palves@redhat.com>
13744
13745         * gdb.base/list.exp (build_pattern, test_list): New procedures.
13746         Use them to test variations of "list" after reaching a breakpoint.
13747         * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13748         Test "list" with listsize 10 after reaching a breakpoint.
13749         * gdb.python/python.exp (decode_line current location line
13750         number): Adjust expected line number.
13751
13752 2014-05-21  Simon Marchi  <simon.marchi@ericsson.com>
13753
13754         * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13755         behavior for $args, pass it directly to "run".
13756
13757 2014-05-21  Maciej W. Rozycki  <macro@codesourcery.com>
13758
13759         * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13760         30000 to 65536.
13761
13762 2014-05-21  Pedro Alves  <palves@redhat.com>
13763
13764         * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13765         auto-connect-native-target off".
13766         * gdb.base/auto-connect-native-target.c: New file.
13767         * gdb.base/auto-connect-native-target.exp: New file.
13768
13769 2014-05-21  Pedro Alves  <palves@redhat.com>
13770
13771         * gdb.base/default.exp: Test "target native" instead of "target
13772         child".
13773
13774 2014-05-21  Mark Wielaard  <mjw@redhat.com>
13775
13776         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13777
13778 2014-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
13779
13780         Fix TLS access for -static -pthread.
13781         * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13782         <HAVE_TLS> (thread_function, main): Initialize it.
13783         * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13784         Add clean_restart.
13785         <$have_tls != "">: Check TLSVAR.
13786
13787 2014-05-21  Pedro Alves  <palves@redhat.com>
13788
13789         * gdb.base/dcache-line-read-error.c: New.
13790         * gdb.base/dcache-line-read-error.exp: New.
13791
13792 2014-05-20  Pedro Alves  <palves@redhat.com>
13793
13794         * gdb.base/compare-sections.c: New file.
13795         * gdb.base/compare-sections.exp: New file.
13796
13797 2014-05-20  Pedro Alves  <palves@redhat.com>
13798
13799         * gdb.base/break-idempotent.c: New file.
13800         * gdb.base/break-idempotent.exp: New file.
13801
13802 2014-05-20  Markus Metzger  <markus.t.metzger@intel.com>
13803
13804         * gdb.btrace/nohist.exp: New.
13805
13806 2014-05-20  Yao Qi  <yao@codesourcery.com>
13807
13808         * lib/gdb.exp (gdb_init): Set timeout if test file is under
13809         gdb.reverse directory and gdb_reverse_timeout exists in board
13810         setting.
13811         * README: Document gdb_reverse_timeout.
13812
13813 2014-05-20  Yao Qi  <yao@codesourcery.com>
13814
13815         * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13816         'test_file_name'.  Treat args as a string instead of a list.
13817         (gdb_init): Rename argument 'args' by 'test_file_name'.
13818
13819 2014-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
13820
13821         * gdb.arch/powerpc-power.exp: New file.
13822         * gdb.arch/powerpc-power.s: New file.
13823
13824 2014-05-16  Doug Evans  <dje@google.com>
13825
13826         * gdb.base/Makefile.in (EXECUTABLES): Add completion.
13827         * gdb.base/completion.exp: Check that all expected files exist
13828         before doing file completion.
13829
13830 2014-05-16  Doug Evans  <dje@google.com>
13831
13832         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13833         Update.
13834         (do_syscall_tests_without_xml): Update.
13835
13836 2014-05-16  Pedro Alves  <palves@redhat.com>
13837
13838         * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13839         instead of "unknown output after running".
13840
13841 2014-05-16  Yao Qi  <yao@codesourcery.com>
13842
13843         * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host.  Remove
13844         file1.txt from host at the end.
13845         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13846
13847 2014-05-15  Doug Evans  <dje@google.com>
13848
13849         * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13850         * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13851         loading file.  Add test for TU lookup.
13852
13853 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
13854
13855         * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13856         calling "-exec-arguments" or "set args" before running the
13857         inferior.
13858
13859 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
13860
13861         * lib/mi-support.exp (mi_expect_stop): Expect message for
13862         inferiors that exit with non-zero exit code.
13863
13864 2014-05-14  Yao Qi  <yao@codesourcery.com>
13865
13866         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13867         match absolute path on remote host.
13868         (test_file_list_exec_source_files): Remove "/" from the
13869         pattern.
13870
13871 2014-05-14  Yao Qi  <yao@codesourcery.com>
13872
13873         * boards/local-remote-host-notty.exp (${board}_file): New
13874         proc.
13875
13876 2014-05-07  Kyle McMartin  <kyle@redhat.com>
13877
13878         Pushed by Joel Brobecker  <brobecker@adacore.com>.
13879         * gdb.arch/aarch64-atomic-inst.c: New file.
13880         * gdb.arch/aarch64-atomic-inst.exp: New file.
13881
13882 2014-05-07  Yao Qi  <yao@codesourcery.com>
13883
13884         * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13885         in current context" too.
13886
13887 2014-05-05  Keith Seitz  <keiths@redhat.com>
13888
13889         * gdb.linespec/ls-dollar.exp: Add test for linespec
13890         file:convenience_variable.
13891
13892 2014-05-05  Yao Qi  <yao@codesourcery.com>
13893
13894         * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13895         traceframes into tfile and ctf trace files.  Read data from
13896         trace file and test collected data.
13897         (gdb_collect_locals_test): Likewise.
13898         (gdb_unavailable_registers_test): Likewise.
13899         (gdb_unavailable_floats): Likewise.
13900         (gdb_collect_globals_test): Likewise.
13901         (top-level): Append "ctf" to trace_file_targets if GDB
13902         supports.
13903
13904 2014-05-05  Yao Qi  <yao@codesourcery.com>
13905
13906         * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13907         code to ...
13908         (gdb_collect_args_test_1): ... it.  New proc.
13909         (gdb_collect_locals_test): Move some code to ...
13910         (gdb_collect_locals_test_1): ... it.  New proc.
13911         (gdb_unavailable_registers_test): Move some code to ...
13912         (gdb_unavailable_registers_test_1): ... it.  New proc.
13913         (gdb_unavailable_floats): Move some code to ...
13914         (gdb_unavailable_floats_1): ... it.  New proc.
13915
13916 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
13917
13918         * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13919         probes to test for bitness recognition.
13920         * gdb.arch/amd64-stap-optional-prefix.exp
13921         (test_probe_value_without_reg): New procedure.
13922         Add code to test for different kinds of bitness.
13923
13924 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
13925
13926         PR breakpoints/16889
13927         * gdb.arch/amd64-stap-optional-prefix.S: New file.
13928         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13929
13930 2014-05-01  Pedro Alves  <palves@redhat.com>
13931
13932         * lib/gdb.exp (gdb_load): Extend comment.  Skip calling
13933         gdb_file_cmd if no file is specified.
13934         * boards/native-extended-gdbserver.exp (gdb_load): Use the
13935         last_loaded_file to set the remote exec-file.
13936
13937 2014-05-01  Pedro Alves  <palves@redhat.com>
13938
13939         * boards/local-remote-host.exp: New file.
13940
13941 2014-05-01  Pedro Alves  <palves@redhat.com>
13942
13943         * boards/local-remote-host.exp: Rename to ...
13944         * boards/local-remote-host-notty.exp: ... this.
13945
13946 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
13947
13948         * gdb.ada/dyn_arrayidx: New testcase.
13949
13950 2014-04-26  Yao Qi  <yao@codesourcery.com>
13951
13952         * gdb.dwarf2/dwz.exp: Compile main.c to object.  Restart GDB
13953         and compute the length of function main.  Save it in
13954         $main_length.
13955         (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13956         (top-level): Use gdb_compile to compile objects into
13957         executable and restart GDB.  Remove invocation to
13958         prepare_for_testing.
13959
13960 2014-04-25  Simon Marchi  <simon.marchi@ericsson.com>
13961             Pedro Alves  <palves@redhat.com>
13962
13963         PR server/16255
13964         * gdb.multi/multi-attach.c: New file.
13965         * gdb.multi/multi-attach.exp: New file.
13966
13967 2014-04-25  Pedro Alves  <palves@redhat.com>
13968
13969         * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13970         user.
13971         (top level): Test that "set remote conditional-breakpoints-packet
13972         off" works as intended.
13973         * gdb.base/dprintf.exp: Test that "set remote
13974         breakpoint-commands-packet off" works as intended.
13975         * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13976         New function.
13977         (top level): Call it.
13978         * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13979         remote fast-tracepoints-packet off" works as intended.
13980         * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13981         * lib/gdb.exp (gdb_is_target_remote): ... here.
13982
13983 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13984
13985         * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13986         ensure clang would not discard them.
13987         * gdb.base/gdbvars.c: Ditto.
13988         * gdb.base/memattr.c: Ditto.
13989         * gdb.base/whatis.c: Ditto.
13990         * gdb.python/py-prettyprint.c: Ditto.
13991         * gdb.trace/actions.c: Ditto.
13992         * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13993         ensure clang would not discard it.
13994
13995 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13996
13997         * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13998         clang to emit the full definition of type required by the test
13999         * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14000
14001 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14002
14003         * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14004         coax Clang into emitting the definition of the type.
14005         * gdb.cp/pr10728-x.h (y): Ditto.
14006         * gdb.cp/pr10728-y.cc (y): Ditto.
14007
14008 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14009
14010         * gdb.base/label.exp: XFAIL label related tests under Clang.
14011         * gdb.cp/cplabel.exp: Ditto.
14012         * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14013         under Clang those using labels.
14014
14015 2014-04-25  Yao Qi  <yao@codesourcery.com>
14016
14017         * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14018         double_label.
14019         * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14020         partial_label and double_label.
14021
14022 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14023
14024         * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14025
14026 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14027
14028         * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14029         of the function to work across GCC and Clang.
14030         * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14031         pointer types (const void ** const V void **).
14032
14033 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
14034             Walfred Tedeschi  <walfred.tedeschi@intel.com>
14035
14036         * Makefile.in (EXECUTABLES): Added i386-avx512.
14037         * gdb.arch/i386-avx512.c: New file.
14038         * gdb.arch/i386-avx512.exp: Likewise.
14039
14040 2014-04-23  Keith Seitz  <keiths@redhat.com>
14041
14042         * lib/mi-support.exp (mi_list_breakpoints): Delete.
14043         (mi_make_breakpoint_table): New procedure.
14044         (mi_create_breakpoint): Use mi_make_breakpoint
14045         and return the result.
14046         (mi_make_breakpoint): New procedure.
14047         (mi_build_kv_pairs): New procedure.
14048
14049         * gdb.mi/mi-break.exp: Remove unused globals,
14050         update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14051         All callers updated.
14052         * gdb.mi/mi-dprintf.exp: Use variable to track command
14053         number.
14054         Update all callers of mi_create_breakpoint and use
14055         mi_make_breakpoint_table.
14056         Remove any unused global variables.
14057         * gdb.mi/mi-nonstop.exp: Likewise.
14058         * gdb.mi/mi-nsintrall.exp: Likewise.
14059         * gdb.mi/mi-nsmoribund.exp: Likewise.
14060         * gdb.mi/mi-nsthrexec.exp: Likewise.
14061         * gdb.mi/mi-reverse.exp: Likewise.
14062         * gdb.mi/mi-simplerun.exp: Likewise.
14063         * gdb.mi/mi-stepn.exp: Likewise.
14064         * gdb.mi/mi-syn-frame.exp: Likewise.
14065         * gdb.mi/mi-until.exp: Likewise.
14066         * gdb.mi/mi-var-cp.exp: Likewise.
14067         * gdb.mi/mi-var-display.exp: Likewise.
14068         * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14069         * gdb.mi/mi2-var-child.exp: Likewise.
14070         * gdb.mi/mi-vla-c99.exp: Likewise.
14071         * lib/mi-support.exp: Likewise.
14072
14073         From Ian Lance Taylor  <iant@cygnus.com>:
14074         * lib/gdb.exp (parse_args): New procedure.
14075
14076 2014-04-23  Pedro Alves  <palves@redhat.com>
14077
14078         * gdb.base/break-unload-file.c: New file.
14079         * gdb.base/break-unload-file.exp: New file.
14080         * gdb.base/sym-file-lib.c (baz): New function.
14081         * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14082         field.
14083         (load): Store the segment's mapped size.
14084         (unload): New function.
14085         (unload_shlib): New function.
14086         * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14087         * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14088         set a breakpoint at baz, and call it.
14089         * gdb.base/sym-file.exp: New tests for stale breakpoint
14090         instructions.
14091
14092 2014-04-23  Pedro Alves  <palves@redhat.com>
14093
14094         * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14095         * gdb.base/hbreak-in-shr-unsupported.c: New file.
14096         * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14097         * gdb.base/hbreak-unmapped.c: New file.
14098         * gdb.base/hbreak-unmapped.exp: New file.
14099         * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14100         * lib/gdb.exp (gdb_is_target_remote): ... here.
14101
14102 2014-04-22  Pedro Alves  <palves@redhat.com>
14103
14104         * gdb.base/consecutive-step-over.c: New file.
14105         * gdb.base/consecutive-step-over.exp: New file.
14106
14107 2014-04-22  Pedro Alves  <palves@redhat.com>
14108
14109         * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14110         instead of send_gdb/gdb_expect.
14111
14112 2014-04-22  Yao Qi  <yao@codesourcery.com>
14113
14114         * lib/trace-support.exp (generate_tracefile): New procedure.
14115         * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14116         return 0.
14117         * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14118         if generate_tracefile returns 1.
14119
14120 2014-04-18  Tom Tromey  <palves@redhat.com>
14121             Pedro alves  <tromey@redhat.com>
14122
14123         PR backtrace/15558
14124         * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14125         with a backtrace limit.
14126         * gdb.python/py-frame-inline.exp: Test running to an inline
14127         function with a backtrace limit, and printing the newest frame.
14128         * gdb.python/py-frame-inline.c (main): Call f.
14129
14130 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14131
14132         * gdb.java/jnpe.exp: Drop srcdir from untested path.
14133
14134 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14135
14136         * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14137         Drop prefix from unsupported source file path.
14138
14139 2014-04-17  Yao Qi  <yao@codesourcery.com>
14140
14141         * lib/gdb.exp (with_target_charset): New proc.
14142         * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14143         with_target_charset.
14144         (test_print_strings): Likewise.
14145         (test_repeat_bytes): Likewise.
14146         * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14147         for some tests.
14148
14149 2014-04-16  Keith Seitz  <keiths@redhat.com>
14150
14151         PR gdb/15827
14152         * gdb.dwarf2/corrupt.c: New file.
14153         * gdb.dwarf2/corrupt.exp: New file.
14154
14155 2014-04-16  Keith Seitz  <keiths@redhat.com>
14156
14157         PR c++/16597
14158         * gdb.cp/namelessclass.cc: New file.
14159         * gdb.cp/namelessclass.exp: New file.
14160         * gdb.cp/namelessclass.S: New file.
14161
14162 2014-04-16  Doug Evans  <dje@google.com>
14163
14164         * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14165         Add comment.
14166         (gdbserver_default_get_comm_port): New function.
14167         (gdbserver_start): Check if board file provided
14168         "gdbserver,get_comm_port" and use it if so.
14169         * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14170         (gdb,socketport): Set to "stdio".
14171         (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14172         (stdio_gdbserver_template): Delete.
14173         (${board}_get_remote_address): Update.
14174         (${board}_build_remote_cmd): Delete.
14175         (${board}_get_comm_port): New function.
14176         (${board}_spawn): Update.
14177         * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14178         Delete.
14179         (${board}_get_remote_address): Update.
14180         (${board}_get_comm_port): New function.
14181
14182 2014-04-16  Andrew Burgess  <aburgess@broadcom.com>
14183
14184         * gdb.base/memattr.exp: Improve regexps to handle memory regions
14185         appearing in any order.
14186
14187 2014-04-15  Doug Evans  <dje@google.com>
14188
14189         * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14190         uninitialized value of "description".
14191
14192 2014-04-15  Keith Seitz  <keiths@redhat.com>
14193
14194         * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14195         Remove unused globals.
14196         (test_running_the_program): Likewise.
14197         (test_controlled_execution): Likewise.
14198         (test_controlling_breakpoints): Likewise.
14199         (test_program_termination): Likewise.
14200
14201 2014-04-15  Keith Seitz  <keiths@redhat.com>
14202
14203         * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14204         unused globals.
14205         (test_rbreak_creation_and_listing): Likewise.
14206         (test_ignore_count): Likewise.
14207         (test_error): Likewise.
14208
14209 2014-04-15  Pedro Alves  <palves@redhat.com>
14210
14211         * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14212         <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14213         sym-file-loader.c.
14214         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14215         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14216         to sym-file-loader.c.
14217         (struct library): Forward declare.
14218         (load_shlib, lookup_function): Change prototypes.
14219         (find_shstrtab, find_strtab, find_shdr, find_symtab)
14220         (translate_offset): Remove declarations.
14221         (get_text_addr): New declaration.
14222         * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14223         <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14224         sym-file-loader.h.
14225         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14226         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14227         here from sym-file-loader.h.
14228         (struct library): New structure.
14229         (load_shlib, lookup_function): Change prototypes and adjust to
14230         work with a struct library.
14231         (find_shstrtab, find_strtab, find_shdr, find_symtab)
14232         (translate_offset): Make static.
14233         (get_text_addr): New function.
14234         * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14235
14236 2014-04-15  Pedro Alves  <palves@redhat.com>
14237
14238         * gdb.base/sym-file-loader.c: Fix typo.  SELF_LINK, not SELK_LINK.
14239
14240 2014-04-15  Pedro Alves  <palves@redhat.com>
14241
14242         * gdb.base/sym-file-loader.c: Include <limits.h>.
14243         (SELF_LINK): New define.
14244         (get_origin): New function.
14245         (load_shlib): Use it.
14246         * gdb.base/sym-file.exp: Don't early return if the target is
14247         remote.  Use runto_main, and issue fail is that fails.  Use
14248         gdb_load_shlibs.
14249         (shlib_name): Delete.
14250         (lib_so, lib_syms, lib_dlopen): New globals.  Use them throughout.
14251
14252 2014-04-15  Pedro Alves <palves@redhat.com>
14253
14254         * gdb.base/sym-file.exp: Remove regex characters from test
14255         message.  Don't refer to breakpoint numbers in test messages.
14256
14257 2014-04-14  Keith Seitz  <keiths@redhat.com>
14258
14259         PR c++/16253
14260         * gdb.cp/var-tag.cc: New file.
14261         * gdb.cp/var-tag.exp: New file.
14262         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14263         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14264         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14265         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14266
14267 2014-04-14  Tom Tromey  <tromey@redhat.com>
14268
14269         * gdb.cp/classes.exp (test_enums): Handle underlying type.
14270         * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14271         type.
14272         * gdb.cp/enum-class.exp: New file.
14273         * gdb.cp/enum-class.cc: New file.
14274
14275 2014-04-14  Tom Tromey  <tromey@redhat.com>
14276
14277         * gdb.dwarf2/enum-type.exp: New file.
14278
14279 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14280
14281         * gdb.mi/mi-vla-c99.exp: New file.
14282         * gdb.mi/vla.c: New file.
14283
14284 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14285
14286         * gdb.base/vla-datatypes.c: New file.
14287         * gdb.base/vla-datatypes.exp: New file.
14288
14289 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14290
14291         * gdb.base/vla-ptr.c: New file.
14292         * gdb.base/vla-ptr.exp: New file.
14293
14294 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14295
14296         * gdb.dwarf2/count.exp: New file.
14297
14298 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14299
14300         * gdb.base/vla-sideeffect.c: New file.
14301         * gdb.base/vla-sideeffect.exp: New file.
14302
14303 2014-04-14  David Blaikie <dblaikie@gmail.com>
14304
14305         * gdb.mi/non-stop.c: Add return value for non-void function return
14306         statement.
14307         * gdb.threads/staticthreads.c: Ditto.
14308
14309 2014-04-12  Siva Chandra Reddy  <sivachandra@google.com>
14310             Doug Evans  <xdje42@gmail.com>
14311
14312         * gdb.guile/scm-value.c: Improve test case.
14313         * gdb.guile/scm-value.exp: Add new test.
14314
14315 2014-04-11  David Blaikie  <dblaikie@gmail.com>
14316
14317         * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14318         override Clang's default.
14319
14320 2014-04-11  Joel Brobecker  <brobecker@adacore.com>
14321
14322         Revert the following changes (regressions):
14323
14324         * gdb.base/vla-sideeffect.c: New file.
14325         * gdb.base/vla-sideeffect.exp: New file.
14326
14327         * gdb.dwarf2/count.exp: New file.
14328
14329         * gdb.base/vla-multi.c: New file.
14330         * gdb.base/vla-multi.exp: New file.
14331
14332         * gdb.base/vla-ptr.c: New file.
14333         * gdb.base/vla-ptr.exp: New file.
14334
14335         * gdb.base/vla-datatypes.c: New file.
14336         * gdb.base/vla-datatypes.exp: New file.
14337
14338         * gdb.mi/mi-vla-c99.exp: New file.
14339         * gdb.mi/vla.c: New file.
14340
14341 2014-04-11  Keith Seitz  <keiths@redhat.com>
14342
14343         PR c++/16675
14344         * gdb.cp/cpsizeof.exp: New file.
14345         * gdb.cp/cpsizeof.cc: New file.
14346
14347 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14348
14349         * gdb.mi/mi-vla-c99.exp: New file.
14350         * gdb.mi/vla.c: New file.
14351
14352 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14353
14354         * gdb.base/vla-datatypes.c: New file.
14355         * gdb.base/vla-datatypes.exp: New file.
14356
14357 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14358
14359         * gdb.base/vla-ptr.c: New file.
14360         * gdb.base/vla-ptr.exp: New file.
14361
14362 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14363
14364         * gdb.base/vla-multi.c: New file.
14365         * gdb.base/vla-multi.exp: New file.
14366
14367 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14368
14369         * gdb.dwarf2/count.exp: New file.
14370
14371 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14372
14373         * gdb.base/vla-sideeffect.c: New file.
14374         * gdb.base/vla-sideeffect.exp: New file.
14375
14376 2014-04-11  Yao Qi  <yao@codesourcery.com>
14377
14378         * gdb.base/completion.exp: Check file exists before running tests
14379         on file completion.
14380
14381 2014-04-10  Pedro Alves  <palves@redhat.com>
14382
14383         * gdb.base/cond-eval-mode.c: New file.
14384         * gdb.base/cond-eval-mode.exp: Use standard_testfile.  Adjust
14385         prepare_for_testing to build the new file.  Check result of
14386         runto_main.
14387         (test_break, test_watch): New procedures.
14388         (top level): Use them.
14389
14390 2014-04-08  Pierre Muller  <muller@sourceware.org>
14391
14392         * gdb.base/printcmds.exp (test_artificial_arrays): Disable
14393         Ctrl-V use for mingw hosts.
14394
14395 2014-04-07  Siva Chandra Reddy  <sivachandra@google.com>
14396
14397         * gdb.python/py-value.c: Improve test case.
14398         * gdb.python/py-value.exp: Add new test.
14399
14400 2014-04-07  David Blaikie  <dblaikie@gmail.com>
14401
14402         * lib/compiler.c: Identify the clang compiler.
14403         * lib/compiler.cc: Ditto.
14404
14405 2014-04-03  Yao Qi  <yao@codesourcery.com>
14406
14407         * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
14408
14409 2014-04-01  Anton Blanchard  <anton@samba.org>
14410
14411         * gdb.arch/ppc64-atomic-inst.exp: Use untested.  Make test
14412         messages unique.
14413
14414 2014-04-01  Anton Blanchard  <anton@samba.org>
14415
14416         * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
14417         prepare_for_testing.
14418
14419 2014-04-01  Anton Blanchard  <anton@samba.org>
14420
14421         * gdb.arch/ppc64-atomic-inst.c: Remove.
14422         * gdb.arch/ppc64-atomic-inst.S: New file.
14423         * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
14424
14425 2014-03-31  Doug Evans  <dje@google.com>
14426
14427         * gdb.base/print-symbol-loading-lib.c: New file.
14428         * gdb.base/print-symbol-loading-main.c: New file.
14429         * gdb.base/print-symbol-loading.exp: New file.
14430
14431 2014-03-31  Yao Qi  <yao@codesourcery.com>
14432
14433         * gdb.base/source-dir.exp: Allow ';' as a directory separator.
14434
14435 2014-03-28  Joel Brobecker  <brobecker@adacore.com>
14436
14437         * gdb.ada/mi_dyn_arr: New testcase.
14438
14439 2014-03-27  Doug Evans  <dje@google.com>
14440
14441         * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
14442
14443 2014-03-27  Yao Qi  <yao@codesourcery.com>
14444
14445         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
14446         if target is nios2-*-*.
14447
14448 2014-03-26  Yao Qi  <yao@codesourcery.com>
14449
14450         * lib/gdb.exp (readline_is_used): New proc.
14451         * gdb.base/completion.exp: Move tests on command complete up.
14452         Skip the rest of tests if readline is not used.
14453         * gdb.ada/complete.exp: Skp the test if readline is not
14454         used.
14455         * gdb.base/filesym.exp: Likewise.
14456         * gdb.base/macscp.exp: Likewise.
14457         * gdb.base/readline-ask.exp: Likewise.
14458         * gdb.base/readline.exp: Likewise.
14459         * gdb.python/py-cmd.exp: Likewise.
14460         * gdb.trace/tfile.exp: Likewise.
14461
14462 2014-03-26  Yao Qi  <yao@codesourcery.com>
14463
14464         * gdb.base/macscp.exp: Fix code format issues.
14465
14466 2014-03-25  Ulrich Weigand  <uweigand@de.ibm.com>
14467
14468         * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
14469         * gdb.asm/powerpc64le.inc: New file.
14470
14471 2014-03-25  Pedro Alves  <palves@redhat.com>
14472             Doug Evans  <dje@google.com>
14473
14474         * gdb.base/source-execution.c: New file.
14475         * gdb.base/source-execution.exp: New file.
14476         * gdb.base/source-execution.gdb: New file.
14477
14478 2014-03-24  Doug Evans  <dje@google.com>
14479
14480         * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
14481         using fission.
14482
14483 2014-03-24  Hui Zhu  <hui@codesourcery.com>
14484             Pedro Alves  <palves@redhat.com>
14485
14486         PR breakpoints/16101
14487         * gdb.base/dprintf.exp: Use unsupported rather than changing the
14488         test pass/fail messages.  Detect missing support for dprintf when
14489         breakpoints are actually inserted.
14490         * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14491         breakpoints are actually inserted.
14492         * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
14493         fails.
14494
14495 2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
14496
14497         * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
14498
14499 2014-03-22  Doug Evans  <xdje42@gmail.com>
14500
14501         * gdb.python/python.exp (python not supported): Verify multi-line
14502         python command issues an error.
14503         * gdb.guile/guile.exp (guile not supported): Verify multi-line
14504         guile command issues an error.
14505
14506 2014-03-21  Maciej W. Rozycki  <macro@codesourcery.com>
14507
14508         * gdb.threads/thread-specific.exp: Handle the lack of usable
14509         $this_breakpoint and $this_thread.
14510
14511 2014-03-21  Hui Zhu  <hui@codesourcery.com>
14512
14513         * gdb.base/attach.exp (do_command_attach_tests): New.
14514
14515 2014-03-20  Tom Tromey  <tromey@redhat.com>
14516             Pedro Alves  <palves@redhat.com>
14517
14518         PR cli/15718
14519         * gdb.base/condbreak-call-false.c: New file.
14520         * gdb.base/condbreak-call-false.exp: New file.
14521
14522 2014-03-20  Pedro Alves  <palves@redhat.com>
14523
14524         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14525         Delete.
14526         (block_signals, unblock_signals): Delete.
14527         (child_function_2, main): Remove references to deleted variable
14528         and functions.
14529
14530 2014-03-20  Pedro Alves  <palves@redhat.com>
14531
14532         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14533         Use pthread_kill to signal thread 2.
14534         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14535         Adjust to make the test send itself a signal rather than using the
14536         host's "kill" command.
14537
14538 2014-03-20  Pedro Alves  <palves@redhat.com>
14539
14540         * gdb.threads/multiple-step-overs.c: New file.
14541         * gdb.threads/multiple-step-overs.exp: New file.
14542         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14543         Adjust expected infrun debug output.
14544
14545 2014-03-20  Pedro Alves  <palves@redhat.com>
14546
14547         * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14548         * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14549
14550 2014-03-20  Pedro Alves  <palves@redhat.com>
14551
14552         PR breakpoints/7143
14553         * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14554         old gnats gdb/38.  Remove kfail.  Adjust to use gdb_test instead
14555         of gdb_test_multiple.
14556         * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14557         * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14558
14559 2014-03-20  Pedro Alves  <palves@redhat.com>
14560
14561         * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14562         * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14563
14564 2014-03-19  Pedro Alves  <palves@redhat.com>
14565
14566         * gdb.base/async.exp: Remove early return.
14567
14568 2014-03-19  Pedro Alves  <palves@redhat.com>
14569
14570         * gdb.base/async.exp (step& tests): Pass explicit test messages.
14571
14572 2014-03-19  Pedro Alves  <palves@redhat.com>
14573
14574         * gdb.base/async.exp (test_background): Expect \r\n after
14575         "completed." in the fail pattern.
14576
14577 2014-03-19  Pedro Alves  <palves@redhat.com>
14578
14579         * gdb.base/async.exp (test_background): New procedure.
14580         Use it for all background execution command tests.
14581
14582 2014-03-19  Pedro Alves  <palves@redhat.com>
14583
14584         * gdb.base/async.exp: Use prepare_for_testing.
14585
14586 2014-03-19  Pedro Alves  <palves@redhat.com>
14587
14588         * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
14589         the same line.
14590
14591 2014-03-19  Pedro Alves  <palves@redhat.com>
14592
14593         * gdb.base/async.c (main): Add "jump here" and "until here" line
14594         marker comments.
14595         * gdb.base/async.exp (jump_here): New global.
14596         (jump& test): Use it.
14597         (until_here): New global.
14598         (until& test): Use it.
14599
14600 2014-03-19  Pedro Alves  <palves@redhat.com>
14601
14602         * gdb.base/async.exp: Don't frob gdb_protocol.
14603
14604 2014-03-18  Doug Evans  <xdje42@gmail.com>
14605
14606         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
14607         Fix spelling of exec-done-display.
14608
14609 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
14610
14611         PR gdb/15358
14612         * gdb.base/gdb-sigterm.c: New file.
14613         * gdb.base/gdb-sigterm.exp: New file.
14614
14615 2014-03-18  Pedro Alves  <palves@redhat.com>
14616
14617         PR gdb/13860
14618         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14619         * lib/mi-support.exp (mi_expect_stop): Add special handling for
14620         solib-event.
14621
14622 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
14623
14624         * gdb.ada/pckd_arr_ren: New testcase.
14625
14626 2014-03-13  Doug Evans  <xdje42@gmail.com>
14627
14628         PR guile/16612
14629         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14630         collect after discarding symbols.
14631
14632 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
14633             Doug Evans  <xdje42@gmail.com>
14634
14635         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14636         to history survives a gc.
14637
14638 2014-03-13  Pedro Alves  <palves@redhat.com>
14639
14640         * gdb.base/default.exp: Don't test "target procfs".
14641
14642 2014-03-13  Pedro Alves  <palves@redhat.com>
14643
14644         * gdb.base/default.exp: Update "target child" and "target procfs"
14645         tests to not expect "Unix".
14646
14647 2014-03-12  Tom Tromey  <tromey@redhat.com>
14648
14649         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14650         New procs.  Add target-async tests.
14651         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14652         Add target-async tests.
14653
14654 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14655
14656         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14657         'func_start' and 'func_end' for the beginning and end of the
14658         function code, respectively.
14659         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14660         'func_end' instead of 'func' and 'main'.
14661
14662 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14663
14664         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14665         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14666         generate the debug info assembler source.
14667
14668 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14669
14670         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14671         * gdb.dwarf2/arr-subrange.exp: Likewise.
14672         * gdb.dwarf2/dwz.exp: Likewise.
14673         * gdb.dwarf2/method-ptr.exp: Likewise.
14674         * gdb.dwarf2/missing-sig-type.exp: Likewise.
14675         * gdb.dwarf2/subrange.exp: Likewise.
14676         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14677         * gdb.dwarf2/implptrpiece.exp: Likewise.
14678         * gdb.dwarf2/nostaticblock.exp: Likewise.
14679
14680 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14681
14682         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14683         directory to absolute path name arguments.
14684
14685 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
14686
14687         * gdb.ada/tagged_access: New testcase.
14688
14689 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
14690
14691         * gdb.btrace/data.exp: Update expected output.
14692
14693 2014-03-06  Yao Qi  <yao@codesourcery.com>
14694
14695         * gdb.trace/pr16508.exp: New file.
14696
14697 2014-03-05  Pedro Alves  <palves@redhat.com>
14698
14699         PR gdb/16575
14700         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14701         procedure.
14702         (top level): Adjust to use it.  Add tests that exercise breakpoint
14703         interaction with the code-cache.
14704
14705 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
14706
14707         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14708         test for 'history-append!'.
14709
14710 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14711
14712         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14713         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14714         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14715         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14716         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14717         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14718
14719 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14720
14721         * testsuite/gdb.python/py-pp-re-notag.c: New file.
14722         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14723         * testsuite/gdb.python/py-pp-re-notag.p: New file.
14724
14725 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14726
14727         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14728
14729 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14730
14731         * gdb.dwarf2/arr-stride.c: New file.
14732         * gdb.dwarf2/arr-stride.exp: New file.
14733
14734 2014-02-26  Pedro Alves  <palves@redhat.com>
14735
14736         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14737         that won't ever trigger.  Make sure that GDB reports the correct
14738         breakpoint that caused the stop.
14739
14740 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
14741
14742         PR gdb/16626
14743         * gdb.base/auto-load-script: New file.
14744         * gdb.base/auto-load.c: New file.
14745         * gdb.base/auto-load.exp: New file.
14746
14747         PR gdb/16626
14748         * gdb.base/auto-load.exp: Fix out-of-srctree run.
14749
14750 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
14751
14752         Fix dw2-icycle.exp -fsanitize=address GDB crash.
14753         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14754
14755 2014-02-24  Doug Evans  <dje@google.com>
14756
14757         * lib/gdb.exp (run_on_host): Log error output if program fails.
14758
14759 2014-02-21  Pedro Alves  <palves@redhat.com>
14760
14761         * gdb.threads/step-after-sr-lock.c: Rename to ...
14762         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14763         * gdb.threads/step-after-sr-lock.exp: Rename to ...
14764         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14765         ... this.
14766
14767 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
14768
14769         PR tdep/16397
14770         * gdb.arch/amd64-stap-special-operands.exp: New file.
14771         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14772         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14773         * gdb.arch/amd64-stap-triplet.S: Likewise.
14774         * gdb.arch/amd64-stap-triplet.c: Likewise.
14775
14776 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
14777
14778         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14779         in .section pseudo-op.
14780
14781 2014-02-20  lin zuojian  <manjian2006@gmail.com>
14782             Joel Brobecker  <brobecker@adacore.com>
14783             Doug Evans  <xdje42@gmail.com>
14784
14785         PR symtab/16581
14786         * gdb.dwarf2/dw2-icycle.S: New file.
14787         * gdb.dwarf2/dw2-icycle.c: New file.
14788         * gdb.dwarf2/dw2-icycle.exp: New file.
14789
14790 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
14791
14792         * gdb.python/py-value-cc.cc: Improve test case to enable testing
14793         operations on gdb.Value objects.
14794         * gdb.python/py-value-cc.exp: Add new test to test operations on
14795         gdb.Value objects.
14796
14797 2014-02-18  Doug Evans  <dje@google.com>
14798
14799         * Makefile.in (TESTS): New variable.
14800         (expanded_tests, expanded_tests_or_none): New variables
14801         (check-single): Pass $(expanded_tests_or_none) to runtest.
14802         (check-parallel): Only run tests in $(TESTS) if non-empty.
14803         (check/no-matching-tests-found): New rule.
14804         * README: Document TESTS makefile variable.
14805
14806 2014-02-18  Doug Evans  <dje@google.com>
14807
14808         * Makefile.in (check-parallel): rm -rf outputs temp.
14809
14810 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
14811
14812         Fix "ERROR: no fileid for" in the testsuite.
14813         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14814
14815 2014-02-12  Doug Evans  <dje@google.com>
14816
14817         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14818         (MISCELLANEOUS): New variable.
14819         (clean): rm -rf $(MISCELLANEOUS).
14820         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14821         dwp live in the same directory as symlinks, with each symlink pointed
14822         to a differently named file in a different directory.
14823
14824 2014-02-11  Doug Evans  <dje@google.com>
14825
14826         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
14827         of Tcl file commands.
14828
14829 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
14830
14831         * gdb.threads/step-after-sr-lock.exp: Avoid executing
14832         "kill -SIGUSR1 -1".
14833
14834 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
14835
14836         * gdb.ada/tick_length_array_enum_idx: New testcase.
14837
14838 2014-02-10  Doug Evans  <xdje42@gmail.com>
14839
14840         * configure.ac (AC_OUTPUT): Add gdb.guile.
14841         * configure: Regenerate.
14842         * lib/gdb-guile.exp: New file.
14843         * lib/gdb.exp (get_target_charset): New function.
14844         * gdb.base/help.exp: Update expected output from "apropos apropos".
14845         * gdb.guile/Makefile.in: New file.
14846         * gdb.guile/guile.exp: New file.
14847         * gdb.guile/scm-arch.c: New file.
14848         * gdb.guile/scm-arch.exp: New file.
14849         * gdb.guile/scm-block.c: New file.
14850         * gdb.guile/scm-block.exp: New file.
14851         * gdb.guile/scm-breakpoint.c: New file.
14852         * gdb.guile/scm-breakpoint.exp: New file.
14853         * gdb.guile/scm-disasm.c: New file.
14854         * gdb.guile/scm-disasm.exp: New file.
14855         * gdb.guile/scm-equal.c: New file.
14856         * gdb.guile/scm-equal.exp: New file.
14857         * gdb.guile/scm-error.exp: New file.
14858         * gdb.guile/scm-error.scm: New file.
14859         * gdb.guile/scm-frame-args.c: New file.
14860         * gdb.guile/scm-frame-args.exp: New file.
14861         * gdb.guile/scm-frame-args.scm: New file.
14862         * gdb.guile/scm-frame-inline.c: New file.
14863         * gdb.guile/scm-frame-inline.exp: New file.
14864         * gdb.guile/scm-frame.c: New file.
14865         * gdb.guile/scm-frame.exp: New file.
14866         * gdb.guile/scm-generics.exp: New file.
14867         * gdb.guile/scm-gsmob.exp: New file.
14868         * gdb.guile/scm-iterator.c: New file.
14869         * gdb.guile/scm-iterator.exp: New file.
14870         * gdb.guile/scm-math.c: New file.
14871         * gdb.guile/scm-math.exp: New file.
14872         * gdb.guile/scm-objfile-script-gdb.in: New file.
14873         * gdb.guile/scm-objfile-script.c: New file.
14874         * gdb.guile/scm-objfile-script.exp: New file.
14875         * gdb.guile/scm-objfile.c: New file.
14876         * gdb.guile/scm-objfile.exp: New file.
14877         * gdb.guile/scm-ports.exp: New file.
14878         * gdb.guile/scm-pretty-print.c: New file.
14879         * gdb.guile/scm-pretty-print.exp: New file.
14880         * gdb.guile/scm-pretty-print.scm: New file.
14881         * gdb.guile/scm-section-script.c: New file.
14882         * gdb.guile/scm-section-script.exp: New file.
14883         * gdb.guile/scm-section-script.scm: New file.
14884         * gdb.guile/scm-symbol.c: New file.
14885         * gdb.guile/scm-symbol.exp: New file.
14886         * gdb.guile/scm-symtab-2.c: New file.
14887         * gdb.guile/scm-symtab.c: New file.
14888         * gdb.guile/scm-symtab.exp: New file.
14889         * gdb.guile/scm-type.c: New file.
14890         * gdb.guile/scm-type.exp: New file.
14891         * gdb.guile/scm-value-cc.cc: New file.
14892         * gdb.guile/scm-value-cc.exp: New file.
14893         * gdb.guile/scm-value.c: New file.
14894         * gdb.guile/scm-value.exp: New file.
14895         * gdb.guile/source2.scm: New file.
14896         * gdb.guile/types-module.cc: New file.
14897         * gdb.guile/types-module.exp: New file.
14898
14899 2014-02-10  Yao Qi  <yao@codesourcery.com>
14900
14901         PR testsuite/16543
14902         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14903         * configure: Regenerated.
14904         * Makefile.in: New file.
14905
14906 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
14907
14908         * gdb.python/py-framefilter.exp: Fix typo.
14909
14910 2014-02-08  Yao Qi  <yao@codesourcery.com>
14911
14912         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14913         that no =breakpoint-modified is emitted when breakpoints are
14914         modified through MI commands.
14915
14916 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
14917             Pedro Alves  <palves@redhat.com>
14918
14919         * gdb.threads/step-after-sr-lock.c: New file.
14920         * gdb.threads/step-after-sr-lock.exp: New file.
14921
14922 2014-02-07  Pedro Alves  <palves@redhat.com>
14923
14924         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14925
14926 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
14927
14928         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14929         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14930
14931 2014-02-06  Doug Evans  <xdje42@gmail.com>
14932
14933         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14934         output.
14935
14936         * gdb.gdb/python-interrupts.exp: New file.
14937
14938 2014-02-05  Yao Qi  <yao@codesourcery.com>
14939
14940         * gdb.trace/report.exp (use_collected_data): Test the output
14941         of "info threads" and "info inferiors".
14942
14943 2014-02-05  Yao Qi  <yao@codesourcery.com>
14944
14945         Revert this patch:
14946
14947         2013-05-24  Yao Qi  <yao@codesourcery.com>
14948
14949         * gdb.trace/tfile.exp: Test inferior and thread.
14950
14951 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
14952
14953         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14954         on a function.
14955         * gdb.base/step-bt.c: Call hello via function pointer to make
14956         sure its first instruction is executed on powerpc64le-linux.
14957
14958 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
14959
14960         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14961
14962 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
14963
14964         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
14965         of the test patterns for use on little-endian systems.
14966
14967 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
14968
14969         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14970         (decimal_vector): Fix for little-endian.
14971
14972 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
14973
14974         * gdb.arch/sparc-sysstep.exp: New file.
14975         * gdb.arch/sparc-sysstep.c: Likewise.
14976
14977         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14978
14979 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
14980
14981         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14982
14983 2014-01-23  Tom Tromey  <tromey@redhat.com>
14984
14985         * gdb.ada/array_char_idx: New testcase.
14986
14987 2014-01-23  Tom Tromey  <tromey@redhat.com>
14988
14989         PR python/16487:
14990         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14991         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14992         classes.
14993
14994 2014-01-23  Tom Tromey  <tromey@redhat.com>
14995
14996         PR python/16491:
14997         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14998         string from an inferior frame.
14999         * gdb.python/py-framefilter-mi.exp: Update.
15000
15001 2014-01-22  Doug Evans  <dje@google.com>
15002
15003         * gdb.server/server-mon.exp: Add tests for "set debug-format".
15004
15005 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15006
15007         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15008
15009 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15010
15011         * gdb.trace/entry-values.exp: Remove excess space character from
15012         regex patterns.  Handle s390 call instruction.
15013
15014 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15015
15016         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15017         define "*_start" label.  Make "name" static.
15018         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15019         ${name} by references to ${name}_start.
15020
15021 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15022
15023         * gdb.base/info-macros.exp: Remove "debug" from the compile
15024         options.
15025
15026 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
15027
15028         * gdb.dlang/demangle.exp: New file.
15029
15030 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
15031
15032         * gdb.dlang/primitive-types.exp: New file.
15033
15034 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
15035
15036         * configure.ac: Create gdb.dlang/Makefile.
15037         * configure: Regenerate.
15038         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15039         * gdb.dlang/Makefile.in: New file.
15040         * lib/d-support.exp: New file.
15041         * lib/gdb.exp (skip_d_tests): New proc.
15042
15043 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15044
15045         * gdb.btrace/delta.exp: Check reverse stepi.
15046         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
15047         * gdb.btrace/finish.exp: New.
15048         * gdb.btrace/next.exp: New.
15049         * gdb.btrace/nexti.exp: New.
15050         * gdb.btrace/record_goto.c: Add comments.
15051         * gdb.btrace/step.exp: New.
15052         * gdb.btrace/stepi.exp: New.
15053         * gdb.btrace/multi-thread-step.c: New.
15054         * gdb.btrace/multi-thread-step.exp: New.
15055         * gdb.btrace/rn-dl-bind.c: New.
15056         * gdb.btrace/rn-dl-bind.exp: New.
15057         * gdb.btrace/data.c: New.
15058         * gdb.btrace/data.exp: New.
15059         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15060
15061 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15062
15063         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15064         * gdb.btrace/exception.exp: Update.
15065         * gdb.btrace/instruction_history.exp: Update.
15066         * gdb.btrace/record_goto.exp: Update.
15067         * gdb.btrace/tailcall.exp: Update.
15068         * gdb.btrace/unknown_functions.exp: Update.
15069         * gdb.btrace/delta.exp: New.
15070
15071 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15072
15073         * gdb.btrace/record_goto.exp: Add backtrace test.
15074         * gdb.btrace/tailcall.exp: Add backtrace test.
15075
15076 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15077
15078         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15079         * gdb.btrace/record_goto.c: New.
15080         * gdb.btrace/record_goto.exp: New.
15081         * gdb.btrace/x86-record_goto.S: New.
15082
15083 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15084
15085         * gdb.btrace/function_call_history.exp: Update tests.
15086         * gdb.btrace/instruction_history.exp: Update tests.
15087
15088 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15089
15090         * gdb.btrace/function_call_history.exp: Fix expected field
15091         order for "record function-call-history".
15092         Add new tests for "record function-call-history /c".
15093         * gdb.btrace/exception.cc: New.
15094         * gdb.btrace/exception.exp: New.
15095         * gdb.btrace/tailcall.exp: New.
15096         * gdb.btrace/x86-tailcall.S: New.
15097         * gdb.btrace/x86-tailcall.c: New.
15098         * gdb.btrace/unknown_functions.c: New.
15099         * gdb.btrace/unknown_functions.exp: New.
15100         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15101
15102 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15103
15104         * gdb.btrace/instruction_history.exp: Update.
15105         * gdb.btrace/function_call_history.exp: Update.
15106
15107 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15108
15109         * gdb.btrace/function_call_history.exp: Fix expected function
15110         trace.
15111         * gdb.btrace/instruction_history.exp: Initialize traced.
15112         Remove traced_functions.
15113
15114 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15115
15116         * gdb.btrace/function_call_history.exp: Update
15117         * gdb.btrace/instruction_history.exp: Update.
15118
15119 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15120
15121         * gdb.btrace/enable.exp: Update expected text.
15122
15123 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
15124
15125         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15126         bytes.
15127
15128 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
15129
15130         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15131
15132 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
15133
15134         * lib/gdb.exp (supports_process_record): Return true for
15135         arm*-linux*.  (supports_reverse): Likewise.
15136
15137 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
15138
15139         PR python/15464
15140         PR python/16113
15141         * gdb.python/py-type.c: Enhance test case.
15142         * gdb.python/py-value-cc.cc: Likewise
15143         * gdb.python/py-type.exp: Add new tests.
15144         * gdb.python/py-value-cc.exp: Likewise
15145
15146 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15147             Pedro Alves <palves@redhat.com>
15148
15149         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15150         Make "name" extern.
15151         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15152         references to ${name}_start by references to ${name}.
15153
15154 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
15155
15156         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15157
15158 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
15159
15160         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15161
15162 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
15163             Pedro Alves  <palves@redhat.com>
15164
15165         * gdb.mi/mi-info-os.exp: Connect to the target with
15166         mi_gdb_target_load.
15167
15168 2014-01-08  Pedro Alves  <palves@redhat.com>
15169
15170         * gdb.threads/reconnect-signal.c: New file.
15171         * gdb.threads/reconnect-signal.exp: New file.
15172
15173 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
15174
15175         * gdb.base/source-dir.exp: New file.
15176
15177 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
15178
15179         * gdb.ada/mi_interface: New testcase.
15180
15181 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
15182
15183         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15184         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15185         gdb.ada/pp-rec-component/pck.ads: New files.
15186
15187 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
15188
15189         * gdb.python/py-pp-integral.c: New file.
15190         * gdb.python/py-pp-integral.py: New file.
15191         * gdb.python/py-pp-integral.exp: New file.
15192
15193 For older changes see ChangeLog-1993-2013.
15194 \f
15195 ;; Local Variables:
15196 ;; mode: change-log
15197 ;; left-margin: 8
15198 ;; fill-column: 74
15199 ;; version-control: never
15200 ;; End:
15201
15202     Copyright 2014-2018 Free Software Foundation, Inc.
15203   Copying and distribution of this file, with or without modification,
15204   are permitted provided the copyright notice and this notice are preserved.