gdb/riscv: Update test to handle targets without an fpu
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2018-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
2
3         * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4
5 2018-12-09  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
6
7         * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
8         (reuse_time): Initialize to REUSE_TIME_CAP.
9         (check_rc): New function.
10         (main): Use REUSE_TIME_CAP instead of hardcoded 60.
11         Check pthread_create rc.
12         (spawner_thread_func): Check pthread_create and pthread_join rc.
13
14 2018-12-08  Pedro Alves  <palves@redhat.com>
15
16         * gdb.base/list.exp (test_forward_search): Rename to ...
17         (test_forward_reverse_search): ... this.  Also test reverse-search
18         and the forward-search alias.
19
20 2018-12-05  Andrew Burgess  <andrew.burgess@embecosm.com>
21
22         * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
23         local timeout variable before return, and remove all local timeout
24         variable entirely.
25         (gdb_load): Likewise.
26
27 2018-12-01  Tom de Vries  <tdevries@suse.de>
28
29         * gdb.base/gdb-caching-proc.exp: New file.
30
31 2018-11-25  Sergio Durigan Junior  <sergiodj@redhat.com>
32
33         * Makefile.in (TIMESTAMP): New variable.
34         (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
35         command.
36         (check-single-racy): Likewise.
37         (check/%.exp): Likewise.
38         (check-racy/%.exp): Likewise.
39         (workers/%.worker): Likewise.
40         (build-perf): Likewise.
41         (check-perf): Likewise.
42         * README: Describe new "TS" and "TS_FORMAT" variables.
43         * print-ts.py: New file.
44
45 2018-11-21  Benno Fünfstück  <benno.fuenfstueck@gmail.com>
46
47         PR python/23714
48         * gdb.python/python.exp: Test command repetition after
49         gdb.execute.
50
51 2018-11-20  Andrew Burgess  <andrew.burgess@embecosm.com>
52
53         * gdb.opt/inline-break.exp: Add test that info breakpoint output
54         is correctly aligned.
55
56 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
57
58         * gdb.ada/info_auto_lang.exp: New testcase.
59         * gdb.ada/info_auto_lang/global_pack.ads: New file.
60         * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
61         * gdb.ada/info_auto_lang/some_c.c: New file.
62
63 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
64
65         * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
66         FUNC_lang language syntax.
67
68 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
69
70         * gdb.base/info_minsym.c: New file.
71         * gdb.base/info_minsym.exp: New file.
72
73 2018-11-19  Tom Tromey  <tom@tromey.com>
74
75         PR rust/23625:
76         * gdb.rust/simple.exp: Add ptype test.  Update expected output.
77         * gdb.rust/expr.exp: Update expected output.  Change one test.
78
79 2018-11-19  Tom Tromey  <tom@tromey.com>
80
81         * gdb.rust/simple.rs: Don't initialize empty_enum_value.
82
83 2018-11-19  Pedro Alves  <palves@redhat.com>
84
85         * gdb.base/warning.exp: Don't override INTERNAL_FLAGS.  Use
86         gdb_spawn_with_cmdline_opts instead of gdb_start.  Check that we
87         see the expected warning.
88
89 2018-11-16  Alan Hayward  <alan.hayward@arm.com>
90
91         PR gdb/22736:
92         * gdb.cp/infcall-nodebug-lib.c: New test.
93         * gdb.cp/infcall-nodebug-main.c: New test.
94         * gdb.cp/infcall-nodebug.exp: New file.
95
96 2018-11-12  Simon Marchi  <simon.marchi@polymtl.ca>
97
98         * gdb.base/skip.exp: Add standard_testfile.  Add "skip delete"
99         completer tests.
100
101 2018-11-09  Tom de Vries  <tdevries@suse.de>
102
103         * gdb.base/msym-lang.c: New test.
104         * gdb.base/msym-lang.exp: New file.
105         * gdb.base/msym-lang-main.c: New test.
106
107 2018-11-08  Tom Tromey  <tom@tromey.com>
108
109         PR gdb/23555:
110         PR gdb/23838:
111         * gdb.base/warning.exp: New file.
112
113 2018-11-08  Jan Beulich  <jbeulich@suse.com>
114
115         * testsuite/gdb.arch/i386-avx512.c,
116         testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
117
118 2018-11-08  Andrew Burgess  <andrew.burgess@embecosm.com>
119
120         * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
121         point hardware.
122
123 2018-11-07  Andrew Burgess  <andrew.burgess@embecosm.com>
124
125         * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
126         * gdb.dwarf2/missing-type-name.exp: New file.
127
128 2018-11-06  Tom de Vries  <tdevries@suse.de>
129
130         * gdb.base/many-headers.c: New test.
131         * gdb.base/many-headers.exp: New file.
132
133 2018-11-06  Jim Wilson  <jimw@sifive.com>
134
135         * gdb.base/code_elim.exp: For riscv, set additional_flags
136         to include -msmall-data-limit=0.
137
138 2018-11-01  Joel Brobecker  <brobecker@adacore.com>
139
140         * gdb.ada/watch_minus_l: New testcase.
141
142 2018-11-01  Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
143
144         * gdb.arch/aix-sighandle.c: New file.
145         * gdb.arch/aix-sighandle.exp: New file.
146
147 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
148
149         * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
150         registers being unions.
151
152 2018-10-31  Tom de Vries  <tdevries@suse.de>
153
154         * lib/valgrind.exp: New file.
155          (vgdb_start, vgdb_stop): New procs, factored out of ...
156         * gdb.base/valgrind-bt.exp: ... here, ...
157         * gdb.base/valgrind-disp-step.exp: ... here and ...
158         * gdb.base/valgrind-infcall.exp: ... here.
159
160 2018-10-31  Tom de Vries  <tdevries@suse.de>
161
162         * lib/gdb.exp (get_valueof): Don't output read value in test name.
163
164 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
165
166         * gdb.dwarf2/void-type.c: New file.
167         * gdb.dwarf2/void-type.exp: New file.
168
169 2018-10-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
170
171         * gdb.base/info_qt.c: New file.
172         * gdb.base/info_qt.exp: New file.
173
174 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
175
176         * gdb.arch/powerpc-htm-regs.c: New file.
177         * gdb.arch/powerpc-htm-regs.exp: New file.
178
179 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
180
181         * gdb.arch/powerpc-tar.c: New file.
182         * gdb.arch/powerpc-tar.exp: New file.
183
184 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
185
186         * gdb.arch/powerpc-ppr-dscr.c: New file.
187         * gdb.arch/powerpc-ppr-dscr.exp: New file.
188
189 2018-10-25  Tom de Vries  <tdevries@suse.de>
190
191         * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
192
193 2018-10-24  Tom de Vries  <tdevries@suse.de>
194
195         * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
196         longer exists error.
197
198 2018-10-24  Tom de Vries  <tdevries@suse.de>
199
200         * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
201
202 2018-10-24  Tom de Vries  <tdevries@suse.de>
203
204         * gdb.base/valgrind-db-attach.exp: Handle removed support for
205         --db-attach in valgrind.
206
207 2018-10-23  Andrew Burgess  <andrew.burgess@embecosm.com>
208
209         * gdb.arch/riscv-reg-aliases.c: New file.
210         * gdb.arch/riscv-reg-aliases.exp: New file.
211
212 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
213
214         * gdb.python/py-cmd.exp: Check for gdb_prompt.
215
216 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
217
218         * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
219
220 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
221
222         * gdb.cp/ovldbreak.exp: Fix regexps.
223
224 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
225
226         * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
227
228 2018-10-18  Sergio Durigan Junior  <sergiodj@redhat.com>
229
230         PR cli/23785
231         * gdb.base/restore.exp: New test to check if "restore" with an
232         invalid file doesn't segfault.
233
234 2018-10-18  Tom de Vries  <tdevries@suse.de>
235
236         * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
237         * gdb.ada/excep_handle.exp: Same.
238         * gdb.ada/mi_string_access.exp: Same.
239         * gdb.ada/mi_var_union.exp: Same.
240         * gdb.arch/arc-analyze-prologue.exp: Same.
241         * gdb.arch/arc-decode-insn.exp: Same.
242         * gdb.base/readnever.exp: Same.
243         * gdb.fortran/printing-types.exp: Same.
244         * gdb.guile/scm-lazy-string.exp: Same.
245
246 2018-10-16  Tom de Vries  <tdevries@suse.de>
247
248         PR gdb/23730
249         * gdb.base/catch-follow-exec.c: Add copyright notice.
250         * gdb.base/catch-follow-exec.exp: Rewrite to use
251         gdb_spawn_with_cmdline_opts.  Require gdb-native.
252
253 2018-10-12  Sandra Loosemore  <sandra@codesourcery.com>
254
255         * gdb.trace/actions-changed.exp: Check for arch support.
256         * gdb.trace/actions.exp: Likewise.
257         * gdb.trace/ax.exp: Likewise.
258         * gdb.trace/backtrace.exp: Likewise.
259         * gdb.trace/change-loc.exp: Likewise.
260         * gdb.trace/deltrace.exp: Likewise.
261         * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
262         * gdb.trace/ftrace.exp: Likewise.
263         * gdb.trace/infotrace.exp: Check for arch support.
264         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
265         * gdb.trace/mi-tracepoint-changed.exp: Likewise.
266         * gdb.trace/mi-tsv-changed.exp: Likewise.
267         * gdb.trace/packetlen.exp: Likewise.
268         * gdb.trace/passc-dyn.exp: Likewise.
269         * gdb.trace/passcount.exp: Likewise.
270         * gdb.trace/pending.exp: Likewise.
271         * gdb.trace/range-stepping.exp: Check for shlib support.
272         * gdb.trace/report.exp: Check for arch support.
273         * gdb.trace/save-trace.exp: Likewise.
274         * gdb.trace/signal.exp: Check for signal support.
275         * gdb.trace/tfind.exp: Check for arch support.
276         * gdb.trace/trace-break.exp: Check for arch and shlib support.
277         * gdb.trace/trace-common.h: Add comment.
278         * gdb.trace/trace-condition.exp: Check for shlib and arch support.
279         * gdb.trace/trace-enable-disable.exp: Likewise.
280         * gdb.trace/trace-mt.exp: Likewise.  Remove redundant untested call.
281         * gdb.trace/tracecmd.exp: Check for arch support.
282         * gdb.trace/tspeed.exp: Check for shlib and target support.
283         * gdb.trace/tstatus.exp: Check for arch support.
284         * gdb.trace/tsv.exp: Likewise.
285         * gdb.trace/while-dyn.exp: Likewise.
286         * gdb.trace/while-stepping.exp: Likewise.
287         * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
288
289 2018-10-12  Simon Marchi  <simon.marchi@ericsson.com>
290
291         * gdb.trace/tspeed.exp: Remove nowarnings.
292         (prepare_for_trace_test): Declare "global ipalib".
293         * gdb.trace/tspeed.c: Include unistd.h.
294         (main): Remove superfluous printf argument.
295
296 2018-10-11  Sandra Loosemore  <sandra@codesourcery.com>
297
298         * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
299         directory prefix on the filename.
300
301 2018-10-10  Sergio Durigan Junior  <sergiodj@redhat.com>
302
303         * gdb.gdb/unittest.exp: Update expected message informing that
304         selftests have been disabled.
305         * gdb.server/unittest.exp: Likewise.
306
307 2018-10-09  Tom de Vries  <tdevries@suse.de>
308
309         * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
310         with runto_main.
311
312 2018-10-08  Weimin Pan  <weimin.pan@oracle.com>
313
314         PR c++/16841
315         * gdb.cp/virtbase2.cc: New file.
316         * gdb.cp/virtbase2.exp: New file.
317
318 2018-10-06  Tom Tromey  <tom@tromey.com>
319
320         PR python/19399:
321         * gdb.python/py-inferior.exp: Add architecture test.
322
323 2018-10-06  Tom Tromey  <tom@tromey.com>
324
325         * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
326         * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
327
328 2018-10-06  Tom Tromey  <tom@tromey.com>
329
330         * gdb.python/py-breakpoint.exp (check_last_event): Check location
331         of a "throw" catchpoint.
332
333 2018-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
334
335         * gdb.base/info-proc.exp: Update string expected from "help info
336         proc".
337
338 2018-10-04  Tom Tromey  <tom@tromey.com>
339
340         * gdb.cp/maint.exp (test_invalid_name): Update expected output.
341         * gdb.gdb/complaints.exp (test_short_complaints): Remove.
342         (test_initial_complaints, test_empty_complaints): Update.
343         * gdb.dwarf2/dw2-stack-boundary.exp: Update.
344
345 2018-10-04  Tom Tromey  <tom@tromey.com>
346
347         PR cli/19551:
348         * lib/mi-support.exp (mi_gdb_file_cmd): Update.
349         * lib/gdb.exp (gdb_file_cmd): Update.
350         * gdb.stabs/weird.exp (print_weird_var): Update.
351         * gdb.server/solib-list.exp: Update.
352         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
353         * gdb.mi/mi-cli.exp: Update.
354         * gdb.linespec/linespec.exp: Update.
355         * gdb.dwarf2/dw2-stack-boundary.exp: Update.
356         * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
357         * gdb.cp/cp-relocate.exp: Update.
358         * gdb.base/sym-file.exp: Update.
359         * gdb.base/relocate.exp: Update.
360         * gdb.base/readnever.exp: Update.
361         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
362         * gdb.base/kill-detach-inferiors-cmd.exp: Update.
363         * gdb.base/dbx.exp (gdb_file_cmd): Update.
364         * gdb.base/code_elim.exp: Update.
365         * gdb.base/break-unload-file.exp (test_break): Update.
366         * gdb.base/break-interp.exp (test_attach_gdb): Update.
367         * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
368         Update.
369         * gdb.base/attach.exp (do_attach_tests): Update.
370         * gdb.base/sepdebug.exp: Update.
371         * gdb.python/py-section-script.exp: Update.
372
373 2018-10-04  Tom Tromey  <tom@tromey.com>
374
375         PR cli/22234:
376         * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
377         * gdb.gdb/complaints.exp (test_short_complaints): Update expected
378         output.
379
380 2018-10-04  Tom Tromey  <tom@tromey.com>
381
382         * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
383         set width and height to 0.
384         (test_command_line_attach_run): Use -quiet.
385
386 2018-10-03  Sandra Loosemore  <sandra@codesourcery.com>
387
388         * lib/gdb.exp (skip_ifunc_tests): New.
389         * gdb.base/gnu-ifunc.exp: Skip if no ifunc support.  Handle
390         other compile failures.
391         * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
392
393 2018-10-01  Simon Marchi  <simon.marchi@ericsson.com>
394
395         * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
396         is_amd64_regs_target.
397
398 2018-10-01  Alan Hayward  <alan.hayward@arm.com>
399
400         * gdb.arch/aarch64-sighandler-regs.c: New test.
401         * gdb.arch/aarch64-sighandler-regs.exp: New file.
402         * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
403
404 2018-10-01  Markus Metzger  <markus.t.metzger@intel.com>
405
406         * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
407         assembly.
408
409 2018-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
410
411         * gdb.base/frame-selection.exp: New file.
412         * gdb.base/frame-selection.c: New file.
413
414 2018-09-27  Alan Hayward  <alan.hayward@arm.com>
415
416         * gdb.threads/check-libthread-db.c (thread_routine): Use a
417         pthread barrier.
418         (main): Likewise.
419
420 2018-09-26  Andrew Burgess  <andrew.burgess@embecosm.com>
421
422         * gdb.base/large-frame-1.c: New file.
423         * gdb.base/large-frame-2.c: New file.
424         * gdb.base/large-frame.exp: New file.
425         * gdb.base/large-frame.h: New file.
426
427 2018-09-24  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
428
429         PR gdb/20948
430         * gdb.base/write_mem.exp: New test.
431         * gdb.base/write_mem.c: Likewise.
432
433 2018-09-23  Tom Tromey  <tom@tromey.com>
434
435         PR python/18852:
436         * gdb.python/py-parameter.exp: Add test for parameter that throws
437         on "set".
438
439 2018-09-23  Tom Tromey  <tom@tromey.com>
440
441         PR python/17284:
442         * gdb.python/py-template.exp (test_template_arg): Add test for
443         negative template argument number.
444
445 2018-09-23  Tom Tromey  <tom@tromey.com>
446
447         PR python/14062:
448         * gdb.python/python.exp: Add test for post_event error.
449
450 2018-09-23  Tom Tromey  <tom@tromey.com>
451
452         PR python/18170:
453         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
454         convert pointers to int and long.
455
456 2018-09-23  Tom Tromey  <tom@tromey.com>
457
458         PR python/20126:
459         * gdb.python/py-value.exp (test_value_numeric_ops): Add
460         signed-ness conversion tests.
461
462 2018-09-23  Tom Tromey  <tom@tromey.com>
463
464         PR python/18352;
465         * gdb.python/py-value.exp (test_float_conversion): New proc.
466         Use it.
467
468 2018-09-20  Hafiz Abid Qadeer  <abidh@codesourcery.com>
469
470         gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
471
472 2018-09-18  Sandra Loosemore  <sandra@codesourcery.com>
473
474         * gdb.base/complete-empty.exp: Skip tab-completion tests if
475         no readline.
476         * gdb.base/utf8-identifiers.exp: Likewise.
477         * gdb.cp/cpcompletion.exp: Likewise.
478         * gdb.linespec/cpcompletion.exp: Likewise.
479         * gdb.linespec/cpls-abi-tag.exp: Likewise.
480         * gdb.linespec/cpls-ops.exp: Likewise.
481
482 2018-09-19  Richard Bunt  <richard.bunt@arm.com>
483             Chris January  <chris.january@arm.com>
484
485         * gdb.cp/koenig.exp: Extend to test logical short circuiting.
486         * gdb.fortran/short-circuit-argument-list.exp: New file.
487         * gdb.fortran/short-circuit-argument-list.f90: New test.
488
489 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
490
491         * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
492         "arch=" keyword when executing "-stack-list-frames".
493
494 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
495
496         * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
497         "arch=" keyword when executing "-stack-list-frames".
498
499 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
500
501         * gdb.ada/complete.exp: Expect for "@" when doing "complete
502         break ada".
503
504 2018-09-17  Simon Marchi  <simon.marchi@polymtl.ca>
505
506         PR python/23669
507         * gdb.python/python.exp: Test gdb.execute("show commands").
508
509 2018-09-16  Tom Tromey  <tom@tromey.com>
510
511         * gdb.base/new-ui.exp (do_execution_tests): Update.
512         * gdb.base/dbx.exp (test_breakpoints): Update.
513
514 2018-09-14  Alan Hayward  <alan.hayward@arm.com>
515
516         * lib/gdb.exp (gdb_simple_compile): Add proc.
517         (is_elf_target): Use gdb_simple_compile.
518         (skip_altivec_tests): Likewise.
519         (skip_vsx_tests): Likewise.
520         (skip_tsx_tests): Likewise.
521         (skip_btrace_tests): Likewise.
522         (skip_btrace_pt_tests): Likewise.
523         (gdb_can_simple_compile): Likewise.
524         (gdb_has_argv0): Likewise.
525         (gdb_target_symbol_prefix): Likewise.
526         (target_supports_scheduler_locking): Likewise.
527
528 2018-09-13  Tom Tromey  <tom@tromey.com>
529
530         * Makefile.in (TAGS): Recognize proc_with_prefix and
531         gdb_caching_proc.
532
533 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
534
535         * gdb.python/py-progspace.exp: Test the Progspace.objfiles
536         method.
537
538 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
539
540         * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
541         and a few other Inferior properties when the Inferior is no
542         longer valid.
543
544 2018-09-13  Tom Tromey  <tom@tromey.com>
545
546         PR rust/23650:
547         * gdb.rust/simple.exp: Add test for enum field access error.
548
549 2018-09-13  Tom Tromey  <tom@tromey.com>
550
551         PR rust/23626:
552         * gdb.rust/simple.rs (EmptyEnum): New type.
553         (main): Use it.
554         * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
555
556 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
557
558         * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
559         * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
560         * gdb.python/py-symtab.exp: Update test printing an objfile.
561
562 2018-09-12  Simon Marchi  <simon.marchi@ericsson.com>
563
564         * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
565         object.
566
567 2018-09-12  Alan Hayward  <alan.hayward@arm.com>
568
569         * lib/gdb.exp (gdb_can_simple_compile): Add proc.
570         (support_complex_tests): Use gdb_can_simple_compile.
571         (is_ilp32_target): Likewise.
572         (is_lp64_target): Likewise.
573         (is_64_target): Likewise.
574         (is_amd64_regs_target): Likewise.
575         (is_aarch32_target): Likewise.
576         (gdb_int128_helper): Likewise.
577
578 2018-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
579
580         * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
581
582 2018-09-10  Jerome Guitton  <guitton@adacore.com>
583
584         * gdb.ada/same_component_name: Add test for case of tagged record
585         with variable-length fields.
586
587 2018-09-10  Xavier Roirand  <roirand@adacore.com>
588
589         * gdb.ada/access_to_unbounded_array.exp: New testcase.
590         * gdb.ada/access_to_unbounded_array/foo.adb: New file.
591         * gdb.ada/access_to_unbounded_array/pack.adb: New file.
592         * gdb.ada/access_to_unbounded_array/pack.ads: New file.
593
594 2018-09-10  Xavier Roirand  <roirand@adacore.com>
595
596         * gdb.ada/mi_string_access.exp: New testcase.
597         * gdb.ada/mi_string_access/bar.adb: New file.
598         * gdb.ada/mi_string_access/pck.adb: New file.
599         * gdb.ada/mi_string_access/pck.asd: New file.
600
601 2018-09-10  Xavier Roirand  <roirand@adacore.com>
602
603         * gdb.ada/mi_var_union.exp: New testcase.
604         * gdb.ada/mi_var_union/bar.adb: New file.
605         * gdb.ada/mi_var_union/pck.adb: New file.
606         * gdb.ada/mi_var_union/pck.asd: New file.
607
608 2018-09-08  Tom Tromey  <tom@tromey.com>
609
610         * gdb.python/py-prettyprint.exp: Use with_test_prefix.
611
612 2018-09-08  Tom Tromey  <tom@tromey.com>
613
614         PR python/16047:
615         * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
616         (register_pretty_printers): Register new printer.
617         * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
618         test.
619         * gdb.python/py-prettyprint.c (int_type3): New typedef.
620         (an_int_type3): New global.
621
622 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
623
624         * gdb.ada/expr_with_funcall: New testcase.
625
626 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
627
628         * gdb.ada/packed_array_assign: New testcase.
629
630 2018-09-07  Andrew Burgess  <andrew.burgess@embecosm.com>
631
632         * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
633         names, and add test prefixes to make test names unique.
634
635 2018-09-05  Tom de Vries  <tdevries@suse.de>
636
637         * gdb.dwarf2/varval.exp: Add test.
638
639 2018-09-04  Gary Benson <gbenson@redhat.com>
640
641         * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
642         'eof' before 'wait -i'.  Use remote_close and clear_gdb_spawn_id.
643
644 2018-08-31  Tom Tromey  <tom@tromey.com>
645
646         * gdb.rust/simple.rs: Rename second variable "v".
647
648 2018-08-30  Andrew Burgess  <andrew.burgess@embecosm.com>
649
650         * gdb.base/funcargs.c (use_a): New function.
651         (recurse): Call use_a.
652
653 2018-08-29  Keith Seitz  <keiths@redhat.com>
654
655         * gdb.compile/compile-cplus-anonymous.cc: New file.
656         * gdb.compile/compile-cplus-anonymous.exp: New file.
657         * gdb.compile/compile-cplus-array-decay.cc: New file.
658         * gdb.compile/compile-cplus-array-decay.exp: New file.
659         * gdb.compile/compile-cplus-inherit.cc: New file.
660         * gdb.compile/compile-cplus-inherit.exp: New file.
661         * gdb.compile/compile-cplus-member.cc: New file.
662         * gdb.compile/compile-cplus-member.exp: New file.
663         * gdb.compile/compile-cplus-method.cc: New file.
664         * gdb.compile/compile-cplus-method.exp: New file.
665         * gdb.compile/compile-cplus-mod.c: "New" file.
666         * gdb.compile/compile-cplus-namespace.cc: New file.
667         * gdb.compile/compile-cplus-namespace.exp: New file.
668         * gdb.compile/compile-cplus-nested.cc: New file.
669         * gdb.compile/compile-cplus-nested.exp: New file.
670         * gdb.compile/compile-cplus-print.c: "New" file.
671         * gdb.compile/compile-cplus-print.exp: "New" file.
672         * gdb.compile/compile-cplus-virtual.cc: New file.
673         * gdb.compile/compile-cplus-virtual.exp: New file.
674         * gdb.compile/compile-cplus.c: "New" file.
675         * gdb.compile/compile-cplus.exp: "New" file.
676         * lib/compile-support.exp: New file.
677
678 2018-08-16  Gary Benson <gbenson@redhat.com>
679
680         PR gdb/13000:
681         * gdb.base/batch-exit-status.exp: New file.
682         * gdb.base/batch-exit-status.good-commands: Likewise.
683         * gdb.base/batch-exit-status.bad-commands: Likewise.
684
685 2018-08-29  Alan Hayward  <alan.hayward@arm.com>
686
687         * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
688         (struct struct02): Likewise.
689         (struct struct03): Likewise.
690         (struct struct04): Likewise.
691         (struct struct_01_01): New struct.
692         (struct struct_01_02): Likewise.
693         (struct struct_01_03): Likewise.
694         (struct struct_01_04): Likewise.
695         (struct struct_02_01): Likewise.
696         (struct struct_02_02): Likewise.
697         (struct struct_02_03): Likewise.
698         (struct struct_02_04): Likewise.
699         (struct struct_04_01): Likewise.
700         (struct struct_04_02): Likewise.
701         (struct struct_04_03): Likewise.
702         (struct struct_04_04): Likewise.
703         (struct struct_05_01): Likewise.
704         (struct struct_05_02): Likewise.
705         (struct struct_05_03): Likewise.
706         (struct struct_05_04): Likewise.
707         (cmp_struct01): Remove function.
708         (cmp_struct02): Likewise.
709         (cmp_struct03): Likewise.
710         (cmp_struct04): Likewise.
711         (cmp_struct_01_01): Add Function.
712         (cmp_struct_01_02): Likewise.
713         (cmp_struct_01_03): Likewise.
714         (cmp_struct_01_04): Likewise.
715         (cmp_struct_02_01): Likewise.
716         (cmp_struct_02_02): Likewise.
717         (cmp_struct_02_03): Likewise.
718         (cmp_struct_02_04): Likewise.
719         (cmp_struct_04_01): Likewise.
720         (cmp_struct_04_02): Likewise.
721         (cmp_struct_04_03): Likewise.
722         (cmp_struct_04_04): Likewise.
723         (cmp_struct_05_01): Likewise.
724         (cmp_struct_05_02): Likewise.
725         (cmp_struct_05_03): Likewise.
726         (cmp_struct_05_04): Likewise.
727         (call_all): Add new structs.
728         * gdb.base/infcall-nested-structs.exp: Likewise.
729
730 2018-08-27  Jan Vrany  <jan.vrany@fit.cvut.cz>
731
732         * gdb.python/py-framefilter-mi.exp: Update regexp to
733         check for "arch" field in frame output.
734
735 2018-08-23  Kevin Buettner  <kevinb@redhat.com>
736
737         * gdb.dwarf2/dw2-ranges-func.c: New file.
738         * gdb.dwarf2/dw2-ranges-func.exp: New file.
739
740 2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
741
742         * gdb.base/term.exp: Compare terminal settings with values from
743         the inferior.
744         * gdb.base/term.c: Get and set terminal settings.
745
746 2018-08-22  Jan Vrany  <jan.vrany@fit.cvut.cz>
747
748         * lib/mi-support.exp (mi_expect_stop): Update regexp to
749         accommodate new "arch" field in frame output.
750         * gdb.mi/mi-return.exp: Likewise.
751         * gdb.mi/mi-stack.exp: Likewise.
752         * gdb.mi/mi-syn-frame.exp: Likewise.
753         * gdb.mi/user-selected-context-sync.exp: Likewise.
754
755 2018-08-19  Michael Spang  <spang@google.com>
756
757         PR gdb/11786
758         * gdb.base/gcore-tls-pie.c: New file.
759         * gdb.base/gcore-tls-pie.exp: New file.
760
761 2018-08-18  Kevin Buettner  <kevinb@redhat.com>
762
763         * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
764         * gdb.dwarf2/varval.c: New file.
765         * gdb.dwarf2/varval.exp: New file.
766
767 2018-08-17  Alan Hayward  <alan.hayward@arm.com>
768
769         PR gdb/18931
770         * gdb.arch/aarch64-fp.c (main): Fix asm registers.
771
772 2018-08-16  Keith Seitz  <keiths@redhat.com>
773
774         * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
775         tests expected to pass.
776
777 2018-08-14  Jan Vrany  <jan.vrany@fit.cvut.cz>
778
779         * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
780         -data-disassemble -a.
781         (test_disassembly_bogus_args): Likewise.
782
783 2018-08-14  Andrew Burgess  <andrew.burgess@embecosm.com>
784
785         * gdb.mi/list-thread-groups-available.exp: Update test regexp.
786
787 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
788
789         * gdb.base/vla-optimized-out.exp: Add new test.
790
791 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
792
793         * gdb.base/vla-optimized-out-o3.exp: Delete.
794         * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
795         * gdb.base/vla-optimized-out.exp: Extend to cover all of the
796         deleted tests.
797
798 2018-08-08  Andrew Burgess  <andrew.burgess@embecosm.com>
799
800         PR gdb/18050:
801         * gdb.server/extended-remote-restart.c: New file.
802         * gdb.server/extended-remote-restart.exp: New file.
803
804 2018-08-07  Simon Marchi  <simon.marchi@polymtl.ca>
805
806         * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
807         "set variable index = 42".
808
809 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
810
811         * boards/index-cache-gdb.exp: New file.
812         * gdb.dwarf2/index-cache.exp: New file.
813         * gdb.dwarf2/index-cache.c: New file.
814         * gdb.base/maint.exp: Check if we are using the index cache.
815
816 2018-08-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
817
818         * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
819         MAKEFLAGS.
820
821 2018-08-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
822
823         * dg-extract-results.sh: Move to toplevel contrib.
824         * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
825         * Makefile.in (check-parallel-racy): Likewise.
826
827 2018-08-06  Andrew Burgess  <andrew.burgess@embecosm.com>
828
829         * lib/gdb.exp (target_supports_scheduler_locking): New proc.
830         * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
831         tests if the target supports scheduler locking.
832
833 2018-08-04  Tom de Vries  <tdevries@suse.de>
834
835         * gdb.python/py-rbreak.exp: Fix rbreak regexp.
836
837 2018-08-02  Tom Tromey  <tom@tromey.com>
838
839         PR symtab/16842.
840         * gdb.cp/temargs.exp: Test "info address" of a template
841         parameter.
842
843 2018-07-31  Jan Vrany  <jan.vrany@fit.cvut.cz>
844
845         * gdb.python/py-mi-var-info-path-expression.c: New file.
846         * gdb.python/py-mi-var-info-path-expression.py: New file.
847         * gdb.python/py-mi-var-info-path-expression.exp: New file.
848
849 2018-07-30  Sergio Durigan Junior  <sergiodj@redhat.com>
850
851         * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
852         error after "cannot resolve name" string.
853
854 2018-07-28  Andrew Burgess  <andrew.burgess@embecosm.com>
855
856         * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
857         started.
858         * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
859
860 2018-07-28  Tom de Vries  <tdevries@suse.de>
861
862         * gdb.base/vla-optimized-out-o3-strict.exp: New file.
863
864 2018-07-26  Tom de Vries  <tdevries@suse.de>
865
866         * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
867
868 2018-07-26  Andrew Burgess  <andrew.burgess@embecosm.com>
869
870         * gdb.base/maint.exp: Add check that dwarf unwinders control flag
871         is visible.
872
873 2018-07-26  Tom de Vries  <tdevries@suse.de>
874
875         PR breakpoints/23366
876         * gdb.base/catch-follow-exec.c: New test.
877         * gdb.base/catch-follow-exec.exp: New file.
878
879 2018-07-25  Tom de Vries  <tdevries@suse.de>
880
881         * gdb.base/vla-optimized-out-o3.exp: New file.  Reuse
882         vla-optimized-out.c.
883
884 2018-07-25  Jan Vrany  <jan.vrany@fit.cvut.cz>
885
886         * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
887         * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
888
889 2018-07-20  Tom de Vries  <tdevries@suse.de>
890
891         * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
892         NOCLONE macro.
893         * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
894
895 2018-07-19  Tom de Vries  <tdevries@suse.de>
896
897         * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
898         regular expression.
899
900 2018-07-18  Tom de Vries  <tdevries@suse.de>
901
902         * gdb.base/vla-optimized-out.c: New test.
903         * gdb.base/vla-optimized-out.exp: New file.
904
905 2018-07-13  Sergio Durigan Junior  <sergiodj@redhat.com>
906
907         * lib/gdbserver-support.exp (gdbserver_start): Expect for the
908         message "No address associated with hostname" when gdbserver
909         cannot resolve the hostname.
910
911 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
912
913         * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
914         Add some test prefixes to make tests unique.
915
916 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
917
918         * gdb.base/frameapply.c: New file.
919         * gdb.base/frameapply.exp: New file.
920
921 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
922
923         * gdb.base/skip.exp: Update expected error message.
924
925 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
926             Jan Kratochvil  <jan.kratochvil@redhat.com>
927             Paul Fertser  <fercerpav@gmail.com>
928             Tsutomu Seki  <sekiriki@gmail.com>
929
930         * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
931         parameter.
932         * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
933         by default.
934         * boards/native-gdbserver.exp: Likewise.
935         * gdb.server/run-without-local-binary.exp: Improve regexp used
936         for detecting when a remote debugging connection succeeds.
937         * gdb.server/server-connect.exp: New file.
938         * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
939         Do not prefix the port number with ":".
940         (gdbserver_start): New global GDB_TEST_SOCKETHOST.  Implement
941         support for detecting and using it.  Add '$debughost_gdbserver'
942         to the list of arguments used to start gdbserver.  Handle case
943         when gdbserver cannot resolve a network name.
944
945 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
946
947         PR c++/23373
948         * gdb.base/ptype-offsets.cc (struct static_member): New
949         struct.
950         (main) <stmember>: New variable.
951         * gdb.base/ptype-offsets.exp: Add test for printing a struct
952         with a static member in it.
953
954 2018-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
955
956         * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
957         watchpoints enabled and disabled.
958
959 2018-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
960
961         * gdb.base/examine-backward.exp: Still run tests around address
962         0x0, even if address 0x0 is not readable.  Update the pattern for
963         matching address 0x0 in expected output.
964
965 2018-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
966
967         * gdb.base/share-env-with-gdbserver.c (main): Add call to
968         malloc/free.
969
970 2018-07-04  Tom de Vries  <tdevries@suse.de>
971
972         * gdb.dwarf2/dw2-error.exp: Update expected error message.
973
974 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
975
976         PR tdep/8282
977         * gdb.arch/mips-disassembler-options.exp: New test.
978         * gdb.arch/mips-disassembler-options.s: New test source.
979
980 2018-06-29  Pedro Alves  <palves@redhat.com>
981
982         * gdb.threads/names.exp: Adjust expected "info threads" output.
983
984 2018-06-29  Pedro Alves  <palves@redhat.com>
985
986         * gdb.opt/inline-break.exp (line number, address): Add "info
987         break" tests.
988
989 2018-06-29  Pedro Alves  <palves@redhat.com>
990
991         * gdb.opt/inline-break.c (func1): Add "break here" marker.
992         * gdb.opt/inline-break.exp: Test setting breakpoints by line
993         number and address and running to them.
994
995 2018-06-29  Richard Bunt  <richard.bunt@arm.com>
996
997         * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
998
999 2018-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1000
1001         * lib/compiler.c: Remove executable permission flag.
1002
1003 2018-06-28  Richard Bunt  <richard.bunt@arm.com>
1004
1005         * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1006         code.
1007         * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1008
1009 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
1010
1011         * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1012
1013 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
1014
1015         * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1016         address argument is omitted.
1017
1018 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
1019
1020         * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1021
1022 2018-06-27  Omair Javaid  <omair.javaid@linaro.org>
1023
1024         PR gdb/21695
1025         * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1026         * gdb.base/infoline-reloc-main-from-zero.c: New file.
1027
1028 2018-06-26  Tom Tromey  <tom@tromey.com>
1029
1030         PR rust/22574:
1031         * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1032         * gdb.rust/simple.rs (struct SimpleLayout): New.
1033
1034 2018-06-22  Simon Marchi  <simon.marchi@ericsson.com>
1035
1036         * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1037         "info registers" output.
1038
1039 2018-06-21  Richard Bunt  <richard.bunt@arm.com>
1040
1041         * gdb.base/watchpoint-hw-attach.c: New test.
1042         * gdb.base/watchpoint-hw-attach.exp: New file.
1043
1044 2018-06-20  Simon Marchi  <simon.marchi@ericsson.com>
1045
1046         * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1047         through /bin/sh.
1048         * boards/dwarf4-gdb-index.exp: Likewise.
1049         * boards/fission-dwp.exp: Likewise.
1050
1051 2018-06-20  Ulrich Weigand  <uweigand@de.ibm.com>
1052
1053         * gdb.base/float128.exp: Add comment and improved fail message
1054         to the failure case of "print large128" test.
1055
1056 2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
1057
1058         * configure.ac: Remove AC_PREREQ.
1059         * configure: Re-generate.
1060
1061 2018-06-19  Pedro Alves  <palves@redhat.com>
1062
1063         * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1064         (func_extern_caller): New.
1065         (main): Call func_extern_caller.
1066         * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1067         logic change.
1068
1069 2018-06-18  Weimin Pan  <weimin.pan@oracle.com>
1070
1071         PR gdb/16841
1072         * gdb.cp/typedef-base.cc: New file.
1073         * gdb.cp/typedef-base.exp: New file.
1074
1075 2018-06-18  Tom de Vries  <tdevries@suse.de>
1076
1077         * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1078
1079 2018-06-16  Andrew Burgess  <andrew.burgess@embecosm.com>
1080             Richard Bunt <Richard.Bunt@arm.com>
1081
1082         * gdb.threads/attach-slow-waitpid.c: New file.
1083         * gdb.threads/attach-slow-waitpid.exp: New file.
1084         * gdb.threads/slow-waitpid.c: New file.
1085
1086 2018-06-14  Pedro Alves  <palves@redhat.com>
1087
1088         * gdb.base/fork-running-state.c: Include <errno.h>.
1089         (exit_if_relative_exits): New.
1090         (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1091         exits.
1092         (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1093         child exits.
1094
1095 2018-06-14  Tom de Vries  <tdevries@suse.de>
1096
1097         PR cli/22573
1098         * gdb.base/finish-pretty.c: New test.
1099         * gdb.base/finish-pretty.exp: New file.
1100
1101 2018-06-14  Pedro Alves  <palves@redhat.com>
1102
1103         * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1104         gdb's expected startup output.
1105
1106 2018-06-14  Pedro Alves  <palves@redhat.com>
1107
1108         * lib/selftest-support.exp (selftest_setup): Remove inlined
1109         function handling.
1110
1111 2018-06-14  Tom de Vries  <tdevries@suse.de>
1112
1113         * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1114         matching of breakpoint printing.
1115
1116 2018-06-13  Tom de Vries  <tdevries@suse.de>
1117
1118         PR testsuite/23269
1119         * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1120         (fork_child): ... here, and ...
1121         (fork_parent): ... here.
1122
1123 2018-06-12  Tom de Vries  <tdevries@suse.de>
1124
1125         * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1126
1127 2018-06-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1128             Stephen Roberts  <stephen.roberts@arm.com>
1129
1130         * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1131         rewrite test to describe action performed, rather than possible
1132         failure.
1133
1134 2018-06-08  Gary Benson <gbenson@redhat.com>
1135
1136         * gdb.threads/check-libthread-db.exp: New file.
1137         * gdb.threads/check-libthread-db.c: Likewise.
1138
1139 2018-06-05  Tom Tromey  <tom@tromey.com>
1140
1141         * gdb.base/default.exp: Update expected "show version" output.
1142
1143 2018-06-05  Tom Tromey  <tom@tromey.com>
1144
1145         PR cli/12326:
1146         * gdb.cp/static-print-quit.exp: Update.
1147         * lib/gdb.exp (pagination_prompt): Update.
1148         * gdb.base/page.exp: Use pagination_prompt.  Add new tests.
1149         * gdb.python/python.exp: Update.
1150
1151 2018-06-04  Joel Brobecker  <brobecker@adacore.com>
1152
1153         * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1154
1155 2018-06-01  Joel Brobecker  <brobecker@adacore.com>
1156
1157         * gdb.ada/bp_fun_addr: New testcase.
1158
1159 2018-06-01  Tom Tromey  <tom@tromey.com>
1160
1161         * gdb.xml/tdesc-regs.exp (load_description): Update expected
1162         results.
1163         * gdb.dwarf2/method-ptr.exp: Set language to C++.
1164         * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1165         * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1166         * gdb.base/maint.exp (maint_pass_if): Update.
1167
1168 2018-05-31  Maciej W. Rozycki  <macro@mips.com>
1169
1170         * gdb.base/endian.exp: New test.
1171         * gdb.base/endian.c: New test source.
1172
1173 2018-05-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1174
1175         PR gdb/23203
1176         * gdb.base/bt-selected-frame.c: New file.
1177         * gdb.base/bt-selected-frame.exp: New file.
1178         * lib/gdb.exp (get_current_frame_number): New function.
1179
1180 2018-05-24  Maciej W. Rozycki  <macro@mips.com>
1181             Pedro Alves  <palves@redhat.com>
1182
1183         * gdb.threads/tls-core.c: Include <stdlib.h>
1184         (thread_proc): Call `abort'.
1185         * gdb.threads/tls-core.exp: Generate a core with core_find too.
1186         (tls_core_test): New procedure, bits factored out from ...
1187         (top level): ... here.  Test both native cores and gcore cores.
1188
1189 2018-05-23  Tom Tromey  <tom@tromey.com>
1190
1191         * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1192
1193 2018-05-23  Tom Tromey  <tom@tromey.com>
1194
1195         * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1196         symfile_complaints.
1197         (test_short_complaints): Likewise.
1198         (test_empty_complaints): Likewise.
1199         (test_initial_complaints): Update.
1200
1201 2018-05-23  Tom Tromey  <tom@tromey.com>
1202
1203         * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1204
1205 2018-05-23  Tom Tromey  <tom@tromey.com>
1206
1207         * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1208         (test_short_complaints): Update.
1209
1210 2018-05-22  Pedro Alves  <palves@redhat.com>
1211
1212         * gdb.base/remote.exp: Only gdb_start after compiling the
1213         testcase.  Issue "disconnect" before testing "set remote" command
1214         defaults.  Issue clean_restart before running to main.
1215
1216 2018-05-22  Pedro Alves  <palves@redhat.com>
1217
1218         * gdb.base/remote.exp: Adjust expected output of "show remote
1219         memory-write-packet-size".  Add tests for "set remote
1220         memory-write-packet-size 0" and "set remote
1221         memory-write-packet-size fixed/limit".
1222
1223 2018-05-22  Pedro Alves  <palves@redhat.com>
1224
1225         PR gdb/22973
1226         * gdb.base/utf8-identifiers.c: New file.
1227         * gdb.base/utf8-identifiers.exp: New file.
1228
1229 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
1230
1231         * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1232
1233 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
1234
1235         * gdb.arch/powerpc-vsx-gcore.exp: New file.
1236
1237 2018-05-18  Tom Tromey  <tom@tromey.com>
1238
1239         * gdb.base/ptype-offsets.exp: Update.
1240
1241 2018-05-17  Keith Seitz  <keiths@redhat.com>
1242
1243         * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1244         in expected breakpoint stop locations.
1245         * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1246         move to proper scope to test variable values.
1247         * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1248         (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1249         New functions.
1250         (main): Call not_inline_func3.
1251         * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1252         inline_func1, inline_func2, and inline_func3.  Test that when each
1253         breakpoint is hit, GDB properly reports both the stop location
1254         and the backtrace. Repeat tests for temporary breakpoints.
1255
1256 2018-05-15  Maciej W. Rozycki  <macro@mips.com>
1257
1258         * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1259         rather then trying to access it in determining whether the PID
1260         of `gdbserver' could have been retrieved.
1261
1262 2018-05-08  Andrew Burgess  <andrew.burgess@embecosm.com>
1263
1264         * gdb.arch/amd64-init-x87-values.S: New file.
1265         * gdb.arch/amd64-init-x87-values.exp: New file.
1266
1267 2018-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1268
1269         * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1270
1271 2018-05-04  Tom Tromey  <tom@tromey.com>
1272
1273         PR python/22730:
1274         * gdb.python/python.exp: Test multi-line execute.
1275
1276 2018-05-04  Tom Tromey  <tom@tromey.com>
1277
1278         PR python/22731:
1279         * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1280
1281 2018-05-04  Tom Tromey  <tom@tromey.com>
1282
1283         PR gdb/11750:
1284         * gdb.base/define.exp: Test defining a user command inside a user
1285         command.
1286         * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
1287
1288 2018-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1289             Pedro Alves <palves@redhat.com>
1290
1291         PR breakpoints/19806 and support for PR external/20207.
1292         * gdb.base/watchpoint-unaligned.c: New file.
1293         * gdb.base/watchpoint-unaligned.exp: New file.
1294
1295 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
1296
1297         * gdb.base/maint.exp: Make test names unique, use
1298         test_prefix_command_help to test 'help maint info', and remove
1299         repeated test of 'help maint'.
1300
1301 2018-05-04  Tom Tromey  <tom@tromey.com>
1302
1303         PR gdb/22619:
1304         * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
1305         behavior.
1306
1307 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
1308
1309         * gdb.base/maint.exp: Process output from 'maint print registers'
1310         line at a time.
1311
1312 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
1313
1314         * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
1315         timeout.
1316
1317 2018-05-03  Andrew Burgess  <andrew.burgess@embecosm.com>
1318
1319         * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
1320         filter pattern.
1321
1322 2018-05-02  Pedro Alves  <palves@redhat.com>
1323
1324         * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
1325         to_log_command renames.
1326         * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1327
1328 2018-05-02  Tom Tromey  <tom@tromey.com>
1329
1330         * gdb.python/py-parameter.exp: Set test message.
1331
1332 2018-05-02  Tom Tromey  <tom@tromey.com>
1333
1334         PR python/20084:
1335         * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
1336         PARAM_ZUINTEGER_UNLIMITED tests.
1337
1338 2018-04-28  Dan Robertson  <danlrobertson89@gmail.com>
1339
1340         PR rust/23124
1341         * gdb.rust/expr.exp: Test that the unit type is correctly parsed
1342         when casting.
1343
1344 2018-04-30  Tom Tromey  <tom@tromey.com>
1345
1346         * gdb.python/py-type.exp: Check align attribute.
1347         * gdb.python/py-type.c: New "aligncheck" global.
1348
1349 2018-04-30  Tom Tromey  <tom@tromey.com>
1350
1351         PR exp/17095:
1352         * gdb.dwarf2/dw2-align.exp: New file.
1353         * gdb.cp/align.exp: New file.
1354         * gdb.base/align.exp: New file.
1355         * lib/gdb.exp (gdb_int128_helper): New proc.
1356         (has_int128_c, has_int128_cxx): New caching procs.
1357
1358 2018-04-27  Tom Tromey  <tom@tromey.com>
1359
1360         PR rust/22545:
1361         * gdb.rust/simple.exp: Add inclusive range tests.
1362
1363 2018-04-26  Pedro Alves  <palves@redhat.com>
1364
1365         * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
1366         ifunc breakpoint locations correctly of ifunc breakpoints set
1367         while the program resolves the ifunc.
1368
1369 2018-04-26  Pedro Alves  <palves@redhat.com>
1370
1371         * gdb.base/gnu-ifunc-final.c: New file.
1372         * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
1373         * gdb.base/gnu-ifunc.exp (executable): Delete.
1374         (staticexecutable): Adjust.
1375         (lib_opts, exec_opts): Delete.
1376         (make_binsuffix, build, set-break): New procedures.
1377         (misc_tests): New, with tests factored out from the top level.
1378         (top level): Test different combinations of ifunc resolver name,
1379         resolver with and with debug info, and ifunc target with and
1380         without debug info.  Wrap static tests with with_target_prefix.
1381
1382 2018-04-26  Pedro Alves  <palves@redhat.com>
1383
1384         * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
1385         return type" warnings.
1386
1387 2018-04-25  Pedro Alves  <palves@redhat.com>
1388
1389         * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
1390         killed".
1391         * gdb.base/kill-after-signal.exp: Likewise.
1392         * gdb.threads/kill.exp: Likewise.
1393
1394 2018-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1395             Sergio Durigan Junior  <sergiodj@redhat.com>
1396             Pedro Alves  <palves@redhat.com>
1397
1398         * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
1399         regexps to expect for '[Inferior ... detached]' as well.
1400         * gdb.base/attach.exp: Likewise.
1401         * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
1402         "gdb_continue_to_end".
1403         (test_catch_syscall_with_wrong_args): Likewise.
1404         * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
1405         ']'.  Don't set 'verbose' on.
1406         * gdb.base/foll-vfork.exp: Likewise.
1407         * gdb.base/fork-print-inferior-events.c: New file.
1408         * gdb.base/fork-print-inferior-events.exp: New file.
1409         * gdb.base/hook-stop.exp: Adjust regexps to expect for new
1410         '[Inferior ... has been killed]' message.
1411         * gdb.base/kill-after-signal.exp: Likewise.
1412         * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
1413         detach message.
1414         * gdb.threads/kill.exp: Adjust regexps to expect for new kill
1415         message.
1416         * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
1417         regexps to expect for '[Inferior ... detached]' as well.
1418         * gdb.threads/process-dies-while-detaching.exp: Likewise.
1419
1420 2018-04-24  Simon Marchi  <simon.marchi@ericsson.com>
1421
1422         PR gdb/23104
1423         * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
1424
1425 2018-04-19  Richard Bunt  <richard.bunt@arm.com>
1426
1427         * gdb.threads/multiple-successive-infcall.c: New test.
1428         * gdb.threads/multiple-successive-infcall.exp: New file.
1429
1430 2018-04-17  Tom Tromey  <tom@tromey.com>
1431
1432         * gdb.rust/simple.rs (Union): New type.
1433         (main): New local "u".
1434         * gdb.rust/simple.exp (test_one_slice): Add new test case.
1435
1436 2018-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1437
1438         * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
1439         number information in output of "whereis" command.
1440         * gdb.base/info-fun.exp: Likewise, for "info fun" command.
1441
1442 2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1443
1444         * gdb.ada/info_types.exp: Adjust expected output to the line
1445         numbers now printed by "info var/func/type".
1446         * gdb.base/completion.exp: Likewise.
1447         * gdb.base/included.exp: Likewise.
1448         * gdb.cp/cp-relocate.exp: Likewise.
1449         * gdb.cp/cplusfuncs.exp: Likewise.
1450         * gdb.cp/namespace.exp: Likewise.
1451         * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1452
1453 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
1454
1455         * gdb.btrace/cpu.exp: New.
1456
1457 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
1458
1459         * gdb.base/step-indirect-call-thunk.exp: New.
1460         * gdb.base/step-indirect-call-thunk.c: New.
1461         * gdb.reverse/step-indirect-call-thunk.exp: New.
1462         * gdb.reverse/step-indirect-call-thunk.c: New.
1463
1464 2018-04-11  Simon Marchi  <simon.marchi@ericsson.com>
1465
1466         * gdb.base/pie-fork.c: New file.
1467         * gdb.base/pie-fork.exp: New file.
1468
1469 2018-04-11  Tom Tromey  <tom@tromey.com>
1470
1471         * gdb.rust/simple.exp: Add test for ".." struct initializer.
1472
1473 2018-04-10  Pedro Alves  <palves@redhat.com>
1474
1475         * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1476         exits.  Instead loop running forever.
1477         (fork_parent): Run forever too.
1478
1479 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
1480
1481         * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1482         mi_continue_to_line.
1483         * gdb.mi/mi-stack.c (callee4): Add comment.
1484
1485 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
1486
1487         * gdb.mi/mi-stack.exp: Fix indentation.
1488
1489 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
1490
1491         PR gdb/22979
1492         * gdb.arch/amd64-osabi.exp: New file.
1493
1494 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
1495
1496         PR gdb/22980
1497         * gdb.base/osabi.exp: New file.
1498
1499 2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
1500
1501         * gdb.cp/static-typedef-print.exp: New file.
1502         * gdb.cp/static-typedef-print.cc: New file.
1503
1504 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
1505
1506         * gdb.ada/varsize_limit: New testcase.
1507
1508 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
1509
1510         * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1511
1512         * gdb.ada/notcplusplus: New testcase.
1513
1514         * gdb.base/c-linkage-name.c: New file.
1515         * gdb.base/c-linkage-name.exp: New testcase.
1516
1517 2018-03-26  Tom Tromey  <tom@tromey.com>
1518
1519         * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1520         * gdb.python/py-framefilter.py (name_error): New global.
1521         (ErrorInName.function): Use name_error.
1522
1523 2018-03-26  Tom Tromey  <tom@tromey.com>
1524
1525         PR backtrace/15582:
1526         * gdb.python/py-framefilter.exp: Add "bt hide" test.
1527
1528 2018-03-23  Keith Seitz  <keiths@redhat.com>
1529
1530         PR c++/22968
1531         * gdb.cp/subtypes.exp: New file.
1532         * gdb.cp/subtypes.h: New file.
1533         * gdb.cp/subtypes.cc: New file.
1534         * gdb.cp/subtypes-2.cc: New file.
1535
1536 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
1537
1538         * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1539         (done): Call '_exit' not 'exit' to avoid atexit handlers.
1540         * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1541         -nostartfiles when compiling the test.  Confirm that all registers
1542         xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1543
1544 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
1545
1546         * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1547         option, syntax was wrong anyway.
1548         * gdb.arch/arm-disp-step.exp: Likewise.
1549         * gdb.arch/sparc64-regs.exp: Likewise.
1550         * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1551         option, syntax was wrong anyway, switch to use
1552         prepare_for_testing.
1553         * gdb.arch/i386-disp-step.exp: Likewise.
1554
1555 2018-03-23  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1556
1557         * gdb.ada/exec_changed.exp: Replace "target_info exists
1558         use_gdb_stub" by "use_gdb_stub".
1559         * gdb.ada/start.exp: Likewise.
1560         * gdb.base/async-shell.exp: Likewise.
1561         * gdb.base/attach-pie-misread.exp: Likewise.
1562         * gdb.base/attach-wait-input.exp: Likewise.
1563         * gdb.base/break-entry.exp: Likewise.
1564         * gdb.base/break-interp.exp: Likewise.
1565         * gdb.base/dprintf-detach.exp: Likewise.
1566         * gdb.base/nostdlib.exp: Likewise.
1567         * gdb.base/solib-nodir.exp: Likewise.
1568         * gdb.base/statistics.exp: Likewise.
1569         * gdb.base/testenv.exp: Likewise.
1570         * gdb.mi/mi-exec-run.exp: Likewise.
1571         * gdb.mi/mi-start.exp: Likewise.
1572         * gdb.multi/dummy-frame-restore.exp: Likewise.
1573         * gdb.multi/multi-arch-exec.exp: Likewise.
1574         * gdb.multi/multi-arch.exp: Likewise.
1575         * gdb.multi/tids.exp: Likewise.
1576         * gdb.multi/watchpoint-multi.exp: Likewise.
1577         * gdb.python/py-events.exp: Likewise.
1578         * gdb.threads/attach-into-signal.exp: Likewise.
1579         * gdb.threads/attach-stopped.exp: Likewise.
1580         * gdb.threads/threadapply.exp: Likewise.
1581         * lib/selftest-support.exp: Likewise.
1582
1583 2018-03-22  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1584
1585         * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1586
1587 2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
1588
1589         * gdb.perf/template-breakpoints.cc: New file.
1590         * gdb.perf/template-breakpoints.exp: New file.
1591         * gdb.perf/template-breakpoints.py: New file.
1592
1593 2018-03-19  Tom Tromey  <tom@tromey.com>
1594
1595         * gdb.rust/simple.rs (main): Add local variables field1, field2,
1596         y0.
1597         * gdb.rust/simple.exp: Test bare identifier form of struct
1598         initializer.
1599
1600 2018-03-19  Tom Tromey  <tom@tromey.com>
1601
1602         * gdb.gdb/observer.exp: Remove.
1603
1604 2018-03-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1605
1606         * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1607         "qualified" option when setting breakpoints.
1608         * gdb.trace/backtrace.exp: Likewise.
1609         * gdb.trace/circ.exp: Likewise.
1610         * gdb.trace/collection.exp: Likewise.
1611         * gdb.trace/disconnected-tracing.exp: Likewise.
1612         * gdb.trace/ftrace-lock.exp: Likewise.
1613         * gdb.trace/ftrace.exp: Likewise.
1614         * gdb.trace/infotrace.exp: Likewise.
1615         * gdb.trace/packetlen.exp: Likewise.
1616         * gdb.trace/passc-dyn.exp: Likewise.
1617         * gdb.trace/qtro.exp: Likewise.
1618         * gdb.trace/read-memory.exp: Likewise.
1619         * gdb.trace/report.exp: Likewise.
1620         * gdb.trace/signal.exp: Likewise.
1621         * gdb.trace/status-stop.exp: Likewise.
1622         * gdb.trace/strace.exp: Likewise.
1623         * gdb.trace/tfind.exp: Likewise.
1624         * gdb.trace/trace-break.exp: Likewise.
1625         * gdb.trace/trace-condition.exp: Likewise.
1626         * gdb.trace/trace-mt.exp: Likewise.
1627         * gdb.trace/tstatus.exp: Likewise.
1628         * gdb.trace/tsv.exp: Likewise.
1629         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1630         * gdb.trace/unavailable.exp: Likewise.
1631         * gdb.trace/while-dyn.exp: Likewise.
1632
1633 2018-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1634
1635         * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1636         that libinproctrace is copied to the target.
1637
1638 2018-03-14  Tom Tromey  <tom@tromey.com>
1639
1640         PR cli/14977:
1641         * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1642         a null pointer.
1643         * gdb.base/wchar.exp: Likewise.
1644
1645 2018-03-14  Tom Tromey  <tom@tromey.com>
1646
1647         PR cli/19918:
1648         * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1649         flag.
1650
1651 2018-03-08  Simon Marchi  <simon.marchi@ericsson.com>
1652
1653         PR gdb/22841
1654         * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1655         "target" to remote_exec.
1656
1657 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
1658
1659         PR gdb/22841
1660         * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1661         ${board}_upload): Remove.
1662
1663 2018-03-07  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1664
1665         * gdb.cp/watch-cp.cc: New test.
1666         * gdb.cp/watch-cp.exp: New file.
1667
1668 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1669
1670         * gdb.base/infcall-nested-structs.exp: New file.
1671         * gdb.base/infcall-nested-structs.c: New file.
1672         * gdb.base/float.exp: Add riscv support.
1673
1674 2018-03-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1675
1676         * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1677         * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1678
1679 2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
1680
1681         * gdb.server/abspath.exp: New file.
1682         * lib/gdb.exp (with_cwd): New procedure.
1683
1684 2018-02-28  Simon Marchi  <simon.marchi@ericsson.com>
1685
1686         * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1687         use it.
1688         (gdb_is_target_remote_prompt): New proc.
1689         (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1690         (gdb_is_target_native): Pass prompt parameter to
1691         gdb_is_target_1.
1692
1693 2018-02-26  Simon Marchi  <simon.marchi@polymtl.ca>
1694
1695         * gdb.base/load-command.c: New file.
1696         * gdb.base/load-command.exp: New file.
1697         * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1698         (gdb_is_target_1): ...this, and generalize for other targets
1699         than just remote.
1700         (gdb_is_target_remote): Use gdb_is_target_1.
1701         (gdb_is_target_native): use gdb_is_target_1.
1702
1703 2018-02-26  Tom Tromey  <tom@tromey.com>
1704
1705         PR python/16497:
1706         * gdb.python/py-framefilter.exp: Update test.
1707
1708 2018-02-26  Tom Tromey  <tom@tromey.com>
1709
1710         * gdb.dwarf2/variant.c: New file.
1711         * gdb.dwarf2/variant.exp: New file.
1712
1713 2018-02-26  Tom Tromey  <tom@tromey.com>
1714
1715         * gdb.rust/simple.exp: Accept more possible results in enum test.
1716
1717 2018-02-25  Simon Marchi  <simon.marchi@polymtl.ca>
1718
1719         * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1720         parentheses.
1721
1722 2018-02-23  Maciej W. Rozycki  <macro@mips.com>
1723
1724         * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1725         name of a variable: $actual_linejj -> $actual_line.
1726
1727 2018-02-21  John Baldwin  <jhb@FreeBSD.org>
1728
1729         * gdb.arch/amd64-i386-address.exp: Fix a typo.
1730
1731 2018-02-20  Markus Metzger  <markus.t.metzger@intel.com>
1732
1733         * gdb.btrace/buffer-size.exp: Do not force BTS.
1734
1735 2018-02-14  Pedro Alves  <palves@redhat.com>
1736
1737         * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1738         getting a "Quit".
1739
1740 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1741
1742         * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1743         Fix test name.
1744
1745 2018-02-07  Simon Marchi  <simon.marchi@ericsson.com>
1746
1747         * gdb.cp/m-static.exp: Check type of optimized out static
1748         member.
1749
1750 2018-02-03  Andrew Burgess  <andrew.burgess@embecosm.com>
1751
1752         * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1753         * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1754
1755 2018-02-01  Simon Marchi  <simon.marchi@polymtl.ca>
1756             Leszek Swirski  <leszeks@google.com>
1757
1758         * gdb.python/py-prettyprint.c
1759         (struct to_string_returns_value_inner,
1760         struct to_string_returns_value_wrapper): New.
1761         (main): Add tsrvw variable.
1762         * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
1763         ToStringReturnsValueWrapper): New classes.
1764         (register_pretty_printers): Register new pretty-printers.
1765         * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1766         recursive pretty printer.
1767         * gdb.python/py-mi.exp: Likewise.
1768
1769 2018-02-01  Leszek Swirski  <leszeks@google.com>
1770
1771         * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1772         functions with the same name as an include file are parsed
1773         correctly.
1774
1775 2018-02-01  Yao Qi  <yao.qi@linaro.org>
1776
1777         * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1778         "\[^\r\n\]*".
1779
1780 2018-01-31  Nikola Prica  <nikola.prica@rt-rk.com>
1781
1782         * gdb.arch/powerpc-prologue-frame.s: New file.
1783         * gdb.arch/powerpc-prologue-frame.c: Likewise.
1784         * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1785
1786 2018-01-31  Joel Brobecker  <brobecker@adacore.com>
1787
1788         * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1789
1790 2018-01-30  Pedro Alves  <palves@redhat.com>
1791
1792         PR gdb/13211
1793         * gdb.base/interrupt-daemon.c: New.
1794         * gdb.base/interrupt-daemon.exp: New.
1795         * gdb.multi/multi-term-settings.c: New.
1796         * gdb.multi/multi-term-settings.exp: New.
1797
1798 2018-01-30  Joel Brobecker  <brobecker@adacore.com>
1799
1800         * gdb.base/break.exp: Save the location where the breakpoint
1801         on break.c:47 was actually inserted when debugging the version
1802         compiled at -O2 and use it in the expected output of the "info
1803         break" test performed soon after.
1804
1805 2018-01-22  Pedro Alves  <palves@redhat.com>
1806             Sergio Durigan Junior  <sergiodj@redhat.com>
1807
1808         * gdb.base/whatis.exp: Add tests for 'set print object on' +
1809         'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1810
1811 2018-01-22  Joel Brobecker  <brobecker@adacore.com>
1812
1813         * gdb.base/break-include.c, gdb.base/break-include.inc,
1814         gdb.base/break-include.exp: New files.
1815         * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1816         line number now being the actual line number where the breakpoint
1817         was inserted.
1818         * gdb.mi/mi-break.exp: Likewise.
1819         * gdb.mi/mi-reverse.exp: Likewise.
1820         * gdb.mi/mi-simplerun.exp: Ditto.
1821
1822 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1823
1824         * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1825         varobj.
1826         * gdb.mi/mi-var-create-rtti.exp: Likewise.
1827
1828 2018-01-21  Don Breazeal  <donb@codesourcery.com>
1829             Andrew Burgess  <andrew.burgess@embecosm.com>
1830
1831         * gdb.mi/basics.c: Add new global.
1832         * gdb.mi/mi-frame-regs.exp: New file.
1833         * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1834         case.
1835
1836 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1837
1838         * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1839         non-parameter, and on an unknown symbol.
1840
1841 2018-01-19  Tom Tromey  <tom@tromey.com>
1842
1843         * gdb.rust/modules.rs (TWENTY_THREE): New global.
1844         * gdb.rust/modules.exp: Add ::-qualified lookup test.
1845
1846 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1847
1848         * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1849         setrlimit and chdir to int.
1850
1851 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1852
1853         * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1854         function.
1855         (my_tend): Likewise.
1856         * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1857         rationale of avoiding FP- and vector instructions.
1858
1859 2018-01-19  Ruslan Kabatsayev  <b7.10110111@gmail.com>
1860
1861         * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1862         "info reg" with "\[ \t\]*".
1863         * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1864         "\[ \t\]+".
1865         * gdb.arch/s390-multiarch.exp: Ditto.
1866         * gdb.base/pc-fp.exp: Ditto.
1867         * gdb.reverse/i386-precsave.exp: Ditto.
1868         * gdb.reverse/i386-reverse.exp: Ditto.
1869         * gdb.reverse/i387-env-reverse.exp: Ditto.
1870         * gdb.reverse/i387-stack-reverse.exp: Ditto.
1871
1872 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1873
1874         * lib/gdb.exp (gdb_compile): Re-enable use of
1875         universal_compile_options for languages other than Rust.
1876
1877 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1878
1879         * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1880
1881 2018-01-17  Mike Gulick  <mgulick@mathworks.com>
1882
1883         PR gdb/16577
1884         * gdb.base/solib-vanish.exp: New.
1885         * gdb.base/solib-vanish-main.c: New.
1886         * gdb.base/solib-vanish-lib1.c: New.
1887         * gdb.base/solib-vanish-lib2.c: New.
1888
1889 2018-01-17  Yao Qi  <yao.qi@linaro.org>
1890
1891         * gdb.compile/compile.exp: Match the address printed for
1892         frame in the output of command "bt".
1893
1894 2018-01-15  Tom Tromey  <tom@tromey.com>
1895
1896         * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1897         compute sp_reg.
1898
1899 2018-01-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1900
1901         * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1902         to prepare.
1903         (prepare): Return 0 on error, 1 on success.
1904
1905 2018-01-12  Pedro Alves  <palves@redhat.com>
1906
1907         * gdb.base/continue-after-aborted-step-over.c: New.
1908         * gdb.base/continue-after-aborted-step-over.exp: New.
1909
1910 2018-01-11  Simon Marchi  <simon.marchi@ericsson.com>
1911
1912         * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1913         options when not creating an executable.
1914
1915 2018-01-11  Pedro Alves  <palves@redhat.com>
1916
1917         PR remote/22597
1918         * gdb.server/stop-reply-no-thread.c: New file.
1919         * gdb.server/stop-reply-no-thread.exp: New file.
1920
1921 2018-01-10  Pedro Alves  <palves@redhat.com>
1922
1923         PR gdb/22670
1924         * gdb.ada/bp_c_mixed_case.exp: Add intro comment.  Test printing C
1925         functions too.  Test setting breakpoints and printing C functions
1926         with no debug info too.
1927         * gdb.ada/bp_c_mixed_case/qux.c: New file.
1928
1929 2018-01-10  Pedro Alves  <palves@redhat.com>
1930
1931         PR gdb/22670
1932         * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1933         a fail.
1934
1935 2018-01-10  Pedro Alves  <palves@redhat.com>
1936
1937         PR gdb/22670
1938         * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1939
1940 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
1941
1942         * gdb.server/unittest.exp: Match the output in non-development
1943         mode.
1944
1945 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
1946
1947         * gdb.gdb/unittest.exp: Match output in non-development mode.
1948
1949 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
1950
1951         * gdb.ada/access_tagged_param.exp: Relax expected output
1952         for value of "ObjL" in "continue" to pck.inspect breakpoint
1953         test.
1954
1955 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
1956
1957         * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1958         * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
1959
1960 2018-01-05  Pedro Alves  <palves@redhat.com>
1961
1962         PR gdb/18653
1963         * gdb.base/libsegfault.exp: New.
1964
1965 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
1966
1967         PR gdb/22670
1968         * gdb.ada/access_tagged_param.exp: New file.
1969         * gdb.ada/access_tagged_param/foo.adb: New file.
1970
1971 2018-01-05  Pedro Alves  <palves@redhat.com>
1972
1973         PR gdb/22670
1974         * gdb.ada/info_addr_mixed_case.exp: Remove kfail.  Extend test to
1975         exercise lower case too, and to exercise both full matching and
1976         wild matching.
1977
1978 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
1979
1980         * gdb.ada/rename_subscript_param: New testcase.
1981
1982 2018-01-05  Jerome Guitton  <guitton@adacore.com>
1983
1984         * gdb.ada/arr_acc_idx_w_gap: New testcase.
1985
1986 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
1987
1988         * gdb.ada/convvar_comp: New testcase.
1989
1990 2018-01-05  Xavier Roirand  <roirand@adacore.com>
1991
1992         * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1993         (My_Table): New global variable.
1994         * testsuite/gdb.ada/array_char_idx.exp: Add test.
1995
1996 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
1997
1998         PR gdb/22670
1999         * gdb.ada/maint_with_ada: New testcase.
2000
2001 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2002
2003         PR gdb/22670
2004         * gdb.ada/bp_c_mixed_case: New testcase.
2005
2006 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2007
2008         PR gdb/22670
2009         * gdb.ada/complete.exp: Add "complete break ada" test.
2010
2011 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2012
2013         PR gdb/22670
2014         * gdb.ada/info_addr_mixed_case: New testcase.
2015
2016 2018-01-03  Xavier Roirand  <roirand@adacore.com>
2017
2018         * gdb.ada/excep_handle.exp: New testcase.
2019         * gdb.ada/excep_handle/foo.adb: New file.
2020         * gdb.ada/excep_handle/pck.ads: New file.
2021
2022 2018-01-03  Joel Brobecker  <brobecker@adacore.com>
2023
2024         * gdb.base/step-line.c: Add extra empty line in copyright header.
2025         * gdb.base/step-line.inp: Likewise.
2026
2027 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
2028
2029         * gdb.ada/dyn_stride.exp: Add slice test.
2030
2031 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
2032
2033         * gdb.ada/dyn_stride: New testcase.
2034
2035 2017-12-27  Stafford Horne  <shorne@gmail.com>
2036
2037         * gdb.xml/extra-regs.xml: Add example foo reggroup.
2038         * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2039
2040 2017-12-27  Stafford Horne  <shorne@gmail.com>
2041
2042         * gdb.base/reggroups.c: New file.
2043         * gdb.base/reggroups.exp: New file.
2044
2045 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
2046
2047         * gdb.dwarf2/ada-valprint-error.c: New file.
2048         * gdb.dwarf2/ada-valprint-error.exp: New file.
2049
2050 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
2051
2052         * gdb.ada/assign_arr: New testcase.
2053
2054 2017-12-18  Xavier Roirand  <roirand@adacore.com>
2055
2056         * gdb.ada/funcall_ptr: New testcase.
2057
2058 2017-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
2059
2060         PR cli/16224
2061         * gdb.base/ptype-offsets.cc: New file.
2062         * gdb.base/ptype-offsets.exp: New file.
2063
2064 2017-12-15  Yao Qi  <yao.qi@linaro.org>
2065
2066         * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2067         if XML is disabled.
2068
2069 2017-12-15  Xavier Roirand  <roirand@adacore.com>
2070
2071         * gdb.ada/same_component_name: New testcase.
2072
2073 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
2074
2075         * gdb.ada/str_binop_equal: New testcase.
2076
2077 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
2078
2079         * gdb.ada/task_switch_in_core: New testcase.
2080
2081 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
2082
2083         * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2084         * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2085         call test_bkpt_qualified.
2086         (test_bkpt_qualified): New proc.
2087
2088 2017-12-13  Pedro Alves  <palves@redhat.com>
2089
2090         * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2091         Tighten regexp by matching with an anchor.
2092
2093 2017-12-13  Pedro Alves  <palves@redhat.com>
2094
2095         * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2096         ("expression with namespace"): New set of tests.
2097         * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2098         (Nested::Test_NS::qux): New.
2099         * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2100         defaults to 'start_quote_char' and 'end_quote_char' parameters.
2101
2102 2017-12-13  Joel Brobecker  <brobecker@adacore.com>
2103
2104         * gdb.base/server-del-break.c: New file.
2105         * gdb.base/server-del-break.exp: New file.
2106
2107 2017-12-12  Stafford Horne  <shorne@gmail.com>
2108
2109         * gdb.xml/tdesc-regs.exp: Add or1k support.
2110
2111 2017-12-12  Stafford Horne  <shorne@gmail.com>
2112
2113         * gdb.base/bp-permanent.c: Define nop of or1k.
2114
2115 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
2116
2117         * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2118         output with components being reordered.
2119
2120 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
2121
2122         * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2123         output with components being reordered.
2124
2125 2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2126             Pedro Alves  <palves@redhat.com>
2127
2128         * gdb.base/maint.exp (check for .gdb_index): Check also for
2129         .debug_names.
2130         * gdb.dlang/watch-loc.c (.debug_aranges): New.
2131         * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2132         * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2133         (.gdb_index used after symbol reloading): Support also .debug_names.
2134         * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2135
2136 2017-12-08  Yao Qi  <yao.qi@linaro.org>
2137
2138         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2139         * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2140
2141 2017-12-08  Yao Qi  <yao.qi@linaro.org>
2142
2143         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2144         * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2145
2146 2017-12-08  Yao Qi  <yao.qi@linaro.org>
2147
2148         * gdb.arch/aarch64-tagged-pointer.c: New file.
2149         * gdb.arch/aarch64-tagged-pointer.exp: New file.
2150
2151 2017-12-08  Sergio Durigan Junior  <sergiodj@redhat.com>
2152
2153         * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2154         "int".
2155
2156 2017-12-07  Keith Seitz  <keiths@redhat.com>
2157
2158         PR breakpoints/22569
2159         * gdb.linespec/ls-errs.exp: Change expected result of "break
2160         -source this file has spaces.c -line 3".
2161         Check that an explicit source file followed by whitespace is
2162         identified as an invalid explicit location.
2163
2164 2017-12-07  Keith Seitz  <keiths@redhat.com>
2165
2166         * gdb.cp/nested-types.cc: New file.
2167         * gdb.cp/nested-types.exp: New file.
2168         * lib/cp-support.exp: Load data-structures.exp library.
2169         (debug_cp_test_ptype_class): New global.
2170         (cp_ptype_class_verbose, next_line): New procedures.
2171         (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2172         Add and document new return value.
2173         Switch the list of lines to a queue.
2174         Add support for new `type' key for nested type definitions.
2175         Add debugging/troubleshooting messages.
2176         * lib/data-structures.exp: New file.
2177
2178 2017-12-07  Simon Marchi  <simon.marchi@ericsson.com>
2179
2180         * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2181         with proc_with_prefix, don't use with_test_prefix.
2182
2183 2017-12-07  Tom Tromey  <tom@tromey.com>
2184
2185         * gdb.base/break.exp: Add test for empty "commands".
2186
2187 2017-12-07  Yao Qi  <yao.qi@linaro.org>
2188
2189         * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2190         malloc and catch syscall.
2191
2192 2017-12-07  Phil Muldoon  <pmuldoon@redhat.com>
2193
2194        * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2195         tests for explicit locations.
2196
2197 2017-12-06  Pedro Alves  <palves@redhat.com>
2198
2199         * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2200         force-disabling XML descriptions.
2201
2202 2017-12-04  Pedro Alves  <palves@redhat.com>
2203
2204         PR gdb/22499
2205         * gdb.arch/amd64-disp-step-avx.S: New file.
2206         * gdb.arch/amd64-disp-step-avx.exp: New file.
2207
2208 2017-12-03  Pedro Alves  <palves@redhat.com>
2209
2210         * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2211         and <string.h>.
2212         (parent_function): Print distinct messages when waitpid fails, or
2213         the child exits with a signal, or the child exits for an unhandled
2214         reason.
2215         * gdb.threads/process-dies-while-detaching.exp
2216         (detach_and_expect_exit): New 'inf_output_re' parameter and use
2217         it.  Wait for both inferior output and GDB's prompt.  Use an
2218         indirect spawn id list.
2219         (do_detach): New parameter 'child_exit'.  Use it to compute
2220         expected inferior output.
2221         (test_detach, test_detach_watch, test_detach_killed_outside):
2222         Adjust to pass down the expected child exit kind.
2223
2224 2017-12-01  Joel Brobecker  <brobecker@adacore.com>
2225             Sergio Durigan Junior  <sergiodj@redhat.com>
2226             Pedro Alves  <palves@redhat.com>
2227
2228         * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2229
2230 2017-12-01  Sergio Durigan Junior  <sergiodj@redhat.com>
2231
2232         * gdb.base/relocate.exp: Add tests to guarantee that arguments
2233         to 'symbol-file' and 'add-symbol-file' can be
2234         position-independent.
2235
2236 2017-12-01  Yao Qi  <yao.qi@linaro.org>
2237
2238         * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2239         the URL in copyright header.
2240         * gdb.arch/aarch64-fp.exp: Likewise.
2241         * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2242         * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2243         * gdb.base/expand-psymtabs.exp: Likewise.
2244         * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2245         * gdb.fortran/common-block.exp: Likewise.
2246         * gdb.fortran/common-block.f90: Likewise.
2247         * gdb.fortran/logical.exp: Likewise.
2248         * gdb.fortran/vla-datatypes.f90: Likewise.
2249         * gdb.fortran/vla-sub.f90: Likewise.
2250
2251 2017-11-30  Joel Brobecker  <brobecker@adacore.com>
2252
2253         * gdb.ada/repeat_dyn: New testcase.
2254
2255 2017-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
2256
2257         * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2258         Update for changed thread numbering.
2259         * gdb.cell/bt.exp: Update for changed GDB output.
2260
2261 2017-11-30  Simon Marchi  <simon.marchi@ericsson.com>
2262
2263         * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2264         setting isremote by hand.
2265         * boards/dwarf4-gdb-index.exp: Likewise.
2266         * boards/fission.exp: Likewise.
2267         * boards/stabs.exp: Likewise.
2268
2269 2017-11-30  Pedro Alves  <palves@redhat.com>
2270
2271         * gdb.linespec/cpls-ops.exp
2272         (check_explicit_skips_function_argument): Extract the underlying
2273         type of size_t instead of hardcoding it.
2274
2275 2017-11-29  Pedro Alves  <palves@redhat.com>
2276
2277         PR c++/19436
2278         * gdb.linespec/cpls-abi-tag.cc: New file.
2279         * gdb.linespec/cpls-abi-tag.exp: New file.
2280
2281 2017-11-29  Pedro Alves  <palves@redhat.com>
2282
2283         * gdb.base/langs.exp: Use -qualified.
2284         * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
2285         it.
2286         * gdb.cp/namespace.exp: Use -qualified.
2287         * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
2288         (overload-3, template-overload, template-ret-type, const-overload)
2289         (const-overload-quoted, anon-ns, ambiguous-prefix): New
2290         procedures.
2291         (test_driver): Call them.
2292         * gdb.cp/save-bp-qualified.cc: New.
2293         * gdb.cp/save-bp-qualified.exp: New.
2294         * gdb.linespec/explicit.exp: Test -qualified.
2295         * lib/completion-support.exp (completion::explicit_opts_list): Add
2296         "-qualified".
2297         * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
2298
2299 2017-11-29  Phil Muldoon  <pmuldoon@redhat.com>
2300
2301         * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
2302
2303 2017-11-29  Tom Tromey  <tom@tromey.com>
2304
2305         * gdb.base/relocate.exp: Update invalid argument test.
2306         Add new tests for invalid arguments.
2307
2308 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2309
2310         * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
2311         Return 0 as a long.
2312         * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
2313
2314 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2315
2316         * gdb.cp/breakpoint.cc (bar): Set return type to void.
2317         * gdb.cp/psymtab-parameter.cc (func): Likewise.
2318         * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
2319         func ().
2320         * gdb.cp/shadow.cc (B.func): Return 0.
2321
2322 2017-11-27  Joel Brobecker  <brobecker@adacore.com>
2323
2324         * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
2325         expected output in gdb_expect call to allow the exception
2326         message to be present as well.  Fix syntax confusion to avoid
2327         TCL thinking that exception_name is an array.
2328
2329 2017-11-26  Ulrich Weigand  <uweigand@de.ibm.com>
2330
2331         * gdb.arch/spu-info.c: Include <unistd.h>.
2332         (do_signal_test): Fix broken calls to write.
2333         * gdb.arch/spu-info.exp: Use prepare_for_testing.
2334         Fix checks for empty mailboxes.  Update signal tests for corrected
2335         do_signal_test routine.  Allow nonzero event status.
2336         * gdb.arch/spu-ls.exp: Use prepare_for_testing.
2337         * gdb.cell/arch.exp: Use standard_output_file.
2338         * gdb.cell/break.exp: Likewise.
2339         * gdb.cell/bt.exp: Likewise.
2340         * gdb.cell/core.exp: Likewise.
2341         * gdb.cell/dwarfaddr.exp: Likewise.
2342         * gdb.cell/ea-cache.exp: Likewise.
2343         * gdb.cell/ea-standalone.exp: Likewise.
2344         * gdb.cell/f-regs.exp: Likewise.
2345         * gdb.cell/fork.exp: Likewise.
2346         * gdb.cell/gcore.exp: Likewise.
2347         * gdb.cell/mem-access.exp: Likewise.
2348         * gdb.cell/ptype.exp: Likewise.
2349         * gdb.cell/registers.exp: Likewise.
2350         * gdb.cell/sizeof.exp: Likewise.
2351         * gdb.cell/solib-symbol.exp: Likewise.
2352         * gdb.cell/solib.exp: Likewise.
2353
2354 2017-11-25   Pedro Alves  <palves@redhat.com>
2355
2356         * gdb.base/complete-empty.exp: New file.
2357         * gdb.base/completion.exp: Adjust.
2358
2359 2017-11-25  Pedro Alves  <palves@redhat.com>
2360
2361         * gdb.linespec/cpls-ops.cc: New file.
2362         * gdb.linespec/cpls-ops.exp: New file.
2363         * lib/completion-support.exp (test_complete_prefix_range_re): New,
2364         factored out from ...
2365         (test_complete_prefix_range): ... this.
2366
2367 2017-11-24  Pedro Alves  <palves@redhat.com>
2368
2369         * gdb.linespec/cpcompletion.exp: New file.
2370         * gdb.linespec/cpls-hyphen.cc: New file.
2371         * gdb.linespec/cpls.cc: New file.
2372         * gdb.linespec/cpls2.cc: New file.
2373         * gdb.linespec/explicit.exp: Load completion-support.exp.  Adjust
2374         test to use test_gdb_complete_unique.  Add label completion,
2375         keyword completion and explicit location completion tests.
2376         * lib/completion-support.exp: New file.
2377
2378 2017-11-24  Joel Brobecker  <brobecker@adacore.com>
2379
2380         * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
2381         gdb.ada/mi_ex_cond.exp: Accept optional exception message in
2382         when hitting an exception catchpoint.
2383
2384 2017-11-22  Yao Qi  <yao.qi@linaro.org>
2385
2386         * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
2387
2388 2017-11-22  Simon Marchi  <simon.marchi@ericsson.com>
2389
2390         * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
2391         * gdb.dwarf2/info-locals-optimized-out.exp: New file.
2392         * gdb.dwarf2/info-locals-optimized-out.c: New file.
2393
2394 2017-11-22  Yao Qi  <yao.qi@linaro.org>
2395
2396         * gdb.base/info-os.exp: Pass pthreads.
2397         * gdb.multi/multi-attach.exp: Likewise.
2398
2399 2017-11-22  Yao Qi  <yao.qi@linaro.org>
2400
2401         * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
2402         compiler.
2403
2404 2017-11-22  Yao Qi  <yao.qi@linaro.org>
2405
2406         * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
2407         * gdb.base/break-interp.exp: Likewise.
2408         * gdb.base/jit-attach-pie.exp: Likewise.
2409
2410 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
2411
2412         * gdb.base/float128.c (large128): New variable.
2413         * gdb.base/float128.exp: Add test to print largest __float128 value.
2414
2415 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
2416
2417         * gdb.arch/vsx-regs.exp: Update register content checks.
2418
2419 2017-11-21  Ulrich Weigand  <uweigand@de.ibm.com>
2420
2421         * gdb.arch/ppc-longdouble.exp: New file.
2422         * gdb.arch/ppc-longdouble.c: Likewise.
2423
2424 2017-11-21  Pedro Alves  <palves@redhat.com>
2425
2426         * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
2427
2428 2017-11-20  Pedro Alves  <palves@redhat.com>
2429
2430         * gdb.base/whatis-ptype-typedefs.c (double_typedef)
2431         (long_double_typedef): New typedefs.
2432         Use DEF on double and long double.
2433         * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
2434         cases.
2435         (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
2436         and 'long_double_ptr_same_size' locals.  Use them to decide
2437         whether cast from array/function to float is valid/invalid.
2438
2439 2017-11-17  Tom Tromey  <tom@tromey.com>
2440
2441         * gdb.rust/traits.rs: New file.
2442         * gdb.rust/traits.exp: New file.
2443
2444 2017-11-17  Joel Brobecker  <brobecker@adacore.com>
2445
2446         * gdb.ada/minsyms: New testcase.
2447
2448 2017-11-16  Pedro Alves  <palves@redhat.com>
2449
2450         * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2451         * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2452
2453 2017-11-16  Pedro Alves  <palves@redhat.com>
2454
2455         * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2456         gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2457
2458 2017-11-16  Pedro Alves  <palves@redhat.com>
2459
2460         * gdb.server/reconnect-ctrl-c.c: New file.
2461         * gdb.server/reconnect-ctrl-c.exp: New file.
2462
2463 2017-11-16  Phil Muldoon  <pmuldoon@redhat.com>
2464
2465         * gdb.python/py-rbreak.exp: New file.
2466         * gdb.python/py-rbreak.c: New file.
2467         * gdb.python/py-rbreak-func2.c: New file.
2468
2469 2017-11-16  Pedro Alves  <palves@redhat.com>
2470
2471         * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2472         pattern.
2473         * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2474         GDB.
2475
2476 2017-11-15  Simon Marchi  <simon.marchi@ericsson.com>
2477
2478         * gdb.tui/completionn.exp (test_tab_completion): Add space in
2479         regex.
2480
2481 2017-11-13  Simon Marchi  <simon.marchi@polymtl.ca>
2482
2483         * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2484         test names.
2485
2486 2017-11-09  Pedro Alves  <palves@redhat.com>
2487
2488         * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2489         factored out from ...
2490         (top level): ... here, and adjusted to avoid expecting beyond the
2491         prompt in a single gdb_test_multiple.
2492
2493 2017-11-09  Pedro Alves  <palves@redhat.com>
2494
2495         * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2496         output.
2497         * gdb.server/ext-attach.exp ("kill" test): Likewise.
2498         * gdb.server/ext-restart.exp ("kill" test): Likewise.
2499         * gdb.server/ext-run.exp ("kill" test): Likewise.
2500         * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2501
2502 2017-11-09  Pedro Alves  <palves@redhat.com>
2503
2504         * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2505         match till end of line.
2506
2507 2017-11-09  Pedro Alves  <palves@redhat.com>
2508
2509         * gdb.base/memattr.exp: Tighten regexes to match the end line.
2510
2511 2017-11-09  Pedro Alves  <palves@redhat.com>
2512
2513         * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2514         New procedures, factored out from ...
2515         (top level): ... here, and adjusted to avoid expecting beyond the
2516         prompt in one go.
2517
2518 2017-11-09  Pedro Alves  <palves@redhat.com>
2519
2520         * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2521         output.  Fix '?' match.
2522
2523 2017-11-08  Joel Brobecker  <brobecker@adacore.com>
2524
2525         * gdb.ada/scoped_watch: New testcase.
2526         * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2527         which is actually correct.
2528         * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2529         * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2530
2531 2017-11-08  Pedro Alves  <palves@redhat.com>
2532
2533         * gdb.gdb/complaints.exp (test_initial_complaints)
2534         (test_serial_complaints, test_short_complaints): Call
2535         complaint_internal instead of complaint.
2536
2537 2017-11-08  Djordje Todorovic  <djordje.todorovic@rt-rk.com>
2538
2539         * gdb.threads/tls-core.c: New file.
2540         * gdb.threads/tls-core.exp: Likewise.
2541
2542 2017-11-08   Pedro Alves  <palves@redhat.com>
2543
2544         * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2545         (p Exported_Capitalized): New test.
2546         (p exported_capitalized): New test.
2547
2548 2017-11-07  Pedro Alves  <palves@redhat.com>
2549
2550         * gdb.cp/ena-dis-br-range.exp: Add more tests.
2551
2552 2017-11-07  Pedro Alves  <palves@redhat.com>
2553
2554         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2555         * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2556         (disable_invalid, disable_inverted, disable_negative): New
2557         procedures.
2558         ("bad numbers"): New set of tests.
2559
2560 2017-11-07  Pedro Alves  <palves@redhat.com>
2561
2562         * gdb.cp/ena-dis-br-range.exp: Add tests.
2563
2564 2017-11-07  Pedro Alves  <palves@redhat.com>
2565
2566         * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2567
2568 2017-11-07  Xavier Roirand  <roirand@adacore.com>
2569             Pedro Alves  <palves@redhat.com>
2570
2571         * gdb.base/ena-dis-br.exp: Add reference to
2572         gdb.cp/ena-dis-br-range.exp.
2573         * gdb.cp/ena-dis-br-range.exp: New file.
2574         * gdb.cp/ena-dis-br-range.cc: New file.
2575
2576 2017-11-06  Pedro Alves  <palves@redhat.com>
2577
2578         * gdb.base/attach-non-pgrp-leader.c: New.
2579         * gdb.base/attach-non-pgrp-leader.exp: New.
2580
2581 2017-11-06  Pedro Alves  <palves@redhat.com>
2582
2583         * configure.ac: No longer check for termio.h and sgtty.h.
2584         * configure: Regenerate.
2585         * remote-utils.c: Include termios.h instead of gdb_termios.h.
2586         (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2587         Remove termio and sgtty code.
2588
2589 2017-11-03  Yao Qi  <yao.qi@linaro.org>
2590
2591         * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2592         in GDB is disabled.
2593
2594 2017-11-03  Yao Qi  <yao.qi@linaro.org>
2595
2596         * gdb.python/py-thrhandle.exp: Skip it if python is not
2597         enabled.
2598
2599 2017-10-31  Simon Marchi  <simon.marchi@polymtl.ca>
2600
2601         * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2602         as a breakpoint command.
2603
2604 2017-10-28  Maksim Dzabraev  <dzabraew@gmail.com>
2605
2606         PR python/21213
2607         * gdb.python/py-infthread.exp: Test calling
2608         InferiorThread.inferior () multiple times in a row.
2609
2610 2017-10-27  Keith Seitz  <keiths@redhat.com>
2611
2612         * gdb.opt/inline-break.exp (break_info_1): New procedure.
2613         Test "info break" for every inlined function breakpoint.
2614
2615 2017-10-27  Yao Qi  <yao.qi@linaro.org>
2616
2617         * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2618
2619 2017-10-26  Patrick Frants  <osscontribute@gmail.com>
2620
2621         * gdb.cp/classes.exp (test_static_members): Test printing
2622         Outer::instance.
2623         * gdb.cp/classes.c (struct Inner, struct Outer): New.
2624         (Inner::instance, Outer::instance): New.
2625
2626 2017-10-24  Pedro Alves  <palves@redhat.com>
2627
2628         * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2629         extra console" test in two stages.
2630
2631 2017-10-24  Pedro Alves  <palves@redhat.com>
2632
2633         * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2634
2635 2017-10-24  Pedro Alves  <palves@redhat.com>
2636
2637         * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2638         loop.
2639
2640 2017-10-24  Pedro Alves  <palves@redhat.com>
2641
2642         * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2643         $attempt" and "stoppedtry $stoppedtry" test prefixes.
2644
2645 2017-10-24  Pedro Alves  <palves@redhat.com>
2646
2647         * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2648         parameter and handle it.  Don't output read value in test name.
2649
2650 2017-10-24  Pedro Alves  <palves@redhat.com>
2651
2652         * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2653         custom test name.
2654
2655 2017-10-24  Pedro Alves  <palves@redhat.com>
2656
2657         * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2658         include the unstable output directory name in the test's name.
2659         (initial_setup_simple) <'set args'>: Use custom test name.
2660
2661 2017-10-24  Pedro Alves  <palves@redhat.com>
2662
2663         * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2664         with explicit test name.
2665
2666 2017-10-20  Pedro Alves  <palves@redhat.com>
2667
2668         * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2669         'wait -i'.  Use gdb_assert and remote_close.
2670
2671 2017-10-19  Andrew Burgess  <andrew.burgess@embecosm.com>
2672
2673         * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2674         number from variable rather than hard-coded.
2675
2676 2017-10-19  Pedro Alves  <palves@redhat.com>
2677
2678         * gdb.base/long-inferior-output.c: New file.
2679         * gdb.base/long-inferior-output.exp: New file.
2680
2681 2017-11-18  Keith Seitz  <keiths@redhat.com>
2682
2683         * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2684         method.
2685         (main): Call it.
2686         * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2687         Add additional user-defined conversion operator tests.
2688
2689 2017-10-17  Pedro Alves  <palves@redhat.com>
2690
2691         * boards/native-stdio-gdbserver.exp: Load "local-board".
2692
2693 2017-10-17  Pedro Alves  <palves@redhat.com>
2694
2695         * gdb.base/quit-live.c: New file.
2696         * gdb.base/quit-live.exp: New file.
2697
2698 2017-10-16  Keith Seitz  <keiths@redhat.com>
2699
2700         * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2701         (class_with_protected_typedef, class_with_private_typedef)
2702         (struct_with_public_typedef, struct_with_protected_typedef)
2703         (struct_with_private_typedef): New classes/structs.
2704         * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2705         typedefs and access specifiers.
2706
2707 2017-10-16  Pedro Alves  <palves@redhat.com>
2708             Simon Marchi  <simon.marchi@polymtl.ca>
2709
2710         * README (Local vs Remote vs Native): New section.
2711         * boards/local-board.exp: New file, with bits factored out from
2712         ...
2713         * boards/native-extended-gdbserver.exp: ... here.  Load
2714         "local-board".
2715         * boards/native-gdbserver.exp: Load "local-board".
2716         (${board}_spawn, ${board}_exec): Delete.
2717         * boards/native-stdio-gdbserver.exp: Most contents factored out to
2718         ...
2719         * boards/stdio-gdbserver-base.exp: ... this new file.
2720         * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2721         "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2722         procedure.
2723         * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2724         instead of native-stdio-gdbserver.  Don't set gdb_server_prog nor
2725         stdio_gdbserver_command.
2726         (${board}_get_remote_address, ${board}_get_comm_port)
2727         (${board}_download, ${board}_upload): Delete.
2728         (get_target_remote_pipe_cmd): New.
2729
2730 2017-10-16  Simon Marchi  <simon.marchi@ericsson.com>
2731
2732         * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2733         test_bkpt_deletion, test_bkpt_cond_and_cmds,
2734         test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2735         test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2736         test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2737         remove with_test_prefix.
2738
2739 2017-10-13  Pedro Alves  <palves@redhat.com>
2740
2741         * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2742         * gdb.base/annota1.exp: Use it instead of is_remote.
2743         * gdb.base/annota3.exp: Use it instead of is_remote.
2744         * gdb.cp/annota2.exp: Use it instead of is_remote.
2745         * gdb.cp/annota3.exp: Use it instead of is_remote.
2746         * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2747
2748 2017-10-13  Pedro Alves  <palves@redhat.com>
2749
2750         * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2751         (test_num_test_vars, run_and_count_vars, find_env)
2752         (test_set_unset_env, test_inherit_env_var): New procedures.
2753         (top level): Use them.
2754
2755 2017-10-13  Pedro Alves  <palves@redhat.com>
2756
2757         * lib/selftest-support.exp (selftest_setup): Extend comments, and
2758         also skip on stub-like targets.
2759
2760 2017-10-13  Pedro Alves  <palves@redhat.com>
2761
2762         PR gdb/22293
2763         * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
2764         (top level): Move some tests to ...
2765         (test_not_found): ... this new procedure.
2766         (top level): Call it.
2767
2768 2017-10-13  Pedro Alves  <palves@redhat.com>
2769
2770         * gdb.base/term.exp: Don't skip if is_remote target.  Instead,
2771         expect different "info terminal" output if testing with a
2772         non-native target.
2773
2774 2017-10-13  Pedro Alves  <palves@redhat.com>
2775             Simon Marchi  <simon.marchi@polymtl.ca>
2776
2777         PR python/12966
2778         * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2779
2780 2017-10-13  Pedro Alves  <palves@redhat.com>
2781
2782         * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2783         already.
2784
2785 2017-10-13  Pedro Alves  <palves@redhat.com>
2786
2787         * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2788         is_remote.
2789
2790 2017-10-13  Pedro Alves  <palves@redhat.com>
2791
2792         * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2793         is_remote.
2794
2795 2017-10-13  Pedro Alves  <palves@redhat.com>
2796
2797         * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2798         is set.
2799         (corefile_test_attach): Likewise.  Check can_spawn_for_attach
2800         instead of is_remote.
2801
2802 2017-10-13  Pedro Alves  <palves@redhat.com>
2803
2804         * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2805         (top level): Add comment.
2806
2807 2017-10-13  Pedro Alves  <palves@redhat.com>
2808
2809         * gdb.base/remote.exp (top level): Fix comment typo and add
2810         missing return.
2811
2812 2017-10-13  Pedro Alves  <palves@redhat.com>
2813             Simon Marchi  <simon.marchi@polymtl.ca>
2814
2815         * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2816         calls and add comments.  Skip test if use_gdb_stub is set.
2817         (top level): Use "set cwd" command instead of "cd" command.
2818
2819 2017-10-13  Pedro Alves  <palves@redhat.com>
2820
2821         * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2822         is_remote target check.
2823
2824 2017-10-13  Pedro Alves  <palves@redhat.com>
2825
2826         * gdb.base/scope.exp: Use build_executable + clean_restart +
2827         gdb_file_cmd instead of prepare_for_testing and no longer skip
2828         "before run" tests on is_remote target boards.  Update comments.
2829         * boards/native-extended-gdbserver.exp
2830         (extended_gdbserver_load_last_file): New, factored out from ...
2831         (gdb_load): ... this.  Move further below and add comment.
2832         (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2833
2834 2017-10-12  Pedro Alves  <palves@redhat.com>
2835
2836         * gdb.base/attach.exp: Remove references to gdb64.
2837         * gdb.base/dbx.exp: Remove references to gdb64.
2838
2839 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
2840             Pedro Alves  <palves@redhat.com>
2841
2842         * gdb.base/label.exp: Remove is_remote target check.
2843
2844 2017-10-12  Pedro Alves  <palves@redhat.com>
2845
2846         * gdb.base/auvx.exp (coredir): Update comment.
2847         (top level) <core_works>: Use "set cwd" command instead of "cd"
2848         command.
2849
2850 2017-10-12  Pedro Alves  <palves@redhat.com>
2851             Simon Marchi  <simon.marchi@polymtl.ca>
2852
2853         * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2854         target boards.
2855
2856 2017-10-12  Pedro Alves  <palves@redhat.com>
2857             Simon Marchi  <simon.marchi@polymtl.ca>
2858
2859         * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2860         Instead skip if there's any gdb_protocol set.
2861
2862 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
2863             Pedro Alves  <palves@redhat.com>
2864
2865         * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2866
2867 2017-10-12  Pedro Alves  <palves@redhat.com>
2868             Simon Marchi  <simon.marchi@polymtl.ca>
2869
2870         * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2871         instead of on dejagnu remote boards.
2872
2873 2017-10-12  Pedro Alves  <palves@redhat.com>
2874             Simon Marchi  <simon.marchi@polymtl.ca>
2875
2876         * gdb.base/inferior-died.exp: Remove is_remote and isnative
2877         checks.  Use build_executable + clean_restart instead of
2878         prepare_for_testing.  Pass "set non-stop on" via GDBFLAGS instead
2879         of enabling non-stop after starting gdb.
2880
2881 2017-10-12  Pedro Alves  <palves@redhat.com>
2882
2883         * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2884         * gdb.threads/non-ldr-exc-2.exp: Ditto.
2885         * gdb.threads/non-ldr-exc-3.exp: Ditto.
2886         * gdb.threads/non-ldr-exc-4.exp: Ditto.
2887
2888 2017-10-11  Anton Kolesov  <Anton.Kolesov@synopsys.com>
2889
2890         * gdb.arch/arc-tdesc-cpu.exp: New file.
2891         * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2892
2893 2017-10-10  Simon Marchi  <simon.marchi@ericsson.com>
2894
2895         * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2896
2897 2017-10-10  Pedro Alves <palves@redhat.com>
2898
2899         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2900         expect CLI output.
2901
2902 2017-10-10  Pedro Alves  <palves@redhat.com>
2903
2904         * lib/selftest-support.exp (selftest_setup): Update for
2905         captured_command_loop's prototype change.
2906
2907 2017-10-09  Pedro Alves  <palves@redhat.com>
2908
2909         Test both arch1=>arch2 and arch2=>arch1.
2910
2911         * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2912         (srcfile2, binfile2, march1, march2): Remove globals.  Largely
2913         factored out to...
2914         (append_arch1_options, append_arch2_options, append_arch_options)
2915         (build_executables): New procedures.
2916         (do_test): New 'first_arch' parameter.  Use it to define 'from_exec'
2917         local.
2918         (top level): Add new 'first_arch' testing axis.
2919
2920 2017-10-09  Pedro Alves  <palves@redhat.com>
2921
2922         * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2923         (barrier): New.
2924         (thread_start, all_started): New functions.
2925         (main): Spawn new thread and wait until it is scheduled.
2926         * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2927         option.
2928         (do_test): Add 'selected_thread' parameter.  Run to all_started
2929         instead of main.  Explicitly set the breakpoint at main.  Switch
2930         to the SELECTED_THREAD thread.
2931         (top level): Test handling the exec event with either the main
2932         thread or the second thread selected.
2933
2934 2017-10-09  Pedro Alves  <palves@redhat.com>
2935
2936         * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2937         logic.  Move STOP marker after the value checks.
2938         * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2939         regexp.
2940
2941 2017-10-06  Sandra Loosemore  <sandra@codesourcery.com>
2942
2943         * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2944
2945 2017-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
2946
2947         * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2948         integer-to-dfp conversion.
2949         * gdb.base/dfp-test.exp: Likewise.
2950
2951 2017-10-04  Pedro Alves  <palves@redhat.com>
2952
2953         * gdb.multi/hangout.c: Include <unistd.h>.
2954         (hangout_loop): New function.
2955         (main): Call alarm.  Call hangout_loop in a loop.
2956         * gdb.multi/hello.c: Include <unistd.h>.
2957         (hello_loop): New function.
2958         (main): Call alarm.  Call hangout_loop in a loop.
2959         * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2960         inferior with the other selected.
2961
2962 2017-10-04  Simon Marchi  <simon.marchi@ericsson.com>
2963
2964         * gdb.mi/list-thread-groups-available.exp: New file.
2965         * gdb.mi/list-thread-groups-available.c: New file.
2966
2967 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
2968
2969         * gdb.base/set-cwd.exp: Make it available on
2970         native-extended-gdbserver.
2971
2972 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
2973
2974         * gdb.base/set-cwd.c: New file.
2975         * gdb.base/set-cwd.exp: Likewise.
2976
2977 2017-10-02  Tom Tromey  <tom@tromey.com>
2978
2979         PR rust/22236:
2980         * gdb.rust/simple.rs (main): New variable "fslice".
2981         * gdb.rust/simple.exp: Add slice tests.  Update string tests.
2982
2983 2017-10-02  Tom Tromey  <tom@tromey.com>
2984
2985         * gdb.rust/simple.exp: Test ptype of a slice.
2986
2987 2017-10-02  Tom Tromey  <tom@tromey.com>
2988
2989         * gdb.rust/simple.exp: Test index of slice.
2990
2991 2017-09-27  Tom Tromey  <tom@tromey.com>
2992
2993         * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2994
2995 2017-09-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2996             Pedro Alves  <palves@redhat.com>
2997
2998         * gdb.base/compare-sections.exp (get value of read-only section): Read
2999         as unsigned value.
3000         (corrupt read-only section): Likewise and don't set written if patching
3001         failed.
3002
3003 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
3004
3005         * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3006         files.
3007
3008 2017-09-20  Pedro Alves  <palves@redhat.com>
3009
3010         * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3011         symbol names in gdb's output.
3012         * gdb.cp/overload.exp ("list all overloads"): Likewise.
3013
3014 2017-09-20  Pedro Alves  <palves@redhat.com>
3015
3016         * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3017         Rename to ...
3018         (test_list_ambiguous_symbol): ... this and add a symbol name
3019         parameter.  Adjust.
3020         (test_list_ambiguous_function): Reimplement on top of
3021         test_list_ambiguous_symbol and also test listing ambiguous
3022         variables.
3023         * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3024         (ambiguous_fun): ... this.
3025         (ambiguous_var): New.
3026         * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3027         (ambiguous_fun): ... this.
3028         (ambiguous_var): New.
3029
3030 2017-09-19  John Baldwin  <jhb@FreeBSD.org>
3031
3032         * gdb.base/starti.c: New file.
3033         * gdb.base/starti.exp: New file.
3034         * lib/gdb.exp (gdb_starti_cmd): New procedure.
3035
3036 2017-09-14  Pedro Alves  <palves@redhat.com>
3037
3038         * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3039         (top level): Use it instead of runto.
3040
3041 2017-09-11  Tom Tromey  <tom@tromey.com>
3042
3043         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3044
3045 2017-09-11  Tom Tromey  <tom@tromey.com>
3046
3047         * gdb.python/py-infthread.exp: Add tests for new_thread event.
3048         * gdb.python/py-inferior.exp: Add tests for new inferior events.
3049
3050 2017-09-08  Christoph Weinmann  <christoph.t.weinmann@intel.com>
3051
3052         * gdb.fortran/printing-types.exp: New file.
3053         * gdb.fortran/printing-types.exp: New file.
3054
3055 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
3056
3057         * gdb.fortran/vla-ptype.exp: Fix typos.
3058         * gdb.fortran/vla-value.exp: Same.
3059
3060 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
3061
3062         * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3063         * gdb.mi/mi-var-child-f.exp: Likewise.
3064         * gdb.mi/mi-vla-fortran.exp: Likewise.
3065
3066 2017-09-08  Frank Penczek  <frank.penczek@intel.com>
3067             Christoph Weinmann  <christoph.t.weinmann@intel.com>
3068             Bernhard Heckel  <bernhard.heckel@intel.com>
3069
3070         * gdb.fortran/ptr-indentation.f90: New file.
3071         * gdb.fortran/ptr-indentation.exp: New file.
3072
3073 2017-09-05  Tom Tromey  <tom@tromey.com>
3074
3075         PR gdb/22010:
3076         * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3077
3078 2017-09-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3079
3080         * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3081
3082 2017-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3083
3084         * gdb.threads/tls-nodebug-pie.c: New file.
3085         * gdb.threads/tls-nodebug-pie.exp: New file.
3086
3087 2017-09-05  Tom Tromey  <tom@tromey.com>
3088
3089         * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3090         for rust.
3091
3092 2017-09-05  Simon Marchi  <simon.marchi@ericsson.com>
3093
3094         * gdb.multi/multi-arch-exec.exp: Test with different
3095         "follow-exec-mode" settings.
3096         (do_test): New procedure.
3097
3098 2017-09-04  Pedro Alves  <palves@redhat.com>
3099
3100         * gdb.base/func-static.c (S::method const, S::method volatile)
3101         (S::method volatile const): New methods.
3102         (c_s, v_s, cv_s): New instances.
3103         (main): Call method() on them.
3104         * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3105         (cannot_resolve): New procedure.
3106         (cxx_scopes_list): Test cv methods.  Add print-scope-quote and
3107         print-quote-unquoted columns.
3108         (do_test): Test printing each scope too.
3109
3110 2017-09-04  Pedro Alves  <palves@redhat.com>
3111
3112         * gdb.base/local-static.exp: Also test with
3113         class::method::variable wholly quoted.
3114         * gdb.cp/m-static.exp (class::method::variable): Remove test.
3115
3116 2017-09-04  Pedro Alves  <palves@redhat.com>
3117
3118         * gdb.base/local-static.c: New.
3119         * gdb.base/local-static.cc: New.
3120         * gdb.base/local-static.exp:  New.
3121
3122 2017-09-04  Pedro Alves  <palves@redhat.com>
3123
3124         * gdb.asm/asm-source.exp: Add casts to int.
3125         * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3126         (dataglobal64_1, dataglobal64_2): New globals.
3127         * gdb.base/nodebug.exp: Test different expressions involving the
3128         new globals, with print, whatis and ptype.  Add casts to int.
3129         * gdb.base/solib-display.exp: Add casts to int.
3130         * gdb.compile/compile-ifunc.exp: Expect warning.  Add cast to int.
3131         * gdb.cp/m-static.exp: Add cast to int.
3132         * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3133         * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3134         tls variable with no debug info without a cast.  Test with a cast
3135         to int too.
3136         * gdb.trace/entry-values.exp: Add casts.
3137
3138 2017-09-04  Pedro Alves  <palves@redhat.com>
3139
3140         * gdb.base/nodebug.exp: Test that ptype's error about functions
3141         with unknown return type includes the function name too.
3142
3143 2017-09-04  Pedro Alves  <palves@redhat.com>
3144
3145         * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3146         return type of munmap in infcall.
3147         * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3148         * gdb.base/checkpoint.exp: Simplify using for loop.  Cast return
3149         type of ftell in infcall.
3150         * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3151         type of getpid in infcall.
3152         * gdb.base/infcall-exec.exp: Cast return type of execlp in
3153         infcall.
3154         * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3155         Bail on failure to extract the pid.
3156         * gdb.base/nodebug.c: #include <stdint.h>.
3157         (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3158         New functions.
3159         * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3160         Change expected output of print/whatis/ptype with functions with
3161         no debug info.  Test all supported languages.  Call
3162         test_call_promotion.
3163         * gdb.compile/compile.exp: Adjust expected output to expect
3164         warning.
3165         * gdb.threads/siginfo-threads.exp: Likewise.
3166
3167 2017-09-04  Pedro Alves  <palves@redhat.com>
3168
3169         * gdb.base/callfuncs.exp (do_function_calls): New parameter
3170         "prototypes".  Test calling float functions via prototyped and
3171         unprototyped function pointers.
3172         (perform_all_tests): New parameter "prototypes".  Pass it down.
3173         (top level): Pass down "prototypes" parameter to
3174         perform_all_tests.
3175
3176 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3177
3178         * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3179         Test with nested loops.
3180
3181 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3182
3183         * gdb.base/commands.exp: Call the new procedures.
3184         (loop_break_test, loop_continue_test): New procedures.
3185
3186 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3187
3188         * gdb.base/commands.exp: Call new procedure.
3189         (define_if_without_arg_test): New procedure.
3190
3191 2017-09-04  Pedro Alves  <palves@redhat.com>
3192
3193         * gdb.base/list-ambiguous.exp: New file.
3194         * gdb.base/list-ambiguous0.c: New file.
3195         * gdb.base/list-ambiguous1.c: New file.
3196         * gdb.base/list.exp (test_list_range): Adjust expected output.
3197
3198 2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
3199
3200         * gdb.base/share-env-with-gdbserver.c: New file.
3201         * gdb.base/share-env-with-gdbserver.exp: Likewise.
3202
3203 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3204
3205         * gdb.base/commands.exp (gdbvar_simple_if_test,
3206         gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3207         progvar_simple_if_test, progvar_simple_while_test,
3208         progvar_complex_if_while_test, user_defined_command_test,
3209         user_defined_command_args_eval,
3210         user_defined_command_args_stack_test,
3211         user_defined_command_manyargs_test, bp_deleted_in_command_test,
3212         temporary_breakpoint_commands,
3213         gdb_test_no_prompt, redefine_hook_test,
3214         redefine_backtrace_test): Remove "global gdb_prompt".
3215
3216 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3217
3218         * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3219         New proc, call it from toplevel.
3220
3221 2017-08-23  Sergio Durigan Junior  <sergiodj@redhat.com>
3222
3223         PR remote/21852
3224         * gdb.server/normal.c: New file, copied from gdb.base.
3225         * gdb.server/run-without-local-binary.exp: New file.
3226
3227 2017-08-07  Weimin Pan  <weimin.pan@oracle.com>
3228
3229         * gdb.arch/sparc64-adi.exp: New file.
3230         * gdb.arch/sparc64-adi.c: New file.
3231
3232 2017-08-22  Pedro Alves  <palves@redhat.com>
3233
3234         * gdb.cp/overload.exp (line_range_pattern): New procedure.
3235         (top level): Add "list all overloads" tests.
3236
3237 2017-08-22  Tom Tromey  <tom@tromey.com>
3238
3239         * gdb.gdb/xfullpath.exp: Remove.
3240
3241 2017-08-21  Pedro Alves  <palves@redhat.com>
3242
3243         PR gdb/19487
3244         * gdb.base/symbol-alias.c: New.
3245         * gdb.base/symbol-alias2.c: New.
3246         * gdb.base/symbol-alias.exp: New.
3247
3248 2017-08-21  Pedro Alves  <palves@redhat.com>
3249
3250         * gdb.base/dfp-test.c
3251         (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3252         (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3253         * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3254         * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3255         * gdb.base/whatis-ptype-typedefs.c: New.
3256         * gdb.base/whatis-ptype-typedefs.exp: New.
3257         * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3258         (an_int, an_int_type, an_int_type2): New globals.
3259         * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3260         involving typedefs and cast expressions.
3261         * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3262         (lookup_typedefs_function): New.
3263         (typedefs_pretty_printers_dict): New.
3264         (top level): Register lookup_typedefs_function in
3265         gdb.pretty_printers.
3266
3267 2017-08-18  Yao Qi  <yao.qi@linaro.org>
3268
3269         * gdb.server/unittest.exp: New.
3270
3271 2017-08-15  Sergio Durigan Junior  <sergiodj@redhat.com>
3272
3273         PR gdb/21954
3274         * gdb.base/environ.exp: Add test to check if 'unset environment'
3275         works.
3276
3277 2017-08-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3278
3279         * lib/gdb.exp (universal_compile_options): New caching proc.
3280         (gdb_compile): Suppress GCC's coloring of messages.
3281
3282 2017-08-14  Tom Tromey  <tom@tromey.com>
3283
3284         PR gdb/21675:
3285         * gdb.base/printcmds.exp (test_radices): New function.
3286         * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
3287         * gdb.base/sizeof.exp (check_valueof): Use p/d.
3288         * lib/gdb.exp (get_integer_valueof): Use p/d.
3289
3290 2017-08-12  Simon Marchi  <simon.marchi@ericsson.com>
3291
3292         * lib/gdb.exp (get_valueof): Don't capture end-of-line
3293         characters.
3294
3295 2017-08-05  Tom Tromey  <tom@tromey.com>
3296
3297         * gdb.rust/simple.exp: Allow String to appear in a different
3298         namespace.
3299
3300 2017-07-26  Yao Qi  <yao.qi@linaro.org>
3301
3302         * gdb.gdb/unittest.exp: Invoke command
3303         "maintenance check xml-descriptions".
3304
3305 2017-07-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3306
3307         * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
3308         calling context.
3309         (hex128): Drop erroneous calculation of parameters.
3310
3311 2017-07-22  Simon Marchi  <simon.marchi@ericsson.com>
3312
3313         * gdb.python/py-unwind.exp: Disable stack protection when
3314         building test file.
3315
3316 2017-07-20  Pedro Alves  <palves@redhat.com>
3317
3318         * gdb.base/default.exp (set language): Adjust expected output.
3319
3320 2017-07-20  Pedro Alves  <palves@redhat.com>
3321
3322         * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
3323         (test_minsym): ... this, and make static.
3324         (get_pck__foo__bar__minsym): Rename to ...
3325         (get_test_minsym): ... this.
3326         * gdb.base/dmsym.exp (): Remove "set language ada" call.  Adjust
3327         symbol names and comments.
3328         * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
3329         (get_test_minsym): ... this.
3330         (pck__foo__bar__minsym__2): Rename to ...
3331         (test_minsym): ... this.
3332         (main): Adjust.
3333
3334 2017-07-17  Pedro Alves  <palves@redhat.com>
3335
3336         * gdb.base/completion.exp: Adjust expected output.
3337         * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
3338         the completer works.
3339
3340 2017-07-17  Pedro Alves  <palves@redhat.com>
3341
3342         * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
3343
3344 2017-07-15  Andrew Burgess  <andrew.burgess@embecosm.com>
3345
3346         * gdb.mi/mi-vla-fortran.exp: Make test names unique.
3347
3348 2017-07-14  Tom Tromey  <tom@tromey.com>
3349
3350         PR rust/21764:
3351         * gdb.rust/simple.exp: Add tests.
3352
3353 2017-07-14  Tom Tromey  <tom@tromey.com>
3354
3355         * gdb.rust/simple.exp: Add regression test for PR rust/21763.
3356
3357 2017-07-14  Pedro Alves  <palves@redhat.com>
3358
3359         * gdb.linespec/base/one/thefile.cc (z1): New function.
3360         * gdb.linespec/base/two/thefile.cc (z2): New function.
3361         * gdb.linespec/linespec.exp: Add tests.
3362
3363 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
3364
3365         * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
3366         to mi_create_breakpoint.
3367
3368 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
3369
3370         * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
3371         mi_create_breakpoint.
3372
3373 2017-07-11  Iain Buclaw  <ibuclaw@gdcproject.org>
3374
3375         * gdb.dlang/demangle.exp: Update for demangling changes.
3376
3377 2017-07-09  Tom Tromey  <tom@tromey.com>
3378
3379         * gdb.dwarf2/shortpiece.exp: New file.
3380
3381 2017-07-06  David Blaikie  <dblaikie@gmail.com>
3382
3383         * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
3384         built from fissiont-multi-cu{1,2}.c.
3385         * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
3386         except putting 'main' and 'func' in separate CUs in the same DWO file.
3387         * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
3388         test.
3389         * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
3390         test.
3391
3392 2017-07-06  Pedro Alves  <palves@redhat.com>
3393
3394         * gdb.python/py-unwind.exp: Test flushregs.
3395
3396 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
3397
3398         PR cli/21688
3399         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
3400         tests for alias commands and trailing whitespace.
3401
3402 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
3403
3404         PR cli/21688
3405         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
3406         procedure.  Call it.
3407
3408 2017-06-29  Pedro Alves  <palves@redhat.com>
3409
3410         * gdb.base/printcmds.exp: Add tests.
3411
3412 2017-06-28  Doug Gilmore  <Doug.Gilmore@imgtec.com>
3413
3414         PR gdb/21337
3415         * gdb.base/reread-readsym.exp: New file.
3416         * gdb.base/reread-readsym.c: New file.
3417
3418 2017-06-21  Kevin Buettner  <kevinb@redhat.com>
3419
3420         * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
3421         subpattern.
3422
3423 2017-06-19  Peter Bergner  <bergner@vnet.ibm.com>
3424
3425         * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3426         extended mnemonic.
3427         * gdb.arch/powerpc-power9.s: Likewise.
3428
3429 2017-06-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3430
3431         * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
3432         on 32-bit x86 targets.  Exploit is_*_target macros where
3433         appropriate.
3434
3435 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3436
3437         * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
3438         register pieces.
3439
3440 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3441
3442         * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
3443         located in one or more DWARF pieces.
3444
3445 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3446
3447         * lib/gdb.exp (get_endianness): New proc.
3448         * gdb.arch/aarch64-fp.exp: Use it.
3449         * gdb.arch/altivec-regs.exp: Likewise.
3450         * gdb.arch/e500-regs.exp: Likewise.
3451         * gdb.arch/vsx-regs.exp: Likewise.
3452         * gdb.base/dump.exp: Likewise.
3453         * gdb.base/funcargs.exp: Likewise.
3454         * gdb.base/gnu_vector.exp: Likewise.
3455         * gdb.dwarf2/formdata16.exp: Likewise.
3456         * gdb.dwarf2/implptrpiece.exp: Likewise.
3457         * gdb.dwarf2/nonvar-access.exp: Likewise.
3458         * gdb.python/py-inferior.exp: Likewise.
3459         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3460
3461 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3462
3463         PR gdb/21226
3464         * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3465         stack value pieces are taken from the LSB end.
3466
3467 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3468
3469         * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3470         variable at nonzero offset.
3471
3472 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3473
3474         * gdb.dwarf2/var-access.c: New file.
3475         * gdb.dwarf2/var-access.exp: New test.
3476         * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3477
3478 2017-06-12  Tom Tromey  <tom@tromey.com>
3479
3480         * gdb.dwarf2/formdata16.exp: Add tests.
3481
3482 2017-06-12  Tom Tromey  <tom@tromey.com>
3483
3484         * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3485
3486 2017-06-12  Tom Tromey  <tom@tromey.com>
3487
3488         PR exp/16225:
3489         * gdb.reverse/i386-sse-reverse.exp: Update tests.
3490         * gdb.arch/vsx-regs.exp: Update tests.
3491         * gdb.arch/s390-vregs.exp (hex128): New proc.
3492         Update test.
3493         * gdb.arch/altivec-regs.exp: Update tests.
3494
3495 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
3496
3497         * gdb.base/startup-with-shell.c: New file.
3498         * gdb.base/startup-with-shell.exp: Likewise.
3499
3500 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
3501
3502         * gdb.server/non-existing-program.exp: Update regex in order to
3503         reflect the fact that gdbserver is now using fork_inferior (with a
3504         shell) to startup the inferior.
3505
3506 2017-05-30  Simon Marchi  <simon.marchi@ericsson.com>
3507
3508         * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3509         support function calls from GDB.
3510
3511 2017-05-21  Tom Tromey  <tom@tromey.com>
3512
3513         PR rust/21466:
3514         * gdb.rust/unsized.exp: New file.
3515         * gdb.rust/unsized.rs: New file.
3516
3517 2017-05-19  Tom Tromey  <tom@tromey.com>
3518
3519         PR rust/21484:
3520         * gdb.rust/watch.exp: New file.
3521         * gdb.rust/watch.rs: New file.
3522
3523 2017-05-18  Tom Tromey  <tom@tromey.com>
3524
3525         * gdb.rust/simple.exp: Allow Box to be qualified.
3526
3527 2017-05-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3528
3529         * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3530
3531 2017-05-18  Pedro Alves  <palves@redhat.com>
3532
3533         * gdb.base/fileio.c (test_write, test_read, test_close)
3534         (test_fstat): Don't print 'ret' in the fail path.
3535
3536 2017-05-18  Pedro Alves  <palves@redhat.com>
3537
3538         * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3539         (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3540         (test_system, test_rename, test_unlink, test_time): Change
3541         prototypes.
3542         * gdb.base/fileio.exp (stop_msg): Adjust.
3543
3544 2017-05-18  Pedro Alves  <palves@redhat.com>
3545
3546         * gdb.base/fileio.c (null_str): New global.
3547         (test_stat): Use it.
3548         * gdb.base/fileio.exp: Remove nowarnings.
3549
3550 2017-05-17  Yao Qi  <yao.qi@linaro.org>
3551
3552         * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3553
3554 2017-05-17  Simon Marchi  <simon.marchi@ericsson.com>
3555
3556         * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3557         argument command.
3558         (top-level): Invoke test_set_inferior_tty.
3559
3560 2017-05-04  Pedro Alves  <palves@redhat.com>
3561
3562         * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3563         Add parens to print call for Python 3.
3564
3565 2017-05-03  Keith Seitz  <keiths@redhat.com>
3566
3567         * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3568         (main): Call it.
3569
3570 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
3571
3572         * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3573         to prev and next.
3574
3575 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
3576
3577         * gdb.python/py-record-btrace.exp: Remove test for
3578         gdb.BtraceInstruction.error.
3579
3580 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
3581
3582         * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3583
3584 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
3585
3586         * gdb.python/py-record-btrace-threads.c: New file.
3587         * gdb.python/py-record-btrace-threads.exp: New file.
3588
3589 2017-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
3590
3591         PR testsuite/8595
3592         * gdb.base/environ.exp: Make test available in all architectures.
3593         Move bits related to "info program" testing to
3594         gdb.base/info-program.exp.  Rewrite tests to use the two new
3595         procedures mentione below.
3596         (test_set_show_env_var) New procedure.
3597         (test_set_show_env_var_equal): Likewise.
3598         * gdb.base/info-program.exp: New file.
3599
3600 2017-04-27  Keith Seitz  <keiths@redhat.com>
3601
3602         * gdb.cp/oranking.cc (test15): New function.
3603         (main): Call test15 and declare additional variables for testing.
3604         * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3605         "p foo101('abc')" tests.
3606         Add tests for cv qualifier overloads.
3607         * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3608         "lvalue reference overload" test.
3609         * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3610         "print value of f1 on Child&& in f2" test.
3611
3612 2017-04-19  Pedro Alves  <palves@redhat.com>
3613
3614         * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3615         procedure.
3616         (top level): Call it.
3617         * lib/gdb.exp (gdb_define_cmd): New procedure.
3618
3619 2017-04-12  Pedro Alves  <palves@redhat.com>
3620
3621         PR gdb/21323
3622         * gdb.cp/wide_char_types.c: Include <wchar.h>.
3623         (wchar): New global.
3624         * gdb.cp/wide_char_types.exp (wide_char_types_program)
3625         (do_test_wide_char, wide_char_types_no_program, top level): Add
3626         wchar_t testing.
3627
3628 2017-04-12  Pedro Alves  <palves@redhat.com>
3629
3630         PR c++/21323
3631         * gdb.cp/wide_char_types.c: New file.
3632         * gdb.cp/wide_char_types.exp: New file.
3633
3634 2017-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
3635
3636         PR gdb/21352
3637         * gdb.trace/tsv.exp: Add test for "tsave -r".
3638
3639 2017-03-30  Iain Buclaw  <ibuclaw@gdcproject.org>
3640
3641         * gdb.dlang/watch-loc.c: New file.
3642         * gdb.dlang/watch-loc.exp: New file.
3643
3644 2017-03-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
3645
3646         * gdb.python/py-section-script.exp (sepdebug): New testcases.
3647
3648 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
3649
3650         * gdb.arch/arc-analyze-prologue.S: New file.
3651         * gdb.arch/arc-analyze-prologue.exp: Likewise.
3652
3653 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
3654
3655         * gdb.arch/arc-decode-insn.S: New file.
3656         * gdb.arch/arc-decode-insn.exp: Likewise.
3657
3658 2017-03-21  Ivo Raisr  <ivo.raisr@oracle.com>
3659
3660         PR tdep/20928
3661         * gdb.arch/sparc64-regs.exp: New file.
3662         * gdb.arch/sparc64-regs.S: Likewise.
3663
3664 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
3665
3666         * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3667         and memory view on Python 3.
3668
3669 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
3670             Keith Seitz  <keiths@redhat.com>
3671
3672         PR gdb/14441
3673         * gdb.cp/demangle.exp: Add rvalue reference tests.
3674         * gdb.cp/rvalue-ref-casts.cc: New file.
3675         * gdb.cp/rvalue-ref-casts.exp: New file.
3676         * gdb.cp/rvalue-ref-overload.cc: New file.
3677         * gdb.cp/rvalue-ref-overload.exp: New file.
3678         * gdb.cp/rvalue-ref-params.cc: New file.
3679         * gdb.cp/rvalue-ref-params.exp: New file.
3680         * gdb.cp/rvalue-ref-sizeof.cc: New file.
3681         * gdb.cp/rvalue-ref-sizeof.exp: New file.
3682         * gdb.cp/rvalue-ref-types.cc: New file.
3683         * gdb.cp/rvalue-ref-types.exp: New file.
3684         * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3685         * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3686
3687 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
3688
3689         * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3690         New procedure.
3691
3692 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
3693
3694         * lib/mi-support.exp (mi_gdb_test): Add additional message
3695         for unexpected output.
3696
3697 2017-03-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3698
3699         * gdb.base/examine-backward.c (Barrier): New character array
3700         constant, to ensure that TestStrings is preceded by a string
3701         terminator.
3702
3703 2017-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3704
3705         * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3706         * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3707         and implicit pointer into such a location.
3708
3709 2017-03-16  Doug Evans  <dje@google.com>
3710
3711         * gdb.python/py-lazy-string (pointer): Really add new typedef.
3712
3713 2017-03-16  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3714
3715         * gdb.cp/m-static.exp: Fix expectation for prototype of
3716         test5.single_constructor and single_constructor::single_constructor.
3717
3718 2017-03-16  Doug Evans  <dje@google.com>
3719
3720         * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3721         * gdb.guile/scm-lazy-string.c: New file.
3722         * gdb.guile/scm-value.exp: Move lazy string tests to ...
3723         * gdb.guile/scm-lazy-string.exp: ... here, new file.  Add more tests
3724         for pointer, array, typedef lazy strings.
3725
3726 2017-03-16  Doug Evans  <dje@google.com>
3727
3728         PR python/17728, python/18439, python/18779
3729         * gdb.python/py-value.c (main) Delete locals sptr, sn.
3730         * gdb.python/py-lazy-string.c (pointer): New typedef.
3731         (main): New locals ptr, array, typedef_ptr.
3732         * gdb.python/py-value.exp: Move lazy string tests to ...
3733         * gdb.python/py-lazy-string.exp: ... here.  Add more tests for pointer,
3734         array, typedef lazy strings.
3735
3736 2017-03-14  Anton Kolesov  <anton.kolesov@synopsys.com>
3737
3738         * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3739           Add optional 'test' parameter.
3740
3741 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
3742
3743         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3744         Skip for versions of DejaGnu < 1.5.
3745
3746 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
3747
3748         * lib/gdb.exp (dejagnu_version): New proc.
3749         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3750         Use dejagnu_version.
3751
3752 2017-03-10  Keith Seitz  <keiths@redhat.com>
3753
3754         PR c++/8128
3755         * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3756         type from destructor regexps.
3757         Add a branch which actually passes the test.
3758         Adjust "ptype t5i" test names.
3759
3760 2017-03-08  Pedro Alves  <palves@redhat.com>
3761
3762         * gdb.base/step-over-exit.exp: Add explicit test message.
3763
3764 2017-03-08  Pedro Alves  <palves@redhat.com>
3765
3766         PR gdb/18360
3767         * gdb.threads/interrupt-while-step-over.c: New file.
3768         * gdb.threads/interrupt-while-step-over.exp: New file.
3769
3770 2017-03-08  Pedro Alves  <palves@redhat.com>
3771
3772         * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3773         * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3774
3775 2017-03-08  Pedro Alves  <palves@redhat.com>
3776
3777         * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3778         PKRU as not supported as a PASS.
3779
3780 2017-03-08  Pedro Alves  <palves@redhat.com>
3781
3782         * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3783         prefix instead of $binfile1/$binfile2.
3784         * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3785         in test message.
3786         * gdb.python/py-completion.exp: Use "load python file" as test
3787         messages instead of unstable path names.
3788
3789 2017-03-08  Pedro Alves  <palves@redhat.com>
3790             Jan Kratochvil  <jan.kratochvil@redhat.com>
3791
3792         PR cli/21218
3793         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3794         New proc.
3795         (top level): Call it.
3796
3797 2017-03-08  Pedro Alves  <palves@redhat.com>
3798
3799         PR tui/21216
3800         * gdb.tui/tui-nl-filtered-output.exp: New file.
3801
3802 2017-03-08  Pedro Alves  <palves@redhat.com>
3803
3804         * gdb.base/completion.exp: Move TUI completion tests to ...
3805         * gdb.tui/completion.exp: ... this new file.
3806
3807 2017-03-08  Pedro Alves  <palves@redhat.com>
3808
3809         * gdb.base/tui-disasm-long-lines.c,
3810         gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3811         gdb.base/tui-layout.exp: Move to ...
3812         * gdb.tui/: ... this new directory.
3813
3814 2017-03-07  Pedro Alves  <palves@redhat.com>
3815
3816         * gdb.base/tui-layout.c: New file.
3817         * gdb.base/tui-layout.exp: New file.
3818
3819 2017-03-07  Pedro Alves  <palves@redhat.com>
3820
3821         * gdb.base/tui-layout.c: Rename to ...
3822         * gdb.base/tui-disasm-long-lines.c: ... this.
3823         * gdb.base/tui-layout.exp: Rename to ...
3824         * gdb.base/tui-disasm-long-lines.exp: ... this.
3825
3826 2017-03-07  Pedro Alves  <palves@redhat.com>
3827
3828         * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3829
3830 2017-03-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
3831
3832         * i386-mpx-call.c: New file.
3833         * i386-mpx-call.exp: New file.
3834
3835 2017-02-28  Peter Bergner  <bergner@vnet.ibm.com>
3836
3837         * gdb.arch/powerpc-power.exp: Delete test.
3838         * gdb.arch/powerpc-power.s: Likewise.
3839         * gdb.disasm/disassembler-options.exp: New test.
3840         * gdb.arch/powerpc-altivec.exp: Likewise.
3841         * gdb.arch/powerpc-altivec.s: Likewise.
3842         * gdb.arch/powerpc-altivec2.exp: Likewise.
3843         * gdb.arch/powerpc-altivec2.s: Likewise.
3844         * gdb.arch/powerpc-altivec3.exp: Likewise.
3845         * gdb.arch/powerpc-altivec3.s: Likewise.
3846         * gdb.arch/powerpc-power7.exp: Likewise.
3847         * gdb.arch/powerpc-power7.s: Likewise.
3848         * gdb.arch/powerpc-power8.exp: Likewise.
3849         * gdb.arch/powerpc-power8.s: Likewise.
3850         * gdb.arch/powerpc-power9.exp: Likewise.
3851         * gdb.arch/powerpc-power9.s: Likewise.
3852         * gdb.arch/powerpc-vsx.exp: Likewise.
3853         * gdb.arch/powerpc-vsx.s: Likewise.
3854         * gdb.arch/powerpc-vsx2.exp: Likewise.
3855         * gdb.arch/powerpc-vsx2.s: Likewise.
3856         * gdb.arch/powerpc-vsx3.exp: Likewise.
3857         * gdb.arch/powerpc-vsx3.s: Likewise.
3858         * gdb.arch/arm-disassembler-options.exp: Likewise.
3859         * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3860         * gdb.arch/s390-disassembler-options.exp: Likewise.
3861
3862 2017-02-23  Luis Machado  <lgustavo@codesourcery.com>
3863
3864         * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3865         (check_supported_features): ... this. Changed return type to void.
3866         (supports_rdseed): New static global.
3867         (rdseed): Check supports_rdseed.
3868         (initialize): Call check_supported_features.
3869
3870 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3871
3872         * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3873         gdb.arch/ppc64-atomic-inst.exp.  Add tests for lbarx/stbcx, lharx/sthcx
3874         and lqarx/stqcx.
3875         * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3876         * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3877
3878 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3879
3880         * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3881         uppercase.
3882
3883 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3884
3885         * gdb.dwarf2/formdata16.c: New file.
3886         * gdb.dwarf2/formdata16.exp: New file.
3887         * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3888
3889 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3890
3891         * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3892         * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3893         * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3894         * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3895         DW_AT_GNU_*.
3896
3897 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3898
3899         * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3900
3901 2017-02-15  Sergio Durigan Junior  <sergiodj@redhat.com>
3902
3903         PR gdb/21164
3904         * gdb.base/maint.exp: Add testcases for when the commands do
3905         not have arguments.
3906
3907 2017-02-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3908
3909         * gdb.cp/chained-calls.exp: Use p instead of P.
3910
3911 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
3912
3913         * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3914         gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3915
3916 2017-02-14  Tom Tromey  <tom@tromey.com>
3917
3918         PR python/13598:
3919         * gdb.python/py-events.exp: Add before_prompt event tests.
3920
3921 2017-02-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3922
3923         * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3924
3925 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
3926
3927         * gdb.linespec/explicit.c (my_unique_function_name): New function.
3928         (main): Call my_unique_function_name.
3929         * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3930         completion of patterns with a single match.
3931         Add missing -re switches to gdb_test_multiple calls.
3932
3933 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
3934
3935         * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3936         return if core file is not recognized.
3937
3938 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
3939
3940         * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3941         and extra UIs.
3942
3943 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
3944
3945         * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3946         proc_with_prefix.
3947
3948 2017-02-10  Tom Tromey  <tom@tromey.com>
3949
3950         * gdb.python/py-xmethods.exp: Use "p" command, not "P".
3951
3952 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
3953
3954         PR gdb/21122
3955         * gdb.base/help.exp: Update match pattern for testing 'help commands'.
3956
3957 2017-02-08  Jerome Guitton  <guitton@adacore.com>
3958
3959         * gdb.base/define.exp: Add test for command abbreviations
3960         in define.
3961
3962 2017-02-06  Luis Machado  <lgustavo@codesourcery.com>
3963
3964         * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3965         * gdb.reverse/insn-reverse-x86.c: New file.
3966
3967 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
3968
3969         PR tdep/20936
3970         * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3971
3972 2017-02-03  Tom Tromey  <tom@tromey.com>
3973
3974         PR rust/21097:
3975         * gdb.rust/simple.exp: Add new tests.
3976
3977 2017-02-02  Pedro Alves  <palves@redhat.com>
3978
3979         * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3980         tests.
3981
3982 2017-02-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3983
3984         * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3985         taking a 2-byte value out of a 4-byte DWARF implicit value on
3986         big-endian targets.
3987         * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3988         logic.  Add test cases for DW_OP_implicit.
3989
3990 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
3991
3992         * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3993
3994 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
3995
3996         * gdb.btrace/enable.exp: Call gdb_exit before
3997         skip_gdbserver_tests.
3998
3999 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4000
4001         * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4002         GDBFLAGS.
4003
4004 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4005
4006         * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4007         the test is skipped.
4008         * gdb.btrace/data.exp: Likewise.
4009         * gdb.btrace/delta.exp: Likewise.
4010         * gdb.btrace/dlopen.exp: Likewise.
4011         * gdb.btrace/enable-running.exp: Likewise.
4012         * gdb.btrace/enable.exp: Likewise.
4013         * gdb.btrace/exception.exp: Likewise.
4014         * gdb.btrace/function_call_history.exp: Likewise.
4015         * gdb.btrace/gcore.exp: Likewise.
4016         * gdb.btrace/instruction_history.exp: Likewise.
4017         * gdb.btrace/multi-thread-step.exp: Likewise.
4018         * gdb.btrace/nohist.exp: Likewise.
4019         * gdb.btrace/non-stop.exp: Likewise.
4020         * gdb.btrace/reconnect.exp: Likewise.
4021         * gdb.btrace/record_goto-step.exp: Likewise.
4022         * gdb.btrace/record_goto.exp: Likewise.
4023         * gdb.btrace/rn-dl-bind.exp: Likewise.
4024         * gdb.btrace/segv.exp: Likewise.
4025         * gdb.btrace/step.exp: Likewise.
4026         * gdb.btrace/stepi.exp: Likewise.
4027         * gdb.btrace/tailcall-only.exp: Likewise.
4028         * gdb.btrace/tailcall.exp: Likewise.
4029         * gdb.btrace/tsx.exp: Likewise.
4030         * gdb.btrace/unknown_functions.exp: Likewise.
4031         * gdb.btrace/vdso.exp: Likewise.
4032
4033 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4034
4035         * gdb.btrace/enable-running.c: New.
4036         * gdb.btrace/enable-running.exp: New.
4037
4038 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
4039
4040         * gdb.arch/amd64-gs_base.c: New file.
4041         * gdb.arch/amd64-gs_base.exp: New file.
4042
4043 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
4044
4045         * lib/memory.exp: Remove spurious empty newlines.
4046
4047 2017-01-26  Simon Marchi  <simon.marchi@polymtl.ca>
4048
4049         * gdb.python/py-bad-printers.exp: Load python file using "source".
4050         * gdb.python/py-events.exp: Likewise.
4051         * gdb.python/py-evsignal.exp: Likewise.
4052         * gdb.python/py-evthreads.exp: Likewise.
4053         * gdb.python/py-frame-args.exp: Likewise.
4054         * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4055         * gdb.python/py-framefilter-mi.exp: Likewise.
4056         * gdb.python/py-framefilter.exp: Likewise.
4057         * gdb.python/py-mi.exp: Likewise.
4058         * gdb.python/py-pp-maint.exp: Likewise.
4059         * gdb.python/py-pp-registration.exp: Likewise.
4060         * gdb.python/py-prettyprint.exp: Likewise.
4061         (run_lang_tests): Likewise.
4062         * gdb.python/py-typeprint.exp: Likewise.
4063
4064 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
4065
4066         * lib/memory.exp: New file.
4067         * lib/gdb.exp: Load memory.exp.
4068         * gdb.base/memattr.exp (delete_memory): Move proc to
4069         lib/memory.exp and rename to delete_memory_regions.
4070         Replace delete_memory with delete_memory_regions.
4071         Cleanup memory regions before tests.
4072         * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4073         before tests.
4074
4075 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
4076
4077         * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4078         files.
4079         (initialize): New function conditionally defined.
4080         (testcases): Move within conditional block.
4081         (main): Call initialize.
4082         * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4083         of gdb.reverse/insn-reverse.c.
4084         * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4085         gdb.reverse/insn-reverse.c.
4086
4087 2017-01-26  Yao Qi  <yao.qi@linaro.org>
4088
4089         * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4090         disassemble on address 0.
4091
4092 2017-01-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4093             Yao Qi  <yao.qi@linaro.org>
4094
4095         * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4096         * gdb.dwarf2/implptr-64bit.S: Remove.
4097         * lib/dwarf.exp (Dwarf): Handle character "%".  Evaluate some
4098         variables in caller's context.  Add DW_OP_implicit_value.
4099
4100 2017-01-25  Yao Qi  <yao.qi@linaro.org>
4101
4102         * lib/dwarf.exp (Dwarf::_location): Handle
4103         DW_OP_GNU_implicit_pointer with proper size.
4104
4105 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
4106
4107         * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4108         and add untested calls.
4109
4110 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
4111
4112         * gdb.python/python.exp: Check line number against what GDB thinks
4113         the line number is for func1.
4114
4115 2017-01-08  Iain Buclaw  <ibuclaw@gdcproject.org>
4116
4117         * gdb.dlang/debug-expr.exp: New file.
4118
4119 2016-12-23  Luis Machado  <lgustavo@codesourcery.com>
4120
4121         Fix test names for the following files:
4122
4123         * gdb.ada/exec_changed.exp
4124         * gdb.ada/info_types.exp
4125         * gdb.arch/aarch64-atomic-inst.exp
4126         * gdb.arch/aarch64-fp.exp
4127         * gdb.arch/altivec-abi.exp
4128         * gdb.arch/altivec-regs.exp
4129         * gdb.arch/amd64-byte.exp
4130         * gdb.arch/amd64-disp-step.exp
4131         * gdb.arch/amd64-dword.exp
4132         * gdb.arch/amd64-entry-value-inline.exp
4133         * gdb.arch/amd64-entry-value-param.exp
4134         * gdb.arch/amd64-entry-value-paramref.exp
4135         * gdb.arch/amd64-entry-value.exp
4136         * gdb.arch/amd64-i386-address.exp
4137         * gdb.arch/amd64-invalid-stack-middle.exp
4138         * gdb.arch/amd64-invalid-stack-top.exp
4139         * gdb.arch/amd64-optimout-repeat.exp
4140         * gdb.arch/amd64-prologue-skip.exp
4141         * gdb.arch/amd64-prologue-xmm.exp
4142         * gdb.arch/amd64-stap-special-operands.exp
4143         * gdb.arch/amd64-stap-wrong-subexp.exp
4144         * gdb.arch/amd64-tailcall-cxx.exp
4145         * gdb.arch/amd64-tailcall-noret.exp
4146         * gdb.arch/amd64-tailcall-ret.exp
4147         * gdb.arch/amd64-tailcall-self.exp
4148         * gdb.arch/amd64-word.exp
4149         * gdb.arch/arm-bl-branch-dest.exp
4150         * gdb.arch/arm-disp-step.exp
4151         * gdb.arch/arm-neon.exp
4152         * gdb.arch/arm-single-step-kernel-helper.exp
4153         * gdb.arch/avr-flash-qualifier.exp
4154         * gdb.arch/disp-step-insn-reloc.exp
4155         * gdb.arch/e500-abi.exp
4156         * gdb.arch/e500-regs.exp
4157         * gdb.arch/ftrace-insn-reloc.exp
4158         * gdb.arch/i386-avx512.exp
4159         * gdb.arch/i386-bp_permanent.exp
4160         * gdb.arch/i386-byte.exp
4161         * gdb.arch/i386-cfi-notcurrent.exp
4162         * gdb.arch/i386-disp-step.exp
4163         * gdb.arch/i386-dr3-watch.exp
4164         * gdb.arch/i386-float.exp
4165         * gdb.arch/i386-gnu-cfi.exp
4166         * gdb.arch/i386-mpx-map.exp
4167         * gdb.arch/i386-mpx-sigsegv.exp
4168         * gdb.arch/i386-mpx-simple_segv.exp
4169         * gdb.arch/i386-mpx.exp
4170         * gdb.arch/i386-permbkpt.exp
4171         * gdb.arch/i386-prologue.exp
4172         * gdb.arch/i386-signal.exp
4173         * gdb.arch/i386-size-overlap.exp
4174         * gdb.arch/i386-unwind.exp
4175         * gdb.arch/i386-word.exp
4176         * gdb.arch/mips-fcr.exp
4177         * gdb.arch/powerpc-d128-regs.exp
4178         * gdb.arch/powerpc-stackless.exp
4179         * gdb.arch/ppc64-atomic-inst.exp
4180         * gdb.arch/s390-stackless.exp
4181         * gdb.arch/s390-tdbregs.exp
4182         * gdb.arch/s390-vregs.exp
4183         * gdb.arch/sparc-sysstep.exp
4184         * gdb.arch/thumb-bx-pc.exp
4185         * gdb.arch/thumb-singlestep.exp
4186         * gdb.arch/thumb2-it.exp
4187         * gdb.arch/vsx-regs.exp
4188         * gdb.asm/asm-source.exp
4189         * gdb.base/a2-run.exp
4190         * gdb.base/advance.exp
4191         * gdb.base/all-bin.exp
4192         * gdb.base/anon.exp
4193         * gdb.base/args.exp
4194         * gdb.base/arithmet.exp
4195         * gdb.base/async-shell.exp
4196         * gdb.base/async.exp
4197         * gdb.base/attach-pie-noexec.exp
4198         * gdb.base/attach-twice.exp
4199         * gdb.base/auto-load.exp
4200         * gdb.base/bang.exp
4201         * gdb.base/bitfields.exp
4202         * gdb.base/break-always.exp
4203         * gdb.base/break-caller-line.exp
4204         * gdb.base/break-entry.exp
4205         * gdb.base/break-inline.exp
4206         * gdb.base/break-on-linker-gcd-function.exp
4207         * gdb.base/break-probes.exp
4208         * gdb.base/break.exp
4209         * gdb.base/breakpoint-shadow.exp
4210         * gdb.base/call-ar-st.exp
4211         * gdb.base/call-sc.exp
4212         * gdb.base/call-signal-resume.exp
4213         * gdb.base/call-strs.exp
4214         * gdb.base/callfuncs.exp
4215         * gdb.base/catch-fork-static.exp
4216         * gdb.base/catch-gdb-caused-signals.exp
4217         * gdb.base/catch-load.exp
4218         * gdb.base/catch-signal-fork.exp
4219         * gdb.base/catch-signal.exp
4220         * gdb.base/catch-syscall.exp
4221         * gdb.base/charset.exp
4222         * gdb.base/checkpoint.exp
4223         * gdb.base/chng-syms.exp
4224         * gdb.base/code-expr.exp
4225         * gdb.base/code_elim.exp
4226         * gdb.base/commands.exp
4227         * gdb.base/completion.exp
4228         * gdb.base/complex.exp
4229         * gdb.base/cond-expr.exp
4230         * gdb.base/condbreak.exp
4231         * gdb.base/consecutive.exp
4232         * gdb.base/continue-all-already-running.exp
4233         * gdb.base/coredump-filter.exp
4234         * gdb.base/corefile.exp
4235         * gdb.base/dbx.exp
4236         * gdb.base/debug-expr.exp
4237         * gdb.base/define.exp
4238         * gdb.base/del.exp
4239         * gdb.base/disabled-location.exp
4240         * gdb.base/disasm-end-cu.exp
4241         * gdb.base/disasm-optim.exp
4242         * gdb.base/display.exp
4243         * gdb.base/duplicate-bp.exp
4244         * gdb.base/ena-dis-br.exp
4245         * gdb.base/ending-run.exp
4246         * gdb.base/enumval.exp
4247         * gdb.base/environ.exp
4248         * gdb.base/eu-strip-infcall.exp
4249         * gdb.base/eval-avoid-side-effects.exp
4250         * gdb.base/eval-skip.exp
4251         * gdb.base/exitsignal.exp
4252         * gdb.base/expand-psymtabs.exp
4253         * gdb.base/filesym.exp
4254         * gdb.base/find-unmapped.exp
4255         * gdb.base/finish.exp
4256         * gdb.base/float.exp
4257         * gdb.base/foll-exec-mode.exp
4258         * gdb.base/foll-exec.exp
4259         * gdb.base/foll-fork.exp
4260         * gdb.base/fortran-sym-case.exp
4261         * gdb.base/freebpcmd.exp
4262         * gdb.base/func-ptr.exp
4263         * gdb.base/func-ptrs.exp
4264         * gdb.base/funcargs.exp
4265         * gdb.base/gcore-buffer-overflow.exp
4266         * gdb.base/gcore-relro-pie.exp
4267         * gdb.base/gcore-relro.exp
4268         * gdb.base/gcore.exp
4269         * gdb.base/gdb1090.exp
4270         * gdb.base/gdb11530.exp
4271         * gdb.base/gdb11531.exp
4272         * gdb.base/gdb1821.exp
4273         * gdb.base/gdbindex-stabs.exp
4274         * gdb.base/gdbvars.exp
4275         * gdb.base/hbreak.exp
4276         * gdb.base/hbreak2.exp
4277         * gdb.base/included.exp
4278         * gdb.base/infcall-input.exp
4279         * gdb.base/inferior-died.exp
4280         * gdb.base/infnan.exp
4281         * gdb.base/info-macros.exp
4282         * gdb.base/info-os.exp
4283         * gdb.base/info-proc.exp
4284         * gdb.base/info-shared.exp
4285         * gdb.base/info-target.exp
4286         * gdb.base/infoline.exp
4287         * gdb.base/interp.exp
4288         * gdb.base/interrupt.exp
4289         * gdb.base/jit-reader.exp
4290         * gdb.base/jit-simple.exp
4291         * gdb.base/kill-after-signal.exp
4292         * gdb.base/kill-detach-inferiors-cmd.exp
4293         * gdb.base/label.exp
4294         * gdb.base/langs.exp
4295         * gdb.base/ldbl_e308.exp
4296         * gdb.base/line-symtabs.exp
4297         * gdb.base/linespecs.exp
4298         * gdb.base/list.exp
4299         * gdb.base/long_long.exp
4300         * gdb.base/longest-types.exp
4301         * gdb.base/maint.exp
4302         * gdb.base/max-value-size.exp
4303         * gdb.base/memattr.exp
4304         * gdb.base/mips_pro.exp
4305         * gdb.base/morestack.exp
4306         * gdb.base/moribund-step.exp
4307         * gdb.base/multi-forks.exp
4308         * gdb.base/nested-addr.exp
4309         * gdb.base/nextoverexit.exp
4310         * gdb.base/noreturn-finish.exp
4311         * gdb.base/noreturn-return.exp
4312         * gdb.base/nostdlib.exp
4313         * gdb.base/offsets.exp
4314         * gdb.base/opaque.exp
4315         * gdb.base/pc-fp.exp
4316         * gdb.base/permissions.exp
4317         * gdb.base/print-symbol-loading.exp
4318         * gdb.base/prologue-include.exp
4319         * gdb.base/psymtab.exp
4320         * gdb.base/ptype.exp
4321         * gdb.base/random-signal.exp
4322         * gdb.base/randomize.exp
4323         * gdb.base/range-stepping.exp
4324         * gdb.base/readline-ask.exp
4325         * gdb.base/recpar.exp
4326         * gdb.base/recurse.exp
4327         * gdb.base/relational.exp
4328         * gdb.base/restore.exp
4329         * gdb.base/return-nodebug.exp
4330         * gdb.base/return.exp
4331         * gdb.base/run-after-attach.exp
4332         * gdb.base/save-bp.exp
4333         * gdb.base/scope.exp
4334         * gdb.base/sect-cmd.exp
4335         * gdb.base/set-lang-auto.exp
4336         * gdb.base/set-noassign.exp
4337         * gdb.base/setvar.exp
4338         * gdb.base/sigall.exp
4339         * gdb.base/sigbpt.exp
4340         * gdb.base/siginfo-addr.exp
4341         * gdb.base/siginfo-infcall.exp
4342         * gdb.base/siginfo-obj.exp
4343         * gdb.base/siginfo.exp
4344         * gdb.base/signals-state-child.exp
4345         * gdb.base/signest.exp
4346         * gdb.base/sigstep.exp
4347         * gdb.base/sizeof.exp
4348         * gdb.base/skip.exp
4349         * gdb.base/solib-corrupted.exp
4350         * gdb.base/solib-nodir.exp
4351         * gdb.base/solib-search.exp
4352         * gdb.base/stack-checking.exp
4353         * gdb.base/stale-infcall.exp
4354         * gdb.base/stap-probe.exp
4355         * gdb.base/start.exp
4356         * gdb.base/step-break.exp
4357         * gdb.base/step-bt.exp
4358         * gdb.base/step-line.exp
4359         * gdb.base/step-over-exit.exp
4360         * gdb.base/step-over-syscall.exp
4361         * gdb.base/step-resume-infcall.exp
4362         * gdb.base/step-test.exp
4363         * gdb.base/store.exp
4364         * gdb.base/structs3.exp
4365         * gdb.base/sym-file.exp
4366         * gdb.base/symbol-without-target_section.exp
4367         * gdb.base/term.exp
4368         * gdb.base/testenv.exp
4369         * gdb.base/ui-redirect.exp
4370         * gdb.base/until.exp
4371         * gdb.base/unwindonsignal.exp
4372         * gdb.base/value-double-free.exp
4373         * gdb.base/vla-datatypes.exp
4374         * gdb.base/vla-ptr.exp
4375         * gdb.base/vla-sideeffect.exp
4376         * gdb.base/volatile.exp
4377         * gdb.base/watch-cond-infcall.exp
4378         * gdb.base/watch-cond.exp
4379         * gdb.base/watch-non-mem.exp
4380         * gdb.base/watch-read.exp
4381         * gdb.base/watch-vfork.exp
4382         * gdb.base/watchpoint-cond-gone.exp
4383         * gdb.base/watchpoint-delete.exp
4384         * gdb.base/watchpoint-hw-hit-once.exp
4385         * gdb.base/watchpoint-hw.exp
4386         * gdb.base/watchpoint-stops-at-right-insn.exp
4387         * gdb.base/watchpoints.exp
4388         * gdb.base/wchar.exp
4389         * gdb.base/whatis-exp.exp
4390         * gdb.btrace/buffer-size.exp
4391         * gdb.btrace/data.exp
4392         * gdb.btrace/delta.exp
4393         * gdb.btrace/dlopen.exp
4394         * gdb.btrace/enable.exp
4395         * gdb.btrace/exception.exp
4396         * gdb.btrace/function_call_history.exp
4397         * gdb.btrace/gcore.exp
4398         * gdb.btrace/instruction_history.exp
4399         * gdb.btrace/nohist.exp
4400         * gdb.btrace/reconnect.exp
4401         * gdb.btrace/record_goto-step.exp
4402         * gdb.btrace/record_goto.exp
4403         * gdb.btrace/rn-dl-bind.exp
4404         * gdb.btrace/segv.exp
4405         * gdb.btrace/step.exp
4406         * gdb.btrace/stepi.exp
4407         * gdb.btrace/tailcall-only.exp
4408         * gdb.btrace/tailcall.exp
4409         * gdb.btrace/tsx.exp
4410         * gdb.btrace/unknown_functions.exp
4411         * gdb.btrace/vdso.exp
4412         * gdb.compile/compile-ifunc.exp
4413         * gdb.compile/compile-ops.exp
4414         * gdb.compile/compile-print.exp
4415         * gdb.compile/compile-setjmp.exp
4416         * gdb.cp/abstract-origin.exp
4417         * gdb.cp/ambiguous.exp
4418         * gdb.cp/annota2.exp
4419         * gdb.cp/annota3.exp
4420         * gdb.cp/anon-ns.exp
4421         * gdb.cp/anon-struct.exp
4422         * gdb.cp/anon-union.exp
4423         * gdb.cp/arg-reference.exp
4424         * gdb.cp/baseenum.exp
4425         * gdb.cp/bool.exp
4426         * gdb.cp/breakpoint.exp
4427         * gdb.cp/bs15503.exp
4428         * gdb.cp/call-c.exp
4429         * gdb.cp/casts.exp
4430         * gdb.cp/chained-calls.exp
4431         * gdb.cp/class2.exp
4432         * gdb.cp/classes.exp
4433         * gdb.cp/cmpd-minsyms.exp
4434         * gdb.cp/converts.exp
4435         * gdb.cp/cp-relocate.exp
4436         * gdb.cp/cpcompletion.exp
4437         * gdb.cp/cpexprs.exp
4438         * gdb.cp/cplabel.exp
4439         * gdb.cp/cplusfuncs.exp
4440         * gdb.cp/cpsizeof.exp
4441         * gdb.cp/ctti.exp
4442         * gdb.cp/derivation.exp
4443         * gdb.cp/destrprint.exp
4444         * gdb.cp/dispcxx.exp
4445         * gdb.cp/enum-class.exp
4446         * gdb.cp/exception.exp
4447         * gdb.cp/exceptprint.exp
4448         * gdb.cp/expand-psymtabs-cxx.exp
4449         * gdb.cp/expand-sals.exp
4450         * gdb.cp/extern-c.exp
4451         * gdb.cp/filename.exp
4452         * gdb.cp/formatted-ref.exp
4453         * gdb.cp/fpointer.exp
4454         * gdb.cp/gdb1355.exp
4455         * gdb.cp/gdb2495.exp
4456         * gdb.cp/hang.exp
4457         * gdb.cp/impl-this.exp
4458         * gdb.cp/infcall-dlopen.exp
4459         * gdb.cp/inherit.exp
4460         * gdb.cp/iostream.exp
4461         * gdb.cp/koenig.exp
4462         * gdb.cp/local.exp
4463         * gdb.cp/m-data.exp
4464         * gdb.cp/m-static.exp
4465         * gdb.cp/mb-ctor.exp
4466         * gdb.cp/mb-inline.exp
4467         * gdb.cp/mb-templates.exp
4468         * gdb.cp/member-name.exp
4469         * gdb.cp/member-ptr.exp
4470         * gdb.cp/meth-typedefs.exp
4471         * gdb.cp/method.exp
4472         * gdb.cp/method2.exp
4473         * gdb.cp/minsym-fallback.exp
4474         * gdb.cp/misc.exp
4475         * gdb.cp/namelessclass.exp
4476         * gdb.cp/namespace-enum.exp
4477         * gdb.cp/namespace-nested-import.exp
4478         * gdb.cp/namespace.exp
4479         * gdb.cp/nextoverthrow.exp
4480         * gdb.cp/no-dmgl-verbose.exp
4481         * gdb.cp/non-trivial-retval.exp
4482         * gdb.cp/noparam.exp
4483         * gdb.cp/nsdecl.exp
4484         * gdb.cp/nsimport.exp
4485         * gdb.cp/nsnested.exp
4486         * gdb.cp/nsnoimports.exp
4487         * gdb.cp/nsrecurs.exp
4488         * gdb.cp/nsstress.exp
4489         * gdb.cp/nsusing.exp
4490         * gdb.cp/operator.exp
4491         * gdb.cp/oranking.exp
4492         * gdb.cp/overload-const.exp
4493         * gdb.cp/overload.exp
4494         * gdb.cp/ovldbreak.exp
4495         * gdb.cp/ovsrch.exp
4496         * gdb.cp/paren-type.exp
4497         * gdb.cp/parse-lang.exp
4498         * gdb.cp/pass-by-ref.exp
4499         * gdb.cp/pr-1023.exp
4500         * gdb.cp/pr-1210.exp
4501         * gdb.cp/pr-574.exp
4502         * gdb.cp/pr10687.exp
4503         * gdb.cp/pr12028.exp
4504         * gdb.cp/pr17132.exp
4505         * gdb.cp/pr17494.exp
4506         * gdb.cp/pr9067.exp
4507         * gdb.cp/pr9167.exp
4508         * gdb.cp/pr9631.exp
4509         * gdb.cp/printmethod.exp
4510         * gdb.cp/psmang.exp
4511         * gdb.cp/psymtab-parameter.exp
4512         * gdb.cp/ptype-cv-cp.exp
4513         * gdb.cp/ptype-flags.exp
4514         * gdb.cp/re-set-overloaded.exp
4515         * gdb.cp/ref-types.exp
4516         * gdb.cp/rtti.exp
4517         * gdb.cp/scope-err.exp
4518         * gdb.cp/shadow.exp
4519         * gdb.cp/smartp.exp
4520         * gdb.cp/static-method.exp
4521         * gdb.cp/static-print-quit.exp
4522         * gdb.cp/temargs.exp
4523         * gdb.cp/templates.exp
4524         * gdb.cp/try_catch.exp
4525         * gdb.cp/typedef-operator.exp
4526         * gdb.cp/typeid.exp
4527         * gdb.cp/userdef.exp
4528         * gdb.cp/using-crash.exp
4529         * gdb.cp/var-tag.exp
4530         * gdb.cp/virtbase.exp
4531         * gdb.cp/virtfunc.exp
4532         * gdb.cp/virtfunc2.exp
4533         * gdb.cp/vla-cxx.exp
4534         * gdb.disasm/t01_mov.exp
4535         * gdb.disasm/t02_mova.exp
4536         * gdb.disasm/t03_add.exp
4537         * gdb.disasm/t04_sub.exp
4538         * gdb.disasm/t05_cmp.exp
4539         * gdb.disasm/t06_ari2.exp
4540         * gdb.disasm/t07_ari3.exp
4541         * gdb.disasm/t08_or.exp
4542         * gdb.disasm/t09_xor.exp
4543         * gdb.disasm/t10_and.exp
4544         * gdb.disasm/t11_logs.exp
4545         * gdb.disasm/t12_bit.exp
4546         * gdb.disasm/t13_otr.exp
4547         * gdb.dlang/circular.exp
4548         * gdb.dwarf2/arr-stride.exp
4549         * gdb.dwarf2/arr-subrange.exp
4550         * gdb.dwarf2/atomic-type.exp
4551         * gdb.dwarf2/bad-regnum.exp
4552         * gdb.dwarf2/bitfield-parent-optimized-out.exp
4553         * gdb.dwarf2/callframecfa.exp
4554         * gdb.dwarf2/clztest.exp
4555         * gdb.dwarf2/corrupt.exp
4556         * gdb.dwarf2/data-loc.exp
4557         * gdb.dwarf2/dup-psym.exp
4558         * gdb.dwarf2/dw2-anon-mptr.exp
4559         * gdb.dwarf2/dw2-anonymous-func.exp
4560         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4561         * gdb.dwarf2/dw2-bad-unresolved.exp
4562         * gdb.dwarf2/dw2-basic.exp
4563         * gdb.dwarf2/dw2-canonicalize-type.exp
4564         * gdb.dwarf2/dw2-case-insensitive.exp
4565         * gdb.dwarf2/dw2-common-block.exp
4566         * gdb.dwarf2/dw2-compdir-oldgcc.exp
4567         * gdb.dwarf2/dw2-compressed.exp
4568         * gdb.dwarf2/dw2-const.exp
4569         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4570         * gdb.dwarf2/dw2-cu-size.exp
4571         * gdb.dwarf2/dw2-dup-frame.exp
4572         * gdb.dwarf2/dw2-entry-value.exp
4573         * gdb.dwarf2/dw2-icycle.exp
4574         * gdb.dwarf2/dw2-ifort-parameter.exp
4575         * gdb.dwarf2/dw2-inline-break.exp
4576         * gdb.dwarf2/dw2-inline-param.exp
4577         * gdb.dwarf2/dw2-intercu.exp
4578         * gdb.dwarf2/dw2-intermix.exp
4579         * gdb.dwarf2/dw2-lexical-block-bare.exp
4580         * gdb.dwarf2/dw2-linkage-name-trust.exp
4581         * gdb.dwarf2/dw2-minsym-in-cu.exp
4582         * gdb.dwarf2/dw2-noloc.exp
4583         * gdb.dwarf2/dw2-op-call.exp
4584         * gdb.dwarf2/dw2-op-out-param.exp
4585         * gdb.dwarf2/dw2-opt-structptr.exp
4586         * gdb.dwarf2/dw2-param-error.exp
4587         * gdb.dwarf2/dw2-producer.exp
4588         * gdb.dwarf2/dw2-ranges-base.exp
4589         * gdb.dwarf2/dw2-ref-missing-frame.exp
4590         * gdb.dwarf2/dw2-reg-undefined.exp
4591         * gdb.dwarf2/dw2-regno-invalid.exp
4592         * gdb.dwarf2/dw2-restore.exp
4593         * gdb.dwarf2/dw2-restrict.exp
4594         * gdb.dwarf2/dw2-single-line-discriminators.exp
4595         * gdb.dwarf2/dw2-strp.exp
4596         * gdb.dwarf2/dw2-undefined-ret-addr.exp
4597         * gdb.dwarf2/dw2-unresolved.exp
4598         * gdb.dwarf2/dw2-var-zero-addr.exp
4599         * gdb.dwarf2/dw4-sig-types.exp
4600         * gdb.dwarf2/dwz.exp
4601         * gdb.dwarf2/dynarr-ptr.exp
4602         * gdb.dwarf2/enum-type.exp
4603         * gdb.dwarf2/gdb-index.exp
4604         * gdb.dwarf2/implptr-64bit.exp
4605         * gdb.dwarf2/implptr-optimized-out.exp
4606         * gdb.dwarf2/implptr.exp
4607         * gdb.dwarf2/implref-array.exp
4608         * gdb.dwarf2/implref-const.exp
4609         * gdb.dwarf2/implref-global.exp
4610         * gdb.dwarf2/implref-struct.exp
4611         * gdb.dwarf2/mac-fileno.exp
4612         * gdb.dwarf2/main-subprogram.exp
4613         * gdb.dwarf2/member-ptr-forwardref.exp
4614         * gdb.dwarf2/method-ptr.exp
4615         * gdb.dwarf2/missing-sig-type.exp
4616         * gdb.dwarf2/nonvar-access.exp
4617         * gdb.dwarf2/opaque-type-lookup.exp
4618         * gdb.dwarf2/pieces-optimized-out.exp
4619         * gdb.dwarf2/pieces.exp
4620         * gdb.dwarf2/pr10770.exp
4621         * gdb.dwarf2/pr13961.exp
4622         * gdb.dwarf2/staticvirtual.exp
4623         * gdb.dwarf2/subrange.exp
4624         * gdb.dwarf2/symtab-producer.exp
4625         * gdb.dwarf2/trace-crash.exp
4626         * gdb.dwarf2/typeddwarf.exp
4627         * gdb.dwarf2/valop.exp
4628         * gdb.dwarf2/watch-notconst.exp
4629         * gdb.fortran/array-element.exp
4630         * gdb.fortran/charset.exp
4631         * gdb.fortran/common-block.exp
4632         * gdb.fortran/complex.exp
4633         * gdb.fortran/derived-type-function.exp
4634         * gdb.fortran/derived-type.exp
4635         * gdb.fortran/logical.exp
4636         * gdb.fortran/module.exp
4637         * gdb.fortran/multi-dim.exp
4638         * gdb.fortran/nested-funcs.exp
4639         * gdb.fortran/print-formatted.exp
4640         * gdb.fortran/subarray.exp
4641         * gdb.fortran/vla-alloc-assoc.exp
4642         * gdb.fortran/vla-datatypes.exp
4643         * gdb.fortran/vla-history.exp
4644         * gdb.fortran/vla-ptr-info.exp
4645         * gdb.fortran/vla-ptype-sub.exp
4646         * gdb.fortran/vla-ptype.exp
4647         * gdb.fortran/vla-sizeof.exp
4648         * gdb.fortran/vla-type.exp
4649         * gdb.fortran/vla-value-sub-arbitrary.exp
4650         * gdb.fortran/vla-value-sub-finish.exp
4651         * gdb.fortran/vla-value-sub.exp
4652         * gdb.fortran/vla-value.exp
4653         * gdb.fortran/whatis_type.exp
4654         * gdb.go/chan.exp
4655         * gdb.go/handcall.exp
4656         * gdb.go/hello.exp
4657         * gdb.go/integers.exp
4658         * gdb.go/methods.exp
4659         * gdb.go/package.exp
4660         * gdb.go/strings.exp
4661         * gdb.go/types.exp
4662         * gdb.go/unsafe.exp
4663         * gdb.guile/scm-arch.exp
4664         * gdb.guile/scm-block.exp
4665         * gdb.guile/scm-breakpoint.exp
4666         * gdb.guile/scm-cmd.exp
4667         * gdb.guile/scm-disasm.exp
4668         * gdb.guile/scm-equal.exp
4669         * gdb.guile/scm-frame-args.exp
4670         * gdb.guile/scm-frame-inline.exp
4671         * gdb.guile/scm-frame.exp
4672         * gdb.guile/scm-iterator.exp
4673         * gdb.guile/scm-math.exp
4674         * gdb.guile/scm-objfile.exp
4675         * gdb.guile/scm-ports.exp
4676         * gdb.guile/scm-symbol.exp
4677         * gdb.guile/scm-symtab.exp
4678         * gdb.guile/scm-value-cc.exp
4679         * gdb.guile/types-module.exp
4680         * gdb.linespec/break-ask.exp
4681         * gdb.linespec/cpexplicit.exp
4682         * gdb.linespec/explicit.exp
4683         * gdb.linespec/keywords.exp
4684         * gdb.linespec/linespec.exp
4685         * gdb.linespec/ls-dollar.exp
4686         * gdb.linespec/ls-errs.exp
4687         * gdb.linespec/skip-two.exp
4688         * gdb.linespec/thread.exp
4689         * gdb.mi/mi-async.exp
4690         * gdb.mi/mi-basics.exp
4691         * gdb.mi/mi-break.exp
4692         * gdb.mi/mi-catch-load.exp
4693         * gdb.mi/mi-cli.exp
4694         * gdb.mi/mi-cmd-param-changed.exp
4695         * gdb.mi/mi-console.exp
4696         * gdb.mi/mi-detach.exp
4697         * gdb.mi/mi-disassemble.exp
4698         * gdb.mi/mi-eval.exp
4699         * gdb.mi/mi-file-transfer.exp
4700         * gdb.mi/mi-file.exp
4701         * gdb.mi/mi-fill-memory.exp
4702         * gdb.mi/mi-inheritance-syntax-error.exp
4703         * gdb.mi/mi-linespec-err-cp.exp
4704         * gdb.mi/mi-logging.exp
4705         * gdb.mi/mi-memory-changed.exp
4706         * gdb.mi/mi-read-memory.exp
4707         * gdb.mi/mi-record-changed.exp
4708         * gdb.mi/mi-reg-undefined.exp
4709         * gdb.mi/mi-regs.exp
4710         * gdb.mi/mi-return.exp
4711         * gdb.mi/mi-reverse.exp
4712         * gdb.mi/mi-simplerun.exp
4713         * gdb.mi/mi-solib.exp
4714         * gdb.mi/mi-stack.exp
4715         * gdb.mi/mi-stepi.exp
4716         * gdb.mi/mi-syn-frame.exp
4717         * gdb.mi/mi-until.exp
4718         * gdb.mi/mi-var-block.exp
4719         * gdb.mi/mi-var-child.exp
4720         * gdb.mi/mi-var-cmd.exp
4721         * gdb.mi/mi-var-cp.exp
4722         * gdb.mi/mi-var-display.exp
4723         * gdb.mi/mi-var-invalidate.exp
4724         * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4725         * gdb.mi/mi-vla-fortran.exp
4726         * gdb.mi/mi-watch.exp
4727         * gdb.mi/mi2-var-child.exp
4728         * gdb.mi/user-selected-context-sync.exp
4729         * gdb.modula2/unbounded-array.exp
4730         * gdb.multi/dummy-frame-restore.exp
4731         * gdb.multi/multi-arch-exec.exp
4732         * gdb.multi/multi-arch.exp
4733         * gdb.multi/tids.exp
4734         * gdb.multi/watchpoint-multi.exp
4735         * gdb.opencl/callfuncs.exp
4736         * gdb.opencl/convs_casts.exp
4737         * gdb.opencl/datatypes.exp
4738         * gdb.opencl/operators.exp
4739         * gdb.opencl/vec_comps.exp
4740         * gdb.opt/clobbered-registers-O2.exp
4741         * gdb.opt/inline-break.exp
4742         * gdb.opt/inline-bt.exp
4743         * gdb.opt/inline-cmds.exp
4744         * gdb.opt/inline-locals.exp
4745         * gdb.pascal/case-insensitive-symbols.exp
4746         * gdb.pascal/floats.exp
4747         * gdb.pascal/gdb11492.exp
4748         * gdb.python/lib-types.exp
4749         * gdb.python/py-arch.exp
4750         * gdb.python/py-as-string.exp
4751         * gdb.python/py-bad-printers.exp
4752         * gdb.python/py-block.exp
4753         * gdb.python/py-breakpoint-create-fail.exp
4754         * gdb.python/py-breakpoint.exp
4755         * gdb.python/py-caller-is.exp
4756         * gdb.python/py-cmd.exp
4757         * gdb.python/py-explore-cc.exp
4758         * gdb.python/py-explore.exp
4759         * gdb.python/py-finish-breakpoint.exp
4760         * gdb.python/py-finish-breakpoint2.exp
4761         * gdb.python/py-frame-args.exp
4762         * gdb.python/py-frame-inline.exp
4763         * gdb.python/py-frame.exp
4764         * gdb.python/py-framefilter-mi.exp
4765         * gdb.python/py-infthread.exp
4766         * gdb.python/py-lazy-string.exp
4767         * gdb.python/py-linetable.exp
4768         * gdb.python/py-mi-events.exp
4769         * gdb.python/py-mi-objfile.exp
4770         * gdb.python/py-mi.exp
4771         * gdb.python/py-objfile.exp
4772         * gdb.python/py-pp-integral.exp
4773         * gdb.python/py-pp-maint.exp
4774         * gdb.python/py-pp-re-notag.exp
4775         * gdb.python/py-pp-registration.exp
4776         * gdb.python/py-recurse-unwind.exp
4777         * gdb.python/py-strfns.exp
4778         * gdb.python/py-symbol.exp
4779         * gdb.python/py-symtab.exp
4780         * gdb.python/py-sync-interp.exp
4781         * gdb.python/py-typeprint.exp
4782         * gdb.python/py-unwind-maint.exp
4783         * gdb.python/py-unwind.exp
4784         * gdb.python/py-value-cc.exp
4785         * gdb.python/py-xmethods.exp
4786         * gdb.reverse/amd64-tailcall-reverse.exp
4787         * gdb.reverse/break-precsave.exp
4788         * gdb.reverse/break-reverse.exp
4789         * gdb.reverse/consecutive-precsave.exp
4790         * gdb.reverse/consecutive-reverse.exp
4791         * gdb.reverse/finish-precsave.exp
4792         * gdb.reverse/finish-reverse-bkpt.exp
4793         * gdb.reverse/finish-reverse.exp
4794         * gdb.reverse/fstatat-reverse.exp
4795         * gdb.reverse/getresuid-reverse.exp
4796         * gdb.reverse/i386-precsave.exp
4797         * gdb.reverse/i386-reverse.exp
4798         * gdb.reverse/i386-sse-reverse.exp
4799         * gdb.reverse/i387-env-reverse.exp
4800         * gdb.reverse/i387-stack-reverse.exp
4801         * gdb.reverse/insn-reverse.exp
4802         * gdb.reverse/machinestate-precsave.exp
4803         * gdb.reverse/machinestate.exp
4804         * gdb.reverse/next-reverse-bkpt-over-sr.exp
4805         * gdb.reverse/pipe-reverse.exp
4806         * gdb.reverse/readv-reverse.exp
4807         * gdb.reverse/recvmsg-reverse.exp
4808         * gdb.reverse/rerun-prec.exp
4809         * gdb.reverse/s390-mvcle.exp
4810         * gdb.reverse/step-precsave.exp
4811         * gdb.reverse/step-reverse.exp
4812         * gdb.reverse/time-reverse.exp
4813         * gdb.reverse/until-precsave.exp
4814         * gdb.reverse/until-reverse.exp
4815         * gdb.reverse/waitpid-reverse.exp
4816         * gdb.reverse/watch-precsave.exp
4817         * gdb.reverse/watch-reverse.exp
4818         * gdb.rust/generics.exp
4819         * gdb.rust/methods.exp
4820         * gdb.rust/modules.exp
4821         * gdb.rust/simple.exp
4822         * gdb.server/connect-with-no-symbol-file.exp
4823         * gdb.server/ext-attach.exp
4824         * gdb.server/ext-restart.exp
4825         * gdb.server/ext-wrapper.exp
4826         * gdb.server/file-transfer.exp
4827         * gdb.server/server-exec-info.exp
4828         * gdb.server/server-kill.exp
4829         * gdb.server/server-mon.exp
4830         * gdb.server/wrapper.exp
4831         * gdb.stabs/exclfwd.exp
4832         * gdb.stabs/gdb11479.exp
4833         * gdb.threads/clone-new-thread-event.exp
4834         * gdb.threads/corethreads.exp
4835         * gdb.threads/current-lwp-dead.exp
4836         * gdb.threads/dlopen-libpthread.exp
4837         * gdb.threads/gcore-thread.exp
4838         * gdb.threads/sigstep-threads.exp
4839         * gdb.threads/watchpoint-fork.exp
4840         * gdb.trace/actions-changed.exp
4841         * gdb.trace/backtrace.exp
4842         * gdb.trace/change-loc.exp
4843         * gdb.trace/circ.exp
4844         * gdb.trace/collection.exp
4845         * gdb.trace/disconnected-tracing.exp
4846         * gdb.trace/ftrace.exp
4847         * gdb.trace/mi-trace-frame-collected.exp
4848         * gdb.trace/mi-trace-unavailable.exp
4849         * gdb.trace/mi-traceframe-changed.exp
4850         * gdb.trace/mi-tsv-changed.exp
4851         * gdb.trace/no-attach-trace.exp
4852         * gdb.trace/passc-dyn.exp
4853         * gdb.trace/qtro.exp
4854         * gdb.trace/range-stepping.exp
4855         * gdb.trace/read-memory.exp
4856         * gdb.trace/save-trace.exp
4857         * gdb.trace/signal.exp
4858         * gdb.trace/status-stop.exp
4859         * gdb.trace/tfile.exp
4860         * gdb.trace/trace-break.exp
4861         * gdb.trace/trace-buffer-size.exp
4862         * gdb.trace/trace-condition.exp
4863         * gdb.trace/tracefile-pseudo-reg.exp
4864         * gdb.trace/tstatus.exp
4865         * gdb.trace/unavailable.exp
4866         * gdb.trace/while-dyn.exp
4867         * gdb.trace/while-stepping.exp
4868
4869 2016-12-22  Doug Evans  <xdje42@gmail.com>
4870
4871         * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4872         and msymbols.
4873
4874 2016-12-19  Yao Qi  <yao.qi@linaro.org>
4875
4876         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4877         (test_with_self): Don't call do_steps_and_nexts, and remove
4878         code about stepping into xmalloc.
4879
4880 2016-12-09  Yao Qi  <yao.qi@linaro.org>
4881
4882         * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4883
4884 2016-12-09  Yao Qi  <yao.qi@linaro.org>
4885
4886         * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4887
4888 2016-12-09  Pedro Alves  <palves@redhat.com>
4889
4890         * gdb.base/all-architectures-0.exp: New file.
4891         * gdb.base/all-architectures-1.exp: New file.
4892         * gdb.base/all-architectures-2.exp: New file.
4893         * gdb.base/all-architectures-3.exp: New file.
4894         * gdb.base/all-architectures-4.exp: New file.
4895         * gdb.base/all-architectures-5.exp: New file.
4896         * gdb.base/all-architectures-6.exp: New file.
4897         * gdb.base/all-architectures-7.exp: New file.
4898         * gdb.base/all-architectures.exp.in: New file.
4899
4900 2016-12-09  Yao Qi  <yao.qi@linaro.org>
4901
4902         * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4903
4904 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
4905
4906         * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4907         possible.
4908         Remove useless pattern-matching code.
4909
4910 2016-12-02  Pedro Alves  <palves@redhat.com>
4911
4912         * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4913         procedure.
4914         (top level): Call it.
4915
4916 2016-12-02  Pedro Alves  <palves@redhat.com>
4917
4918         * gdb.base/commands.exp (user_defined_command_args_stack_test):
4919         New procedure.
4920         (top level): Call it.
4921
4922 2016-12-02  Pedro Alves  <palves@redhat.com>
4923
4924         PR cli/20559
4925         * gdb.base/commands.exp (user_defined_command_args_eval): New
4926         procedure.
4927         (top level): Call it.
4928
4929 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
4930
4931         * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4932         timeout handling.
4933
4934 2016-12-02  Tom Tromey  <tom@tromey.com>
4935
4936         * gdb.dwarf2/main-subprogram.c: New file.
4937         * gdb.dwarf2/main-subprogram.exp: New file.
4938
4939 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4940
4941         * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4942         * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4943         gdb_test_no_output for a couple of cases.
4944         * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4945
4946 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4947
4948         Fix test names and standardize compilation error messages throughout
4949         the following files:
4950
4951         * gdb.ada/start.exp
4952         * gdb.arch/alpha-step.exp
4953         * gdb.arch/e500-prologue.exp
4954         * gdb.arch/ftrace-insn-reloc.exp
4955         * gdb.arch/gdb1291.exp
4956         * gdb.arch/gdb1431.exp
4957         * gdb.arch/gdb1558.exp
4958         * gdb.arch/i386-dr3-watch.exp
4959         * gdb.arch/i386-sse-stack-align.exp
4960         * gdb.arch/ia64-breakpoint-shadow.exp
4961         * gdb.arch/pa-nullify.exp
4962         * gdb.arch/powerpc-aix-prologue.exp
4963         * gdb.arch/thumb-bx-pc.exp
4964         * gdb.base/annota1.exp
4965         * gdb.base/annota3.exp
4966         * gdb.base/arrayidx.exp
4967         * gdb.base/assign.exp
4968         * gdb.base/attach.exp
4969         * gdb.base/auxv.exp
4970         * gdb.base/bang.exp
4971         * gdb.base/bfp-test.exp
4972         * gdb.base/bigcore.exp
4973         * gdb.base/bitfields2.exp
4974         * gdb.base/break-fun-addr.exp
4975         * gdb.base/break-probes.exp
4976         * gdb.base/call-rt-st.exp
4977         * gdb.base/callexit.exp
4978         * gdb.base/catch-fork-kill.exp
4979         * gdb.base/charset.exp
4980         * gdb.base/checkpoint.exp
4981         * gdb.base/comprdebug.exp
4982         * gdb.base/constvars.exp
4983         * gdb.base/coredump-filter.exp
4984         * gdb.base/cursal.exp
4985         * gdb.base/cvexpr.exp
4986         * gdb.base/detach.exp
4987         * gdb.base/display.exp
4988         * gdb.base/dmsym.exp
4989         * gdb.base/dprintf-pending.exp
4990         * gdb.base/dso2dso.exp
4991         * gdb.base/dtrace-probe.exp
4992         * gdb.base/dump.exp
4993         * gdb.base/enum_cond.exp
4994         * gdb.base/exe-lock.exp
4995         * gdb.base/exec-invalid-sysroot.exp
4996         * gdb.base/execl-update-breakpoints.exp
4997         * gdb.base/exprs.exp
4998         * gdb.base/fileio.exp
4999         * gdb.base/find.exp
5000         * gdb.base/finish.exp
5001         * gdb.base/fixsection.exp
5002         * gdb.base/foll-vfork.exp
5003         * gdb.base/frame-args.exp
5004         * gdb.base/gcore.exp
5005         * gdb.base/gdb1250.exp
5006         * gdb.base/global-var-nested-by-dso.exp
5007         * gdb.base/gnu-ifunc.exp
5008         * gdb.base/hashline1.exp
5009         * gdb.base/hashline2.exp
5010         * gdb.base/hashline3.exp
5011         * gdb.base/hbreak-in-shr-unsupported.exp
5012         * gdb.base/huge.exp
5013         * gdb.base/infcall-input.exp
5014         * gdb.base/info-fun.exp
5015         * gdb.base/info-shared.exp
5016         * gdb.base/jit-simple.exp
5017         * gdb.base/jit-so.exp
5018         * gdb.base/jit.exp
5019         * gdb.base/jump.exp
5020         * gdb.base/label.exp
5021         * gdb.base/lineinc.exp
5022         * gdb.base/logical.exp
5023         * gdb.base/longjmp.exp
5024         * gdb.base/macscp.exp
5025         * gdb.base/miscexprs.exp
5026         * gdb.base/new-ui-echo.exp
5027         * gdb.base/new-ui-pending-input.exp
5028         * gdb.base/new-ui.exp
5029         * gdb.base/nodebug.exp
5030         * gdb.base/nofield.exp
5031         * gdb.base/offsets.exp
5032         * gdb.base/overlays.exp
5033         * gdb.base/pending.exp
5034         * gdb.base/pointers.exp
5035         * gdb.base/pr11022.exp
5036         * gdb.base/printcmds.exp
5037         * gdb.base/prologue.exp
5038         * gdb.base/ptr-typedef.exp
5039         * gdb.base/realname-expand.exp
5040         * gdb.base/relativedebug.exp
5041         * gdb.base/relocate.exp
5042         * gdb.base/remote.exp
5043         * gdb.base/reread.exp
5044         * gdb.base/return2.exp
5045         * gdb.base/savedregs.exp
5046         * gdb.base/sep.exp
5047         * gdb.base/sepdebug.exp
5048         * gdb.base/sepsymtab.exp
5049         * gdb.base/set-inferior-tty.exp
5050         * gdb.base/setshow.exp
5051         * gdb.base/shlib-call.exp
5052         * gdb.base/sigaltstack.exp
5053         * gdb.base/siginfo-addr.exp
5054         * gdb.base/signals.exp
5055         * gdb.base/signull.exp
5056         * gdb.base/sigrepeat.exp
5057         * gdb.base/so-impl-ld.exp
5058         * gdb.base/solib-display.exp
5059         * gdb.base/solib-overlap.exp
5060         * gdb.base/solib-search.exp
5061         * gdb.base/solib-symbol.exp
5062         * gdb.base/structs.exp
5063         * gdb.base/structs2.exp
5064         * gdb.base/symtab-search-order.exp
5065         * gdb.base/twice.exp
5066         * gdb.base/unload.exp
5067         * gdb.base/varargs.exp
5068         * gdb.base/watchpoint-solib.exp
5069         * gdb.base/watchpoint.exp
5070         * gdb.base/whatis.exp
5071         * gdb.base/wrong_frame_bt_full.exp
5072         * gdb.btrace/dlopen.exp
5073         * gdb.cell/ea-standalone.exp
5074         * gdb.cell/ea-test.exp
5075         * gdb.cp/dispcxx.exp
5076         * gdb.cp/gdb2384.exp
5077         * gdb.cp/method2.exp
5078         * gdb.cp/nextoverthrow.exp
5079         * gdb.cp/pr10728.exp
5080         * gdb.disasm/am33.exp
5081         * gdb.disasm/h8300s.exp
5082         * gdb.disasm/mn10300.exp
5083         * gdb.disasm/sh3.exp
5084         * gdb.dwarf2/dw2-dir-file-name.exp
5085         * gdb.fortran/complex.exp
5086         * gdb.fortran/library-module.exp
5087         * gdb.guile/scm-pretty-print.exp
5088         * gdb.guile/scm-symbol.exp
5089         * gdb.guile/scm-type.exp
5090         * gdb.guile/scm-value.exp
5091         * gdb.linespec/linespec.exp
5092         * gdb.mi/gdb701.exp
5093         * gdb.mi/gdb792.exp
5094         * gdb.mi/mi-breakpoint-changed.exp
5095         * gdb.mi/mi-dprintf-pending.exp
5096         * gdb.mi/mi-dprintf.exp
5097         * gdb.mi/mi-exit-code.exp
5098         * gdb.mi/mi-pending.exp
5099         * gdb.mi/mi-solib.exp
5100         * gdb.mi/new-ui-mi-sync.exp
5101         * gdb.mi/pr11022.exp
5102         * gdb.mi/user-selected-context-sync.exp
5103         * gdb.opt/solib-intra-step.exp
5104         * gdb.python/py-events.exp
5105         * gdb.python/py-finish-breakpoint.exp
5106         * gdb.python/py-mi.exp
5107         * gdb.python/py-prettyprint.exp
5108         * gdb.python/py-shared.exp
5109         * gdb.python/py-symbol.exp
5110         * gdb.python/py-template.exp
5111         * gdb.python/py-type.exp
5112         * gdb.python/py-value.exp
5113         * gdb.reverse/solib-precsave.exp
5114         * gdb.reverse/solib-reverse.exp
5115         * gdb.server/solib-list.exp
5116         * gdb.stabs/weird.exp
5117         * gdb.threads/reconnect-signal.exp
5118         * gdb.threads/stepi-random-signal.exp
5119         * gdb.trace/actions.exp
5120         * gdb.trace/ax.exp
5121         * gdb.trace/backtrace.exp
5122         * gdb.trace/change-loc.exp
5123         * gdb.trace/deltrace.exp
5124         * gdb.trace/ftrace-lock.exp
5125         * gdb.trace/ftrace.exp
5126         * gdb.trace/infotrace.exp
5127         * gdb.trace/mi-tracepoint-changed.exp
5128         * gdb.trace/packetlen.exp
5129         * gdb.trace/passcount.exp
5130         * gdb.trace/pending.exp
5131         * gdb.trace/range-stepping.exp
5132         * gdb.trace/report.exp
5133         * gdb.trace/stap-trace.exp
5134         * gdb.trace/tfind.exp
5135         * gdb.trace/trace-break.exp
5136         * gdb.trace/trace-condition.exp
5137         * gdb.trace/trace-enable-disable.exp
5138         * gdb.trace/trace-mt.exp
5139         * gdb.trace/tracecmd.exp
5140         * gdb.trace/tspeed.exp
5141         * gdb.trace/tsv.exp
5142         * lib/perftest.exp
5143
5144 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5145
5146         * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5147         with gdb_test_no_output.
5148         Use command as test name.
5149
5150 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5151
5152         Fix test names starting with uppercase throughout the files.
5153
5154         * gdb.ada/assign_1.exp
5155         * gdb.ada/boolean_expr.exp
5156         * gdb.base/arrayidx.exp
5157         * gdb.base/del.exp
5158         * gdb.base/gcore-buffer-overflow.exp
5159         * gdb.base/testenv.exp
5160         * gdb.compile/compile.exp
5161         * gdb.python/py-framefilter-invalidarg.exp
5162         * gdb.python/py-framefilter.exp
5163
5164 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5165
5166         Fix test names starting with uppercase throughout the files.
5167
5168         * gdb.ada/array_return.exp
5169         * gdb.ada/expr_delims.exp
5170         * gdb.ada/mi_dyn_arr.exp
5171         * gdb.ada/mi_interface.exp
5172         * gdb.ada/mi_var_array.exp
5173         * gdb.ada/watch_arg.exp
5174         * gdb.arch/alpha-step.exp
5175         * gdb.arch/altivec-regs.exp
5176         * gdb.arch/e500-regs.exp
5177         * gdb.arch/powerpc-d128-regs.exp
5178         * gdb.base/arrayidx.exp
5179         * gdb.base/break.exp
5180         * gdb.base/checkpoint.exp
5181         * gdb.base/debug-expr.exp
5182         * gdb.base/dmsym.exp
5183         * gdb.base/radix.exp
5184         * gdb.base/sepdebug.exp
5185         * gdb.base/testenv.exp
5186         * gdb.base/watch_thread_num.exp
5187         * gdb.base/watchpoint-cond-gone.exp
5188         * gdb.cell/break.exp
5189         * gdb.cell/ea-cache.exp
5190         * gdb.compile/compile.exp
5191         * gdb.cp/gdb2495.exp
5192         * gdb.gdb/selftest.exp
5193         * gdb.gdb/xfullpath.exp
5194         * gdb.go/hello.exp
5195         * gdb.go/integers.exp
5196         * gdb.objc/basicclass.exp
5197         * gdb.pascal/hello.exp
5198         * gdb.pascal/integers.exp
5199         * gdb.python/py-breakpoint.exp
5200         * gdb.python/py-cmd.exp
5201         * gdb.python/py-linetable.exp
5202         * gdb.python/py-xmethods.exp
5203         * gdb.python/python.exp
5204         * gdb.reverse/consecutive-precsave.exp
5205         * gdb.reverse/finish-precsave.exp
5206         * gdb.reverse/i386-precsave.exp
5207         * gdb.reverse/machinestate-precsave.exp
5208         * gdb.reverse/sigall-precsave.exp
5209         * gdb.reverse/solib-precsave.exp
5210         * gdb.reverse/step-precsave.exp
5211         * gdb.reverse/until-precsave.exp
5212         * gdb.reverse/watch-precsave.exp
5213         * gdb.threads/leader-exit.exp
5214         * gdb.threads/pthreads.exp
5215         * gdb.threads/wp-replication.exp
5216         * gdb.trace/actions.exp
5217         * gdb.trace/mi-tsv-changed.exp
5218         * gdb.trace/tsv.exp
5219
5220 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5221
5222         Fix test names starting with uppercase throughout the files.
5223
5224         * gdb.arch/i386-bp_permanent.exp
5225         * gdb.arch/i386-gnu-cfi.exp
5226         * gdb.base/disasm-end-cu.exp
5227         * gdb.base/macscp.exp
5228         * gdb.base/pending.exp
5229         * gdb.base/watch_thread_num.exp
5230         * gdb.cp/exception.exp
5231         * gdb.cp/gdb2495.exp
5232         * gdb.cp/local.exp
5233         * gdb.python/py-evsignal.exp
5234         * gdb.python/python.exp
5235         * gdb.trace/tracecmd.exp
5236
5237 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5238
5239         Fix test names starting with uppercase throughout the files.
5240
5241         * gdb.base/charset.exp
5242         * gdb.base/eval.exp
5243         * gdb.base/multi-forks.exp
5244         * gdb.guile/scm-progspace.exp
5245         * gdb.opencl/datatypes.exp
5246         * gdb.python/py-block.exp
5247         * gdb.python/py-function.exp
5248         * gdb.python/py-symbol.exp
5249         * gdb.python/py-symtab.exp
5250         * gdb.python/py-xmethods.exp
5251         * gdb.reverse/break-precsave.exp
5252         * gdb.reverse/break-reverse.exp
5253         * gdb.reverse/consecutive-precsave.exp
5254         * gdb.reverse/consecutive-reverse.exp
5255         * gdb.reverse/finish-precsave.exp
5256         * gdb.reverse/finish-reverse-bkpt.exp
5257         * gdb.reverse/finish-reverse.exp
5258         * gdb.reverse/fstatat-reverse.exp
5259         * gdb.reverse/getresuid-reverse.exp
5260         * gdb.reverse/i386-precsave.exp
5261         * gdb.reverse/i386-reverse.exp
5262         * gdb.reverse/i386-sse-reverse.exp
5263         * gdb.reverse/i387-stack-reverse.exp
5264         * gdb.reverse/insn-reverse.exp
5265         * gdb.reverse/machinestate-precsave.exp
5266         * gdb.reverse/machinestate.exp
5267         * gdb.reverse/next-reverse-bkpt-over-sr.exp
5268         * gdb.reverse/pipe-reverse.exp
5269         * gdb.reverse/readv-reverse.exp
5270         * gdb.reverse/recvmsg-reverse.exp
5271         * gdb.reverse/rerun-prec.exp
5272         * gdb.reverse/s390-mvcle.exp
5273         * gdb.reverse/sigall-precsave.exp
5274         * gdb.reverse/sigall-reverse.exp
5275         * gdb.reverse/solib-precsave.exp
5276         * gdb.reverse/solib-reverse.exp
5277         * gdb.reverse/step-precsave.exp
5278         * gdb.reverse/step-reverse.exp
5279         * gdb.reverse/time-reverse.exp
5280         * gdb.reverse/until-precsave.exp
5281         * gdb.reverse/until-reverse.exp
5282         * gdb.reverse/waitpid-reverse.exp
5283         * gdb.reverse/watch-precsave.exp
5284         * gdb.reverse/watch-reverse.exp
5285
5286 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5287
5288         Fix test names starting with uppercase throughout the files.
5289
5290         * gdb.arch/i386-mpx-simple_segv.exp
5291         * gdb.arch/i386-mpx.exp
5292         * gdb.arch/i386-permbkpt.exp
5293         * gdb.arch/pa-nullify.exp
5294         * gdb.arch/powerpc-d128-regs.exp
5295         * gdb.arch/vsx-regs.exp
5296         * gdb.base/bfp-test.exp
5297         * gdb.base/break.exp
5298         * gdb.base/breakpoint-shadow.exp
5299         * gdb.base/callfuncs.exp
5300         * gdb.base/charset.exp
5301         * gdb.base/commands.exp
5302         * gdb.base/completion.exp
5303         * gdb.base/dfp-test.exp
5304         * gdb.base/echo.exp
5305         * gdb.base/ending-run.exp
5306         * gdb.base/eval.exp
5307         * gdb.base/expand-psymtabs.exp
5308         * gdb.base/float128.exp
5309         * gdb.base/floatn.exp
5310         * gdb.base/foll-exec-mode.exp
5311         * gdb.base/gdb1056.exp
5312         * gdb.base/gdb11531.exp
5313         * gdb.base/kill-after-signal.exp
5314         * gdb.base/multi-forks.exp
5315         * gdb.base/overlays.exp
5316         * gdb.base/pending.exp
5317         * gdb.base/sepdebug.exp
5318         * gdb.base/testenv.exp
5319         * gdb.base/valgrind-db-attach.exp
5320         * gdb.base/watch_thread_num.exp
5321         * gdb.base/watchpoint-cond-gone.exp
5322         * gdb.base/watchpoint.exp
5323         * gdb.base/watchpoints.exp
5324         * gdb.cp/arg-reference.exp
5325         * gdb.cp/baseenum.exp
5326         * gdb.cp/operator.exp
5327         * gdb.cp/shadow.exp
5328         * gdb.dwarf2/dw2-op-out-param.exp
5329         * gdb.dwarf2/dw2-reg-undefined.exp
5330         * gdb.go/chan.exp
5331         * gdb.go/hello.exp
5332         * gdb.go/integers.exp
5333         * gdb.go/methods.exp
5334         * gdb.go/package.exp
5335         * gdb.guile/scm-parameter.exp
5336         * gdb.guile/scm-progspace.exp
5337         * gdb.guile/scm-value.exp
5338         * gdb.mi/mi-pending.exp
5339         * gdb.mi/user-selected-context-sync.exp
5340         * gdb.multi/multi-attach.exp
5341         * gdb.multi/tids.exp
5342         * gdb.opt/clobbered-registers-O2.exp
5343         * gdb.pascal/floats.exp
5344         * gdb.pascal/integers.exp
5345         * gdb.python/py-block.exp
5346         * gdb.python/py-events.exp
5347         * gdb.python/py-parameter.exp
5348         * gdb.python/py-symbol.exp
5349         * gdb.python/py-symtab.exp
5350         * gdb.python/py-type.exp
5351         * gdb.python/py-value.exp
5352         * gdb.python/py-xmethods.exp
5353         * gdb.python/python.exp
5354         * gdb.reverse/break-precsave.exp
5355         * gdb.reverse/consecutive-precsave.exp
5356         * gdb.reverse/finish-precsave.exp
5357         * gdb.reverse/i386-precsave.exp
5358         * gdb.reverse/machinestate-precsave.exp
5359         * gdb.reverse/sigall-precsave.exp
5360         * gdb.reverse/solib-precsave.exp
5361         * gdb.reverse/step-precsave.exp
5362         * gdb.reverse/until-precsave.exp
5363         * gdb.reverse/watch-precsave.exp
5364         * gdb.server/ext-attach.exp
5365         * gdb.server/ext-restart.exp
5366         * gdb.server/ext-run.exp
5367         * gdb.server/ext-wrapper.exp
5368         * gdb.stabs/gdb11479.exp
5369         * gdb.stabs/weird.exp
5370         * gdb.threads/attach-many-short-lived-threads.exp
5371         * gdb.threads/kill.exp
5372         * gdb.threads/watchpoint-fork.exp
5373
5374 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5375
5376         Fix test names starting with uppercase throughout all the files below.
5377
5378         * gdb.ada/array_return.exp
5379         * gdb.ada/catch_ex.exp
5380         * gdb.ada/info_exc.exp
5381         * gdb.ada/mi_catch_ex.exp
5382         * gdb.ada/mi_dyn_arr.exp
5383         * gdb.ada/mi_ex_cond.exp
5384         * gdb.ada/mi_exc_info.exp
5385         * gdb.ada/mi_interface.exp
5386         * gdb.ada/mi_task_arg.exp
5387         * gdb.ada/mi_task_info.exp
5388         * gdb.ada/mi_var_array.exp
5389         * gdb.arch/alpha-step.exp
5390         * gdb.arch/amd64-disp-step.exp
5391         * gdb.arch/arm-disp-step.exp
5392         * gdb.arch/disp-step-insn-reloc.exp
5393         * gdb.arch/e500-prologue.exp
5394         * gdb.arch/ftrace-insn-reloc.exp
5395         * gdb.arch/gdb1558.exp
5396         * gdb.arch/i386-bp_permanent.exp
5397         * gdb.arch/i386-disp-step.exp
5398         * gdb.arch/i386-float.exp
5399         * gdb.arch/i386-gnu-cfi.exp
5400         * gdb.arch/ia64-breakpoint-shadow.exp
5401         * gdb.arch/mips16-thunks.exp
5402         * gdb.arch/pa-nullify.exp
5403         * gdb.arch/powerpc-aix-prologue.exp
5404         * gdb.arch/powerpc-power.exp
5405         * gdb.arch/ppc-dfp.exp
5406         * gdb.arch/s390-tdbregs.exp
5407         * gdb.arch/spu-info.exp
5408         * gdb.arch/spu-ls.exp
5409         * gdb.arch/thumb-bx-pc.exp
5410         * gdb.base/advance.exp
5411         * gdb.base/annota-input-while-running.exp
5412         * gdb.base/arrayidx.exp
5413         * gdb.base/asmlabel.exp
5414         * gdb.base/async.exp
5415         * gdb.base/attach-wait-input.exp
5416         * gdb.base/auto-connect-native-target.exp
5417         * gdb.base/batch-preserve-term-settings.exp
5418         * gdb.base/bfp-test.exp
5419         * gdb.base/bigcore.exp
5420         * gdb.base/bp-permanent.exp
5421         * gdb.base/break-always.exp
5422         * gdb.base/break-fun-addr.exp
5423         * gdb.base/break-idempotent.exp
5424         * gdb.base/break-main-file-remove-fail.exp
5425         * gdb.base/break-probes.exp
5426         * gdb.base/break-unload-file.exp
5427         * gdb.base/break.exp
5428         * gdb.base/call-ar-st.exp
5429         * gdb.base/call-rt-st.exp
5430         * gdb.base/call-sc.exp
5431         * gdb.base/call-signal-resume.exp
5432         * gdb.base/call-strs.exp
5433         * gdb.base/callexit.exp
5434         * gdb.base/callfuncs.exp
5435         * gdb.base/catch-gdb-caused-signals.exp
5436         * gdb.base/catch-signal-siginfo-cond.exp
5437         * gdb.base/catch-syscall.exp
5438         * gdb.base/compare-sections.exp
5439         * gdb.base/cond-eval-mode.exp
5440         * gdb.base/condbreak-call-false.exp
5441         * gdb.base/consecutive-step-over.exp
5442         * gdb.base/cursal.exp
5443         * gdb.base/disabled-location.exp
5444         * gdb.base/disasm-end-cu.exp
5445         * gdb.base/display.exp
5446         * gdb.base/double-prompt-target-event-error.exp
5447         * gdb.base/dprintf-bp-same-addr.exp
5448         * gdb.base/dprintf-detach.exp
5449         * gdb.base/dprintf-next.exp
5450         * gdb.base/dprintf-non-stop.exp
5451         * gdb.base/dprintf-pending.exp
5452         * gdb.base/dso2dso.exp
5453         * gdb.base/ending-run.exp
5454         * gdb.base/enum_cond.exp
5455         * gdb.base/examine-backward.exp
5456         * gdb.base/exe-lock.exp
5457         * gdb.base/exec-invalid-sysroot.exp
5458         * gdb.base/execl-update-breakpoints.exp
5459         * gdb.base/execution-termios.exp
5460         * gdb.base/fileio.exp
5461         * gdb.base/fixsection.exp
5462         * gdb.base/foll-exec-mode.exp
5463         * gdb.base/foll-exec.exp
5464         * gdb.base/fork-running-state.exp
5465         * gdb.base/frame-args.exp
5466         * gdb.base/fullpath-expand.exp
5467         * gdb.base/func-ptr.exp
5468         * gdb.base/gcore-relro-pie.exp
5469         * gdb.base/gdb1090.exp
5470         * gdb.base/gdb1555.exp
5471         * gdb.base/global-var-nested-by-dso.exp
5472         * gdb.base/gnu-ifunc.exp
5473         * gdb.base/hbreak-in-shr-unsupported.exp
5474         * gdb.base/hbreak-unmapped.exp
5475         * gdb.base/hook-stop.exp
5476         * gdb.base/infcall-input.exp
5477         * gdb.base/info-fun.exp
5478         * gdb.base/info-shared.exp
5479         * gdb.base/interrupt-noterm.exp
5480         * gdb.base/jit-so.exp
5481         * gdb.base/jit.exp
5482         * gdb.base/line-symtabs.exp
5483         * gdb.base/list.exp
5484         * gdb.base/longjmp.exp
5485         * gdb.base/macscp.exp
5486         * gdb.base/max-value-size.exp
5487         * gdb.base/nodebug.exp
5488         * gdb.base/nofield.exp
5489         * gdb.base/overlays.exp
5490         * gdb.base/paginate-after-ctrl-c-running.exp
5491         * gdb.base/paginate-bg-execution.exp
5492         * gdb.base/paginate-inferior-exit.exp
5493         * gdb.base/pending.exp
5494         * gdb.base/pr11022.exp
5495         * gdb.base/printcmds.exp
5496         * gdb.base/ptr-typedef.exp
5497         * gdb.base/ptype.exp
5498         * gdb.base/randomize.exp
5499         * gdb.base/range-stepping.exp
5500         * gdb.base/realname-expand.exp
5501         * gdb.base/relativedebug.exp
5502         * gdb.base/remote.exp
5503         * gdb.base/savedregs.exp
5504         * gdb.base/sepdebug.exp
5505         * gdb.base/set-noassign.exp
5506         * gdb.base/shlib-call.exp
5507         * gdb.base/shreloc.exp
5508         * gdb.base/sigaltstack.exp
5509         * gdb.base/sigbpt.exp
5510         * gdb.base/siginfo-addr.exp
5511         * gdb.base/siginfo-obj.exp
5512         * gdb.base/siginfo-thread.exp
5513         * gdb.base/signest.exp
5514         * gdb.base/signull.exp
5515         * gdb.base/sigrepeat.exp
5516         * gdb.base/skip.exp
5517         * gdb.base/so-impl-ld.exp
5518         * gdb.base/solib-corrupted.exp
5519         * gdb.base/solib-disc.exp
5520         * gdb.base/solib-display.exp
5521         * gdb.base/solib-overlap.exp
5522         * gdb.base/solib-search.exp
5523         * gdb.base/solib-symbol.exp
5524         * gdb.base/source-execution.exp
5525         * gdb.base/sss-bp-on-user-bp-2.exp
5526         * gdb.base/sss-bp-on-user-bp.exp
5527         * gdb.base/stack-checking.exp
5528         * gdb.base/stale-infcall.exp
5529         * gdb.base/step-break.exp
5530         * gdb.base/step-line.exp
5531         * gdb.base/step-over-exit.exp
5532         * gdb.base/step-test.exp
5533         * gdb.base/structs.exp
5534         * gdb.base/sym-file.exp
5535         * gdb.base/symtab-search-order.exp
5536         * gdb.base/term.exp
5537         * gdb.base/type-opaque.exp
5538         * gdb.base/unload.exp
5539         * gdb.base/until-nodebug.exp
5540         * gdb.base/until.exp
5541         * gdb.base/unwindonsignal.exp
5542         * gdb.base/watch-cond.exp
5543         * gdb.base/watch-non-mem.exp
5544         * gdb.base/watch_thread_num.exp
5545         * gdb.base/watchpoint-reuse-slot.exp
5546         * gdb.base/watchpoint-solib.exp
5547         * gdb.base/watchpoint.exp
5548         * gdb.btrace/dlopen.exp
5549         * gdb.cell/arch.exp
5550         * gdb.cell/break.exp
5551         * gdb.cell/bt.exp
5552         * gdb.cell/core.exp
5553         * gdb.cell/data.exp
5554         * gdb.cell/dwarfaddr.exp
5555         * gdb.cell/ea-cache.exp
5556         * gdb.cell/ea-standalone.exp
5557         * gdb.cell/ea-test.exp
5558         * gdb.cell/f-regs.exp
5559         * gdb.cell/fork.exp
5560         * gdb.cell/gcore.exp
5561         * gdb.cell/mem-access.exp
5562         * gdb.cell/ptype.exp
5563         * gdb.cell/registers.exp
5564         * gdb.cell/sizeof.exp
5565         * gdb.cell/solib-symbol.exp
5566         * gdb.cell/solib.exp
5567         * gdb.compile/compile-tls.exp
5568         * gdb.cp/exception.exp
5569         * gdb.cp/gdb2495.exp
5570         * gdb.cp/local.exp
5571         * gdb.cp/mb-inline.exp
5572         * gdb.cp/mb-templates.exp
5573         * gdb.cp/pr10687.exp
5574         * gdb.cp/pr9167.exp
5575         * gdb.cp/scope-err.exp
5576         * gdb.cp/templates.exp
5577         * gdb.cp/virtfunc.exp
5578         * gdb.dwarf2/dw2-dir-file-name.exp
5579         * gdb.dwarf2/dw2-single-line-discriminators.exp
5580         * gdb.fortran/complex.exp
5581         * gdb.fortran/library-module.exp
5582         * gdb.guile/guile.exp
5583         * gdb.guile/scm-cmd.exp
5584         * gdb.guile/scm-frame-inline.exp
5585         * gdb.guile/scm-objfile.exp
5586         * gdb.guile/scm-pretty-print.exp
5587         * gdb.guile/scm-symbol.exp
5588         * gdb.guile/scm-type.exp
5589         * gdb.guile/scm-value.exp
5590         * gdb.linespec/keywords.exp
5591         * gdb.linespec/ls-errs.exp
5592         * gdb.linespec/macro-relative.exp
5593         * gdb.linespec/thread.exp
5594         * gdb.mi/mi-breakpoint-changed.exp
5595         * gdb.mi/mi-dprintf-pending.exp
5596         * gdb.mi/mi-fullname-deleted.exp
5597         * gdb.mi/mi-logging.exp
5598         * gdb.mi/mi-pending.exp
5599         * gdb.mi/mi-solib.exp
5600         * gdb.mi/new-ui-mi-sync.exp
5601         * gdb.mi/user-selected-context-sync.exp
5602         * gdb.multi/dummy-frame-restore.exp
5603         * gdb.multi/multi-arch-exec.exp
5604         * gdb.multi/remove-inferiors.exp
5605         * gdb.multi/watchpoint-multi-exit.exp
5606         * gdb.opt/solib-intra-step.exp
5607         * gdb.perf/backtrace.exp
5608         * gdb.perf/single-step.exp
5609         * gdb.perf/skip-command.exp
5610         * gdb.perf/skip-prologue.exp
5611         * gdb.perf/solib.exp
5612         * gdb.python/lib-types.exp
5613         * gdb.python/py-as-string.exp
5614         * gdb.python/py-bad-printers.exp
5615         * gdb.python/py-block.exp
5616         * gdb.python/py-breakpoint.exp
5617         * gdb.python/py-cmd.exp
5618         * gdb.python/py-events.exp
5619         * gdb.python/py-evthreads.exp
5620         * gdb.python/py-finish-breakpoint.exp
5621         * gdb.python/py-finish-breakpoint2.exp
5622         * gdb.python/py-frame-inline.exp
5623         * gdb.python/py-frame.exp
5624         * gdb.python/py-inferior.exp
5625         * gdb.python/py-infthread.exp
5626         * gdb.python/py-mi.exp
5627         * gdb.python/py-objfile.exp
5628         * gdb.python/py-pp-maint.exp
5629         * gdb.python/py-pp-registration.exp
5630         * gdb.python/py-prettyprint.exp
5631         * gdb.python/py-recurse-unwind.exp
5632         * gdb.python/py-shared.exp
5633         * gdb.python/py-symbol.exp
5634         * gdb.python/py-symtab.exp
5635         * gdb.python/py-template.exp
5636         * gdb.python/py-type.exp
5637         * gdb.python/py-unwind-maint.exp
5638         * gdb.python/py-unwind.exp
5639         * gdb.python/py-value.exp
5640         * gdb.python/python.exp
5641         * gdb.reverse/finish-reverse-bkpt.exp
5642         * gdb.reverse/insn-reverse.exp
5643         * gdb.reverse/next-reverse-bkpt-over-sr.exp
5644         * gdb.reverse/solib-precsave.exp
5645         * gdb.reverse/solib-reverse.exp
5646         * gdb.stabs/gdb11479.exp
5647         * gdb.stabs/weird.exp
5648         * gdb.threads/fork-child-threads.exp
5649         * gdb.threads/fork-plus-threads.exp
5650         * gdb.threads/fork-thread-pending.exp
5651         * gdb.threads/forking-threads-plus-breakpoint.exp
5652         * gdb.threads/hand-call-in-threads.exp
5653         * gdb.threads/interrupted-hand-call.exp
5654         * gdb.threads/linux-dp.exp
5655         * gdb.threads/local-watch-wrong-thread.exp
5656         * gdb.threads/next-while-other-thread-longjmps.exp
5657         * gdb.threads/non-ldr-exit.exp
5658         * gdb.threads/pending-step.exp
5659         * gdb.threads/print-threads.exp
5660         * gdb.threads/process-dies-while-detaching.exp
5661         * gdb.threads/process-dies-while-handling-bp.exp
5662         * gdb.threads/pthreads.exp
5663         * gdb.threads/queue-signal.exp
5664         * gdb.threads/reconnect-signal.exp
5665         * gdb.threads/signal-command-handle-nopass.exp
5666         * gdb.threads/signal-command-multiple-signals-pending.exp
5667         * gdb.threads/signal-delivered-right-thread.exp
5668         * gdb.threads/signal-sigtrap.exp
5669         * gdb.threads/sigthread.exp
5670         * gdb.threads/staticthreads.exp
5671         * gdb.threads/stepi-random-signal.exp
5672         * gdb.threads/thread-unwindonsignal.exp
5673         * gdb.threads/thread_check.exp
5674         * gdb.threads/thread_events.exp
5675         * gdb.threads/tid-reuse.exp
5676         * gdb.threads/tls-nodebug.exp
5677         * gdb.threads/tls-shared.exp
5678         * gdb.threads/tls-so_extern.exp
5679         * gdb.threads/tls.exp
5680         * gdb.threads/wp-replication.exp
5681         * gdb.trace/actions-changed.exp
5682         * gdb.trace/actions.exp
5683         * gdb.trace/backtrace.exp
5684         * gdb.trace/change-loc.exp
5685         * gdb.trace/collection.exp
5686         * gdb.trace/deltrace.exp
5687         * gdb.trace/disconnected-tracing.exp
5688         * gdb.trace/entry-values.exp
5689         * gdb.trace/ftrace-lock.exp
5690         * gdb.trace/ftrace.exp
5691         * gdb.trace/infotrace.exp
5692         * gdb.trace/mi-trace-frame-collected.exp
5693         * gdb.trace/mi-trace-unavailable.exp
5694         * gdb.trace/mi-traceframe-changed.exp
5695         * gdb.trace/mi-tracepoint-changed.exp
5696         * gdb.trace/mi-tsv-changed.exp
5697         * gdb.trace/no-attach-trace.exp
5698         * gdb.trace/packetlen.exp
5699         * gdb.trace/passc-dyn.exp
5700         * gdb.trace/passcount.exp
5701         * gdb.trace/pending.exp
5702         * gdb.trace/pr16508.exp
5703         * gdb.trace/qtro.exp
5704         * gdb.trace/range-stepping.exp
5705         * gdb.trace/read-memory.exp
5706         * gdb.trace/report.exp
5707         * gdb.trace/save-trace.exp
5708         * gdb.trace/signal.exp
5709         * gdb.trace/stap-trace.exp
5710         * gdb.trace/status-stop.exp
5711         * gdb.trace/strace.exp
5712         * gdb.trace/tfile.exp
5713         * gdb.trace/tfind.exp
5714         * gdb.trace/trace-break.exp
5715         * gdb.trace/trace-condition.exp
5716         * gdb.trace/trace-enable-disable.exp
5717         * gdb.trace/trace-mt.exp
5718         * gdb.trace/tracecmd.exp
5719         * gdb.trace/tracefile-pseudo-reg.exp
5720         * gdb.trace/tspeed.exp
5721         * gdb.trace/tstatus.exp
5722         * gdb.trace/tsv.exp
5723         * gdb.trace/unavailable.exp
5724         * gdb.trace/while-dyn.exp
5725         * gdb.trace/while-stepping.exp
5726         * lib/gdb-guile.exp
5727         * lib/gdb.exp
5728         * lib/mi-support.exp
5729         * lib/pascal.exp
5730         * lib/perftest.exp
5731         * lib/prelink-support.exp
5732         * lib/selftest-support.exp
5733
5734 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
5735
5736         * Makefile.in: Include disable-implicit-rules.mk.
5737
5738 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5739
5740         * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5741         non-byte-aligned bit fields.
5742
5743 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5744
5745         PR gdb/12616
5746         * gdb.dwarf2/nonvar-access.exp: New testcase.  Check that GDB
5747         respects the DW_AT_data_bit_offset attribute.
5748
5749 2016-11-22  Simon Marchi  <simon.marchi@polymtl.ca>
5750
5751         * gdb.base/default.exp: Fix output of "set language".
5752
5753 2016-11-17  Simon Marchi  <simon.marchi@polymtl.ca>
5754
5755         * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5756         prefixed with @GMAKE_FALSE@.  Update comment related to non-GNU
5757         make.
5758         * configure.ac: Remove checks for the make program.
5759         * configure: Re-generate.
5760
5761 2016-11-16  Kevin Buettner  <kevinb@redhat.com>
5762
5763         * gdb.python/py-recurse-unwind.c (main): Add loop.
5764         * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
5765         to read_register() and gdb.parse_and_eval().  Make each code
5766         call a separate case that can be individually tested.
5767         * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5768         proc. Call cont_and_backtrace for each of the code paths that
5769         we want to test in the unwinder.
5770
5771 2016-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5772
5773         * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5774         the definition of struct S.
5775
5776 2016-11-11  Catherine Moore  <clm@codesourcery.com>
5777
5778         * gdb.base/dump.exp: Identify verilog format dump tests as such.
5779
5780 2016-11-09  Pedro Alves  <palves@redhat.com>
5781
5782         * gdb.base/commands.exp (runto_or_return): New procedure.
5783         (gdbvar_simple_if_test, gdbvar_simple_while_test)
5784         (gdbvar_complex_if_while_test, progvar_simple_if_test)
5785         (progvar_simple_while_test, progvar_complex_if_while_test)
5786         (if_while_breakpoint_command_test)
5787         (infrun_breakpoint_command_test, breakpoint_command_test)
5788         (user_defined_command_test, watchpoint_command_test)
5789         (test_command_prompt_position, redefine_hook_test)
5790         (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5791         (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5792         multi_line_input and multi_line.  Remove gdb_expect and
5793         gdb_stop_suppressing_tests uses.
5794         * lib/gdb.exp (valnum_re): New global.
5795         (multi_line_input): New procedure.
5796
5797 2016-11-09  Simon Marchi  <simon.marchi@polymtl.ca>
5798
5799         * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5800         Remove.
5801         (test_setup): Define with proc_with_prefix.
5802         (test_cli_inferior): Likewise.
5803         (test_cli_thread): Likewise.
5804         (test_cli_frame): Likewise.
5805         (test_cli_select_frame): Likewise.
5806         (test_cli_up_down): Likewise.
5807         (test_mi_thread_select): Likewise.
5808         (test_mi_stack_select_frame): Likewise.
5809         (test_cli_in_mi_inferior): Likewise.
5810         (test_cli_in_mi_thread): Likewise.
5811         (test_cli_in_mi_frame): Likewise.
5812         (top level): Do not use with_test_prefix_procname.
5813
5814 2016-11-09  Pedro Alves  <palves@redhat.com>
5815
5816         * gdb.base/commands.exp (gdbvar_simple_if_test)
5817         (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5818         (progvar_simple_if_test, progvar_simple_while_test)
5819         (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5820         (infrun_breakpoint_command_test, breakpoint_command_test)
5821         (user_defined_command_test, watchpoint_command_test)
5822         (test_command_prompt_position, deprecated_command_test)
5823         (bp_deleted_in_command, temporary_breakpoint_commands)
5824         (stray_arg0_test, source_file_with_indented_comment)
5825         (recursive_source_test, if_commands_test)
5826         (error_clears_commands_left, redefine_hook_test)
5827         (redefine_backtrace_test): Use proc_with_prefix.
5828         * lib/gdb.exp (proc_with_prefix): New proc.
5829
5830 2016-11-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5831
5832         * gdb.base/tui-layout.c: New file.
5833         * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5834         disassembly window contains very long lines.
5835
5836 2016-11-08  Tom Tromey  <tom@tromey.com>
5837
5838         * gdb.python/py-value.exp (test_value_creation): Make "long" test
5839         depend on Python 2.
5840
5841 2016-11-08  Tom Tromey  <tom@tromey.com>
5842
5843         * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5844         New method.
5845
5846 2016-10-29  Manish Goregaokar  <manish@mozilla.com>
5847
5848         * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
5849
5850 2016-10-27  Manish Goregaokar  <manish@mozilla.com>
5851
5852         * gdb.rust/simple.rs: Add test for univariant enums without
5853         discriminants and for encoded struct-like enums.
5854
5855 2016-10-28  Pedro Alves  <palves@redhat.com>
5856
5857         * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5858         gdb_test_multiple, tighten regexps and match symtabs and line
5859         tables incrementally.
5860
5861 2016-10-28  Luis Machado  <lgustavo@codesourcery.com>
5862
5863         * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5864         general.
5865
5866 2016-10-25  Luis Machado  <lgustavo@codesourcery.com>
5867
5868         * gdb.base/exec-invalid-sysroot.exp: New file.
5869
5870 2016-10-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5871
5872         * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5873
5874 2016-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5875
5876         * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5877
5878 2016-10-19  Maciej W. Rozycki  <macro@imgtec.com>
5879
5880         * gdb.base/killed-outside.exp: Remove $options from a call to
5881         `prepare_for_testing'.
5882
5883 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
5884
5885         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5886         Change test message.
5887
5888 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
5889
5890         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5891         Update comment.
5892
5893 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
5894
5895         * gdb.trace/mi-trace-save.exp: New file.
5896
5897 2016-10-13  Yao Qi  <yao.qi@linaro.org>
5898
5899         * gdb.base/code_elim.exp (get_var_address): Remove.
5900         * gdb.base/relocate.exp: Likewise.
5901         * gdb.base/shreloc.exp: Likewise.
5902         * lib/gdb.exp (get_var_address): New.
5903
5904 2016-10-13  Yao Qi  <yao.qi@linaro.org>
5905
5906         * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5907         floating point tests if $skip_float_test is false.
5908
5909 2016-10-12  Luis Machado  <lgustavo@codesourcery.com>
5910
5911         * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5912         * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5913         argc values.
5914         Add 1 to argc so we guarantee distinct initial/modified argc values.
5915
5916 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5917
5918         * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5919
5920 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5921
5922         * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5923         * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5924         * gdb.arch/vsx-regs.exp: Likewise.
5925
5926 2016-10-07  Yao Qi  <yao.qi@linaro.org>
5927
5928         * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5929
5930 2016-10-07  Markus Metzger  <markus.t.metzger@intel.com>
5931
5932         * gdb.python/python.exp: Test decode_line("*0").
5933
5934 2016-10-06  Doug Evans  <dje@google.com>
5935
5936         * gdb.python/py-value.exp (test_value_creation): Add test for large
5937         unsigned 64-bit value.
5938
5939 2016-10-06  Tom Tromey  <tom@tromey.com>
5940
5941         * gdb.compile/compile.exp: Change java tests to rust.
5942         * gdb.base/setshow.exp: Change java tests to rust.
5943         * gdb.base/default.exp: Remove java from language list.
5944         * README (Examples): Update language example.
5945         * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5946         test.
5947         * lib/gdb.exp (skip_java_tests): Remove.
5948         * lib/java.exp: Remove.
5949         * gdb.java: Remove.
5950
5951 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
5952
5953         * gdb.arch/mips-fcr.exp: New test.
5954         * gdb.arch/mips-fcr.c: Source for the new test.
5955
5956 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
5957
5958         * gdb.base/solib-disc.exp: Use `standard_output_file'
5959         throughout.
5960
5961 2016-10-06  Pedro Alves  <palves@redhat.com>
5962
5963         * gdb.base/jit-simple-dl.c: New file.
5964         * gdb.base/jit-simple-jit.c: New file, factored out from ...
5965         * gdb.base/jit-simple.c: ... this.
5966         * gdb.base/jit-simple.exp (jit_run): Delete.
5967         (build_jit): New proc.
5968         (jit_test_reread): Recompile either the main program or the shared
5969         library, depending on what is being tested.  Skip changing address
5970         if caller wants to.  Compare before/after addresses.  If testing
5971         standalone, explicitly load the binary.  Test "maint info
5972         breakpoints".
5973         (top level): Add "standalone vs shared lib" and "change address"
5974         vs "same address" axes.
5975
5976 2016-10-06  Pedro Alves  <palves@redhat.com>
5977
5978         * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5979         call.
5980         (jit_run): Delete.
5981         (jit_test_reread): Use with_test_prefix.  Reload the main binary
5982         explicitly.  Compare the before/after addresses of the JIT
5983         descriptor.
5984
5985 2016-08-15  Doug Evans  <dje@google.com>
5986
5987         * gdb.xml/extra-regs.xml: Update, end field now required, default type
5988         for single bitfields is bool.
5989         * gdb.xml/tdesc-regs.exp: Ditto.
5990
5991 2016-10-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5992
5993         * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5994
5995 2016-10-05  Yao Qi  <yao.qi@linaro.org>
5996
5997         * lib/gdb.exp (support_complex_tests): Return zero if
5998         gdb_skip_float_test return true.
5999
6000 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6001             Simon Marchi  <simon.marchi@ericsson.com>
6002
6003         PR gdb/20487
6004         * gdb.mi/user-selected-context-sync.exp: New file.
6005         * gdb.mi/user-selected-context-sync.c: New file.
6006
6007 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6008             Simon Marchi  <simon.marchi@ericsson.com>
6009
6010         PR gdb/20487
6011         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6012         =thread-select-event check.
6013
6014 2016-09-29  Peter Bergner  <bergner@vnet.ibm.com>
6015
6016         * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6017         the compulsory L operand changes.
6018         * gdb.arch/powerpc-power.s: Likewise.
6019
6020 2016-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
6021
6022         PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6023         * gdb.base/jit-attach-pie.c: New file.
6024         * gdb.base/jit-attach-pie.exp: New file.
6025
6026 2016-09-28  Pedro Alves  <palves@redhat.com>
6027
6028         * gdb.base/infcall-input.c: New file.
6029         * gdb.base/infcall-input.exp: New file.
6030
6031 2016-09-22  Yao Qi  <yao.qi@linaro.org>
6032
6033         * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6034         (gdb_exit): Rename it to ...
6035         (gdbserver_gdb_exit): ...  Close GDBserver.
6036         (gdb_exit): New proc, call gdbserver_gdb_exit.
6037         (mi_gdb_exit): Likewise.
6038
6039 2016-09-22  Yao Qi  <yao.qi@linaro.org>
6040
6041         * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6042         path.
6043         * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6044         Remove duplication.
6045
6046 2016-09-22  Yao Qi  <yao.qi@linaro.org>
6047
6048         * lib/gdbserver-support.exp: Check the existence of
6049         gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6050
6051 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
6052
6053         * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6054
6055 2016-09-21  Tom Tromey  <tom@tromey.com>
6056
6057         PR gdb/20604:
6058         * gdb.base/quit.exp: New file.
6059
6060 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
6061
6062         * .gitignore: New file.
6063
6064 2016-09-21  Maciej W. Rozycki  <macro@imgtec.com>
6065
6066         * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6067         throughout.
6068
6069 2016-09-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6070
6071         * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6072
6073 2016-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
6074
6075         * gdb.cp/casts.cc (decltype): Move it ...
6076         (main): ... with its call to ...
6077         * gdb.cp/casts03.cc: ... a new file.
6078         * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6079
6080 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6081
6082         * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6083
6084 2016-09-15  Peter Bergner  <bergner@vnet.ibm.com>
6085
6086         * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6087         and sync up the test with tests in gas/testsuite/gas/ppc.
6088         * gdb.arch/powerpc-power.exp: Likewise.
6089
6090 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6091
6092         * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6093
6094 2016-09-11  Sergio Durigan Junior  <sergiodj@redhat.com>
6095             Jan Kratochvil  <jan.kratochvil@redhat.com>
6096
6097         * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6098         make m1's definition to be different from m2's.  Use 'dummy' as an
6099         argument for probe 'two'.
6100
6101 2016-09-10  Jon Beniston  <jon@beniston.com>
6102
6103         * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6104         for sim target.
6105
6106 2016-09-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6107
6108         * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6109         variable declaration.
6110         (gnu_ifunc): Add parameter hwcap.  Store it in resolver_hwcap.
6111         * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6112         * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6113         received HWCAP as its argument.
6114
6115 2016-09-06  Pedro Alves  <palves@redhat.com>
6116
6117         * gdb.base/new-ui-pending-input.c: New file.
6118         * gdb.base/new-ui-pending-input.exp: New file.
6119         * gdb.exp (clear_gdb_spawn_id): New procedure.
6120         (with_spawn_id): Check whether gdb_spawn_id exists before
6121         referencing it.  If gdb_spawn_id didn't exist on entry, clear it
6122         on exit.
6123
6124 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
6125
6126         * gdb.base/float128.c: New file.
6127         * gdb.base/float128.exp: Likewise.
6128         * gdb.base/floatn.c: Likewise.
6129         * gdb.base/floatn.exp: Likewise.
6130
6131 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
6132
6133         * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6134
6135 2016-09-05  Pedro Alves  <palves@redhat.com>
6136
6137         PR backtrace/19927
6138         * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6139         unwinders are immediately called as side effect of "source" or
6140         "disable unwinder" commands.
6141         * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6142
6143 2016-09-02  Yao Qi  <yao.qi@linaro.org>
6144
6145         * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6146         is true and $type is "float" or "double".
6147
6148 2016-09-02  Yao Qi  <yao.qi@linaro.org>
6149
6150         * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6151         true.
6152         * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6153         * gdb.base/call-rt-st.exp: Likewise.
6154         * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6155         return value instead of gdb,skip_float_test.
6156         * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6157         (do_function_calls): Use its return value instead of
6158         gdb,skip_float_test.
6159         * gdb.base/finish.exp: Likewise.
6160         * gdb.base/funcargs.exp: Likewise.
6161         * gdb.base/return.exp: Likewise.
6162         * gdb.base/return2.exp: Likewise.
6163         * gdb.base/varargs.exp: Likewise.
6164         * lib/gdb.exp (gdb_skip_float_test): Change it to
6165         gdb_caching_proc.  Detect the broken ptrace on arm-linux.
6166
6167 2016-08-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6168
6169         * gdb.multi/tids.exp: Test "thread apply all".
6170
6171 2016-08-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
6172
6173         * gdb.base/default.exp (tty): Remove.
6174
6175 2016-08-24  Kevin Buettner  <kevinb@redhat.com>
6176
6177         * gdb.python/py-recurse-unwind.c: New file.
6178         * gdb.python/py-recurse-unwind.py: New file.
6179         * gdb.python/py-recurse-unwind.exp: New file.
6180
6181 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
6182
6183         * gdb.base/set-inferior-tty.exp: New file.
6184         * gdb.base/set-inferior-tty.c: New file.
6185
6186 2016-08-23  Pedro Alves  <palves@redhat.com>
6187
6188         PR gdb/20494
6189         * gdb.base/new-ui-echo.c: New file.
6190         * gdb.base/new-ui-echo.exp: New file.
6191
6192 2016-08-23  Yao Qi  <yao.qi@linaro.org>
6193
6194         * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6195         gdbserver_spawn.
6196         * gdb.server/connect-without-multi-process.exp (do_test):
6197         Likewise.
6198
6199 2016-08-23  Yao Qi  <yao.qi@linaro.org>
6200
6201         * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6202         standalone_txt.  Delete gdb_txt and standalone_txt on host
6203         and target.  Spawn the binary on target.  Copy files from
6204         target to host.
6205
6206 2016-08-22  Pedro Alves  <palves@redhat.com>
6207
6208         PR gdb/20505
6209         * gdb.base/vdso-warning.exp: Test core dumps too.  Use
6210         with_test_prefix.  Factor out bits to ...
6211         (test_no_vdso): ... this new procedure.
6212
6213 2016-08-19  Carl Love  <cel@us.ibm.com>
6214
6215         * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6216         maintaining separate logic for constructing the output path.
6217         * gdb.arch/powerpc-d128-regs.exp: Likewise.
6218         * gdb.arch/ppc-dfp.exp: Likewise.
6219         * gdb.arch/ppc-fp.exp: Likewise.
6220         * gdb.arch/vsx-regs.exp: Likewise.
6221         * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6222         binprefix for generating the additional binary files.
6223
6224 2016-08-19  Pedro Alves  <palves@redhat.com>
6225
6226         * gdb.trace/mi-trace-frame-collected.exp
6227         (test_trace_frame_collected): On x32, expect two registers.
6228
6229 2016-08-18  Carl Love  <cel@us.ibm.com>
6230
6231         * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6232         and sync up the test with tests in gas/testsuite/gas/ppc.
6233         * gdb.arch/powerpc-power.exp: Likewise.
6234
6235 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
6236
6237         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6238         expected error message.
6239
6240 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
6241
6242         * gdb.multi/remove-inferiors.exp: New file.
6243         * gdb.multi/remove-inferiors.c: New file.
6244
6245 2016-08-12  Yao Qi  <yao.qi@linaro.org>
6246
6247         * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6248         argument list.
6249
6250 2016-08-10  Pedro Alves  <palves@redhat.com>
6251
6252         PR gdb/19187
6253         * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6254         setup_kfails.
6255
6256 2016-08-09  Pedro Alves  <palves@redhat.com>
6257             Simon Marchi  <simon.marchi@ericsson.com>
6258
6259         PR gdb/20418
6260         * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6261         * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6262
6263 2016-08-09  Pedro Alves  <palves@redhat.com>
6264
6265         PR mi/20431
6266         * gdb.mi/mi-cmd-error.exp: New file.
6267
6268 2016-08-09  Pedro Alves  <palves@redhat.com>
6269
6270         PR gdb/18653
6271         * gdb.base/signals-state-child.c: New file.
6272         * gdb.base/signals-state-child.exp: New file.
6273         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6274
6275 2016-08-09  Pedro Alves  <palves@redhat.com>
6276
6277         * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6278
6279 2016-08-03  Tom Tromey  <tom@tromey.com>
6280
6281         PR python/18565:
6282         * gdb.python/py-frame-inline.exp: Add Frame.function test.
6283
6284 2016-08-01  Yao Qi  <yao.qi@linaro.org>
6285
6286         * gdb.threads/process-dies-while-detaching.exp (do_test): Set
6287         variable mode to "multi-process" if $multi_process is 1, otherwise
6288         set it to "single-process".
6289
6290 2016-08-01  Yao Qi  <yao.qi@linaro.org>
6291
6292         * gdb.cp/anon-struct.exp: Check is_aarch32_target.
6293         * gdb.cp/cpexprs.exp: Likewise.
6294         * gdb.cp/m-static.exp: Likewise.
6295
6296 2016-07-26  Tom Tromey  <tom@tromey.com>
6297
6298         PR python/20190:
6299         * gdb.threads/tls.exp (check_thread_local): Add python symbol
6300         test.
6301
6302 2016-07-26  Markus Metzger  <markus.t.metzger@intel.com>
6303
6304         * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
6305         selecting assembly source files.
6306         * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
6307         assembly source files.
6308         * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
6309         assembly source files.
6310         * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
6311         selecting assembly source files.
6312
6313 2016-07-25  Simon Marchi  <simon.marchi@ericsson.com>
6314
6315         * gdb.base/new-ui.exp (do_test_invalid_args): New
6316         procedure.
6317
6318 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
6319
6320         * gdb.btrace/reconnect.c: New file.
6321         * gdb.btrace/reconnect.exp: New file.
6322
6323 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
6324
6325         * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
6326         to test_catch_syscall_group.
6327         (test_catch_syscall_group): New.
6328
6329 2016-07-21  Tom Tromey  <tom@tromey.com>
6330
6331         * gdb.rust/simple.rs (main): Use empty struct expression.
6332         * gdb.rust/simple.exp: Add tests for empty struct expression.
6333
6334 2016-07-21  Yao Qi  <yao.qi@linaro.org>
6335
6336         * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
6337         if gdb_skip_xml_test is true on some targets.
6338
6339 2016-07-21  Yao Qi  <yao.qi@linaro.org>
6340
6341         * gdb.server/solib-list.exp: Unset last_loaded_file.
6342
6343 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6344
6345         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
6346         "step into captured_main (args)".
6347
6348 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6349
6350         * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
6351
6352 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6353
6354         * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
6355
6356 2016-07-19  Pedro Alves  <palves@redhat.com>
6357
6358         * gdb.opt/inline-break.exp: Remove optimize=-O2.
6359         * gdb.opt/inline-bt.exp: Likewise.
6360         * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
6361         additional_flags=-Winline.
6362         * gdb.opt/inline-locals.exp: Likewise.
6363         * gdb.opt/inline-markers.c (ATTR): Define.
6364         (inlined_fn): Use it.
6365
6366 2016-07-19  Yao Qi  <yao.qi@linaro.org>
6367
6368         * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
6369         (test_with_self): Remove some code.  Remove argument executable.
6370         (top-level): Use do_self_tests.
6371
6372 2016-07-15  Zachary Welch  <zwelch@codesourcery.com>
6373             Don Breazeal <donb@codesourcery.com>
6374
6375         * gdb.base/maint.exp: Escape paths used in regular expressions.
6376         * gdb.stabs/weird.exp: Likewise.
6377
6378 2016-07-13  Tom Tromey  <tom@tromey.com>
6379
6380         PR python/15620, PR python/18620:
6381         * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
6382         (test_bkpt_events): New procs.
6383
6384 2016-07-13  Tom Tromey  <tom@tromey.com>
6385
6386         PR python/17698:
6387         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
6388         test.
6389         (test_watchpoints): Likewise.
6390         (test_bkpt_pending): New proc.
6391
6392 2016-07-13  Tom Tromey  <tom@tromey.com>
6393
6394         PR cli/18053:
6395         * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
6396         completion test.
6397
6398 2016-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
6399
6400         * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
6401         * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
6402         * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
6403         f_label.
6404         (g): Rename g_end_lbl to g_label.
6405         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
6406         low_pc and high_pc.
6407         * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
6408
6409 2016-07-12  Tom Tromey  <tom@tromey.com>
6410
6411         PR python/19293:
6412         * gdb.python/py-unwind-maint.exp: Update tests.
6413
6414 2016-07-12  Yao Qi  <yao.qi@linaro.org>
6415
6416         * lib/selftest-support.exp (selftest_setup): Match the output
6417         when captured_main is inlined.
6418
6419 2016-07-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6420
6421         * gdb.fortran/derived-types.exp (result_line, result_line_2):
6422         New variables.
6423         (print this%a, print this%b, print this): New tests.
6424         * gdb.fortran/derived-types.f90 (this): New object and
6425         initialization.
6426
6427 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6428
6429         * gdb.ada/arraydim.exp: Remove extra directory level in build
6430         directory.
6431
6432 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6433
6434         * lib/ada.exp: Remove extra directory level in build directory.
6435         * gdb.ada/cond_lang.exp: Likewise.
6436         * gdb.ada/exec_changed.exp: Likewise.
6437         * gdb.ada/lang_switch.exp: Likewise.
6438
6439 2016-07-06  Manish Goregaokar  <manish@mozilla.com>
6440
6441         * simple.rs: Add test for raw pointer subscripting.
6442         * simple.exp: Add test expectations.
6443
6444 2016-07-05  Yao Qi  <yao.qi@linaro.org>
6445
6446         * gdb.mi/mi-reverse.exp: Match =record-started output.
6447
6448 2016-07-01  Pedro Alves  <palves@redhat.com>
6449
6450         * gdb.base/jit-reader.exp (info_registers_current_frame): New
6451         procedure.
6452         (jit_reader_test): Test the jit reader's unwinder.
6453         * gdb.base/jithost.c (jit_function_00_code): New global.
6454         (main): Use memcpy to fill in the mmapped code, instead of poking
6455         bytes manually here.
6456         * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6457         value.
6458         (read_debug_info): Save the function's range.
6459         (read_sp): New function.
6460         (unwind_frame): Use it.  Also unwind RBP.
6461         (get_frame_id): Use read_sp.
6462         (gdb_init_reader): Use calloc instead of malloc.
6463         * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6464         parameter.  Use gdb_test_multiple.
6465
6466 2016-07-01  Pedro Alves  <palves@redhat.com>
6467             Antoine Tremblay  <antoine.tremblay@ericsson.com>
6468
6469         * gdb.threads/process-dies-while-detaching.c: New file.
6470         * gdb.threads/process-dies-while-detaching.exp: New file.
6471
6472 2016-07-01  Pedro Alves  <palves@redhat.com>
6473
6474         * gdb.multi/watchpoint-multi-exit.c: New file.
6475         * gdb.multi/watchpoint-multi-exit.exp: New file.
6476
6477 2016-06-30  Pedro Alves  <palves@redhat.com>
6478
6479         * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6480         unset inferior_spawn_id.
6481
6482 2016-06-30  Pedro Alves  <palves@redhat.com>
6483
6484         * lib/mi-support.exp (default_mi_gdb_start): Declare global
6485         FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6486
6487 2016-06-29  Yao Qi  <yao.qi@linaro.org>
6488
6489         * gdb.base/return.c: Add copyright header.
6490
6491 2016-06-29  Tom Tromey  <tom@tromey.com>
6492
6493         PR python/20129:
6494         * gdb.python/py-framefilter.exp: Add tests for setting priority
6495         and disabling of non-existent frame filter.
6496
6497 2016-06-29  Yao Qi  <yao.qi@linaro.org>
6498
6499         * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6500         0x0f07ff.
6501
6502 2016-06-28  Yao Qi  <yao.qi@linaro.org>
6503
6504         * gdb.base/catch-syscall.exp: Remove check on isnative and target
6505         triplets.  Start gdb, execute catch syscall, and continue.  Check
6506         gdb's output to determine catch syscall is supported.
6507
6508 2016-06-27  Manish Goregaokar  <manish@mozilla.com>
6509
6510         * gdb.rust/simple.rs: Add test for returning unit in a function.
6511         * gdb.rust/simple.exp: Add expectation for functions returning
6512         unit.
6513
6514 2016-06-27  Pierre-Marie de Rodat  <derodat@adacore.com>
6515
6516         * gdb.python/py-breakpoint-create-fail.c,
6517         gdb.python/py-breakpoint-create-fail.exp,
6518         gdb.python/py-breakpoint-create-fail.py: New testcase.
6519
6520 2016-06-25  Manish Goregaokar  <manish@mozilla.com>
6521
6522         PR gdb/20239
6523         * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
6524         * gdb.rust/simple.exp: Add test expectations for new NonZero
6525         tests.
6526
6527 2016-06-24  David Taylor  <dtaylor@emc.com>
6528
6529         * gdb.base/offsets.exp: New file.
6530         * gdb.base/offsets.c: New file.
6531
6532 2016-06-23  Tom Tromey  <tom@tromey.com>
6533
6534         PR gdb/16483:
6535         * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6536         before any filters are loaded.
6537
6538 2016-06-21  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6539
6540         * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6541         * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6542         structs.
6543         * gdb.fortran/derived-type-function.exp: New file.
6544         * gdb.fortran/derived-type-function.f90: New file.
6545
6546
6547 2016-06-21  Pedro Alves  <palves@redhat.com>
6548
6549         * gdb.base/new-ui.exp: New file.
6550         * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6551         * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6552         (with_spawn_id): New procedure.
6553
6554 2016-06-21  Pedro Alves  <palves@redhat.com>
6555
6556         * gdb.mi/mi-exec-run.exp: New file.
6557
6558 2016-06-21  Pedro Alves  <palves@redhat.com>
6559
6560         * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6561         breakpoint command's output on the main UI.
6562         (test_break): New procedure, factored out from calls in the top
6563         level.
6564         (top level): Use foreach_with_prefix to test MI as main UI and as
6565         separate UI.
6566
6567 2016-06-21  Pedro Alves  <palves@redhat.com>
6568
6569         * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6570         (test_awatch_creation_and_listing)
6571         (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6572         Remove 'type' parameter.
6573         (test_watchpoint_all): New parameter mi_mode.  Remove
6574         with_test_prefix.
6575         (top level): Use foreach_with_prefix, and add main/separate UI MI
6576         testing axis.
6577
6578 2016-06-21  Pedro Alves  <palves@redhat.com>
6579
6580         * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6581         * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6582         * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6583         gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6584         (gdb_main_spawn_id, mi_spawn_id): Declare and
6585         comment.
6586         (mi_create_inferior_pty): New procedure,
6587         factored out from default_mi_gdb_start.
6588         (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6589         procedures.
6590         (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6591         separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6592         Use mi_create_inferior_pty.
6593         (mi_gdb_start): Use eval to pass down args list.
6594
6595 2016-06-21  Pedro Alves  <palves@redhat.com>
6596
6597         * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6598         * gdb.opt/inline-cmds.exp: Add MI tests.
6599
6600 2016-06-21  Pedro Alves  <palves@redhat.com>
6601
6602         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6603
6604 2016-06-21  Pedro Alves  <palves@redhat.com>
6605
6606         * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6607         (top level): Use it instead of mi_execute_to.
6608
6609 2016-06-21  Pedro Alves  <palves@redhat.com>
6610
6611         * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6612         (cont_handler_str): New.
6613         (signal_stop_handler): Set stop_handler_str instead of printing to
6614         stdout.
6615         (continue_handler): Set cont_handler_str instead of printing to
6616         stdout.
6617         * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6618         mi_send_resuming_command.  Print stop_handler_str and
6619         cont_handler_str instead of expecting the python events print
6620         directly.
6621
6622 2016-06-17  Sanjoy Das  <sanjoy@playingwithpointers.com>
6623
6624         * gdb.base/jit-reader.exp: New file.
6625         * gdb.base/jithost.c: New file.
6626         * gdb.base/jithost.h: New file.
6627         * gdb.base/jitreader.c : New file.
6628         * gdb.base/jit-protocol.h: New file.
6629
6630 2016-06-17  Yao Qi  <yao.qi@linaro.org>
6631
6632         * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6633         parameters follow_fork and detach_on_fork.  Set follow-fork-mode
6634         and detach-on-fork.  Adjust tests.
6635         (top level): Invoke break_cond_on_syscall with combinations of
6636         syscall, follow-fork-mode and detach-on-fork.
6637
6638 2016-06-17  Yao Qi  <yao.qi@linaro.org>
6639
6640         * gdb.base/step-over-exit.c: New.
6641         * gdb.base/step-over-exit.exp: New.
6642
6643 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
6644
6645         * gdb.base/float.exp: Add target check for nds32*-*-*.
6646         * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6647
6648 2016-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
6649
6650         * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6651         for unsupported target features.
6652         * gdb.base/call-rt-st.exp: Likewise.
6653         * gdb.base/call-sc.exp: Likewise.
6654         * gdb.base/call-signal-resume.exp: Likewise.
6655         * gdb.base/call-strs.exp: Likewise.
6656         * gdb.base/callexit.exp: Likewise.
6657         * gdb.base/callfuncs.exp: Likewise.
6658         * gdb.base/nodebug.exp: Likewise.
6659         * gdb.base/printcmds.exp: Likewise.
6660         * gdb.base/ptype.exp: Likewise.
6661         * gdb.base/structs.exp: Likewise.
6662         * gdb.base/unwindonsignal.exp: Likewise.
6663         * gdb.cp/gdb2495.exp: Likewise.
6664         * gdb.cp/templates.exp: Likewise.
6665         * gdb.cp/virtfunc.exp: Likewise.
6666         * gdb.threads/hand-call-in-threads.exp: Likewise.
6667         * gdb.threads/interrupted-hand-call.exp: Likewise.
6668         * gdb.threads/thread-unwindonsignal.exp: Likewise.
6669
6670 2016-06-10  Tom Tromey  <tom@tromey.com>
6671
6672         PR rust/20110:
6673         * gdb.rust/expr.exp: Add test for integer constant larger than
6674         i32.
6675
6676 2016-06-10  Bernhard Heckel  <bernhard.heckel@intel.com>
6677
6678         * gdb.fortran/nested-funcs.exp: New.
6679         * gdb.fortran/nested-funcs.f90: New.
6680
6681 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
6682
6683         * gdb.base/examine-backward.c: New file.
6684         * gdb.base/examine-backward.exp: New file.
6685
6686 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
6687
6688         * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6689         matching.
6690
6691 2016-06-02  Tom Tromey  <tom@tromey.com>
6692
6693         PR python/18984:
6694         * gdb.python/py-shared.exp: Add solib_name test.
6695
6696 2016-06-02  Simon Marchi  <simon.marchi@ericsson.com>
6697
6698         * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6699
6700 2016-05-31  Martin Galvan  <martin.galvan@tallertechnologies.com>
6701
6702         PR c++/19893
6703         * gdb.dwarf2/implref.exp: Rename to...
6704         * gdb.dwarf2/implref-const.exp: ...this.  Also add more test statements.
6705         * gdb.dwarf2/implref-array.c: New file.
6706         * gdb.dwarf2/implref-array.exp: Likewise.
6707         * gdb.dwarf2/implref-global.c: Likewise.
6708         * gdb.dwarf2/implref-global.exp: Likewise.
6709         * gdb.dwarf2/implref-struct.c: Likewise.
6710         * gdb.dwarf2/implref-struct.exp: Likewise.
6711
6712 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6713
6714         * gdb.trace/trace-condition.exp: Add 64bit tests.
6715
6716 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6717
6718         * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6719         bits types.
6720         (main): Adapt to 8 to 64 bits types.
6721         * gdb.trace/trace-condition.exp: Add new tests.
6722
6723 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6724
6725         * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6726
6727 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6728
6729         * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6730         Move condition tests...
6731         * gdb.trace/trace-condition.exp: Here.
6732
6733 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6734
6735         * gdb.trace/trace-condition.exp: Add counter-case tests.
6736
6737 2016-05-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
6738
6739         PR c++/15231
6740         * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6741         * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6742
6743 2016-05-27  Pedro Alves  <palves@redhat.com>
6744
6745         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6746         New procedure.
6747         (top level): Call it, and bail out of DejaGnu is known to be bad.
6748
6749 2016-05-27  Andrew Burgess  <andrew.burgess@embecosm.com>
6750
6751         * gdb.base/whatis.c: Extend the test case.
6752         * gdb.base/whatis.exp: Add additional tests.
6753
6754 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6755
6756 * gdb.fortran/type.f90: Add pointer variable.
6757 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6758
6759 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6760
6761         * gdb.fortran/vla-type.exp: Fix testcase name.
6762
6763 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6764
6765         * gdb.fortran/vla-type.exp: Access elements in nested structs.
6766
6767 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6768
6769         * gdb.fortran/type.f90: Add nested structures.
6770         * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6771         * gdb.fortran/derived-type.exp: Adapt expected output.
6772         * gdb.fortran/vla-type.exp: Adapt expected output.
6773
6774 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6775
6776         * gdb.fortran/whatis_type.exp: Adapt expected output.
6777
6778 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6779
6780         * gdb.fortran/print_type.exp: Fix expected output.
6781         * gdb.fortran/whatis_type.exp: Fix expected output.
6782
6783 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6784
6785         * gdb.fortran/whatis_type.exp: Use multi_line.
6786
6787 2016-05-24  Tom Tromey  <tom@tromey.com>
6788
6789         PR python/17386:
6790         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6791         use value as an index.
6792
6793 2016-05-23  Tom Tromey  <tom@tromey.com>
6794
6795         PR python/17981:
6796         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6797         no-breakpoint case.
6798
6799 2016-05-24  Pedro Alves  <palves@redhat.com>
6800
6801         PR gdb/19828
6802         * gdb.threads/clone-attach-detach.c: New file.
6803         * gdb.threads/clone-attach-detach.exp: New file.
6804
6805 2016-05-24  Francis Ricci  <francisjricci@gmail.com>  (tiny patch)
6806
6807         * gdb.base/annota-input-while-running.exp: Fix syntax error.
6808
6809 2016-05-23  Tom Tromey  <tom@tromey.com>
6810
6811         PR python/19438, PR python/18393:
6812         * gdb.python/py-progspace.exp: Add "dir" test.
6813         * gdb.python/py-objfile.exp: Add "dir" test.
6814
6815 2016-05-23  Yao Qi  <yao.qi@linaro.org>
6816
6817         * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6818         * gdb.arch/thumb2-it.exp: Likewise.
6819
6820 2016-05-18  Simon Marchi  <simon.marchi@ericsson.com>
6821
6822         * gdb.mi/mi-threads-interrupt.c: New file.
6823         * gdb.mi/mi-threads-interrupt.exp: New file.
6824
6825 2016-05-17  Simon Marchi  <simon.marchi@ericsson.com>
6826
6827         PR gdb/18077
6828         * gdb.mi/mi-async-run.exp: New file.
6829         * gdb.mi/mi-async-run.c: New file.
6830
6831 2016-05-17  Tom Tromey  <tom@tromey.com>
6832             Manish Goregaokar <manishsmail@gmail.com>
6833
6834         * lib/rust-support.exp: New file.
6835         * lib/gdb.exp (skip_rust_tests): New proc.
6836         (build_executable_from_specs): Handle rust.
6837         * lib/future.exp (gdb_find_rustc): New proc.
6838         (gdb_default_target_compile): Handle rust.
6839         * gdb.rust/expr.exp: New file.
6840         * gdb.rust/generics.exp: New file.
6841         * gdb.rust/generics.rs: New file.
6842         * gdb.rust/methods.exp: New file.
6843         * gdb.rust/methods.rs: New file.
6844         * gdb.rust/modules.exp: New file.
6845         * gdb.rust/modules.rs: New file.
6846         * gdb.rust/simple.exp: New file.
6847         * gdb.rust/simple.rs: New file.
6848
6849 2016-05-17  Tom Tromey  <tom@tromey.com>
6850
6851         * gdb.base/default.exp (set language): Add rust.
6852
6853 2016-05-17  Tom Tromey  <tom@tromey.com>
6854
6855         * gdb.gdb/unittest.exp: New file.
6856
6857 2016-05-16  Yao Qi  <yao.qi@linaro.org>
6858
6859         * gdb.base/batch-preserve-term-settings.exp: Remove variable
6860         shell_prompt.  Update shell_prompt_re.
6861
6862 2016-05-12  Doug Evans  <dje@google.com>
6863
6864         PR symtab/19999
6865         * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6866         $options when building executable.
6867         * gdb.dwarf2/fission-loclists-pie.S: New file.
6868         * gdb.dwarf2/fission-loclists-pie.exp: New file.
6869
6870 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
6871
6872         * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6873         of [is_remote target],
6874
6875 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
6876
6877         * lib/gdb.exp (use_gdb_stub): New procedure.
6878
6879 2016-05-03  Yunlian Jiang <yunlian@google.com>
6880             Doug Evans  <dje@google.com>
6881
6882         PR symtab/19914
6883         * gdb.dwarf2/dwp-sepdebug.c: New file.
6884         * gdb.dwarf2/dwp-sepdebug.exp: New file.
6885
6886 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
6887
6888         * gdb.base/detach.exp: Remove is_remote check.
6889
6890 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
6891
6892         * gdb.base/annota-input-while-running.exp: Don't check for
6893         [is_remote target].  Enable annotations after running to main.
6894         Remove unused "set test..." line.
6895
6896 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
6897
6898         * gdb.trace/trace-enable-disable.exp: New file.
6899         * gdb.trace/trace-enable-disable.c: New file.
6900
6901 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
6902
6903         * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6904         use it in info sharedlibrary test.
6905         * gdb.trace/ftrace-lock.exp: Likewise.
6906         * gdb.trace/ftrace.exp: Likewise.
6907         * gdb.trace/range-stepping.exp: Likewise.
6908         * gdb.trace/trace-break.exp: Likewise.
6909         * gdb.trace/trace-condition.exp: Likewise.
6910         * gdb.trace/trace-mt.exp: Likewise.
6911
6912 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
6913
6914         * lib/gdb.exp (gdb_load_shlibs): Rename to...
6915         (gdb_load_shlib): ... this.
6916         * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6917         gdb_load_shlib.
6918         * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6919         * gdb.base/ctxobj.exp: Likewise.
6920         * gdb.base/dprintf-pending.exp: Likewise.
6921         * gdb.base/dso2dso.exp: Likewise.
6922         * gdb.base/fixsection.exp: Likewise.
6923         * gdb.base/gcore-relro.exp: Likewise.
6924         * gdb.base/gdb1555.exp: Likewise.
6925         * gdb.base/global-var-nested-by-dso.exp: Likewise.
6926         * gdb.base/gnu-ifunc.exp: Likewise.
6927         * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6928         * gdb.base/jit-so.exp (one_jit_test): Likewise.
6929         * gdb.base/pending.exp: Likewise.
6930         * gdb.base/print-file-var.exp: Likewise.
6931         * gdb.base/print-symbol-loading.exp: Likewise.
6932         * gdb.base/shlib-call.exp: Likewise.
6933         * gdb.base/shreloc.exp: Likewise.
6934         * gdb.base/so-impl-ld.exp: Likewise.
6935         * gdb.base/solib-disc.exp: Likewise.
6936         * gdb.base/solib-nodir.exp: Likewise.
6937         * gdb.base/solib-overlap.exp: Likewise.
6938         * gdb.base/solib-symbol.exp: Likewise.
6939         * gdb.base/solib-weak.exp (do_test): Likewise.
6940         * gdb.base/sym-file.exp: Likewise.
6941         * gdb.base/symtab-search-order.exp: Likewise.
6942         * gdb.base/type-opaque.exp: Likewise.
6943         * gdb.base/unload.exp: Likewise.
6944         * gdb.base/watchpoint-solib.exp: Likewise.
6945         * gdb.compile/compile.exp: Likewise.
6946         * gdb.cp/gdb2384.exp: Likewise.
6947         * gdb.cp/infcall-dlopen.exp: Likewise.
6948         * gdb.cp/re-set-overloaded.exp: Likewise.
6949         * gdb.fortran/library-module.exp: Likewise.
6950         * gdb.opt/solib-intra-step.exp: Likewise.
6951         * gdb.python/py-finish-breakpoint.exp: Likewise.
6952         * gdb.python/py-shared.exp: Likewise.
6953         * gdb.reverse/solib-precsave.exp: Likewise.
6954         * gdb.reverse/solib-reverse.exp: Likewise.
6955         * gdb.server/solib-list.exp: Likewise.
6956         * gdb.threads/dlopen-libpthread.exp: Likewise.
6957         * gdb.threads/tls-shared.exp: Likewise.
6958         * gdb.threads/tls-so_extern.exp: Likewise.
6959         * gdb.trace/change-loc.exp: Likewise.
6960         * gdb.trace/ftrace-lock.exp: Likewise.
6961         * gdb.trace/ftrace.exp: Likewise.
6962         * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6963         * gdb.trace/pending.exp: Likewise.
6964         * gdb.trace/range-stepping.exp: Likewise.
6965         * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6966         (strace_info_marker): Likewise.
6967         (strace_probe_marker): Likewise.
6968         (strace_trace_on_same_addr): Likewise.
6969         (strace_trace_on_diff_addr): Likewise.
6970         * gdb.trace/trace-break.exp: Likewise.
6971         * gdb.trace/trace-condition.exp: Likewise.
6972         * gdb.trace/trace-mt.exp: Likewise.
6973
6974 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
6975
6976         * lib/gdb.exp (gdb_load_shlibs):  Accept a single argument.  Return
6977         result of gdb_remote_download.
6978         * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6979         * gdb.base/dso2dso.exp: Likewise.
6980         * gdb.base/global-var-nested-by-dso.exp: Likewise.
6981         * gdb.base/print-file-var.exp: Likewise.
6982         * gdb.base/shlib-call.exp: Likewise.
6983         * gdb.base/shreloc.exp: Likewise.
6984         * gdb.base/solib-overlap.exp: Likewise.
6985         * gdb.base/solib-weak.exp (do_test): Likewise.
6986         * gdb.base/unload.exp: Likewise.
6987
6988 2016-04-27  Yao Qi  <yao.qi@linaro.org>
6989
6990         * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6991         exists.
6992
6993 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
6994
6995         * vla-type.exp: Print structure from toplevel.
6996
6997 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
6998
6999         * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7000         of dynamic types.
7001         * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7002         of dynamic types.
7003
7004 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
7005
7006         * gdb.fortran/vla-type.f90: New file.
7007         * gdb.fortran/vla-type.exp: New file.
7008
7009 2016-04-25  Yao Qi  <yao.qi@linaro.org>
7010
7011         * gdb.base/branch-to-self.c: New file.
7012         * gdb.base/branch-to-self.exp: New file.
7013
7014 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7015
7016         * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7017         more after $hex.
7018
7019 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7020
7021         * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7022         * gdb.base/annota3.exp: Likewise.
7023
7024 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7025
7026         * gdb.reverse/step-precsave.exp: Do one step and test program
7027         stops in "callee" and do multiple steps until program goes out
7028         of "callee".
7029         * gdb.reverse/step-reverse.exp: Likewise.
7030
7031 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7032
7033         * gdb.trace/signal.exp: Also pass if
7034         $tracepoint_hits($i) > $iterations.
7035
7036 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7037
7038         * gdb.trace/signal.c: New file.
7039         * gdb.trace/signal.exp: New file.
7040
7041 2016-04-19  Doug Evans  <xdje42@gmail.com>
7042
7043         * gdb.base/bad-file.exp: New file.
7044
7045 2016-04-18  Martin Galvan  <martin.galvan@tallertechnologies.com>
7046
7047         * gdb.dwarf2/implref.exp: New file.
7048
7049 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
7050
7051         * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7052         * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7053         * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7054         * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7055         * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7056         * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7057         * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7058         * lib/fortran.exp (fortran_int4): New procedure.
7059         (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7060         (fortran_logical4): Likewise.
7061
7062 2016-04-18  Benrhard Heckel <bernhard.heckel@intel.com>
7063
7064         * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7065
7066 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
7067
7068         * lib/compiler.c: Add Intel specific preprocessor macros.
7069         * lib/compiler.cc: Likewise.
7070
7071 2016-04-13  Luis Machado  <lgustavo@codesourcery.com>
7072
7073         * gdb.server/connect-with-no-symbol-file.c: New file.
7074         * gdb.server/connect-with-no-symbol-file.exp: New file.
7075
7076 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
7077
7078         * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7079
7080 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
7081
7082         * boards/gdbserver-base.exp (${board}_download): Copy source file to
7083         standard output directory.
7084
7085 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7086
7087         * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7088
7089 2016-04-13  Markus Metzger  <markus.t.metzger@intel.com>
7090
7091         * gdb.btrace/instruction_history.c (loop): Add declaration.
7092
7093 2016-04-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7094
7095         * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7096
7097 2016-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
7098
7099         * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7100         parentheses to print.
7101         (continue_handler): Likewise.
7102
7103 2016-04-08  Simon Marchi  <simon.marchi@ericsson.com>
7104
7105         * gdb.server/solib-list.exp: Remove is_remote check.
7106         Pass shlib= to gdb_compile.  Don't link shared library with
7107         -soname.  Call gdb_remote_download instead of gdb_load_shlibs.
7108         Run binary filename through "readlink -f" on the target.
7109
7110 2016-04-08  Pedro Alves  <palves@redhat.com>
7111
7112         * gdb.server/solib-list.exp: Don't use gdb_load.  Instead pass the
7113         interpreter filename as argument to gdbserver_spawn.
7114         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7115         Return empty if $last_loaded_file does not exist.
7116
7117 2016-04-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7118
7119         Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7120         * gdb.base/jit-main.c: Use exit after usage.
7121
7122 2016-04-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
7123
7124         * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7125         GDBHISTSIZE prior to the tests.
7126         * gdb.base/gdbinit-history.exp: Likewise.
7127
7128 2016-04-07  Pedro Alves  <palves@redhat.com>
7129
7130         * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7131         instead of build_executable.  Use gdb_load_shlibs.
7132
7133 2016-04-07  Yao Qi  <yao.qi@linaro.org>
7134
7135         * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7136         Execute "si" command.
7137
7138 2016-04-07  Yao Qi  <yao.qi@linaro.org>
7139
7140         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7141         number instead of the comments on some line.
7142
7143 2016-04-06  Don Breazeal  <donb@codesourcery.com>
7144
7145         * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7146         * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7147
7148 2016-04-06  Simon Marchi  <simon.marchi@ericsson.com>
7149
7150         * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7151         standard_output_file.  Remove unused binfile variable.
7152
7153 2016-04-05  Catalin Udma  <catalin.udma@freescale.com>
7154
7155         * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7156         * gdb.python/py-mi-objfile.exp: Match "list main" output
7157         in console format.
7158
7159 2016-04-05  Simon Marchi  <simon.marchi@polymtl.ca>
7160
7161         * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7162         absolute.
7163
7164 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
7165
7166         * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7167         absolute.
7168         * gdb.trace/ftrace.exp: Likewise.
7169         * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7170         targets as well.
7171         (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7172         (gdb_load_shlibs): Copy libraries to test directory when testing
7173         natively.  Only set solib-search-path if testing remotely.
7174         * lib/mi-support.exp (mi_load_shlibs): Likewise.
7175
7176 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
7177
7178         * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7179         gdb_download.  Use it even if the target is not remote.
7180         * gdb.base/jit.exp (compile_jit_test): Likewise.
7181         * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7182         output directory if the destination board is local, otherwise use
7183         the standard remote_download from DejaGnu.
7184         (gdb_download): Remove.
7185         (gdb_load_shlibs): Use gdb_remote_download instead of
7186         gdb_download.
7187         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7188         Use gdb_remote_download instead of gdb_download.  Use it even if
7189         the target is not remote.
7190         * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7191         instead of gdb_download.
7192
7193 2016-04-04  Simon Marchi  <simon.marchi@polymtl.ca>
7194
7195         * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7196         (test_insert_delete_modify): Call mi_load_shlibs before trying to
7197         run.
7198
7199 2016-04-01  Artemiy Volkov  <artemiyv@acm.org>
7200
7201         PR gdb/19820
7202         * gdb.base/printcmds.exp: Add artificial arrays tests.
7203
7204 2016-03-31  Pedro Alves  <palves@redhat.com>
7205
7206         PR gdb/19858
7207         * gdb.base/jit-main.c: Include unistd.h.
7208         (ATTACH): Define to 0 if not already defined.
7209         (wait_for_gdb, mypid): New globals.
7210         (WAIT_FOR_GDB): New macro.
7211         (MAIN): Set an alarm.  Store the process's pid.  Wait for GDB at
7212         some breakpoint locations.
7213         * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7214         New procedures.
7215         (one_jit_test): Add REATTACH parameter, and handle it.  Use
7216         continue_to_test_location.
7217         (top level): Test attach, and adjusts calls to one_jit_test.
7218
7219 2016-03-31  Pedro Alves  <palves@redhat.com>
7220
7221         PR gdb/19858
7222         * gdb.base/jit.exp (compile_jit_test): Add intro comment.  Add
7223         BINSUFFIX parameter, and handle it.
7224         (top level): Adjust calls compile_jit_test.
7225
7226 2016-03-31  Catalin Udma  <catalin.udma@freescale.com>
7227
7228         PR python/19743
7229         * gdb.python/py-mi-events-gdb.py: New file.
7230         * gdb.python/py-mi-events.c: New file.
7231         * gdb.python/py-mi-events.exp: New file.
7232
7233 2016-03-30  Yao Qi  <yao.qi@linaro.org>
7234
7235         * gdb.reverse/until-precsave.exp: Match function name only.
7236         * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7237         Move malloc to a condition block.
7238         * gdb.reverse/until-reverse.exp: Match function name only.
7239
7240 2016-03-29  Marcin Kościelnicki  <koriakin@0x04.net>
7241
7242         * gdb.trace/ftrace.exp: Set arg0exp for s390.
7243         * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7244         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7245         variable for GPR 0 instead of assuming it is register 0.
7246         * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7247         * lib/trace-support.exp: Add s390 registers.
7248
7249 2016-03-29  Yao Qi  <yao.qi@linaro.org>
7250
7251         * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7252
7253 2016-03-24  Yao Qi  <yao.qi@linaro.org>
7254
7255         * gdb.reverse/break-reverse.exp: Add quotation mark in the
7256         test message.
7257
7258 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7259
7260         * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7261         maintaining separate logic for constructing the output path.
7262
7263 2016-03-16  Don Breazeal  <donb@codesourcery.com>
7264
7265         * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7266         Retry fork and waitpid on interrupted system call errors.
7267         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7268         Use with_timeout_factor to increase timeout by factor of 10.
7269
7270 2016-03-15  Don Breazeal  <donb@codesourcery.com>
7271
7272         * gdb.cp/scope-err.cc: New test program.
7273         * gdb.cp/scope-err.exp: New test script.
7274         * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7275         lines and "set breakpoint here" comment.
7276         * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7277         Fixed some whitespace and format issues.
7278         * gdb.mi/mi-linespec-err-cp.cc: New test program.
7279         * gdb.mi/mi-linespec-err-cp.exp: New test script.
7280
7281 2016-03-15  Doug Evans  <dje@google.com>
7282
7283         * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7284         * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
7285         All callers updated.  Add tests for enums, mixed flags register.
7286
7287 2016-03-15  Doug Evans  <dje@google.com>
7288
7289         * gdb.base/skip.c (main): Call test_skip_file_and_function.
7290         * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
7291
7292 2016-03-14  Simon Marchi  <simon.marchi@ericsson.com>
7293
7294         * gdb.base/default.exp: Add $_as_string to the list of expected
7295         convenience functions.
7296
7297 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
7298
7299         * gdb.base/maint.exp: New tests for 'maint info line-table'.
7300
7301 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
7302
7303         * gdb.python/py-as-string.exp: New file.
7304         * gdb.python/py-as-string.c: New file.
7305
7306 2016-03-09  Pedro Alves  <palves@redhat.com>
7307
7308         * gdb.threads/attach-into-signal.exp: Adjust to "Program received
7309         signal" -> "Thread NN received signal" output change.
7310         * gdb.threads/ia64-sigill.exp: Likewise.
7311         * gdb.threads/linux-dp.exp: Likewise.
7312         * gdb.threads/manythreads.exp: Likewise.
7313         * gdb.threads/pending-step.exp: Likewise.
7314         * gdb.threads/print-threads.exp: Likewise.
7315         * gdb.threads/sigstep-threads.exp: Likewise.
7316         * gdb.threads/staticthreads.exp: Likewise.
7317         * gdb.threads/tls.exp: Likewise.
7318
7319 2016-03-09  Pedro Alves  <palves@redhat.com>
7320
7321         * gdb.base/command-line-input.exp: New file.
7322
7323 2016-03-09  Marcin Kościelnicki  <koriakin@0x04.net>
7324
7325         * gdb.trace/ftrace.exp: Set arg0exp for ppc.
7326         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
7327         * gdb.trace/pending.exp: Accept leading dot before function name.
7328         * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
7329         * lib/trace-support.exp: Set registers for ppc.
7330
7331 2016-03-09  Marcin Kościelnicki  <koriakin@0x04.net>
7332
7333         * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
7334         use it for disassembly; accept .main in addition to main in backtrace.
7335
7336 2016-03-09  Wei-cheng Wang  <cole945@gmail.com>
7337             Marcin Kościelnicki  <koriakin@0x04.net>
7338
7339         * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
7340         (gdb_recursion_test_ptr): New global variable.
7341         (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
7342         gdb_recursion_test.
7343         (gdb_c_test): Ditto.
7344
7345 2016-03-09  Marcin Kościelnicki  <koriakin@0x04.net>
7346
7347         * gdb.trace/change-loc.exp: Don't depend on tracepoint location
7348         ordering.
7349
7350 2016-03-09  Marcin Kościelnicki  <koriakin@0x04.net>
7351
7352         * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
7353         (bar): Add bar_start_lbl label.
7354         * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
7355         of foo/bar for emitting DWARF and tracing.
7356
7357 2016-03-06  Sergio Durigan Junior  <sergiodj@redhat.com>
7358
7359         * analyze-racy-logs.py: Set executable bit.
7360
7361 2016-03-05  Sergio Durigan Junior  <sergiodj@redhat.com>
7362
7363         * Makefile.in (DEFAULT_RACY_ITER): New variable.
7364         (CHECK_TARGET_TMP): Likewise.
7365         (check-single-racy): New rule.
7366         (check-parallel-racy): Likewise.
7367         (TEST_TARGETS): Adjust rule to account for RACY_ITER.
7368         (do-check-parallel-racy): New rule.
7369         (check-racy/%.exp): Likewise.
7370         * README (Racy testcases): New section.
7371         * analyze-racy-logs.py: New file.
7372
7373 2016-03-03  Doug Evans  <dje@google.com>
7374
7375         * gdb.base/skip.exp: Use with_test_prefix.
7376
7377 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7378
7379         * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
7380         Invoke step_over_syscall "clone" and break_cond_on_syscall
7381         "clone".
7382         * gdb.base/step-over-clone.c: New file.
7383
7384 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7385
7386         * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
7387         code format.
7388
7389 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7390
7391         * gdb.base/disp-step-fork.c: Rename to ...
7392         * gdb.base/step-over-fork.c: ... it.  New file.
7393         * gdb.base/disp-step-vfork.c: Rename to ...
7394         * gdb.base/step-over-vfork.c: ... it.  New file.
7395         * gdb.base/disp-step-syscall.exp: Rename to ...
7396         * gdb.base/step-over-syscall.exp: ... it.  New file.
7397         (disp_step_cross_syscall): Rename to ...
7398         (step_over_syscall): ... it.
7399
7400 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7401
7402         * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
7403         If target supports condition evaluation on target, invoke
7404         break_cond_on_syscall for fork and vfork.
7405
7406 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7407
7408         * gdb.base/disp-step-syscall.exp: Don't invoke
7409         support_displaced_stepping.
7410         (disp_step_cross_syscall): Test with displaced stepping off and
7411         on if supported.
7412
7413 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7414
7415         * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
7416         proc.
7417         (setup): New proc.
7418         (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
7419         and setup.
7420
7421 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
7422
7423         * gdb.fortran/vla-history.exp: Remove breakpoint.
7424
7425 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
7426
7427         * gdb.fortran/vla-history.exp: Lookup array elements and printing
7428         exceeds timeout.
7429
7430 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
7431
7432         * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
7433         breakpoint.
7434
7435 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
7436
7437         * gdb.mi/vla.f90: Nullify pointer after declaration.
7438
7439 2016-03-01  Pedro Alves  <palves@redhat.com>
7440
7441         * gdb.trace/ftrace-lock.c: Include <unistd.h>.
7442
7443 2016-03-01  Pedro Alves  <palves@redhat.com>
7444
7445         * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
7446         before anything else.
7447         * gdb.threads/watchpoint-fork-mt.c: Likewise.  Don't define
7448         _GNU_SOURCE here.
7449         * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7450         before anything else.
7451         * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7452
7453 2016-03-01  Pedro Alves  <palves@redhat.com>
7454
7455         * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7456
7457 2016-03-01  Yao Qi  <yao.qi@linaro.org>
7458
7459         * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7460         prepare_for_testing.
7461
7462 2016-03-01  Yao Qi  <yao.qi@linaro.org>
7463
7464         * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7465
7466 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7467
7468         * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7469         manually constructing the output path.
7470
7471 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7472
7473         * gdb.arch/s390-stackless.S: New.
7474         * gdb.arch/s390-stackless.exp: New.
7475
7476 2016-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
7477
7478         * gdb.dlang/circular.c: New file.
7479         * gdb.dlang/circular.exp: New file.
7480
7481 2016-02-26  Yao Qi  <yao.qi@linaro.org>
7482
7483         * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7484         [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7485         (testcases): Update.
7486
7487 2016-02-26  Yao Qi  <yao.qi@linaro.org>
7488
7489         * gdb.reverse/aarch64.c: Rename to ...
7490         * gdb.reverse/insn-reverse.c: ... it.
7491         * gdb.reverse/aarch64.exp: Rename to ...
7492         * gdb.reverse/insn-reverse.exp: ... it.
7493
7494 2016-02-26  Yao Qi  <yao.qi@linaro.org>
7495
7496         * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7497         (testcase_ftype): New.
7498         (testcases): New array.
7499         (n_testcases): New.
7500         (main): Call each element in testcases.
7501         * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7502         (read_testcase): New.
7503         Do the tests in a loop.
7504
7505 2016-02-25  Yao Qi  <yao.qi@linaro.org>
7506
7507         * gdb.base/branches.c: Remove.
7508
7509 2016-02-25  Marcin Kościelnicki  <koriakin@0x04.net>
7510
7511         PR gdb/13808
7512         * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7513
7514 2016-02-25  Marcin Kościelnicki  <koriakin@0x04.net>
7515
7516         * gdb.trace/ftrace.exp: Remove unnecessary target check.
7517
7518 2016-02-25  Marcin Kościelnicki  <koriakin@0x04.net>
7519
7520         * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7521         change x86_64 call_insn to 'callq'.
7522
7523 2016-02-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7524
7525         * gdb.trace/tfile-avx.c: Move to...
7526         * gdb.trace/tracefile-pseudo-reg.c: Here.
7527         * gdb.trace/tfile-avx.exp: Move to...
7528         * gdb.trace/tracefile-pseudo-reg.exp: Here.
7529
7530 2016-02-24  Gary Benson <gbenson@redhat.com>
7531
7532         * gdb.base/attach-pie-noexec.exp: Do not expect an error
7533         message on attach.
7534
7535 2016-02-23  Doug Evans  <dje@google.com>
7536
7537         * gdb.base/skip.c (test_skip): New function.
7538         (end_test_skip_file_and_function): New function.
7539         (test_skip_file_and_function): New function.
7540         * gdb.base/skip1.c (test_skip): New function.
7541         (skip1_test_skip_file_and_function): New function.
7542         * gdb.base/skip.exp: Add tests for new skip options.
7543         * gdb.base/skip-solib.exp: Update expected output.
7544         * gdb.perf/skip-command.cc: New file.
7545         * gdb.perf/skip-command.exp: New file.
7546         * gdb.perf/skip-command.py: New file.
7547
7548 2016-02-22  Marcin Kościelnicki  <koriakin@0x04.net>
7549
7550         * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7551         info registers pattern.
7552
7553 2016-02-18  Iain Buclaw  <ibuclaw@gdcproject.org>
7554
7555         * lib/future.exp: Add D support.
7556         (gdb_find_gdc): New proc.
7557         (gdb_default_target_compile): Add D support.
7558
7559 2016-02-18  Wei-cheng Wang  <cole945@gmail.com>
7560
7561         * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7562         user+system time.
7563         (trace_speed_test): Determine the iteration count for a time
7564         between 15..30 seconds.
7565
7566 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7567
7568         * gdb.arch/i386-mpx-sigsegv.c: New file.
7569         * gdb.arch/i386-mpx-sigsegv.exp: New file.
7570         * gdb.arch/i386-mpx-simple_segv.c: New file.
7571         * gdb.arch/i386-mpx-simple_segv.exp: New file.
7572
7573 2016-02-18  Yao Qi  <yao.qi@linaro.org>
7574
7575         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7576         Don't call setup_kfail.
7577
7578 2016-02-18  Yao Qi  <yao.qi@linaro.org>
7579
7580         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7581         Set "set breakpoint condition-evaluation" per $cond_bp_target.
7582
7583 2016-02-16  Doug Evans  <dje@google.com>
7584
7585         * gdb.base/skip.c: Add copyright.  Whitespace cleanup.
7586         * gdb.base/skip1.c: Ditto.
7587         * gdb.base/skip.exp: Whitespace cleanup.
7588
7589 2016-02-16  Don Breazeal  <donb@codesourcery.com>
7590
7591         PR remote/19496
7592         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7593         Remove kfail for PR remote/19496.
7594
7595 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
7596
7597         * lib/gdb.exp (standard_temp_file): Return a path specific to
7598         the runtest invocation.
7599
7600 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
7601
7602         * gdb.trace/save-trace.exp: Change relative path to be in the
7603         standard output directory.
7604
7605 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7606
7607         * gdb.arch/i386-prologue.c: Add missing prototypes.
7608
7609 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7610
7611         * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7612         * gdb.arch/i386-prologue.exp: Likewise.
7613         * gdb.arch/i386-size.exp: Likewise.
7614
7615 2016-02-15  Simon Marchi  <simon.marchi@ericsson.com>
7616
7617         * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7618         define object file path.
7619         * gdb.btrace/gcore.exp: Use standard_output_file to define core
7620         file path.
7621         * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7622         standard_output_file to define binfile.
7623
7624 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7625
7626         Fix compatibility with recent gfortran-5.3.1.
7627         * gdb.fortran/vla-history.exp (print vla1 allocated)
7628         (print vla2 allocated, print $2, print $3): Remove
7629         (print $4): Rename to ...
7630         (print $2): ... here.
7631         (print $9): Rename to ...
7632         (print $5): ... here.
7633         (print $10): Rename to ...
7634         (print $6): ... here.
7635         * gdb.fortran/vla.f90: Add pvla initialization.
7636
7637 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7638
7639         * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7640         New test.
7641         * gdb.fortran/vla-value-sub.exp: Likewise.
7642
7643 2016-02-12  Marcin Kościelnicki  <koriakin@0x04.net>
7644
7645         * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7646
7647 2016-02-12  Simon Marchi  <simon.marchi@ericsson.com>
7648
7649         * i386-biarch-core.exp: Define corefile using
7650         standard_output_file.
7651
7652 2016-02-12  Yao Qi  <yao.qi@linaro.org>
7653
7654         * gdb.arch/arm-single-step-kernel-helper.c: New.
7655         * gdb.arch/arm-single-step-kernel-helper.exp: New.
7656
7657 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
7658
7659         * gdb.btrace/tailcall-only.exp: New.
7660         * gdb.btrace/tailcall-only.c: New.
7661         * gdb.btrace/x86_64-tailcall-only.S: New.
7662         * gdb.btrace/i686-tailcall-only.S: New.
7663
7664 2016-02-11  Pedro Alves  <palves@redhat.com>
7665
7666         * README (Parallel testing): Add missing double quotes.
7667
7668 2016-02-11  Pedro Alves  <palves@redhat.com>
7669
7670         * README (Parallel testing): New section.
7671         (GDB_PARALLEL): Rewrite.
7672         (FORCE_PARALLEL): Document.
7673
7674 2016-02-11  Marcin Kościelnicki  <koriakin@0x04.net>
7675
7676         * gdb.trace/tfile-avx.c: New test.
7677         * gdb.trace/tfile-avx.exp: New test.
7678
7679 2016-02-09  Keith Seitz  <keiths@redhat.com>
7680
7681         PR breakpoints/19546
7682         * gdb.base/infcall-exec.c: New file.
7683         * gdb.base/infcall-exec2.c: New file.
7684         * gdb.base/infcall-exec.exp: New file.
7685
7686 2016-02-09  Keith Seitz  <keiths@redhat.com>
7687
7688         * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7689         (toplevel): Call test_bkpt_address.
7690
7691 2016-02-09  Keith Seitz  <keiths@redhat.com>
7692
7693         PR python/19506
7694         * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7695         (toplevel): Call test_bkpt_address.
7696
7697 2016-02-09  Simon Marchi  <simon.marchi@ericsson.com>
7698
7699         * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7700         to AC_OUTPUT.
7701         * configure: Regenerate.
7702
7703 2016-02-09  Pedro Alves  <palves@redhat.com>
7704
7705         PR breakpoints/19548
7706         * gdb.base/execl-update-breakpoints.c (some_function): New
7707         function.
7708         (main): Call it.
7709         * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7710         Tighten expected GDB output.
7711
7712 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
7713
7714         * Makefile.in (ALL_SUBDIRS): Remove.
7715         (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7716         (distclean maintainer-clean realclean): Likewise.
7717         * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7718         * configure: Regenerate.
7719         * gdb.ada/Makefile.in: Delete.
7720         * gdb.arch/Makefile.in: Likewise.
7721         * gdb.asm/Makefile.in: Likewise.
7722         * gdb.base/Makefile.in: Likewise.
7723         * gdb.btrace/Makefile.in: Likewise.
7724         * gdb.cell/Makefile.in: Likewise.
7725         * gdb.compile/Makefile.in: Likewise.
7726         * gdb.cp/Makefile.in: Likewise.
7727         * gdb.disasm/Makefile.in: Likewise.
7728         * gdb.dlang/Makefile.in: Likewise.
7729         * gdb.dwarf2/Makefile.in: Likewise.
7730         * gdb.fortran/Makefile.in: Likewise.
7731         * gdb.gdb/Makefile.in: Likewise.
7732         * gdb.go/Makefile.in: Likewise.
7733         * gdb.guile/Makefile.in: Likewise.
7734         * gdb.java/Makefile.in: Likewise.
7735         * gdb.linespec/Makefile.in: Likewise.
7736         * gdb.mi/Makefile.in: Likewise.
7737         * gdb.modula2/Makefile.in: Likewise.
7738         * gdb.multi/Makefile.in: Likewise.
7739         * gdb.objc/Makefile.in: Likewise.
7740         * gdb.opencl/Makefile.in: Likewise.
7741         * gdb.opt/Makefile.in: Likewise.
7742         * gdb.pascal/Makefile.in: Likewise.
7743         * gdb.perf/Makefile.in: Likewise.
7744         * gdb.python/Makefile.in: Likewise.
7745         * gdb.reverse/Makefile.in: Likewise.
7746         * gdb.server/Makefile.in: Likewise.
7747         * gdb.stabs/Makefile.in: Likewise.
7748         * gdb.threads/Makefile.in: Likewise.
7749         * gdb.trace/Makefile.in: Likewise.
7750         * gdb.xml/Makefile.in: Likewise.
7751         * lib/gdb.exp (make_gdb_parallel_path): Add check for
7752         GDB_PARALLEL.
7753         (standard_output_file): Remove check for GDB_PARALLEL, always
7754         return path in outputs/$subdir/$testname.
7755
7756 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
7757
7758         * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7759         (site.exp): Assign abs_srcdir to tcl's srcdir.
7760
7761 2016-02-04  Yao Qi  <yao.qi@linaro.org>
7762
7763         * gdb.base/foll-exec-mode.c: Include limits.h.
7764         (main): Add parameters argc and argv.  Get directory from
7765         argv[0].
7766         * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7767         compilation.
7768         * gdb.base/foll-exec.c: Include limits.h.
7769         (main): Add parameters argc and argv.
7770         Get directory from argv[0].
7771         * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7772         Adjust tests on the number of lines as source code changed.
7773         * gdb.base/foll-vfork-exit.c: Include limits.h.
7774         (main): Add one line of statement before vfork.
7775         * gdb.base/foll-vfork.c: Include limits.h and string.h.
7776         (main): Add parameters argc and argv.  Get directory from
7777         argv[0].
7778         * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7779         (setup_gdb): Set tbreak to skip some source lines.
7780         * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7781         (main): Add parameters argc and argv.  Get directory from
7782         argv[0].
7783         * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7784         compilation.
7785         * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7786         (main): Add parameters argc and argv.  Get directory from
7787         argv[0].
7788         * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7789         compilation.
7790
7791 2016-02-01  Doug Evans  <dje@google.com>
7792
7793         * gdb.base/skip.exp: Clean up multiple references to same test name.
7794
7795 2016-02-01  Pedro Alves  <palves@redhat.com>
7796
7797         PR remote/19496
7798         * gdb.threads/forking-threads-plus-breakpoint.exp
7799         (displaced_stepping_supported): New global.
7800         (probe_displaced_stepping_support): New procedure.
7801         (do_test): Add 'displaced' parameter, and use it.
7802         (top level): Check for displaced stepping support.  Add displaced
7803         stepping on/off testing axis.
7804
7805 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
7806
7807         * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7808         pointer.  Don't perform further tests on the unassociated pointer
7809         if the first test fails.
7810
7811 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
7812
7813         * gdb.base/max-value-size.c: New file.
7814         * gdb.base/max-value-size.exp: New file.
7815         * gdb.base/huge.exp: Disable max-value-size for this test.
7816
7817 2016-01-28  Iain Buclaw  <ibuclaw@gdcproject.org>
7818
7819         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7820
7821 2016-01-28  Yao Qi  <yao.qi@linaro.org>
7822
7823         * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7824
7825 2016-01-25  Pedro Alves  <palves@redhat.com>
7826
7827         PR threads/19461
7828         * gdb.base/fork-running-state.c: New file.
7829         * gdb.base/fork-running-state.exp: New file.
7830
7831 2016-01-25  Pedro Alves  <palves@redhat.com>
7832
7833         PR gdb/19494
7834         * gdb.base/catch-fork-kill.c: New file.
7835         * gdb.base/catch-fork-kill.exp: New file.
7836
7837 2016-01-25  Pedro Alves  <palves@redhat.com>
7838
7839         * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7840         Delete, moved to lib/gdb.exp.
7841         * gdb.threads/forking-threads-plus-breakpoint.exp
7842         (foreach_with_prefix): Likewise.
7843         * gdb.threads/process-dies-while-handling-bp.exp
7844         (foreach_with_prefix): Likewise.
7845         * lib/gdb.exp (foreach_with_prefix): New procedure.
7846
7847 2016-01-25  Marcin Kościelnicki  <koriakin@0x04.net>
7848
7849         * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7850         * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7851
7852 2016-01-23  Marcin Kościelnicki  <koriakin@0x04.net>
7853
7854         * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7855         endian targets.
7856
7857 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7858             Pedro Alves  <palves@redhat.com>
7859
7860         Fix testsuite compatibility with Guile.
7861         * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7862         number.
7863
7864 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7865
7866         Fix testsuite compatibility with Guile.
7867         * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7868         (thread 1): New test for backtrace through signal handler.
7869
7870 2016-01-22  Yao Qi  <yao.qi@linaro.org>
7871
7872         PR testsuite/19491
7873         * gdb.base/multi-forks.c: Include
7874         ../lib/unbuffer_output.c
7875         (main): Call gdb_unbuffer_output.
7876
7877 2016-01-21  Doug Evans  <dje@google.com>
7878
7879         * lib/ada.exp (gdb_compile_ada): Fix typo.
7880
7881 2016-01-21  Joel Brobecker  <brobecker@adacore.com>
7882
7883         * gdb.base/break-fun-addr.exp: New file.
7884         * gdb.base/break-fun-addr1.c: New file.
7885         * gdb.base/break-fun-addr2.c: New file.
7886
7887 2016-01-20  Simon Marchi  <simon.marchi@polymtl.ca>
7888
7889         * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7890         * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7891         enum flag values.
7892
7893 2016-01-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7894
7895         * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7896         when GDB can not set the vector return value.  Add more comments
7897         for clarification.
7898
7899 2016-01-20  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7900
7901         * gdb.trace/tspeed.exp:  Use shlib instead of libs in gdb_compile
7902         command.
7903
7904 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
7905
7906         * Makefile.in (DO_RUNTEST): Add --status and update usages.
7907
7908 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
7909
7910         * Makefile.in (check-single): Pass --status to runtest.
7911         (check/%.exp): Likewise.
7912
7913 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
7914
7915         * Makefile.in (check-parallel): Propagate return code from make
7916         do-check-parallel.
7917
7918 2016-01-19  Marcin Kościelnicki  <koriakin@0x04.net>
7919
7920         * gdb.trace/ftrace.exp: Fix expected message on continue.
7921         * gdb.trace/pending.exp: Fix expected message on continue.
7922         * gdb.trace/trace-break.exp: Fix expected message on continue.
7923
7924 2016-01-18  Simon Marchi  <simon.marchi@ericsson.com>
7925
7926         * lib/gdb.exp (gdb_test): Remove unused global references.
7927
7928 2016-01-18  Pedro Alves  <palves@redhat.com>
7929
7930         * gdb.base/async-shell.exp: Adjust expected output.
7931         * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7932         * gdb.base/siginfo-thread.exp: Adjust expected output.
7933         * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7934         * gdb.java/jnpe.exp: Adjust expected output.
7935         * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7936         * gdb.threads/continue-pending-status.exp: Adjust expected output.
7937         * gdb.threads/leader-exit.exp: Adjust expected output.
7938         * gdb.threads/manythreads.exp: Adjust expected output.
7939         * gdb.threads/pthreads.exp: Adjust expected output.
7940         * gdb.threads/schedlock.exp: Adjust expected output.
7941         * gdb.threads/siginfo-threads.exp: Adjust expected output.
7942         * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7943         expected output.
7944         * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7945         output.
7946         * gdb.threads/sigthread.exp: Adjust expected output.
7947         * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7948
7949 2016-01-18  Yao Qi  <yao.qi@linaro.org>
7950
7951         * gdb.guile/scm-section-script.c: Replace @progbits with
7952         %progbits.
7953         * gdb.python/py-section-script.c: Likewise.
7954
7955 2016-01-15  Pedro Alves  <palves@redhat.com>
7956
7957         * gdb.multi/tids.exp: Test star wildcard ranges.
7958
7959 2016-01-15  Pedro Alves  <palves@redhat.com>
7960
7961         * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7962         command from "thread apply" invocation.
7963         (thr_apply_info_thr_invalid): Default the expected output to the
7964         input tid list.
7965         (top level): Add tests that use convenience variables.  Add tests
7966         for "thread apply" with a valid TID list, but missing the command.
7967
7968 2016-01-13  Pedro Alves  <palves@redhat.com>
7969
7970         * gdb.base/default.exp: Expect $_gthread as well.
7971         * gdb.multi/tids.exp: Test $_gthread.
7972         * gdb.threads/thread-specific.exp: Test $_gthread.
7973
7974 2016-01-13  Pedro Alves  <palves@redhat.com>
7975
7976         * gdb.multi/tids.exp: Test "info threads -gid".
7977
7978 2016-01-13  Pedro Alves  <palves@redhat.com>
7979
7980         * gdb.multi/tids.exp: Test InferiorThread.global_num and
7981         Breakpoint.thread.
7982         * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7983
7984 2016-01-07  Pedro Alves  <palves@redhat.com>
7985
7986         * gdb.base/break.exp: Adjust to output changes.
7987         * gdb.base/hbreak2.exp: Likewise.
7988         * gdb.base/sepdebug.exp: Likewise.
7989         * gdb.base/watch_thread_num.exp: Likewise.
7990         * gdb.linespec/keywords.exp: Likewise.
7991         * gdb.multi/info-threads.exp: Likewise.
7992         * gdb.threads/thread-find.exp: Likewise.
7993         * gdb.multi/tids.c: New file.
7994         * gdb.multi/tids.exp: New file.
7995
7996 2016-01-13  Pedro Alves  <palves@redhat.com>
7997
7998         * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7999
8000 2016-01-13  Pedro Alves  <palves@redhat.com>
8001
8002         * gdb.base/default.exp: Expect $_inferior as well.
8003         * gdb.multi/base.exp: Test $_inferior.
8004
8005 2016-01-13  Pedro Alves  <palves@redhat.com>
8006
8007         PR breakpoints/19388
8008         * gdb.base/catch-signal-siginfo-cond.c: New file.
8009         * gdb.base/catch-signal-siginfo-cond.exp: New file.
8010
8011 2016-01-12  Josh Stone  <jistone@redhat.com>
8012             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
8013
8014         * gdb.base/catch-syscall.c (do_execve): New variable.
8015         (main): Conditionally trigger an execve.
8016         * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8017         (test_catch_syscall_execve): New, check entry/return across execve.
8018         (do_syscall_tests): Call test_catch_syscall_execve.
8019
8020 2016-01-12  Pedro Alves  <palves@redhat.com>
8021
8022         * gdb.base/random-signal.exp (do_test): New procedure, with body
8023         of testcase moved in.
8024
8025 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8026             Pedro Alves  <palves@redhat.com>
8027
8028         * gdb.base/funcargs.exp (finish from indirectly called function):
8029         Reintroduce the case for 'First'.
8030
8031 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8032             Pedro Alves  <palves@redhat.com>
8033
8034         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8035         (tcatch_vfork_then_child_follow_exec)
8036         (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8037         identification.
8038
8039 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8040
8041         * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8042         and repeats to unlimited.
8043         * gdb.python/py-value.exp: Likewise.
8044         * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8045         and repeats to unlimited.
8046
8047 2016-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8048
8049         * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8050         and reordering the functions.
8051         * gdb.multi/hangout.c: Likewise.
8052         * gdb.multi/hello.c: Likewise.
8053
8054 2016-01-08  Simon Marchi  <simon.marchi@ericsson.com>
8055
8056         * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8057         absolute.
8058         (SingleStatisticTestResult.report): Use dict.keys instead of
8059         dict.iterkeys.
8060
8061 2016-01-06  Pedro Alves  <palves@redhat.com>
8062
8063         * gdb.python/py-infthread.exp: Fix typo.  Expect t0.num to be 1.
8064
8065 2016-01-04  Markus Metzger  <markus.t.metzger@intel.com>
8066
8067         * gdb.btrace/dlopen.exp: New.
8068         * gdb.btrace/dlopen.c: New.
8069         * gdb.btrace/dlopen-dso.c: New.
8070
8071 2015-12-25  Sandra Loosemore  <sandra@codesourcery.com>
8072
8073         * lib/gdb.exp (gdb_test): Update comments to clarify that the
8074         PATTERN argument is optional.
8075
8076 2015-12-24  Joel Brobecker  <brobecker@adacore.com>
8077
8078         * lib/ada.exp (target_compile_ada_from_dir): New function.
8079         (gdb_compile_ada): Reimplement avoiding the use of project files.
8080         * gdb.ada/gnat_ada.gpr: Delete.
8081         * gdb.ada/cond_lang.exp: Adjust test to make path before
8082         filename optional.
8083         * gdb.ada/small_reg_param.exp: Likewise.
8084
8085 2015-12-22  Simon Marchi  <simon.marchi@ericsson.com>
8086
8087         * gdb.base/foll-vork.exp: Remove HP-UX special case.
8088
8089 2015-12-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
8090
8091         * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8092         case.
8093
8094 2015-12-21  Simon Marchi  <simon.marchi@ericsson.com>
8095
8096         * gdb.base/break.exp: Remove dead code.
8097         * gdb.base/sepdebug.exp: Likewise.
8098
8099 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
8100
8101         * gdb.asm/asm-source.exp: Remove HP-UX references.
8102         * gdb.base/annota1.exp: Likewise.
8103         * gdb.base/annota3.exp: Likewise.
8104         * gdb.base/attach.exp: Likewise.
8105         * gdb.base/bigcore.exp: Likewise.
8106         * gdb.base/break.exp: Likewise.
8107         * gdb.base/call-ar-st.exp: Likewise.
8108         * gdb.base/callfuncs.exp: Likewise.
8109         * gdb.base/catch-fork-static.exp: Likewise.
8110         * gdb.base/display.exp: Likewise.
8111         * gdb.base/foll-exec-mode.exp: Likewise.
8112         * gdb.base/foll-exec.exp: Likewise.
8113         * gdb.base/foll-fork.exp: Likewise.
8114         * gdb.base/foll-vfork.exp: Likewise.
8115         * gdb.base/funcargs.exp: Likewise.
8116         * gdb.base/hbreak2.exp: Likewise.
8117         * gdb.base/inferior-died.exp: Likewise.
8118         * gdb.base/interrupt.exp: Likewise.
8119         * gdb.base/multi-forks.exp: Likewise.
8120         * gdb.base/nodebug.exp: Likewise.
8121         * gdb.base/sepdebug.exp: Likewise.
8122         * gdb.base/solib1.c: Likewise.
8123         * gdb.base/step-test.exp: Likewise.
8124         * gdb.mi/non-stop.c: Likewise.
8125         * gdb.mi/pthreads.c: Likewise.
8126         * gdb.multi/bkpt-multi-exec.ex: Likewise.
8127         * gdb.threads/pthreads.c: Likewise.
8128         * gdb.threads/staticthreads.exp: Likewise.
8129         * lib/future.exp: Likewise.
8130         * lib/gdb.exp: Likewise.
8131         * gdb.base/so-indr-cl.c: Remove.
8132         * gdb.base/so-indr-cl.exp: Likewise.
8133         * gdb.base/solib.c: Likewise.
8134         * gdb.base/solib.exp: Likewise.
8135         * gdb.base/solib2.c: Likewise.
8136
8137 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
8138
8139         * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8140         * gdb.base/call-ar-st.exp: Likewise.
8141         * gdb.base/callfuncs.exp: Likewise.
8142         * gdb.base/condbreak.exp: Likewise.
8143         * gdb.base/constvars.exp: Likewise.
8144         * gdb.base/hbreak2.exp: Likewise.
8145         * gdb.base/langs.exp: Likewise.
8146         * gdb.base/list.exp: Likewise.
8147         * gdb.base/long_long.exp: Likewise.
8148         * gdb.base/ptype.exp: Likewise.
8149         * gdb.base/scope.exp: Likewise.
8150         * gdb.base/signals.exp: Likewise.
8151         * gdb.base/so-impl-ld.exp: Likewise.
8152         * gdb.base/varargs.exp: Likewise.
8153         * gdb.base/volatile.exp: Likewise.
8154         * gdb.base/whatis.exp: Likewise.
8155         * gdb.cp/cplusfuncs.exp: Likewise.
8156         * gdb.cp/inherit.exp: Likewise.
8157         * gdb.cp/local.exp: Likewise.
8158         * gdb.cp/member-ptr.exp: Likewise.
8159         * gdb.cp/method.exp: Likewise.
8160         * gdb.cp/overload.exp: Likewise.
8161         * gdb.cp/templates.exp: Likewise.
8162         * gdb.stabs/weird.exp: Likewise.
8163         * lib/compiler.c: Likewise.
8164         * lib/compiler.cc: Likewise.
8165         * lib/cp-support.exp: Likewise.
8166         * lib/gdb.exp: Likewise.
8167
8168 2015-12-20  Simon Marchi  <simon.marchi@polymtl.ca>
8169
8170         * configure.ac: Remove HP-UX case.
8171         * configure: Regenerate.
8172
8173 2015-12-18  Simon Marchi  <simon.marchi@ericsson.com>
8174
8175         * lib/gdb.exp (gdb_compile): Add function doc.
8176
8177 2015-12-17  Pedro Alves  <palves@redhat.com>
8178
8179         PR threads/19354
8180         * gdb.multi/info-threads.exp: New file.
8181
8182 2015-12-15  Yao Qi  <yao.qi@linaro.org>
8183
8184         * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8185         is aarch64*-*-*.
8186
8187 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8188
8189         * gdb.base/history-duplicates.exp: Skip if no readline support.
8190
8191 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8192
8193         * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8194
8195 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8196
8197         * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8198
8199 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8200
8201         * gdb.base/completion.exp: Skip tests that interrupt GDB with
8202         ctrl-C if nointerrupts target property is set.
8203         * gdb.base/double-prompt-target-event-error.exp: Likewise.
8204         * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8205         * gdb.base/paginate-bg-execution.exp: Likewise.
8206         * gdb.base/paginate-execution-startup.exp: Likewise.
8207         * gdb.base/random-signal.exp: Likewise.
8208         * gdb.base/range-stepping.exp: Likewise.
8209         * gdb.cp/annota2.exp: Likewise.
8210         * gdb.cp/annota3.exp: Likewise.
8211         * gdb.gdb/selftest.exp: Likewise.
8212         * gdb.threads/continue-pending-status.exp: Likewise.
8213         * gdb.threads/leader-exit.exp: Likewise.
8214         * gdb.threads/manythreads.exp: Likewise.
8215         * gdb.threads/pthreads.exp: Likewise.
8216         * gdb.threads/schedlock.exp: Likewise.
8217         * gdb.threads/sigthread.exp: Likewise.
8218
8219 2015-12-11  Don Breazeal  <donb@codesourcery.com>
8220
8221         * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8222         remote.
8223         * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8224         * gdb.base/foll-exec.exp (main): Enable for target remote.
8225         * gdb.base/foll-fork.exp (main): Likewise.
8226         * gdb.base/foll-vfork.exp (main): Likewise.
8227         * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8228         (proc continue_to_exit_bp_loc): Use clean_restart.
8229         * gdb.base/pie-execl.exp (main): Disable for target remote.
8230         * gdb.base/watch-vfork.exp (main): Enable for target remote.
8231         * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8232         * gdb.threads/execl.exp (main): Likewise.
8233         * gdb.threads/fork-child-threads.exp (main): Likewise.
8234         * gdb.threads/fork-plus-threads.exp (main): Disable for target
8235         remote.
8236         * gdb.threads/fork-thread-pending.exp (main): Enable for target
8237         remote.
8238         * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8239         pid.tid style ptids, instead of just tid.
8240         * gdb.threads/thread-execl.exp (main): Enable for target remote.
8241         * gdb.threads/watchpoint-fork.exp (main): Likewise.
8242         * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8243         ptids, instead of just tid.
8244
8245 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8246
8247         * gdb.base/list.exp (test_list_forward): Add end of file error
8248         test.
8249         (test_repeat_list_command): Add end of file error test.
8250         (test_list_backwards): Add beginning of file error test.
8251
8252 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8253
8254         * gdb.base/list.exp (test_list_invalid_args): New function,
8255         defined, and called.
8256
8257 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8258
8259         * gdb.base/list.exp (test_list): Make test names unique.
8260
8261 2015-12-11  Yao Qi  <yao.qi@linaro.org>
8262
8263         * gdb.base/coremaker2.c: Remove.
8264
8265 2015-12-10  Pedro Alves  <palves@redhat.com>
8266
8267         * gdb.multi/base.exp: Remove stale "spaces" references.
8268
8269 2015-12-10  Pedro Alves  <palves@redhat.com>
8270
8271         * gdb.multi/base.exp: Don't use nowarnings.
8272         * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8273         * gdb.multi/hangout.c: Include stdio.h.
8274         * gdb.multi/hello.c: Include stdlib.h.
8275         * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8276         * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8277         * gdb.multi/multi-arch.exp: Don't use nowarnings.
8278
8279 2015-12-10  Andrew Burgess  <andrew.burgess@embecosm.com>
8280
8281         * gdb.dwarf2/dw2-ranges-base.c: New file.
8282         * gdb.dwarf2/dw2-ranges-base.exp: New file.
8283         * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8284         support additional line table, and debug ranges generation.
8285         (Dwarf::ranges): New function, generate .debug_ranges.
8286         (Dwarf::lines): Support generating simple line table programs.
8287         (Dwarf::assemble): Initialise new namespace variables.
8288
8289 2015-12-09  Kevin Buettner  <kevinb@redhat.com>
8290
8291         * gdb.base/async.exp (proc test_background): Add case for
8292         asynchronous execution not supported.
8293
8294 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
8295
8296         * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
8297           format and change test names to make them unique.
8298
8299 2015-12-09  Ruslan Kabatsayev  <b7.10110111@gmail.com>
8300             Pedro Alves  <pedro@redhat.com>
8301
8302         PR gdb/18702
8303         Add checking of floatformats setup on x86_64 hosts.
8304         * gdb.arch/i386-float.S (main): Load bigval and smallval.
8305         (smallval, bigval): New labels/constants.
8306         * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
8307         float" after loading bigval and smallval.
8308
8309 2015-12-07  Pierre-Marie de Rodat  <derodat@adacore.com>
8310
8311         * gdb.ada/fun_overload_menu.exp: New testcase.
8312         * gdb.ada/fun_overload_menu/foo.adb: New testcase.
8313
8314 2015-12-04  Josh Stone  <jistone@redhat.com>
8315
8316         * gdb.base/catch-fork-static.exp: New.
8317
8318 2015-12-03  Yao Qi  <yao.qi@linaro.org>
8319
8320         * gdb.base/sizeof.c: Don't include stdio.h and
8321         ../lib/unbuffer_output.c.
8322         (main): New variable 'size' and 'value'.  Remove printf and
8323         gdb_unbuffer_output.  Assign return value to size and value.
8324         * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
8325         at the beginning.
8326         (check_sizeof): Check the result by printing variable 'size'.
8327         (check_valueof): Check the result by printing variable 'value'.
8328
8329 2015-12-01  Yao Qi  <yao.qi@linaro.org>
8330
8331         * gdb.base/disp-step-syscall.exp: Define syscall instruction
8332         for aarch64*-*-linux* target.
8333
8334 2015-11-30  Pedro Alves  <palves@redhat.com>
8335
8336         * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
8337
8338 2015-11-30  Pedro Alves  <palves@redhat.com>
8339
8340         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
8341         Handle non-stop mode vCont replies.
8342
8343 2015-11-30  Pedro Alves  <palves@redhat.com>
8344
8345         * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
8346         prepare_for_testing.  Start gdb with "set non-stop on" appended to
8347         GDBFLAGS.  Lax expected stop output.
8348
8349 2015-11-27  Yao Qi  <yao.qi@linaro.org>
8350
8351         * gdb.arch/arm-neon.exp: New.
8352         * gdb.arch/arm-neon.c: New.
8353
8354 2015-11-27  Yao Qi  <yao.qi@linaro.org>
8355
8356         * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
8357
8358 2015-11-27  Yao Qi  <yao.qi@linaro.org>
8359
8360         * gdb.cp/annota2.exp: Allow multiple occurrences of the
8361         frames-invalid annotation.
8362
8363 2015-11-27  Yao Qi  <yao.qi@linaro.org>
8364
8365         * gdb.cp/annota2.exp: Use ${frames_invalid}.
8366
8367 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
8368
8369         * gdb.threads/names.exp: New file.
8370         * gdb.threads/names.c: New file.
8371         * README: Mention gdb,no_thread_names.
8372
8373 2015-11-26  Markus Metzger  <markus.t.metzger@intel.com>
8374
8375         PR 19297
8376         * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
8377         support" error.
8378
8379 2015-11-24  Pedro Alves  <palves@redhat.com>
8380
8381         PR 17539
8382         * gdb.base/display.exp: Expect displays to be sorted in ascending
8383         order.  Use multi_line.
8384         * gdb.base/solib-display.exp: Likewise.
8385
8386 2015-11-24  Pedro Alves  <palves@redhat.com>
8387
8388         PR 17539
8389         * gdb.base/display.exp: Expect displays to be sorted in ascending
8390         order.  Use multi_line.
8391         * gdb.base/solib-display.exp: Likewise.
8392
8393 2015-11-24  Pedro Alves  <palves@redhat.com>
8394
8395         PR 17539
8396         * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
8397         threads in ascending order.
8398         * gdb.base/foll-fork.exp: Likewise.
8399         * gdb.base/foll-vfork.exp: Likewise.
8400         * gdb.base/multi-forks.exp: Likewise.
8401         * gdb.mi/mi-nonstop.exp: Likewise.
8402         * gdb.mi/mi-nsintrall.exp: Likewise.
8403         * gdb.multi/base.exp: Likewise.
8404         * gdb.multi/multi-arch.exp: Likewise.
8405         * gdb.python/py-inferior.exp: Likewise.
8406         * gdb.threads/break-while-running.exp: Likewise.
8407         * gdb.threads/execl.exp: Likewise.
8408         * gdb.threads/gcore-thread.exp: Likewise.
8409         * gdb.threads/info-threads-cur-sal.exp: Likewise.
8410         * gdb.threads/kill.exp: Likewise.
8411         * gdb.threads/linux-dp.exp: Likewise.
8412         * gdb.threads/multiple-step-overs.exp: Likewise.
8413         * gdb.threads/next-bp-other-thread.exp: Likewise.
8414         * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
8415         * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
8416         * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
8417         * gdb.threads/thread-find.exp: Likewise.
8418         * gdb.threads/tls.exp: Likewise.
8419         * lib/mi-support.exp (mi_reverse_list): Delete.
8420         (mi_check_thread_states): No longer reverse list.
8421
8422 2015-11-24  Pedro Alves  <palves@redhat.com>
8423
8424         * gdb.python/py-inferior.exp: Use with_test_prefix.  Consistently
8425         use lowercase.
8426
8427 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
8428
8429         * gdb.trace/actions.c: Include trace-common.h.
8430         (main): Add a location for a fast tracepoint.
8431         * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
8432         the normal tracepoints.
8433         (gdb_verify_tracepoints): Adjust number of expected tracepoints.
8434
8435 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
8436
8437         * save-trace.exp: Factor out code to these...
8438         (gdb_save_tracepoints): New.
8439         (gdb_load_tracepoints): New.
8440         (do_save_load_test): New.
8441
8442 2015-11-23  Kevin Buettner  <kevinb@redhat.com>
8443
8444         * gdb.base/asmlabel.exp: New test.
8445         * gdb.base/asmlabel.c: New test case.
8446
8447 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
8448
8449         * gdb.base/wrong_frame_bt_full-main.c: New file.
8450         * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8451         * gdb.base/wrong_frame_bt_full.exp: New file.
8452
8453 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
8454
8455         * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8456
8457 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
8458
8459         * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
8460         pstate register when comparing registers values in
8461         sparc64-*-linux-gnu targets to avoid spurious differences.
8462
8463 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
8464
8465         * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
8466
8467 2015-11-19  Sandra Loosemore  <sandra@codesourcery.com>
8468
8469         * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8470         as type argument to gdb_compile.
8471         * gdb.base/nested-subp2.exp: Likewise.
8472         * gdb.base/nested-subp3.exp: Likewise.
8473
8474 2015-11-17  Dominik Vogt  <vogt@linux.vnet.ibm.com>
8475
8476         * lib/dwarf.exp (_note): Fix left shift of negative value.
8477         * gdb.trace/trace-condition.exp: Likewise.
8478
8479 2015-11-13  Yao Qi  <yao.qi@linaro.org>
8480
8481         * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8482         comments about d10v.
8483         (test_scalar_returns): Likewise.
8484         * gdb.base/d10v.ld: Remove.
8485         * gdb.base/overlays.exp: Remove the target triplet checking for
8486         d10v-*-*.
8487         * gdb.base/structs.exp (test_struct_returns): Remove the
8488         comments about d10v.
8489         (test_struct_calls): Likewise.
8490
8491 2015-11-13  Yao Qi  <yao.qi@linaro.org>
8492
8493         * gdb.base/gnu_vector.exp: Check the return value by "p res".
8494         * gdb.base/gnu_vector.c: Don't include stdio.h.
8495         (main): Don't print res and call add_some_intvecs.
8496
8497 2015-11-11  Marcin Kościelnicki  <koriakin@0x04.net>
8498
8499         * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8500         macro.
8501         (func5): Removed.
8502         (func4): Use FAST_TRACEPOINT_LABEL.
8503         * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8504         macro.
8505         (func): Removed.
8506         (thread_function): Use FAST_TRACEPOINT_LABEL.
8507         * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8508         (func): Remove.
8509         (marker): Use FAST_TRACEPOINT_LABEL.
8510         * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8511         (pendfunc1): Remove.
8512         (pendfunc): Use FAST_TRACEPOINT_LABEL.
8513         * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8514         (foo): Remove.
8515         (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8516         * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8517         macro.
8518         (func): Remove.
8519         (marker): Use FAST_TRACEPOINT_LABEL.
8520         * gdb.trace/trace-common.h: New header.
8521         * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8522         macro.
8523         (func): Remove.
8524         (marker): Use FAST_TRACEPOINT_LABEL.
8525         * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8526         (func): Remove.
8527         (thread_function): Use FAST_TRACEPOINT_LABEL.
8528
8529 2015-11-10  Marcin Kościelnicki  <koriakin@0x04.net>
8530
8531         * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8532         in front.
8533         * gdb.trace/change-loc.exp: Use global pcreg definition.
8534         * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8535         * gdb.trace/entry-values.exp: Use global spreg definition, add $
8536         in front.
8537         * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8538         * gdb.trace/pending.exp: Likewise.
8539         * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8540         * gdb.trace/trace-break.exp: Likewise.
8541         * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8542         in front.
8543         * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8544         * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8545         in front.
8546         * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8547
8548 2015-11-09  Joel Brobecker  <brobecker@adacore.com>
8549
8550         * gdb.ada/fin_fun_out: New testcase.
8551
8552 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
8553
8554         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8555         value associated with DW_AT_byte_size.
8556         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8557         constants for DW_AT_byte_size, DW_AT_lower_bound, and
8558         DW_AT_upper_bound.
8559
8560 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
8561
8562         * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8563         (gdb_target_symbol_prefix_flags): Define in terms of _asm
8564         version.
8565         * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8566         gdb.dwarf2/dw2-canonicalize-type.exp,
8567         gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8568         gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8569         gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8570         provided by gdb_target_symbol_prefix_flags_asm.
8571         * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8572         testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8573         testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8574         testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8575         gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8576         macros where needed).  Use this macro for symbols which require
8577         the prefix provided by SYMBOL_PREFIX.
8578
8579 2015-11-05  Kevin Buettner  <kevinb@redhat.com>
8580
8581         * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8582         New procs.
8583         * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8584         representing expressions, of more than one list element.
8585         * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8586         to prepend linker symbol prefix to f.
8587         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8588         table_1 and table_2.
8589         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8590         Likewise, for f and g.
8591         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8592         for ptr.
8593         * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8594         for main.
8595         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8596         table_1_ptr and table_2_ptr.
8597
8598 2015-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8599             Joel Brobecker  <brobecker@adacore.com>
8600
8601         * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8602
8603 2015-11-04  Marcin Kościelnicki  <koriakin@0x04.net>
8604
8605         * gdb.reverse/s390-mvcle.c: New test.
8606         * gdb.reverse/s390-mvcle.exp: New file.
8607         * lib/gdb.exp: Enable reverse tests on s390*-linux.
8608
8609 2015-11-02  Marcin Kościelnicki  <koriakin@0x04.net>
8610
8611         * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8612
8613 2015-11-02  Marcin Kościelnicki  <koriakin@0x04.net>
8614
8615         * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8616         reaching marker2.
8617         * gdb.reverse/getresuid-reverse.exp: Likewise.
8618         * gdb.reverse/pipe-reverse.exp: Likewise.
8619         * gdb.reverse/readv-reverse.exp: Likewise.
8620         * gdb.reverse/recvmsg-reverse.exp: Likewise.
8621         * gdb.reverse/time-reverse.exp: Likewise.
8622         * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8623
8624 2015-10-30  Yao Qi  <yao.qi@linaro.org>
8625
8626         * gdb.threads/wp-replication.c (watch_count_done): Remove.
8627         (empty_cycle): Remove.
8628         (main): Don't call empty_cycle.  Don't use watch_count_done.
8629         * gdb.threads/wp-replication.exp: Don't set breakpoint on
8630         empty_cycle.  Rewrite the code counting HW watchpoints.
8631
8632 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
8633
8634         * gdb.reverse/fstatat-reverse.c: New test.
8635         * gdb.reverse/fstatat-reverse.exp: New file.
8636         * gdb.reverse/getresuid-reverse.c: New test.
8637         * gdb.reverse/getresuid-reverse.exp: New file.
8638         * gdb.reverse/pipe-reverse.c: New test.
8639         * gdb.reverse/pipe-reverse.exp: New file.
8640         * gdb.reverse/readv-reverse.c: New test.
8641         * gdb.reverse/readv-reverse.exp: New file.
8642         * gdb.reverse/recvmsg-reverse.c: New test.
8643         * gdb.reverse/recvmsg-reverse.exp: New file.
8644         * gdb.reverse/time-reverse.c: New test.
8645         * gdb.reverse/time-reverse.exp: New file.
8646         * gdb.reverse/waitpid-reverse.c: New test.
8647         * gdb.reverse/waitpid-reverse.exp: New file.
8648
8649 2015-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
8650
8651         * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8652
8653 2015-10-26  Doug Evans  <dje@google.com>
8654
8655         PR symtab/17391
8656         * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8657         * gdb.dwarf2/bad-regnum.c: New file.
8658         * gdb.dwarf2/bad-regnum.exp: New file.
8659
8660 2015-10-26  Doug Evans  <dje@google.com>
8661
8662         PR python/18938
8663         * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8664         file.
8665
8666 2015-10-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8667
8668         * gdb.compile/compile.exp (compile code globalvar): Update expectation
8669         for a change by "Mention language in compile error message".
8670
8671 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
8672
8673         PR python/18073
8674         * gdb.python/py-type.c (C::a_method): New.
8675         (C::a_const_method): New.
8676         (C::a_static_method): New.
8677         (a_function): New.
8678         * gdb.python/py-type.exp (test_fields): Test getting fields
8679         from function and method.
8680
8681 2015-10-21  Keven Boell  <keven.boell@intel.com>
8682
8683         * gdb.fortran/vla-alloc-assoc.exp: New file.
8684         * gdb.fortran/vla-datatypes.exp: New file.
8685         * gdb.fortran/vla-datatypes.f90: New file.
8686         * gdb.fortran/vla-history.exp: New file.
8687         * gdb.fortran/vla-ptype-sub.exp: New file.
8688         * gdb.fortran/vla-ptype.exp: New file.
8689         * gdb.fortran/vla-sizeof.exp: New file.
8690         * gdb.fortran/vla-sub.f90: New file.
8691         * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8692         * gdb.fortran/vla-value-sub-finish.exp: New file.
8693         * gdb.fortran/vla-value-sub.exp: New file.
8694         * gdb.fortran/vla-value.exp: New file.
8695         * gdb.fortran/vla-ptr-info.exp: New file.
8696         * gdb.mi/mi-vla-fortran.exp: New file.
8697         * gdb.mi/vla.f90: New file.
8698
8699 2015-10-21  Sandra Loosemore  <sandra@codesourcery.com>
8700
8701         * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8702         of hardwired timeout value.
8703
8704 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8705             Pedro Alves  <palves@redhat.com>
8706
8707         * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8708         * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8709
8710 2015-10-19  Josh Stone  <jistone@redhat.com>
8711
8712         * gdb.base/catch-syscall.c: Include <sched.h>.
8713         (unknown_syscall): New variable.
8714         (main): Trigger a vfork and an unknown syscall.
8715         * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8716         (unknown_syscall_number): Likewise.
8717         (check_call_to_syscall): Accept an optional syscall pattern.
8718         (check_return_from_syscall): Likewise.
8719         (check_continue): Likewise.
8720         (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8721         (test_catch_syscall_skipping_return): New test toggling off 'catch
8722         syscall' to step over the syscall return, then toggling back on.
8723         (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8724         during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8725         (do_syscall_tests): Call test_catch_syscall_without_args and
8726         test_catch_syscall_mid_vfork.
8727         (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8728         (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8729
8730 2015-10-19  Andrew Stubbs  <ams@codesourcery.com>
8731
8732         * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8733         print g_vE): Add new pass patterns.
8734         * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8735         print various symbol names for vptr fields.
8736
8737 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
8738
8739         * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8740         results.
8741
8742 2015-10-12  Yao Qi  <yao.qi@linaro.org>
8743
8744         * gdb.arch/disp-step-insn-reloc.exp: New test case.
8745
8746 2015-10-12  Yao Qi  <yao.qi@linaro.org>
8747
8748         * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8749         is aarch64*-*-linux*.
8750
8751 2015-10-12  Yao Qi  <yao.qi@linaro.org>
8752
8753         * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8754         (can_relocate_bcond_true): ... it.
8755         (can_relocate_bcond_false): New function.
8756         (foo): Likewise.
8757         (can_relocate_bl): Likewise.
8758         (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8759         can_relocate_bl.
8760
8761 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
8762
8763         * gdb.base/nested-addr.c: New file.
8764         * gdb.base/nested-addr.exp: New testcase.
8765
8766 2015-10-09  Markus Metzger  <markus.t.metzger@intel.com>
8767
8768         * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8769         * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8770         its output.  Ignore the output of "record goto begin" and instead
8771         check that GDB is replaying.
8772
8773 2015-10-09  Pedro Alves  <palves@redhat.com>
8774
8775         * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8776         (top level): Use it in the run with no args test.
8777
8778 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
8779
8780         * gdb.dlang/properties.exp: New file.
8781
8782 2015-10-02  Sandra Loosemore  <sandra@codesourcery.com>
8783
8784         * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8785         whether or not address 0x1000 is mapped on the target.
8786
8787 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
8788
8789         * gdb.python/py-type.exp: Do not run tests if binaries fail to
8790         build.
8791
8792 2015-09-30  Markus Metzger  <markus.t.metzger@intel.com>
8793
8794         * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8795         instruction-history test.
8796
8797 2015-09-28  Doug Evans  <dje@google.com>
8798
8799         * gdb.base/gcore.c (array_func): Add reference to static_array.
8800
8801 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
8802
8803         * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8804         source line.
8805
8806 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8807
8808         * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8809         short or char as base type.
8810
8811 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8812
8813         * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8814         to allow any size enum.
8815
8816 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
8817
8818         * gdb.ada/array_ptr_renaming.exp: New testcase.
8819         * gdb.ada/array_ptr_renaming/foo.adb: New file.
8820         * gdb.ada/array_ptr_renaming/pack.ads: New file.
8821
8822 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
8823
8824         * gdb.trace/ftrace-lock.c: New file.
8825         * gdb.trace/ftrace-lock.exp: New file.
8826
8827 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
8828
8829         * gdb.arch/insn-reloc.c: New file.
8830         * gdb.arch/ftrace-insn-reloc.exp: New file.
8831
8832 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
8833
8834         * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8835         instruction.
8836         * gdb.trace/pendshr1.c (pendfunc): Likewise.
8837         * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8838         * gdb.trace/range-stepping.c: Likewise.
8839         * gdb.trace/trace-break.c: Likewise.
8840         * gdb.trace/trace-mt.c (thread_function): Likewise.
8841         * gdb.trace/ftrace.c (marker): Likewise.
8842         * gdb.trace/trace-condition.c (marker): Likewise.
8843         * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8844         * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8845         is_aarch64_target.
8846
8847 2015-09-18  Doug Evans  <xdje42@gmail.com>
8848
8849         * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8850         * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8851
8852 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8853
8854         * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8855         the breakpoint.
8856
8857 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8858
8859         * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8860         the pending breakpoint.  Remove timeout override for "Run till
8861         MI pending breakpoint on pendfunc3 on thread 2" test.
8862
8863 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8864
8865         * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8866         filename pattern.
8867
8868 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8869
8870         * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8871         in breakpoint filename pattern.
8872
8873 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8874
8875         * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8876
8877 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8878
8879         * gdb.linespec/explicit.exp: Check for readline support for
8880         tab-completion tests.  Fix obvious typo.
8881
8882 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
8883
8884         * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8885         and replay.
8886
8887 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
8888
8889         * gdb.btrace/non-stop.c: New.
8890         * gdb.btrace/non-stop.exp: New.
8891
8892 2015-09-17  Pierre Langlois  <pierre.langlois@arm.com>
8893             Yao Qi  <yao.qi@linaro.org>
8894
8895         * gdb.trace/trace-condition.c: New file.
8896         * gdb.trace/trace-condition.exp: New file.
8897
8898 2015-09-16  Wei-cheng Wang  <cole945@gmail.com>
8899
8900         * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8901         for testing bytecode compilation.
8902
8903 2015-09-16  Pedro Alves  <palves@redhat.com>
8904             Sandra Loosemore <sandra@codesourcery.com>
8905
8906         * gdb.threads/non-stop-fair-events.c (timeout): New global.
8907         (SECONDS): Redefine.
8908         (main): Call pthread_kill and alarm early.
8909         * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8910         support.
8911         (test): If the target can't hardware step and doesn't support
8912         displaced stepping, increase the timeout.
8913
8914 2015-09-16  Pedro Alves  <palves@redhat.com>
8915
8916         * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8917         (enable_debug): New procedures.
8918         (test): Use them.  Bail out if waiting for threads fails.
8919         (top level): Bail out if a test fails.
8920
8921 2015-09-16  Yao Qi  <yao.qi@linaro.org>
8922
8923         * gdb.asm/asm-source.exp: Set asm-arch for
8924         aarch64*-*-* target.
8925         * gdb.asm/aarch64.inc: New file.
8926
8927 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
8928
8929         * gdb.ada/array_of_variable_length.exp: New testcase.
8930         * gdb.ada/array_of_variable_length/foo.adb: New file.
8931         * gdb.ada/array_of_variable_length/pck.adb: New file.
8932         * gdb.ada/array_of_variable_length/pck.ads: New file.
8933
8934 2015-09-15  Doug Evans  <dje@google.com>
8935
8936         * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8937         of function static local variable.
8938
8939 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
8940
8941         * gdb.threads/tls-so_extern.exp: New test file.
8942         * gdb.threads/tls-so_extern.c: New test file.
8943         * gdb.threads/tls-so_extern_main.c: New test file.
8944
8945 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
8946
8947         * gdb.opt/solib-intra-step-lib.c: New file.
8948         * gdb.opt/solib-intra-step-main.c: New file.
8949         * gdb.opt/solib-intra-step.exp: New file.
8950
8951 2015-09-15  Pedro Alves  <palves@redhat.com>
8952
8953         * gdb.threads/non-ldr-exc-3.exp (do_test): Use
8954         gdb_continue_to_breakpoint instead of gdb_test_multiple.
8955
8956 2015-09-14  Pedro Alves  <palves@redhat.com>
8957
8958         * gdb.base/hook-stop-continue.c: Delete.
8959         * gdb.base/hook-stop-continue.exp: Delete.
8960         * gdb.base/hook-stop-frame.c: Delete.
8961         * gdb.base/hook-stop-frame.exp: Delete.
8962         * gdb.base/hook-stop.c: New file.
8963         * gdb.base/hook-stop.exp: New file.
8964
8965 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
8966
8967         * gdb.ada/access_to_packed_array.exp: New testcase.
8968         * gdb.ada/access_to_packed_array/foo.adb: New file.
8969         * gdb.ada/access_to_packed_array/pack.adb: New file.
8970         * gdb.ada/access_to_packed_array/pack.ads: New file.
8971
8972 2015-09-14  Markus Metzger  <markus.t.metzger@intel.com>
8973
8974         * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8975         buffer size test.
8976
8977 2015-09-11  Don Breazeal  <donb@codesourcery.com>
8978
8979         * gdb.base/foll-exec.c: Add copyright header.  Fix
8980         formatting issues.
8981         * gdb.base/foll-exec.exp (zap_session): Delete proc.
8982         (do_exec_tests): Use clean_restart in place of zap_session,
8983         and for test initialization.  Fix formatting issues.  Use
8984         fail in place of perror.
8985         * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8986         an expect statement to match an expression with output from
8987         the program under debug.
8988         * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8989         non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8990         * gdb.threads/non-ldr-exc-2.exp: Likewise.
8991         * gdb.threads/non-ldr-exc-3.exp: Likewise.
8992         * gdb.threads/non-ldr-exc-4.exp: Likewise.
8993
8994 2015-09-09  Doug Evans  <dje@google.com>
8995
8996         * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8997
8998 2015-09-09  Doug Evans  <dje@google.com>
8999
9000         * gdb.base/pie-execl.exp: Fix result test of build_executable.
9001
9002 2015-09-09  Doug Evans  <dje@google.com>
9003
9004         * gdb.base/savedregs.exp: Fix typo.
9005
9006 2015-09-09  Pedro Alves  <palves@redhat.com>
9007
9008         * gdb.mi/mi-cli.exp: Add CLI finish tests.
9009
9010 2015-09-08  Sandra Loosemore  <sandra@codesourcery.com>
9011
9012         * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9013         command actually switches threads.  Give up on remaining
9014         tests if target fails to stop at breakpoint.
9015
9016 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9017
9018         * gdb.ada/funcall_char.exp: New testcase.
9019         * gdb.ada/funcall_char/foo.adb: New file.
9020
9021 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
9022
9023         * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9024         expected outputs.  Add two testcases for completing ambiguous
9025         functions.
9026         * gdb.ada/complete/aux_pck.adb: New file.
9027         * gdb.ada/complete/aux_pck.ads: New file.
9028         * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9029         Ambiguous_Func functions.
9030         * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9031         * gdb.ada/complete/pck.adb: Likewise.
9032
9033 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
9034
9035         * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9036         failures to run the test program under GDB.
9037
9038 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
9039
9040         * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9041         to C.
9042
9043 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
9044
9045         * gdb.base/run-after-attach.exp: New test file.
9046         * gdb.base/run-after-attach.c: New test file.
9047
9048 2015-08-26  Don Breazeal  <donb@codesourcery.com>
9049
9050         * gdb.base/foll-exec-2.c: New test program.
9051         * gdb.base/foll-exec-2.exp: New test.
9052
9053 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
9054
9055         * gdb.base/nested-subp1.exp: New file.
9056         * gdb.base/nested-subp1.c: New file.
9057         * gdb.base/nested-subp2.exp: New file.
9058         * gdb.base/nested-subp2.c: New file.
9059         * gdb.base/nested-subp3.exp: New file.
9060         * gdb.base/nested-subp3.c: New file.
9061
9062 2015-08-24  Pedro Alves  <palves@redhat.com>
9063
9064         * gdb.server/connect-without-multi-process.c: New file.
9065         * gdb.server/connect-without-multi-process.exp: New file.
9066
9067 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
9068
9069         * gdb.opt/inline-markers.c: Make z int.
9070
9071 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
9072
9073         * gdb.opt/inline-markers.c: Make z volatile.
9074
9075 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
9076
9077         * gdb.opt/inline-bt.c: New volatile global z.
9078         * gdb.opt/inline-cmds.c: Likewise.
9079         * gdb.opt/inline-locals.c: Likewise.
9080         * gdb.opt/inline-markers.c: New extern global z.
9081         (marker): Use z.
9082         (inline_fn): Likewise.
9083
9084 2015-08-24  Pedro Alves  <palves@redhat.com>
9085
9086         * config/m32r-stub.exp: Remove file.
9087         * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9088         * gdb.base/call-rt-st.exp: Likewise.
9089         * gdb.base/call-strs.exp: Likewise.
9090         * gdb.base/default.exp: Remove references to h8300-*-hms and
9091         *-*-udi*.
9092         * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9093
9094 2015-08-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9095
9096         * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9097         -Wno-psabi" if "-mcpu=native" fails.  For the tests with "finish"
9098         and "return" use KFAIL when GDB can not read/write the vector
9099         return value.
9100
9101 2015-08-21  Gary Benson <gbenson@redhat.com>
9102
9103         * gdb.trace/pending.exp: Cope with remote transfer warnings.
9104
9105 2015-08-20  Pedro Alves  <palves@redhat.com>
9106
9107         * gdb.server/solib-list.exp: No longer expect an interior stop in
9108         non-stop mode.
9109
9110 2015-08-20  Pedro Alves  <palves@redhat.com>
9111
9112         * gdb.server/connect-stopped-target.c: New file.
9113         * gdb.server/connect-stopped-target.exp: New file.
9114
9115 2015-08-20  Pedro Alves  <palves@redhat.com>
9116
9117         * gdb.dwarf2/comp-unit-lang.exp: New file.
9118         * gdb.dwarf2/comp-unit-lang.c: New file.
9119
9120 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
9121
9122         * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9123         * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9124
9125 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
9126
9127         * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9128         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9129
9130 2015-08-18  Doug Evans  <dje@google.com>
9131             Adrian Sendroiu <adrian.sendroiu@freescale.com>
9132
9133         * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9134         skip_python_tests.  New arg prompt_regexp.
9135         (skip_python_tests): New function.
9136         * lib/mi-support.exp (mi_skip_python_tests): New function.
9137         * gdb.python/py-mi-objfile-gdb.py: New file.
9138         * gdb.python/py-mi-objfile.c: New file.
9139         * gdb.python/py-mi-objfile.exp: New file.
9140
9141 2015-08-17  Keith Seitz  <keiths@redhat.com>
9142
9143         * gdb.linespec/explicit.exp: Move strace test from here ...
9144         * gdb.trace/strace.exp: ... to here.
9145
9146 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
9147
9148         * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9149         * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9150
9151 2015-08-14  Doug Evans  <xdje42@gmail.com>
9152
9153         * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9154         inferior before selecting a new file.
9155
9156 2015-08-14  Doug Evans  <xdje42@gmail.com>
9157
9158         * gdb.mi/mi-disassemble.exp: Update.
9159         * gdb.base/disasm-optim.S: New file.
9160         * gdb.base/disasm-optim.c: New file.
9161         * gdb.base/disasm-optim.h: New file.
9162         * gdb.base/disasm-optim.exp: New file.
9163
9164 2015-08-14  Keith Seitz  <keiths@redhat.com>
9165
9166         * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9167         "evaluated-by".
9168
9169 2015-08-13  Joel Brobecker  <brobecker@adacore.com>
9170
9171         * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9172
9173 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
9174
9175         * gdb.ada/fun_renaming.exp: New testcase.
9176         * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9177         * gdb.ada/fun_renaming/pack.adb: New file.
9178         * gdb.ada/fun_renaming/pack.ads: New file.
9179
9180 2015-08-12  Keith Seitz  <keiths@redhat.com>
9181
9182         * gdb.base/dso2dso.exp: Pass basename of source file in call to
9183         gdb_get_line_number.
9184
9185 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
9186
9187         * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9188         gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9189         gdb.base/dso2dso.exp: New files.
9190
9191 2015-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
9192             Pedro Alves  <palves@redhat.com>
9193             Keith Seitz  <keiths@redhat.com>
9194
9195         * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9196         GDBFLAGS.
9197
9198 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
9199
9200         * gdb.base/gdbhistsize-history.exp
9201         (test_histsize_history_setting): Use save_vars.
9202         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9203         Use save_vars.
9204         (test_no_truncation_of_unlimited_history_file): Use save_vars.
9205         * gdb.base/readline.exp: Use save_vars.
9206
9207 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
9208
9209         * lib/gdb.exp (save_vars): New proc.
9210
9211 2015-08-11  Keith Seitz  <keiths@redhat.com>
9212
9213         * gdb.base/help.exp: Update help_breakpoint_text.
9214
9215 2015-08-11  Keith Seitz  <keiths@redhat.com>
9216
9217         * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9218         (at toplevel): Call test_explicit_breakpoints.
9219         * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9220         breakpoints.
9221         * lib/mi-support.exp (mi_make_breakpoint): Add support for
9222         breakpoint conditions, "-cond".
9223
9224 2015-08-11  Keith Seitz  <keiths@redhat.com>
9225
9226         * gdb.linespec/3explicit.c: New file.
9227         * gdb.linespec/cpexplicit.cc: New file.
9228         * gdb.linespec/cpexplicit.exp: New file.
9229         * gdb.linespec/explicit.c: New file.
9230         * gdb.linespec/explicit.exp: New file.
9231         * gdb.linespec/explicit2.c: New file.
9232         * gdb.linespec/ls-errs.exp: Add explicit location tests.
9233         * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9234         before using in the matching pattern.
9235         Clarify that `prefix' is a regular expression.
9236
9237 2015-08-11  Keith Seitz  <keiths@redhat.com>
9238
9239         * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9240         test.
9241         Add tests for missing ",FMT" and ",".
9242
9243 2015-08-10  Doug Evans  <dje@google.com>
9244             Keith Seitz  <keiths@redhat.com>
9245
9246         PR gdb/17960
9247         * gdb.base/completion.exp: Add location completer tests.
9248
9249 2015-08-07  Pedro Alves  <palves@redhat.com>
9250
9251         * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9252         tests here.
9253         (top level): Run do_test with and without displaced stepping.
9254
9255 2015-08-07  Pedro Alves  <palves@redhat.com>
9256
9257         * gdb.base/valgrind-disp-step.c: New file.
9258         * gdb.base/valgrind-disp-step.exp: New file.
9259
9260 2015-08-07  Pedro Alves  <palves@redhat.com>
9261
9262         * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9263         Delete function.
9264         (main): Add alarm.  Run an infinite loop instead of calling
9265         wait_threads.
9266         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9267         comment.
9268         * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9269         Delete function.
9270         (main): Add alarm.  Run an infinite loop instead of calling
9271         wait_threads.
9272         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9273         comment.
9274
9275 2015-08-07  Pedro Alves  <palves@redhat.com>
9276
9277         * gdb.base/checkpoint-ns.exp: New file.
9278         * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9279         standard_testfile.
9280
9281 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
9282
9283         * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9284         * gdb.btrace/instruction_history.exp: Update.
9285         * gdb.btrace/tsx.exp: New.
9286         * gdb.btrace/tsx.c: New.
9287
9288 2015-08-06  Pedro Alves <palves@redhat.com>
9289
9290         * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
9291         increase timeout.
9292         * gdb.reverse/until-precsave.exp: Bump timeouts.
9293
9294 2015-08-06  Pedro Alves  <palves@redhat.com>
9295
9296         * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
9297
9298 2015-08-06  Pedro Alves  <palves@redhat.com>
9299
9300         PR gdb/18749
9301         * gdb.threads/process-dies-while-handling-bp.c: New file.
9302         * gdb.threads/process-dies-while-handling-bp.exp: New file.
9303
9304 2015-08-06  Pedro Alves  <palves@redhat.com>
9305
9306         * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
9307         * gdb.threads/forking-threads-plus-breakpoint.c: New file.
9308
9309 2015-08-05  Pedro Alves  <palves@redhat.com>
9310
9311         * gdb.threads/next-while-other-thread-longjmps.c: New file.
9312         * gdb.threads/next-while-other-thread-longjmps.exp: New file.
9313
9314 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
9315
9316         * gdb.base/bp-permanent.exp: Report test as unsupported if
9317         the target cannot stop at the permanent breakpoint.
9318
9319 2015-08-03  Doug Evans  <dje@google.com>
9320
9321         * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
9322         10000.
9323
9324 2015-08-03  Doug Evans  <dje@google.com>
9325
9326         * Makefile.in (workers/%.worker, build-perf): New rule.
9327         (GDB_PERFTEST_MODE): New variable.
9328         (check-perf): Use it.
9329         (clean): Clean up gdb.perf parallel build subdirs.
9330         * lib/build-piece.exp: New file.
9331         * lib/gdb.exp (make_gdb_parallel_path): New function
9332         (standard_output_file, standard_temp_file): Call it.
9333         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9334         of $GDB_PARALLEL.
9335         * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
9336
9337 2015-08-03  Doug Evans  <dje@google.com>
9338
9339         * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
9340         (LOG_FILE_NAME): New global.
9341         (TextReporter.__init__): Initialize self.txt_sum.
9342         (TextReporter.report): Add support for multiple data-points.
9343         Move report to perftest.sum, put raw data in perftest.log.
9344         (TextReporter.start): Open sum and log files.
9345         (TextReporter.end): Close sum and log files.
9346         * gdb.perf/lib/perftest/testresult.py
9347         (SingleStatisticTestResult.record): Handle multiple data-points.
9348
9349 2015-07-31  Pedro Alves  <palves@redhat.com>
9350
9351         * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
9352         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
9353         kill_wait_spawned_process instead of explicit "kill -9".
9354         * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
9355         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
9356         kill_wait_spawned_process.
9357         * gdb.base/attach-twice.exp: Likewise.
9358         * gdb.base/attach.exp: Likewise.
9359         (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
9360         gdb_test_multiple.
9361         * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
9362         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
9363         kill_wait_spawned_process.
9364         * gdb.base/valgrind-infcall.exp: Likewise.
9365         * gdb.multi/multi-attach.exp: Likewise.
9366         * gdb.python/py-prompt.exp: Likewise.
9367         * gdb.python/py-sync-interp.exp: Likewise.
9368         * gdb.server/ext-attach.exp: Likewise.
9369         * gdb.threads/attach-into-signal.exp (corefunc): Use
9370         spawn_wait_for_attach, spawn_id_get_pid and
9371         kill_wait_spawned_process.
9372         * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
9373         spawn_wait_for_attach returning a spawn id instead of a pid.  Use
9374         spawn_id_get_pid and kill_wait_spawned_process.
9375         * gdb.threads/attach-stopped.exp (corefunc): Use
9376         spawn_wait_for_attach, spawn_id_get_pid and
9377         kill_wait_spawned_process.
9378         * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
9379         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
9380         kill_wait_spawned_process instead of explicit "kill -9".
9381         * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
9382         (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
9383         (spawn_wait_for_attach): Use spawn instead of exec to spawn
9384         processes.  Don't map cygwin/windows pids here.  Now returns a
9385         spawn id list.
9386
9387 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
9388
9389         * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
9390         4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
9391         correct patch.
9392
9393 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
9394
9395         * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
9396
9397 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
9398
9399         Reapply:
9400         2014-05-21  Mark Wielaard  <mjw@redhat.com>
9401
9402         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9403
9404 2015-07-30  Pedro Alves  <palves@redhat.com>
9405
9406         * linux-low.c (handle_extended_wait): Set the child's last
9407         reported status to TARGET_WAITKIND_STOPPED.
9408
9409 2015-07-30  Pedro Alves  <palves@redhat.com>
9410
9411         PR threads/18600
9412         * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
9413         only shows inferior 1.
9414
9415 2015-07-30  Simon Marchi  <simon.marchi@ericsson.com>
9416             Pedro Alves  <palves@redhat.com>
9417
9418         PR threads/18600
9419         * gdb.threads/fork-plus-threads.c: New file.
9420         * gdb.threads/fork-plus-threads.exp: New file.
9421
9422 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
9423
9424         * gdb.base/batch-preserve-term-settings.exp
9425         (test_terminal_settings_preserved_after_cli_exit): Use
9426         send_quit_command.
9427
9428 2015-07-29  Pedro Alves  <palves@redhat.com>
9429             Don Breazeal  <donb@codesourcery.com>
9430
9431         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
9432         output from both inferior_spawn_id and gdb_spawn_id.
9433
9434 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
9435
9436         * gdb.threads/attach-into-signal.exp (corefunc): Use
9437         with_test_prefix on nested loops, uniquefying the test messages.
9438
9439 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
9440
9441         * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
9442         commit.
9443
9444 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
9445
9446         * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
9447         New proc.
9448         (test_terminal_settings_preserved_after_sigterm): New test.
9449
9450 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
9451
9452         * gdb.base/batch-preserve-term-settings.exp
9453         (test_terminal_settings_preserved_after_cli_exit): New test.
9454
9455 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
9456
9457         * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9458         manipulation of saved_gdbflags.
9459         (test_terminal_settings_preserved): Remove global declaration of
9460         the unused variable pagination_prompt.  Remove manipulation of
9461         saved_gdbflags.  Use a local variable EXTRA_GDBFLAGS instead of
9462         GDBFLAGS.
9463
9464 2015-07-29  Pedro Alves  <palves@redhat.com>
9465
9466         * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9467
9468 2015-07-29  Pedro Alves  <palves@redhat.com>
9469
9470         * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9471         at the top.
9472
9473 2015-07-29  Pedro Alves  <palves@redhat.com>
9474
9475         * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9476         (main): Call gdb_unbuffer_output.
9477         * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9478         (main): Call gdb_unbuffer_output.
9479         * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9480         (main): Call gdb_unbuffer_output.
9481         * gdb.base/call-strs.exp: Adjust to step over the
9482         gdb_unbuffer_output call.
9483         * gdb.base/catch-gdb-caused-signals.c: Include
9484         "../lib/unbuffer_output.c".
9485         (main): Call gdb_unbuffer_output.
9486         * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9487         (main): Call gdb_unbuffer_output.
9488         * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9489         (main): Call gdb_unbuffer_output.
9490         * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9491         (main): Call gdb_unbuffer_output.
9492         * gdb.base/shlib-call.exp: Adjust to step over the
9493         gdb_unbuffer_output call.
9494         * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9495         (main): Call gdb_unbuffer_output.
9496         * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9497         (main): Call gdb_unbuffer_output.
9498         * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9499         (main): Rename to ...
9500         (test): ... this.
9501         (main): Reimplement.
9502         * gdb.base/varargs.exp: Run to test instead of to main.
9503         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9504         (main): Call gdb_unbuffer_output.
9505
9506 2015-07-29  Pedro Alves  <palves@redhat.com>
9507
9508         * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9509         factore out from mi_continue_dprintf.  For call-style dprintfs,
9510         expect dprintf output out of $inferior_spawn_id.
9511         (mi_continue_dprintf): Use mi_expect_dprintf.
9512         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9513         (main): Call gdb_unbuffer_output.
9514
9515 2015-07-29  Pedro Alves  <palves@redhat.com>
9516
9517         * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9518         (default_mi_gdb_start): Set inferior_spawn_id instead of
9519         mi_inferior_spawn_id.  If $inferior_spawn_id is not set, set it to
9520         gdb_spawn_id.
9521         (mi_gdb_test): Always expect inferior output from both
9522         $inferior_spawn_id and $gdb_spawn_id.
9523
9524 2015-07-29  Pedro Alves  <palves@redhat.com>
9525
9526         * gdb.gdb/selftest.exp (test_with_self): Update comment.  Use
9527         send_inferior and $inferior_spawn_id.
9528
9529 2015-07-29  Pedro Alves  <palves@redhat.com>
9530
9531         * gdb.gdb/complaints.exp (test_initial_complaints)
9532         (test_serial_complaints, test_short_complaints): Use
9533         gdb_test_stdio.
9534         (test_empty_complaint): Handle $inferior_spawn_id !=
9535         $gdb_spawn_id.
9536
9537 2015-07-29  Pedro Alves  <palves@redhat.com>
9538
9539         * gdb.base/varargs.exp: Use gdb_test_stdio.
9540
9541 2015-07-29  Pedro Alves  <palves@redhat.com>
9542
9543         * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9544
9545 2015-07-29  Pedro Alves  <palves@redhat.com>
9546
9547         * gdb.base/ending-run.exp: Use gdb_test_stdio.
9548
9549 2015-07-29  Pedro Alves  <palves@redhat.com>
9550
9551         * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9552         parameter into two new parameters, "inf_result" and "gdb_result".
9553         Expect inferior output and gdb output from $inferior_spawn_id and
9554         $gdb_spawn_id, respectively.  Adjust all callers.
9555
9556 2015-07-29  Pedro Alves  <palves@redhat.com>
9557
9558         * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9559         of gdb_test_sequence.
9560
9561 2015-07-29  Pedro Alves  <palves@redhat.com>
9562
9563         * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9564         (saw_spurious_output): Expect inferior output from
9565         $inferior_spawn_id.  Use gdb_test_stdio.
9566
9567 2015-07-29  Pedro Alves  <palves@redhat.com>
9568
9569         * gdb.base/dprintf.exp: Use standard_testfile.  Change
9570         prepare_for_testing call.
9571         (srcfile): Don't set.
9572         (restart): New procedure.
9573         (test_dprintf): New procecure, use to continue over dprintfs.
9574         (test_call, test_agent): New procedures, tests moved here.
9575         Restart gdb and recreate dprintfs.  Adjust expected output.
9576
9577 2015-07-29  Pedro Alves  <palves@redhat.com>
9578
9579         * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9580
9581 2015-07-29  Pedro Alves  <palves@redhat.com>
9582
9583         * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9584
9585 2015-07-29  Pedro Alves  <palves@redhat.com>
9586
9587         * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9588         gdb_test_stdio.
9589
9590 2015-07-29  Pedro Alves  <palves@redhat.com>
9591
9592         * lib/gdb.exp (gdb_test_stdio): New procedure.
9593
9594 2015-07-29  Pedro Alves  <palves@redhat.com>
9595
9596         * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9597
9598 2015-07-29  Pedro Alves  <palves@redhat.com>
9599
9600         * gdb.base/call-signal-resume.exp: Remove check for
9601         gdb,noinferiorio.  Don't expect "no signal".  Use gdb_test.
9602         * gdb.base/unwindonsignal.exp: Likewise.
9603         * gdb.base/call-signals.c (gen_signal): Remove printf call.
9604         * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9605
9606 2015-07-29  Pedro Alves  <palves@redhat.com>
9607
9608         * gdb.base/siginfo-addr.c (pass): New function.
9609         (handler): Call it iff si_addr is correct.
9610         * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9611         Set a breakpoint at "pass" and continue to it.
9612
9613 2015-07-28  Sergio Durigan Junior  <sergiodj@redhat.com>
9614
9615         * gdb.python/py-objfile.exp: Make some tests have unique names.
9616         * gdb.python/py-pp-registration.exp: Likewise.
9617
9618 2015-07-28  Pedro Alves  <palves@redhat.com>
9619
9620         * gdb.server/server-exec-info.exp: Issue a "disconnect".
9621
9622 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
9623
9624         * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9625
9626 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
9627
9628         * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9629
9630 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
9631
9632         * gdb.base/gdb-sigterm-2.exp: New test.
9633
9634 2015-07-25  Doug Evans  <xdje42@gmail.com>
9635
9636         Revert:
9637         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9638         (workers/%.worker, build-perf): New rule.
9639         (GDB_PERFTEST_MODE): New variable.
9640         (check-perf): Use it.
9641         (clean): Clean up gdb.perf parallel build subdirs.
9642         * lib/build-piece.exp: New file.
9643         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9644         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9645         name.
9646         (standard_temp_file): Ditto.
9647         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9648         of $GDB_PARALLEL.
9649
9650 2015-07-24  Doug Evans  <dje@google.com>
9651
9652         * gdb.perf/lib/perftest/utils.py: New file.
9653         * gdb.perf/gm-hello.cc: New file.
9654         * gdb.perf/gm-pervasive-typedef.cc: New file.
9655         * gdb.perf/gm-pervasive-typedef.h: New file.
9656         * gdb.perf/gm-std.cc: New file.
9657         * gdb.perf/gm-std.h: New file.
9658         * gdb.perf/gm-use-cerr.cc: New file.
9659         * gdb.perf/gm-utils.h: New file.
9660         * gdb.perf/gmonster-null-lookup.py: New file.
9661         * gdb.perf/gmonster-pervasive-typedef.py: New file.
9662         * gdb.perf/gmonster-print-cerr.py: New file.
9663         * gdb.perf/gmonster-ptype-string.py: New file.
9664         * gdb.perf/gmonster-runto-main.py: New file.
9665         * gdb.perf/gmonster-select-file.py: New file.
9666         * gdb.perf/gmonster1-null-lookup.exp: New file.
9667         * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9668         * gdb.perf/gmonster1-print-cerr.exp: New file.
9669         * gdb.perf/gmonster1-ptype-string.exp: New file.
9670         * gdb.perf/gmonster1-runto-main.exp: New file.
9671         * gdb.perf/gmonster1-select-file.exp: New file.
9672         * gdb.perf/gmonster1.cc: New file.
9673         * gdb.perf/gmonster1.exp: New file.
9674         * gdb.perf/gmonster2-null-lookup.exp: New file.
9675         * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9676         * gdb.perf/gmonster2-print-cerr.exp: New file.
9677         * gdb.perf/gmonster2-ptype-string.exp: New file.
9678         * gdb.perf/gmonster2-runto-main.exp: New file.
9679         * gdb.perf/gmonster2-select-file.exp: New file.
9680         * gdb.perf/gmonster2.cc: New file.
9681         * gdb.perf/gmonster2.exp: New file.
9682
9683 2015-07-24  Doug Evans  <dje@google.com>
9684
9685         * gdb.perf/README: New file.
9686         * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9687         * lib/gen-perf-test.exp: New file.
9688
9689 2015-07-24  Doug Evans  <dje@google.com>
9690
9691         * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9692         (PerfTest::startup): New function.
9693         (PerfTest::run): Return result of calling body.
9694         (PerfTest::assemble): Rewrite.
9695         * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9696         * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9697         * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9698         * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9699         * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9700
9701 2015-07-24  Doug Evans  <dje@google.com>
9702
9703         * lib/gdb.exp (clean_restart): Make executable optional.
9704
9705 2015-07-24  Doug Evans  <dje@google.com>
9706
9707         * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9708         compiler_info references.
9709         * gdb.cp/temargs.exp: Ditto.
9710         * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9711         (get_compiler_info): Early exit if already computed.  Set compiler_info
9712         to "unknown" if there was a problem.
9713         (test_compiler_info): Add function comment.  Call get_compiler_info.
9714
9715 2015-07-24  Doug Evans  <dje@google.com>
9716
9717         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9718         (workers/%.worker, build-perf): New rule.
9719         (GDB_PERFTEST_MODE): New variable.
9720         (check-perf): Use it.
9721         (clean): Clean up gdb.perf parallel build subdirs.
9722         * lib/build-piece.exp: New file.
9723         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9724         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9725         name.
9726         (standard_temp_file): Ditto.
9727         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9728         of $GDB_PARALLEL.
9729
9730 2015-07-24  Doug Evans  <dje@google.com>
9731
9732         * lib/future.exp (gdb_default_target_compile): New option
9733         "early_flags".
9734         * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9735         --as-needed.
9736
9737 2015-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
9738
9739         * gdb.base/catch-syscall.exp: Call gdb_exit before
9740         gdb_skip_xml_test.
9741
9742 2015-07-24  Pedro Alves  <palves@redhat.com>
9743
9744         * gdb.python/py-events.exp: Accept output between the stop event
9745         and the prompt.
9746         * gdb.python/py-evsignal.exp: Likewise.
9747         * gdb.python/py-evthreads.exp: Likewise.
9748
9749 2015-07-24  Pedro Alves  <palves@redhat.com>
9750
9751         PR gdb/18717
9752         * gdb.threads/non-ldr-exit.c: New file.
9753         * gdb.threads/non-ldr-exit.exp: New file.
9754
9755 2015-07-24  Yao Qi  <yao.qi@linaro.org>
9756
9757         * gdb.server/ext-wrapper.exp: Test --wrapper option when
9758         restarting process.
9759
9760 2015-07-24  Yao Qi  <yao.qi@linaro.org>
9761
9762         * gdb.server/ext-restart.exp: New file.
9763
9764 2015-07-24  Yao Qi  <yao.qi@linaro.org>
9765
9766         * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9767         argument options.
9768         * gdb.server/ext-wrapper.exp: New file.
9769
9770 2015-07-23  Doug Evans  <dje@google.com>
9771
9772         * gdb.dwarf2/dw2-dummy-cu.S: New file.
9773         * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9774
9775 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
9776
9777         * gdb.ada/var_arr_typedef.exp: New testcase.
9778         * gdb.ada/var_arr_typedef/pack.adb: New file.
9779         * gdb.ada/var_arr_typedef/pack.ads: New file.
9780         * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9781
9782 2015-07-20  Joel Brobecker  <brobecker@adacore.com>
9783
9784         * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9785
9786 2015-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
9787
9788         * gdb.arch/i386-biarch-core.exp: Replace istarget
9789         by "complete set gnutarget". Remove expectation for the "core-file"
9790         command.
9791
9792 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9793
9794         Revert the previous commit:
9795         Tests for validate symbol file using build-id.
9796
9797 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
9798
9799         Tests for validate symbol file using build-id.
9800         * gdb.base/solib-mismatch-lib.c: New file.
9801         * gdb.base/solib-mismatch-libmod.c: New file.
9802         * gdb.base/solib-mismatch.c: New file.
9803         * gdb.base/solib-mismatch.exp: New file.
9804
9805 2015-07-15  Sandra Loosemore  <sandra@codesourcery.com>
9806
9807         * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9808         nios2-*-linux*.
9809         * gdb.base/sigbpt.exp (stepi_out): Likewise.
9810         * gdb.base/siginfo.exp: Likewise.
9811         * gdb.base/sigstep.exp (advance, advancei): Likewise.
9812
9813 2015-07-15  Pierre Langlois  <pierre.langlois@arm.com>
9814
9815         * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9816         Move it to ...
9817         * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9818         ... here.
9819         * gdb.trace/range-stepping.exp: Check that the target supports
9820         range stepping.
9821
9822 2015-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9823
9824         * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9825
9826 2015-07-14  Pedro Alves  <palves@redhat.com>
9827
9828         * gdb.base/killed-outside.exp: New file.
9829         * gdb.base/killed-outside.c: New file.
9830
9831 2015-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9832
9833         * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9834         (n at main): New.
9835         * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9836
9837 2015-07-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9838
9839         * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9840         infcall tests instead of setting up for KFAIL.
9841
9842 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
9843
9844         * gdb.btrace/record_goto-step.exp: New.
9845
9846 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9847
9848         PR compile/18484
9849         * gdb.compile/compile.c (struct struct_type): Add volatile to
9850         selffield's type.
9851         * gdb.compile/compile.exp
9852         (compile code struct_object.selffield = &struct_object): Skip further
9853         struct_object tests if this one xfails.
9854
9855 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
9856
9857         PR exp/18617
9858         * gdb.trace/ax.exp: Add test.
9859
9860 2015-07-07  Yao Qi  <yao.qi@linaro.org>
9861
9862         * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9863         instead of istarget "aarch64*-*-*".
9864         * gdb.arch/aarch64-fp.exp: Likewise.
9865         * gdb.base/float.exp: Likewise.
9866         * gdb.reverse/aarch64.exp: Likewise.
9867         * lib/gdb.exp (is_aarch64_target): New proc.
9868
9869 2015-07-07  Yao Qi  <yao.qi@linaro.org>
9870
9871         * lib/gdb.exp (is_aarch32_target): New proc.
9872         * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9873         instead of "istarget "arm*-*-*"".
9874         * gdb.arch/arm-disp-step.exp: Likewise.
9875         * gdb.arch/thumb-bx-pc.exp: Likewise.
9876         * gdb.arch/thumb-prologue.exp: Likewise.
9877         * gdb.arch/thumb-singlestep.exp: Likewise.
9878         * gdb.base/disp-step-syscall.exp: Likewise.
9879         * gdb.base/float.exp: Likewise.
9880
9881 2015-07-07  Yao Qi  <yao.qi@linaro.org>
9882
9883         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9884         Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9885
9886 2015-07-07  Yao Qi  <yao.qi@linaro.org>
9887
9888         * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9889         is aarch64.  If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9890         if it exists.
9891         * gdb.multi/multi-arch.exp: Likewise.
9892
9893 2015-07-07  Simon Marchi  <simon.marchi@ericsson.com>
9894
9895         * gdb.python/py-lazy-string.exp: Add missing parentheses to
9896         print.
9897
9898 2015-07-07  Yao Qi  <yao.qi@linaro.org>
9899
9900         * gdb.arch/thumb-singlestep.exp: Do one more single step.
9901
9902 2015-06-30  Martin Galvan  <martin.galvan@tallertechnologies.com>
9903
9904         * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9905         '[' and ']' characters.
9906
9907 2015-06-30  Iain Buclaw  <ibuclaw@gdcproject.org>
9908
9909         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9910
9911 2015-06-29  Pedro Alves  <palves@redhat.com>
9912
9913         PR threads/18127
9914         * gdb.threads/hand-call-new-thread.c: New file.
9915         * gdb.threads/hand-call-new-thread.c: New file.
9916
9917 2015-06-26  Keith Seitz  <keiths@redhat.com>
9918             Doug Evans  <dje@google.com>
9919
9920         PR 16253
9921         * gdb.cp/var-tag-2.cc: New file.
9922         * gdb.cp/var-tag-3.cc: New file.
9923         * gdb.cp/var-tag-4.cc: New file.
9924         * gdb.cp/var-tag.cc: New file.
9925         * gdb.cp/var-tag.exp: New file.
9926
9927 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
9928
9929         * gdb.base/history-duplicates.exp: New test.
9930
9931 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
9932
9933         * gdb.base/completion.exp: Test the completion of the "focus"
9934         command.
9935
9936 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9937
9938         * gdb.arch/amd64-prologue-skip.S: New file.
9939         * gdb.arch/amd64-prologue-skip.exp: New file.
9940
9941 2015-06-25  Simon Marchi  <simon.marchi@ericsson.com>
9942
9943         * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9944         is_address_zero_readable check.
9945
9946 2015-06-24  Peter Bergner  <bergner@vnet.ibm.com>
9947
9948         * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9949         * gdb.arch/powerpc-power.s <rfebb>: Likewise.
9950
9951 2015-06-24  Yao Qi  <yao.qi@linaro.org>
9952
9953         * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
9954         linux targets.
9955
9956 2015-06-24  Yao Qi  <yao.qi@linaro.org>
9957
9958         * lib/gdb.exp (supports_get_siginfo_type): New proc.
9959         * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9960         * gdb.base/siginfo-thread.exp: Likewise.
9961
9962 2015-06-22  Yao Qi  <yao.qi@linaro.org>
9963
9964         * boards/remote-gdbserver-on-localhost.exp: Add comments.
9965
9966 2015-06-22  Yao Qi  <yao.qi@linaro.org>
9967
9968         * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9969         aarch64*-*-*.
9970         (skip_hw_watchpoint_tests): Likewise.
9971
9972 2015-06-18  Patrick Palka  <patrick@parcs.ath.cx>
9973
9974         * gdb.base/gdbinit-history.exp: Test the interaction between
9975         setting GDBHISTSIZE and setting the history size via .gdbinit.
9976
9977 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
9978
9979         PR gdb/16999
9980         * gdb.base/gdbhistsize-history.exp: New test.
9981
9982 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
9983
9984         * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9985         with GDBHISTSIZE.
9986         * gdb.base/readline.exp: Likewise.
9987
9988 2015-06-17  Yao Qi  <yao.qi@linaro.org>
9989
9990         * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9991         line.
9992
9993 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
9994
9995         * gdb.base/gdbinit-history.exp: Add test case to check that
9996         an unlimited history file does not get truncated on exit.
9997
9998 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9999
10000         * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10001         (VECTOR): New macro.  Use it...
10002         (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10003         ...for these typedefs.
10004         (int8, char1, int1, double1): New typedefs.
10005         (struct just_int2, struct two_int2): New structures.
10006         (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10007         (add_structvecs, add_singlevecs): New functions.
10008         (main): Call add_some_intvecs twice.
10009         * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10010         the compile and exit upon failure.  Try compiling for the "native"
10011         architecture.  Test inferior function calls with vector arguments
10012         and vector return value handling with "finish" and "return".
10013
10014 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
10015
10016         * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10017         * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10018         PE file.
10019         * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10020
10021 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10022
10023         PR breakpoints/16465
10024         * gdb.mi/mi-dprintf-pending.c: New file.
10025         * gdb.mi/mi-dprintf-pending.exp: New test.
10026         * gdb.mi/mi-dprintf-pendshr.c: New file.
10027
10028 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10029             Mircea Gherzan  <mircea.gherzan@intel.com>
10030
10031         * gdb.arch/i386-mpx-map.c: New file.
10032         * gdb.arch/i386-mpx-map.exp: New File.
10033
10034 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10035
10036         * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10037         * gdb.arch/i386-mpx.exp: Indentation fixed.
10038
10039 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10040
10041         * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10042         function and improved indentation.
10043         * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10044         gdb_test_multiple. Added additional tests to skip the test.
10045
10046 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10047
10048         * gdb.arch/i386-avx512.c: Change path in include file.
10049         * gdb.arch/i386-avx512.exp: Change include dir path
10050         compilation flag.
10051         * gdb.arch/i386-mpx.c: Change path in include file.
10052         * gdb.arch/i386-mpx.exp: Change include dir path compilation
10053         flag.
10054
10055 2015-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10056
10057         * gdb.compile/compile-print.exp (compile print *vararray@3)
10058         (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10059
10060 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10061
10062         * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10063         (do not keep jit in memory): ... this.
10064         (expect 5): Change it to ...
10065         (expect no 5): ... this.
10066
10067 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
10068
10069         PR gdb/15564
10070         * gdb.mi/mi-detach.exp: New file.
10071
10072 2015-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10073
10074         PR symtab/18392
10075         * gdb.arch/amd64-tailcall-self.S: New file.
10076         * gdb.arch/amd64-tailcall-self.c: New file.
10077         * gdb.arch/amd64-tailcall-self.exp: New file.
10078
10079 2015-05-28  Don Breazeal  <donb@codesourcery.com>
10080
10081         * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10082         tests for remote targets by checking is_target_gdbserver.
10083
10084 2015-05-27  Doug Evans  <dje@google.com>
10085
10086         * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10087         * gdb.dwarf2/opaque-type-lookup.c: New file.
10088         * gdb.dwarf2/opaque-type-lookup.exp: New file.
10089
10090 2015-05-26  Doug Evans  <dje@google.com>
10091
10092         * gdb.cp/iostream.cc: New file.
10093         * gdb.cp/iostream.exp: New file.
10094
10095 2015-05-26  Doug Evans  <dje@google.com>
10096
10097         * gdb.dwarf2/dw2-op-call.exp: Update.
10098         * gdb.dwarf2/dw4-sig-types.exp: Update.
10099         * gdb.dwarf2/implptr.exp: Update.
10100         * gdb.mi/mi-cmd-param-changed.exp: Update.
10101
10102 2015-05-26  Doug Evans  <dje@google.com>
10103
10104         * gdb.python/py-lazy-string.c: New file.
10105         * gdb.python/py-lazy-string.exp: New file.
10106         * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10107         (main): Update.  Add estring3.
10108         * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10109         * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10110
10111 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
10112             Yao Qi  <yao.qi@linaro.org>
10113
10114         * gdb.reverse/aarch64.c: New.
10115         * gdb.reverse/aarch64.exp: New.
10116
10117 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
10118
10119         * lib/gdb.exp (supports_process_record): Return true for
10120         aarch64*-linux*.
10121         (supports_reverse): Likewise.
10122
10123 2015-05-22  Patrick Palka  <patrick@parcs.ath.cx>
10124
10125         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10126         Use with_test_prefix.
10127
10128 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
10129
10130         * gdb.base/completion.exp: Add test for completion of layout
10131         names.
10132
10133 2015-05-20  Andrew Burgess  <andrew.burgess@embecosm.com>
10134
10135         * lib/gdb.exp (skip_tui_tests): New proc.
10136         * gdb.base/tui-layout.exp: Check skip_tui_tests.
10137
10138 2015-05-19  Pedro Alves  <palves@redhat.com>
10139
10140         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10141         Save the whole env array instead of just HOME.  Unset HISTSIZE in
10142         the environment while testing.  Restore whole environment
10143         afterwards.
10144
10145 2015-05-16  Doug Evans  <xdje42@gmail.com>
10146
10147         * gdb.guile/scm-ports.c: New file.
10148         * gdb.guile/scm-ports.exp: Add memory port tests.
10149
10150 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10151
10152         * gdb.compile/compile-print.c: New file.
10153         * gdb.compile/compile-print.exp: New file.
10154
10155 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10156
10157         * gdb.compile/compile-ops.exp: Cast param to void.
10158         * gdb.compile/compile.exp: Complete type for _gdb_expr.
10159         (compile code struct_object.selffield = &struct_object): Add xfail.
10160
10161 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
10162
10163         * gdb.ada/arr_enum_with_gap: New testcase.
10164
10165 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
10166
10167         * gdb.ada/byte_packed_arr: New testcase.
10168
10169 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
10170
10171         * gdb.ada/pckd_neg: New testcase.
10172
10173 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
10174
10175         PR gdb/17820
10176         * gdb.base/gdbinit-history.exp: New test.
10177         * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10178         * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10179
10180 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
10181
10182         * gdb.python/py-xmethods.cc: Enhance test case.
10183         * gdb.python/py-xmethods.exp: New tests.
10184         * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10185         function.
10186         (B_indexoper): Likewise.
10187         (global_dm_list) : Add new xmethod worker functions.
10188
10189 2015-05-08  Sergio Durigan Junior  <sergiodj@redhat.com>
10190
10191         * gdb.base/coredump-filter.exp: Correctly unset
10192         "coredump_var_addr" array.
10193
10194 2015-05-08  Pedro Alves  <palves@redhat.com>
10195
10196         * gdb.server/non-existing-program.exp: Unset spawn_id.
10197
10198 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
10199
10200         PR python/18291
10201         * gdb.python/py-xmethods.exp: Add tests.
10202
10203 2015-05-08  Yao Qi  <yao.qi@linaro.org>
10204
10205         PR gdb/18208
10206         * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10207         * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10208         function set_coredump_filter, and remove remote_exec call.
10209         Remove argument ipid.  Callers update.
10210         (top level): Don't get inferior's PID.
10211
10212 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10213
10214         * gdb.base/watch_thread_num.exp: Skip test on targets without
10215         access watchpoints.
10216
10217 2015-05-06  Pedro Alves  <palves@redhat.com>
10218
10219         PR server/18081
10220         * gdb.server/non-existing-program.exp: New file.
10221
10222 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
10223
10224         * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10225
10226 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
10227
10228         * gdb.ada/out_of_line_in_inlined: New testcase.
10229
10230 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
10231
10232         * gdb.ada/var_rec_arr: New testcase.
10233
10234 2015-04-30  Yao Qi  <yao.qi@linaro.org>
10235
10236         * gdb.base/break-idempotent.exp: If
10237         skip_hw_watchpoint_multi_tests returns true, skip the tests
10238         on "rwatch" and "awatch".
10239
10240 2015-04-30  Yao Qi  <yao.qi@linaro.org>
10241
10242         * gdb.base/relativedebug.exp: Invoke gdb command
10243         "info sharedlibrary", and if libc.so doesn't have debug info,
10244         skip the test.
10245
10246 2015-04-29  Doug Evans  <dje@google.com>
10247
10248         * gdb.python/py-xmethods.exp: Add ptype tests.
10249         * gdb.python/py-xmethods.py (E_method_char_worker): Add
10250         get_result_type method.
10251
10252 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
10253
10254         * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10255         the target does not support hardware watchpoints.
10256
10257 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
10258
10259         * gdb.base/break-always.exp: Abort testing if writing to memory
10260         causes an error.
10261
10262 2015-04-28  Doug Evans  <dje@google.com>
10263
10264         * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10265         * gdb.python/py-pp-registration.exp: ... here.  New file.
10266         * gdb.python/py-pp-registration.c: New file.
10267         * gdb.python/py-pp-registration.py: New file.
10268
10269 2015-04-28  Doug Evans  <dje@google.com>
10270
10271         * gdb.python/py-bad-printers.c: New file.
10272         * gdb.python/py-bad-printers.py: New file.
10273         * gdb.python/py-bad-printers.exp: New file.
10274
10275 2015-04-28  Sasha Smundak  <asmundak@google.com>
10276
10277         * gdb.python/py-type.exp: New test.
10278
10279 2015-04-28  Andy Wingo  <wingo@igalia.com>
10280
10281         * gdb.python/py-parameter.exp:
10282         * gdb.guile/scm-parameter.exp: Escape the path that we are
10283         matching against, as it might contain characters that are special
10284         to regular expressions.
10285
10286 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
10287
10288         * gdb.ada/rec_comp: New testcase.
10289
10290 2015-04-26  Sergio Durigan Junior  <sergiodj@redhat.com>
10291
10292         * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
10293         before using it.
10294
10295 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
10296
10297         * gdb.base/dump.exp: Add *.verilog files to all_files list.  Add
10298         new tests for verilog output.
10299
10300 2015-04-24  Yao Qi  <yao.qi@linaro.org>
10301
10302         * boards/remote-gdbserver-on-localhost.exp: New file.
10303
10304 2015-04-23  Pedro Alves  <palves@redhat.com>
10305
10306         * gdb.base/interrupt.exp: Use an indirect spawn id list holding
10307         $inferior_spawn_id instead of $inferior_spawn_id directly.  On
10308         "end of file", remove $inferior_spawn_id from the indirect list.
10309
10310 2015-04-23  Pedro Alves  <palves@redhat.com>
10311
10312         * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
10313
10314 2015-04-23  Pedro Alves  <palves@redhat.com>
10315
10316         * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
10317         on $any_spawn_id instead of only on $gdb_spawn_id.
10318
10319 2015-04-21  Pierre Muller  <muller@sourceware.org>
10320
10321         PR pascal/17815
10322         * lib/pascal.exp (gpc_compile): Add new option "class".
10323         (fpc_compile): Likewise.
10324         * gdb.pascal/case-insensitive-symbols.pas: New file.
10325         * gdb.pascal/case-insensitive-symbols.exp: New file.
10326
10327 2015-04-20  Gary Benson <gbenson@redhat.com>
10328
10329         * gdb.base/attach.exp: Fix three extended remote failures.
10330
10331 2015-04-17  Gary Benson <gbenson@redhat.com>
10332
10333         * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
10334         the main executable over the remote protocol.
10335
10336 2015-04-16  Pedro Alves  <palves@redhat.com>
10337
10338         * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
10339         a new gdbserver if gdbserver_reconnect_p is set.
10340
10341 2015-04-16  Pedro Alves  <palves@redhat.com>
10342
10343         * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
10344         is set, don't exit gdbserver.
10345
10346 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10347
10348         * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
10349         appropriate .insn, such that an older assembler can be used.
10350         * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
10351         the z/Architecture instruction set on 31-bit targets as well.
10352
10353 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10354
10355         * gdb.go/handcall.exp: Remove all logic related to the first
10356         breakpoint and rely on go_runto_main instead.
10357         * gdb.go/strings.exp: Likewise.
10358         * gdb.go/unsafe.exp: Likewise.
10359         * gdb.go/hello.exp: Likewise.  Also rename the remaining
10360         breakpoint marker to "breakpoint 1".
10361         * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
10362         * gdb.go/strings.go: Likewise.
10363         * gdb.go/unsafe.go: Likewise.
10364         * gdb.go/hello.go: Likewise.  Also remove the second occurrence of
10365         "set breakpoint 2 here" and rename the remaining breakpoint marker
10366         to "breakpoint 1".
10367
10368 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
10369
10370         * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
10371         if itertools.imap is not present.
10372         * gdb.python/py-objfile.exp: Add parentheses.
10373         * gdb.python/py-type.exp: Same.
10374         * gdb.python/py-unwind-maint.py: Same.
10375
10376 2015-04-15  Yao Qi  <yao.qi@linaro.org>
10377
10378         * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
10379         of ":$ptr_size" and set its form explicitly.
10380
10381 2015-04-15  Pedro Alves  <palves@redhat.com>
10382             Yao Qi  <yao.qi@linaro.org>
10383
10384         * gdb.base/watch-bitfields.exp (test_watch_location): Increase
10385         timeout by factor of 4.
10386         (test_regular_watch): Likewise.
10387         * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
10388         * gdb.reverse/sigall-reverse.exp: Likewise.
10389         * gdb.reverse/until-precsave.exp: Likewise.
10390         * lib/gdb.exp (with_timeout_factor): New proc.
10391         (gdb_expect): Move some code to ...
10392         (get_largest_timeout): ... here.  New procedure.
10393
10394 2015-04-14  Luis Machado  <lgustavo@codesourcery.com>
10395
10396         * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
10397
10398 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
10399
10400         * gdb.base/bp-permanent.exp (test): Handle the case of being unable
10401         to write to the .text section.
10402
10403 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
10404
10405         * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
10406         Handle the case of targets that do not provide PID information.
10407
10408 2015-04-13  Yao Qi  <yao.qi@linaro.org>
10409
10410         * lib/gdbserver-support.exp (gdb_exit): Catch exception
10411         and use expect instead of gdb_expect.
10412
10413 2015-04-13  Sergio Durigan Junior  <sergiodj@redhat.com>
10414
10415         * gdb.base/coredump-filter.exp: Rename variable "addr" to
10416         "coredump_var_addr" to avoid naming conflict with other testcases.
10417
10418 2015-04-10  Pedro Alves  <palves@redhat.com>
10419
10420         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
10421         gdb_test_sequence and gdb_assert.
10422
10423 2015-04-10  Pedro Alves  <palves@redhat.com>
10424
10425         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10426         test messages that don't include the breakpoint address.
10427
10428 2015-04-10  Yao Qi  <yao.qi@linaro.org>
10429
10430         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
10431         false for some offset and width combinations which aren't
10432         supported by linux kernel.
10433
10434 2015-04-10  Pedro Alves  <palves@redhat.com>
10435
10436         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
10437         procedure, factored out from ...
10438         (top level): ... here.  Add "set displaced-stepping" testing axis.
10439         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
10440         parameter "displaced".  Use it.
10441         (top level): Use foreach and add "set displaced-stepping" testing
10442         axis.
10443
10444 2015-04-10  Pedro Alves  <palves@redhat.com>
10445
10446         * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
10447         Remove comment.
10448         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10449         both the address of the instruction that triggers the watchpoint
10450         and the address of the instruction immediately after, and use
10451         those addresses for the test.  Fix comment.
10452
10453 2015-04-10  Pedro Alves  <palves@redhat.com>
10454
10455         * gdb.base/sigstep.exp (breakpoint_to_handler)
10456         (breakpoint_to_handler_entry): New parameter 'displaced'.  Use it.
10457         Test "backtrace" in handler.
10458         (breakpoint_over_handler): New parameter 'displaced'.  Use it.
10459         (top level): Add new "displaced" test axis to
10460         breakpoint_to_handler, breakpoint_to_handler_entry and
10461         breakpoint_over_handler.
10462
10463 2015-04-10  Pedro Alves  <palves@redhat.com>
10464
10465         PR gdb/18216
10466         * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10467
10468 2015-04-10  Yao Qi  <yao.qi@linaro.org>
10469
10470         * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10471         (test_add_rn_pc): New function.
10472         * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10473         (top level): Invoke test_add_rn_pc.
10474
10475 2015-04-10  Pedro Alves  <palves@redhat.com>
10476
10477         PR gdb/13858
10478         * gdb.base/step-over-no-symbols.exp: New file.
10479
10480 2015-04-09  Andy Wingo  <wingo@igalia.com>
10481
10482         * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10483         after the Python tests.
10484
10485 2015-04-08  Keith Seitz  <keiths@redhat.com>
10486
10487         PR python/16699
10488         * gdb.python/py-completion.exp: New tests for completion.
10489         * gdb.python/py-completion.py (CompleteLimit1): New class.
10490         (CompleteLimit2): Likewise.
10491         (CompleteLimit3): Likewise.
10492         (CompleteLimit4): Likewise.
10493         (CompleteLimit5): Likewise.
10494         (CompleteLimit6): Likewise.
10495         (CompleteLimit7): Likewise.
10496
10497 2015-04-08  Pedro Alves  <palves@redhat.com>
10498
10499         PR gdb/18214
10500         PR gdb/18216
10501         * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10502         function.
10503         (main): Install it as SIGUSR1 handler.
10504         * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10505         parameter.  Always use "setup" as prefix.  Toggle "set
10506         displaced-stepping" off/on depending on global.  Don't switch to
10507         thread 1 here.
10508         (top level): Add displaced stepping "off/on" test axis.  Update
10509         "setup" calls.  Wrap each subtest with with_test_prefix.  Test
10510         continuing with a queued signal in each thread.
10511
10512 2015-04-08  Pedro Alves  <palves@redhat.com>
10513
10514         * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10515         * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd.  Use
10516         gdb_breakpoint instead of gdb_test that doesn't expect anything.
10517         Return early if running to main fails.
10518         * gdb.trace/while-stepping.exp: Likewise.
10519
10520 2015-04-07  Pedro Alves  <palves@redhat.com>
10521
10522         * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10523         $gdb_spawn_id.  Use send_inferior and $inferior_spawn_id to
10524         interact with inferior program.
10525
10526 2015-04-07  Pedro Alves  <palves@redhat.com>
10527
10528         * lib/gdb.exp (inferior_spawn_id): New global.
10529         (gdb_test_multiple): Handle "-i".  Reset the spawn id to GDB's
10530         spawn id after processing the user code.
10531         (default_gdb_start): Set inferior_spawn_id.
10532         (send_inferior): New procedure.
10533         * lib/gdbserver-support.exp (gdbserver_start): Set
10534         inferior_spawn_id.
10535         (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10536
10537 2015-04-07  Pedro Alves  <palves@redhat.com>
10538
10539         * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10540         * lib/gdbserver-support.exp (gdbserver_start): Make
10541         $server_spawn_id global.
10542         (gdbserver_start): Don't wait for gdbserver's spawn id with
10543         expect_background.
10544         (close_gdbserver): New procedure.
10545         (gdb_exit): Rename the default version and reimplement.
10546
10547 2015-04-07  Pedro Alves  <palves@redhat.com>
10548
10549         * lib/gdb.exp (gdb_test_multiple): When processing an argument,
10550         append the substituted item, not the original item.
10551
10552 2015-04-07  Pedro Alves  <palves@redhat.com>
10553
10554         * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10555         gdb_expect.
10556
10557 2015-04-07  Pedro Alves  <palves@redhat.com>
10558
10559         * gdb.base/interrupt.exp: Don't handle the case of the inferior
10560         output appearing once only.
10561
10562 2015-04-07  Pedro Alves  <palves@redhat.com>
10563
10564         * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10565         that doesn't expect anything.  Return early if running to main
10566         fails.
10567
10568 2015-04-07  Yao Qi  <yao.qi@linaro.org>
10569
10570         * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10571         (child_function): Call alarm.
10572         (main): Move call to alarm into the loop.
10573         * gdb.threads/non-stop-fair-events.exp: Build program with
10574         -DTIMEOUT=$timeout.
10575
10576 2015-04-06  Doug Evans  <xdje42@gmail.com>
10577
10578         * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10579         Fix dest parameter to board_info.
10580         (fpc_compile): Ditto.
10581         (gdb_compile_pascal): Rename dest arg to destfile.
10582
10583 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
10584
10585         * gdb.ada/funcall_ref.exp: New file.
10586         * gdb.ada/funcall_ref/foo.adb: New file.
10587
10588 2015-04-02  Yao Qi  <yao.qi@linaro.org>
10589
10590         * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10591         is remote.
10592
10593 2015-04-02  Gary Benson <gbenson@redhat.com>
10594
10595         * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10596
10597 2015-04-01  Sasha Smundak  <asmundak@google.com>
10598
10599         * gdb.python/py-unwind-maint.c: New file.
10600         * gdb.python/py-unwind-maint.exp: New test.
10601         * gdb.python/py-unwind-maint.py: New file.
10602         * gdb.python/py-unwind.c: New file.
10603         * gdb.python/py-unwind.exp: New test.
10604         * gdb.python/py-unwind.py: New test.
10605
10606 2015-04-01  Pedro Alves  <palves@redhat.com>
10607
10608         * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10609         to fail instead of non-existent $test.
10610
10611 2015-04-01  Pedro Alves  <palves@redhat.com>
10612
10613         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10614         GDBFLAGS if not empty.
10615
10616 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
10617
10618         * gdb.ada/complete.exp: Remove "multi_line".
10619         * gdb.ada/info_exc.exp: Remove "multi_line".
10620         * gdb.ada/packed_tagged.exp: Remove "multi_line".
10621         * gdb.ada/ptype_field.exp: Remove "multi_line".
10622         * gdb.ada/sym_print_name.exp: Remove "multi_line".
10623         * gdb.ada/tagged.exp: Remove "multi_line".
10624         * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10625         [multi_line ...]
10626         * gdb.btrace/delta.exp: Likewise.
10627         * gdb.btrace/exception.exp: Likewise.
10628         * gdb.btrace/function_call_history.exp: Likewise.
10629         * gdb.btrace/instruction_history.exp: Likewise.
10630         * gdb.btrace/nohist.exp: Likewise.
10631         * gdb.btrace/record_goto.exp: Likewise.
10632         * gdb.btrace/segv.exp: Likewise.
10633         * gdb.btrace/stepi.exp: Likewise.
10634         * gdb.btrace/tailcall.exp: Likewise.
10635         * gdb.btrace/unknown_functions.exp: Likewise.
10636         * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10637         * lib/gdb.exp: Add the "multi_line" helper.
10638
10639 2015-04-01  Pedro Alves  <palves@redhat.com>
10640
10641         * gdb.threads/tid-reuse.c: New file.
10642         * gdb.threads/tid-reuse.exp: New file.
10643
10644 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
10645
10646         PR corefiles/16092
10647         * gdb.base/coredump-filter.c: New file.
10648         * gdb.base/coredump-filter.exp: Likewise.
10649
10650 2015-03-27  Petr Machata  <pmachata@redhat.com>
10651
10652         * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10653         (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10654         (Dwarf::assemble): Initialize them.
10655         (Dwarf::lines): New function.
10656
10657 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
10658
10659         * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10660         SYMBOL_PREFIX for x86_64-*-cygwin.
10661
10662 2015-03-26  Andy Wingo  <wingo@igalia.com>
10663
10664         PR symtab/18148
10665         * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10666         const_value but not a location.
10667         * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10668         location defined in non-main CUs are visible.
10669
10670 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10671
10672         PR testsuite/18139
10673         * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10674         Add a line number entry for the same line.
10675         * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10676         Add a line number entry for the same line.
10677
10678 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10679
10680         * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10681         .int 0.
10682         (func): Likewise.  Add .Lfunc_1 label.
10683         Use .Lfunc_1 label.
10684         * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10685         .int 0.
10686         (func): Likewise.
10687         Use .Lfunc_1 label.
10688
10689 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10690
10691         * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10692         Call gdb_compile instead to compile each .s files without debug
10693         information.
10694
10695 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10696
10697         * gdb.base/savedregs.exp (process_saved_regs): Make
10698         "Saved registers:" optional in the pattern.
10699
10700 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
10701
10702         * gdb.btrace/next.exp: Merged into step.exp.
10703         * gdb.btrace/finish.exp: Merged into step.exp.
10704         * gdb.btrace/nexti.exp: Merged into stepi.exp.
10705         * gdb.btrace/step.exp: Use record_goto.c as test file.  Avoid using
10706         "record goto" and checking the exact replay position.
10707         * gdb.btrace/stepi.exp: Choose test file based on target.  Do not
10708         check for "Recording format" in "info record" output.
10709         * gdb.btrace/record_goto.exp: Choose test file based on target.
10710         * gdb.btrace/x86-record_goto.S: Renamed into ...
10711         * gdb.btrace/x86_64-record_goto.S: ... this.
10712         * gdb.btrace/i686-record_goto.S: New.
10713         * gdb.btrace/x86-tailcall.S: Renamed into ...
10714         * gdb.btrace/x86_64-tailcall.S: ... this.
10715         * gdb.btrace/i686-tailcall.S: New.
10716         * gdb.btrace/x86-tailcall.c: Renamed into ...
10717         * gdb.btrace/tailcall.c: ... this.  Split "return ++answer" into two
10718         separate statements.  Update test.
10719         * gdb.btrace/delta.exp: Use record_goto.c as test file.
10720         * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10721         * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10722         * gdb.btrace/tailcall.exp: Choose test file based on target.
10723         * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10724
10725 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
10726
10727         * gdb.btrace/exception.exp: Increase BTS buffer size.
10728
10729 2015-03-24  Pedro Alves  <palves@redhat.com>
10730
10731         * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10732
10733 2015-03-24  Pedro Alves  <palves@redhat.com>
10734
10735         * gdb.threads/schedlock.exp (test_step): No longer expect that
10736         "set scheduler-locking step" with "next" over a function call runs
10737         threads unlocked.
10738
10739 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10740
10741         * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10742
10743 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10744
10745         PR breakpoints/16466
10746         * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10747         * gdb.mi/mi-pending.c (thread_func): New function.
10748         (int main): Add threading support required.
10749         * gdb.mi/mi-pending.exp: Add tests for this issue.
10750         * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10751         (pendfunc2): Remove stdio dependency.
10752         * gdb.mi/mi-pendshr2.c: New file.
10753
10754 2015-03-23  Keith Seitz  <keiths@redhat.com>
10755
10756         * gdb.linespec/keywords.c: New file.
10757         * gdb.linespec/keywords.exp: New file.
10758
10759 2015-03-23  Keith Seitz  <keiths@redhat.com>
10760
10761         PR gdb/18021
10762         * gdb.dwarf2/staticvirtual.exp: New test.
10763
10764 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10765
10766         * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10767         * README: Remove HP-UX and gdb.hp.
10768         (configuration):
10769         * configure: Regenerate.
10770         * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10771         gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10772         gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10773         gdb.hp/gdb.defects/Makefile.
10774         * gdb.hp/Makefile.in: File deleted.
10775         * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10776         * gdb.hp/gdb.aCC/optimize.c: File deleted.
10777         * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10778         * gdb.hp/gdb.aCC/run.c: File deleted.
10779         * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10780         * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10781         * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10782         * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10783         * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10784         * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10785         * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10786         * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10787         * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10788         * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10789         * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10790         * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10791         * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10792         * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10793         * gdb.hp/gdb.base-hp/reg.s: File deleted.
10794         * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10795         * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10796         * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10797         * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10798         * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10799         * gdb.hp/gdb.compat/Makefile.in: File deleted.
10800         * gdb.hp/gdb.compat/average.c: File deleted.
10801         * gdb.hp/gdb.compat/sum.c: File deleted.
10802         * gdb.hp/gdb.compat/xdb.c: File deleted.
10803         * gdb.hp/gdb.compat/xdb0.c: File deleted.
10804         * gdb.hp/gdb.compat/xdb0.h: File deleted.
10805         * gdb.hp/gdb.compat/xdb1.c: File deleted.
10806         * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10807         * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10808         * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10809         * gdb.hp/gdb.defects/Makefile.in: File deleted.
10810         * gdb.hp/gdb.defects/bs14602.c: File deleted.
10811         * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10812         * gdb.hp/gdb.defects/solib-d.c: File deleted.
10813         * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10814         * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10815         * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10816         * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10817         * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10818         * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10819         * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10820         * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10821         * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10822         * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10823         * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10824         * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10825         * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10826         * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10827         * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10828         * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10829         * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10830         * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10831         * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10832         * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10833         * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10834         * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10835         * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10836         * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10837         * gdb.hp/tools/odump: File deleted.
10838
10839 2015-03-19  Pedro Alves  <palves@redhat.com>
10840
10841         * gdb.threads/continue-pending-status.exp (saw_thread_2)
10842         (saw_thread_3): New globals.
10843         (top level): Increment them when an event for the corresponding
10844         thread is seen.
10845         (no thread starvation): New test.
10846
10847 2015-03-19  Pedro Alves  <palves@redhat.com>
10848
10849         * gdb.threads/continue-pending-status.c: New file.
10850         * gdb.threads/continue-pending-status.exp: New file.
10851
10852 2015-03-18  Pedro Alves  <palves@redhat.com>
10853
10854         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10855         Use gdb_is_target_remote instead of is_remote.  Use
10856         gdb_test_multiple instead of gdb_expect.  Exit early if
10857         gdb_test_multiple hits its internal matches.  Tighten stepi tests
10858         expected output.  Fail on exit with any signal, instead of just
10859         SIGILL.
10860
10861 2015-03-18  Yao Qi  <yao.qi@linaro.org>
10862
10863         PR tdep/18107
10864         * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10865         variable.
10866         * gdb.base/catch-syscall.exp: Don't skip it on
10867         aarch64*-*-linux* target.  Remove elements in all_syscalls.
10868         (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10869         target.
10870         (setup_all_syscalls): New proc.
10871
10872 2015-03-16  Yao Qi  <yao.qi@linaro.org>
10873
10874         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10875         (top level): Skip tests if valid_addr_p returns false for
10876         $cmd1 or $cmd2.
10877
10878 2015-03-11  Andy Wingo  <wingo@igalia.com>
10879
10880         * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10881
10882 2015-03-11  Yao Qi  <yao.qi@linaro.org>
10883
10884         * gdb.base/catch-syscall.exp: Fix typo in comments.
10885
10886 2015-03-11  Yao Qi  <yao.qi@linaro.org>
10887
10888         * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10889
10890 2015-03-09  Pedro Alves  <palves@redhat.com>
10891
10892         * dg-extract-results.py: Delete.
10893
10894 2015-03-09  Pedro Alves  <palves@redhat.com>
10895
10896         Merge dg-extract-results.sh from GCC upstream (r218843).
10897
10898         2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
10899                 * dg-extract-results.sh: Use --text with grep to avoid issues with
10900                 binary files.  Fall back to cat -v, if that doesn't work.
10901
10902 2015-03-05  Pedro Alves  <palves@redhat.com>
10903
10904         * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10905
10906 2015-03-04  Simon Marchi  <simon.marchi@ericsson.com>
10907
10908         * lib/mi-support.exp (mi_expect_interrupt): Accept
10909         alternative event for when in all-stop mode.
10910
10911 2015-03-04  Pedro Alves  <palves@redhat.com>
10912
10913         * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10914
10915 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
10916
10917         * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10918
10919 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10920
10921         * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10922         regexps for GDB's current line display, accept a hex address
10923         preceding the line number.
10924
10925 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10926
10927         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10928         the 'arch1' variable for "s390*-linux*" targets.
10929
10930 2015-03-04  Pedro Alves  <palves@redhat.com>
10931
10932         * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10933         (main): Pass missing retval argument to pthread_join call.
10934
10935 2015-03-02  Pedro Alves  <palves@redhat.com>
10936
10937         * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10938         (top level): Call do_test with non-stop as well.
10939
10940 2015-03-02  Pedro Alves  <palves@redhat.com>
10941
10942         * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10943         -1.
10944
10945 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10946
10947         * gdb.arch/s390-vregs.exp: New test.
10948         * gdb.arch/s390-vregs.S: New file.
10949
10950 2015-02-27  Pedro Alves  <palves@redhat.com>
10951
10952         * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
10953         call to catch_command_errors.
10954         * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
10955         catch_command_errors.
10956
10957 2015-02-27  Pedro Alves  <palves@redhat.com>
10958
10959         * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10960         "true" for boolean result.
10961         * gdb.gdb/selftest.exp (test_with_self): Also accept full
10962         prototype of main.
10963
10964 2015-02-27  Pedro Alves  <palves@redhat.com>
10965
10966         * lib/unbuffer_output.c: New file.
10967         * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10968         (main): Call gdb_unbuffer_output.
10969
10970 2015-02-27  Yao Qi  <yao.qi@linaro.org>
10971
10972         * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10973         target.
10974
10975 2015-02-26  Doug Evans  <dje@google.com>
10976
10977         * gdb.cp/class2.cc (Dbase, D): New classes.
10978         (main): New local delta.
10979         * gdb.cp/class2.exp: Test printing delta.
10980         * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10981         (dynbar): New global.
10982         * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10983
10984 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10985
10986         * gdb.compile/compile-ifunc.c: New file.
10987         * gdb.compile/compile-ifunc.exp: New file.
10988
10989 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10990
10991         * gdb.base/structs.exp: Check for correct struct on finish.
10992
10993 2015-02-26  Yao Qi  <yao.qi@linaro.org>
10994
10995         * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10996         is zero.
10997
10998 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10999
11000         * gdb.arch/cordic.ko.bz2: New file.
11001         * gdb.arch/cordic.ko.debug.bz2: New file.
11002         * gdb.arch/ppc64-symtab-cordic.exp: New file.
11003
11004 2015-02-25  Yao Qi  <yao.qi@linaro.org>
11005
11006         * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11007         aarch64*-*-* target.
11008
11009 2015-02-23  Pedro Alves  <palves@redhat.com>
11010
11011         * lib/gdb.exp (delete_breakpoints): Rewrite using
11012         gdb_test_multiple.
11013
11014 2015-02-23  Pedro Alves  <palves@redhat.com>
11015
11016         * gdb.base/info-os.c: Include stdlib.h.
11017
11018 2015-02-22  Doug Evans  <xdje42@gmail.com>
11019
11020         PR symtab/17855
11021         * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11022         is read after symbols have been re-read.
11023         * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11024         * gdb.ada/exec_changed/second.adb (Second): Ditto.
11025
11026 2015-02-21  Doug Evans  <dje@google.com>
11027
11028         * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11029
11030 2015-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11031
11032         PR corefiles/17808
11033         * gdb.arch/i386-biarch-core.core.bz2: New file.
11034         * gdb.arch/i386-biarch-core.exp: New file.
11035
11036 2015-02-21  Pedro Alves  <palves@redhat.com>
11037
11038         * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11039         runto_main fails.
11040
11041 2015-02-20  Pedro Alves  <palves@redhat.com>
11042
11043         * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11044         info probes.
11045
11046 2015-02-20  Pedro Alves  <palves@redhat.com>
11047
11048         * gdb.threads/multi-create-ns-info-thr.exp: New file.
11049
11050 2015-02-20  Pedro Alves  <palves@redhat.com>
11051
11052         * gdb.trace/no-attach-trace.exp: Don't run to main.  Do
11053         clean_restart before gdb_target_supports_trace.
11054
11055 2015-02-20  Pedro Alves  <palves@redhat.com>
11056
11057         PR threads/18006
11058         * gdb.threads/clone-thread_db.c: New file.
11059         * gdb.threads/clone-thread_db.exp: New file.
11060
11061 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11062
11063         PR breakpoints/16812
11064         * gdb.base/catch-gdb-caused-signals.c: New file.
11065         * gdb.base/catch-gdb-caused-signals.exp: New file.
11066
11067 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
11068
11069         * configure: Regenerated.
11070         * configure.ac: Use GDB_AC_TRANSFORM.
11071         * aclocal.m4: sinclude ../transform.m4.
11072
11073 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11074
11075         * lib/dtrace.exp: New file.
11076         * gdb.base/dtrace-probe.exp: Likewise.
11077         * gdb.base/dtrace-probe.d: Likewise.
11078         * gdb.base/dtrace-probe.c: Likewise.
11079         * lib/pdtrace.in: Likewise.
11080         * configure.ac: Output variables with the transformed names of
11081         the strip, readelf, as and nm tools.  AC_SUBST lib/pdtrace.in.
11082         * configure: Regenerated.
11083
11084 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11085
11086         * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11087         expected message when trying to access $_probe_* convenience
11088         variables while not on a probe.
11089
11090 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11091
11092         * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11093
11094 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
11095
11096         * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11097         * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11098
11099 2015-02-10  Doug Evans  <xdje42@gmail.com>
11100
11101         * lib/gdb.exp (gdb_load): Always return a result.
11102
11103 2015-02-10  Pedro Alves  <palves@redhat.com>
11104
11105         * gdb.threads/signal-sigtrap.c: New file.
11106         * gdb.threads/signal-sigtrap.exp: New file.
11107
11108 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
11109
11110         * gdb.trace/no-attach-trace.c: New file.
11111         * gdb.trace/no-attach-trace.exp: New file.
11112
11113 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11114
11115         * gdb.dwarf2/atomic.c: New file.
11116         * gdb.dwarf2/atomic-type.exp: Likewise.
11117
11118 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11119
11120         * gdb.btrace/buffer-size.exp: Update "info record" output.
11121         * gdb.btrace/delta.exp: Update "info record" output.
11122         * gdb.btrace/enable.exp: Update "info record" output.
11123         * gdb.btrace/finish.exp: Update "info record" output.
11124         * gdb.btrace/instruction_history.exp: Update "info record" output.
11125         * gdb.btrace/next.exp: Update "info record" output.
11126         * gdb.btrace/nexti.exp: Update "info record" output.
11127         * gdb.btrace/step.exp: Update "info record" output.
11128         * gdb.btrace/stepi.exp: Update "info record" output.
11129         * gdb.btrace/nohist.exp: Update "info record" output.
11130
11131 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11132
11133         * gdb.btrace/buffer-size: New.
11134
11135 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11136
11137         * gdb.btrace/delta.exp: Update "info record" output.
11138         * gdb.btrace/enable.exp: Update "info record" output.
11139         * gdb.btrace/finish.exp: Update "info record" output.
11140         * gdb.btrace/instruction_history.exp: Update "info record" output.
11141         * gdb.btrace/next.exp: Update "info record" output.
11142         * gdb.btrace/nexti.exp: Update "info record" output.
11143         * gdb.btrace/step.exp: Update "info record" output.
11144         * gdb.btrace/stepi.exp: Update "info record" output.
11145         * gdb.btrace/nohist.exp: Update "info record" output.
11146
11147 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
11148
11149         PR gdb/15678
11150         * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11151
11152 2015-02-06  Pedro Alves  <palves@redhat.com>
11153
11154         * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11155         macro.
11156         (seconds_left, again): New globals.
11157         (main): Wait seconds_left in a 1-second sleep loop instead of
11158         sleeping 180 seconds.  If 'again' is set, reset the seconds
11159         counter.
11160         * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11161         'again' in the inferior before detaching.  Print the seconds left.
11162         (options): New global.
11163         (top level): Build program with -DTIMEOUT=$timeout.
11164
11165 2015-02-06  Pedro Alves  <palves@redhat.com>
11166
11167         * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11168         determine how many seconds to pass to 'alarm'.
11169         * gdb.base/gdb-sigterm.exp (top level): Build program with
11170         -DTIMEOUT=$timeout.
11171         (do_test): Return success/failure indication.  Add more verbose
11172         logging.  Don't fail if 200 single steps are seen.  Instead, fail
11173         when the test times out.
11174         (passes): New global.
11175         (top level): Break the testing loop if testing fails on any
11176         iteration.  Use gdb_assert.
11177
11178 2015-02-04  Don Breazeal  <donb@codesourcery.com>
11179
11180         * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11181         and initialize them.
11182         (ipc_cleanup): New function.
11183         (main): Don't declare shmid, semid, and msqid.  Add a call to
11184         atexit so that we call ipc_cleanup on exit.
11185
11186 2015-02-04  Pedro Alves  <palves@redhat.com>
11187
11188         * boards/native-extended-gdbserver.exp: Remove any target variant
11189         specifications from the board name before clearing the isremote
11190         flag from board_info.
11191
11192 2015-01-31  Doug Evans  <xdje42@gmail.com>
11193
11194         * gdb.base/maint.exp <maint print type argc>: Update expected output.
11195
11196 2015-01-31  Gary Benson <gbenson@redhat.com>
11197
11198         * gdb.base/completion.exp: Disable completion limiting for
11199         existing tests.  Add new tests to check completion limiting.
11200         * gdb.linespec/ls-errs.exp: Disable completion limiting.
11201
11202 2015-01-31  Doug Evans  <xdje42@gmail.com>
11203
11204         * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11205
11206 2015-01-31  Doug Evans  <xdje42@gmail.com>
11207
11208         * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11209         entries.  Duplicate file section script entries.
11210         * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11211         inlined entries.  Add test for safe-path rejection.
11212         * gdb.python/py-section-script.c: Add duplicate inlined section script
11213         entries.  Duplicate file section script entries.
11214         * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11215         inlined entries.  Add test for safe-path rejection.
11216
11217 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
11218
11219         * gdb.ada/disc_arr_bound: New testcase.
11220
11221 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
11222
11223         * gdb.ada/mi_var_array: New testcase.
11224
11225 2015-01-27  Doug Evans  <dje@google.com>
11226
11227         * gdb.python/py-objfile.exp: Add tests for objfile.username.
11228         Add test for objfile.filename, objfile.username after objfile
11229         has been unloaded.
11230
11231 2015-01-26  Joel Brobecker  <brobecker@adacore.com>
11232
11233         * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11234         the second test to print the name attribute of value
11235         returned by the call to gdb.lookup_type, and adjust
11236         the expected output accordingly.
11237
11238 2015-01-25  Mark Wielaard  <mjw@redhat.com>
11239
11240         * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11241         * gdb.base/disp-step-fork.c: Include unistd.h.
11242         * gdb.base/siginfo-obj.c: Include stdio.h.
11243         * gdb.base/siginfo-thread.c: Likewise.
11244         * gdb.mi/non-stop.c: Include unistd.h.
11245         * gdb.mi/nsthrexec.c: Include stdio.h.
11246         * gdb.mi/pthreads.c: Include unistd.h.
11247         * gdb.modula2/unbounded1.c (main): Declare returns int.
11248         * gdb.reverse/consecutive-reverse.c: Likewise.
11249         * gdb.threads/create-fail.c: Include unistd.h.
11250         * gdb.threads/killed.c: Likewise.
11251         * gdb.threads/linux-dp.c: Likewise.
11252         * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11253         * gdb.threads/non-ldr-exc-2.c: Likewise.
11254         * gdb.threads/non-ldr-exc-3.c: Likewise.
11255         * gdb.threads/non-ldr-exc-4.c: Likewise.
11256         * gdb.threads/pthreads.c: Include unistd.h.
11257         (main): Declare returns int.
11258         * gdb.threads/tls-main.c (foo): New declaration.
11259         * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11260
11261 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
11262
11263         * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11264         * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11265
11266 2015-01-15  Mark Wielaard  <mjw@redhat.com>
11267
11268         * gdb.base/noreturn-return.c: New file.
11269         * gdb.base/noreturn-return.exp: New file.
11270         * gdb.base/noreturn-finish.c: New file.
11271         * gdb.base/noreturn-finish.exp: New file.
11272
11273 2015-01-23  Pedro Alves  <palves@redhat.com>
11274
11275         * gdb.threads/continue-pending-after-query.c: New file.
11276         * gdb.threads/continue-pending-after-query.exp: New file.
11277
11278 2015-01-22  Anders Granlund  <anders.granlund@ericsson.com>
11279             Simon Marchi  <simon.marchi@ericsson.com>
11280
11281         * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11282         * gdb.base/valgrind-db-attach.exp: Same.
11283         * gdb.base/valgrind-infcall.exp: Same.
11284         * lib/mi-support.exp (default_mi_gdb_start): Same.
11285         * lib/prompt.exp (default_prompt_gdb_start): Same.
11286         * lib/gdb.exp (default_gdb_spawn): Same.
11287         (gdb_interact): New.
11288
11289
11290 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
11291
11292         * gdb.compile/compile.exp (pointer to jit function): New test.
11293
11294 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
11295
11296         * lib/gdb.exp (supports_process_record): Return true for
11297         powerpc*-*-linux*.
11298         (supports_reverse): Likewise.
11299
11300 2015-01-15  Don Breazeal  <donb@codesourcery.com>
11301
11302         * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
11303         instead of checking whether the target board is remote and
11304         use spawn_wait_for_attach instead of exec/sleep.
11305         * gdb.base/attach-twice.exp: Likewise.
11306
11307 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
11308
11309         * gdb.ada/var_arr_attrs: New testcase.
11310
11311 2015-01-14  Pedro Alves  <palves@redhat.com>
11312             Joel Brobecker  <brobecker@adacore.com>
11313
11314         PR gdb/17525
11315         * gdb.base/bp-cmds-execution-x-script.c: New file.
11316         * gdb.base/bp-cmds-execution-x-script.exp: New file.
11317         * gdb.base/bp-cmds-execution-x-script.gdb: New file.
11318
11319 2015-01-14  Pedro Alves  <palves@redhat.com>
11320
11321         PR cli/17828
11322         * gdb.base/batch-preserve-term-settings.c: New file.
11323         * gdb.base/batch-preserve-term-settings.exp: New file.
11324
11325 2015-01-13  Doug Evans  <dje@google.com>
11326
11327         * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
11328         binary.
11329
11330 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
11331
11332         * Makefile.in (clean mostlyclean): Do not delete *.py.
11333
11334 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
11335
11336         * gdb.python/py-lookup-type.exp: New file.
11337
11338 2015-01-12  Pedro Alves  <palves@redhat.com>
11339
11340         * gdb.python/py-prompt.exp: When the board can't spawn for attach,
11341         restore GDBFLAGS before returning.
11342
11343 2015-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11344
11345         * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
11346         is_amd64_regs_target and is_x86_like_target.
11347
11348 2015-01-11  Doug Evans  <xdje42@gmail.com>
11349
11350         * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
11351         is given without an explicit form.
11352         * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
11353         attributes.
11354         * gdb.dwarf/corrupt.exp: Ditto.
11355         * gdb.dwarf2/enum-type.exp: Ditto.
11356         * gdb.trace/entry-values.exp: Ditto.
11357         * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
11358
11359 2015-01-11  Doug Evans  <xdje42@gmail.com>
11360
11361         PR gdb/15830
11362         * gdb.base/maint.exp: Remove references to "maint demangle".
11363         * gdb.cp/demangle.exp: Update.  "maint demangle" -> "demangle".
11364         Add tests for explicitly specifying language to demangle.
11365         * gdb.dlang/demangle.exp: Ditto.
11366
11367 2015-01-09  Pedro Alves  <palves@redhat.com>
11368
11369         * gdb.threads/non-stop-fair-events.c: New file.
11370         * gdb.threads/non-stop-fair-events.exp: New file.
11371
11372 2015-01-09  Pedro Alves  <palves@redhat.com>
11373
11374         * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
11375         the global scope.  Set a breakpoint after all threads are started
11376         rather than stepping over two source lines.  Expect the prompt.
11377         * gdb.base/watch_thread_num.c (threads_started_barrier): New
11378         global.
11379         (NUM): Now 15.
11380         (main): Use threads_started_barrier to wait for all threads to
11381         start.  Main thread no longer calls thread_function.  Exit after
11382         180 seconds.
11383         (loop): New function.
11384         (thread_function): Wait on threads_started_barrier barrier.  Call
11385         'loop' at each iteration.
11386         * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
11387         threads have started, instead of hardcoding number of "next"
11388         steps.  Use an access watchpoint instead of a write watchpoint.
11389
11390 2015-01-09  Pedro Alves  <palves@redhat.com>
11391
11392         * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
11393         (thread_func): Wait on barrier.
11394         (main): Wait for all threads to start before stopping GDB.
11395         * gdb.threads/siginfo-threads.c (threads_started_barrier): New
11396         global.
11397         (thread1_func, thread2_func): Wait on barrier.
11398         (main): Wait for all threads to start before stopping GDB.
11399         * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
11400         New global.
11401         (thread1_func, thread2_func): Wait on barrier.
11402         (main): Wait for all threads to start before stopping GDB.
11403
11404 2015-01-09  Pedro Alves  <palves@redhat.com>
11405
11406         * gdb.threads/attach-many-short-lived-threads.c: New file.
11407         * gdb.threads/attach-many-short-lived-threads.exp: New file.
11408
11409 2014-01-09  Pedro Alves  <palves@redhat.com>
11410
11411         * gdb.threads/fork-thread-pending.exp: Switch to the main thread
11412         instead of to thread 2.
11413         * gdb.threads/signal-command-multiple-signals-pending.c (main):
11414         Add barrier around each pthread_create call instead of around all
11415         calls.
11416         * gdb.threads/signal-command-multiple-signals-pending.exp (test):
11417         Set a break on thread_function and have the child threads hit it
11418         one at at a time.
11419
11420 2015-01-09  Pedro Alves  <palves@redhat.com>
11421
11422         * lib/gdb.exp (can_spawn_for_attach): New procedure.
11423         (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
11424         false.
11425         * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11426         checking whether the target board is remote.
11427         * gdb.multi/multi-attach.exp: Likewise.
11428         * gdb.python/py-sync-interp.exp: Likewise.
11429         * gdb.server/ext-attach.exp: Likewise.
11430         * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
11431         tests that need to attach, instead of checking whether the target
11432         board is remote at the top of the file.
11433
11434 2015-01-08  Yao Qi  <yao@codesourcery.com>
11435
11436         * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
11437
11438 2015-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
11439
11440         Fix testcase compilation.
11441         * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
11442
11443 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
11444
11445         * gdb.python/py-type.exp: Add a couple test about empty
11446         array creation, and negative-length array creation.
11447
11448 2015-01-02  Doug Evans  <xdje42@gmail.com>
11449
11450         * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11451
11452 2015-01-02  Doug Evans  <dje@google.com>
11453
11454         * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11455
11456 2014-12-29  Yao Qi  <yao@codesourcery.com>
11457
11458         * gdb.trace/entry-values.exp: Update comments.  Rename variable
11459         bar_call_foo to returned_from_foo.
11460
11461 2014-12-20  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
11462
11463         PR gdb/17394
11464         * gdb.linespec/break-asm-file.c: New file.
11465         * gdb.linespec/break-asm-file.exp: New file.
11466         * gdb.linespec/break-asm-file0.s: New file.
11467         * gdb.linespec/break-asm-file1.s: New file.
11468
11469 2014-12-18  Nigel Stephens  <nigel@mips.com>
11470             Maciej W. Rozycki  <macro@codesourcery.com>
11471
11472         * gdb.base/float.exp: Handle the new output from "info float" on
11473         MIPS targets.
11474
11475 2014-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11476
11477         Fix MinGW compilation.
11478         * gdb.compile/compile-ops.exp: Update untested message if
11479         !skip_compile_feature_tests.
11480         * gdb.compile/compile-setjmp.exp: Likewise.
11481         * gdb.compile/compile-tls.exp: Likewise.
11482         * gdb.compile/compile.exp: Likewise.
11483         * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11484         supported on this host".
11485
11486 2014-12-16  Doug Evans  <xdje42@gmail.com>
11487
11488         * boards/stabs.exp: New file.
11489
11490 2014-12-16  Andreas Arnez  <arnez@vnet.linux.ibm.com>
11491
11492         * gdb.base/completion.exp: Adjust to format changes of "maint
11493         print user-registers".
11494
11495 2014-12-16  Catalin Udma  <catalin.udma@freescale.com>
11496
11497         PR server/17457
11498         * gdb.arch/aarch64-fp.c: New file.
11499         * gdb.arch/aarch64-fp.exp: New file.
11500
11501 2014-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
11502
11503         Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11504         r210637, r210913, r211666, r215400, r215817).
11505
11506         2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
11507                 * dg-extract-results.py: New file.
11508                 * dg-extract-results.sh: Use it if the environment seems
11509                 suitable.
11510
11511         2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
11512
11513                 * dg-extract-results.py (parse_run): Handle warnings that
11514                 are printed before a test harness is run.
11515
11516         2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
11517
11518                 * dg-extract-results.py (Named): Remove __cmp__ method.
11519                 (output_variation): Use a key to sort variation.harnesses.
11520
11521         2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
11522
11523                 * dg-extract-results.py: For Python 3, force sys.stdout to
11524                 handle surrogate escape sequences.
11525                 (safe_open): New function.
11526                 (output_segment, main): Use it.
11527
11528         2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
11529
11530                 * dg-extract-results.py (Prog.result_re): Include options
11531                 in test name.
11532
11533         2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
11534
11535                 * dg-extract-results.py (output_variation): Always sort if
11536                 do_sum.
11537
11538 2014-12-15  Simon Marchi  <simon.marchi@ericsson.com>
11539
11540         * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11541         as long as we get pagination notifications.
11542
11543 2014-12-15  Jason Merrill  <jason@redhat.com>
11544
11545         * Makefile.in (check-gdb.%): Restore.
11546         * README: Mention it.
11547
11548 2014-12-13  Joel Brobecker  <brobecker@adacore.com>
11549
11550         * gdb.ada/str_uninit: New testcase.
11551
11552 2014-12-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11553
11554         PR symtab/17642
11555         * gdb.base/vla-stub-define.c: New file.
11556         * gdb.base/vla-stub.c: New file.
11557         * gdb.base/vla-stub.exp: New file.
11558
11559 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
11560             Jan Kratochvil  <jan.kratochvil@redhat.com>
11561             Tom Tromey  <tromey@redhat.com>
11562
11563         * configure.ac: Add gdb.compile/.
11564         * configure: Regenerate.
11565         * gdb.compile/Makefile.in: New file.
11566         * gdb.compile/compile-ops.exp: New file.
11567         * gdb.compile/compile-ops.c: New file.
11568         * gdb.compile/compile-tls.c: New file.
11569         * gdb.compile/compile-tls.exp: New file.
11570         * gdb.compile/compile-constvar.S: New file.
11571         * gdb.compile/compile-constvar.c: New file.
11572         * gdb.compile/compile-mod.c: New file.
11573         * gdb.compile/compile-nodebug.c: New file.
11574         * gdb.compile/compile-setjmp-mod.c: New file.
11575         * gdb.compile/compile-setjmp.c: New file.
11576         * gdb.compile/compile-setjmp.exp: New file.
11577         * gdb.compile/compile-shlib.c: New file.
11578         * gdb.compile/compile.c: New file.
11579         * gdb.compile/compile.exp: New file.
11580         * lib/gdb.exp (skip_compile_feature_tests): New proc.
11581
11582 2014-12-12  Tom Tromey  <tromey@redhat.com>
11583
11584         * lib/dwarf.exp (_location): Ignore blank lines.  Allow comments.
11585         Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11586
11587 2014-12-12  Doug Evans  <dje@google.com>
11588
11589         * lib/gdb-python.exp (get_python_valueof): New function.
11590         * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11591
11592 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11593
11594         * gdb.base/completion.exp: Add test for completion of "info
11595         registers ".
11596
11597 2014-12-12  Maciej W. Rozycki  <macro@codesourcery.com>
11598
11599         * gdb.base/func-ptrs.c: New file.
11600         * gdb.base/func-ptrs.exp: New file.
11601
11602 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
11603
11604         PR breakpoints/17012
11605         * gdb.base/dprintf-detach.c: New file.
11606         * gdb.base/dprintf-detach.exp: New file.
11607
11608 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
11609
11610         * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11611         * lib/gdb.exp (target_is_gdbserver): New procedure.
11612
11613 2014-12-08  Doug Evans  <dje@google.com>
11614
11615         * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11616
11617 2014-12-05  Yao Qi  <yao@codesourcery.com>
11618
11619         * gdb.guile/scm-error.exp: Remove the third argument to
11620         gdb_remote_download.
11621         * gdb.guile/scm-frame-args.exp: Likewise.
11622         * gdb.guile/scm-section-script.exp: Likewise.
11623
11624 2014-12-05  Yao Qi  <yao@codesourcery.com>
11625
11626         * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11627
11628 2014-12-04  Doug Evans  <dje@google.com>
11629
11630         * gdb.python/py-objfile.exp: Add tests for
11631         objfile.add_separate_debug_file.
11632
11633 2014-12-04  Doug Evans  <dje@google.com>
11634
11635         * lib/gdb.exp (get_build_id): New function.
11636         (build_id_debug_filename_get): Rewrite to use it.
11637         * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11638
11639 2014-12-04  Maciej W. Rozycki  <macro@codesourcery.com>
11640
11641         * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11642         `method(long)', not just 0x0.
11643         * gdb.cp/nsalias.exp: Align code labels to 4.
11644         * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11645         * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11646         * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11647         * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11648         (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11649         * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11650
11651 2014-12-02  Doug Evans  <dje@google.com>
11652
11653         PR symtab/17602
11654         * gdb.cp/anon-ns.cc: Move guts of this file to ...
11655         * gdb.cp/anon-ns2.cc: ... here.  New file.
11656         * gdb.cp/anon-ns.exp: Update.
11657
11658 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
11659
11660         * gdb.python/py-events.py (inferior_call_handler): New.
11661         (register_changed_handler, memory_changed_handler): New.
11662         (test_events.invoke): Register new handlers.
11663         * gdb.python/py-events.exp: Add tests for inferior call,
11664         memory_changed and register_changed events.
11665
11666 2014-12-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11667
11668         * gdb.base/execl-update-breakpoints.exp: Specify the link address
11669         with '-Ttext-segment' instead of '-Ttext'.  Fall back to '-Ttext'
11670         if the linker doesn't understand this.
11671
11672 2014-12-01  Simon Marchi  <simon.marchi@ericsson.com>
11673
11674         * gdb.python/python.exp: Change expected reply to help().
11675
11676 2014-12-01  Yao Qi  <yao@codesourcery.com>
11677
11678         * configure.ac: Remove AC_ARG_ENABLE for gdbtk.  Don't invoke
11679         AC_CONFIG_SUBDIRS(gdb.gdbtk).
11680         * configure: Re-generated.
11681
11682 2014-11-28  Siva Chandra Reddy  <sivachandra@google.com>
11683
11684         * gdb.cp/chained-calls.cc: New file.
11685         * gdb.cp/chained-calls.exp: New file.
11686         * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11687
11688 2014-11-28  Simon Marchi  <simon.marchi@ericsson.com>
11689
11690         * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11691         * gdb.dwarf2/symtab-producer.exp: Same.
11692         * gdb.gdb/python-interrupts.exp: Same.
11693         * gdb.gdb/python-selftest.exp: Same.
11694         * gdb.python/py-linetable.exp: Same.
11695         * gdb.python/py-type.exp: Same.
11696         * gdb.python/py-value-cc.exp: Same.
11697         * gdb.python/py-value.exp: Same.
11698
11699 2014-11-28  Yao Qi  <yao@codesourcery.com>
11700
11701         * gdb.base/break-probes.exp: Match library name prefixed with
11702         sysroot.
11703
11704 2014-11-27  Simon Marchi  <simon.marchi@ericsson.com>
11705
11706         * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11707         test expected output.  Add parentheses for the call to print.
11708         Remove L suffix from integers.
11709
11710 2014-11-26  Doug Evans  <dje@google.com>
11711
11712         * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11713
11714 2014-11-22  Yao Qi  <yao@codesourcery.com>
11715
11716         * gdb.trace/entry-values.c: Remove asms.
11717         (foo): Add foo_label.
11718         (bar): Add bar_label.
11719         * gdb.trace/entry-values.exp: Remove code computing  foo's
11720         length and bar's length.
11721         (Dwarf::assemble): Invoke function_range for bar and use
11722         MACRO_AT_func for foo.
11723
11724 2014-11-22  Yao Qi  <yao@codesourcery.com>
11725
11726         * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11727         and .Lgcc43_procstart.  Use .Lgcc42_procstart instead of gcc42.
11728         Use .Lgcc43_procstart instead of gcc43.
11729
11730 2014-11-21  Joel Brobecker  <brobecker@adacore.com>
11731
11732         * gdb.ada/n_arr_bound: New testcase.
11733
11734 2014-11-20  Sergio Durigan Junior  <sergiodj@redhat.com>
11735
11736         PR breakpoints/10737
11737         * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11738         test_catch_syscall_multi_arch.
11739         (test_catch_syscall_multi_arch): New function.
11740
11741 2014-11-20  Doug Evans  <xdje42@gmail.com>
11742
11743         * gdb.base/maint.exp: Update expected output.
11744
11745 2014-11-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11746
11747         * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11748         4-byte instruction on S390.
11749
11750 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
11751
11752         * gdb.ada/arr_arr: New testcase.
11753
11754 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
11755
11756         * gdb.ada/pkd_arr_elem: New Testcase.
11757
11758 2014-11-18  Luis Machado  <lgustavo@codesourcery.com>
11759
11760         * gdb.reverse/break-precsave: Expect completion message for
11761         core file reads.
11762         * gdb.reverse/consecutive-precsave.exp: Likewise.
11763         * gdb.reverse/finish-precsave.exp: Likewise.
11764         * gdb.reverse/i386-precsave.exp: Likewise.
11765         * gdb.reverse/machinestate-precsave.exp: Likewise.
11766         * gdb.reverse/sigall-precsave.exp: Likewise.
11767         * gdb.reverse/solib-precsave.exp: Likewise.
11768         * gdb.reverse/step-precsave.exp: Likewise.
11769         * gdb.reverse/until-precsave.exp: Likewise.
11770         * gdb.reverse/watch-precsave.exp: Likewise.
11771
11772 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11773
11774         * gdb.base/bp-permanent.c: Include unistd.h.
11775         * gdb.python/py-framefilter-mi.c (main): Add return type.
11776         * gdb.python/py-framefilter.c (main): Likewise.
11777         * gdb.trace/actions-changed.c (main): Likewise.
11778
11779 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11780
11781         * gdb.mi/until.c: Add eye-catchers.
11782         * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11783         line numbers.
11784
11785 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11786
11787         * gdb.base/condbreak.exp: Drop references to removed non-prototype
11788         function header variants in break1.c.
11789         * gdb.base/ena-dis-br.exp: Likewise.
11790         * gdb.base/hbreak2.exp: Likewise.
11791         * gdb.reverse/until-precsave.exp: Drop references to removed
11792         non-prototype function header variants in ur1.c.
11793         * gdb.reverse/until-reverse.exp: Likewise.
11794
11795 2014-11-17  Petr Machata  <pmachata@redhat.com>
11796
11797         * lib/dwarf.exp  (Dwarf::cu, Dwarf::tu): Emit
11798         ${_cu_offset_size} bytes abbrev offset.
11799
11800 2014-11-15  Doug Evans  <xdje42@gmail.com>
11801
11802         PR symtab/17559
11803         * gdb.base/line-symtabs.exp: New file.
11804         * gdb.base/line-symtabs.c: New file.
11805         * gdb.base/line-symtabs.h: New file.
11806
11807 2014-11-14  Yao Qi  <yao@codesourcery.com>
11808
11809         * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11810         (func): Add label func_label.
11811         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11812         Replace low_pc and high_pc with MACRO_AT_range.
11813         Replace name, low_pc and high_pc with MACRO_AT_func.
11814
11815 2014-11-14  Yao Qi  <yao@codesourcery.com>
11816
11817         * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11818         Replace name, low_pc and high_pc with MACRO_AT_func.
11819
11820 2014-11-14  Yao Qi  <yao@codesourcery.com>
11821
11822         * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11823         produce debug information.
11824         * gdb.dwarf2/implptr-optimized-out.S: Removed.
11825
11826 2014-11-14  Yao Qi  <yao@codesourcery.com>
11827
11828         * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11829         object and get function length.
11830         (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11831         with MACRO_AT_func.
11832         (top-level): Replace gdb_compile and clean_restart with
11833         prepare_for_testing.
11834         * gdb.dwarf2/main.c (main): Add label main_label.
11835
11836 2014-11-14  Yao Qi  <yao@codesourcery.com>
11837
11838         * lib/dwarf.exp (function_range): New procedure.
11839         (Dwarf::_handle_macro_at_func): New procedure.
11840         (Dwarf::_handle_macro_at_range): New procedure.
11841         (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11842
11843 2014-11-14  Yao Qi  <yao@codesourcery.com>
11844
11845         * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11846         (_handle_attribute): New procedure.
11847
11848 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11849
11850         * gdb.ada/cond_lang/foo.c (callme): Add return type.
11851         * gdb.base/call-sc.c (zed): Likewise.
11852         * gdb.base/checkpoint.c (main): Likewise.
11853         * gdb.base/dump.c (main): Likewise.
11854         * gdb.base/gcore.c (main): Likewise.
11855         * gdb.base/huge.c (main): Likewise.
11856         * gdb.base/multi-forks.c (main): Likewise.
11857         * gdb.base/pr10179-a.c (main): Likewise.
11858         * gdb.base/savedregs.c (main): Likewise.
11859         * gdb.base/sigaltstack.c (main): Likewise.
11860         * gdb.base/siginfo.c (main): Likewise.
11861         * gdb.base/structs.c (zed): Likewise.
11862         * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11863         * gdb.mi/mi-syn-frame.c (main): Likewise.
11864         * gdb.mi/until.c (foo, main): Likewise.
11865         * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11866         * gdb.base/solib-weak.c (foo): Declare.
11867         * gdb.base/attach-twice.c: Include stdio.h.
11868         * gdb.base/weaklib1.c: Likewise.
11869         * gdb.base/weaklib2.c: Likewise.
11870         * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11871         * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11872         unistd.h.
11873         * gdb.base/attach-pie-misread.c: Include stdlib.h.
11874         * gdb.mi/mi-exit-code.c: Likewise.
11875         * gdb.base/break-interp-lib.c: Include string.h.
11876         * gdb.base/coremaker.c: Likewise.
11877         * gdb.base/testenv.c: Likewise.
11878         * gdb.python/py-finish-breakpoint.c: Likewise.
11879         * gdb.base/inferior-died.c: Include sys/wait.h.
11880         * gdb.base/fileio.c: Include time.h.
11881         * gdb.base/async-shell.c: Include unistd.h.
11882         * gdb.base/dprintf-non-stop.c: Likewise.
11883         * gdb.base/info-os.c: Likewise.
11884         * gdb.mi/mi-console.c: Likewise.
11885         * gdb.mi/watch-nonstop.c: Likewise.
11886         * gdb.python/py-events.c: Likewise.
11887         * gdb.base/async.c (baz): Move up before its invocation.
11888         * gdb.base/code_elim2.c (my_global_func): Likewise.
11889         * gdb.base/skip-solib-lib.c (multiply): Likewise.
11890         * gdb.base/advance.c (func2): Likewise.
11891
11892 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11893
11894         * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11895         variant.
11896         * gdb.base/annota3.c: Likewise.
11897         * gdb.base/async.c: Likewise.
11898         * gdb.base/average.c: Likewise.
11899         * gdb.base/call-ar-st.c: Likewise.
11900         * gdb.base/call-rt-st.c: Likewise.
11901         * gdb.base/call-sc.c: Likewise.
11902         * gdb.base/call-strs.c: Likewise.
11903         * gdb.base/ending-run.c: Likewise.
11904         * gdb.base/execd-prog.c: Likewise.
11905         * gdb.base/exprs.c: Likewise.
11906         * gdb.base/foll-exec.c: Likewise.
11907         * gdb.base/foll-fork.c: Likewise.
11908         * gdb.base/foll-vfork.c: Likewise.
11909         * gdb.base/funcargs.c: Likewise.
11910         * gdb.base/gcore.c: Likewise.
11911         * gdb.base/jump.c: Likewise.
11912         * gdb.base/langs0.c: Likewise.
11913         * gdb.base/langs1.c: Likewise.
11914         * gdb.base/langs2.c: Likewise.
11915         * gdb.base/mips_pro.c: Likewise.
11916         * gdb.base/nodebug.c: Likewise.
11917         * gdb.base/opaque0.c: Likewise.
11918         * gdb.base/opaque1.c: Likewise.
11919         * gdb.base/recurse.c: Likewise.
11920         * gdb.base/run.c: Likewise.
11921         * gdb.base/scope0.c: Likewise.
11922         * gdb.base/scope1.c: Likewise.
11923         * gdb.base/setshow.c: Likewise.
11924         * gdb.base/setvar.c: Likewise.
11925         * gdb.base/shmain.c: Likewise.
11926         * gdb.base/shr1.c: Likewise.
11927         * gdb.base/shr2.c: Likewise.
11928         * gdb.base/sigall.c: Likewise.
11929         * gdb.base/signals.c: Likewise.
11930         * gdb.base/so-indr-cl.c: Likewise.
11931         * gdb.base/solib2.c: Likewise.
11932         * gdb.base/structs.c: Likewise.
11933         * gdb.base/sum.c: Likewise.
11934         * gdb.base/vforked-prog.c: Likewise.
11935         * gdb.base/watchpoint.c: Likewise.
11936         * gdb.reverse/shr2.c: Likewise.
11937         * gdb.reverse/until-reverse.c: Likewise.
11938         * gdb.reverse/ur1.c: Likewise.
11939         * gdb.reverse/watch-reverse.c: Likewise.
11940
11941 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11942
11943         * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11944         variant.
11945         * gdb.base/sepdebug.exp: Drop references to removed code.
11946
11947 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11948
11949         * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
11950         variant.  Preserve original line numbering.
11951         * gdb.base/list1.c: Likewise.
11952
11953 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11954
11955         * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
11956         variant.
11957         * gdb.base/break1.c: Likewise.
11958         * gdb.base/break.exp: Drop references to removed code.
11959
11960 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11961
11962         * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11963         variant.
11964
11965 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11966
11967         * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11968
11969 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11970
11971         * gdb.base/callfuncs.exp: Remove 'prototypes' variable.  Move main
11972         logic into perform_all_tests() and invoke it with and without
11973         function header prototypes.
11974         (do_function_calls): Remove conditional XFAIL for PR 5318.
11975         (rerun_and_prepare): Remove duplicate code.
11976         (perform_all_tests): New.  Main logic moved here.
11977
11978 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11979
11980         * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11981         code guarded by #ifdef NO_PROTOTYPES.
11982         (t_double_many_args): Likewise.
11983         (DEF_FUNC_MANY_ARGS_1): Likewise.
11984         (DEF_FUNC_VALUES_1): Likewise.
11985         (t_structs_ldc): Renamed from t_structs_fc in conditional code
11986         guarded by #ifdef PROTOTYPES.
11987
11988 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11989
11990         * gdb.mi/mi-console.c: Add eye-catcher.
11991         * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11992         instead of literal line number.
11993
11994 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11995
11996         * gdb.base/shr2.c: Add eye-catcher.
11997         * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11998         line number.
11999
12000 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12001
12002         * gdb.base/jump.c: Add eye-catchers.
12003         * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12004         numbers.
12005
12006 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12007
12008         * gdb.base/execd-prog.c: Add eye-catchers.
12009         * gdb.base/foll-exec.c: Likewise.
12010         * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12011         line numbers.
12012
12013 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12014
12015         * gdb.base/ending-run.c: Add eye-catchers.
12016         * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12017         literal line numbers.
12018
12019 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12020
12021         * gdb.base/call-rt-st.c: Add eye-catchers.
12022         * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12023         literal line numbers.
12024
12025 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12026
12027         * gdb.base/call-ar-st.c: Add eye-catchers.
12028         * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12029         literal line numbers.
12030
12031 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12032
12033         * gdb.base/average.c: Add eye-catchers.
12034         * gdb.base/sum.c: Likewise.
12035         * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12036         regexps dynamically.
12037
12038 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12039
12040         * gdb.base/solib1.c: Add eye-catchers.
12041         * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12042         literal line numbers.
12043
12044 2014-11-12  Pedro Alves  <palves@redhat.com>
12045
12046         * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12047         leader has exited.
12048
12049 2014-11-12  Pedro Alves  <palves@redhat.com>
12050
12051         * gdb.arch/i386-bp_permanent.c: New file.
12052         * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12053         (srcfile): Set to i386-bp_permanent.c.
12054         (top level): Adjust to work in both 32-bit and 64-bit modes.  Test
12055         that stepi does not execute the 'leave' instruction, instead of
12056         testing it does execute.
12057         * gdb.base/bp-permanent.c: New file.
12058         * gdb.base/bp-permanent.exp: New file.
12059
12060 2014-11-10  Doug Evans  <xdje42@gmail.com>
12061
12062         PR symtab/17564
12063         * gdb.base/symtab-search-order.exp: New file.
12064         * gdb.base/symtab-search-order.c: New file.
12065         * gdb.base/symtab-search-order-1.c: New file.
12066         * gdb.base/symtab-search-order-shlib-1.c: New file.
12067
12068 2014-11-07  Pedro Alves  <palves@redhat.com>
12069
12070         PR gdb/17511
12071         * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12072         i?86-*-linux*.
12073
12074 2014-11-03  Siva Chandra Reddy  <sivachandra@google.com>
12075
12076         PR c++/17494
12077         * gdb.cp/pr17494.cc: New file.
12078         * gdb.cp/pr17494.exp: New file.
12079
12080 2014-11-02  Yao Qi  <yao@codesourcery.com>
12081
12082         * gdb.python/python.exp: Get working directory and match the
12083         output of "set extended-prompt \\w " with it.
12084
12085 2014-10-30  Doug Evans  <dje@google.com>
12086
12087         * gdb.python/py-objfile.exp: Add tests for setting random attributes
12088         in objfiles.
12089         * gdb.python/py-progspace.exp: Add tests for setting random attributes
12090         in progspaces.
12091
12092 2014-10-30  Janis Johnson  <janisjo@codesourcery.com>
12093
12094         * gdb.base/fullpath-expand.exp: Skip for a remote host.
12095         * gdb.base/realname-expand.exp: Likewise.
12096         * gdb.linespec/macro-relative.exp: Likewise.
12097
12098 2014-10-29  Pedro Alves  <palves@redhat.com>
12099
12100         PR gdb/17408
12101         * gdb.threads/schedlock.c (some_function): New function.
12102         (call_function): New global.
12103         (MAYBE_CALL_SOME_FUNCTION): New macro.
12104         (thread_function): Call it.
12105         * gdb.threads/schedlock.exp (get_args): Add description parameter,
12106         and use it instead of a global counter.  Adjust all callers.
12107         (get_current_thread): Use "find current thread" for test message
12108         here rather than having all callers pass down the same string.
12109         (goto_loop): New procedure, factored out from ...
12110         (my_continue): ... this.
12111         (step_ten_loops): Change parameter from test message to command to
12112         use.  Adjust.
12113         (list_count): Delete global.
12114         (check_result): New procedure, factored out from duplicate top
12115         level code.
12116         (continue tests): Wrap in with_test_prefix.
12117         (test_step): New procedure, factored out from duplicate top level
12118         code.
12119         (top level): Test "step" in combination with all scheduler-locking
12120         modes.  Test "next" in combination with all scheduler-locking
12121         modes, and in combination with stepping over a function call or
12122         not.
12123         * gdb.threads/next-bp-other-thread.c: New file.
12124         * gdb.threads/next-bp-other-thread.exp: New file.
12125
12126 2014-10-29  Pedro Alves  <palves@redhat.com>
12127
12128         PR python/17372
12129         * gdb.python/python.exp: Test a multi-line command that spawns
12130         interactive Python.
12131         * gdb.base/multi-line-starts-subshell.exp: New file.
12132
12133 2014-10-29  Yao Qi  <yao@codesourcery.com>
12134
12135         * gdb.base/fileio.exp: Make directories on host.
12136
12137 2014-10-29  Yao Qi  <yao@codesourcery.com>
12138
12139         * gdb.base/fileio.c (test_write): Close the file.
12140
12141 2014-10-28  Pedro Alves  <palves@redhat.com>
12142
12143         PR gdb/12623
12144         * gdb.base/sigstep.c (no_handler): New global.
12145         (main): If 'no_handler is true, set the signal handlers to
12146         SIG_IGN.
12147         * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12148         with_sw_watch and no_handler parameters.  Handle them.
12149         (top level) <stepping over handler when stopped at a breakpoint
12150         test>: Add a test axis for testing with a software watchpoint, and
12151         another for testing with the signal handler set to SIG_IGN.
12152         * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12153         * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12154
12155 2014-10-28  Pedro Alves  <palves@redhat.com>
12156
12157         PR gdb/17511
12158         * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12159         * gdb.base/sigstep.exp (other_handler_location): New global.
12160         (advance): Support stepping into the signal handler, and running
12161         commands while in the handler.
12162         (in_handler_map): New global.
12163         (top level): In the advance test, add combinations for getting
12164         into the handler with stepping commands, and for running commands
12165         in the handler.  Add comment descripting the advancei tests.
12166
12167 2014-10-28  Pedro Alves  <palves@redhat.com>
12168
12169         * gdb.base/sigstep.exp: Use build_executable instead of
12170         prepare_for_testing.
12171         (top level): Move code that starts GDB, runs to main and creates a
12172         display to ...
12173         (restart): ... this new procedure.
12174         (top level): Move backtrace from signal handler test to ...
12175         (validate_backtrace): ... this new procedure.
12176         (advance, advancei): Rename parameter from 'i' to 'cmd'.  Use
12177         with_test_prefix.  Always restart GDB.
12178         (skip_to_handler): Rename parameter from 'i' to 'cmd'.  Use
12179         with_test_prefix.  Always restart GDB.  No need to delete
12180         breakpoints after the test.
12181         (test_skip_handler): Remove prefix parameter.
12182         (skip_over_handler, breakpoint_to_handler)
12183         (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12184         parameter from 'i' to 'cmd'.  Use with_test_prefix.  Always
12185         restart GDB.  No need to delete breakpoints after the test.
12186         (top level): Use foreach to call the test procedures with
12187         different commands.
12188
12189 2014-10-28  Pedro Alves  <palves@redhat.com>
12190
12191         * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12192         instead of GNATS numbers.
12193         * gdb.base/sigbpt.exp: Likewise.
12194         * gdb.base/siginfo.exp: Likewise.
12195         * gdb.base/sigstep.exp: Likewise.
12196
12197 2014-10-27  Pedro Alves  <palves@redhat.com>
12198
12199         * gdb.base/sigstep.c (dummy): New global.
12200         (main): Issue a couple writes to the new global.
12201         * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12202         procedures.
12203         (skip_over_handler): Use test_skip_handler.
12204         (top level): Call skip_over_handler for stepi and nexti too.
12205         (breakpoint_over_handler): Use test_skip_handler.
12206         (top level): Call breakpoint_over_handler for stepi and nexti too.
12207
12208 2014-10-27  Yao Qi  <yao@codesourcery.com>
12209
12210         * gdb.trace/tfile.c (adjust_function_address)
12211         [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12212         function descriptor.
12213
12214 2014-10-24  Don Breazeal  <donb@codesourcery.com>
12215
12216         * gdb.base/foll-fork.exp (test_follow_fork,
12217         catch_fork_child_follow): Check for updated fork messages emitted
12218         from infrun.c.
12219         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12220         vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12221         vfork_and_exec_child_follow_through_step): Check for updated vfork
12222         messages emitted from infrun.c.
12223
12224 2014-10-24  Pedro Alves  <palves@redhat.com>
12225
12226         * gdb.base/corefile.exp: Remove references to ultrix.
12227         * gdb.base/interrupt.exp: Likewise.
12228         * gdb.base/whatis.exp: Likewise.
12229         * gdb.gdb/selftest.exp: Likewise.
12230         * gdb.threads/manythreads.exp: Likewise.
12231         * gdb.threads/print-threads.exp: Likewise.
12232         * gdb.threads/pthreads.exp:: Likewise.
12233         * gdb.threads/schedlock.exp: Likewise.
12234
12235 2014-10-24  Siva Chandra Reddy  <sivachandra@google.com>
12236
12237         * gdb.cp/non-trivial-retval.cc: Add a test case.
12238         * gdb.cp/non-trivial-retval.exp: Add a test.
12239
12240 2014-10-20  Yao Qi  <yao@codesourcery.com>
12241
12242         * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12243         * gdb.python/py-objfile-script-gdb.py: New file.
12244         * gdb.python/py-objfile-script.exp: Update reference to
12245         py-objfile-script-gdb.py.in.  Use gdb_remote_donwload instead
12246         of remote_download.  Remove the dest file.
12247
12248 2014-10-20  Yao Qi  <yao@codesourcery.com>
12249
12250         * gdb.base/checkpoint.exp: Don't remove file copied on host.
12251         * gdb.base/step-line.exp: Likewise.
12252         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12253         * gdb.dwarf2/dw2-basic.exp: Likewise.
12254         * gdb.dwarf2/dw2-compressed.exp: Likewise.
12255         * gdb.dwarf2/dw2-filename.exp: Likewise.
12256         * gdb.dwarf2/dw2-intercu.exp: Likewise.
12257         * gdb.dwarf2/dw2-intermix.exp: Likewise.
12258         * gdb.dwarf2/dw2-producer.exp: Likewise.
12259         * gdb.dwarf2/mac-fileno.exp: Likewise.
12260         * gdb.python/py-frame-args.exp: Likewise.
12261         * gdb.python/py-framefilter.exp: Likewise.
12262         * gdb.python/py-mi.exp: Likewise.
12263         * gdb.python/py-objfile-script.exp: Likewise
12264         * gdb.python/py-pp-integral.exp: Likewise.
12265         * gdb.python/py-pp-re-notag.exp: Likewise.
12266         * gdb.python/py-prettyprint.exp: Likewise.
12267         * gdb.python/py-section-script.exp: Likewise.
12268         * gdb.python/py-typeprint.exp: Likewise.
12269         * gdb.python/py-xmethods.exp: Likewise.
12270         * gdb.stabs/weird.exp: Likewise.
12271         * gdb.xml/tdesc-regs.exp: Likewise.
12272
12273 2014-10-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
12274
12275         * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12276         (out_cu): Use addr_len for the size of addresses.
12277         (out_line): Likewise.  Size DW_LNE_set_address instruction
12278         according to addr_len.
12279         * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12280         (FUNC): Add START_INSNS to definition.
12281
12282 2014-10-18  Yao Qi  <yao@codesourcery.com>
12283
12284         * gdb.base/argv0-symlink.exp: Check argv[0] value if
12285         gdb_has_argv0 return true.
12286         * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
12287         check [target_info exists noargs], check [gdb_has_argv0]
12288         instead.
12289         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12290         * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
12291         procedures.
12292
12293 2014-10-17  Doug Evans  <dje@google.com>
12294
12295         * gdb.python/py-events.exp: Update expected output for clear_objfiles
12296         event.
12297         * gdb.python/py-events.py: Add clear_objfiles event.
12298
12299 2014-10-17  Doug Evans  <dje@google.com>
12300
12301         * gdb.python/py-objfile.exp: Test progspace attribute.
12302
12303 2014-10-17  Luis Machado  <lgustavo@codesourcery.com>
12304
12305         * gdb.guile/scm-breakpoint.exp: Do not assume any
12306         directory separators when matching source file paths.
12307         * gdb.python/py-breakpoint.exp: Likewise.
12308         * gdb.reverse/break-precsave.exp: Likewise.
12309         * gdb.reverse/break-reverse.exp: Likewise.
12310         * gdb.reverse/consecutive-precsave.exp: Likewise.
12311         * gdb.reverse/finish-precsave.exp: Likewise.
12312         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
12313         * gdb.reverse/finish-reverse.exp: Likewise.
12314         * gdb.reverse/i386-precsave.exp: Likewise.
12315         * gdb.reverse/i387-env-reverse.exp: Likewise.
12316         * gdb.reverse/i387-stack-reverse.exp: Likewise.
12317         * gdb.reverse/machinestate-precsave.exp: Likewise.
12318         * gdb.reverse/machinestate.exp: Likewise.
12319         * gdb.reverse/sigall-precsave.exp: Likewise.
12320         * gdb.reverse/solib-precsave.exp: Likewise.
12321         * gdb.reverse/step-precsave.exp: Likewise.
12322         * gdb.reverse/until-precsave.exp: Likewise.
12323         * gdb.reverse/watch-precsave.exp: Likewise.
12324         * gdb.reverse/watch-reverse.exp: Likewise.
12325
12326 2014-10-17  Yao Qi  <yao@codesourcery.com>
12327
12328         * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
12329         * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
12330
12331 2014-10-17  Pedro Alves  <palves@redhat.com>
12332
12333         PR gdb/17471
12334         * gdb.base/bg-execution-repeat.c: New file.
12335         * gdb.base/bg-execution-repeat.exp: New file.
12336
12337 2014-10-17  Pedro Alves  <palves@redhat.com>
12338
12339         PR gdb/17300
12340         * gdb.base/continue-all-already-running.c: New file.
12341         * gdb.base/continue-all-already-running.exp: New file.
12342
12343 2014-10-17  Pedro Alves  <palves@redhat.com>
12344
12345         PR gdb/17472
12346         * gdb.base/annota-input-while-running.c: New file.
12347         * gdb.base/annota-input-while-running.exp: New file.
12348
12349 2014-10-17  Pedro Alves  <palves@redhat.com>
12350
12351         * gdb.base/callfuncs.exp: emove references to osf.
12352         * gdb.base/sigall.exp: Likewise.
12353         * gdb.gdb/selftest.exp: Likewise.
12354         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12355         * gdb.mi/non-stop.c: Likewise.
12356         * gdb.mi/pthreads.c: Likewise.
12357         * gdb.reverse/sigall-precsave.exp: Likewise.
12358         * gdb.reverse/sigall-reverse.exp: Likewise.
12359         * gdb.threads/pthreads.c: Likewise.
12360         * gdb.threads/pthreads.exp: Likewise.
12361
12362 2014-10-17  Yao Qi  <yao@codesourcery.com>
12363
12364         * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
12365         check 'target_info exists noargs'.
12366         (test_command_prompt_position): Likewise.
12367         (progvar_simple_if_test): Don't check 'target_info exists noargs'.
12368         Remove "set args".
12369         (progvar_simple_while_test): Likewise.
12370         (progvar_complex_if_while_test): Likewise.
12371         (if_while_breakpoint_command_test): Likewise.
12372         (infrun_breakpoint_command_test): Likewise.
12373         (breakpoint_command_test): Likewise.
12374         (watchpoint_command_test): Likewise.
12375         (bp_deleted_in_command_test): Likewise.
12376         (temporary_breakpoint_commands): Likewise.
12377
12378 2014-10-16  Yao Qi  <yao@codesourcery.com>
12379
12380         * gdb.base/remotetimeout.exp: Remove noargs checking.
12381
12382 2014-10-15  Pedro Alves  <palves@redhat.com>
12383
12384         PR breakpoints/9649
12385         * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
12386         * gdb.base/breakpoint-in-ro-region.exp
12387         (probe_target_hardware_step): New procedure.
12388         (top level): Probe hardware stepping and hardware breakpoint
12389         support.  Test stepping through a read-only region, with both
12390         "breakpoint auto-hw" on and off and both "always-inserted" on and
12391         off.
12392
12393 2014-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
12394
12395         * gdb.dlang/demangle.exp: Update for demangling changes.
12396
12397 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
12398
12399         * gdb.cp/non-trivial-retval.cc: Add new test cases.
12400         * gdb.cp/non-trivial-retval.exp: Add new tests.
12401
12402 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
12403
12404         PR c++/13403
12405         PR c++/15154
12406         * gdb.cp/non-trivial-retval.cc: New file.
12407         * gdb.cp/non-trivial-retval.exp: New file.
12408
12409 2014-10-15  Yao Qi  <yao@codesourcery.com>
12410
12411         * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
12412         remote host.
12413
12414 2014-10-15  Yao Qi  <yao@codesourcery.com>
12415
12416         * gdb.python/py-symbol.exp: Match file base name if host is
12417         remote, otherwise match file name with dir name.
12418         * gdb.python/py-symtab.exp: Likewise.
12419         * gdb.python/python.exp: Likewise.
12420
12421 2014-10-15  Yao Qi  <yao@codesourcery.com>
12422
12423         * gdb.python/py-symbol.exp: Remove trailing ".*" in the
12424         pattern.
12425         * gdb.python/py-symtab.exp: Likewise.
12426         * gdb.python/python.exp: Remove trailing ".*".  Fix typo
12427         locationn.
12428
12429 2014-10-14  Joel Brobecker  <brobecker@adacore.com>
12430
12431         * gdb.ada/addr_arith: New testcase.
12432
12433 2014-10-14  Maciej W. Rozycki  <macro@codesourcery.com>
12434
12435         * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
12436         * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
12437         * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
12438         * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
12439
12440 2014-10-14  Sergio Durigan Junior  <sergiodj@redhat.com>
12441
12442         * gdb.arch/stap-eval-lang-ada.S: Likewise.
12443         * gdb.arch/stap-eval-lang-ada.c: Likewise.
12444         * gdb.arch/stap-eval-lang-ada.exp: New file.
12445
12446 2014-10-14  Yao Qi  <yao@codesourcery.com>
12447
12448         * gdb.mi/mi-var-child.c (nothing1): New function.
12449         (nothing2): New function.
12450         (do_children_tests): Set function pointers by nothing1 and
12451         nothing2.
12452         * gdb.mi/mi-var-child.exp: Step over new added statements.
12453         Update test to match the new output.
12454         * gdb.mi/var-cmd.c (nothing1): New function.
12455         (nothing2): New function.
12456         (do_children_tests): Set function pointers by  nothing1 and
12457         nothing2.
12458         * gdb.mi/mi-var-display.exp: Update test to match output.
12459         Step to the line specified by $line_dct_nothing.
12460         Increase the number of lines to step.
12461
12462 2014-10-14  Yao Qi  <yao@codesourcery.com>
12463
12464         * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12465         tests.
12466         * gdb.mi/mi2-var-child.exp: Likewise.
12467
12468 2014-10-13  Doug Evans  <dje@google.com>
12469
12470         * gdb.python/py-objfile.exp: Change name of file name test.
12471
12472 2014-10-13  Doug Evans  <dje@google.com>
12473
12474         * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12475         from the start of the CU.
12476
12477 2014-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
12478             Yao Qi  <yao@codesourcery.com>
12479
12480         Fix "save breakpoints" for "catch" command.
12481         * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12482         Remove -nonewline.  Match also the added "main" line.
12483
12484 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12485
12486         Fix "save breakpoints" for "disable $bpnum" command.
12487         * gdb.base/save-bp.c (main): Add label.
12488         * gdb.base/save-bp.exp: Add 8th disabled breakpoint.  Match it.
12489
12490 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12491
12492         * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12493
12494 2014-10-11  Yao Qi  <yao@codesourcery.com>
12495
12496         * gdb.server/server-kill.exp: Execute command
12497         "set remote trace-status-packet on" before "tstatus".
12498
12499 2014-10-11  Yao Qi  <yao@codesourcery.com>
12500
12501         * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12502         (main): Call getppid.
12503         * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12504         and continue to it.  Read variable "server_pid".
12505
12506 2014-10-11  Yao Qi  <yao@codesourcery.com>
12507
12508         * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12509
12510 2014-10-11  Yao Qi  <yao@codesourcery.com>
12511
12512         * gdb.threads/thread-find.exp: Don't execute command
12513         "info threads".
12514         * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12515         * gdb.threads/linux-dp.exp: Don't check the condition
12516         $threads_created equals to zero.
12517
12518 2014-10-10  Pedro Alves  <palves@redhat.com>
12519
12520         * gdb.base/bigcore.exp: Remove references to IRIX.
12521         * gdb.base/funcargs.exp: Likewise.
12522         * gdb.base/interrupt.exp: Likewise.
12523         * gdb.base/mips_pro.exp: Likewise.
12524         * gdb.base/nodebug.exp: Likewise.
12525         * gdb.base/setvar.exp: Likewise.
12526         * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12527
12528 2014-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
12529             Pedro Alves  <palves@redhat.com>
12530
12531         PR symtab/14466
12532         * gdb.base/vdso-warning.c: New file.
12533         * gdb.base/vdso-warning.exp: New file.
12534
12535 2014-10-02  Doug Evans  <dje@google.com>
12536
12537         * gdb.base/structs.c (main): Don't run forever.
12538
12539 2014-10-02  Pedro Alves  <palves@redhat.com>
12540
12541         * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12542         (top level) <stop threads 1, stop threads 2>: Use it.
12543
12544 2014-10-02  Pedro Alves  <palves@redhat.com>
12545
12546         * gdb.threads/break-while-running.exp (test): Add new
12547         'update_thread_list' argument.  Skip "info threads" if false.
12548         (top level): Add new 'update_thread_list' axis.
12549
12550 2014-10-02  Pedro Alves  <palves@redhat.com>
12551
12552         PR breakpoints/17431
12553         * gdb.base/execl-update-breakpoints.c: New file.
12554         * gdb.base/execl-update-breakpoints.exp: New file.
12555
12556 2014-10-01  Pedro Alves  <palves@redhat.com>
12557
12558         * gdb.base/breakpoint-in-ro-region.c: New file.
12559         * gdb.base/breakpoint-in-ro-region.exp: New file.
12560
12561 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
12562
12563         * gdb.mi/mi-exit-code.exp: New file.
12564         * gdb.mi/mi-exit-code.c: New file.
12565
12566 2014-09-30  Yao Qi  <yao@codesourcery.com>
12567
12568         * lib/prelink-support.exp (build_executable_own_libs): Error if
12569         the target isn't native.
12570
12571 2014-09-30  Yao Qi  <yao@codesourcery.com>
12572
12573         * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12574         false.
12575
12576 2014-09-22  Pedro Alves  <palves@redhat.com>
12577
12578         * gdb.threads/break-while-running.exp: New file.
12579         * gdb.threads/break-while-running.c: New file.
12580
12581 2014-09-19  Yao Qi  <yao@codesourcery.com>
12582
12583         * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12584         Invoke test.  Restart GDB with --readnow and invoke test again.
12585
12586 2014-09-19  Yao Qi  <yao@codesourcery.com>
12587
12588         * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12589         proc set_breakpoint_on_gcd_function.  Invoke
12590         set_breakpoint_on_gcd_function.  Restart GDB with --readnow and
12591         invoke set_breakpoint_on_gcd_function again.
12592
12593 2014-09-18  Doug Evans  <dje@google.com>
12594
12595         * gdb.dwarf2/symtab-producer.exp: New file.
12596
12597 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12598
12599         * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12600         * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12601         * gdb.base/global-var-nested-by-dso.c: Likewise.
12602         * gdb.base/global-var-nested-by-dso.exp: Likewise.
12603
12604 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12605             Pedro Alves  <palves@redhat.com>
12606
12607         * gdb.base/watch-bitfields.exp: Pass string other than test file
12608         name to prepare_for_testing.
12609         (watch): New procedure.
12610         (expect_watchpoint): Use with_test_prefix.
12611         (top level): Factor out tests to ...
12612         (test_watch_location, test_regular_watch): ... these new
12613         procedures, and use with_test_prefix and gdb_continue_to_end.
12614
12615 2014-09-16  Patrick Palka  <patrick@parcs.ath.cx>
12616
12617         PR breakpoints/12526
12618         * gdb.base/watch-bitfields.exp: New file.
12619         * gdb.base/watch-bitfields.c: New file.
12620
12621 2014-09-16  Pedro Alves  <palves@redhat.com>
12622
12623         * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12624         software and hardware addresses, not software address against
12625         itself.
12626
12627 2014-09-16  Pedro Alves  <palves@redhat.com>
12628
12629         * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12630         * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12631
12632 2014-09-16  Pedro Alves  <palves@redhat.com>
12633
12634         * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12635         files.
12636         * gdb.base/a2-run.exp: Remove all code guarded by istarget
12637         "*-*-vxworks*" throughout.
12638         * gdb.base/break.exp: Likewise.
12639         * gdb.base/default.exp: Likewise.
12640         * gdb.base/scope.exp: Likewise.
12641         * gdb.base/sepdebug.exp: Likewise.
12642         * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12643         throughout.
12644         * gdb.base/run.c: Likewise.
12645         * gdb.base/sepdebug.c: Likewise.
12646         * gdb.hp/gdb.aCC/run.c: Likewise.
12647         * gdb.reverse/until-reverse.c: Likewise.
12648         * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12649
12650 2014-09-16  Yao Qi  <yao@codesourcery.com>
12651
12652         * boards/local-remote-host-native.exp: New file.
12653
12654 2014-09-14  Doug Evans  <xdje42@gmail.com>
12655
12656         * gdb.threads/queue-signal.c (thread_count): New variable.
12657         (thread_count_mutex, thread_count_condvar): New variables.
12658         (incr_thread_count, wait_all_threads_running): New functions.
12659         (main): Wait for all threads to be in their thread functions.
12660
12661 2014-09-13  Doug Evans  <xdje42@gmail.com>
12662
12663         * gdb.threads/queue-signal.c: New file.
12664         * gdb.threads/queue-signal.exp: New file.
12665
12666 2014-09-13  Doug Evans  <xdje42@gmail.com>
12667
12668         * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12669         be consistent with what default_gdb_init uses.
12670         (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12671         the plain text of the prompt.  Add some logging printfs.
12672         * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12673
12674 2014-09-12  Pedro Alves  <palves@redhat.com>
12675
12676         * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12677         gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12678         * gdb.arch/i386-size-overlap.exp: Likewise.
12679         * gdb.arch/i386-size.exp: Likewise.
12680         * gdb.arch/i386-unwind.exp: Likewise.
12681         * gdb.base/a2-run.exp: Likewise.
12682         * gdb.base/break.exp: Likewise.
12683         * gdb.base/charset.exp: Likewise.
12684         * gdb.base/chng-syms.exp: Likewise.
12685         * gdb.base/commands.exp: Likewise.
12686         * gdb.base/dbx.exp: Likewise.
12687         * gdb.base/find.exp: Likewise.
12688         * gdb.base/funcargs.exp: Likewise.
12689         * gdb.base/jit-simple.exp: Likewise.
12690         * gdb.base/reread.exp: Likewise.
12691         * gdb.base/sepdebug.exp: Likewise.
12692         * gdb.base/step-bt.exp: Likewise.
12693         * gdb.cp/mb-inline.exp: Likewise.
12694         * gdb.cp/mb-templates.exp: Likewise.
12695         * gdb.objc/basicclass.exp: Likewise.
12696         * gdb.threads/killed.exp: Likewise.
12697
12698 2014-09-12  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
12699
12700         PR tdep/17379
12701         * gdb.arch/powerpc-stackless.S: New file.
12702         * gdb.arch/powerpc-stackless.exp: New file.
12703
12704 2014-09-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12705
12706         * gdb.base/attach.c: Include unistd.h.
12707         (main): Call alarm.  Add label postloop.
12708         * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12709         gdb_breakpoint, gdb_continue_to_breakpoint.
12710         (test_command_line_attach_run): Kill ${testpid} in one exit path.
12711
12712 2014-09-11  Pedro Alves  <palves@redhat.com>
12713
12714         PR gdb/17347
12715         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12716         * gdb.base/attach.exp (test_command_line_attach_run): New
12717         procedure.
12718         (top level): Call it.
12719
12720 2014-09-11  Pedro Alves  <palves@redhat.com>
12721
12722         * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12723         * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12724         (do_command_attach_tests): Use spawn_wait_for_attach.
12725         * gdb.base/solib-overlap.exp: Likewise.
12726         * gdb.multi/multi-attach.exp: Likewise.
12727         * gdb.python/py-prompt.exp: Likewise.
12728         * gdb.python/py-sync-interp.exp: Likewise.
12729         * gdb.server/ext-attach.exp: Likewise.
12730
12731 2014-09-11  Gabriel Krisman Bertazi  <gabriel@krisman.be>
12732
12733         * gdb.fortran/array-element.exp: Remove unexpected "continue"
12734         command in testcase.  Simplify testcase.
12735
12736 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
12737
12738         * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12739
12740 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
12741
12742         * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12743
12744 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
12745
12746         * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12747
12748 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
12749
12750         * gdb.dwarf2/dynarr-ptr.c: New file.
12751         * gdb.dwarf2/dynarr-ptr.exp: New file.
12752
12753 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12754
12755         * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12756         of 30 rather than hardcoding 120 for a slow test case.  Take the
12757         `gdb,timeout' target setting into account for this calculation.
12758         Don't extend the timeout for the test cases that don't need it.
12759
12760 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12761
12762         * gdb.reverse/sigall-reverse.exp: Increase the timeout by
12763         a factor of 2 for a slow test case.  Take the `gdb,timeout'
12764         target setting into account for this calculation.
12765         * gdb.reverse/until-precsave.exp: Increase the timeout by
12766         a factor of 15 and 3 respectively rather than adding 120
12767         for a pair of slow test cases.  Take the `gdb,timeout'
12768         target setting into account for this calculation.
12769
12770 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12771
12772         * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12773         timeout, don't pass one down to gdb_expect.
12774         (gdb_expect): Rework timeout selection.
12775
12776 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12777
12778         * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12779         exception on timeout.
12780         (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12781         (gdbserver_start_extended): Catch any `gdbserver_start' error
12782         exceptions.
12783         (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12784         * lib/mi-support.exp (mi_gdb_target_load): Catch any
12785         `gdbserver_gdb_load' error exceptions.
12786
12787 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12788
12789         * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12790         120 on waiting for the TCP socket to open.
12791
12792 2014-09-09  Doug Evans  <xdje42@gmail.com>
12793
12794         * gdb.base/default.exp (show_conv_list): Add _caller_is,
12795         _caller_matches, _any_caller_is, _any_caller_matches.
12796
12797 2014-09-09  Doug Evans  <xdje42@gmail.com>
12798
12799         * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12800
12801 2014-09-09  Yao Qi  <yao@codesourcery.com>
12802
12803         * gdb.mi/mi-var-display.exp: Set print symbol off.
12804
12805 2014-09-07  Gabriel Krisman Bertazi  <gabriel@krisman.be>
12806
12807         PR gdb/17035
12808         * gdb.base/commands.exp: Add tests to verify user-defined
12809         commands with empty bodies.
12810         * gdb.python/py-cmd.exp: Test that we don't show user-defined
12811         python commands in `show user command`.
12812         * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12813         scheme commands in `show user command`.
12814
12815 2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
12816
12817         PR python/17355
12818         * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12819         * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12820         * gdb.python/py-framefilter-invalidarg.exp: New file.
12821         * gdb.python/py-framefilter-invalidarg.py: New file.
12822
12823 2014-09-06  Doug Evans  <xdje42@gmail.com>
12824
12825         PR 15276
12826         * gdb.python/py-caller-is.c: New file.
12827         * gdb.python/py-caller-is.exp: New file.
12828
12829 2014-09-05  Sergio Durigan Junior  <sergiodj@redhat.com>
12830
12831         PR gdb/17235
12832         * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12833         * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12834
12835 2014-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
12836
12837         PR fortran/17237
12838         * gdb.fortran/print-formatted.exp: New file.
12839         * gdb.fortran/print-formatted.f90: Likewise.
12840
12841 2014-09-03  Sasha Smundak  <asmundak@google.com>
12842
12843         * gdb.python/py-frame.exp: Test Frame.read_register.
12844
12845 2014-09-03  Sergio Durigan Junior  <sergiodj@redhat.com>
12846
12847         PR python/16699
12848         * gdb.python/py-completion.exp: New file.
12849         * gdb.python/py-completion.py: Likewise.
12850
12851 2014-08-28  Doug Evans  <dje@google.com>
12852
12853         * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12854         eax,etc. are live with values set by gdb and thus the compiler can't
12855         use them.
12856         * gdb.arch/i386-pseudo.c (main): Ditto.
12857
12858 2014-08-27  Doug Evans  <dje@google.com>
12859
12860         * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12861
12862 2014-08-25  Doug Evans  <dje@google.com>
12863
12864         * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12865         (main): Ditto.
12866
12867 2014-08-25  Doug Evans  <dje@google.com>
12868
12869         * gdb.threads/thread-execl.exp: #include <stdio.h>.
12870
12871 2014-08-24  Yao Qi  <yao@codesourcery.com>
12872
12873         * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12874         symbol off.
12875         * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12876
12877 2014-08-22  Doug Evans  <dje@google.com>
12878
12879         PR 17276
12880         * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12881         * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12882         * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12883
12884 2014-08-22  Yao Qi  <yao@codesourcery.com>
12885
12886         * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12887         * gdb.python/py-finish-breakpoint2.exp: Likewise.
12888         * gdb.python/python.exp: Likewise.  Use .py file on the host
12889         instead of the build.
12890
12891 2014-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
12892
12893         * gdb.threads/gcore-stale-thread.c: New file.
12894         * gdb.threads/gcore-stale-thread.exp: New file.
12895
12896 2014-08-21  Pedro Alves  <palves@redhat.com>
12897
12898         * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12899         * gdb.base/gcore-relro-pie.exp: Likewise.
12900         * gdb.base/gcore-relro.exp: Likewise.
12901         * gdb.base/gcore.exp: Likewise.
12902         * gdb.base/print-symbol-loading.exp: Likewise.
12903         * gdb.threads/gcore-thread.exp: Likewise.
12904         * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12905
12906 2014-08-20  Pedro Alves  <palves@redhat.com>
12907             Jan Kratochvil  <jan.kratochvil@redhat.com>
12908
12909         * Makefile.in (EXTRA_RULES, CC): New variables, get from
12910         configure.
12911         (EXPECT): Handle READ1 being set.
12912         (all): Depend on EXTRA_RULES.
12913         (check-read1, expect-read1, read1.so, read1): New rules.
12914         * README (Testsuite Parameters): Document the READ1 make variable.
12915         (Race detection): New section.
12916         * configure: Regenerate.
12917         * configure.ac: If build==host==target, and running under a
12918         GNU/glibc system, add read1 to the extra Makefile rules.
12919         (EXTRA_RULES): AC_SUBST it.
12920         * lib/read1.c: New file.
12921
12922 2014-08-20  Joel Brobecker  <brobecker@adacore.com>
12923
12924         * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12925         the handling of variables declared as a typedef to an array
12926         which a DW_AT_data_location attribute.
12927
12928 2014-08-19  Andrew Burgess  <aburgess@broadcom.com>
12929             Pedro Alves  <palves@redhat.com>
12930
12931         PR symtab/14604
12932         PR symtab/14605
12933         * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12934         gdb_test.
12935
12936 2014-08-19  Pedro Alves  <palves@redhat.com>
12937
12938         * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12939
12940 2014-08-19  Yao Qi  <yao@codesourcery.com>
12941
12942         * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12943         right line.
12944
12945 2014-08-18  David Blaikie  <dblaikie@gmail.com>
12946
12947         * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12948
12949 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
12950
12951         * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
12952         attribute in array range.
12953
12954 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
12955
12956         * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
12957
12958 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
12959
12960         PR c++/17132
12961         * gdb.cp/pr17132.cc: New file.
12962         * gdb.cp/pr17132.exp: New file.
12963
12964 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
12965
12966         * gdb.python/py-xmethods.py (A_getarrayind)
12967         (E_method_char_worker.__call__, E_method_int_worker.__call__):
12968         Use 'print' with function call syntax.
12969         (E_method_matcher.match): Fix tab vs space indentation mixup.
12970
12971 2014-08-15  Yao Qi  <yao@codesourcery.com>
12972
12973         * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12974         false.
12975
12976 2014-08-15  Yao Qi  <yao@codesourcery.com>
12977
12978         * gdb.cp/casts.exp: Set print symbol off.
12979         * gdb.cp/class2.exp: Likewise.
12980         * gdb.cp/overload.exp: Likewise.
12981         * gdb.cp/templates.exp: Likewise.
12982
12983 2014-08-11  Doug Evans  <dje@google.com>
12984
12985         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12986         (test_load_shlib): Update.
12987
12988 2014-08-09  Yao Qi  <yao@codesourcery.com>
12989
12990         * gdb.base/display.exp: Invoke is_address_zero_readable.
12991         * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12992         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12993         * gdb.base/hbreak-unmapped.exp: Return if
12994         is_address_zero_readable returns true.
12995         * gdb.base/signest.exp: Likewise.
12996         * gdb.base/signull.exp: Likewise.
12997         * gdb.base/sigbpt.exp: Likewise.
12998         * gdb.guile/scm-disasm.exp: Do the test if
12999         is_address_zero_readable returns false.
13000         * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13001         * gdb.python/py-arch.exp: Likewise.
13002         * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13003         * lib/gdb.exp (is_address_zero_readable): New proc.
13004
13005 2014-08-09  Yao Qi  <yao@codesourcery.com>
13006
13007         PR testsuite/13443
13008         * gdb.mi/mi-var-display.exp: Make test messages unique.
13009
13010 2014-08-04  Tom Tromey  <tromey@redhat.com>
13011
13012         * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13013         target 0".
13014
13015 2014-08-04  Tom Tromey  <tromey@redhat.com>
13016
13017         * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13018         "target_resume".
13019
13020 2014-08-01  Joel Brobecker  <brobecker@adacore.com>
13021
13022         * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13023         inner_vla_struct_object_size.
13024         * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13025         as xfail.
13026
13027 2014-07-30  Pedro Alves  <palves@redhat.com>
13028
13029         * gdb.threads/signal-command-handle-nopass.exp (test): Add
13030         comment.
13031
13032 2014-07-29  Yao Qi  <yao@codesourcery.com>
13033
13034         PR gdb/17206
13035         * gdb.base/until-nodebug.exp: New.
13036
13037 2014-07-28  Doug Evans  <xdje42@gmail.com>
13038
13039         PR guile/17203
13040         * gdb.guile/scm-parameter.exp: Add tests for trying to create
13041         previously existing parameter, and previously ambiguously spelled
13042         parameter.
13043
13044 2014-07-28  Will Newton  <will.newton@linaro.org>
13045
13046         * gdb.base/varargs.exp: Remove KFAILs for ARM.
13047
13048 2014-07-26  Ludovic Courtès  <ludo@gnu.org>
13049             Doug Evans  <xdje42@gmail.com>
13050
13051         PR guile/17146
13052         * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13053
13054 2014-07-25  Pedro Alves  <palves@redhat.com>
13055
13056         * gdb.threads/signal-command-handle-nopass.c: New file.
13057         * gdb.threads/signal-command-handle-nopass.exp: New file.
13058         * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13059         * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13060         * gdb.threads/signal-delivered-right-thread.c: New file.
13061         * gdb.threads/signal-delivered-right-thread.exp: New file.
13062
13063 2014-07-25  Pedro Alves  <palves@redhat.com>
13064
13065         * gdb.base/double-prompt-target-event-error.exp
13066         (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13067         match.
13068         (cancel_pagination_in_target_event): Rework double prompt
13069         detection.
13070         * gdb.base/paginate-after-ctrl-c-running.exp
13071         (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13072         <return>' match.
13073         * gdb.base/paginate-bg-execution.exp
13074         (test_bg_execution_pagination_return)
13075         (test_bg_execution_pagination_cancel): Remove '-notransfer
13076         <return>' matches.
13077         * gdb.base/paginate-execution-startup.exp
13078         (test_fg_execution_pagination_return)
13079         (test_fg_execution_pagination_cancel): Remove '-notransfer
13080         <return>' matches.
13081         * gdb.base/paginate-inferior-exit.exp
13082         (test_paginate_inferior_exited): Remove '-notransfer <return>'
13083         match.
13084         * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13085         * lib/gdb.exp (pagination_prompt): Run text through
13086         string_to_regexp.
13087         (gdb_test_multiple): Match $pagination_prompt instead of
13088         "<return>".
13089         (string_to_regexp): Move to lib/gdb-utils.exp.
13090
13091 2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
13092
13093         * gdb.arch/amd64-entry-value-paramref.S: New file.
13094         * gdb.arch/amd64-entry-value-paramref.cc: New file.
13095         * gdb.arch/amd64-entry-value-paramref.exp: New file.
13096         * gdb.arch/amd64-optimout-repeat.S: New file.
13097         * gdb.arch/amd64-optimout-repeat.c: New file.
13098         * gdb.arch/amd64-optimout-repeat.exp: New file.
13099
13100 2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
13101
13102         PR gdb/17170
13103         * gdb.base/statistics.exp: New file.
13104
13105 2014-07-17  Doug Evans  <dje@google.com>
13106
13107         PR gdb/17170
13108         * gdb.base/maint.exp: Update testing of per-command stats.
13109
13110 2014-07-16  Pedro Alves  <palves@redhat.com>
13111
13112         * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13113         (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13114         (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13115         (tfile_write_buf): New functions.
13116         (add_memory_block): Rewrite using the above.
13117         (adjust_function_address): New function.
13118         (FUNCTION_ADDRESS): New macro.
13119         (write_basic_trace_file): Remove short_x local, and use
13120         tfile_write_16. Change type of func_addr local to unsigned long
13121         long.  Use FUNCTION_ADDRESS instead of handling the Thumb bit
13122         here.  Cast argument of add_memory_block to char pointer.
13123         (write_error_trace_file): Avoid alloca.  Use FUNCTION_ADDRESS.
13124         (main): Remove parameters.
13125         * gdb.trace/tfile.exp: Remove nowarnings.
13126
13127 2014-07-15  Simon Marchi  <simon.marchi@ericsson.com>
13128
13129         * gdb.base/debug-expr.exp: Test string evaluation with
13130         "debug expression" on.
13131
13132 2014-07-15  Pedro Alves  <palves@redhat.com>
13133
13134         * gdb.base/reread.exp: Use clean_restart.
13135
13136 2014-07-15  Pierre Langlois  <pierre.langlois@embecosm.com>
13137
13138         * gdb.arch/avr-flash-qualifer.c: New.
13139         * gdb.arch/avr-flash-qualifer.exp: New.
13140
13141 2014-07-14  Pedro Alves  <palves@redhat.com>
13142
13143         * gdb.base/paginate-after-ctrl-c-running.c: New file.
13144         * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13145
13146 2014-07-14  Pedro Alves  <palves@redhat.com>
13147
13148         * gdb.base/double-prompt-target-event-error.c: New file.
13149         * gdb.base/double-prompt-target-event-error.exp: New file.
13150
13151 2014-07-14  Pedro Alves  <palves@redhat.com>
13152
13153         PR gdb/17072
13154         * gdb.base/paginate-inferior-exit.c: New file.
13155         * gdb.base/paginate-inferior-exit.exp: New file.
13156
13157 2014-07-14  Pedro Alves  <palves@redhat.com>
13158
13159         PR gdb/17072
13160         * gdb.base/paginate-bg-execution.c: New file.
13161         * gdb.base/paginate-bg-execution.exp: New file.
13162
13163 2014-07-14  Pedro Alves  <palves@redhat.com>
13164
13165         PR gdb/17072
13166         * gdb.base/paginate-execution-startup.c: New file.
13167         * gdb.base/paginate-execution-startup.exp: New file.
13168         * lib/gdb.exp (pagination_prompt): New global.
13169         (default_gdb_spawn): New procedure, factored out from
13170         default_gdb_spawn.
13171         (default_gdb_start): Adjust to call default_gdb_spawn.
13172         (gdb_spawn): New procedure.
13173
13174 2014-07-14  Pedro Alves  <palves@redhat.com>
13175
13176         * lib/gdb.exp (gdb_assert): New procedure.
13177         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13178
13179 2014-07-14  Pedro Alves  <palves@redhat.com>
13180
13181         * gdb.base/execution-termios.c: New file.
13182         * gdb.base/execution-termios.exp: New file.
13183
13184 2014-07-14  Tom Tromey  <tromey@redhat.com>
13185
13186         * gdb.cp/vla-cxx.cc: New file.
13187         * gdb.cp/vla-cxx.exp: New file.
13188
13189 2014-07-14  Tom Tromey  <tromey@redhat.com>
13190
13191         * gdb.reverse/rerun-prec.c: New file.
13192         * gdb.reverse/rerun-prec.exp: New file.
13193
13194 2014-07-12  Maciej W. Rozycki  <macro@mips.com>
13195             Maciej W. Rozycki  <macro@codesourcery.com>
13196
13197         * lib/gdb-utils.exp: New file.
13198         * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13199         inline `gdb_init_command' processing.
13200         (gdb_start_cmd): Likewise.
13201         * lib/mi-support.exp (mi_run_cmd): Likewise.
13202         * README: Document `gdb_init_command' and `gdb_init_commands'.
13203
13204 2014-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
13205
13206         Fix false FAIL running under a very long directory name.
13207         * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13208         and "set print elements 10000".  Twice.
13209
13210 2014-07-11  Yao Qi  <yao@codesourcery.com>
13211
13212         * gdb.base/exprs.exp: "set print symbol off".
13213
13214 2014-07-11  Pedro Alves  <palves@redhat.com>
13215
13216         * gdb.threads/kill.c: New file.
13217         * gdb.threads/kill.exp: New file.
13218
13219 2014-07-10  Yao Qi  <yao@codesourcery.com>
13220
13221         * gdb.trace/tfile.c (write_basic_trace_file)
13222         [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13223         address written to trace file.
13224
13225 2014-07-09  Pedro Alves  <palves@redhat.com>
13226
13227         * gdb.base/attach-wait-input.exp: New file.
13228         * gdb.base/attach-wait-input.c: New file.
13229
13230 2014-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
13231
13232         * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13233         setting up test structures.
13234         (main): Call new test function.
13235         * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13236         test function, continue into test function and walk test
13237         structures.
13238
13239 2014-07-02  Yao Qi  <yao@codesourcery.com>
13240
13241         * gdb.trace/entry-values.c: Define labels 'foo_start' and
13242         'bar_start' at the beginning of functions 'foo' and 'bar'
13243         respectively.
13244         * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13245         instead of 'foo' and 'bar'.
13246
13247 2014-07-08  Markus Metzger  <markus.t.metzger@intel.com>
13248
13249         * gdb.btrace/segv.exp: New.
13250         * gdb.btrace/segv.c: New.
13251
13252 2014-07-02  Luis Machado  <lgustavo@codesourcery.com>
13253
13254         * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13255         instruction.
13256
13257 2014-06-30  Mark Wielaard  <mjw@redhat.com>
13258
13259         * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13260         vulture, vilify, villar): New volatile array constants.
13261         (vindictive, vegetation): New const volatile array constants.
13262         * gdb.base/volatile.exp: Test volatile and const volatile array
13263         types.
13264
13265 2014-06-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13266
13267         * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13268         target lacks support for awatch, rwatch, or hbreak.
13269
13270 2014-06-27  Yao Qi  <yao@codesourcery.com>
13271
13272         * gdb.multi/dummy-frame-restore.exp: New.
13273         * gdb.multi/dummy-frame-restore.c: New.
13274
13275 2014-06-25  Markus Metzger  <markus.t.metzger@intel.com>
13276
13277         * gdb.btrace/gcore.exp: New.
13278
13279 2014-06-23  Pedro Alves  <palves@redhat.com>
13280
13281         * gdb.base/watchpoint-reuse-slot.c: New file.
13282         * gdb.base/watchpoint-reuse-slot.exp: New file.
13283
13284 2014-06-23  Siva Chandra Reddy  <sivachandra@google.com>
13285
13286         * gdb.python/py-xmethods.exp: Use "progspace" instead of the
13287         progspace's filename in 'info', 'enable' and 'disable' command
13288         tests.
13289
13290 2014-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
13291
13292         * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
13293         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13294         * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
13295
13296 2014-06-20  Gary Benson  <gbenson@redhat.com>
13297
13298         * gdb.arch/i386-avx.exp: Fix include file location.
13299         * gdb.arch/i386-sse.exp: Likewise.
13300
13301 2014-06-19  Iain Buclaw  <ibuclaw@gdcproject.org>
13302
13303         * gdb.dlang/expression.exp: New file.
13304
13305 2014-06-19  Pedro Alves  <palves@redhat.com>
13306
13307         * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13308         out from ...
13309         (top level): ... here.  Iterate running tests under different
13310         scheduler-locking settings.
13311
13312 2014-06-18  Luis Machado  <lgustavo@codesourcery.com>
13313
13314         * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
13315         to DW_FORM_addr and use non-zero addresses.
13316
13317 2014-06-18  Siva Chandra Reddy  <sivachandra@google.com>
13318
13319         PR gdb/17017
13320         * gdb.python/py-xmethods.cc: Add global function call counters and
13321         increment them in their respective functions.  Remove "cout"
13322         statements.
13323         * gdb.python/py-xmethods.exp: Make tests check the global function
13324         call counters instead of depending on inferior IO.
13325
13326 2014-06-18  Don Breazeal  <donb@codesourcery.com>
13327
13328         * gdb.base/foll-fork.exp (default_fork_parent_follow):
13329         Deleted procedure.
13330         (explicit_fork_parent_follow): Deleted procedure.
13331         (explicit_fork_child_follow): Deleted procedure.
13332         (test_follow_fork): New procedure.
13333         (do_fork_tests): Replace calls to deleted procedures with
13334         calls to test_follow_fork and reset GDB for subsequent
13335         procedure calls.
13336
13337 2014-06-17  Yao Qi  <yao@codesourcery.com>
13338
13339         * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
13340         CP1252.
13341
13342 2014-06-17  Luis Machado  <lgustavo@codesourcery.com>
13343
13344         * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
13345         Initialize ptr and S explicitly.
13346         (skip_type_update_when_not_use_rtti_test): Likewise.
13347
13348 2014-06-16  Keith Seitz  <keiths@redhat.com>
13349
13350         PR mi/15863
13351         * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
13352         the inferior is started.
13353
13354 2014-06-16  Pedro Alves  <palves@redhat.com>
13355
13356         * gdb.base/break-main-file-remove-fail.c: New file.
13357         * gdb.base/break-main-file-remove-fail.exp: New file.
13358         * gdb.base/break-unload-file.exp: Use build_executable instead of
13359         prepare_for_testing.
13360         (test_break): New parameter "initial_load".  Handle it.
13361         (top level): Add initial_load cmdline/file axis.
13362
13363 2014-06-12  Tom Tromey  <tromey@redhat.com>
13364
13365         * gdb.base/completion.exp: Don't use directory name in test.
13366
13367 2014-06-09  Gary Benson  <gbenson@redhat.com>
13368
13369         * gdb.base/sigall.c [Functions to send signals]: Reorder to
13370         separate the always-available ANSI-standard signals from the
13371         signals that require checking.
13372         (main): Likewise.
13373         * gdb.reverse/sigall-reverse.c [Functions to send signals]:
13374         Likewise.
13375         (main): Likewise.
13376
13377 2014-06-07  Keith Seitz  <keiths@redhat.com>
13378
13379         Revert:
13380         PR c++/16253
13381         * gdb.cp/var-tag.cc: New file.
13382         * gdb.cp/var-tag.exp: New file.
13383         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13384         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13385         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13386         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13387
13388 2014-06-06  Doug Evans  <xdje42@gmail.com>
13389
13390         * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
13391
13392 2014-06-06  Pedro Alves  <palves@redhat.com>
13393
13394         * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
13395         in target debug output instead of looking at RSP packets,
13396         disabling the test on any target that uses hardware stepping.
13397         Update comments.
13398
13399 2014-06-06  Pedro Alves  <palves@redhat.com>
13400
13401         * gdb.base/break-unload-file.exp: Fix typo.
13402
13403 2014-06-06  Yao Qi  <yao@codesourcery.com>
13404
13405         * gdb.base/jit.exp (one_jit_test): Restrict the pattern
13406         from "jit_function" to "^jit_function".
13407
13408 2014-06-06  Yao Qi  <yao@codesourcery.com>
13409
13410         * gdb.base/async.c (foo): Add one statement.
13411         * gdb.base/async.exp: Get the next instruction address and
13412         match the output of "nexti" by instruction address.  Match
13413         the hex address in the output of "finish".
13414
13415 2014-06-06  Gary Benson  <gbenson@redhat.com>
13416
13417         * gdb.base/call-signals.c: Remove preprocessor conditionals
13418         for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
13419         SIGSEGV and SIGTERM.
13420         * gdb.base/sigall.c: Likewise.
13421         * gdb.base/unwindonsignal.c: Likewise.
13422         * gdb.reverse/sigall-reverse.c: Likewise.
13423
13424 2014-06-06  Yao Qi  <yao@codesourcery.com>
13425
13426         * gdb.base/hbreak-unmapped.exp: Read memory at address 0.  If
13427         readable, skip the test.
13428
13429 2014-06-06  Yao Qi  <yao@codesourcery.com>
13430
13431         * gdb.threads/staticthreads.c (thread_function): Move the line
13432         setting breakpoint on forward.
13433         * gdb.threads/staticthreads.exp: Update comments.
13434
13435 2014-06-05  Ludovic Courtès  <ludo@gnu.org>
13436
13437         * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
13438         "history-append! type error".
13439
13440 2014-06-05  Simon Marchi  <simon.marchi@ericsson.com>
13441
13442         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
13443         erroneous dprintf expected input.
13444
13445 2014-06-04  Doug Evans  <xdje42@gmail.com>
13446
13447         * gdb.guile/scm-generics.exp: Delete.
13448
13449 2014-06-04  Doug Evans  <xdje42@gmail.com>
13450
13451         * gdb.guile/scm-breakpoint.exp: Update.
13452         Add tests for breakpoint registration.
13453
13454 2014-06-04  Tom Tromey  <tromey@redhat.com>
13455
13456         * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13457         VLA-in-union.
13458         * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13459         inner_vla_struct, vla_union types.  Initialize objects of those
13460         types and compute their sizes.
13461
13462 2014-06-04  Nathan Sidwell  <nathan@codesourcery.com>
13463             Hui Zhu  <hui@codesourcery.com>
13464
13465         * gdb.base/fileio.exp: Add test for shell not available as well as
13466         available.
13467         * gdb.base/fileio.c (test_system): Check for shell twice.
13468
13469 2014-06-04  Yao Qi  <yao@codesourcery.com>
13470
13471         * gdb.base/auto-connect-native-target.exp: Remove redundant
13472         space from the regexp pattern.
13473
13474 2014-06-04  Yao Qi  <yao@codesourcery.com>
13475
13476         * gdb.base/default.exp: Replace "child" with "native" in
13477         regexp pattern.
13478
13479 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
13480
13481         * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13482         * gdb.python/py-xmethods.exp: New tests to test xmethods.
13483         * gdb.python/py-xmethods.py: Python script supporting the
13484         new testcase and tests.
13485
13486 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
13487             Pedro Alves  <palves@redhat.com>
13488
13489         PR breakpoints/17000
13490         * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13491         * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13492
13493 2014-06-03  Brad Mouring  <bmouring@ni.com>  (tiny patch)
13494
13495         * gdb.base/subst.exp: Add tests to verify partial path matching
13496         output.
13497
13498 2014-06-03  Pedro Alves  <palves@redhat.com>
13499
13500         * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13501         target that doesn't use software single-stepping.
13502
13503 2014-06-03  Pedro Alves  <palves@redhat.com>
13504
13505         PR breakpoints/17000
13506         * gdb.base/sss-bp-on-user-bp-2.c: New file.
13507         * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13508
13509 2014-06-02  Doug Evans  <xdje42@gmail.com>
13510
13511         * gdb.guile/scm-parameter.exp: New file.
13512
13513 2014-06-02  Doug Evans  <xdje42@gmail.com>
13514
13515         * gdb.guile/scm-cmd.c: New file.
13516         * gdb.guile/scm-cmd.exp: New file.
13517
13518 2014-06-02  Doug Evans  <xdje42@gmail.com>
13519
13520         * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13521         pretty-printer lookup.
13522         * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13523         (make-pp_s-printer): Call it.
13524         (make-pretty-printer-from-dict): New function.
13525         (lookup-pretty-printer-maker-from-dict): New function.
13526         (*pretty-printer*): Simplify.
13527         (make-objfile-pp_s-printer): New function.
13528         (install-objfile-pretty-printers!): New function.
13529         (make-progspace-pp_s-printer): New function.
13530         (install-progspace-pretty-printers!): New function.
13531         * gdb.guile/scm-progspace.c: New file.
13532         * gdb.guile/scm-progspace.exp: New file.
13533
13534 2014-06-02  Pedro Alves  <palves@redhat.com>
13535
13536         * gdb.base/dprintf-bp-same-addr.c: New file.
13537         * gdb.base/dprintf-bp-same-addr.exp: New file.
13538
13539 2014-06-02  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
13540
13541         * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13542         * gdb.arch/powerpc-power.s: Likewise.
13543
13544 2014-06-02  Joel Brobecker  <brobecker@adacore.com>
13545
13546         * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13547
13548 2014-06-01  Yao Qi  <yao@codesourcery.com>
13549
13550         * gdb.base/watchpoint.exp (test_watch_location): Check null
13551         pointer can be dereferenced.  If not, do the test, otherwise
13552         skip it.
13553
13554 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
13555
13556         * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13557         results.
13558         * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13559
13560 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
13561
13562         * gdb.arch/amd64-invalid-stack-middle.S: New file.
13563         * gdb.arch/amd64-invalid-stack-middle.c: New file.
13564         * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13565         * gdb.arch/amd64-invalid-stack-top.c: New file.
13566         * gdb.arch/amd64-invalid-stack-top.exp: New file.
13567
13568 2014-05-30  Pedro Alves  <palves@redhat.com>
13569
13570         PR breakpoints/17000
13571         * gdb.base/sss-bp-on-user-bp.c: New file.
13572         * gdb.base/sss-bp-on-user-bp.exp: New file.
13573
13574 2014-05-30  David Blaikie  <dblaikie@gmail.com>
13575
13576         * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13577         gnu_inline semantics via attribute.
13578         * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13579         source explicitly specifies the required semantics.
13580
13581 2014-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
13582
13583         * gdb.reverse/sigall-reverse.exp: Fix a typo.
13584
13585 2014-05-29  Pedro Alves  <palves@redhat.com>
13586             Tom Tromey  <tromey@redhat.com>
13587
13588         * gdb.base/async-shell.exp: Don't enable target-async.
13589         * gdb.base/async.exp
13590         * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13591         parameter.  Adjust.
13592         (top level): Don't test with "target-async".
13593         * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13594         * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13595         * gdb.base/inferior-died.exp: Don't enable target-async.
13596         * gdb.base/interrupt-noterm.exp: Likewise.
13597         * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13598         * gdb.mi/mi-nonstop-exit.exp: Likewise.
13599         * gdb.mi/mi-nonstop.exp: Likewise.
13600         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13601         * gdb.mi/mi-nsintrall.exp: Likewise.
13602         * gdb.mi/mi-nsmoribund.exp: Likewise.
13603         * gdb.mi/mi-nsthrexec.exp: Likewise.
13604         * gdb.mi/mi-watch-nonstop.exp: Likewise.
13605         * gdb.multi/watchpoint-multi.exp: Adjust comment.
13606         * gdb.python/py-evsignal.exp: Don't enable target-async.
13607         * gdb.python/py-evthreads.exp: Likewise.
13608         * gdb.python/py-prompt.exp: Likewise.
13609         * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13610         * gdb.server/solib-list.exp: Don't enable target-async.
13611         * gdb.threads/thread-specific-bp.exp: Likewise.
13612         * lib/mi-support.exp: Adjust to use mi-async.
13613
13614 2014-05-29  Pedro Alves  <palves@redhat.com>
13615
13616         PR gdb/13860
13617         * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13618         reason, even in sync mode.
13619
13620 2014-05-29  Pedro Alves  <palves@redhat.com>
13621             Hui Zhu  <hui@codesourcery.com>
13622
13623         PR PR15693
13624         * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13625         * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13626         * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13627         * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13628
13629 2014-05-28  Joel Brobecker  <brobecker@adacore.com>
13630
13631         * config/monitor.exp (gdb_target_monitor): Replace use of
13632         "set remotebaud" by "set serial baud".
13633
13634 2014-05-26  Andy Wingo  <wingo@igalia.com>
13635
13636         * gdb.guile/scm-breakpoint.exp:
13637         * gdb.guile/scm-gsmob.exp: Update to use plain old object
13638         properties instead of gdb-object-properties.
13639
13640 2014-05-26  Yao Qi  <yao@codesourcery.com>
13641
13642         * gdb.server/no-thread-db.exp: Specify source file name
13643         explicitly when setting a breakpoint.
13644
13645 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
13646
13647         * gdb.btrace/vdso.c: New.
13648         * gdb.btrace/vdso.exp: New.
13649
13650 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
13651
13652         * gdb.base/gcore.exp (capture_command_output): Move ...
13653         * lib/gdb.exp (capture_command_output): ... here.
13654
13655 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
13656
13657         * gdb.btrace/data.exp: Test memory access during btrace replay.
13658
13659 2014-05-22  Simon Marchi  <simon.marchi@ericsson.com>
13660
13661         * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13662
13663 2014-05-21  Pedro Alves  <palves@redhat.com>
13664
13665         PR gdb/13860
13666         * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13667         (top level): Test that output related to execution commands is
13668         sent to the console with CLI commands, but not with MI commands.
13669         Test that breakpoint events are always mirrored to the console.
13670         Also expect the new source line to be output after a "next" in
13671         async mode too.  Make it a pass/fail test.
13672         * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13673         output.
13674         * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13675
13676 2014-05-21  Pedro Alves  <palves@redhat.com>
13677
13678         * gdb.base/list.exp (build_pattern, test_list): New procedures.
13679         Use them to test variations of "list" after reaching a breakpoint.
13680         * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13681         Test "list" with listsize 10 after reaching a breakpoint.
13682         * gdb.python/python.exp (decode_line current location line
13683         number): Adjust expected line number.
13684
13685 2014-05-21  Simon Marchi  <simon.marchi@ericsson.com>
13686
13687         * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13688         behavior for $args, pass it directly to "run".
13689
13690 2014-05-21  Maciej W. Rozycki  <macro@codesourcery.com>
13691
13692         * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13693         30000 to 65536.
13694
13695 2014-05-21  Pedro Alves  <palves@redhat.com>
13696
13697         * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13698         auto-connect-native-target off".
13699         * gdb.base/auto-connect-native-target.c: New file.
13700         * gdb.base/auto-connect-native-target.exp: New file.
13701
13702 2014-05-21  Pedro Alves  <palves@redhat.com>
13703
13704         * gdb.base/default.exp: Test "target native" instead of "target
13705         child".
13706
13707 2014-05-21  Mark Wielaard  <mjw@redhat.com>
13708
13709         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13710
13711 2014-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
13712
13713         Fix TLS access for -static -pthread.
13714         * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13715         <HAVE_TLS> (thread_function, main): Initialize it.
13716         * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13717         Add clean_restart.
13718         <$have_tls != "">: Check TLSVAR.
13719
13720 2014-05-21  Pedro Alves  <palves@redhat.com>
13721
13722         * gdb.base/dcache-line-read-error.c: New.
13723         * gdb.base/dcache-line-read-error.exp: New.
13724
13725 2014-05-20  Pedro Alves  <palves@redhat.com>
13726
13727         * gdb.base/compare-sections.c: New file.
13728         * gdb.base/compare-sections.exp: New file.
13729
13730 2014-05-20  Pedro Alves  <palves@redhat.com>
13731
13732         * gdb.base/break-idempotent.c: New file.
13733         * gdb.base/break-idempotent.exp: New file.
13734
13735 2014-05-20  Markus Metzger  <markus.t.metzger@intel.com>
13736
13737         * gdb.btrace/nohist.exp: New.
13738
13739 2014-05-20  Yao Qi  <yao@codesourcery.com>
13740
13741         * lib/gdb.exp (gdb_init): Set timeout if test file is under
13742         gdb.reverse directory and gdb_reverse_timeout exists in board
13743         setting.
13744         * README: Document gdb_reverse_timeout.
13745
13746 2014-05-20  Yao Qi  <yao@codesourcery.com>
13747
13748         * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13749         'test_file_name'.  Treat args as a string instead of a list.
13750         (gdb_init): Rename argument 'args' by 'test_file_name'.
13751
13752 2014-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
13753
13754         * gdb.arch/powerpc-power.exp: New file.
13755         * gdb.arch/powerpc-power.s: New file.
13756
13757 2014-05-16  Doug Evans  <dje@google.com>
13758
13759         * gdb.base/Makefile.in (EXECUTABLES): Add completion.
13760         * gdb.base/completion.exp: Check that all expected files exist
13761         before doing file completion.
13762
13763 2014-05-16  Doug Evans  <dje@google.com>
13764
13765         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13766         Update.
13767         (do_syscall_tests_without_xml): Update.
13768
13769 2014-05-16  Pedro Alves  <palves@redhat.com>
13770
13771         * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13772         instead of "unknown output after running".
13773
13774 2014-05-16  Yao Qi  <yao@codesourcery.com>
13775
13776         * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host.  Remove
13777         file1.txt from host at the end.
13778         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13779
13780 2014-05-15  Doug Evans  <dje@google.com>
13781
13782         * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13783         * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13784         loading file.  Add test for TU lookup.
13785
13786 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
13787
13788         * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13789         calling "-exec-arguments" or "set args" before running the
13790         inferior.
13791
13792 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
13793
13794         * lib/mi-support.exp (mi_expect_stop): Expect message for
13795         inferiors that exit with non-zero exit code.
13796
13797 2014-05-14  Yao Qi  <yao@codesourcery.com>
13798
13799         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13800         match absolute path on remote host.
13801         (test_file_list_exec_source_files): Remove "/" from the
13802         pattern.
13803
13804 2014-05-14  Yao Qi  <yao@codesourcery.com>
13805
13806         * boards/local-remote-host-notty.exp (${board}_file): New
13807         proc.
13808
13809 2014-05-07  Kyle McMartin  <kyle@redhat.com>
13810
13811         Pushed by Joel Brobecker  <brobecker@adacore.com>.
13812         * gdb.arch/aarch64-atomic-inst.c: New file.
13813         * gdb.arch/aarch64-atomic-inst.exp: New file.
13814
13815 2014-05-07  Yao Qi  <yao@codesourcery.com>
13816
13817         * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13818         in current context" too.
13819
13820 2014-05-05  Keith Seitz  <keiths@redhat.com>
13821
13822         * gdb.linespec/ls-dollar.exp: Add test for linespec
13823         file:convenience_variable.
13824
13825 2014-05-05  Yao Qi  <yao@codesourcery.com>
13826
13827         * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13828         traceframes into tfile and ctf trace files.  Read data from
13829         trace file and test collected data.
13830         (gdb_collect_locals_test): Likewise.
13831         (gdb_unavailable_registers_test): Likewise.
13832         (gdb_unavailable_floats): Likewise.
13833         (gdb_collect_globals_test): Likewise.
13834         (top-level): Append "ctf" to trace_file_targets if GDB
13835         supports.
13836
13837 2014-05-05  Yao Qi  <yao@codesourcery.com>
13838
13839         * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13840         code to ...
13841         (gdb_collect_args_test_1): ... it.  New proc.
13842         (gdb_collect_locals_test): Move some code to ...
13843         (gdb_collect_locals_test_1): ... it.  New proc.
13844         (gdb_unavailable_registers_test): Move some code to ...
13845         (gdb_unavailable_registers_test_1): ... it.  New proc.
13846         (gdb_unavailable_floats): Move some code to ...
13847         (gdb_unavailable_floats_1): ... it.  New proc.
13848
13849 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
13850
13851         * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13852         probes to test for bitness recognition.
13853         * gdb.arch/amd64-stap-optional-prefix.exp
13854         (test_probe_value_without_reg): New procedure.
13855         Add code to test for different kinds of bitness.
13856
13857 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
13858
13859         PR breakpoints/16889
13860         * gdb.arch/amd64-stap-optional-prefix.S: New file.
13861         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13862
13863 2014-05-01  Pedro Alves  <palves@redhat.com>
13864
13865         * lib/gdb.exp (gdb_load): Extend comment.  Skip calling
13866         gdb_file_cmd if no file is specified.
13867         * boards/native-extended-gdbserver.exp (gdb_load): Use the
13868         last_loaded_file to set the remote exec-file.
13869
13870 2014-05-01  Pedro Alves  <palves@redhat.com>
13871
13872         * boards/local-remote-host.exp: New file.
13873
13874 2014-05-01  Pedro Alves  <palves@redhat.com>
13875
13876         * boards/local-remote-host.exp: Rename to ...
13877         * boards/local-remote-host-notty.exp: ... this.
13878
13879 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
13880
13881         * gdb.ada/dyn_arrayidx: New testcase.
13882
13883 2014-04-26  Yao Qi  <yao@codesourcery.com>
13884
13885         * gdb.dwarf2/dwz.exp: Compile main.c to object.  Restart GDB
13886         and compute the length of function main.  Save it in
13887         $main_length.
13888         (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13889         (top-level): Use gdb_compile to compile objects into
13890         executable and restart GDB.  Remove invocation to
13891         prepare_for_testing.
13892
13893 2014-04-25  Simon Marchi  <simon.marchi@ericsson.com>
13894             Pedro Alves  <palves@redhat.com>
13895
13896         PR server/16255
13897         * gdb.multi/multi-attach.c: New file.
13898         * gdb.multi/multi-attach.exp: New file.
13899
13900 2014-04-25  Pedro Alves  <palves@redhat.com>
13901
13902         * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13903         user.
13904         (top level): Test that "set remote conditional-breakpoints-packet
13905         off" works as intended.
13906         * gdb.base/dprintf.exp: Test that "set remote
13907         breakpoint-commands-packet off" works as intended.
13908         * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13909         New function.
13910         (top level): Call it.
13911         * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13912         remote fast-tracepoints-packet off" works as intended.
13913         * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13914         * lib/gdb.exp (gdb_is_target_remote): ... here.
13915
13916 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13917
13918         * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13919         ensure clang would not discard them.
13920         * gdb.base/gdbvars.c: Ditto.
13921         * gdb.base/memattr.c: Ditto.
13922         * gdb.base/whatis.c: Ditto.
13923         * gdb.python/py-prettyprint.c: Ditto.
13924         * gdb.trace/actions.c: Ditto.
13925         * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13926         ensure clang would not discard it.
13927
13928 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13929
13930         * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13931         clang to emit the full definition of type required by the test
13932         * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13933
13934 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13935
13936         * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13937         coax Clang into emitting the definition of the type.
13938         * gdb.cp/pr10728-x.h (y): Ditto.
13939         * gdb.cp/pr10728-y.cc (y): Ditto.
13940
13941 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13942
13943         * gdb.base/label.exp: XFAIL label related tests under Clang.
13944         * gdb.cp/cplabel.exp: Ditto.
13945         * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13946         under Clang those using labels.
13947
13948 2014-04-25  Yao Qi  <yao@codesourcery.com>
13949
13950         * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
13951         double_label.
13952         * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
13953         partial_label and double_label.
13954
13955 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13956
13957         * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13958
13959 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13960
13961         * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13962         of the function to work across GCC and Clang.
13963         * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13964         pointer types (const void ** const V void **).
13965
13966 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
13967             Walfred Tedeschi  <walfred.tedeschi@intel.com>
13968
13969         * Makefile.in (EXECUTABLES): Added i386-avx512.
13970         * gdb.arch/i386-avx512.c: New file.
13971         * gdb.arch/i386-avx512.exp: Likewise.
13972
13973 2014-04-23  Keith Seitz  <keiths@redhat.com>
13974
13975         * lib/mi-support.exp (mi_list_breakpoints): Delete.
13976         (mi_make_breakpoint_table): New procedure.
13977         (mi_create_breakpoint): Use mi_make_breakpoint
13978         and return the result.
13979         (mi_make_breakpoint): New procedure.
13980         (mi_build_kv_pairs): New procedure.
13981
13982         * gdb.mi/mi-break.exp: Remove unused globals,
13983         update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13984         All callers updated.
13985         * gdb.mi/mi-dprintf.exp: Use variable to track command
13986         number.
13987         Update all callers of mi_create_breakpoint and use
13988         mi_make_breakpoint_table.
13989         Remove any unused global variables.
13990         * gdb.mi/mi-nonstop.exp: Likewise.
13991         * gdb.mi/mi-nsintrall.exp: Likewise.
13992         * gdb.mi/mi-nsmoribund.exp: Likewise.
13993         * gdb.mi/mi-nsthrexec.exp: Likewise.
13994         * gdb.mi/mi-reverse.exp: Likewise.
13995         * gdb.mi/mi-simplerun.exp: Likewise.
13996         * gdb.mi/mi-stepn.exp: Likewise.
13997         * gdb.mi/mi-syn-frame.exp: Likewise.
13998         * gdb.mi/mi-until.exp: Likewise.
13999         * gdb.mi/mi-var-cp.exp: Likewise.
14000         * gdb.mi/mi-var-display.exp: Likewise.
14001         * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14002         * gdb.mi/mi2-var-child.exp: Likewise.
14003         * gdb.mi/mi-vla-c99.exp: Likewise.
14004         * lib/mi-support.exp: Likewise.
14005
14006         From Ian Lance Taylor  <iant@cygnus.com>:
14007         * lib/gdb.exp (parse_args): New procedure.
14008
14009 2014-04-23  Pedro Alves  <palves@redhat.com>
14010
14011         * gdb.base/break-unload-file.c: New file.
14012         * gdb.base/break-unload-file.exp: New file.
14013         * gdb.base/sym-file-lib.c (baz): New function.
14014         * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14015         field.
14016         (load): Store the segment's mapped size.
14017         (unload): New function.
14018         (unload_shlib): New function.
14019         * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14020         * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14021         set a breakpoint at baz, and call it.
14022         * gdb.base/sym-file.exp: New tests for stale breakpoint
14023         instructions.
14024
14025 2014-04-23  Pedro Alves  <palves@redhat.com>
14026
14027         * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14028         * gdb.base/hbreak-in-shr-unsupported.c: New file.
14029         * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14030         * gdb.base/hbreak-unmapped.c: New file.
14031         * gdb.base/hbreak-unmapped.exp: New file.
14032         * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14033         * lib/gdb.exp (gdb_is_target_remote): ... here.
14034
14035 2014-04-22  Pedro Alves  <palves@redhat.com>
14036
14037         * gdb.base/consecutive-step-over.c: New file.
14038         * gdb.base/consecutive-step-over.exp: New file.
14039
14040 2014-04-22  Pedro Alves  <palves@redhat.com>
14041
14042         * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14043         instead of send_gdb/gdb_expect.
14044
14045 2014-04-22  Yao Qi  <yao@codesourcery.com>
14046
14047         * lib/trace-support.exp (generate_tracefile): New procedure.
14048         * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14049         return 0.
14050         * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14051         if generate_tracefile returns 1.
14052
14053 2014-04-18  Tom Tromey  <palves@redhat.com>
14054             Pedro alves  <tromey@redhat.com>
14055
14056         PR backtrace/15558
14057         * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14058         with a backtrace limit.
14059         * gdb.python/py-frame-inline.exp: Test running to an inline
14060         function with a backtrace limit, and printing the newest frame.
14061         * gdb.python/py-frame-inline.c (main): Call f.
14062
14063 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14064
14065         * gdb.java/jnpe.exp: Drop srcdir from untested path.
14066
14067 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14068
14069         * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14070         Drop prefix from unsupported source file path.
14071
14072 2014-04-17  Yao Qi  <yao@codesourcery.com>
14073
14074         * lib/gdb.exp (with_target_charset): New proc.
14075         * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14076         with_target_charset.
14077         (test_print_strings): Likewise.
14078         (test_repeat_bytes): Likewise.
14079         * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14080         for some tests.
14081
14082 2014-04-16  Keith Seitz  <keiths@redhat.com>
14083
14084         PR gdb/15827
14085         * gdb.dwarf2/corrupt.c: New file.
14086         * gdb.dwarf2/corrupt.exp: New file.
14087
14088 2014-04-16  Keith Seitz  <keiths@redhat.com>
14089
14090         PR c++/16597
14091         * gdb.cp/namelessclass.cc: New file.
14092         * gdb.cp/namelessclass.exp: New file.
14093         * gdb.cp/namelessclass.S: New file.
14094
14095 2014-04-16  Doug Evans  <dje@google.com>
14096
14097         * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14098         Add comment.
14099         (gdbserver_default_get_comm_port): New function.
14100         (gdbserver_start): Check if board file provided
14101         "gdbserver,get_comm_port" and use it if so.
14102         * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14103         (gdb,socketport): Set to "stdio".
14104         (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14105         (stdio_gdbserver_template): Delete.
14106         (${board}_get_remote_address): Update.
14107         (${board}_build_remote_cmd): Delete.
14108         (${board}_get_comm_port): New function.
14109         (${board}_spawn): Update.
14110         * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14111         Delete.
14112         (${board}_get_remote_address): Update.
14113         (${board}_get_comm_port): New function.
14114
14115 2014-04-16  Andrew Burgess  <aburgess@broadcom.com>
14116
14117         * gdb.base/memattr.exp: Improve regexps to handle memory regions
14118         appearing in any order.
14119
14120 2014-04-15  Doug Evans  <dje@google.com>
14121
14122         * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14123         uninitialized value of "description".
14124
14125 2014-04-15  Keith Seitz  <keiths@redhat.com>
14126
14127         * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14128         Remove unused globals.
14129         (test_running_the_program): Likewise.
14130         (test_controlled_execution): Likewise.
14131         (test_controlling_breakpoints): Likewise.
14132         (test_program_termination): Likewise.
14133
14134 2014-04-15  Keith Seitz  <keiths@redhat.com>
14135
14136         * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14137         unused globals.
14138         (test_rbreak_creation_and_listing): Likewise.
14139         (test_ignore_count): Likewise.
14140         (test_error): Likewise.
14141
14142 2014-04-15  Pedro Alves  <palves@redhat.com>
14143
14144         * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14145         <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14146         sym-file-loader.c.
14147         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14148         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14149         to sym-file-loader.c.
14150         (struct library): Forward declare.
14151         (load_shlib, lookup_function): Change prototypes.
14152         (find_shstrtab, find_strtab, find_shdr, find_symtab)
14153         (translate_offset): Remove declarations.
14154         (get_text_addr): New declaration.
14155         * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14156         <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14157         sym-file-loader.h.
14158         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14159         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14160         here from sym-file-loader.h.
14161         (struct library): New structure.
14162         (load_shlib, lookup_function): Change prototypes and adjust to
14163         work with a struct library.
14164         (find_shstrtab, find_strtab, find_shdr, find_symtab)
14165         (translate_offset): Make static.
14166         (get_text_addr): New function.
14167         * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14168
14169 2014-04-15  Pedro Alves  <palves@redhat.com>
14170
14171         * gdb.base/sym-file-loader.c: Fix typo.  SELF_LINK, not SELK_LINK.
14172
14173 2014-04-15  Pedro Alves  <palves@redhat.com>
14174
14175         * gdb.base/sym-file-loader.c: Include <limits.h>.
14176         (SELF_LINK): New define.
14177         (get_origin): New function.
14178         (load_shlib): Use it.
14179         * gdb.base/sym-file.exp: Don't early return if the target is
14180         remote.  Use runto_main, and issue fail is that fails.  Use
14181         gdb_load_shlibs.
14182         (shlib_name): Delete.
14183         (lib_so, lib_syms, lib_dlopen): New globals.  Use them throughout.
14184
14185 2014-04-15  Pedro Alves <palves@redhat.com>
14186
14187         * gdb.base/sym-file.exp: Remove regex characters from test
14188         message.  Don't refer to breakpoint numbers in test messages.
14189
14190 2014-04-14  Keith Seitz  <keiths@redhat.com>
14191
14192         PR c++/16253
14193         * gdb.cp/var-tag.cc: New file.
14194         * gdb.cp/var-tag.exp: New file.
14195         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14196         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14197         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14198         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14199
14200 2014-04-14  Tom Tromey  <tromey@redhat.com>
14201
14202         * gdb.cp/classes.exp (test_enums): Handle underlying type.
14203         * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14204         type.
14205         * gdb.cp/enum-class.exp: New file.
14206         * gdb.cp/enum-class.cc: New file.
14207
14208 2014-04-14  Tom Tromey  <tromey@redhat.com>
14209
14210         * gdb.dwarf2/enum-type.exp: New file.
14211
14212 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14213
14214         * gdb.mi/mi-vla-c99.exp: New file.
14215         * gdb.mi/vla.c: New file.
14216
14217 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14218
14219         * gdb.base/vla-datatypes.c: New file.
14220         * gdb.base/vla-datatypes.exp: New file.
14221
14222 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14223
14224         * gdb.base/vla-ptr.c: New file.
14225         * gdb.base/vla-ptr.exp: New file.
14226
14227 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14228
14229         * gdb.dwarf2/count.exp: New file.
14230
14231 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14232
14233         * gdb.base/vla-sideeffect.c: New file.
14234         * gdb.base/vla-sideeffect.exp: New file.
14235
14236 2014-04-14  David Blaikie <dblaikie@gmail.com>
14237
14238         * gdb.mi/non-stop.c: Add return value for non-void function return
14239         statement.
14240         * gdb.threads/staticthreads.c: Ditto.
14241
14242 2014-04-12  Siva Chandra Reddy  <sivachandra@google.com>
14243             Doug Evans  <xdje42@gmail.com>
14244
14245         * gdb.guile/scm-value.c: Improve test case.
14246         * gdb.guile/scm-value.exp: Add new test.
14247
14248 2014-04-11  David Blaikie  <dblaikie@gmail.com>
14249
14250         * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14251         override Clang's default.
14252
14253 2014-04-11  Joel Brobecker  <brobecker@adacore.com>
14254
14255         Revert the following changes (regressions):
14256
14257         * gdb.base/vla-sideeffect.c: New file.
14258         * gdb.base/vla-sideeffect.exp: New file.
14259
14260         * gdb.dwarf2/count.exp: New file.
14261
14262         * gdb.base/vla-multi.c: New file.
14263         * gdb.base/vla-multi.exp: New file.
14264
14265         * gdb.base/vla-ptr.c: New file.
14266         * gdb.base/vla-ptr.exp: New file.
14267
14268         * gdb.base/vla-datatypes.c: New file.
14269         * gdb.base/vla-datatypes.exp: New file.
14270
14271         * gdb.mi/mi-vla-c99.exp: New file.
14272         * gdb.mi/vla.c: New file.
14273
14274 2014-04-11  Keith Seitz  <keiths@redhat.com>
14275
14276         PR c++/16675
14277         * gdb.cp/cpsizeof.exp: New file.
14278         * gdb.cp/cpsizeof.cc: New file.
14279
14280 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14281
14282         * gdb.mi/mi-vla-c99.exp: New file.
14283         * gdb.mi/vla.c: New file.
14284
14285 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14286
14287         * gdb.base/vla-datatypes.c: New file.
14288         * gdb.base/vla-datatypes.exp: New file.
14289
14290 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14291
14292         * gdb.base/vla-ptr.c: New file.
14293         * gdb.base/vla-ptr.exp: New file.
14294
14295 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14296
14297         * gdb.base/vla-multi.c: New file.
14298         * gdb.base/vla-multi.exp: New file.
14299
14300 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14301
14302         * gdb.dwarf2/count.exp: New file.
14303
14304 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14305
14306         * gdb.base/vla-sideeffect.c: New file.
14307         * gdb.base/vla-sideeffect.exp: New file.
14308
14309 2014-04-11  Yao Qi  <yao@codesourcery.com>
14310
14311         * gdb.base/completion.exp: Check file exists before running tests
14312         on file completion.
14313
14314 2014-04-10  Pedro Alves  <palves@redhat.com>
14315
14316         * gdb.base/cond-eval-mode.c: New file.
14317         * gdb.base/cond-eval-mode.exp: Use standard_testfile.  Adjust
14318         prepare_for_testing to build the new file.  Check result of
14319         runto_main.
14320         (test_break, test_watch): New procedures.
14321         (top level): Use them.
14322
14323 2014-04-08  Pierre Muller  <muller@sourceware.org>
14324
14325         * gdb.base/printcmds.exp (test_artificial_arrays): Disable
14326         Ctrl-V use for mingw hosts.
14327
14328 2014-04-07  Siva Chandra Reddy  <sivachandra@google.com>
14329
14330         * gdb.python/py-value.c: Improve test case.
14331         * gdb.python/py-value.exp: Add new test.
14332
14333 2014-04-07  David Blaikie  <dblaikie@gmail.com>
14334
14335         * lib/compiler.c: Identify the clang compiler.
14336         * lib/compiler.cc: Ditto.
14337
14338 2014-04-03  Yao Qi  <yao@codesourcery.com>
14339
14340         * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
14341
14342 2014-04-01  Anton Blanchard  <anton@samba.org>
14343
14344         * gdb.arch/ppc64-atomic-inst.exp: Use untested.  Make test
14345         messages unique.
14346
14347 2014-04-01  Anton Blanchard  <anton@samba.org>
14348
14349         * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
14350         prepare_for_testing.
14351
14352 2014-04-01  Anton Blanchard  <anton@samba.org>
14353
14354         * gdb.arch/ppc64-atomic-inst.c: Remove.
14355         * gdb.arch/ppc64-atomic-inst.S: New file.
14356         * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
14357
14358 2014-03-31  Doug Evans  <dje@google.com>
14359
14360         * gdb.base/print-symbol-loading-lib.c: New file.
14361         * gdb.base/print-symbol-loading-main.c: New file.
14362         * gdb.base/print-symbol-loading.exp: New file.
14363
14364 2014-03-31  Yao Qi  <yao@codesourcery.com>
14365
14366         * gdb.base/source-dir.exp: Allow ';' as a directory separator.
14367
14368 2014-03-28  Joel Brobecker  <brobecker@adacore.com>
14369
14370         * gdb.ada/mi_dyn_arr: New testcase.
14371
14372 2014-03-27  Doug Evans  <dje@google.com>
14373
14374         * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
14375
14376 2014-03-27  Yao Qi  <yao@codesourcery.com>
14377
14378         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
14379         if target is nios2-*-*.
14380
14381 2014-03-26  Yao Qi  <yao@codesourcery.com>
14382
14383         * lib/gdb.exp (readline_is_used): New proc.
14384         * gdb.base/completion.exp: Move tests on command complete up.
14385         Skip the rest of tests if readline is not used.
14386         * gdb.ada/complete.exp: Skp the test if readline is not
14387         used.
14388         * gdb.base/filesym.exp: Likewise.
14389         * gdb.base/macscp.exp: Likewise.
14390         * gdb.base/readline-ask.exp: Likewise.
14391         * gdb.base/readline.exp: Likewise.
14392         * gdb.python/py-cmd.exp: Likewise.
14393         * gdb.trace/tfile.exp: Likewise.
14394
14395 2014-03-26  Yao Qi  <yao@codesourcery.com>
14396
14397         * gdb.base/macscp.exp: Fix code format issues.
14398
14399 2014-03-25  Ulrich Weigand  <uweigand@de.ibm.com>
14400
14401         * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
14402         * gdb.asm/powerpc64le.inc: New file.
14403
14404 2014-03-25  Pedro Alves  <palves@redhat.com>
14405             Doug Evans  <dje@google.com>
14406
14407         * gdb.base/source-execution.c: New file.
14408         * gdb.base/source-execution.exp: New file.
14409         * gdb.base/source-execution.gdb: New file.
14410
14411 2014-03-24  Doug Evans  <dje@google.com>
14412
14413         * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
14414         using fission.
14415
14416 2014-03-24  Hui Zhu  <hui@codesourcery.com>
14417             Pedro Alves  <palves@redhat.com>
14418
14419         PR breakpoints/16101
14420         * gdb.base/dprintf.exp: Use unsupported rather than changing the
14421         test pass/fail messages.  Detect missing support for dprintf when
14422         breakpoints are actually inserted.
14423         * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14424         breakpoints are actually inserted.
14425         * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
14426         fails.
14427
14428 2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
14429
14430         * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
14431
14432 2014-03-22  Doug Evans  <xdje42@gmail.com>
14433
14434         * gdb.python/python.exp (python not supported): Verify multi-line
14435         python command issues an error.
14436         * gdb.guile/guile.exp (guile not supported): Verify multi-line
14437         guile command issues an error.
14438
14439 2014-03-21  Maciej W. Rozycki  <macro@codesourcery.com>
14440
14441         * gdb.threads/thread-specific.exp: Handle the lack of usable
14442         $this_breakpoint and $this_thread.
14443
14444 2014-03-21  Hui Zhu  <hui@codesourcery.com>
14445
14446         * gdb.base/attach.exp (do_command_attach_tests): New.
14447
14448 2014-03-20  Tom Tromey  <tromey@redhat.com>
14449             Pedro Alves  <palves@redhat.com>
14450
14451         PR cli/15718
14452         * gdb.base/condbreak-call-false.c: New file.
14453         * gdb.base/condbreak-call-false.exp: New file.
14454
14455 2014-03-20  Pedro Alves  <palves@redhat.com>
14456
14457         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14458         Delete.
14459         (block_signals, unblock_signals): Delete.
14460         (child_function_2, main): Remove references to deleted variable
14461         and functions.
14462
14463 2014-03-20  Pedro Alves  <palves@redhat.com>
14464
14465         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14466         Use pthread_kill to signal thread 2.
14467         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14468         Adjust to make the test send itself a signal rather than using the
14469         host's "kill" command.
14470
14471 2014-03-20  Pedro Alves  <palves@redhat.com>
14472
14473         * gdb.threads/multiple-step-overs.c: New file.
14474         * gdb.threads/multiple-step-overs.exp: New file.
14475         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14476         Adjust expected infrun debug output.
14477
14478 2014-03-20  Pedro Alves  <palves@redhat.com>
14479
14480         * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14481         * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14482
14483 2014-03-20  Pedro Alves  <palves@redhat.com>
14484
14485         PR breakpoints/7143
14486         * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14487         old gnats gdb/38.  Remove kfail.  Adjust to use gdb_test instead
14488         of gdb_test_multiple.
14489         * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14490         * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14491
14492 2014-03-20  Pedro Alves  <palves@redhat.com>
14493
14494         * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14495         * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14496
14497 2014-03-19  Pedro Alves  <palves@redhat.com>
14498
14499         * gdb.base/async.exp: Remove early return.
14500
14501 2014-03-19  Pedro Alves  <palves@redhat.com>
14502
14503         * gdb.base/async.exp (step& tests): Pass explicit test messages.
14504
14505 2014-03-19  Pedro Alves  <palves@redhat.com>
14506
14507         * gdb.base/async.exp (test_background): Expect \r\n after
14508         "completed." in the fail pattern.
14509
14510 2014-03-19  Pedro Alves  <palves@redhat.com>
14511
14512         * gdb.base/async.exp (test_background): New procedure.
14513         Use it for all background execution command tests.
14514
14515 2014-03-19  Pedro Alves  <palves@redhat.com>
14516
14517         * gdb.base/async.exp: Use prepare_for_testing.
14518
14519 2014-03-19  Pedro Alves  <palves@redhat.com>
14520
14521         * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
14522         the same line.
14523
14524 2014-03-19  Pedro Alves  <palves@redhat.com>
14525
14526         * gdb.base/async.c (main): Add "jump here" and "until here" line
14527         marker comments.
14528         * gdb.base/async.exp (jump_here): New global.
14529         (jump& test): Use it.
14530         (until_here): New global.
14531         (until& test): Use it.
14532
14533 2014-03-19  Pedro Alves  <palves@redhat.com>
14534
14535         * gdb.base/async.exp: Don't frob gdb_protocol.
14536
14537 2014-03-18  Doug Evans  <xdje42@gmail.com>
14538
14539         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
14540         Fix spelling of exec-done-display.
14541
14542 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
14543
14544         PR gdb/15358
14545         * gdb.base/gdb-sigterm.c: New file.
14546         * gdb.base/gdb-sigterm.exp: New file.
14547
14548 2014-03-18  Pedro Alves  <palves@redhat.com>
14549
14550         PR gdb/13860
14551         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14552         * lib/mi-support.exp (mi_expect_stop): Add special handling for
14553         solib-event.
14554
14555 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
14556
14557         * gdb.ada/pckd_arr_ren: New testcase.
14558
14559 2014-03-13  Doug Evans  <xdje42@gmail.com>
14560
14561         PR guile/16612
14562         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14563         collect after discarding symbols.
14564
14565 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
14566             Doug Evans  <xdje42@gmail.com>
14567
14568         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14569         to history survives a gc.
14570
14571 2014-03-13  Pedro Alves  <palves@redhat.com>
14572
14573         * gdb.base/default.exp: Don't test "target procfs".
14574
14575 2014-03-13  Pedro Alves  <palves@redhat.com>
14576
14577         * gdb.base/default.exp: Update "target child" and "target procfs"
14578         tests to not expect "Unix".
14579
14580 2014-03-12  Tom Tromey  <tromey@redhat.com>
14581
14582         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14583         New procs.  Add target-async tests.
14584         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14585         Add target-async tests.
14586
14587 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14588
14589         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14590         'func_start' and 'func_end' for the beginning and end of the
14591         function code, respectively.
14592         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14593         'func_end' instead of 'func' and 'main'.
14594
14595 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14596
14597         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14598         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14599         generate the debug info assembler source.
14600
14601 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14602
14603         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14604         * gdb.dwarf2/arr-subrange.exp: Likewise.
14605         * gdb.dwarf2/dwz.exp: Likewise.
14606         * gdb.dwarf2/method-ptr.exp: Likewise.
14607         * gdb.dwarf2/missing-sig-type.exp: Likewise.
14608         * gdb.dwarf2/subrange.exp: Likewise.
14609         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14610         * gdb.dwarf2/implptrpiece.exp: Likewise.
14611         * gdb.dwarf2/nostaticblock.exp: Likewise.
14612
14613 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14614
14615         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14616         directory to absolute path name arguments.
14617
14618 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
14619
14620         * gdb.ada/tagged_access: New testcase.
14621
14622 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
14623
14624         * gdb.btrace/data.exp: Update expected output.
14625
14626 2014-03-06  Yao Qi  <yao@codesourcery.com>
14627
14628         * gdb.trace/pr16508.exp: New file.
14629
14630 2014-03-05  Pedro Alves  <palves@redhat.com>
14631
14632         PR gdb/16575
14633         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14634         procedure.
14635         (top level): Adjust to use it.  Add tests that exercise breakpoint
14636         interaction with the code-cache.
14637
14638 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
14639
14640         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14641         test for 'history-append!'.
14642
14643 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14644
14645         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14646         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14647         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14648         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14649         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14650         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14651
14652 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14653
14654         * testsuite/gdb.python/py-pp-re-notag.c: New file.
14655         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14656         * testsuite/gdb.python/py-pp-re-notag.p: New file.
14657
14658 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14659
14660         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14661
14662 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14663
14664         * gdb.dwarf2/arr-stride.c: New file.
14665         * gdb.dwarf2/arr-stride.exp: New file.
14666
14667 2014-02-26  Pedro Alves  <palves@redhat.com>
14668
14669         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14670         that won't ever trigger.  Make sure that GDB reports the correct
14671         breakpoint that caused the stop.
14672
14673 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
14674
14675         PR gdb/16626
14676         * gdb.base/auto-load-script: New file.
14677         * gdb.base/auto-load.c: New file.
14678         * gdb.base/auto-load.exp: New file.
14679
14680         PR gdb/16626
14681         * gdb.base/auto-load.exp: Fix out-of-srctree run.
14682
14683 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
14684
14685         Fix dw2-icycle.exp -fsanitize=address GDB crash.
14686         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14687
14688 2014-02-24  Doug Evans  <dje@google.com>
14689
14690         * lib/gdb.exp (run_on_host): Log error output if program fails.
14691
14692 2014-02-21  Pedro Alves  <palves@redhat.com>
14693
14694         * gdb.threads/step-after-sr-lock.c: Rename to ...
14695         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14696         * gdb.threads/step-after-sr-lock.exp: Rename to ...
14697         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14698         ... this.
14699
14700 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
14701
14702         PR tdep/16397
14703         * gdb.arch/amd64-stap-special-operands.exp: New file.
14704         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14705         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14706         * gdb.arch/amd64-stap-triplet.S: Likewise.
14707         * gdb.arch/amd64-stap-triplet.c: Likewise.
14708
14709 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
14710
14711         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14712         in .section pseudo-op.
14713
14714 2014-02-20  lin zuojian  <manjian2006@gmail.com>
14715             Joel Brobecker  <brobecker@adacore.com>
14716             Doug Evans  <xdje42@gmail.com>
14717
14718         PR symtab/16581
14719         * gdb.dwarf2/dw2-icycle.S: New file.
14720         * gdb.dwarf2/dw2-icycle.c: New file.
14721         * gdb.dwarf2/dw2-icycle.exp: New file.
14722
14723 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
14724
14725         * gdb.python/py-value-cc.cc: Improve test case to enable testing
14726         operations on gdb.Value objects.
14727         * gdb.python/py-value-cc.exp: Add new test to test operations on
14728         gdb.Value objects.
14729
14730 2014-02-18  Doug Evans  <dje@google.com>
14731
14732         * Makefile.in (TESTS): New variable.
14733         (expanded_tests, expanded_tests_or_none): New variables
14734         (check-single): Pass $(expanded_tests_or_none) to runtest.
14735         (check-parallel): Only run tests in $(TESTS) if non-empty.
14736         (check/no-matching-tests-found): New rule.
14737         * README: Document TESTS makefile variable.
14738
14739 2014-02-18  Doug Evans  <dje@google.com>
14740
14741         * Makefile.in (check-parallel): rm -rf outputs temp.
14742
14743 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
14744
14745         Fix "ERROR: no fileid for" in the testsuite.
14746         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14747
14748 2014-02-12  Doug Evans  <dje@google.com>
14749
14750         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14751         (MISCELLANEOUS): New variable.
14752         (clean): rm -rf $(MISCELLANEOUS).
14753         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14754         dwp live in the same directory as symlinks, with each symlink pointed
14755         to a differently named file in a different directory.
14756
14757 2014-02-11  Doug Evans  <dje@google.com>
14758
14759         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
14760         of Tcl file commands.
14761
14762 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
14763
14764         * gdb.threads/step-after-sr-lock.exp: Avoid executing
14765         "kill -SIGUSR1 -1".
14766
14767 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
14768
14769         * gdb.ada/tick_length_array_enum_idx: New testcase.
14770
14771 2014-02-10  Doug Evans  <xdje42@gmail.com>
14772
14773         * configure.ac (AC_OUTPUT): Add gdb.guile.
14774         * configure: Regenerate.
14775         * lib/gdb-guile.exp: New file.
14776         * lib/gdb.exp (get_target_charset): New function.
14777         * gdb.base/help.exp: Update expected output from "apropos apropos".
14778         * gdb.guile/Makefile.in: New file.
14779         * gdb.guile/guile.exp: New file.
14780         * gdb.guile/scm-arch.c: New file.
14781         * gdb.guile/scm-arch.exp: New file.
14782         * gdb.guile/scm-block.c: New file.
14783         * gdb.guile/scm-block.exp: New file.
14784         * gdb.guile/scm-breakpoint.c: New file.
14785         * gdb.guile/scm-breakpoint.exp: New file.
14786         * gdb.guile/scm-disasm.c: New file.
14787         * gdb.guile/scm-disasm.exp: New file.
14788         * gdb.guile/scm-equal.c: New file.
14789         * gdb.guile/scm-equal.exp: New file.
14790         * gdb.guile/scm-error.exp: New file.
14791         * gdb.guile/scm-error.scm: New file.
14792         * gdb.guile/scm-frame-args.c: New file.
14793         * gdb.guile/scm-frame-args.exp: New file.
14794         * gdb.guile/scm-frame-args.scm: New file.
14795         * gdb.guile/scm-frame-inline.c: New file.
14796         * gdb.guile/scm-frame-inline.exp: New file.
14797         * gdb.guile/scm-frame.c: New file.
14798         * gdb.guile/scm-frame.exp: New file.
14799         * gdb.guile/scm-generics.exp: New file.
14800         * gdb.guile/scm-gsmob.exp: New file.
14801         * gdb.guile/scm-iterator.c: New file.
14802         * gdb.guile/scm-iterator.exp: New file.
14803         * gdb.guile/scm-math.c: New file.
14804         * gdb.guile/scm-math.exp: New file.
14805         * gdb.guile/scm-objfile-script-gdb.in: New file.
14806         * gdb.guile/scm-objfile-script.c: New file.
14807         * gdb.guile/scm-objfile-script.exp: New file.
14808         * gdb.guile/scm-objfile.c: New file.
14809         * gdb.guile/scm-objfile.exp: New file.
14810         * gdb.guile/scm-ports.exp: New file.
14811         * gdb.guile/scm-pretty-print.c: New file.
14812         * gdb.guile/scm-pretty-print.exp: New file.
14813         * gdb.guile/scm-pretty-print.scm: New file.
14814         * gdb.guile/scm-section-script.c: New file.
14815         * gdb.guile/scm-section-script.exp: New file.
14816         * gdb.guile/scm-section-script.scm: New file.
14817         * gdb.guile/scm-symbol.c: New file.
14818         * gdb.guile/scm-symbol.exp: New file.
14819         * gdb.guile/scm-symtab-2.c: New file.
14820         * gdb.guile/scm-symtab.c: New file.
14821         * gdb.guile/scm-symtab.exp: New file.
14822         * gdb.guile/scm-type.c: New file.
14823         * gdb.guile/scm-type.exp: New file.
14824         * gdb.guile/scm-value-cc.cc: New file.
14825         * gdb.guile/scm-value-cc.exp: New file.
14826         * gdb.guile/scm-value.c: New file.
14827         * gdb.guile/scm-value.exp: New file.
14828         * gdb.guile/source2.scm: New file.
14829         * gdb.guile/types-module.cc: New file.
14830         * gdb.guile/types-module.exp: New file.
14831
14832 2014-02-10  Yao Qi  <yao@codesourcery.com>
14833
14834         PR testsuite/16543
14835         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14836         * configure: Regenerated.
14837         * Makefile.in: New file.
14838
14839 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
14840
14841         * gdb.python/py-framefilter.exp: Fix typo.
14842
14843 2014-02-08  Yao Qi  <yao@codesourcery.com>
14844
14845         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14846         that no =breakpoint-modified is emitted when breakpoints are
14847         modified through MI commands.
14848
14849 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
14850             Pedro Alves  <palves@redhat.com>
14851
14852         * gdb.threads/step-after-sr-lock.c: New file.
14853         * gdb.threads/step-after-sr-lock.exp: New file.
14854
14855 2014-02-07  Pedro Alves  <palves@redhat.com>
14856
14857         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14858
14859 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
14860
14861         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14862         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14863
14864 2014-02-06  Doug Evans  <xdje42@gmail.com>
14865
14866         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14867         output.
14868
14869         * gdb.gdb/python-interrupts.exp: New file.
14870
14871 2014-02-05  Yao Qi  <yao@codesourcery.com>
14872
14873         * gdb.trace/report.exp (use_collected_data): Test the output
14874         of "info threads" and "info inferiors".
14875
14876 2014-02-05  Yao Qi  <yao@codesourcery.com>
14877
14878         Revert this patch:
14879
14880         2013-05-24  Yao Qi  <yao@codesourcery.com>
14881
14882         * gdb.trace/tfile.exp: Test inferior and thread.
14883
14884 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
14885
14886         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14887         on a function.
14888         * gdb.base/step-bt.c: Call hello via function pointer to make
14889         sure its first instruction is executed on powerpc64le-linux.
14890
14891 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
14892
14893         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14894
14895 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
14896
14897         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
14898         of the test patterns for use on little-endian systems.
14899
14900 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
14901
14902         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14903         (decimal_vector): Fix for little-endian.
14904
14905 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
14906
14907         * gdb.arch/sparc-sysstep.exp: New file.
14908         * gdb.arch/sparc-sysstep.c: Likewise.
14909
14910         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14911
14912 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
14913
14914         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14915
14916 2014-01-23  Tom Tromey  <tromey@redhat.com>
14917
14918         * gdb.ada/array_char_idx: New testcase.
14919
14920 2014-01-23  Tom Tromey  <tromey@redhat.com>
14921
14922         PR python/16487:
14923         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14924         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14925         classes.
14926
14927 2014-01-23  Tom Tromey  <tromey@redhat.com>
14928
14929         PR python/16491:
14930         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14931         string from an inferior frame.
14932         * gdb.python/py-framefilter-mi.exp: Update.
14933
14934 2014-01-22  Doug Evans  <dje@google.com>
14935
14936         * gdb.server/server-mon.exp: Add tests for "set debug-format".
14937
14938 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
14939
14940         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14941
14942 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
14943
14944         * gdb.trace/entry-values.exp: Remove excess space character from
14945         regex patterns.  Handle s390 call instruction.
14946
14947 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
14948
14949         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
14950         define "*_start" label.  Make "name" static.
14951         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
14952         ${name} by references to ${name}_start.
14953
14954 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
14955
14956         * gdb.base/info-macros.exp: Remove "debug" from the compile
14957         options.
14958
14959 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
14960
14961         * gdb.dlang/demangle.exp: New file.
14962
14963 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
14964
14965         * gdb.dlang/primitive-types.exp: New file.
14966
14967 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
14968
14969         * configure.ac: Create gdb.dlang/Makefile.
14970         * configure: Regenerate.
14971         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14972         * gdb.dlang/Makefile.in: New file.
14973         * lib/d-support.exp: New file.
14974         * lib/gdb.exp (skip_d_tests): New proc.
14975
14976 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14977
14978         * gdb.btrace/delta.exp: Check reverse stepi.
14979         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
14980         * gdb.btrace/finish.exp: New.
14981         * gdb.btrace/next.exp: New.
14982         * gdb.btrace/nexti.exp: New.
14983         * gdb.btrace/record_goto.c: Add comments.
14984         * gdb.btrace/step.exp: New.
14985         * gdb.btrace/stepi.exp: New.
14986         * gdb.btrace/multi-thread-step.c: New.
14987         * gdb.btrace/multi-thread-step.exp: New.
14988         * gdb.btrace/rn-dl-bind.c: New.
14989         * gdb.btrace/rn-dl-bind.exp: New.
14990         * gdb.btrace/data.c: New.
14991         * gdb.btrace/data.exp: New.
14992         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14993
14994 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14995
14996         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14997         * gdb.btrace/exception.exp: Update.
14998         * gdb.btrace/instruction_history.exp: Update.
14999         * gdb.btrace/record_goto.exp: Update.
15000         * gdb.btrace/tailcall.exp: Update.
15001         * gdb.btrace/unknown_functions.exp: Update.
15002         * gdb.btrace/delta.exp: New.
15003
15004 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15005
15006         * gdb.btrace/record_goto.exp: Add backtrace test.
15007         * gdb.btrace/tailcall.exp: Add backtrace test.
15008
15009 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15010
15011         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15012         * gdb.btrace/record_goto.c: New.
15013         * gdb.btrace/record_goto.exp: New.
15014         * gdb.btrace/x86-record_goto.S: New.
15015
15016 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15017
15018         * gdb.btrace/function_call_history.exp: Update tests.
15019         * gdb.btrace/instruction_history.exp: Update tests.
15020
15021 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15022
15023         * gdb.btrace/function_call_history.exp: Fix expected field
15024         order for "record function-call-history".
15025         Add new tests for "record function-call-history /c".
15026         * gdb.btrace/exception.cc: New.
15027         * gdb.btrace/exception.exp: New.
15028         * gdb.btrace/tailcall.exp: New.
15029         * gdb.btrace/x86-tailcall.S: New.
15030         * gdb.btrace/x86-tailcall.c: New.
15031         * gdb.btrace/unknown_functions.c: New.
15032         * gdb.btrace/unknown_functions.exp: New.
15033         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15034
15035 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15036
15037         * gdb.btrace/instruction_history.exp: Update.
15038         * gdb.btrace/function_call_history.exp: Update.
15039
15040 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15041
15042         * gdb.btrace/function_call_history.exp: Fix expected function
15043         trace.
15044         * gdb.btrace/instruction_history.exp: Initialize traced.
15045         Remove traced_functions.
15046
15047 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15048
15049         * gdb.btrace/function_call_history.exp: Update
15050         * gdb.btrace/instruction_history.exp: Update.
15051
15052 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15053
15054         * gdb.btrace/enable.exp: Update expected text.
15055
15056 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
15057
15058         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15059         bytes.
15060
15061 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
15062
15063         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15064
15065 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
15066
15067         * lib/gdb.exp (supports_process_record): Return true for
15068         arm*-linux*.  (supports_reverse): Likewise.
15069
15070 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
15071
15072         PR python/15464
15073         PR python/16113
15074         * gdb.python/py-type.c: Enhance test case.
15075         * gdb.python/py-value-cc.cc: Likewise
15076         * gdb.python/py-type.exp: Add new tests.
15077         * gdb.python/py-value-cc.exp: Likewise
15078
15079 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15080             Pedro Alves <palves@redhat.com>
15081
15082         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15083         Make "name" extern.
15084         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15085         references to ${name}_start by references to ${name}.
15086
15087 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
15088
15089         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15090
15091 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
15092
15093         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15094
15095 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
15096             Pedro Alves  <palves@redhat.com>
15097
15098         * gdb.mi/mi-info-os.exp: Connect to the target with
15099         mi_gdb_target_load.
15100
15101 2014-01-08  Pedro Alves  <palves@redhat.com>
15102
15103         * gdb.threads/reconnect-signal.c: New file.
15104         * gdb.threads/reconnect-signal.exp: New file.
15105
15106 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
15107
15108         * gdb.base/source-dir.exp: New file.
15109
15110 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
15111
15112         * gdb.ada/mi_interface: New testcase.
15113
15114 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
15115
15116         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15117         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15118         gdb.ada/pp-rec-component/pck.ads: New files.
15119
15120 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
15121
15122         * gdb.python/py-pp-integral.c: New file.
15123         * gdb.python/py-pp-integral.py: New file.
15124         * gdb.python/py-pp-integral.exp: New file.
15125
15126 For older changes see ChangeLog-1993-2013.
15127 \f
15128 ;; Local Variables:
15129 ;; mode: change-log
15130 ;; left-margin: 8
15131 ;; fill-column: 74
15132 ;; version-control: never
15133 ;; End:
15134
15135     Copyright 2014-2018 Free Software Foundation, Inc.
15136   Copying and distribution of this file, with or without modification,
15137   are permitted provided the copyright notice and this notice are preserved.