[gdb/testsuite] Fix target_supports_scheduler_locking raciness
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2018-10-09  Tom de Vries  <tdevries@suse.de>
2
3         * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4         with runto_main.
5
6 2018-10-08  Weimin Pan  <weimin.pan@oracle.com>
7
8         PR c++/16841
9         * gdb.cp/virtbase2.cc: New file.
10         * gdb.cp/virtbase2.exp: New file.
11
12 2018-10-06  Tom Tromey  <tom@tromey.com>
13
14         PR python/19399:
15         * gdb.python/py-inferior.exp: Add architecture test.
16
17 2018-10-06  Tom Tromey  <tom@tromey.com>
18
19         * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
20         * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
21
22 2018-10-06  Tom Tromey  <tom@tromey.com>
23
24         * gdb.python/py-breakpoint.exp (check_last_event): Check location
25         of a "throw" catchpoint.
26
27 2018-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
28
29         * gdb.base/info-proc.exp: Update string expected from "help info
30         proc".
31
32 2018-10-04  Tom Tromey  <tom@tromey.com>
33
34         * gdb.cp/maint.exp (test_invalid_name): Update expected output.
35         * gdb.gdb/complaints.exp (test_short_complaints): Remove.
36         (test_initial_complaints, test_empty_complaints): Update.
37         * gdb.dwarf2/dw2-stack-boundary.exp: Update.
38
39 2018-10-04  Tom Tromey  <tom@tromey.com>
40
41         PR cli/19551:
42         * lib/mi-support.exp (mi_gdb_file_cmd): Update.
43         * lib/gdb.exp (gdb_file_cmd): Update.
44         * gdb.stabs/weird.exp (print_weird_var): Update.
45         * gdb.server/solib-list.exp: Update.
46         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
47         * gdb.mi/mi-cli.exp: Update.
48         * gdb.linespec/linespec.exp: Update.
49         * gdb.dwarf2/dw2-stack-boundary.exp: Update.
50         * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
51         * gdb.cp/cp-relocate.exp: Update.
52         * gdb.base/sym-file.exp: Update.
53         * gdb.base/relocate.exp: Update.
54         * gdb.base/readnever.exp: Update.
55         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
56         * gdb.base/kill-detach-inferiors-cmd.exp: Update.
57         * gdb.base/dbx.exp (gdb_file_cmd): Update.
58         * gdb.base/code_elim.exp: Update.
59         * gdb.base/break-unload-file.exp (test_break): Update.
60         * gdb.base/break-interp.exp (test_attach_gdb): Update.
61         * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
62         Update.
63         * gdb.base/attach.exp (do_attach_tests): Update.
64         * gdb.base/sepdebug.exp: Update.
65         * gdb.python/py-section-script.exp: Update.
66
67 2018-10-04  Tom Tromey  <tom@tromey.com>
68
69         PR cli/22234:
70         * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
71         * gdb.gdb/complaints.exp (test_short_complaints): Update expected
72         output.
73
74 2018-10-04  Tom Tromey  <tom@tromey.com>
75
76         * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
77         set width and height to 0.
78         (test_command_line_attach_run): Use -quiet.
79
80 2018-10-03  Sandra Loosemore  <sandra@codesourcery.com>
81
82         * lib/gdb.exp (skip_ifunc_tests): New.
83         * gdb.base/gnu-ifunc.exp: Skip if no ifunc support.  Handle
84         other compile failures.
85         * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
86
87 2018-10-01  Simon Marchi  <simon.marchi@ericsson.com>
88
89         * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
90         is_amd64_regs_target.
91
92 2018-10-01  Alan Hayward  <alan.hayward@arm.com>
93
94         * gdb.arch/aarch64-sighandler-regs.c: New test.
95         * gdb.arch/aarch64-sighandler-regs.exp: New file.
96         * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
97
98 2018-10-01  Markus Metzger  <markus.t.metzger@intel.com>
99
100         * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
101         assembly.
102
103 2018-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
104
105         * gdb.base/frame-selection.exp: New file.
106         * gdb.base/frame-selection.c: New file.
107
108 2018-09-27  Alan Hayward  <alan.hayward@arm.com>
109
110         * gdb.threads/check-libthread-db.c (thread_routine): Use a
111         pthread barrier.
112         (main): Likewise.
113
114 2018-09-26  Andrew Burgess  <andrew.burgess@embecosm.com>
115
116         * gdb.base/large-frame-1.c: New file.
117         * gdb.base/large-frame-2.c: New file.
118         * gdb.base/large-frame.exp: New file.
119         * gdb.base/large-frame.h: New file.
120
121 2018-09-24  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
122
123         PR gdb/20948
124         * gdb.base/write_mem.exp: New test.
125         * gdb.base/write_mem.c: Likewise.
126
127 2018-09-23  Tom Tromey  <tom@tromey.com>
128
129         PR python/18852:
130         * gdb.python/py-parameter.exp: Add test for parameter that throws
131         on "set".
132
133 2018-09-23  Tom Tromey  <tom@tromey.com>
134
135         PR python/17284:
136         * gdb.python/py-template.exp (test_template_arg): Add test for
137         negative template argument number.
138
139 2018-09-23  Tom Tromey  <tom@tromey.com>
140
141         PR python/14062:
142         * gdb.python/python.exp: Add test for post_event error.
143
144 2018-09-23  Tom Tromey  <tom@tromey.com>
145
146         PR python/18170:
147         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
148         convert pointers to int and long.
149
150 2018-09-23  Tom Tromey  <tom@tromey.com>
151
152         PR python/20126:
153         * gdb.python/py-value.exp (test_value_numeric_ops): Add
154         signed-ness conversion tests.
155
156 2018-09-23  Tom Tromey  <tom@tromey.com>
157
158         PR python/18352;
159         * gdb.python/py-value.exp (test_float_conversion): New proc.
160         Use it.
161
162 2018-09-20  Hafiz Abid Qadeer  <abidh@codesourcery.com>
163
164         gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
165
166 2018-09-18  Sandra Loosemore  <sandra@codesourcery.com>
167
168         * gdb.base/complete-empty.exp: Skip tab-completion tests if
169         no readline.
170         * gdb.base/utf8-identifiers.exp: Likewise.
171         * gdb.cp/cpcompletion.exp: Likewise.
172         * gdb.linespec/cpcompletion.exp: Likewise.
173         * gdb.linespec/cpls-abi-tag.exp: Likewise.
174         * gdb.linespec/cpls-ops.exp: Likewise.
175
176 2018-09-19  Richard Bunt  <richard.bunt@arm.com>
177             Chris January  <chris.january@arm.com>
178
179         * gdb.cp/koenig.exp: Extend to test logical short circuiting.
180         * gdb.fortran/short-circuit-argument-list.exp: New file.
181         * gdb.fortran/short-circuit-argument-list.f90: New test.
182
183 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
184
185         * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
186         "arch=" keyword when executing "-stack-list-frames".
187
188 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
189
190         * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
191         "arch=" keyword when executing "-stack-list-frames".
192
193 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
194
195         * gdb.ada/complete.exp: Expect for "@" when doing "complete
196         break ada".
197
198 2018-09-17  Simon Marchi  <simon.marchi@polymtl.ca>
199
200         PR python/23669
201         * gdb.python/python.exp: Test gdb.execute("show commands").
202
203 2018-09-16  Tom Tromey  <tom@tromey.com>
204
205         * gdb.base/new-ui.exp (do_execution_tests): Update.
206         * gdb.base/dbx.exp (test_breakpoints): Update.
207
208 2018-09-14  Alan Hayward  <alan.hayward@arm.com>
209
210         * lib/gdb.exp (gdb_simple_compile): Add proc.
211         (is_elf_target): Use gdb_simple_compile.
212         (skip_altivec_tests): Likewise.
213         (skip_vsx_tests): Likewise.
214         (skip_tsx_tests): Likewise.
215         (skip_btrace_tests): Likewise.
216         (skip_btrace_pt_tests): Likewise.
217         (gdb_can_simple_compile): Likewise.
218         (gdb_has_argv0): Likewise.
219         (gdb_target_symbol_prefix): Likewise.
220         (target_supports_scheduler_locking): Likewise.
221
222 2018-09-13  Tom Tromey  <tom@tromey.com>
223
224         * Makefile.in (TAGS): Recognize proc_with_prefix and
225         gdb_caching_proc.
226
227 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
228
229         * gdb.python/py-progspace.exp: Test the Progspace.objfiles
230         method.
231
232 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
233
234         * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
235         and a few other Inferior properties when the Inferior is no
236         longer valid.
237
238 2018-09-13  Tom Tromey  <tom@tromey.com>
239
240         PR rust/23650:
241         * gdb.rust/simple.exp: Add test for enum field access error.
242
243 2018-09-13  Tom Tromey  <tom@tromey.com>
244
245         PR rust/23626:
246         * gdb.rust/simple.rs (EmptyEnum): New type.
247         (main): Use it.
248         * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
249
250 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
251
252         * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
253         * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
254         * gdb.python/py-symtab.exp: Update test printing an objfile.
255
256 2018-09-12  Simon Marchi  <simon.marchi@ericsson.com>
257
258         * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
259         object.
260
261 2018-09-12  Alan Hayward  <alan.hayward@arm.com>
262
263         * lib/gdb.exp (gdb_can_simple_compile): Add proc.
264         (support_complex_tests): Use gdb_can_simple_compile.
265         (is_ilp32_target): Likewise.
266         (is_lp64_target): Likewise.
267         (is_64_target): Likewise.
268         (is_amd64_regs_target): Likewise.
269         (is_aarch32_target): Likewise.
270         (gdb_int128_helper): Likewise.
271
272 2018-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
273
274         * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
275
276 2018-09-10  Jerome Guitton  <guitton@adacore.com>
277
278         * gdb.ada/same_component_name: Add test for case of tagged record
279         with variable-length fields.
280
281 2018-09-10  Xavier Roirand  <roirand@adacore.com>
282
283         * gdb.ada/access_to_unbounded_array.exp: New testcase.
284         * gdb.ada/access_to_unbounded_array/foo.adb: New file.
285         * gdb.ada/access_to_unbounded_array/pack.adb: New file.
286         * gdb.ada/access_to_unbounded_array/pack.ads: New file.
287
288 2018-09-10  Xavier Roirand  <roirand@adacore.com>
289
290         * gdb.ada/mi_string_access.exp: New testcase.
291         * gdb.ada/mi_string_access/bar.adb: New file.
292         * gdb.ada/mi_string_access/pck.adb: New file.
293         * gdb.ada/mi_string_access/pck.asd: New file.
294
295 2018-09-10  Xavier Roirand  <roirand@adacore.com>
296
297         * gdb.ada/mi_var_union.exp: New testcase.
298         * gdb.ada/mi_var_union/bar.adb: New file.
299         * gdb.ada/mi_var_union/pck.adb: New file.
300         * gdb.ada/mi_var_union/pck.asd: New file.
301
302 2018-09-08  Tom Tromey  <tom@tromey.com>
303
304         * gdb.python/py-prettyprint.exp: Use with_test_prefix.
305
306 2018-09-08  Tom Tromey  <tom@tromey.com>
307
308         PR python/16047:
309         * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
310         (register_pretty_printers): Register new printer.
311         * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
312         test.
313         * gdb.python/py-prettyprint.c (int_type3): New typedef.
314         (an_int_type3): New global.
315
316 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
317
318         * gdb.ada/expr_with_funcall: New testcase.
319
320 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
321
322         * gdb.ada/packed_array_assign: New testcase.
323
324 2018-09-07  Andrew Burgess  <andrew.burgess@embecosm.com>
325
326         * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
327         names, and add test prefixes to make test names unique.
328
329 2018-09-05  Tom de Vries  <tdevries@suse.de>
330
331         * gdb.dwarf2/varval.exp: Add test.
332
333 2018-09-04  Gary Benson <gbenson@redhat.com>
334
335         * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
336         'eof' before 'wait -i'.  Use remote_close and clear_gdb_spawn_id.
337
338 2018-08-31  Tom Tromey  <tom@tromey.com>
339
340         * gdb.rust/simple.rs: Rename second variable "v".
341
342 2018-08-30  Andrew Burgess  <andrew.burgess@embecosm.com>
343
344         * gdb.base/funcargs.c (use_a): New function.
345         (recurse): Call use_a.
346
347 2018-08-29  Keith Seitz  <keiths@redhat.com>
348
349         * gdb.compile/compile-cplus-anonymous.cc: New file.
350         * gdb.compile/compile-cplus-anonymous.exp: New file.
351         * gdb.compile/compile-cplus-array-decay.cc: New file.
352         * gdb.compile/compile-cplus-array-decay.exp: New file.
353         * gdb.compile/compile-cplus-inherit.cc: New file.
354         * gdb.compile/compile-cplus-inherit.exp: New file.
355         * gdb.compile/compile-cplus-member.cc: New file.
356         * gdb.compile/compile-cplus-member.exp: New file.
357         * gdb.compile/compile-cplus-method.cc: New file.
358         * gdb.compile/compile-cplus-method.exp: New file.
359         * gdb.compile/compile-cplus-mod.c: "New" file.
360         * gdb.compile/compile-cplus-namespace.cc: New file.
361         * gdb.compile/compile-cplus-namespace.exp: New file.
362         * gdb.compile/compile-cplus-nested.cc: New file.
363         * gdb.compile/compile-cplus-nested.exp: New file.
364         * gdb.compile/compile-cplus-print.c: "New" file.
365         * gdb.compile/compile-cplus-print.exp: "New" file.
366         * gdb.compile/compile-cplus-virtual.cc: New file.
367         * gdb.compile/compile-cplus-virtual.exp: New file.
368         * gdb.compile/compile-cplus.c: "New" file.
369         * gdb.compile/compile-cplus.exp: "New" file.
370         * lib/compile-support.exp: New file.
371
372 2018-08-16  Gary Benson <gbenson@redhat.com>
373
374         PR gdb/13000:
375         * gdb.base/batch-exit-status.exp: New file.
376         * gdb.base/batch-exit-status.good-commands: Likewise.
377         * gdb.base/batch-exit-status.bad-commands: Likewise.
378
379 2018-08-29  Alan Hayward  <alan.hayward@arm.com>
380
381         * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
382         (struct struct02): Likewise.
383         (struct struct03): Likewise.
384         (struct struct04): Likewise.
385         (struct struct_01_01): New struct.
386         (struct struct_01_02): Likewise.
387         (struct struct_01_03): Likewise.
388         (struct struct_01_04): Likewise.
389         (struct struct_02_01): Likewise.
390         (struct struct_02_02): Likewise.
391         (struct struct_02_03): Likewise.
392         (struct struct_02_04): Likewise.
393         (struct struct_04_01): Likewise.
394         (struct struct_04_02): Likewise.
395         (struct struct_04_03): Likewise.
396         (struct struct_04_04): Likewise.
397         (struct struct_05_01): Likewise.
398         (struct struct_05_02): Likewise.
399         (struct struct_05_03): Likewise.
400         (struct struct_05_04): Likewise.
401         (cmp_struct01): Remove function.
402         (cmp_struct02): Likewise.
403         (cmp_struct03): Likewise.
404         (cmp_struct04): Likewise.
405         (cmp_struct_01_01): Add Function.
406         (cmp_struct_01_02): Likewise.
407         (cmp_struct_01_03): Likewise.
408         (cmp_struct_01_04): Likewise.
409         (cmp_struct_02_01): Likewise.
410         (cmp_struct_02_02): Likewise.
411         (cmp_struct_02_03): Likewise.
412         (cmp_struct_02_04): Likewise.
413         (cmp_struct_04_01): Likewise.
414         (cmp_struct_04_02): Likewise.
415         (cmp_struct_04_03): Likewise.
416         (cmp_struct_04_04): Likewise.
417         (cmp_struct_05_01): Likewise.
418         (cmp_struct_05_02): Likewise.
419         (cmp_struct_05_03): Likewise.
420         (cmp_struct_05_04): Likewise.
421         (call_all): Add new structs.
422         * gdb.base/infcall-nested-structs.exp: Likewise.
423
424 2018-08-27  Jan Vrany  <jan.vrany@fit.cvut.cz>
425
426         * gdb.python/py-framefilter-mi.exp: Update regexp to
427         check for "arch" field in frame output.
428
429 2018-08-23  Kevin Buettner  <kevinb@redhat.com>
430
431         * gdb.dwarf2/dw2-ranges-func.c: New file.
432         * gdb.dwarf2/dw2-ranges-func.exp: New file.
433
434 2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
435
436         * gdb.base/term.exp: Compare terminal settings with values from
437         the inferior.
438         * gdb.base/term.c: Get and set terminal settings.
439
440 2018-08-22  Jan Vrany  <jan.vrany@fit.cvut.cz>
441
442         * lib/mi-support.exp (mi_expect_stop): Update regexp to
443         accommodate new "arch" field in frame output.
444         * gdb.mi/mi-return.exp: Likewise.
445         * gdb.mi/mi-stack.exp: Likewise.
446         * gdb.mi/mi-syn-frame.exp: Likewise.
447         * gdb.mi/user-selected-context-sync.exp: Likewise.
448
449 2018-08-19  Michael Spang  <spang@google.com>
450
451         PR gdb/11786
452         * gdb.base/gcore-tls-pie.c: New file.
453         * gdb.base/gcore-tls-pie.exp: New file.
454
455 2018-08-18  Kevin Buettner  <kevinb@redhat.com>
456
457         * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
458         * gdb.dwarf2/varval.c: New file.
459         * gdb.dwarf2/varval.exp: New file.
460
461 2018-08-17  Alan Hayward  <alan.hayward@arm.com>
462
463         PR gdb/18931
464         * gdb.arch/aarch64-fp.c (main): Fix asm registers.
465
466 2018-08-16  Keith Seitz  <keiths@redhat.com>
467
468         * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
469         tests expected to pass.
470
471 2018-08-14  Jan Vrany  <jan.vrany@fit.cvut.cz>
472
473         * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
474         -data-disassemble -a.
475         (test_disassembly_bogus_args): Likewise.
476
477 2018-08-14  Andrew Burgess  <andrew.burgess@embecosm.com>
478
479         * gdb.mi/list-thread-groups-available.exp: Update test regexp.
480
481 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
482
483         * gdb.base/vla-optimized-out.exp: Add new test.
484
485 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
486
487         * gdb.base/vla-optimized-out-o3.exp: Delete.
488         * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
489         * gdb.base/vla-optimized-out.exp: Extend to cover all of the
490         deleted tests.
491
492 2018-08-08  Andrew Burgess  <andrew.burgess@embecosm.com>
493
494         PR gdb/18050:
495         * gdb.server/extended-remote-restart.c: New file.
496         * gdb.server/extended-remote-restart.exp: New file.
497
498 2018-08-07  Simon Marchi  <simon.marchi@polymtl.ca>
499
500         * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
501         "set variable index = 42".
502
503 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
504
505         * boards/index-cache-gdb.exp: New file.
506         * gdb.dwarf2/index-cache.exp: New file.
507         * gdb.dwarf2/index-cache.c: New file.
508         * gdb.base/maint.exp: Check if we are using the index cache.
509
510 2018-08-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
511
512         * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
513         MAKEFLAGS.
514
515 2018-08-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
516
517         * dg-extract-results.sh: Move to toplevel contrib.
518         * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
519         * Makefile.in (check-parallel-racy): Likewise.
520
521 2018-08-06  Andrew Burgess  <andrew.burgess@embecosm.com>
522
523         * lib/gdb.exp (target_supports_scheduler_locking): New proc.
524         * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
525         tests if the target supports scheduler locking.
526
527 2018-08-04  Tom de Vries  <tdevries@suse.de>
528
529         * gdb.python/py-rbreak.exp: Fix rbreak regexp.
530
531 2018-08-02  Tom Tromey  <tom@tromey.com>
532
533         PR symtab/16842.
534         * gdb.cp/temargs.exp: Test "info address" of a template
535         parameter.
536
537 2018-07-31  Jan Vrany  <jan.vrany@fit.cvut.cz>
538
539         * gdb.python/py-mi-var-info-path-expression.c: New file.
540         * gdb.python/py-mi-var-info-path-expression.py: New file.
541         * gdb.python/py-mi-var-info-path-expression.exp: New file.
542
543 2018-07-30  Sergio Durigan Junior  <sergiodj@redhat.com>
544
545         * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
546         error after "cannot resolve name" string.
547
548 2018-07-28  Andrew Burgess  <andrew.burgess@embecosm.com>
549
550         * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
551         started.
552         * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
553
554 2018-07-28  Tom de Vries  <tdevries@suse.de>
555
556         * gdb.base/vla-optimized-out-o3-strict.exp: New file.
557
558 2018-07-26  Tom de Vries  <tdevries@suse.de>
559
560         * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
561
562 2018-07-26  Andrew Burgess  <andrew.burgess@embecosm.com>
563
564         * gdb.base/maint.exp: Add check that dwarf unwinders control flag
565         is visible.
566
567 2018-07-26  Tom de Vries  <tdevries@suse.de>
568
569         PR breakpoints/23366
570         * gdb.base/catch-follow-exec.c: New test.
571         * gdb.base/catch-follow-exec.exp: New file.
572
573 2018-07-25  Tom de Vries  <tdevries@suse.de>
574
575         * gdb.base/vla-optimized-out-o3.exp: New file.  Reuse
576         vla-optimized-out.c.
577
578 2018-07-25  Jan Vrany  <jan.vrany@fit.cvut.cz>
579
580         * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
581         * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
582
583 2018-07-20  Tom de Vries  <tdevries@suse.de>
584
585         * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
586         NOCLONE macro.
587         * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
588
589 2018-07-19  Tom de Vries  <tdevries@suse.de>
590
591         * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
592         regular expression.
593
594 2018-07-18  Tom de Vries  <tdevries@suse.de>
595
596         * gdb.base/vla-optimized-out.c: New test.
597         * gdb.base/vla-optimized-out.exp: New file.
598
599 2018-07-13  Sergio Durigan Junior  <sergiodj@redhat.com>
600
601         * lib/gdbserver-support.exp (gdbserver_start): Expect for the
602         message "No address associated with hostname" when gdbserver
603         cannot resolve the hostname.
604
605 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
606
607         * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
608         Add some test prefixes to make tests unique.
609
610 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
611
612         * gdb.base/frameapply.c: New file.
613         * gdb.base/frameapply.exp: New file.
614
615 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
616
617         * gdb.base/skip.exp: Update expected error message.
618
619 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
620             Jan Kratochvil  <jan.kratochvil@redhat.com>
621             Paul Fertser  <fercerpav@gmail.com>
622             Tsutomu Seki  <sekiriki@gmail.com>
623
624         * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
625         parameter.
626         * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
627         by default.
628         * boards/native-gdbserver.exp: Likewise.
629         * gdb.server/run-without-local-binary.exp: Improve regexp used
630         for detecting when a remote debugging connection succeeds.
631         * gdb.server/server-connect.exp: New file.
632         * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
633         Do not prefix the port number with ":".
634         (gdbserver_start): New global GDB_TEST_SOCKETHOST.  Implement
635         support for detecting and using it.  Add '$debughost_gdbserver'
636         to the list of arguments used to start gdbserver.  Handle case
637         when gdbserver cannot resolve a network name.
638
639 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
640
641         PR c++/23373
642         * gdb.base/ptype-offsets.cc (struct static_member): New
643         struct.
644         (main) <stmember>: New variable.
645         * gdb.base/ptype-offsets.exp: Add test for printing a struct
646         with a static member in it.
647
648 2018-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
649
650         * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
651         watchpoints enabled and disabled.
652
653 2018-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
654
655         * gdb.base/examine-backward.exp: Still run tests around address
656         0x0, even if address 0x0 is not readable.  Update the pattern for
657         matching address 0x0 in expected output.
658
659 2018-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
660
661         * gdb.base/share-env-with-gdbserver.c (main): Add call to
662         malloc/free.
663
664 2018-07-04  Tom de Vries  <tdevries@suse.de>
665
666         * gdb.dwarf2/dw2-error.exp: Update expected error message.
667
668 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
669
670         PR tdep/8282
671         * gdb.arch/mips-disassembler-options.exp: New test.
672         * gdb.arch/mips-disassembler-options.s: New test source.
673
674 2018-06-29  Pedro Alves  <palves@redhat.com>
675
676         * gdb.threads/names.exp: Adjust expected "info threads" output.
677
678 2018-06-29  Pedro Alves  <palves@redhat.com>
679
680         * gdb.opt/inline-break.exp (line number, address): Add "info
681         break" tests.
682
683 2018-06-29  Pedro Alves  <palves@redhat.com>
684
685         * gdb.opt/inline-break.c (func1): Add "break here" marker.
686         * gdb.opt/inline-break.exp: Test setting breakpoints by line
687         number and address and running to them.
688
689 2018-06-29  Richard Bunt  <richard.bunt@arm.com>
690
691         * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
692
693 2018-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
694
695         * lib/compiler.c: Remove executable permission flag.
696
697 2018-06-28  Richard Bunt  <richard.bunt@arm.com>
698
699         * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
700         code.
701         * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
702
703 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
704
705         * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
706
707 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
708
709         * gdb.base/relocate.exp: Test add-symbol-file behavior when the
710         address argument is omitted.
711
712 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
713
714         * gdb.base/relocate.exp: Add test for "symbol-file -o ".
715
716 2018-06-27  Omair Javaid  <omair.javaid@linaro.org>
717
718         PR gdb/21695
719         * gdb.base/infoline-reloc-main-from-zero.exp: New test.
720         * gdb.base/infoline-reloc-main-from-zero.c: New file.
721
722 2018-06-26  Tom Tromey  <tom@tromey.com>
723
724         PR rust/22574:
725         * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
726         * gdb.rust/simple.rs (struct SimpleLayout): New.
727
728 2018-06-22  Simon Marchi  <simon.marchi@ericsson.com>
729
730         * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
731         "info registers" output.
732
733 2018-06-21  Richard Bunt  <richard.bunt@arm.com>
734
735         * gdb.base/watchpoint-hw-attach.c: New test.
736         * gdb.base/watchpoint-hw-attach.exp: New file.
737
738 2018-06-20  Simon Marchi  <simon.marchi@ericsson.com>
739
740         * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
741         through /bin/sh.
742         * boards/dwarf4-gdb-index.exp: Likewise.
743         * boards/fission-dwp.exp: Likewise.
744
745 2018-06-20  Ulrich Weigand  <uweigand@de.ibm.com>
746
747         * gdb.base/float128.exp: Add comment and improved fail message
748         to the failure case of "print large128" test.
749
750 2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
751
752         * configure.ac: Remove AC_PREREQ.
753         * configure: Re-generate.
754
755 2018-06-19  Pedro Alves  <palves@redhat.com>
756
757         * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
758         (func_extern_caller): New.
759         (main): Call func_extern_caller.
760         * gdb.opt/inline-break.exp: Add tests for inline frame skipping
761         logic change.
762
763 2018-06-18  Weimin Pan  <weimin.pan@oracle.com>
764
765         PR gdb/16841
766         * gdb.cp/typedef-base.cc: New file.
767         * gdb.cp/typedef-base.exp: New file.
768
769 2018-06-18  Tom de Vries  <tdevries@suse.de>
770
771         * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
772
773 2018-06-16  Andrew Burgess  <andrew.burgess@embecosm.com>
774             Richard Bunt <Richard.Bunt@arm.com>
775
776         * gdb.threads/attach-slow-waitpid.c: New file.
777         * gdb.threads/attach-slow-waitpid.exp: New file.
778         * gdb.threads/slow-waitpid.c: New file.
779
780 2018-06-14  Pedro Alves  <palves@redhat.com>
781
782         * gdb.base/fork-running-state.c: Include <errno.h>.
783         (exit_if_relative_exits): New.
784         (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
785         exits.
786         (fork_parent): If 'exit_if_relative_exits' is true, exit if the
787         child exits.
788
789 2018-06-14  Tom de Vries  <tdevries@suse.de>
790
791         PR cli/22573
792         * gdb.base/finish-pretty.c: New test.
793         * gdb.base/finish-pretty.exp: New file.
794
795 2018-06-14  Pedro Alves  <palves@redhat.com>
796
797         * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
798         gdb's expected startup output.
799
800 2018-06-14  Pedro Alves  <palves@redhat.com>
801
802         * lib/selftest-support.exp (selftest_setup): Remove inlined
803         function handling.
804
805 2018-06-14  Tom de Vries  <tdevries@suse.de>
806
807         * lib/selftest-support.exp (selftest_setup): Allow function arguments in
808         matching of breakpoint printing.
809
810 2018-06-13  Tom de Vries  <tdevries@suse.de>
811
812         PR testsuite/23269
813         * gdb.base/fork-running-state.c (main): Move setting of alarm ...
814         (fork_child): ... here, and ...
815         (fork_parent): ... here.
816
817 2018-06-12  Tom de Vries  <tdevries@suse.de>
818
819         * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
820
821 2018-06-12  Andrew Burgess  <andrew.burgess@embecosm.com>
822             Stephen Roberts  <stephen.roberts@arm.com>
823
824         * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
825         rewrite test to describe action performed, rather than possible
826         failure.
827
828 2018-06-08  Gary Benson <gbenson@redhat.com>
829
830         * gdb.threads/check-libthread-db.exp: New file.
831         * gdb.threads/check-libthread-db.c: Likewise.
832
833 2018-06-05  Tom Tromey  <tom@tromey.com>
834
835         * gdb.base/default.exp: Update expected "show version" output.
836
837 2018-06-05  Tom Tromey  <tom@tromey.com>
838
839         PR cli/12326:
840         * gdb.cp/static-print-quit.exp: Update.
841         * lib/gdb.exp (pagination_prompt): Update.
842         * gdb.base/page.exp: Use pagination_prompt.  Add new tests.
843         * gdb.python/python.exp: Update.
844
845 2018-06-04  Joel Brobecker  <brobecker@adacore.com>
846
847         * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
848
849 2018-06-01  Joel Brobecker  <brobecker@adacore.com>
850
851         * gdb.ada/bp_fun_addr: New testcase.
852
853 2018-06-01  Tom Tromey  <tom@tromey.com>
854
855         * gdb.xml/tdesc-regs.exp (load_description): Update expected
856         results.
857         * gdb.dwarf2/method-ptr.exp: Set language to C++.
858         * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
859         * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
860         * gdb.base/maint.exp (maint_pass_if): Update.
861
862 2018-05-31  Maciej W. Rozycki  <macro@mips.com>
863
864         * gdb.base/endian.exp: New test.
865         * gdb.base/endian.c: New test source.
866
867 2018-05-24  Andrew Burgess  <andrew.burgess@embecosm.com>
868
869         PR gdb/23203
870         * gdb.base/bt-selected-frame.c: New file.
871         * gdb.base/bt-selected-frame.exp: New file.
872         * lib/gdb.exp (get_current_frame_number): New function.
873
874 2018-05-24  Maciej W. Rozycki  <macro@mips.com>
875             Pedro Alves  <palves@redhat.com>
876
877         * gdb.threads/tls-core.c: Include <stdlib.h>
878         (thread_proc): Call `abort'.
879         * gdb.threads/tls-core.exp: Generate a core with core_find too.
880         (tls_core_test): New procedure, bits factored out from ...
881         (top level): ... here.  Test both native cores and gcore cores.
882
883 2018-05-23  Tom Tromey  <tom@tromey.com>
884
885         * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
886
887 2018-05-23  Tom Tromey  <tom@tromey.com>
888
889         * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
890         symfile_complaints.
891         (test_short_complaints): Likewise.
892         (test_empty_complaints): Likewise.
893         (test_initial_complaints): Update.
894
895 2018-05-23  Tom Tromey  <tom@tromey.com>
896
897         * gdb.gdb/complaints.exp (test_empty_complaints): Update.
898
899 2018-05-23  Tom Tromey  <tom@tromey.com>
900
901         * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
902         (test_short_complaints): Update.
903
904 2018-05-22  Pedro Alves  <palves@redhat.com>
905
906         * gdb.base/remote.exp: Only gdb_start after compiling the
907         testcase.  Issue "disconnect" before testing "set remote" command
908         defaults.  Issue clean_restart before running to main.
909
910 2018-05-22  Pedro Alves  <palves@redhat.com>
911
912         * gdb.base/remote.exp: Adjust expected output of "show remote
913         memory-write-packet-size".  Add tests for "set remote
914         memory-write-packet-size 0" and "set remote
915         memory-write-packet-size fixed/limit".
916
917 2018-05-22  Pedro Alves  <palves@redhat.com>
918
919         PR gdb/22973
920         * gdb.base/utf8-identifiers.c: New file.
921         * gdb.base/utf8-identifiers.exp: New file.
922
923 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
924
925         * gdb.arch/powerpc-fpscr-gcore.exp: New file.
926
927 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
928
929         * gdb.arch/powerpc-vsx-gcore.exp: New file.
930
931 2018-05-18  Tom Tromey  <tom@tromey.com>
932
933         * gdb.base/ptype-offsets.exp: Update.
934
935 2018-05-17  Keith Seitz  <keiths@redhat.com>
936
937         * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
938         in expected breakpoint stop locations.
939         * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
940         move to proper scope to test variable values.
941         * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
942         (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
943         New functions.
944         (main): Call not_inline_func3.
945         * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
946         inline_func1, inline_func2, and inline_func3.  Test that when each
947         breakpoint is hit, GDB properly reports both the stop location
948         and the backtrace. Repeat tests for temporary breakpoints.
949
950 2018-05-15  Maciej W. Rozycki  <macro@mips.com>
951
952         * gdb.server/server-kill.exp: Verify whether `server_pid' exists
953         rather then trying to access it in determining whether the PID
954         of `gdbserver' could have been retrieved.
955
956 2018-05-08  Andrew Burgess  <andrew.burgess@embecosm.com>
957
958         * gdb.arch/amd64-init-x87-values.S: New file.
959         * gdb.arch/amd64-init-x87-values.exp: New file.
960
961 2018-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
962
963         * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
964
965 2018-05-04  Tom Tromey  <tom@tromey.com>
966
967         PR python/22730:
968         * gdb.python/python.exp: Test multi-line execute.
969
970 2018-05-04  Tom Tromey  <tom@tromey.com>
971
972         PR python/22731:
973         * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
974
975 2018-05-04  Tom Tromey  <tom@tromey.com>
976
977         PR gdb/11750:
978         * gdb.base/define.exp: Test defining a user command inside a user
979         command.
980         * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
981
982 2018-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
983             Pedro Alves <palves@redhat.com>
984
985         PR breakpoints/19806 and support for PR external/20207.
986         * gdb.base/watchpoint-unaligned.c: New file.
987         * gdb.base/watchpoint-unaligned.exp: New file.
988
989 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
990
991         * gdb.base/maint.exp: Make test names unique, use
992         test_prefix_command_help to test 'help maint info', and remove
993         repeated test of 'help maint'.
994
995 2018-05-04  Tom Tromey  <tom@tromey.com>
996
997         PR gdb/22619:
998         * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
999         behavior.
1000
1001 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
1002
1003         * gdb.base/maint.exp: Process output from 'maint print registers'
1004         line at a time.
1005
1006 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
1007
1008         * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
1009         timeout.
1010
1011 2018-05-03  Andrew Burgess  <andrew.burgess@embecosm.com>
1012
1013         * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
1014         filter pattern.
1015
1016 2018-05-02  Pedro Alves  <palves@redhat.com>
1017
1018         * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
1019         to_log_command renames.
1020         * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1021
1022 2018-05-02  Tom Tromey  <tom@tromey.com>
1023
1024         * gdb.python/py-parameter.exp: Set test message.
1025
1026 2018-05-02  Tom Tromey  <tom@tromey.com>
1027
1028         PR python/20084:
1029         * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
1030         PARAM_ZUINTEGER_UNLIMITED tests.
1031
1032 2018-04-28  Dan Robertson  <danlrobertson89@gmail.com>
1033
1034         PR rust/23124
1035         * gdb.rust/expr.exp: Test that the unit type is correctly parsed
1036         when casting.
1037
1038 2018-04-30  Tom Tromey  <tom@tromey.com>
1039
1040         * gdb.python/py-type.exp: Check align attribute.
1041         * gdb.python/py-type.c: New "aligncheck" global.
1042
1043 2018-04-30  Tom Tromey  <tom@tromey.com>
1044
1045         PR exp/17095:
1046         * gdb.dwarf2/dw2-align.exp: New file.
1047         * gdb.cp/align.exp: New file.
1048         * gdb.base/align.exp: New file.
1049         * lib/gdb.exp (gdb_int128_helper): New proc.
1050         (has_int128_c, has_int128_cxx): New caching procs.
1051
1052 2018-04-27  Tom Tromey  <tom@tromey.com>
1053
1054         PR rust/22545:
1055         * gdb.rust/simple.exp: Add inclusive range tests.
1056
1057 2018-04-26  Pedro Alves  <palves@redhat.com>
1058
1059         * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
1060         ifunc breakpoint locations correctly of ifunc breakpoints set
1061         while the program resolves the ifunc.
1062
1063 2018-04-26  Pedro Alves  <palves@redhat.com>
1064
1065         * gdb.base/gnu-ifunc-final.c: New file.
1066         * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
1067         * gdb.base/gnu-ifunc.exp (executable): Delete.
1068         (staticexecutable): Adjust.
1069         (lib_opts, exec_opts): Delete.
1070         (make_binsuffix, build, set-break): New procedures.
1071         (misc_tests): New, with tests factored out from the top level.
1072         (top level): Test different combinations of ifunc resolver name,
1073         resolver with and with debug info, and ifunc target with and
1074         without debug info.  Wrap static tests with with_target_prefix.
1075
1076 2018-04-26  Pedro Alves  <palves@redhat.com>
1077
1078         * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
1079         return type" warnings.
1080
1081 2018-04-25  Pedro Alves  <palves@redhat.com>
1082
1083         * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
1084         killed".
1085         * gdb.base/kill-after-signal.exp: Likewise.
1086         * gdb.threads/kill.exp: Likewise.
1087
1088 2018-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1089             Sergio Durigan Junior  <sergiodj@redhat.com>
1090             Pedro Alves  <palves@redhat.com>
1091
1092         * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
1093         regexps to expect for '[Inferior ... detached]' as well.
1094         * gdb.base/attach.exp: Likewise.
1095         * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
1096         "gdb_continue_to_end".
1097         (test_catch_syscall_with_wrong_args): Likewise.
1098         * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
1099         ']'.  Don't set 'verbose' on.
1100         * gdb.base/foll-vfork.exp: Likewise.
1101         * gdb.base/fork-print-inferior-events.c: New file.
1102         * gdb.base/fork-print-inferior-events.exp: New file.
1103         * gdb.base/hook-stop.exp: Adjust regexps to expect for new
1104         '[Inferior ... has been killed]' message.
1105         * gdb.base/kill-after-signal.exp: Likewise.
1106         * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
1107         detach message.
1108         * gdb.threads/kill.exp: Adjust regexps to expect for new kill
1109         message.
1110         * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
1111         regexps to expect for '[Inferior ... detached]' as well.
1112         * gdb.threads/process-dies-while-detaching.exp: Likewise.
1113
1114 2018-04-24  Simon Marchi  <simon.marchi@ericsson.com>
1115
1116         PR gdb/23104
1117         * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
1118
1119 2018-04-19  Richard Bunt  <richard.bunt@arm.com>
1120
1121         * gdb.threads/multiple-successive-infcall.c: New test.
1122         * gdb.threads/multiple-successive-infcall.exp: New file.
1123
1124 2018-04-17  Tom Tromey  <tom@tromey.com>
1125
1126         * gdb.rust/simple.rs (Union): New type.
1127         (main): New local "u".
1128         * gdb.rust/simple.exp (test_one_slice): Add new test case.
1129
1130 2018-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1131
1132         * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
1133         number information in output of "whereis" command.
1134         * gdb.base/info-fun.exp: Likewise, for "info fun" command.
1135
1136 2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1137
1138         * gdb.ada/info_types.exp: Adjust expected output to the line
1139         numbers now printed by "info var/func/type".
1140         * gdb.base/completion.exp: Likewise.
1141         * gdb.base/included.exp: Likewise.
1142         * gdb.cp/cp-relocate.exp: Likewise.
1143         * gdb.cp/cplusfuncs.exp: Likewise.
1144         * gdb.cp/namespace.exp: Likewise.
1145         * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1146
1147 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
1148
1149         * gdb.btrace/cpu.exp: New.
1150
1151 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
1152
1153         * gdb.base/step-indirect-call-thunk.exp: New.
1154         * gdb.base/step-indirect-call-thunk.c: New.
1155         * gdb.reverse/step-indirect-call-thunk.exp: New.
1156         * gdb.reverse/step-indirect-call-thunk.c: New.
1157
1158 2018-04-11  Simon Marchi  <simon.marchi@ericsson.com>
1159
1160         * gdb.base/pie-fork.c: New file.
1161         * gdb.base/pie-fork.exp: New file.
1162
1163 2018-04-11  Tom Tromey  <tom@tromey.com>
1164
1165         * gdb.rust/simple.exp: Add test for ".." struct initializer.
1166
1167 2018-04-10  Pedro Alves  <palves@redhat.com>
1168
1169         * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1170         exits.  Instead loop running forever.
1171         (fork_parent): Run forever too.
1172
1173 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
1174
1175         * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1176         mi_continue_to_line.
1177         * gdb.mi/mi-stack.c (callee4): Add comment.
1178
1179 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
1180
1181         * gdb.mi/mi-stack.exp: Fix indentation.
1182
1183 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
1184
1185         PR gdb/22979
1186         * gdb.arch/amd64-osabi.exp: New file.
1187
1188 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
1189
1190         PR gdb/22980
1191         * gdb.base/osabi.exp: New file.
1192
1193 2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
1194
1195         * gdb.cp/static-typedef-print.exp: New file.
1196         * gdb.cp/static-typedef-print.cc: New file.
1197
1198 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
1199
1200         * gdb.ada/varsize_limit: New testcase.
1201
1202 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
1203
1204         * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1205
1206         * gdb.ada/notcplusplus: New testcase.
1207
1208         * gdb.base/c-linkage-name.c: New file.
1209         * gdb.base/c-linkage-name.exp: New testcase.
1210
1211 2018-03-26  Tom Tromey  <tom@tromey.com>
1212
1213         * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1214         * gdb.python/py-framefilter.py (name_error): New global.
1215         (ErrorInName.function): Use name_error.
1216
1217 2018-03-26  Tom Tromey  <tom@tromey.com>
1218
1219         PR backtrace/15582:
1220         * gdb.python/py-framefilter.exp: Add "bt hide" test.
1221
1222 2018-03-23  Keith Seitz  <keiths@redhat.com>
1223
1224         PR c++/22968
1225         * gdb.cp/subtypes.exp: New file.
1226         * gdb.cp/subtypes.h: New file.
1227         * gdb.cp/subtypes.cc: New file.
1228         * gdb.cp/subtypes-2.cc: New file.
1229
1230 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
1231
1232         * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1233         (done): Call '_exit' not 'exit' to avoid atexit handlers.
1234         * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1235         -nostartfiles when compiling the test.  Confirm that all registers
1236         xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1237
1238 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
1239
1240         * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1241         option, syntax was wrong anyway.
1242         * gdb.arch/arm-disp-step.exp: Likewise.
1243         * gdb.arch/sparc64-regs.exp: Likewise.
1244         * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1245         option, syntax was wrong anyway, switch to use
1246         prepare_for_testing.
1247         * gdb.arch/i386-disp-step.exp: Likewise.
1248
1249 2018-03-23  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1250
1251         * gdb.ada/exec_changed.exp: Replace "target_info exists
1252         use_gdb_stub" by "use_gdb_stub".
1253         * gdb.ada/start.exp: Likewise.
1254         * gdb.base/async-shell.exp: Likewise.
1255         * gdb.base/attach-pie-misread.exp: Likewise.
1256         * gdb.base/attach-wait-input.exp: Likewise.
1257         * gdb.base/break-entry.exp: Likewise.
1258         * gdb.base/break-interp.exp: Likewise.
1259         * gdb.base/dprintf-detach.exp: Likewise.
1260         * gdb.base/nostdlib.exp: Likewise.
1261         * gdb.base/solib-nodir.exp: Likewise.
1262         * gdb.base/statistics.exp: Likewise.
1263         * gdb.base/testenv.exp: Likewise.
1264         * gdb.mi/mi-exec-run.exp: Likewise.
1265         * gdb.mi/mi-start.exp: Likewise.
1266         * gdb.multi/dummy-frame-restore.exp: Likewise.
1267         * gdb.multi/multi-arch-exec.exp: Likewise.
1268         * gdb.multi/multi-arch.exp: Likewise.
1269         * gdb.multi/tids.exp: Likewise.
1270         * gdb.multi/watchpoint-multi.exp: Likewise.
1271         * gdb.python/py-events.exp: Likewise.
1272         * gdb.threads/attach-into-signal.exp: Likewise.
1273         * gdb.threads/attach-stopped.exp: Likewise.
1274         * gdb.threads/threadapply.exp: Likewise.
1275         * lib/selftest-support.exp: Likewise.
1276
1277 2018-03-22  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1278
1279         * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1280
1281 2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
1282
1283         * gdb.perf/template-breakpoints.cc: New file.
1284         * gdb.perf/template-breakpoints.exp: New file.
1285         * gdb.perf/template-breakpoints.py: New file.
1286
1287 2018-03-19  Tom Tromey  <tom@tromey.com>
1288
1289         * gdb.rust/simple.rs (main): Add local variables field1, field2,
1290         y0.
1291         * gdb.rust/simple.exp: Test bare identifier form of struct
1292         initializer.
1293
1294 2018-03-19  Tom Tromey  <tom@tromey.com>
1295
1296         * gdb.gdb/observer.exp: Remove.
1297
1298 2018-03-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1299
1300         * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1301         "qualified" option when setting breakpoints.
1302         * gdb.trace/backtrace.exp: Likewise.
1303         * gdb.trace/circ.exp: Likewise.
1304         * gdb.trace/collection.exp: Likewise.
1305         * gdb.trace/disconnected-tracing.exp: Likewise.
1306         * gdb.trace/ftrace-lock.exp: Likewise.
1307         * gdb.trace/ftrace.exp: Likewise.
1308         * gdb.trace/infotrace.exp: Likewise.
1309         * gdb.trace/packetlen.exp: Likewise.
1310         * gdb.trace/passc-dyn.exp: Likewise.
1311         * gdb.trace/qtro.exp: Likewise.
1312         * gdb.trace/read-memory.exp: Likewise.
1313         * gdb.trace/report.exp: Likewise.
1314         * gdb.trace/signal.exp: Likewise.
1315         * gdb.trace/status-stop.exp: Likewise.
1316         * gdb.trace/strace.exp: Likewise.
1317         * gdb.trace/tfind.exp: Likewise.
1318         * gdb.trace/trace-break.exp: Likewise.
1319         * gdb.trace/trace-condition.exp: Likewise.
1320         * gdb.trace/trace-mt.exp: Likewise.
1321         * gdb.trace/tstatus.exp: Likewise.
1322         * gdb.trace/tsv.exp: Likewise.
1323         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1324         * gdb.trace/unavailable.exp: Likewise.
1325         * gdb.trace/while-dyn.exp: Likewise.
1326
1327 2018-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1328
1329         * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1330         that libinproctrace is copied to the target.
1331
1332 2018-03-14  Tom Tromey  <tom@tromey.com>
1333
1334         PR cli/14977:
1335         * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1336         a null pointer.
1337         * gdb.base/wchar.exp: Likewise.
1338
1339 2018-03-14  Tom Tromey  <tom@tromey.com>
1340
1341         PR cli/19918:
1342         * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1343         flag.
1344
1345 2018-03-08  Simon Marchi  <simon.marchi@ericsson.com>
1346
1347         PR gdb/22841
1348         * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1349         "target" to remote_exec.
1350
1351 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
1352
1353         PR gdb/22841
1354         * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1355         ${board}_upload): Remove.
1356
1357 2018-03-07  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1358
1359         * gdb.cp/watch-cp.cc: New test.
1360         * gdb.cp/watch-cp.exp: New file.
1361
1362 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1363
1364         * gdb.base/infcall-nested-structs.exp: New file.
1365         * gdb.base/infcall-nested-structs.c: New file.
1366         * gdb.base/float.exp: Add riscv support.
1367
1368 2018-03-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1369
1370         * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1371         * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1372
1373 2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
1374
1375         * gdb.server/abspath.exp: New file.
1376         * lib/gdb.exp (with_cwd): New procedure.
1377
1378 2018-02-28  Simon Marchi  <simon.marchi@ericsson.com>
1379
1380         * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1381         use it.
1382         (gdb_is_target_remote_prompt): New proc.
1383         (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1384         (gdb_is_target_native): Pass prompt parameter to
1385         gdb_is_target_1.
1386
1387 2018-02-26  Simon Marchi  <simon.marchi@polymtl.ca>
1388
1389         * gdb.base/load-command.c: New file.
1390         * gdb.base/load-command.exp: New file.
1391         * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1392         (gdb_is_target_1): ...this, and generalize for other targets
1393         than just remote.
1394         (gdb_is_target_remote): Use gdb_is_target_1.
1395         (gdb_is_target_native): use gdb_is_target_1.
1396
1397 2018-02-26  Tom Tromey  <tom@tromey.com>
1398
1399         PR python/16497:
1400         * gdb.python/py-framefilter.exp: Update test.
1401
1402 2018-02-26  Tom Tromey  <tom@tromey.com>
1403
1404         * gdb.dwarf2/variant.c: New file.
1405         * gdb.dwarf2/variant.exp: New file.
1406
1407 2018-02-26  Tom Tromey  <tom@tromey.com>
1408
1409         * gdb.rust/simple.exp: Accept more possible results in enum test.
1410
1411 2018-02-25  Simon Marchi  <simon.marchi@polymtl.ca>
1412
1413         * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1414         parentheses.
1415
1416 2018-02-23  Maciej W. Rozycki  <macro@mips.com>
1417
1418         * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1419         name of a variable: $actual_linejj -> $actual_line.
1420
1421 2018-02-21  John Baldwin  <jhb@FreeBSD.org>
1422
1423         * gdb.arch/amd64-i386-address.exp: Fix a typo.
1424
1425 2018-02-20  Markus Metzger  <markus.t.metzger@intel.com>
1426
1427         * gdb.btrace/buffer-size.exp: Do not force BTS.
1428
1429 2018-02-14  Pedro Alves  <palves@redhat.com>
1430
1431         * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1432         getting a "Quit".
1433
1434 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1435
1436         * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1437         Fix test name.
1438
1439 2018-02-07  Simon Marchi  <simon.marchi@ericsson.com>
1440
1441         * gdb.cp/m-static.exp: Check type of optimized out static
1442         member.
1443
1444 2018-02-03  Andrew Burgess  <andrew.burgess@embecosm.com>
1445
1446         * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1447         * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1448
1449 2018-02-01  Simon Marchi  <simon.marchi@polymtl.ca>
1450             Leszek Swirski  <leszeks@google.com>
1451
1452         * gdb.python/py-prettyprint.c
1453         (struct to_string_returns_value_inner,
1454         struct to_string_returns_value_wrapper): New.
1455         (main): Add tsrvw variable.
1456         * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
1457         ToStringReturnsValueWrapper): New classes.
1458         (register_pretty_printers): Register new pretty-printers.
1459         * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1460         recursive pretty printer.
1461         * gdb.python/py-mi.exp: Likewise.
1462
1463 2018-02-01  Leszek Swirski  <leszeks@google.com>
1464
1465         * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1466         functions with the same name as an include file are parsed
1467         correctly.
1468
1469 2018-02-01  Yao Qi  <yao.qi@linaro.org>
1470
1471         * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1472         "\[^\r\n\]*".
1473
1474 2018-01-31  Nikola Prica  <nikola.prica@rt-rk.com>
1475
1476         * gdb.arch/powerpc-prologue-frame.s: New file.
1477         * gdb.arch/powerpc-prologue-frame.c: Likewise.
1478         * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1479
1480 2018-01-31  Joel Brobecker  <brobecker@adacore.com>
1481
1482         * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1483
1484 2018-01-30  Pedro Alves  <palves@redhat.com>
1485
1486         PR gdb/13211
1487         * gdb.base/interrupt-daemon.c: New.
1488         * gdb.base/interrupt-daemon.exp: New.
1489         * gdb.multi/multi-term-settings.c: New.
1490         * gdb.multi/multi-term-settings.exp: New.
1491
1492 2018-01-30  Joel Brobecker  <brobecker@adacore.com>
1493
1494         * gdb.base/break.exp: Save the location where the breakpoint
1495         on break.c:47 was actually inserted when debugging the version
1496         compiled at -O2 and use it in the expected output of the "info
1497         break" test performed soon after.
1498
1499 2018-01-22  Pedro Alves  <palves@redhat.com>
1500             Sergio Durigan Junior  <sergiodj@redhat.com>
1501
1502         * gdb.base/whatis.exp: Add tests for 'set print object on' +
1503         'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1504
1505 2018-01-22  Joel Brobecker  <brobecker@adacore.com>
1506
1507         * gdb.base/break-include.c, gdb.base/break-include.inc,
1508         gdb.base/break-include.exp: New files.
1509         * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1510         line number now being the actual line number where the breakpoint
1511         was inserted.
1512         * gdb.mi/mi-break.exp: Likewise.
1513         * gdb.mi/mi-reverse.exp: Likewise.
1514         * gdb.mi/mi-simplerun.exp: Ditto.
1515
1516 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1517
1518         * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1519         varobj.
1520         * gdb.mi/mi-var-create-rtti.exp: Likewise.
1521
1522 2018-01-21  Don Breazeal  <donb@codesourcery.com>
1523             Andrew Burgess  <andrew.burgess@embecosm.com>
1524
1525         * gdb.mi/basics.c: Add new global.
1526         * gdb.mi/mi-frame-regs.exp: New file.
1527         * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1528         case.
1529
1530 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1531
1532         * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1533         non-parameter, and on an unknown symbol.
1534
1535 2018-01-19  Tom Tromey  <tom@tromey.com>
1536
1537         * gdb.rust/modules.rs (TWENTY_THREE): New global.
1538         * gdb.rust/modules.exp: Add ::-qualified lookup test.
1539
1540 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1541
1542         * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1543         setrlimit and chdir to int.
1544
1545 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1546
1547         * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1548         function.
1549         (my_tend): Likewise.
1550         * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1551         rationale of avoiding FP- and vector instructions.
1552
1553 2018-01-19  Ruslan Kabatsayev  <b7.10110111@gmail.com>
1554
1555         * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1556         "info reg" with "\[ \t\]*".
1557         * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1558         "\[ \t\]+".
1559         * gdb.arch/s390-multiarch.exp: Ditto.
1560         * gdb.base/pc-fp.exp: Ditto.
1561         * gdb.reverse/i386-precsave.exp: Ditto.
1562         * gdb.reverse/i386-reverse.exp: Ditto.
1563         * gdb.reverse/i387-env-reverse.exp: Ditto.
1564         * gdb.reverse/i387-stack-reverse.exp: Ditto.
1565
1566 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1567
1568         * lib/gdb.exp (gdb_compile): Re-enable use of
1569         universal_compile_options for languages other than Rust.
1570
1571 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1572
1573         * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1574
1575 2018-01-17  Mike Gulick  <mgulick@mathworks.com>
1576
1577         PR gdb/16577
1578         * gdb.base/solib-vanish.exp: New.
1579         * gdb.base/solib-vanish-main.c: New.
1580         * gdb.base/solib-vanish-lib1.c: New.
1581         * gdb.base/solib-vanish-lib2.c: New.
1582
1583 2018-01-17  Yao Qi  <yao.qi@linaro.org>
1584
1585         * gdb.compile/compile.exp: Match the address printed for
1586         frame in the output of command "bt".
1587
1588 2018-01-15  Tom Tromey  <tom@tromey.com>
1589
1590         * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1591         compute sp_reg.
1592
1593 2018-01-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1594
1595         * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1596         to prepare.
1597         (prepare): Return 0 on error, 1 on success.
1598
1599 2018-01-12  Pedro Alves  <palves@redhat.com>
1600
1601         * gdb.base/continue-after-aborted-step-over.c: New.
1602         * gdb.base/continue-after-aborted-step-over.exp: New.
1603
1604 2018-01-11  Simon Marchi  <simon.marchi@ericsson.com>
1605
1606         * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1607         options when not creating an executable.
1608
1609 2018-01-11  Pedro Alves  <palves@redhat.com>
1610
1611         PR remote/22597
1612         * gdb.server/stop-reply-no-thread.c: New file.
1613         * gdb.server/stop-reply-no-thread.exp: New file.
1614
1615 2018-01-10  Pedro Alves  <palves@redhat.com>
1616
1617         PR gdb/22670
1618         * gdb.ada/bp_c_mixed_case.exp: Add intro comment.  Test printing C
1619         functions too.  Test setting breakpoints and printing C functions
1620         with no debug info too.
1621         * gdb.ada/bp_c_mixed_case/qux.c: New file.
1622
1623 2018-01-10  Pedro Alves  <palves@redhat.com>
1624
1625         PR gdb/22670
1626         * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1627         a fail.
1628
1629 2018-01-10  Pedro Alves  <palves@redhat.com>
1630
1631         PR gdb/22670
1632         * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1633
1634 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
1635
1636         * gdb.server/unittest.exp: Match the output in non-development
1637         mode.
1638
1639 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
1640
1641         * gdb.gdb/unittest.exp: Match output in non-development mode.
1642
1643 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
1644
1645         * gdb.ada/access_tagged_param.exp: Relax expected output
1646         for value of "ObjL" in "continue" to pck.inspect breakpoint
1647         test.
1648
1649 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
1650
1651         * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1652         * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
1653
1654 2018-01-05  Pedro Alves  <palves@redhat.com>
1655
1656         PR gdb/18653
1657         * gdb.base/libsegfault.exp: New.
1658
1659 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
1660
1661         PR gdb/22670
1662         * gdb.ada/access_tagged_param.exp: New file.
1663         * gdb.ada/access_tagged_param/foo.adb: New file.
1664
1665 2018-01-05  Pedro Alves  <palves@redhat.com>
1666
1667         PR gdb/22670
1668         * gdb.ada/info_addr_mixed_case.exp: Remove kfail.  Extend test to
1669         exercise lower case too, and to exercise both full matching and
1670         wild matching.
1671
1672 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
1673
1674         * gdb.ada/rename_subscript_param: New testcase.
1675
1676 2018-01-05  Jerome Guitton  <guitton@adacore.com>
1677
1678         * gdb.ada/arr_acc_idx_w_gap: New testcase.
1679
1680 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
1681
1682         * gdb.ada/convvar_comp: New testcase.
1683
1684 2018-01-05  Xavier Roirand  <roirand@adacore.com>
1685
1686         * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1687         (My_Table): New global variable.
1688         * testsuite/gdb.ada/array_char_idx.exp: Add test.
1689
1690 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
1691
1692         PR gdb/22670
1693         * gdb.ada/maint_with_ada: New testcase.
1694
1695 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
1696
1697         PR gdb/22670
1698         * gdb.ada/bp_c_mixed_case: New testcase.
1699
1700 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
1701
1702         PR gdb/22670
1703         * gdb.ada/complete.exp: Add "complete break ada" test.
1704
1705 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
1706
1707         PR gdb/22670
1708         * gdb.ada/info_addr_mixed_case: New testcase.
1709
1710 2018-01-03  Xavier Roirand  <roirand@adacore.com>
1711
1712         * gdb.ada/excep_handle.exp: New testcase.
1713         * gdb.ada/excep_handle/foo.adb: New file.
1714         * gdb.ada/excep_handle/pck.ads: New file.
1715
1716 2018-01-03  Joel Brobecker  <brobecker@adacore.com>
1717
1718         * gdb.base/step-line.c: Add extra empty line in copyright header.
1719         * gdb.base/step-line.inp: Likewise.
1720
1721 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
1722
1723         * gdb.ada/dyn_stride.exp: Add slice test.
1724
1725 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
1726
1727         * gdb.ada/dyn_stride: New testcase.
1728
1729 2017-12-27  Stafford Horne  <shorne@gmail.com>
1730
1731         * gdb.xml/extra-regs.xml: Add example foo reggroup.
1732         * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1733
1734 2017-12-27  Stafford Horne  <shorne@gmail.com>
1735
1736         * gdb.base/reggroups.c: New file.
1737         * gdb.base/reggroups.exp: New file.
1738
1739 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
1740
1741         * gdb.dwarf2/ada-valprint-error.c: New file.
1742         * gdb.dwarf2/ada-valprint-error.exp: New file.
1743
1744 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
1745
1746         * gdb.ada/assign_arr: New testcase.
1747
1748 2017-12-18  Xavier Roirand  <roirand@adacore.com>
1749
1750         * gdb.ada/funcall_ptr: New testcase.
1751
1752 2017-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
1753
1754         PR cli/16224
1755         * gdb.base/ptype-offsets.cc: New file.
1756         * gdb.base/ptype-offsets.exp: New file.
1757
1758 2017-12-15  Yao Qi  <yao.qi@linaro.org>
1759
1760         * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1761         if XML is disabled.
1762
1763 2017-12-15  Xavier Roirand  <roirand@adacore.com>
1764
1765         * gdb.ada/same_component_name: New testcase.
1766
1767 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
1768
1769         * gdb.ada/str_binop_equal: New testcase.
1770
1771 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
1772
1773         * gdb.ada/task_switch_in_core: New testcase.
1774
1775 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
1776
1777         * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1778         * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1779         call test_bkpt_qualified.
1780         (test_bkpt_qualified): New proc.
1781
1782 2017-12-13  Pedro Alves  <palves@redhat.com>
1783
1784         * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1785         Tighten regexp by matching with an anchor.
1786
1787 2017-12-13  Pedro Alves  <palves@redhat.com>
1788
1789         * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1790         ("expression with namespace"): New set of tests.
1791         * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1792         (Nested::Test_NS::qux): New.
1793         * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1794         defaults to 'start_quote_char' and 'end_quote_char' parameters.
1795
1796 2017-12-13  Joel Brobecker  <brobecker@adacore.com>
1797
1798         * gdb.base/server-del-break.c: New file.
1799         * gdb.base/server-del-break.exp: New file.
1800
1801 2017-12-12  Stafford Horne  <shorne@gmail.com>
1802
1803         * gdb.xml/tdesc-regs.exp: Add or1k support.
1804
1805 2017-12-12  Stafford Horne  <shorne@gmail.com>
1806
1807         * gdb.base/bp-permanent.c: Define nop of or1k.
1808
1809 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
1810
1811         * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1812         output with components being reordered.
1813
1814 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
1815
1816         * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1817         output with components being reordered.
1818
1819 2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1820             Pedro Alves  <palves@redhat.com>
1821
1822         * gdb.base/maint.exp (check for .gdb_index): Check also for
1823         .debug_names.
1824         * gdb.dlang/watch-loc.c (.debug_aranges): New.
1825         * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1826         * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1827         (.gdb_index used after symbol reloading): Support also .debug_names.
1828         * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1829
1830 2017-12-08  Yao Qi  <yao.qi@linaro.org>
1831
1832         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1833         * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1834
1835 2017-12-08  Yao Qi  <yao.qi@linaro.org>
1836
1837         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1838         * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1839
1840 2017-12-08  Yao Qi  <yao.qi@linaro.org>
1841
1842         * gdb.arch/aarch64-tagged-pointer.c: New file.
1843         * gdb.arch/aarch64-tagged-pointer.exp: New file.
1844
1845 2017-12-08  Sergio Durigan Junior  <sergiodj@redhat.com>
1846
1847         * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1848         "int".
1849
1850 2017-12-07  Keith Seitz  <keiths@redhat.com>
1851
1852         PR breakpoints/22569
1853         * gdb.linespec/ls-errs.exp: Change expected result of "break
1854         -source this file has spaces.c -line 3".
1855         Check that an explicit source file followed by whitespace is
1856         identified as an invalid explicit location.
1857
1858 2017-12-07  Keith Seitz  <keiths@redhat.com>
1859
1860         * gdb.cp/nested-types.cc: New file.
1861         * gdb.cp/nested-types.exp: New file.
1862         * lib/cp-support.exp: Load data-structures.exp library.
1863         (debug_cp_test_ptype_class): New global.
1864         (cp_ptype_class_verbose, next_line): New procedures.
1865         (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1866         Add and document new return value.
1867         Switch the list of lines to a queue.
1868         Add support for new `type' key for nested type definitions.
1869         Add debugging/troubleshooting messages.
1870         * lib/data-structures.exp: New file.
1871
1872 2017-12-07  Simon Marchi  <simon.marchi@ericsson.com>
1873
1874         * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1875         with proc_with_prefix, don't use with_test_prefix.
1876
1877 2017-12-07  Tom Tromey  <tom@tromey.com>
1878
1879         * gdb.base/break.exp: Add test for empty "commands".
1880
1881 2017-12-07  Yao Qi  <yao.qi@linaro.org>
1882
1883         * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1884         malloc and catch syscall.
1885
1886 2017-12-07  Phil Muldoon  <pmuldoon@redhat.com>
1887
1888        * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1889         tests for explicit locations.
1890
1891 2017-12-06  Pedro Alves  <palves@redhat.com>
1892
1893         * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1894         force-disabling XML descriptions.
1895
1896 2017-12-04  Pedro Alves  <palves@redhat.com>
1897
1898         PR gdb/22499
1899         * gdb.arch/amd64-disp-step-avx.S: New file.
1900         * gdb.arch/amd64-disp-step-avx.exp: New file.
1901
1902 2017-12-03  Pedro Alves  <palves@redhat.com>
1903
1904         * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1905         and <string.h>.
1906         (parent_function): Print distinct messages when waitpid fails, or
1907         the child exits with a signal, or the child exits for an unhandled
1908         reason.
1909         * gdb.threads/process-dies-while-detaching.exp
1910         (detach_and_expect_exit): New 'inf_output_re' parameter and use
1911         it.  Wait for both inferior output and GDB's prompt.  Use an
1912         indirect spawn id list.
1913         (do_detach): New parameter 'child_exit'.  Use it to compute
1914         expected inferior output.
1915         (test_detach, test_detach_watch, test_detach_killed_outside):
1916         Adjust to pass down the expected child exit kind.
1917
1918 2017-12-01  Joel Brobecker  <brobecker@adacore.com>
1919             Sergio Durigan Junior  <sergiodj@redhat.com>
1920             Pedro Alves  <palves@redhat.com>
1921
1922         * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1923
1924 2017-12-01  Sergio Durigan Junior  <sergiodj@redhat.com>
1925
1926         * gdb.base/relocate.exp: Add tests to guarantee that arguments
1927         to 'symbol-file' and 'add-symbol-file' can be
1928         position-independent.
1929
1930 2017-12-01  Yao Qi  <yao.qi@linaro.org>
1931
1932         * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1933         the URL in copyright header.
1934         * gdb.arch/aarch64-fp.exp: Likewise.
1935         * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1936         * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1937         * gdb.base/expand-psymtabs.exp: Likewise.
1938         * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1939         * gdb.fortran/common-block.exp: Likewise.
1940         * gdb.fortran/common-block.f90: Likewise.
1941         * gdb.fortran/logical.exp: Likewise.
1942         * gdb.fortran/vla-datatypes.f90: Likewise.
1943         * gdb.fortran/vla-sub.f90: Likewise.
1944
1945 2017-11-30  Joel Brobecker  <brobecker@adacore.com>
1946
1947         * gdb.ada/repeat_dyn: New testcase.
1948
1949 2017-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
1950
1951         * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1952         Update for changed thread numbering.
1953         * gdb.cell/bt.exp: Update for changed GDB output.
1954
1955 2017-11-30  Simon Marchi  <simon.marchi@ericsson.com>
1956
1957         * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1958         setting isremote by hand.
1959         * boards/dwarf4-gdb-index.exp: Likewise.
1960         * boards/fission.exp: Likewise.
1961         * boards/stabs.exp: Likewise.
1962
1963 2017-11-30  Pedro Alves  <palves@redhat.com>
1964
1965         * gdb.linespec/cpls-ops.exp
1966         (check_explicit_skips_function_argument): Extract the underlying
1967         type of size_t instead of hardcoding it.
1968
1969 2017-11-29  Pedro Alves  <palves@redhat.com>
1970
1971         PR c++/19436
1972         * gdb.linespec/cpls-abi-tag.cc: New file.
1973         * gdb.linespec/cpls-abi-tag.exp: New file.
1974
1975 2017-11-29  Pedro Alves  <palves@redhat.com>
1976
1977         * gdb.base/langs.exp: Use -qualified.
1978         * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1979         it.
1980         * gdb.cp/namespace.exp: Use -qualified.
1981         * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1982         (overload-3, template-overload, template-ret-type, const-overload)
1983         (const-overload-quoted, anon-ns, ambiguous-prefix): New
1984         procedures.
1985         (test_driver): Call them.
1986         * gdb.cp/save-bp-qualified.cc: New.
1987         * gdb.cp/save-bp-qualified.exp: New.
1988         * gdb.linespec/explicit.exp: Test -qualified.
1989         * lib/completion-support.exp (completion::explicit_opts_list): Add
1990         "-qualified".
1991         * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1992
1993 2017-11-29  Phil Muldoon  <pmuldoon@redhat.com>
1994
1995         * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1996
1997 2017-11-29  Tom Tromey  <tom@tromey.com>
1998
1999         * gdb.base/relocate.exp: Update invalid argument test.
2000         Add new tests for invalid arguments.
2001
2002 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2003
2004         * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
2005         Return 0 as a long.
2006         * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
2007
2008 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2009
2010         * gdb.cp/breakpoint.cc (bar): Set return type to void.
2011         * gdb.cp/psymtab-parameter.cc (func): Likewise.
2012         * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
2013         func ().
2014         * gdb.cp/shadow.cc (B.func): Return 0.
2015
2016 2017-11-27  Joel Brobecker  <brobecker@adacore.com>
2017
2018         * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
2019         expected output in gdb_expect call to allow the exception
2020         message to be present as well.  Fix syntax confusion to avoid
2021         TCL thinking that exception_name is an array.
2022
2023 2017-11-26  Ulrich Weigand  <uweigand@de.ibm.com>
2024
2025         * gdb.arch/spu-info.c: Include <unistd.h>.
2026         (do_signal_test): Fix broken calls to write.
2027         * gdb.arch/spu-info.exp: Use prepare_for_testing.
2028         Fix checks for empty mailboxes.  Update signal tests for corrected
2029         do_signal_test routine.  Allow nonzero event status.
2030         * gdb.arch/spu-ls.exp: Use prepare_for_testing.
2031         * gdb.cell/arch.exp: Use standard_output_file.
2032         * gdb.cell/break.exp: Likewise.
2033         * gdb.cell/bt.exp: Likewise.
2034         * gdb.cell/core.exp: Likewise.
2035         * gdb.cell/dwarfaddr.exp: Likewise.
2036         * gdb.cell/ea-cache.exp: Likewise.
2037         * gdb.cell/ea-standalone.exp: Likewise.
2038         * gdb.cell/f-regs.exp: Likewise.
2039         * gdb.cell/fork.exp: Likewise.
2040         * gdb.cell/gcore.exp: Likewise.
2041         * gdb.cell/mem-access.exp: Likewise.
2042         * gdb.cell/ptype.exp: Likewise.
2043         * gdb.cell/registers.exp: Likewise.
2044         * gdb.cell/sizeof.exp: Likewise.
2045         * gdb.cell/solib-symbol.exp: Likewise.
2046         * gdb.cell/solib.exp: Likewise.
2047
2048 2017-11-25   Pedro Alves  <palves@redhat.com>
2049
2050         * gdb.base/complete-empty.exp: New file.
2051         * gdb.base/completion.exp: Adjust.
2052
2053 2017-11-25  Pedro Alves  <palves@redhat.com>
2054
2055         * gdb.linespec/cpls-ops.cc: New file.
2056         * gdb.linespec/cpls-ops.exp: New file.
2057         * lib/completion-support.exp (test_complete_prefix_range_re): New,
2058         factored out from ...
2059         (test_complete_prefix_range): ... this.
2060
2061 2017-11-24  Pedro Alves  <palves@redhat.com>
2062
2063         * gdb.linespec/cpcompletion.exp: New file.
2064         * gdb.linespec/cpls-hyphen.cc: New file.
2065         * gdb.linespec/cpls.cc: New file.
2066         * gdb.linespec/cpls2.cc: New file.
2067         * gdb.linespec/explicit.exp: Load completion-support.exp.  Adjust
2068         test to use test_gdb_complete_unique.  Add label completion,
2069         keyword completion and explicit location completion tests.
2070         * lib/completion-support.exp: New file.
2071
2072 2017-11-24  Joel Brobecker  <brobecker@adacore.com>
2073
2074         * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
2075         gdb.ada/mi_ex_cond.exp: Accept optional exception message in
2076         when hitting an exception catchpoint.
2077
2078 2017-11-22  Yao Qi  <yao.qi@linaro.org>
2079
2080         * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
2081
2082 2017-11-22  Simon Marchi  <simon.marchi@ericsson.com>
2083
2084         * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
2085         * gdb.dwarf2/info-locals-optimized-out.exp: New file.
2086         * gdb.dwarf2/info-locals-optimized-out.c: New file.
2087
2088 2017-11-22  Yao Qi  <yao.qi@linaro.org>
2089
2090         * gdb.base/info-os.exp: Pass pthreads.
2091         * gdb.multi/multi-attach.exp: Likewise.
2092
2093 2017-11-22  Yao Qi  <yao.qi@linaro.org>
2094
2095         * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
2096         compiler.
2097
2098 2017-11-22  Yao Qi  <yao.qi@linaro.org>
2099
2100         * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
2101         * gdb.base/break-interp.exp: Likewise.
2102         * gdb.base/jit-attach-pie.exp: Likewise.
2103
2104 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
2105
2106         * gdb.base/float128.c (large128): New variable.
2107         * gdb.base/float128.exp: Add test to print largest __float128 value.
2108
2109 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
2110
2111         * gdb.arch/vsx-regs.exp: Update register content checks.
2112
2113 2017-11-21  Ulrich Weigand  <uweigand@de.ibm.com>
2114
2115         * gdb.arch/ppc-longdouble.exp: New file.
2116         * gdb.arch/ppc-longdouble.c: Likewise.
2117
2118 2017-11-21  Pedro Alves  <palves@redhat.com>
2119
2120         * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
2121
2122 2017-11-20  Pedro Alves  <palves@redhat.com>
2123
2124         * gdb.base/whatis-ptype-typedefs.c (double_typedef)
2125         (long_double_typedef): New typedefs.
2126         Use DEF on double and long double.
2127         * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
2128         cases.
2129         (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
2130         and 'long_double_ptr_same_size' locals.  Use them to decide
2131         whether cast from array/function to float is valid/invalid.
2132
2133 2017-11-17  Tom Tromey  <tom@tromey.com>
2134
2135         * gdb.rust/traits.rs: New file.
2136         * gdb.rust/traits.exp: New file.
2137
2138 2017-11-17  Joel Brobecker  <brobecker@adacore.com>
2139
2140         * gdb.ada/minsyms: New testcase.
2141
2142 2017-11-16  Pedro Alves  <palves@redhat.com>
2143
2144         * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2145         * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2146
2147 2017-11-16  Pedro Alves  <palves@redhat.com>
2148
2149         * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2150         gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2151
2152 2017-11-16  Pedro Alves  <palves@redhat.com>
2153
2154         * gdb.server/reconnect-ctrl-c.c: New file.
2155         * gdb.server/reconnect-ctrl-c.exp: New file.
2156
2157 2017-11-16  Phil Muldoon  <pmuldoon@redhat.com>
2158
2159         * gdb.python/py-rbreak.exp: New file.
2160         * gdb.python/py-rbreak.c: New file.
2161         * gdb.python/py-rbreak-func2.c: New file.
2162
2163 2017-11-16  Pedro Alves  <palves@redhat.com>
2164
2165         * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2166         pattern.
2167         * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2168         GDB.
2169
2170 2017-11-15  Simon Marchi  <simon.marchi@ericsson.com>
2171
2172         * gdb.tui/completionn.exp (test_tab_completion): Add space in
2173         regex.
2174
2175 2017-11-13  Simon Marchi  <simon.marchi@polymtl.ca>
2176
2177         * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2178         test names.
2179
2180 2017-11-09  Pedro Alves  <palves@redhat.com>
2181
2182         * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2183         factored out from ...
2184         (top level): ... here, and adjusted to avoid expecting beyond the
2185         prompt in a single gdb_test_multiple.
2186
2187 2017-11-09  Pedro Alves  <palves@redhat.com>
2188
2189         * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2190         output.
2191         * gdb.server/ext-attach.exp ("kill" test): Likewise.
2192         * gdb.server/ext-restart.exp ("kill" test): Likewise.
2193         * gdb.server/ext-run.exp ("kill" test): Likewise.
2194         * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2195
2196 2017-11-09  Pedro Alves  <palves@redhat.com>
2197
2198         * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2199         match till end of line.
2200
2201 2017-11-09  Pedro Alves  <palves@redhat.com>
2202
2203         * gdb.base/memattr.exp: Tighten regexes to match the end line.
2204
2205 2017-11-09  Pedro Alves  <palves@redhat.com>
2206
2207         * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2208         New procedures, factored out from ...
2209         (top level): ... here, and adjusted to avoid expecting beyond the
2210         prompt in one go.
2211
2212 2017-11-09  Pedro Alves  <palves@redhat.com>
2213
2214         * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2215         output.  Fix '?' match.
2216
2217 2017-11-08  Joel Brobecker  <brobecker@adacore.com>
2218
2219         * gdb.ada/scoped_watch: New testcase.
2220         * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2221         which is actually correct.
2222         * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2223         * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2224
2225 2017-11-08  Pedro Alves  <palves@redhat.com>
2226
2227         * gdb.gdb/complaints.exp (test_initial_complaints)
2228         (test_serial_complaints, test_short_complaints): Call
2229         complaint_internal instead of complaint.
2230
2231 2017-11-08  Djordje Todorovic  <djordje.todorovic@rt-rk.com>
2232
2233         * gdb.threads/tls-core.c: New file.
2234         * gdb.threads/tls-core.exp: Likewise.
2235
2236 2017-11-08   Pedro Alves  <palves@redhat.com>
2237
2238         * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2239         (p Exported_Capitalized): New test.
2240         (p exported_capitalized): New test.
2241
2242 2017-11-07  Pedro Alves  <palves@redhat.com>
2243
2244         * gdb.cp/ena-dis-br-range.exp: Add more tests.
2245
2246 2017-11-07  Pedro Alves  <palves@redhat.com>
2247
2248         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2249         * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2250         (disable_invalid, disable_inverted, disable_negative): New
2251         procedures.
2252         ("bad numbers"): New set of tests.
2253
2254 2017-11-07  Pedro Alves  <palves@redhat.com>
2255
2256         * gdb.cp/ena-dis-br-range.exp: Add tests.
2257
2258 2017-11-07  Pedro Alves  <palves@redhat.com>
2259
2260         * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2261
2262 2017-11-07  Xavier Roirand  <roirand@adacore.com>
2263             Pedro Alves  <palves@redhat.com>
2264
2265         * gdb.base/ena-dis-br.exp: Add reference to
2266         gdb.cp/ena-dis-br-range.exp.
2267         * gdb.cp/ena-dis-br-range.exp: New file.
2268         * gdb.cp/ena-dis-br-range.cc: New file.
2269
2270 2017-11-06  Pedro Alves  <palves@redhat.com>
2271
2272         * gdb.base/attach-non-pgrp-leader.c: New.
2273         * gdb.base/attach-non-pgrp-leader.exp: New.
2274
2275 2017-11-06  Pedro Alves  <palves@redhat.com>
2276
2277         * configure.ac: No longer check for termio.h and sgtty.h.
2278         * configure: Regenerate.
2279         * remote-utils.c: Include termios.h instead of gdb_termios.h.
2280         (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2281         Remove termio and sgtty code.
2282
2283 2017-11-03  Yao Qi  <yao.qi@linaro.org>
2284
2285         * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2286         in GDB is disabled.
2287
2288 2017-11-03  Yao Qi  <yao.qi@linaro.org>
2289
2290         * gdb.python/py-thrhandle.exp: Skip it if python is not
2291         enabled.
2292
2293 2017-10-31  Simon Marchi  <simon.marchi@polymtl.ca>
2294
2295         * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2296         as a breakpoint command.
2297
2298 2017-10-28  Maksim Dzabraev  <dzabraew@gmail.com>
2299
2300         PR python/21213
2301         * gdb.python/py-infthread.exp: Test calling
2302         InferiorThread.inferior () multiple times in a row.
2303
2304 2017-10-27  Keith Seitz  <keiths@redhat.com>
2305
2306         * gdb.opt/inline-break.exp (break_info_1): New procedure.
2307         Test "info break" for every inlined function breakpoint.
2308
2309 2017-10-27  Yao Qi  <yao.qi@linaro.org>
2310
2311         * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2312
2313 2017-10-26  Patrick Frants  <osscontribute@gmail.com>
2314
2315         * gdb.cp/classes.exp (test_static_members): Test printing
2316         Outer::instance.
2317         * gdb.cp/classes.c (struct Inner, struct Outer): New.
2318         (Inner::instance, Outer::instance): New.
2319
2320 2017-10-24  Pedro Alves  <palves@redhat.com>
2321
2322         * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2323         extra console" test in two stages.
2324
2325 2017-10-24  Pedro Alves  <palves@redhat.com>
2326
2327         * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2328
2329 2017-10-24  Pedro Alves  <palves@redhat.com>
2330
2331         * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2332         loop.
2333
2334 2017-10-24  Pedro Alves  <palves@redhat.com>
2335
2336         * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2337         $attempt" and "stoppedtry $stoppedtry" test prefixes.
2338
2339 2017-10-24  Pedro Alves  <palves@redhat.com>
2340
2341         * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2342         parameter and handle it.  Don't output read value in test name.
2343
2344 2017-10-24  Pedro Alves  <palves@redhat.com>
2345
2346         * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2347         custom test name.
2348
2349 2017-10-24  Pedro Alves  <palves@redhat.com>
2350
2351         * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2352         include the unstable output directory name in the test's name.
2353         (initial_setup_simple) <'set args'>: Use custom test name.
2354
2355 2017-10-24  Pedro Alves  <palves@redhat.com>
2356
2357         * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2358         with explicit test name.
2359
2360 2017-10-20  Pedro Alves  <palves@redhat.com>
2361
2362         * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2363         'wait -i'.  Use gdb_assert and remote_close.
2364
2365 2017-10-19  Andrew Burgess  <andrew.burgess@embecosm.com>
2366
2367         * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2368         number from variable rather than hard-coded.
2369
2370 2017-10-19  Pedro Alves  <palves@redhat.com>
2371
2372         * gdb.base/long-inferior-output.c: New file.
2373         * gdb.base/long-inferior-output.exp: New file.
2374
2375 2017-11-18  Keith Seitz  <keiths@redhat.com>
2376
2377         * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2378         method.
2379         (main): Call it.
2380         * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2381         Add additional user-defined conversion operator tests.
2382
2383 2017-10-17  Pedro Alves  <palves@redhat.com>
2384
2385         * boards/native-stdio-gdbserver.exp: Load "local-board".
2386
2387 2017-10-17  Pedro Alves  <palves@redhat.com>
2388
2389         * gdb.base/quit-live.c: New file.
2390         * gdb.base/quit-live.exp: New file.
2391
2392 2017-10-16  Keith Seitz  <keiths@redhat.com>
2393
2394         * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2395         (class_with_protected_typedef, class_with_private_typedef)
2396         (struct_with_public_typedef, struct_with_protected_typedef)
2397         (struct_with_private_typedef): New classes/structs.
2398         * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2399         typedefs and access specifiers.
2400
2401 2017-10-16  Pedro Alves  <palves@redhat.com>
2402             Simon Marchi  <simon.marchi@polymtl.ca>
2403
2404         * README (Local vs Remote vs Native): New section.
2405         * boards/local-board.exp: New file, with bits factored out from
2406         ...
2407         * boards/native-extended-gdbserver.exp: ... here.  Load
2408         "local-board".
2409         * boards/native-gdbserver.exp: Load "local-board".
2410         (${board}_spawn, ${board}_exec): Delete.
2411         * boards/native-stdio-gdbserver.exp: Most contents factored out to
2412         ...
2413         * boards/stdio-gdbserver-base.exp: ... this new file.
2414         * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2415         "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2416         procedure.
2417         * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2418         instead of native-stdio-gdbserver.  Don't set gdb_server_prog nor
2419         stdio_gdbserver_command.
2420         (${board}_get_remote_address, ${board}_get_comm_port)
2421         (${board}_download, ${board}_upload): Delete.
2422         (get_target_remote_pipe_cmd): New.
2423
2424 2017-10-16  Simon Marchi  <simon.marchi@ericsson.com>
2425
2426         * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2427         test_bkpt_deletion, test_bkpt_cond_and_cmds,
2428         test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2429         test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2430         test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2431         remove with_test_prefix.
2432
2433 2017-10-13  Pedro Alves  <palves@redhat.com>
2434
2435         * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2436         * gdb.base/annota1.exp: Use it instead of is_remote.
2437         * gdb.base/annota3.exp: Use it instead of is_remote.
2438         * gdb.cp/annota2.exp: Use it instead of is_remote.
2439         * gdb.cp/annota3.exp: Use it instead of is_remote.
2440         * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2441
2442 2017-10-13  Pedro Alves  <palves@redhat.com>
2443
2444         * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2445         (test_num_test_vars, run_and_count_vars, find_env)
2446         (test_set_unset_env, test_inherit_env_var): New procedures.
2447         (top level): Use them.
2448
2449 2017-10-13  Pedro Alves  <palves@redhat.com>
2450
2451         * lib/selftest-support.exp (selftest_setup): Extend comments, and
2452         also skip on stub-like targets.
2453
2454 2017-10-13  Pedro Alves  <palves@redhat.com>
2455
2456         PR gdb/22293
2457         * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
2458         (top level): Move some tests to ...
2459         (test_not_found): ... this new procedure.
2460         (top level): Call it.
2461
2462 2017-10-13  Pedro Alves  <palves@redhat.com>
2463
2464         * gdb.base/term.exp: Don't skip if is_remote target.  Instead,
2465         expect different "info terminal" output if testing with a
2466         non-native target.
2467
2468 2017-10-13  Pedro Alves  <palves@redhat.com>
2469             Simon Marchi  <simon.marchi@polymtl.ca>
2470
2471         PR python/12966
2472         * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2473
2474 2017-10-13  Pedro Alves  <palves@redhat.com>
2475
2476         * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2477         already.
2478
2479 2017-10-13  Pedro Alves  <palves@redhat.com>
2480
2481         * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2482         is_remote.
2483
2484 2017-10-13  Pedro Alves  <palves@redhat.com>
2485
2486         * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2487         is_remote.
2488
2489 2017-10-13  Pedro Alves  <palves@redhat.com>
2490
2491         * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2492         is set.
2493         (corefile_test_attach): Likewise.  Check can_spawn_for_attach
2494         instead of is_remote.
2495
2496 2017-10-13  Pedro Alves  <palves@redhat.com>
2497
2498         * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2499         (top level): Add comment.
2500
2501 2017-10-13  Pedro Alves  <palves@redhat.com>
2502
2503         * gdb.base/remote.exp (top level): Fix comment typo and add
2504         missing return.
2505
2506 2017-10-13  Pedro Alves  <palves@redhat.com>
2507             Simon Marchi  <simon.marchi@polymtl.ca>
2508
2509         * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2510         calls and add comments.  Skip test if use_gdb_stub is set.
2511         (top level): Use "set cwd" command instead of "cd" command.
2512
2513 2017-10-13  Pedro Alves  <palves@redhat.com>
2514
2515         * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2516         is_remote target check.
2517
2518 2017-10-13  Pedro Alves  <palves@redhat.com>
2519
2520         * gdb.base/scope.exp: Use build_executable + clean_restart +
2521         gdb_file_cmd instead of prepare_for_testing and no longer skip
2522         "before run" tests on is_remote target boards.  Update comments.
2523         * boards/native-extended-gdbserver.exp
2524         (extended_gdbserver_load_last_file): New, factored out from ...
2525         (gdb_load): ... this.  Move further below and add comment.
2526         (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2527
2528 2017-10-12  Pedro Alves  <palves@redhat.com>
2529
2530         * gdb.base/attach.exp: Remove references to gdb64.
2531         * gdb.base/dbx.exp: Remove references to gdb64.
2532
2533 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
2534             Pedro Alves  <palves@redhat.com>
2535
2536         * gdb.base/label.exp: Remove is_remote target check.
2537
2538 2017-10-12  Pedro Alves  <palves@redhat.com>
2539
2540         * gdb.base/auvx.exp (coredir): Update comment.
2541         (top level) <core_works>: Use "set cwd" command instead of "cd"
2542         command.
2543
2544 2017-10-12  Pedro Alves  <palves@redhat.com>
2545             Simon Marchi  <simon.marchi@polymtl.ca>
2546
2547         * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2548         target boards.
2549
2550 2017-10-12  Pedro Alves  <palves@redhat.com>
2551             Simon Marchi  <simon.marchi@polymtl.ca>
2552
2553         * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2554         Instead skip if there's any gdb_protocol set.
2555
2556 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
2557             Pedro Alves  <palves@redhat.com>
2558
2559         * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2560
2561 2017-10-12  Pedro Alves  <palves@redhat.com>
2562             Simon Marchi  <simon.marchi@polymtl.ca>
2563
2564         * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2565         instead of on dejagnu remote boards.
2566
2567 2017-10-12  Pedro Alves  <palves@redhat.com>
2568             Simon Marchi  <simon.marchi@polymtl.ca>
2569
2570         * gdb.base/inferior-died.exp: Remove is_remote and isnative
2571         checks.  Use build_executable + clean_restart instead of
2572         prepare_for_testing.  Pass "set non-stop on" via GDBFLAGS instead
2573         of enabling non-stop after starting gdb.
2574
2575 2017-10-12  Pedro Alves  <palves@redhat.com>
2576
2577         * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2578         * gdb.threads/non-ldr-exc-2.exp: Ditto.
2579         * gdb.threads/non-ldr-exc-3.exp: Ditto.
2580         * gdb.threads/non-ldr-exc-4.exp: Ditto.
2581
2582 2017-10-11  Anton Kolesov  <Anton.Kolesov@synopsys.com>
2583
2584         * gdb.arch/arc-tdesc-cpu.exp: New file.
2585         * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2586
2587 2017-10-10  Simon Marchi  <simon.marchi@ericsson.com>
2588
2589         * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2590
2591 2017-10-10  Pedro Alves <palves@redhat.com>
2592
2593         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2594         expect CLI output.
2595
2596 2017-10-10  Pedro Alves  <palves@redhat.com>
2597
2598         * lib/selftest-support.exp (selftest_setup): Update for
2599         captured_command_loop's prototype change.
2600
2601 2017-10-09  Pedro Alves  <palves@redhat.com>
2602
2603         Test both arch1=>arch2 and arch2=>arch1.
2604
2605         * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2606         (srcfile2, binfile2, march1, march2): Remove globals.  Largely
2607         factored out to...
2608         (append_arch1_options, append_arch2_options, append_arch_options)
2609         (build_executables): New procedures.
2610         (do_test): New 'first_arch' parameter.  Use it to define 'from_exec'
2611         local.
2612         (top level): Add new 'first_arch' testing axis.
2613
2614 2017-10-09  Pedro Alves  <palves@redhat.com>
2615
2616         * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2617         (barrier): New.
2618         (thread_start, all_started): New functions.
2619         (main): Spawn new thread and wait until it is scheduled.
2620         * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2621         option.
2622         (do_test): Add 'selected_thread' parameter.  Run to all_started
2623         instead of main.  Explicitly set the breakpoint at main.  Switch
2624         to the SELECTED_THREAD thread.
2625         (top level): Test handling the exec event with either the main
2626         thread or the second thread selected.
2627
2628 2017-10-09  Pedro Alves  <palves@redhat.com>
2629
2630         * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2631         logic.  Move STOP marker after the value checks.
2632         * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2633         regexp.
2634
2635 2017-10-06  Sandra Loosemore  <sandra@codesourcery.com>
2636
2637         * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2638
2639 2017-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
2640
2641         * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2642         integer-to-dfp conversion.
2643         * gdb.base/dfp-test.exp: Likewise.
2644
2645 2017-10-04  Pedro Alves  <palves@redhat.com>
2646
2647         * gdb.multi/hangout.c: Include <unistd.h>.
2648         (hangout_loop): New function.
2649         (main): Call alarm.  Call hangout_loop in a loop.
2650         * gdb.multi/hello.c: Include <unistd.h>.
2651         (hello_loop): New function.
2652         (main): Call alarm.  Call hangout_loop in a loop.
2653         * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2654         inferior with the other selected.
2655
2656 2017-10-04  Simon Marchi  <simon.marchi@ericsson.com>
2657
2658         * gdb.mi/list-thread-groups-available.exp: New file.
2659         * gdb.mi/list-thread-groups-available.c: New file.
2660
2661 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
2662
2663         * gdb.base/set-cwd.exp: Make it available on
2664         native-extended-gdbserver.
2665
2666 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
2667
2668         * gdb.base/set-cwd.c: New file.
2669         * gdb.base/set-cwd.exp: Likewise.
2670
2671 2017-10-02  Tom Tromey  <tom@tromey.com>
2672
2673         PR rust/22236:
2674         * gdb.rust/simple.rs (main): New variable "fslice".
2675         * gdb.rust/simple.exp: Add slice tests.  Update string tests.
2676
2677 2017-10-02  Tom Tromey  <tom@tromey.com>
2678
2679         * gdb.rust/simple.exp: Test ptype of a slice.
2680
2681 2017-10-02  Tom Tromey  <tom@tromey.com>
2682
2683         * gdb.rust/simple.exp: Test index of slice.
2684
2685 2017-09-27  Tom Tromey  <tom@tromey.com>
2686
2687         * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2688
2689 2017-09-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2690             Pedro Alves  <palves@redhat.com>
2691
2692         * gdb.base/compare-sections.exp (get value of read-only section): Read
2693         as unsigned value.
2694         (corrupt read-only section): Likewise and don't set written if patching
2695         failed.
2696
2697 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
2698
2699         * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2700         files.
2701
2702 2017-09-20  Pedro Alves  <palves@redhat.com>
2703
2704         * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2705         symbol names in gdb's output.
2706         * gdb.cp/overload.exp ("list all overloads"): Likewise.
2707
2708 2017-09-20  Pedro Alves  <palves@redhat.com>
2709
2710         * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2711         Rename to ...
2712         (test_list_ambiguous_symbol): ... this and add a symbol name
2713         parameter.  Adjust.
2714         (test_list_ambiguous_function): Reimplement on top of
2715         test_list_ambiguous_symbol and also test listing ambiguous
2716         variables.
2717         * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2718         (ambiguous_fun): ... this.
2719         (ambiguous_var): New.
2720         * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2721         (ambiguous_fun): ... this.
2722         (ambiguous_var): New.
2723
2724 2017-09-19  John Baldwin  <jhb@FreeBSD.org>
2725
2726         * gdb.base/starti.c: New file.
2727         * gdb.base/starti.exp: New file.
2728         * lib/gdb.exp (gdb_starti_cmd): New procedure.
2729
2730 2017-09-14  Pedro Alves  <palves@redhat.com>
2731
2732         * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2733         (top level): Use it instead of runto.
2734
2735 2017-09-11  Tom Tromey  <tom@tromey.com>
2736
2737         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2738
2739 2017-09-11  Tom Tromey  <tom@tromey.com>
2740
2741         * gdb.python/py-infthread.exp: Add tests for new_thread event.
2742         * gdb.python/py-inferior.exp: Add tests for new inferior events.
2743
2744 2017-09-08  Christoph Weinmann  <christoph.t.weinmann@intel.com>
2745
2746         * gdb.fortran/printing-types.exp: New file.
2747         * gdb.fortran/printing-types.exp: New file.
2748
2749 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
2750
2751         * gdb.fortran/vla-ptype.exp: Fix typos.
2752         * gdb.fortran/vla-value.exp: Same.
2753
2754 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
2755
2756         * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2757         * gdb.mi/mi-var-child-f.exp: Likewise.
2758         * gdb.mi/mi-vla-fortran.exp: Likewise.
2759
2760 2017-09-08  Frank Penczek  <frank.penczek@intel.com>
2761             Christoph Weinmann  <christoph.t.weinmann@intel.com>
2762             Bernhard Heckel  <bernhard.heckel@intel.com>
2763
2764         * gdb.fortran/ptr-indentation.f90: New file.
2765         * gdb.fortran/ptr-indentation.exp: New file.
2766
2767 2017-09-05  Tom Tromey  <tom@tromey.com>
2768
2769         PR gdb/22010:
2770         * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2771
2772 2017-09-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2773
2774         * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2775
2776 2017-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2777
2778         * gdb.threads/tls-nodebug-pie.c: New file.
2779         * gdb.threads/tls-nodebug-pie.exp: New file.
2780
2781 2017-09-05  Tom Tromey  <tom@tromey.com>
2782
2783         * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2784         for rust.
2785
2786 2017-09-05  Simon Marchi  <simon.marchi@ericsson.com>
2787
2788         * gdb.multi/multi-arch-exec.exp: Test with different
2789         "follow-exec-mode" settings.
2790         (do_test): New procedure.
2791
2792 2017-09-04  Pedro Alves  <palves@redhat.com>
2793
2794         * gdb.base/func-static.c (S::method const, S::method volatile)
2795         (S::method volatile const): New methods.
2796         (c_s, v_s, cv_s): New instances.
2797         (main): Call method() on them.
2798         * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2799         (cannot_resolve): New procedure.
2800         (cxx_scopes_list): Test cv methods.  Add print-scope-quote and
2801         print-quote-unquoted columns.
2802         (do_test): Test printing each scope too.
2803
2804 2017-09-04  Pedro Alves  <palves@redhat.com>
2805
2806         * gdb.base/local-static.exp: Also test with
2807         class::method::variable wholly quoted.
2808         * gdb.cp/m-static.exp (class::method::variable): Remove test.
2809
2810 2017-09-04  Pedro Alves  <palves@redhat.com>
2811
2812         * gdb.base/local-static.c: New.
2813         * gdb.base/local-static.cc: New.
2814         * gdb.base/local-static.exp:  New.
2815
2816 2017-09-04  Pedro Alves  <palves@redhat.com>
2817
2818         * gdb.asm/asm-source.exp: Add casts to int.
2819         * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2820         (dataglobal64_1, dataglobal64_2): New globals.
2821         * gdb.base/nodebug.exp: Test different expressions involving the
2822         new globals, with print, whatis and ptype.  Add casts to int.
2823         * gdb.base/solib-display.exp: Add casts to int.
2824         * gdb.compile/compile-ifunc.exp: Expect warning.  Add cast to int.
2825         * gdb.cp/m-static.exp: Add cast to int.
2826         * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2827         * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2828         tls variable with no debug info without a cast.  Test with a cast
2829         to int too.
2830         * gdb.trace/entry-values.exp: Add casts.
2831
2832 2017-09-04  Pedro Alves  <palves@redhat.com>
2833
2834         * gdb.base/nodebug.exp: Test that ptype's error about functions
2835         with unknown return type includes the function name too.
2836
2837 2017-09-04  Pedro Alves  <palves@redhat.com>
2838
2839         * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2840         return type of munmap in infcall.
2841         * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2842         * gdb.base/checkpoint.exp: Simplify using for loop.  Cast return
2843         type of ftell in infcall.
2844         * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2845         type of getpid in infcall.
2846         * gdb.base/infcall-exec.exp: Cast return type of execlp in
2847         infcall.
2848         * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2849         Bail on failure to extract the pid.
2850         * gdb.base/nodebug.c: #include <stdint.h>.
2851         (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2852         New functions.
2853         * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2854         Change expected output of print/whatis/ptype with functions with
2855         no debug info.  Test all supported languages.  Call
2856         test_call_promotion.
2857         * gdb.compile/compile.exp: Adjust expected output to expect
2858         warning.
2859         * gdb.threads/siginfo-threads.exp: Likewise.
2860
2861 2017-09-04  Pedro Alves  <palves@redhat.com>
2862
2863         * gdb.base/callfuncs.exp (do_function_calls): New parameter
2864         "prototypes".  Test calling float functions via prototyped and
2865         unprototyped function pointers.
2866         (perform_all_tests): New parameter "prototypes".  Pass it down.
2867         (top level): Pass down "prototypes" parameter to
2868         perform_all_tests.
2869
2870 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
2871
2872         * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2873         Test with nested loops.
2874
2875 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
2876
2877         * gdb.base/commands.exp: Call the new procedures.
2878         (loop_break_test, loop_continue_test): New procedures.
2879
2880 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
2881
2882         * gdb.base/commands.exp: Call new procedure.
2883         (define_if_without_arg_test): New procedure.
2884
2885 2017-09-04  Pedro Alves  <palves@redhat.com>
2886
2887         * gdb.base/list-ambiguous.exp: New file.
2888         * gdb.base/list-ambiguous0.c: New file.
2889         * gdb.base/list-ambiguous1.c: New file.
2890         * gdb.base/list.exp (test_list_range): Adjust expected output.
2891
2892 2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
2893
2894         * gdb.base/share-env-with-gdbserver.c: New file.
2895         * gdb.base/share-env-with-gdbserver.exp: Likewise.
2896
2897 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
2898
2899         * gdb.base/commands.exp (gdbvar_simple_if_test,
2900         gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2901         progvar_simple_if_test, progvar_simple_while_test,
2902         progvar_complex_if_while_test, user_defined_command_test,
2903         user_defined_command_args_eval,
2904         user_defined_command_args_stack_test,
2905         user_defined_command_manyargs_test, bp_deleted_in_command_test,
2906         temporary_breakpoint_commands,
2907         gdb_test_no_prompt, redefine_hook_test,
2908         redefine_backtrace_test): Remove "global gdb_prompt".
2909
2910 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
2911
2912         * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2913         New proc, call it from toplevel.
2914
2915 2017-08-23  Sergio Durigan Junior  <sergiodj@redhat.com>
2916
2917         PR remote/21852
2918         * gdb.server/normal.c: New file, copied from gdb.base.
2919         * gdb.server/run-without-local-binary.exp: New file.
2920
2921 2017-08-07  Weimin Pan  <weimin.pan@oracle.com>
2922
2923         * gdb.arch/sparc64-adi.exp: New file.
2924         * gdb.arch/sparc64-adi.c: New file.
2925
2926 2017-08-22  Pedro Alves  <palves@redhat.com>
2927
2928         * gdb.cp/overload.exp (line_range_pattern): New procedure.
2929         (top level): Add "list all overloads" tests.
2930
2931 2017-08-22  Tom Tromey  <tom@tromey.com>
2932
2933         * gdb.gdb/xfullpath.exp: Remove.
2934
2935 2017-08-21  Pedro Alves  <palves@redhat.com>
2936
2937         PR gdb/19487
2938         * gdb.base/symbol-alias.c: New.
2939         * gdb.base/symbol-alias2.c: New.
2940         * gdb.base/symbol-alias.exp: New.
2941
2942 2017-08-21  Pedro Alves  <palves@redhat.com>
2943
2944         * gdb.base/dfp-test.c
2945         (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2946         (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2947         * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2948         * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2949         * gdb.base/whatis-ptype-typedefs.c: New.
2950         * gdb.base/whatis-ptype-typedefs.exp: New.
2951         * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2952         (an_int, an_int_type, an_int_type2): New globals.
2953         * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2954         involving typedefs and cast expressions.
2955         * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2956         (lookup_typedefs_function): New.
2957         (typedefs_pretty_printers_dict): New.
2958         (top level): Register lookup_typedefs_function in
2959         gdb.pretty_printers.
2960
2961 2017-08-18  Yao Qi  <yao.qi@linaro.org>
2962
2963         * gdb.server/unittest.exp: New.
2964
2965 2017-08-15  Sergio Durigan Junior  <sergiodj@redhat.com>
2966
2967         PR gdb/21954
2968         * gdb.base/environ.exp: Add test to check if 'unset environment'
2969         works.
2970
2971 2017-08-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2972
2973         * lib/gdb.exp (universal_compile_options): New caching proc.
2974         (gdb_compile): Suppress GCC's coloring of messages.
2975
2976 2017-08-14  Tom Tromey  <tom@tromey.com>
2977
2978         PR gdb/21675:
2979         * gdb.base/printcmds.exp (test_radices): New function.
2980         * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2981         * gdb.base/sizeof.exp (check_valueof): Use p/d.
2982         * lib/gdb.exp (get_integer_valueof): Use p/d.
2983
2984 2017-08-12  Simon Marchi  <simon.marchi@ericsson.com>
2985
2986         * lib/gdb.exp (get_valueof): Don't capture end-of-line
2987         characters.
2988
2989 2017-08-05  Tom Tromey  <tom@tromey.com>
2990
2991         * gdb.rust/simple.exp: Allow String to appear in a different
2992         namespace.
2993
2994 2017-07-26  Yao Qi  <yao.qi@linaro.org>
2995
2996         * gdb.gdb/unittest.exp: Invoke command
2997         "maintenance check xml-descriptions".
2998
2999 2017-07-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3000
3001         * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
3002         calling context.
3003         (hex128): Drop erroneous calculation of parameters.
3004
3005 2017-07-22  Simon Marchi  <simon.marchi@ericsson.com>
3006
3007         * gdb.python/py-unwind.exp: Disable stack protection when
3008         building test file.
3009
3010 2017-07-20  Pedro Alves  <palves@redhat.com>
3011
3012         * gdb.base/default.exp (set language): Adjust expected output.
3013
3014 2017-07-20  Pedro Alves  <palves@redhat.com>
3015
3016         * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
3017         (test_minsym): ... this, and make static.
3018         (get_pck__foo__bar__minsym): Rename to ...
3019         (get_test_minsym): ... this.
3020         * gdb.base/dmsym.exp (): Remove "set language ada" call.  Adjust
3021         symbol names and comments.
3022         * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
3023         (get_test_minsym): ... this.
3024         (pck__foo__bar__minsym__2): Rename to ...
3025         (test_minsym): ... this.
3026         (main): Adjust.
3027
3028 2017-07-17  Pedro Alves  <palves@redhat.com>
3029
3030         * gdb.base/completion.exp: Adjust expected output.
3031         * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
3032         the completer works.
3033
3034 2017-07-17  Pedro Alves  <palves@redhat.com>
3035
3036         * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
3037
3038 2017-07-15  Andrew Burgess  <andrew.burgess@embecosm.com>
3039
3040         * gdb.mi/mi-vla-fortran.exp: Make test names unique.
3041
3042 2017-07-14  Tom Tromey  <tom@tromey.com>
3043
3044         PR rust/21764:
3045         * gdb.rust/simple.exp: Add tests.
3046
3047 2017-07-14  Tom Tromey  <tom@tromey.com>
3048
3049         * gdb.rust/simple.exp: Add regression test for PR rust/21763.
3050
3051 2017-07-14  Pedro Alves  <palves@redhat.com>
3052
3053         * gdb.linespec/base/one/thefile.cc (z1): New function.
3054         * gdb.linespec/base/two/thefile.cc (z2): New function.
3055         * gdb.linespec/linespec.exp: Add tests.
3056
3057 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
3058
3059         * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
3060         to mi_create_breakpoint.
3061
3062 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
3063
3064         * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
3065         mi_create_breakpoint.
3066
3067 2017-07-11  Iain Buclaw  <ibuclaw@gdcproject.org>
3068
3069         * gdb.dlang/demangle.exp: Update for demangling changes.
3070
3071 2017-07-09  Tom Tromey  <tom@tromey.com>
3072
3073         * gdb.dwarf2/shortpiece.exp: New file.
3074
3075 2017-07-06  David Blaikie  <dblaikie@gmail.com>
3076
3077         * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
3078         built from fissiont-multi-cu{1,2}.c.
3079         * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
3080         except putting 'main' and 'func' in separate CUs in the same DWO file.
3081         * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
3082         test.
3083         * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
3084         test.
3085
3086 2017-07-06  Pedro Alves  <palves@redhat.com>
3087
3088         * gdb.python/py-unwind.exp: Test flushregs.
3089
3090 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
3091
3092         PR cli/21688
3093         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
3094         tests for alias commands and trailing whitespace.
3095
3096 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
3097
3098         PR cli/21688
3099         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
3100         procedure.  Call it.
3101
3102 2017-06-29  Pedro Alves  <palves@redhat.com>
3103
3104         * gdb.base/printcmds.exp: Add tests.
3105
3106 2017-06-28  Doug Gilmore  <Doug.Gilmore@imgtec.com>
3107
3108         PR gdb/21337
3109         * gdb.base/reread-readsym.exp: New file.
3110         * gdb.base/reread-readsym.c: New file.
3111
3112 2017-06-21  Kevin Buettner  <kevinb@redhat.com>
3113
3114         * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
3115         subpattern.
3116
3117 2017-06-19  Peter Bergner  <bergner@vnet.ibm.com>
3118
3119         * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3120         extended mnemonic.
3121         * gdb.arch/powerpc-power9.s: Likewise.
3122
3123 2017-06-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3124
3125         * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
3126         on 32-bit x86 targets.  Exploit is_*_target macros where
3127         appropriate.
3128
3129 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3130
3131         * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
3132         register pieces.
3133
3134 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3135
3136         * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
3137         located in one or more DWARF pieces.
3138
3139 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3140
3141         * lib/gdb.exp (get_endianness): New proc.
3142         * gdb.arch/aarch64-fp.exp: Use it.
3143         * gdb.arch/altivec-regs.exp: Likewise.
3144         * gdb.arch/e500-regs.exp: Likewise.
3145         * gdb.arch/vsx-regs.exp: Likewise.
3146         * gdb.base/dump.exp: Likewise.
3147         * gdb.base/funcargs.exp: Likewise.
3148         * gdb.base/gnu_vector.exp: Likewise.
3149         * gdb.dwarf2/formdata16.exp: Likewise.
3150         * gdb.dwarf2/implptrpiece.exp: Likewise.
3151         * gdb.dwarf2/nonvar-access.exp: Likewise.
3152         * gdb.python/py-inferior.exp: Likewise.
3153         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3154
3155 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3156
3157         PR gdb/21226
3158         * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3159         stack value pieces are taken from the LSB end.
3160
3161 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3162
3163         * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3164         variable at nonzero offset.
3165
3166 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3167
3168         * gdb.dwarf2/var-access.c: New file.
3169         * gdb.dwarf2/var-access.exp: New test.
3170         * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3171
3172 2017-06-12  Tom Tromey  <tom@tromey.com>
3173
3174         * gdb.dwarf2/formdata16.exp: Add tests.
3175
3176 2017-06-12  Tom Tromey  <tom@tromey.com>
3177
3178         * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3179
3180 2017-06-12  Tom Tromey  <tom@tromey.com>
3181
3182         PR exp/16225:
3183         * gdb.reverse/i386-sse-reverse.exp: Update tests.
3184         * gdb.arch/vsx-regs.exp: Update tests.
3185         * gdb.arch/s390-vregs.exp (hex128): New proc.
3186         Update test.
3187         * gdb.arch/altivec-regs.exp: Update tests.
3188
3189 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
3190
3191         * gdb.base/startup-with-shell.c: New file.
3192         * gdb.base/startup-with-shell.exp: Likewise.
3193
3194 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
3195
3196         * gdb.server/non-existing-program.exp: Update regex in order to
3197         reflect the fact that gdbserver is now using fork_inferior (with a
3198         shell) to startup the inferior.
3199
3200 2017-05-30  Simon Marchi  <simon.marchi@ericsson.com>
3201
3202         * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3203         support function calls from GDB.
3204
3205 2017-05-21  Tom Tromey  <tom@tromey.com>
3206
3207         PR rust/21466:
3208         * gdb.rust/unsized.exp: New file.
3209         * gdb.rust/unsized.rs: New file.
3210
3211 2017-05-19  Tom Tromey  <tom@tromey.com>
3212
3213         PR rust/21484:
3214         * gdb.rust/watch.exp: New file.
3215         * gdb.rust/watch.rs: New file.
3216
3217 2017-05-18  Tom Tromey  <tom@tromey.com>
3218
3219         * gdb.rust/simple.exp: Allow Box to be qualified.
3220
3221 2017-05-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3222
3223         * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3224
3225 2017-05-18  Pedro Alves  <palves@redhat.com>
3226
3227         * gdb.base/fileio.c (test_write, test_read, test_close)
3228         (test_fstat): Don't print 'ret' in the fail path.
3229
3230 2017-05-18  Pedro Alves  <palves@redhat.com>
3231
3232         * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3233         (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3234         (test_system, test_rename, test_unlink, test_time): Change
3235         prototypes.
3236         * gdb.base/fileio.exp (stop_msg): Adjust.
3237
3238 2017-05-18  Pedro Alves  <palves@redhat.com>
3239
3240         * gdb.base/fileio.c (null_str): New global.
3241         (test_stat): Use it.
3242         * gdb.base/fileio.exp: Remove nowarnings.
3243
3244 2017-05-17  Yao Qi  <yao.qi@linaro.org>
3245
3246         * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3247
3248 2017-05-17  Simon Marchi  <simon.marchi@ericsson.com>
3249
3250         * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3251         argument command.
3252         (top-level): Invoke test_set_inferior_tty.
3253
3254 2017-05-04  Pedro Alves  <palves@redhat.com>
3255
3256         * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3257         Add parens to print call for Python 3.
3258
3259 2017-05-03  Keith Seitz  <keiths@redhat.com>
3260
3261         * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3262         (main): Call it.
3263
3264 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
3265
3266         * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3267         to prev and next.
3268
3269 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
3270
3271         * gdb.python/py-record-btrace.exp: Remove test for
3272         gdb.BtraceInstruction.error.
3273
3274 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
3275
3276         * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3277
3278 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
3279
3280         * gdb.python/py-record-btrace-threads.c: New file.
3281         * gdb.python/py-record-btrace-threads.exp: New file.
3282
3283 2017-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
3284
3285         PR testsuite/8595
3286         * gdb.base/environ.exp: Make test available in all architectures.
3287         Move bits related to "info program" testing to
3288         gdb.base/info-program.exp.  Rewrite tests to use the two new
3289         procedures mentione below.
3290         (test_set_show_env_var) New procedure.
3291         (test_set_show_env_var_equal): Likewise.
3292         * gdb.base/info-program.exp: New file.
3293
3294 2017-04-27  Keith Seitz  <keiths@redhat.com>
3295
3296         * gdb.cp/oranking.cc (test15): New function.
3297         (main): Call test15 and declare additional variables for testing.
3298         * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3299         "p foo101('abc')" tests.
3300         Add tests for cv qualifier overloads.
3301         * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3302         "lvalue reference overload" test.
3303         * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3304         "print value of f1 on Child&& in f2" test.
3305
3306 2017-04-19  Pedro Alves  <palves@redhat.com>
3307
3308         * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3309         procedure.
3310         (top level): Call it.
3311         * lib/gdb.exp (gdb_define_cmd): New procedure.
3312
3313 2017-04-12  Pedro Alves  <palves@redhat.com>
3314
3315         PR gdb/21323
3316         * gdb.cp/wide_char_types.c: Include <wchar.h>.
3317         (wchar): New global.
3318         * gdb.cp/wide_char_types.exp (wide_char_types_program)
3319         (do_test_wide_char, wide_char_types_no_program, top level): Add
3320         wchar_t testing.
3321
3322 2017-04-12  Pedro Alves  <palves@redhat.com>
3323
3324         PR c++/21323
3325         * gdb.cp/wide_char_types.c: New file.
3326         * gdb.cp/wide_char_types.exp: New file.
3327
3328 2017-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
3329
3330         PR gdb/21352
3331         * gdb.trace/tsv.exp: Add test for "tsave -r".
3332
3333 2017-03-30  Iain Buclaw  <ibuclaw@gdcproject.org>
3334
3335         * gdb.dlang/watch-loc.c: New file.
3336         * gdb.dlang/watch-loc.exp: New file.
3337
3338 2017-03-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
3339
3340         * gdb.python/py-section-script.exp (sepdebug): New testcases.
3341
3342 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
3343
3344         * gdb.arch/arc-analyze-prologue.S: New file.
3345         * gdb.arch/arc-analyze-prologue.exp: Likewise.
3346
3347 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
3348
3349         * gdb.arch/arc-decode-insn.S: New file.
3350         * gdb.arch/arc-decode-insn.exp: Likewise.
3351
3352 2017-03-21  Ivo Raisr  <ivo.raisr@oracle.com>
3353
3354         PR tdep/20928
3355         * gdb.arch/sparc64-regs.exp: New file.
3356         * gdb.arch/sparc64-regs.S: Likewise.
3357
3358 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
3359
3360         * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3361         and memory view on Python 3.
3362
3363 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
3364             Keith Seitz  <keiths@redhat.com>
3365
3366         PR gdb/14441
3367         * gdb.cp/demangle.exp: Add rvalue reference tests.
3368         * gdb.cp/rvalue-ref-casts.cc: New file.
3369         * gdb.cp/rvalue-ref-casts.exp: New file.
3370         * gdb.cp/rvalue-ref-overload.cc: New file.
3371         * gdb.cp/rvalue-ref-overload.exp: New file.
3372         * gdb.cp/rvalue-ref-params.cc: New file.
3373         * gdb.cp/rvalue-ref-params.exp: New file.
3374         * gdb.cp/rvalue-ref-sizeof.cc: New file.
3375         * gdb.cp/rvalue-ref-sizeof.exp: New file.
3376         * gdb.cp/rvalue-ref-types.cc: New file.
3377         * gdb.cp/rvalue-ref-types.exp: New file.
3378         * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3379         * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3380
3381 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
3382
3383         * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3384         New procedure.
3385
3386 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
3387
3388         * lib/mi-support.exp (mi_gdb_test): Add additional message
3389         for unexpected output.
3390
3391 2017-03-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3392
3393         * gdb.base/examine-backward.c (Barrier): New character array
3394         constant, to ensure that TestStrings is preceded by a string
3395         terminator.
3396
3397 2017-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3398
3399         * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3400         * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3401         and implicit pointer into such a location.
3402
3403 2017-03-16  Doug Evans  <dje@google.com>
3404
3405         * gdb.python/py-lazy-string (pointer): Really add new typedef.
3406
3407 2017-03-16  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3408
3409         * gdb.cp/m-static.exp: Fix expectation for prototype of
3410         test5.single_constructor and single_constructor::single_constructor.
3411
3412 2017-03-16  Doug Evans  <dje@google.com>
3413
3414         * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3415         * gdb.guile/scm-lazy-string.c: New file.
3416         * gdb.guile/scm-value.exp: Move lazy string tests to ...
3417         * gdb.guile/scm-lazy-string.exp: ... here, new file.  Add more tests
3418         for pointer, array, typedef lazy strings.
3419
3420 2017-03-16  Doug Evans  <dje@google.com>
3421
3422         PR python/17728, python/18439, python/18779
3423         * gdb.python/py-value.c (main) Delete locals sptr, sn.
3424         * gdb.python/py-lazy-string.c (pointer): New typedef.
3425         (main): New locals ptr, array, typedef_ptr.
3426         * gdb.python/py-value.exp: Move lazy string tests to ...
3427         * gdb.python/py-lazy-string.exp: ... here.  Add more tests for pointer,
3428         array, typedef lazy strings.
3429
3430 2017-03-14  Anton Kolesov  <anton.kolesov@synopsys.com>
3431
3432         * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3433           Add optional 'test' parameter.
3434
3435 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
3436
3437         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3438         Skip for versions of DejaGnu < 1.5.
3439
3440 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
3441
3442         * lib/gdb.exp (dejagnu_version): New proc.
3443         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3444         Use dejagnu_version.
3445
3446 2017-03-10  Keith Seitz  <keiths@redhat.com>
3447
3448         PR c++/8128
3449         * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3450         type from destructor regexps.
3451         Add a branch which actually passes the test.
3452         Adjust "ptype t5i" test names.
3453
3454 2017-03-08  Pedro Alves  <palves@redhat.com>
3455
3456         * gdb.base/step-over-exit.exp: Add explicit test message.
3457
3458 2017-03-08  Pedro Alves  <palves@redhat.com>
3459
3460         PR gdb/18360
3461         * gdb.threads/interrupt-while-step-over.c: New file.
3462         * gdb.threads/interrupt-while-step-over.exp: New file.
3463
3464 2017-03-08  Pedro Alves  <palves@redhat.com>
3465
3466         * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3467         * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3468
3469 2017-03-08  Pedro Alves  <palves@redhat.com>
3470
3471         * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3472         PKRU as not supported as a PASS.
3473
3474 2017-03-08  Pedro Alves  <palves@redhat.com>
3475
3476         * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3477         prefix instead of $binfile1/$binfile2.
3478         * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3479         in test message.
3480         * gdb.python/py-completion.exp: Use "load python file" as test
3481         messages instead of unstable path names.
3482
3483 2017-03-08  Pedro Alves  <palves@redhat.com>
3484             Jan Kratochvil  <jan.kratochvil@redhat.com>
3485
3486         PR cli/21218
3487         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3488         New proc.
3489         (top level): Call it.
3490
3491 2017-03-08  Pedro Alves  <palves@redhat.com>
3492
3493         PR tui/21216
3494         * gdb.tui/tui-nl-filtered-output.exp: New file.
3495
3496 2017-03-08  Pedro Alves  <palves@redhat.com>
3497
3498         * gdb.base/completion.exp: Move TUI completion tests to ...
3499         * gdb.tui/completion.exp: ... this new file.
3500
3501 2017-03-08  Pedro Alves  <palves@redhat.com>
3502
3503         * gdb.base/tui-disasm-long-lines.c,
3504         gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3505         gdb.base/tui-layout.exp: Move to ...
3506         * gdb.tui/: ... this new directory.
3507
3508 2017-03-07  Pedro Alves  <palves@redhat.com>
3509
3510         * gdb.base/tui-layout.c: New file.
3511         * gdb.base/tui-layout.exp: New file.
3512
3513 2017-03-07  Pedro Alves  <palves@redhat.com>
3514
3515         * gdb.base/tui-layout.c: Rename to ...
3516         * gdb.base/tui-disasm-long-lines.c: ... this.
3517         * gdb.base/tui-layout.exp: Rename to ...
3518         * gdb.base/tui-disasm-long-lines.exp: ... this.
3519
3520 2017-03-07  Pedro Alves  <palves@redhat.com>
3521
3522         * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3523
3524 2017-03-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
3525
3526         * i386-mpx-call.c: New file.
3527         * i386-mpx-call.exp: New file.
3528
3529 2017-02-28  Peter Bergner  <bergner@vnet.ibm.com>
3530
3531         * gdb.arch/powerpc-power.exp: Delete test.
3532         * gdb.arch/powerpc-power.s: Likewise.
3533         * gdb.disasm/disassembler-options.exp: New test.
3534         * gdb.arch/powerpc-altivec.exp: Likewise.
3535         * gdb.arch/powerpc-altivec.s: Likewise.
3536         * gdb.arch/powerpc-altivec2.exp: Likewise.
3537         * gdb.arch/powerpc-altivec2.s: Likewise.
3538         * gdb.arch/powerpc-altivec3.exp: Likewise.
3539         * gdb.arch/powerpc-altivec3.s: Likewise.
3540         * gdb.arch/powerpc-power7.exp: Likewise.
3541         * gdb.arch/powerpc-power7.s: Likewise.
3542         * gdb.arch/powerpc-power8.exp: Likewise.
3543         * gdb.arch/powerpc-power8.s: Likewise.
3544         * gdb.arch/powerpc-power9.exp: Likewise.
3545         * gdb.arch/powerpc-power9.s: Likewise.
3546         * gdb.arch/powerpc-vsx.exp: Likewise.
3547         * gdb.arch/powerpc-vsx.s: Likewise.
3548         * gdb.arch/powerpc-vsx2.exp: Likewise.
3549         * gdb.arch/powerpc-vsx2.s: Likewise.
3550         * gdb.arch/powerpc-vsx3.exp: Likewise.
3551         * gdb.arch/powerpc-vsx3.s: Likewise.
3552         * gdb.arch/arm-disassembler-options.exp: Likewise.
3553         * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3554         * gdb.arch/s390-disassembler-options.exp: Likewise.
3555
3556 2017-02-23  Luis Machado  <lgustavo@codesourcery.com>
3557
3558         * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3559         (check_supported_features): ... this. Changed return type to void.
3560         (supports_rdseed): New static global.
3561         (rdseed): Check supports_rdseed.
3562         (initialize): Call check_supported_features.
3563
3564 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3565
3566         * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3567         gdb.arch/ppc64-atomic-inst.exp.  Add tests for lbarx/stbcx, lharx/sthcx
3568         and lqarx/stqcx.
3569         * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3570         * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3571
3572 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3573
3574         * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3575         uppercase.
3576
3577 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3578
3579         * gdb.dwarf2/formdata16.c: New file.
3580         * gdb.dwarf2/formdata16.exp: New file.
3581         * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3582
3583 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3584
3585         * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3586         * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3587         * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3588         * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3589         DW_AT_GNU_*.
3590
3591 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3592
3593         * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3594
3595 2017-02-15  Sergio Durigan Junior  <sergiodj@redhat.com>
3596
3597         PR gdb/21164
3598         * gdb.base/maint.exp: Add testcases for when the commands do
3599         not have arguments.
3600
3601 2017-02-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3602
3603         * gdb.cp/chained-calls.exp: Use p instead of P.
3604
3605 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
3606
3607         * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3608         gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3609
3610 2017-02-14  Tom Tromey  <tom@tromey.com>
3611
3612         PR python/13598:
3613         * gdb.python/py-events.exp: Add before_prompt event tests.
3614
3615 2017-02-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3616
3617         * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3618
3619 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
3620
3621         * gdb.linespec/explicit.c (my_unique_function_name): New function.
3622         (main): Call my_unique_function_name.
3623         * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3624         completion of patterns with a single match.
3625         Add missing -re switches to gdb_test_multiple calls.
3626
3627 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
3628
3629         * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3630         return if core file is not recognized.
3631
3632 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
3633
3634         * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3635         and extra UIs.
3636
3637 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
3638
3639         * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3640         proc_with_prefix.
3641
3642 2017-02-10  Tom Tromey  <tom@tromey.com>
3643
3644         * gdb.python/py-xmethods.exp: Use "p" command, not "P".
3645
3646 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
3647
3648         PR gdb/21122
3649         * gdb.base/help.exp: Update match pattern for testing 'help commands'.
3650
3651 2017-02-08  Jerome Guitton  <guitton@adacore.com>
3652
3653         * gdb.base/define.exp: Add test for command abbreviations
3654         in define.
3655
3656 2017-02-06  Luis Machado  <lgustavo@codesourcery.com>
3657
3658         * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3659         * gdb.reverse/insn-reverse-x86.c: New file.
3660
3661 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
3662
3663         PR tdep/20936
3664         * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3665
3666 2017-02-03  Tom Tromey  <tom@tromey.com>
3667
3668         PR rust/21097:
3669         * gdb.rust/simple.exp: Add new tests.
3670
3671 2017-02-02  Pedro Alves  <palves@redhat.com>
3672
3673         * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3674         tests.
3675
3676 2017-02-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3677
3678         * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3679         taking a 2-byte value out of a 4-byte DWARF implicit value on
3680         big-endian targets.
3681         * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3682         logic.  Add test cases for DW_OP_implicit.
3683
3684 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
3685
3686         * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3687
3688 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
3689
3690         * gdb.btrace/enable.exp: Call gdb_exit before
3691         skip_gdbserver_tests.
3692
3693 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
3694
3695         * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3696         GDBFLAGS.
3697
3698 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
3699
3700         * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3701         the test is skipped.
3702         * gdb.btrace/data.exp: Likewise.
3703         * gdb.btrace/delta.exp: Likewise.
3704         * gdb.btrace/dlopen.exp: Likewise.
3705         * gdb.btrace/enable-running.exp: Likewise.
3706         * gdb.btrace/enable.exp: Likewise.
3707         * gdb.btrace/exception.exp: Likewise.
3708         * gdb.btrace/function_call_history.exp: Likewise.
3709         * gdb.btrace/gcore.exp: Likewise.
3710         * gdb.btrace/instruction_history.exp: Likewise.
3711         * gdb.btrace/multi-thread-step.exp: Likewise.
3712         * gdb.btrace/nohist.exp: Likewise.
3713         * gdb.btrace/non-stop.exp: Likewise.
3714         * gdb.btrace/reconnect.exp: Likewise.
3715         * gdb.btrace/record_goto-step.exp: Likewise.
3716         * gdb.btrace/record_goto.exp: Likewise.
3717         * gdb.btrace/rn-dl-bind.exp: Likewise.
3718         * gdb.btrace/segv.exp: Likewise.
3719         * gdb.btrace/step.exp: Likewise.
3720         * gdb.btrace/stepi.exp: Likewise.
3721         * gdb.btrace/tailcall-only.exp: Likewise.
3722         * gdb.btrace/tailcall.exp: Likewise.
3723         * gdb.btrace/tsx.exp: Likewise.
3724         * gdb.btrace/unknown_functions.exp: Likewise.
3725         * gdb.btrace/vdso.exp: Likewise.
3726
3727 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
3728
3729         * gdb.btrace/enable-running.c: New.
3730         * gdb.btrace/enable-running.exp: New.
3731
3732 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
3733
3734         * gdb.arch/amd64-gs_base.c: New file.
3735         * gdb.arch/amd64-gs_base.exp: New file.
3736
3737 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
3738
3739         * lib/memory.exp: Remove spurious empty newlines.
3740
3741 2017-01-26  Simon Marchi  <simon.marchi@polymtl.ca>
3742
3743         * gdb.python/py-bad-printers.exp: Load python file using "source".
3744         * gdb.python/py-events.exp: Likewise.
3745         * gdb.python/py-evsignal.exp: Likewise.
3746         * gdb.python/py-evthreads.exp: Likewise.
3747         * gdb.python/py-frame-args.exp: Likewise.
3748         * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3749         * gdb.python/py-framefilter-mi.exp: Likewise.
3750         * gdb.python/py-framefilter.exp: Likewise.
3751         * gdb.python/py-mi.exp: Likewise.
3752         * gdb.python/py-pp-maint.exp: Likewise.
3753         * gdb.python/py-pp-registration.exp: Likewise.
3754         * gdb.python/py-prettyprint.exp: Likewise.
3755         (run_lang_tests): Likewise.
3756         * gdb.python/py-typeprint.exp: Likewise.
3757
3758 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
3759
3760         * lib/memory.exp: New file.
3761         * lib/gdb.exp: Load memory.exp.
3762         * gdb.base/memattr.exp (delete_memory): Move proc to
3763         lib/memory.exp and rename to delete_memory_regions.
3764         Replace delete_memory with delete_memory_regions.
3765         Cleanup memory regions before tests.
3766         * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3767         before tests.
3768
3769 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
3770
3771         * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3772         files.
3773         (initialize): New function conditionally defined.
3774         (testcases): Move within conditional block.
3775         (main): Call initialize.
3776         * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3777         of gdb.reverse/insn-reverse.c.
3778         * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3779         gdb.reverse/insn-reverse.c.
3780
3781 2017-01-26  Yao Qi  <yao.qi@linaro.org>
3782
3783         * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3784         disassemble on address 0.
3785
3786 2017-01-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3787             Yao Qi  <yao.qi@linaro.org>
3788
3789         * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3790         * gdb.dwarf2/implptr-64bit.S: Remove.
3791         * lib/dwarf.exp (Dwarf): Handle character "%".  Evaluate some
3792         variables in caller's context.  Add DW_OP_implicit_value.
3793
3794 2017-01-25  Yao Qi  <yao.qi@linaro.org>
3795
3796         * lib/dwarf.exp (Dwarf::_location): Handle
3797         DW_OP_GNU_implicit_pointer with proper size.
3798
3799 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
3800
3801         * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3802         and add untested calls.
3803
3804 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
3805
3806         * gdb.python/python.exp: Check line number against what GDB thinks
3807         the line number is for func1.
3808
3809 2017-01-08  Iain Buclaw  <ibuclaw@gdcproject.org>
3810
3811         * gdb.dlang/debug-expr.exp: New file.
3812
3813 2016-12-23  Luis Machado  <lgustavo@codesourcery.com>
3814
3815         Fix test names for the following files:
3816
3817         * gdb.ada/exec_changed.exp
3818         * gdb.ada/info_types.exp
3819         * gdb.arch/aarch64-atomic-inst.exp
3820         * gdb.arch/aarch64-fp.exp
3821         * gdb.arch/altivec-abi.exp
3822         * gdb.arch/altivec-regs.exp
3823         * gdb.arch/amd64-byte.exp
3824         * gdb.arch/amd64-disp-step.exp
3825         * gdb.arch/amd64-dword.exp
3826         * gdb.arch/amd64-entry-value-inline.exp
3827         * gdb.arch/amd64-entry-value-param.exp
3828         * gdb.arch/amd64-entry-value-paramref.exp
3829         * gdb.arch/amd64-entry-value.exp
3830         * gdb.arch/amd64-i386-address.exp
3831         * gdb.arch/amd64-invalid-stack-middle.exp
3832         * gdb.arch/amd64-invalid-stack-top.exp
3833         * gdb.arch/amd64-optimout-repeat.exp
3834         * gdb.arch/amd64-prologue-skip.exp
3835         * gdb.arch/amd64-prologue-xmm.exp
3836         * gdb.arch/amd64-stap-special-operands.exp
3837         * gdb.arch/amd64-stap-wrong-subexp.exp
3838         * gdb.arch/amd64-tailcall-cxx.exp
3839         * gdb.arch/amd64-tailcall-noret.exp
3840         * gdb.arch/amd64-tailcall-ret.exp
3841         * gdb.arch/amd64-tailcall-self.exp
3842         * gdb.arch/amd64-word.exp
3843         * gdb.arch/arm-bl-branch-dest.exp
3844         * gdb.arch/arm-disp-step.exp
3845         * gdb.arch/arm-neon.exp
3846         * gdb.arch/arm-single-step-kernel-helper.exp
3847         * gdb.arch/avr-flash-qualifier.exp
3848         * gdb.arch/disp-step-insn-reloc.exp
3849         * gdb.arch/e500-abi.exp
3850         * gdb.arch/e500-regs.exp
3851         * gdb.arch/ftrace-insn-reloc.exp
3852         * gdb.arch/i386-avx512.exp
3853         * gdb.arch/i386-bp_permanent.exp
3854         * gdb.arch/i386-byte.exp
3855         * gdb.arch/i386-cfi-notcurrent.exp
3856         * gdb.arch/i386-disp-step.exp
3857         * gdb.arch/i386-dr3-watch.exp
3858         * gdb.arch/i386-float.exp
3859         * gdb.arch/i386-gnu-cfi.exp
3860         * gdb.arch/i386-mpx-map.exp
3861         * gdb.arch/i386-mpx-sigsegv.exp
3862         * gdb.arch/i386-mpx-simple_segv.exp
3863         * gdb.arch/i386-mpx.exp
3864         * gdb.arch/i386-permbkpt.exp
3865         * gdb.arch/i386-prologue.exp
3866         * gdb.arch/i386-signal.exp
3867         * gdb.arch/i386-size-overlap.exp
3868         * gdb.arch/i386-unwind.exp
3869         * gdb.arch/i386-word.exp
3870         * gdb.arch/mips-fcr.exp
3871         * gdb.arch/powerpc-d128-regs.exp
3872         * gdb.arch/powerpc-stackless.exp
3873         * gdb.arch/ppc64-atomic-inst.exp
3874         * gdb.arch/s390-stackless.exp
3875         * gdb.arch/s390-tdbregs.exp
3876         * gdb.arch/s390-vregs.exp
3877         * gdb.arch/sparc-sysstep.exp
3878         * gdb.arch/thumb-bx-pc.exp
3879         * gdb.arch/thumb-singlestep.exp
3880         * gdb.arch/thumb2-it.exp
3881         * gdb.arch/vsx-regs.exp
3882         * gdb.asm/asm-source.exp
3883         * gdb.base/a2-run.exp
3884         * gdb.base/advance.exp
3885         * gdb.base/all-bin.exp
3886         * gdb.base/anon.exp
3887         * gdb.base/args.exp
3888         * gdb.base/arithmet.exp
3889         * gdb.base/async-shell.exp
3890         * gdb.base/async.exp
3891         * gdb.base/attach-pie-noexec.exp
3892         * gdb.base/attach-twice.exp
3893         * gdb.base/auto-load.exp
3894         * gdb.base/bang.exp
3895         * gdb.base/bitfields.exp
3896         * gdb.base/break-always.exp
3897         * gdb.base/break-caller-line.exp
3898         * gdb.base/break-entry.exp
3899         * gdb.base/break-inline.exp
3900         * gdb.base/break-on-linker-gcd-function.exp
3901         * gdb.base/break-probes.exp
3902         * gdb.base/break.exp
3903         * gdb.base/breakpoint-shadow.exp
3904         * gdb.base/call-ar-st.exp
3905         * gdb.base/call-sc.exp
3906         * gdb.base/call-signal-resume.exp
3907         * gdb.base/call-strs.exp
3908         * gdb.base/callfuncs.exp
3909         * gdb.base/catch-fork-static.exp
3910         * gdb.base/catch-gdb-caused-signals.exp
3911         * gdb.base/catch-load.exp
3912         * gdb.base/catch-signal-fork.exp
3913         * gdb.base/catch-signal.exp
3914         * gdb.base/catch-syscall.exp
3915         * gdb.base/charset.exp
3916         * gdb.base/checkpoint.exp
3917         * gdb.base/chng-syms.exp
3918         * gdb.base/code-expr.exp
3919         * gdb.base/code_elim.exp
3920         * gdb.base/commands.exp
3921         * gdb.base/completion.exp
3922         * gdb.base/complex.exp
3923         * gdb.base/cond-expr.exp
3924         * gdb.base/condbreak.exp
3925         * gdb.base/consecutive.exp
3926         * gdb.base/continue-all-already-running.exp
3927         * gdb.base/coredump-filter.exp
3928         * gdb.base/corefile.exp
3929         * gdb.base/dbx.exp
3930         * gdb.base/debug-expr.exp
3931         * gdb.base/define.exp
3932         * gdb.base/del.exp
3933         * gdb.base/disabled-location.exp
3934         * gdb.base/disasm-end-cu.exp
3935         * gdb.base/disasm-optim.exp
3936         * gdb.base/display.exp
3937         * gdb.base/duplicate-bp.exp
3938         * gdb.base/ena-dis-br.exp
3939         * gdb.base/ending-run.exp
3940         * gdb.base/enumval.exp
3941         * gdb.base/environ.exp
3942         * gdb.base/eu-strip-infcall.exp
3943         * gdb.base/eval-avoid-side-effects.exp
3944         * gdb.base/eval-skip.exp
3945         * gdb.base/exitsignal.exp
3946         * gdb.base/expand-psymtabs.exp
3947         * gdb.base/filesym.exp
3948         * gdb.base/find-unmapped.exp
3949         * gdb.base/finish.exp
3950         * gdb.base/float.exp
3951         * gdb.base/foll-exec-mode.exp
3952         * gdb.base/foll-exec.exp
3953         * gdb.base/foll-fork.exp
3954         * gdb.base/fortran-sym-case.exp
3955         * gdb.base/freebpcmd.exp
3956         * gdb.base/func-ptr.exp
3957         * gdb.base/func-ptrs.exp
3958         * gdb.base/funcargs.exp
3959         * gdb.base/gcore-buffer-overflow.exp
3960         * gdb.base/gcore-relro-pie.exp
3961         * gdb.base/gcore-relro.exp
3962         * gdb.base/gcore.exp
3963         * gdb.base/gdb1090.exp
3964         * gdb.base/gdb11530.exp
3965         * gdb.base/gdb11531.exp
3966         * gdb.base/gdb1821.exp
3967         * gdb.base/gdbindex-stabs.exp
3968         * gdb.base/gdbvars.exp
3969         * gdb.base/hbreak.exp
3970         * gdb.base/hbreak2.exp
3971         * gdb.base/included.exp
3972         * gdb.base/infcall-input.exp
3973         * gdb.base/inferior-died.exp
3974         * gdb.base/infnan.exp
3975         * gdb.base/info-macros.exp
3976         * gdb.base/info-os.exp
3977         * gdb.base/info-proc.exp
3978         * gdb.base/info-shared.exp
3979         * gdb.base/info-target.exp
3980         * gdb.base/infoline.exp
3981         * gdb.base/interp.exp
3982         * gdb.base/interrupt.exp
3983         * gdb.base/jit-reader.exp
3984         * gdb.base/jit-simple.exp
3985         * gdb.base/kill-after-signal.exp
3986         * gdb.base/kill-detach-inferiors-cmd.exp
3987         * gdb.base/label.exp
3988         * gdb.base/langs.exp
3989         * gdb.base/ldbl_e308.exp
3990         * gdb.base/line-symtabs.exp
3991         * gdb.base/linespecs.exp
3992         * gdb.base/list.exp
3993         * gdb.base/long_long.exp
3994         * gdb.base/longest-types.exp
3995         * gdb.base/maint.exp
3996         * gdb.base/max-value-size.exp
3997         * gdb.base/memattr.exp
3998         * gdb.base/mips_pro.exp
3999         * gdb.base/morestack.exp
4000         * gdb.base/moribund-step.exp
4001         * gdb.base/multi-forks.exp
4002         * gdb.base/nested-addr.exp
4003         * gdb.base/nextoverexit.exp
4004         * gdb.base/noreturn-finish.exp
4005         * gdb.base/noreturn-return.exp
4006         * gdb.base/nostdlib.exp
4007         * gdb.base/offsets.exp
4008         * gdb.base/opaque.exp
4009         * gdb.base/pc-fp.exp
4010         * gdb.base/permissions.exp
4011         * gdb.base/print-symbol-loading.exp
4012         * gdb.base/prologue-include.exp
4013         * gdb.base/psymtab.exp
4014         * gdb.base/ptype.exp
4015         * gdb.base/random-signal.exp
4016         * gdb.base/randomize.exp
4017         * gdb.base/range-stepping.exp
4018         * gdb.base/readline-ask.exp
4019         * gdb.base/recpar.exp
4020         * gdb.base/recurse.exp
4021         * gdb.base/relational.exp
4022         * gdb.base/restore.exp
4023         * gdb.base/return-nodebug.exp
4024         * gdb.base/return.exp
4025         * gdb.base/run-after-attach.exp
4026         * gdb.base/save-bp.exp
4027         * gdb.base/scope.exp
4028         * gdb.base/sect-cmd.exp
4029         * gdb.base/set-lang-auto.exp
4030         * gdb.base/set-noassign.exp
4031         * gdb.base/setvar.exp
4032         * gdb.base/sigall.exp
4033         * gdb.base/sigbpt.exp
4034         * gdb.base/siginfo-addr.exp
4035         * gdb.base/siginfo-infcall.exp
4036         * gdb.base/siginfo-obj.exp
4037         * gdb.base/siginfo.exp
4038         * gdb.base/signals-state-child.exp
4039         * gdb.base/signest.exp
4040         * gdb.base/sigstep.exp
4041         * gdb.base/sizeof.exp
4042         * gdb.base/skip.exp
4043         * gdb.base/solib-corrupted.exp
4044         * gdb.base/solib-nodir.exp
4045         * gdb.base/solib-search.exp
4046         * gdb.base/stack-checking.exp
4047         * gdb.base/stale-infcall.exp
4048         * gdb.base/stap-probe.exp
4049         * gdb.base/start.exp
4050         * gdb.base/step-break.exp
4051         * gdb.base/step-bt.exp
4052         * gdb.base/step-line.exp
4053         * gdb.base/step-over-exit.exp
4054         * gdb.base/step-over-syscall.exp
4055         * gdb.base/step-resume-infcall.exp
4056         * gdb.base/step-test.exp
4057         * gdb.base/store.exp
4058         * gdb.base/structs3.exp
4059         * gdb.base/sym-file.exp
4060         * gdb.base/symbol-without-target_section.exp
4061         * gdb.base/term.exp
4062         * gdb.base/testenv.exp
4063         * gdb.base/ui-redirect.exp
4064         * gdb.base/until.exp
4065         * gdb.base/unwindonsignal.exp
4066         * gdb.base/value-double-free.exp
4067         * gdb.base/vla-datatypes.exp
4068         * gdb.base/vla-ptr.exp
4069         * gdb.base/vla-sideeffect.exp
4070         * gdb.base/volatile.exp
4071         * gdb.base/watch-cond-infcall.exp
4072         * gdb.base/watch-cond.exp
4073         * gdb.base/watch-non-mem.exp
4074         * gdb.base/watch-read.exp
4075         * gdb.base/watch-vfork.exp
4076         * gdb.base/watchpoint-cond-gone.exp
4077         * gdb.base/watchpoint-delete.exp
4078         * gdb.base/watchpoint-hw-hit-once.exp
4079         * gdb.base/watchpoint-hw.exp
4080         * gdb.base/watchpoint-stops-at-right-insn.exp
4081         * gdb.base/watchpoints.exp
4082         * gdb.base/wchar.exp
4083         * gdb.base/whatis-exp.exp
4084         * gdb.btrace/buffer-size.exp
4085         * gdb.btrace/data.exp
4086         * gdb.btrace/delta.exp
4087         * gdb.btrace/dlopen.exp
4088         * gdb.btrace/enable.exp
4089         * gdb.btrace/exception.exp
4090         * gdb.btrace/function_call_history.exp
4091         * gdb.btrace/gcore.exp
4092         * gdb.btrace/instruction_history.exp
4093         * gdb.btrace/nohist.exp
4094         * gdb.btrace/reconnect.exp
4095         * gdb.btrace/record_goto-step.exp
4096         * gdb.btrace/record_goto.exp
4097         * gdb.btrace/rn-dl-bind.exp
4098         * gdb.btrace/segv.exp
4099         * gdb.btrace/step.exp
4100         * gdb.btrace/stepi.exp
4101         * gdb.btrace/tailcall-only.exp
4102         * gdb.btrace/tailcall.exp
4103         * gdb.btrace/tsx.exp
4104         * gdb.btrace/unknown_functions.exp
4105         * gdb.btrace/vdso.exp
4106         * gdb.compile/compile-ifunc.exp
4107         * gdb.compile/compile-ops.exp
4108         * gdb.compile/compile-print.exp
4109         * gdb.compile/compile-setjmp.exp
4110         * gdb.cp/abstract-origin.exp
4111         * gdb.cp/ambiguous.exp
4112         * gdb.cp/annota2.exp
4113         * gdb.cp/annota3.exp
4114         * gdb.cp/anon-ns.exp
4115         * gdb.cp/anon-struct.exp
4116         * gdb.cp/anon-union.exp
4117         * gdb.cp/arg-reference.exp
4118         * gdb.cp/baseenum.exp
4119         * gdb.cp/bool.exp
4120         * gdb.cp/breakpoint.exp
4121         * gdb.cp/bs15503.exp
4122         * gdb.cp/call-c.exp
4123         * gdb.cp/casts.exp
4124         * gdb.cp/chained-calls.exp
4125         * gdb.cp/class2.exp
4126         * gdb.cp/classes.exp
4127         * gdb.cp/cmpd-minsyms.exp
4128         * gdb.cp/converts.exp
4129         * gdb.cp/cp-relocate.exp
4130         * gdb.cp/cpcompletion.exp
4131         * gdb.cp/cpexprs.exp
4132         * gdb.cp/cplabel.exp
4133         * gdb.cp/cplusfuncs.exp
4134         * gdb.cp/cpsizeof.exp
4135         * gdb.cp/ctti.exp
4136         * gdb.cp/derivation.exp
4137         * gdb.cp/destrprint.exp
4138         * gdb.cp/dispcxx.exp
4139         * gdb.cp/enum-class.exp
4140         * gdb.cp/exception.exp
4141         * gdb.cp/exceptprint.exp
4142         * gdb.cp/expand-psymtabs-cxx.exp
4143         * gdb.cp/expand-sals.exp
4144         * gdb.cp/extern-c.exp
4145         * gdb.cp/filename.exp
4146         * gdb.cp/formatted-ref.exp
4147         * gdb.cp/fpointer.exp
4148         * gdb.cp/gdb1355.exp
4149         * gdb.cp/gdb2495.exp
4150         * gdb.cp/hang.exp
4151         * gdb.cp/impl-this.exp
4152         * gdb.cp/infcall-dlopen.exp
4153         * gdb.cp/inherit.exp
4154         * gdb.cp/iostream.exp
4155         * gdb.cp/koenig.exp
4156         * gdb.cp/local.exp
4157         * gdb.cp/m-data.exp
4158         * gdb.cp/m-static.exp
4159         * gdb.cp/mb-ctor.exp
4160         * gdb.cp/mb-inline.exp
4161         * gdb.cp/mb-templates.exp
4162         * gdb.cp/member-name.exp
4163         * gdb.cp/member-ptr.exp
4164         * gdb.cp/meth-typedefs.exp
4165         * gdb.cp/method.exp
4166         * gdb.cp/method2.exp
4167         * gdb.cp/minsym-fallback.exp
4168         * gdb.cp/misc.exp
4169         * gdb.cp/namelessclass.exp
4170         * gdb.cp/namespace-enum.exp
4171         * gdb.cp/namespace-nested-import.exp
4172         * gdb.cp/namespace.exp
4173         * gdb.cp/nextoverthrow.exp
4174         * gdb.cp/no-dmgl-verbose.exp
4175         * gdb.cp/non-trivial-retval.exp
4176         * gdb.cp/noparam.exp
4177         * gdb.cp/nsdecl.exp
4178         * gdb.cp/nsimport.exp
4179         * gdb.cp/nsnested.exp
4180         * gdb.cp/nsnoimports.exp
4181         * gdb.cp/nsrecurs.exp
4182         * gdb.cp/nsstress.exp
4183         * gdb.cp/nsusing.exp
4184         * gdb.cp/operator.exp
4185         * gdb.cp/oranking.exp
4186         * gdb.cp/overload-const.exp
4187         * gdb.cp/overload.exp
4188         * gdb.cp/ovldbreak.exp
4189         * gdb.cp/ovsrch.exp
4190         * gdb.cp/paren-type.exp
4191         * gdb.cp/parse-lang.exp
4192         * gdb.cp/pass-by-ref.exp
4193         * gdb.cp/pr-1023.exp
4194         * gdb.cp/pr-1210.exp
4195         * gdb.cp/pr-574.exp
4196         * gdb.cp/pr10687.exp
4197         * gdb.cp/pr12028.exp
4198         * gdb.cp/pr17132.exp
4199         * gdb.cp/pr17494.exp
4200         * gdb.cp/pr9067.exp
4201         * gdb.cp/pr9167.exp
4202         * gdb.cp/pr9631.exp
4203         * gdb.cp/printmethod.exp
4204         * gdb.cp/psmang.exp
4205         * gdb.cp/psymtab-parameter.exp
4206         * gdb.cp/ptype-cv-cp.exp
4207         * gdb.cp/ptype-flags.exp
4208         * gdb.cp/re-set-overloaded.exp
4209         * gdb.cp/ref-types.exp
4210         * gdb.cp/rtti.exp
4211         * gdb.cp/scope-err.exp
4212         * gdb.cp/shadow.exp
4213         * gdb.cp/smartp.exp
4214         * gdb.cp/static-method.exp
4215         * gdb.cp/static-print-quit.exp
4216         * gdb.cp/temargs.exp
4217         * gdb.cp/templates.exp
4218         * gdb.cp/try_catch.exp
4219         * gdb.cp/typedef-operator.exp
4220         * gdb.cp/typeid.exp
4221         * gdb.cp/userdef.exp
4222         * gdb.cp/using-crash.exp
4223         * gdb.cp/var-tag.exp
4224         * gdb.cp/virtbase.exp
4225         * gdb.cp/virtfunc.exp
4226         * gdb.cp/virtfunc2.exp
4227         * gdb.cp/vla-cxx.exp
4228         * gdb.disasm/t01_mov.exp
4229         * gdb.disasm/t02_mova.exp
4230         * gdb.disasm/t03_add.exp
4231         * gdb.disasm/t04_sub.exp
4232         * gdb.disasm/t05_cmp.exp
4233         * gdb.disasm/t06_ari2.exp
4234         * gdb.disasm/t07_ari3.exp
4235         * gdb.disasm/t08_or.exp
4236         * gdb.disasm/t09_xor.exp
4237         * gdb.disasm/t10_and.exp
4238         * gdb.disasm/t11_logs.exp
4239         * gdb.disasm/t12_bit.exp
4240         * gdb.disasm/t13_otr.exp
4241         * gdb.dlang/circular.exp
4242         * gdb.dwarf2/arr-stride.exp
4243         * gdb.dwarf2/arr-subrange.exp
4244         * gdb.dwarf2/atomic-type.exp
4245         * gdb.dwarf2/bad-regnum.exp
4246         * gdb.dwarf2/bitfield-parent-optimized-out.exp
4247         * gdb.dwarf2/callframecfa.exp
4248         * gdb.dwarf2/clztest.exp
4249         * gdb.dwarf2/corrupt.exp
4250         * gdb.dwarf2/data-loc.exp
4251         * gdb.dwarf2/dup-psym.exp
4252         * gdb.dwarf2/dw2-anon-mptr.exp
4253         * gdb.dwarf2/dw2-anonymous-func.exp
4254         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4255         * gdb.dwarf2/dw2-bad-unresolved.exp
4256         * gdb.dwarf2/dw2-basic.exp
4257         * gdb.dwarf2/dw2-canonicalize-type.exp
4258         * gdb.dwarf2/dw2-case-insensitive.exp
4259         * gdb.dwarf2/dw2-common-block.exp
4260         * gdb.dwarf2/dw2-compdir-oldgcc.exp
4261         * gdb.dwarf2/dw2-compressed.exp
4262         * gdb.dwarf2/dw2-const.exp
4263         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4264         * gdb.dwarf2/dw2-cu-size.exp
4265         * gdb.dwarf2/dw2-dup-frame.exp
4266         * gdb.dwarf2/dw2-entry-value.exp
4267         * gdb.dwarf2/dw2-icycle.exp
4268         * gdb.dwarf2/dw2-ifort-parameter.exp
4269         * gdb.dwarf2/dw2-inline-break.exp
4270         * gdb.dwarf2/dw2-inline-param.exp
4271         * gdb.dwarf2/dw2-intercu.exp
4272         * gdb.dwarf2/dw2-intermix.exp
4273         * gdb.dwarf2/dw2-lexical-block-bare.exp
4274         * gdb.dwarf2/dw2-linkage-name-trust.exp
4275         * gdb.dwarf2/dw2-minsym-in-cu.exp
4276         * gdb.dwarf2/dw2-noloc.exp
4277         * gdb.dwarf2/dw2-op-call.exp
4278         * gdb.dwarf2/dw2-op-out-param.exp
4279         * gdb.dwarf2/dw2-opt-structptr.exp
4280         * gdb.dwarf2/dw2-param-error.exp
4281         * gdb.dwarf2/dw2-producer.exp
4282         * gdb.dwarf2/dw2-ranges-base.exp
4283         * gdb.dwarf2/dw2-ref-missing-frame.exp
4284         * gdb.dwarf2/dw2-reg-undefined.exp
4285         * gdb.dwarf2/dw2-regno-invalid.exp
4286         * gdb.dwarf2/dw2-restore.exp
4287         * gdb.dwarf2/dw2-restrict.exp
4288         * gdb.dwarf2/dw2-single-line-discriminators.exp
4289         * gdb.dwarf2/dw2-strp.exp
4290         * gdb.dwarf2/dw2-undefined-ret-addr.exp
4291         * gdb.dwarf2/dw2-unresolved.exp
4292         * gdb.dwarf2/dw2-var-zero-addr.exp
4293         * gdb.dwarf2/dw4-sig-types.exp
4294         * gdb.dwarf2/dwz.exp
4295         * gdb.dwarf2/dynarr-ptr.exp
4296         * gdb.dwarf2/enum-type.exp
4297         * gdb.dwarf2/gdb-index.exp
4298         * gdb.dwarf2/implptr-64bit.exp
4299         * gdb.dwarf2/implptr-optimized-out.exp
4300         * gdb.dwarf2/implptr.exp
4301         * gdb.dwarf2/implref-array.exp
4302         * gdb.dwarf2/implref-const.exp
4303         * gdb.dwarf2/implref-global.exp
4304         * gdb.dwarf2/implref-struct.exp
4305         * gdb.dwarf2/mac-fileno.exp
4306         * gdb.dwarf2/main-subprogram.exp
4307         * gdb.dwarf2/member-ptr-forwardref.exp
4308         * gdb.dwarf2/method-ptr.exp
4309         * gdb.dwarf2/missing-sig-type.exp
4310         * gdb.dwarf2/nonvar-access.exp
4311         * gdb.dwarf2/opaque-type-lookup.exp
4312         * gdb.dwarf2/pieces-optimized-out.exp
4313         * gdb.dwarf2/pieces.exp
4314         * gdb.dwarf2/pr10770.exp
4315         * gdb.dwarf2/pr13961.exp
4316         * gdb.dwarf2/staticvirtual.exp
4317         * gdb.dwarf2/subrange.exp
4318         * gdb.dwarf2/symtab-producer.exp
4319         * gdb.dwarf2/trace-crash.exp
4320         * gdb.dwarf2/typeddwarf.exp
4321         * gdb.dwarf2/valop.exp
4322         * gdb.dwarf2/watch-notconst.exp
4323         * gdb.fortran/array-element.exp
4324         * gdb.fortran/charset.exp
4325         * gdb.fortran/common-block.exp
4326         * gdb.fortran/complex.exp
4327         * gdb.fortran/derived-type-function.exp
4328         * gdb.fortran/derived-type.exp
4329         * gdb.fortran/logical.exp
4330         * gdb.fortran/module.exp
4331         * gdb.fortran/multi-dim.exp
4332         * gdb.fortran/nested-funcs.exp
4333         * gdb.fortran/print-formatted.exp
4334         * gdb.fortran/subarray.exp
4335         * gdb.fortran/vla-alloc-assoc.exp
4336         * gdb.fortran/vla-datatypes.exp
4337         * gdb.fortran/vla-history.exp
4338         * gdb.fortran/vla-ptr-info.exp
4339         * gdb.fortran/vla-ptype-sub.exp
4340         * gdb.fortran/vla-ptype.exp
4341         * gdb.fortran/vla-sizeof.exp
4342         * gdb.fortran/vla-type.exp
4343         * gdb.fortran/vla-value-sub-arbitrary.exp
4344         * gdb.fortran/vla-value-sub-finish.exp
4345         * gdb.fortran/vla-value-sub.exp
4346         * gdb.fortran/vla-value.exp
4347         * gdb.fortran/whatis_type.exp
4348         * gdb.go/chan.exp
4349         * gdb.go/handcall.exp
4350         * gdb.go/hello.exp
4351         * gdb.go/integers.exp
4352         * gdb.go/methods.exp
4353         * gdb.go/package.exp
4354         * gdb.go/strings.exp
4355         * gdb.go/types.exp
4356         * gdb.go/unsafe.exp
4357         * gdb.guile/scm-arch.exp
4358         * gdb.guile/scm-block.exp
4359         * gdb.guile/scm-breakpoint.exp
4360         * gdb.guile/scm-cmd.exp
4361         * gdb.guile/scm-disasm.exp
4362         * gdb.guile/scm-equal.exp
4363         * gdb.guile/scm-frame-args.exp
4364         * gdb.guile/scm-frame-inline.exp
4365         * gdb.guile/scm-frame.exp
4366         * gdb.guile/scm-iterator.exp
4367         * gdb.guile/scm-math.exp
4368         * gdb.guile/scm-objfile.exp
4369         * gdb.guile/scm-ports.exp
4370         * gdb.guile/scm-symbol.exp
4371         * gdb.guile/scm-symtab.exp
4372         * gdb.guile/scm-value-cc.exp
4373         * gdb.guile/types-module.exp
4374         * gdb.linespec/break-ask.exp
4375         * gdb.linespec/cpexplicit.exp
4376         * gdb.linespec/explicit.exp
4377         * gdb.linespec/keywords.exp
4378         * gdb.linespec/linespec.exp
4379         * gdb.linespec/ls-dollar.exp
4380         * gdb.linespec/ls-errs.exp
4381         * gdb.linespec/skip-two.exp
4382         * gdb.linespec/thread.exp
4383         * gdb.mi/mi-async.exp
4384         * gdb.mi/mi-basics.exp
4385         * gdb.mi/mi-break.exp
4386         * gdb.mi/mi-catch-load.exp
4387         * gdb.mi/mi-cli.exp
4388         * gdb.mi/mi-cmd-param-changed.exp
4389         * gdb.mi/mi-console.exp
4390         * gdb.mi/mi-detach.exp
4391         * gdb.mi/mi-disassemble.exp
4392         * gdb.mi/mi-eval.exp
4393         * gdb.mi/mi-file-transfer.exp
4394         * gdb.mi/mi-file.exp
4395         * gdb.mi/mi-fill-memory.exp
4396         * gdb.mi/mi-inheritance-syntax-error.exp
4397         * gdb.mi/mi-linespec-err-cp.exp
4398         * gdb.mi/mi-logging.exp
4399         * gdb.mi/mi-memory-changed.exp
4400         * gdb.mi/mi-read-memory.exp
4401         * gdb.mi/mi-record-changed.exp
4402         * gdb.mi/mi-reg-undefined.exp
4403         * gdb.mi/mi-regs.exp
4404         * gdb.mi/mi-return.exp
4405         * gdb.mi/mi-reverse.exp
4406         * gdb.mi/mi-simplerun.exp
4407         * gdb.mi/mi-solib.exp
4408         * gdb.mi/mi-stack.exp
4409         * gdb.mi/mi-stepi.exp
4410         * gdb.mi/mi-syn-frame.exp
4411         * gdb.mi/mi-until.exp
4412         * gdb.mi/mi-var-block.exp
4413         * gdb.mi/mi-var-child.exp
4414         * gdb.mi/mi-var-cmd.exp
4415         * gdb.mi/mi-var-cp.exp
4416         * gdb.mi/mi-var-display.exp
4417         * gdb.mi/mi-var-invalidate.exp
4418         * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4419         * gdb.mi/mi-vla-fortran.exp
4420         * gdb.mi/mi-watch.exp
4421         * gdb.mi/mi2-var-child.exp
4422         * gdb.mi/user-selected-context-sync.exp
4423         * gdb.modula2/unbounded-array.exp
4424         * gdb.multi/dummy-frame-restore.exp
4425         * gdb.multi/multi-arch-exec.exp
4426         * gdb.multi/multi-arch.exp
4427         * gdb.multi/tids.exp
4428         * gdb.multi/watchpoint-multi.exp
4429         * gdb.opencl/callfuncs.exp
4430         * gdb.opencl/convs_casts.exp
4431         * gdb.opencl/datatypes.exp
4432         * gdb.opencl/operators.exp
4433         * gdb.opencl/vec_comps.exp
4434         * gdb.opt/clobbered-registers-O2.exp
4435         * gdb.opt/inline-break.exp
4436         * gdb.opt/inline-bt.exp
4437         * gdb.opt/inline-cmds.exp
4438         * gdb.opt/inline-locals.exp
4439         * gdb.pascal/case-insensitive-symbols.exp
4440         * gdb.pascal/floats.exp
4441         * gdb.pascal/gdb11492.exp
4442         * gdb.python/lib-types.exp
4443         * gdb.python/py-arch.exp
4444         * gdb.python/py-as-string.exp
4445         * gdb.python/py-bad-printers.exp
4446         * gdb.python/py-block.exp
4447         * gdb.python/py-breakpoint-create-fail.exp
4448         * gdb.python/py-breakpoint.exp
4449         * gdb.python/py-caller-is.exp
4450         * gdb.python/py-cmd.exp
4451         * gdb.python/py-explore-cc.exp
4452         * gdb.python/py-explore.exp
4453         * gdb.python/py-finish-breakpoint.exp
4454         * gdb.python/py-finish-breakpoint2.exp
4455         * gdb.python/py-frame-args.exp
4456         * gdb.python/py-frame-inline.exp
4457         * gdb.python/py-frame.exp
4458         * gdb.python/py-framefilter-mi.exp
4459         * gdb.python/py-infthread.exp
4460         * gdb.python/py-lazy-string.exp
4461         * gdb.python/py-linetable.exp
4462         * gdb.python/py-mi-events.exp
4463         * gdb.python/py-mi-objfile.exp
4464         * gdb.python/py-mi.exp
4465         * gdb.python/py-objfile.exp
4466         * gdb.python/py-pp-integral.exp
4467         * gdb.python/py-pp-maint.exp
4468         * gdb.python/py-pp-re-notag.exp
4469         * gdb.python/py-pp-registration.exp
4470         * gdb.python/py-recurse-unwind.exp
4471         * gdb.python/py-strfns.exp
4472         * gdb.python/py-symbol.exp
4473         * gdb.python/py-symtab.exp
4474         * gdb.python/py-sync-interp.exp
4475         * gdb.python/py-typeprint.exp
4476         * gdb.python/py-unwind-maint.exp
4477         * gdb.python/py-unwind.exp
4478         * gdb.python/py-value-cc.exp
4479         * gdb.python/py-xmethods.exp
4480         * gdb.reverse/amd64-tailcall-reverse.exp
4481         * gdb.reverse/break-precsave.exp
4482         * gdb.reverse/break-reverse.exp
4483         * gdb.reverse/consecutive-precsave.exp
4484         * gdb.reverse/consecutive-reverse.exp
4485         * gdb.reverse/finish-precsave.exp
4486         * gdb.reverse/finish-reverse-bkpt.exp
4487         * gdb.reverse/finish-reverse.exp
4488         * gdb.reverse/fstatat-reverse.exp
4489         * gdb.reverse/getresuid-reverse.exp
4490         * gdb.reverse/i386-precsave.exp
4491         * gdb.reverse/i386-reverse.exp
4492         * gdb.reverse/i386-sse-reverse.exp
4493         * gdb.reverse/i387-env-reverse.exp
4494         * gdb.reverse/i387-stack-reverse.exp
4495         * gdb.reverse/insn-reverse.exp
4496         * gdb.reverse/machinestate-precsave.exp
4497         * gdb.reverse/machinestate.exp
4498         * gdb.reverse/next-reverse-bkpt-over-sr.exp
4499         * gdb.reverse/pipe-reverse.exp
4500         * gdb.reverse/readv-reverse.exp
4501         * gdb.reverse/recvmsg-reverse.exp
4502         * gdb.reverse/rerun-prec.exp
4503         * gdb.reverse/s390-mvcle.exp
4504         * gdb.reverse/step-precsave.exp
4505         * gdb.reverse/step-reverse.exp
4506         * gdb.reverse/time-reverse.exp
4507         * gdb.reverse/until-precsave.exp
4508         * gdb.reverse/until-reverse.exp
4509         * gdb.reverse/waitpid-reverse.exp
4510         * gdb.reverse/watch-precsave.exp
4511         * gdb.reverse/watch-reverse.exp
4512         * gdb.rust/generics.exp
4513         * gdb.rust/methods.exp
4514         * gdb.rust/modules.exp
4515         * gdb.rust/simple.exp
4516         * gdb.server/connect-with-no-symbol-file.exp
4517         * gdb.server/ext-attach.exp
4518         * gdb.server/ext-restart.exp
4519         * gdb.server/ext-wrapper.exp
4520         * gdb.server/file-transfer.exp
4521         * gdb.server/server-exec-info.exp
4522         * gdb.server/server-kill.exp
4523         * gdb.server/server-mon.exp
4524         * gdb.server/wrapper.exp
4525         * gdb.stabs/exclfwd.exp
4526         * gdb.stabs/gdb11479.exp
4527         * gdb.threads/clone-new-thread-event.exp
4528         * gdb.threads/corethreads.exp
4529         * gdb.threads/current-lwp-dead.exp
4530         * gdb.threads/dlopen-libpthread.exp
4531         * gdb.threads/gcore-thread.exp
4532         * gdb.threads/sigstep-threads.exp
4533         * gdb.threads/watchpoint-fork.exp
4534         * gdb.trace/actions-changed.exp
4535         * gdb.trace/backtrace.exp
4536         * gdb.trace/change-loc.exp
4537         * gdb.trace/circ.exp
4538         * gdb.trace/collection.exp
4539         * gdb.trace/disconnected-tracing.exp
4540         * gdb.trace/ftrace.exp
4541         * gdb.trace/mi-trace-frame-collected.exp
4542         * gdb.trace/mi-trace-unavailable.exp
4543         * gdb.trace/mi-traceframe-changed.exp
4544         * gdb.trace/mi-tsv-changed.exp
4545         * gdb.trace/no-attach-trace.exp
4546         * gdb.trace/passc-dyn.exp
4547         * gdb.trace/qtro.exp
4548         * gdb.trace/range-stepping.exp
4549         * gdb.trace/read-memory.exp
4550         * gdb.trace/save-trace.exp
4551         * gdb.trace/signal.exp
4552         * gdb.trace/status-stop.exp
4553         * gdb.trace/tfile.exp
4554         * gdb.trace/trace-break.exp
4555         * gdb.trace/trace-buffer-size.exp
4556         * gdb.trace/trace-condition.exp
4557         * gdb.trace/tracefile-pseudo-reg.exp
4558         * gdb.trace/tstatus.exp
4559         * gdb.trace/unavailable.exp
4560         * gdb.trace/while-dyn.exp
4561         * gdb.trace/while-stepping.exp
4562
4563 2016-12-22  Doug Evans  <xdje42@gmail.com>
4564
4565         * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4566         and msymbols.
4567
4568 2016-12-19  Yao Qi  <yao.qi@linaro.org>
4569
4570         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4571         (test_with_self): Don't call do_steps_and_nexts, and remove
4572         code about stepping into xmalloc.
4573
4574 2016-12-09  Yao Qi  <yao.qi@linaro.org>
4575
4576         * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4577
4578 2016-12-09  Yao Qi  <yao.qi@linaro.org>
4579
4580         * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4581
4582 2016-12-09  Pedro Alves  <palves@redhat.com>
4583
4584         * gdb.base/all-architectures-0.exp: New file.
4585         * gdb.base/all-architectures-1.exp: New file.
4586         * gdb.base/all-architectures-2.exp: New file.
4587         * gdb.base/all-architectures-3.exp: New file.
4588         * gdb.base/all-architectures-4.exp: New file.
4589         * gdb.base/all-architectures-5.exp: New file.
4590         * gdb.base/all-architectures-6.exp: New file.
4591         * gdb.base/all-architectures-7.exp: New file.
4592         * gdb.base/all-architectures.exp.in: New file.
4593
4594 2016-12-09  Yao Qi  <yao.qi@linaro.org>
4595
4596         * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4597
4598 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
4599
4600         * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4601         possible.
4602         Remove useless pattern-matching code.
4603
4604 2016-12-02  Pedro Alves  <palves@redhat.com>
4605
4606         * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4607         procedure.
4608         (top level): Call it.
4609
4610 2016-12-02  Pedro Alves  <palves@redhat.com>
4611
4612         * gdb.base/commands.exp (user_defined_command_args_stack_test):
4613         New procedure.
4614         (top level): Call it.
4615
4616 2016-12-02  Pedro Alves  <palves@redhat.com>
4617
4618         PR cli/20559
4619         * gdb.base/commands.exp (user_defined_command_args_eval): New
4620         procedure.
4621         (top level): Call it.
4622
4623 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
4624
4625         * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4626         timeout handling.
4627
4628 2016-12-02  Tom Tromey  <tom@tromey.com>
4629
4630         * gdb.dwarf2/main-subprogram.c: New file.
4631         * gdb.dwarf2/main-subprogram.exp: New file.
4632
4633 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4634
4635         * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4636         * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4637         gdb_test_no_output for a couple of cases.
4638         * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4639
4640 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4641
4642         Fix test names and standardize compilation error messages throughout
4643         the following files:
4644
4645         * gdb.ada/start.exp
4646         * gdb.arch/alpha-step.exp
4647         * gdb.arch/e500-prologue.exp
4648         * gdb.arch/ftrace-insn-reloc.exp
4649         * gdb.arch/gdb1291.exp
4650         * gdb.arch/gdb1431.exp
4651         * gdb.arch/gdb1558.exp
4652         * gdb.arch/i386-dr3-watch.exp
4653         * gdb.arch/i386-sse-stack-align.exp
4654         * gdb.arch/ia64-breakpoint-shadow.exp
4655         * gdb.arch/pa-nullify.exp
4656         * gdb.arch/powerpc-aix-prologue.exp
4657         * gdb.arch/thumb-bx-pc.exp
4658         * gdb.base/annota1.exp
4659         * gdb.base/annota3.exp
4660         * gdb.base/arrayidx.exp
4661         * gdb.base/assign.exp
4662         * gdb.base/attach.exp
4663         * gdb.base/auxv.exp
4664         * gdb.base/bang.exp
4665         * gdb.base/bfp-test.exp
4666         * gdb.base/bigcore.exp
4667         * gdb.base/bitfields2.exp
4668         * gdb.base/break-fun-addr.exp
4669         * gdb.base/break-probes.exp
4670         * gdb.base/call-rt-st.exp
4671         * gdb.base/callexit.exp
4672         * gdb.base/catch-fork-kill.exp
4673         * gdb.base/charset.exp
4674         * gdb.base/checkpoint.exp
4675         * gdb.base/comprdebug.exp
4676         * gdb.base/constvars.exp
4677         * gdb.base/coredump-filter.exp
4678         * gdb.base/cursal.exp
4679         * gdb.base/cvexpr.exp
4680         * gdb.base/detach.exp
4681         * gdb.base/display.exp
4682         * gdb.base/dmsym.exp
4683         * gdb.base/dprintf-pending.exp
4684         * gdb.base/dso2dso.exp
4685         * gdb.base/dtrace-probe.exp
4686         * gdb.base/dump.exp
4687         * gdb.base/enum_cond.exp
4688         * gdb.base/exe-lock.exp
4689         * gdb.base/exec-invalid-sysroot.exp
4690         * gdb.base/execl-update-breakpoints.exp
4691         * gdb.base/exprs.exp
4692         * gdb.base/fileio.exp
4693         * gdb.base/find.exp
4694         * gdb.base/finish.exp
4695         * gdb.base/fixsection.exp
4696         * gdb.base/foll-vfork.exp
4697         * gdb.base/frame-args.exp
4698         * gdb.base/gcore.exp
4699         * gdb.base/gdb1250.exp
4700         * gdb.base/global-var-nested-by-dso.exp
4701         * gdb.base/gnu-ifunc.exp
4702         * gdb.base/hashline1.exp
4703         * gdb.base/hashline2.exp
4704         * gdb.base/hashline3.exp
4705         * gdb.base/hbreak-in-shr-unsupported.exp
4706         * gdb.base/huge.exp
4707         * gdb.base/infcall-input.exp
4708         * gdb.base/info-fun.exp
4709         * gdb.base/info-shared.exp
4710         * gdb.base/jit-simple.exp
4711         * gdb.base/jit-so.exp
4712         * gdb.base/jit.exp
4713         * gdb.base/jump.exp
4714         * gdb.base/label.exp
4715         * gdb.base/lineinc.exp
4716         * gdb.base/logical.exp
4717         * gdb.base/longjmp.exp
4718         * gdb.base/macscp.exp
4719         * gdb.base/miscexprs.exp
4720         * gdb.base/new-ui-echo.exp
4721         * gdb.base/new-ui-pending-input.exp
4722         * gdb.base/new-ui.exp
4723         * gdb.base/nodebug.exp
4724         * gdb.base/nofield.exp
4725         * gdb.base/offsets.exp
4726         * gdb.base/overlays.exp
4727         * gdb.base/pending.exp
4728         * gdb.base/pointers.exp
4729         * gdb.base/pr11022.exp
4730         * gdb.base/printcmds.exp
4731         * gdb.base/prologue.exp
4732         * gdb.base/ptr-typedef.exp
4733         * gdb.base/realname-expand.exp
4734         * gdb.base/relativedebug.exp
4735         * gdb.base/relocate.exp
4736         * gdb.base/remote.exp
4737         * gdb.base/reread.exp
4738         * gdb.base/return2.exp
4739         * gdb.base/savedregs.exp
4740         * gdb.base/sep.exp
4741         * gdb.base/sepdebug.exp
4742         * gdb.base/sepsymtab.exp
4743         * gdb.base/set-inferior-tty.exp
4744         * gdb.base/setshow.exp
4745         * gdb.base/shlib-call.exp
4746         * gdb.base/sigaltstack.exp
4747         * gdb.base/siginfo-addr.exp
4748         * gdb.base/signals.exp
4749         * gdb.base/signull.exp
4750         * gdb.base/sigrepeat.exp
4751         * gdb.base/so-impl-ld.exp
4752         * gdb.base/solib-display.exp
4753         * gdb.base/solib-overlap.exp
4754         * gdb.base/solib-search.exp
4755         * gdb.base/solib-symbol.exp
4756         * gdb.base/structs.exp
4757         * gdb.base/structs2.exp
4758         * gdb.base/symtab-search-order.exp
4759         * gdb.base/twice.exp
4760         * gdb.base/unload.exp
4761         * gdb.base/varargs.exp
4762         * gdb.base/watchpoint-solib.exp
4763         * gdb.base/watchpoint.exp
4764         * gdb.base/whatis.exp
4765         * gdb.base/wrong_frame_bt_full.exp
4766         * gdb.btrace/dlopen.exp
4767         * gdb.cell/ea-standalone.exp
4768         * gdb.cell/ea-test.exp
4769         * gdb.cp/dispcxx.exp
4770         * gdb.cp/gdb2384.exp
4771         * gdb.cp/method2.exp
4772         * gdb.cp/nextoverthrow.exp
4773         * gdb.cp/pr10728.exp
4774         * gdb.disasm/am33.exp
4775         * gdb.disasm/h8300s.exp
4776         * gdb.disasm/mn10300.exp
4777         * gdb.disasm/sh3.exp
4778         * gdb.dwarf2/dw2-dir-file-name.exp
4779         * gdb.fortran/complex.exp
4780         * gdb.fortran/library-module.exp
4781         * gdb.guile/scm-pretty-print.exp
4782         * gdb.guile/scm-symbol.exp
4783         * gdb.guile/scm-type.exp
4784         * gdb.guile/scm-value.exp
4785         * gdb.linespec/linespec.exp
4786         * gdb.mi/gdb701.exp
4787         * gdb.mi/gdb792.exp
4788         * gdb.mi/mi-breakpoint-changed.exp
4789         * gdb.mi/mi-dprintf-pending.exp
4790         * gdb.mi/mi-dprintf.exp
4791         * gdb.mi/mi-exit-code.exp
4792         * gdb.mi/mi-pending.exp
4793         * gdb.mi/mi-solib.exp
4794         * gdb.mi/new-ui-mi-sync.exp
4795         * gdb.mi/pr11022.exp
4796         * gdb.mi/user-selected-context-sync.exp
4797         * gdb.opt/solib-intra-step.exp
4798         * gdb.python/py-events.exp
4799         * gdb.python/py-finish-breakpoint.exp
4800         * gdb.python/py-mi.exp
4801         * gdb.python/py-prettyprint.exp
4802         * gdb.python/py-shared.exp
4803         * gdb.python/py-symbol.exp
4804         * gdb.python/py-template.exp
4805         * gdb.python/py-type.exp
4806         * gdb.python/py-value.exp
4807         * gdb.reverse/solib-precsave.exp
4808         * gdb.reverse/solib-reverse.exp
4809         * gdb.server/solib-list.exp
4810         * gdb.stabs/weird.exp
4811         * gdb.threads/reconnect-signal.exp
4812         * gdb.threads/stepi-random-signal.exp
4813         * gdb.trace/actions.exp
4814         * gdb.trace/ax.exp
4815         * gdb.trace/backtrace.exp
4816         * gdb.trace/change-loc.exp
4817         * gdb.trace/deltrace.exp
4818         * gdb.trace/ftrace-lock.exp
4819         * gdb.trace/ftrace.exp
4820         * gdb.trace/infotrace.exp
4821         * gdb.trace/mi-tracepoint-changed.exp
4822         * gdb.trace/packetlen.exp
4823         * gdb.trace/passcount.exp
4824         * gdb.trace/pending.exp
4825         * gdb.trace/range-stepping.exp
4826         * gdb.trace/report.exp
4827         * gdb.trace/stap-trace.exp
4828         * gdb.trace/tfind.exp
4829         * gdb.trace/trace-break.exp
4830         * gdb.trace/trace-condition.exp
4831         * gdb.trace/trace-enable-disable.exp
4832         * gdb.trace/trace-mt.exp
4833         * gdb.trace/tracecmd.exp
4834         * gdb.trace/tspeed.exp
4835         * gdb.trace/tsv.exp
4836         * lib/perftest.exp
4837
4838 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4839
4840         * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4841         with gdb_test_no_output.
4842         Use command as test name.
4843
4844 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4845
4846         Fix test names starting with uppercase throughout the files.
4847
4848         * gdb.ada/assign_1.exp
4849         * gdb.ada/boolean_expr.exp
4850         * gdb.base/arrayidx.exp
4851         * gdb.base/del.exp
4852         * gdb.base/gcore-buffer-overflow.exp
4853         * gdb.base/testenv.exp
4854         * gdb.compile/compile.exp
4855         * gdb.python/py-framefilter-invalidarg.exp
4856         * gdb.python/py-framefilter.exp
4857
4858 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4859
4860         Fix test names starting with uppercase throughout the files.
4861
4862         * gdb.ada/array_return.exp
4863         * gdb.ada/expr_delims.exp
4864         * gdb.ada/mi_dyn_arr.exp
4865         * gdb.ada/mi_interface.exp
4866         * gdb.ada/mi_var_array.exp
4867         * gdb.ada/watch_arg.exp
4868         * gdb.arch/alpha-step.exp
4869         * gdb.arch/altivec-regs.exp
4870         * gdb.arch/e500-regs.exp
4871         * gdb.arch/powerpc-d128-regs.exp
4872         * gdb.base/arrayidx.exp
4873         * gdb.base/break.exp
4874         * gdb.base/checkpoint.exp
4875         * gdb.base/debug-expr.exp
4876         * gdb.base/dmsym.exp
4877         * gdb.base/radix.exp
4878         * gdb.base/sepdebug.exp
4879         * gdb.base/testenv.exp
4880         * gdb.base/watch_thread_num.exp
4881         * gdb.base/watchpoint-cond-gone.exp
4882         * gdb.cell/break.exp
4883         * gdb.cell/ea-cache.exp
4884         * gdb.compile/compile.exp
4885         * gdb.cp/gdb2495.exp
4886         * gdb.gdb/selftest.exp
4887         * gdb.gdb/xfullpath.exp
4888         * gdb.go/hello.exp
4889         * gdb.go/integers.exp
4890         * gdb.objc/basicclass.exp
4891         * gdb.pascal/hello.exp
4892         * gdb.pascal/integers.exp
4893         * gdb.python/py-breakpoint.exp
4894         * gdb.python/py-cmd.exp
4895         * gdb.python/py-linetable.exp
4896         * gdb.python/py-xmethods.exp
4897         * gdb.python/python.exp
4898         * gdb.reverse/consecutive-precsave.exp
4899         * gdb.reverse/finish-precsave.exp
4900         * gdb.reverse/i386-precsave.exp
4901         * gdb.reverse/machinestate-precsave.exp
4902         * gdb.reverse/sigall-precsave.exp
4903         * gdb.reverse/solib-precsave.exp
4904         * gdb.reverse/step-precsave.exp
4905         * gdb.reverse/until-precsave.exp
4906         * gdb.reverse/watch-precsave.exp
4907         * gdb.threads/leader-exit.exp
4908         * gdb.threads/pthreads.exp
4909         * gdb.threads/wp-replication.exp
4910         * gdb.trace/actions.exp
4911         * gdb.trace/mi-tsv-changed.exp
4912         * gdb.trace/tsv.exp
4913
4914 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4915
4916         Fix test names starting with uppercase throughout the files.
4917
4918         * gdb.arch/i386-bp_permanent.exp
4919         * gdb.arch/i386-gnu-cfi.exp
4920         * gdb.base/disasm-end-cu.exp
4921         * gdb.base/macscp.exp
4922         * gdb.base/pending.exp
4923         * gdb.base/watch_thread_num.exp
4924         * gdb.cp/exception.exp
4925         * gdb.cp/gdb2495.exp
4926         * gdb.cp/local.exp
4927         * gdb.python/py-evsignal.exp
4928         * gdb.python/python.exp
4929         * gdb.trace/tracecmd.exp
4930
4931 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4932
4933         Fix test names starting with uppercase throughout the files.
4934
4935         * gdb.base/charset.exp
4936         * gdb.base/eval.exp
4937         * gdb.base/multi-forks.exp
4938         * gdb.guile/scm-progspace.exp
4939         * gdb.opencl/datatypes.exp
4940         * gdb.python/py-block.exp
4941         * gdb.python/py-function.exp
4942         * gdb.python/py-symbol.exp
4943         * gdb.python/py-symtab.exp
4944         * gdb.python/py-xmethods.exp
4945         * gdb.reverse/break-precsave.exp
4946         * gdb.reverse/break-reverse.exp
4947         * gdb.reverse/consecutive-precsave.exp
4948         * gdb.reverse/consecutive-reverse.exp
4949         * gdb.reverse/finish-precsave.exp
4950         * gdb.reverse/finish-reverse-bkpt.exp
4951         * gdb.reverse/finish-reverse.exp
4952         * gdb.reverse/fstatat-reverse.exp
4953         * gdb.reverse/getresuid-reverse.exp
4954         * gdb.reverse/i386-precsave.exp
4955         * gdb.reverse/i386-reverse.exp
4956         * gdb.reverse/i386-sse-reverse.exp
4957         * gdb.reverse/i387-stack-reverse.exp
4958         * gdb.reverse/insn-reverse.exp
4959         * gdb.reverse/machinestate-precsave.exp
4960         * gdb.reverse/machinestate.exp
4961         * gdb.reverse/next-reverse-bkpt-over-sr.exp
4962         * gdb.reverse/pipe-reverse.exp
4963         * gdb.reverse/readv-reverse.exp
4964         * gdb.reverse/recvmsg-reverse.exp
4965         * gdb.reverse/rerun-prec.exp
4966         * gdb.reverse/s390-mvcle.exp
4967         * gdb.reverse/sigall-precsave.exp
4968         * gdb.reverse/sigall-reverse.exp
4969         * gdb.reverse/solib-precsave.exp
4970         * gdb.reverse/solib-reverse.exp
4971         * gdb.reverse/step-precsave.exp
4972         * gdb.reverse/step-reverse.exp
4973         * gdb.reverse/time-reverse.exp
4974         * gdb.reverse/until-precsave.exp
4975         * gdb.reverse/until-reverse.exp
4976         * gdb.reverse/waitpid-reverse.exp
4977         * gdb.reverse/watch-precsave.exp
4978         * gdb.reverse/watch-reverse.exp
4979
4980 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4981
4982         Fix test names starting with uppercase throughout the files.
4983
4984         * gdb.arch/i386-mpx-simple_segv.exp
4985         * gdb.arch/i386-mpx.exp
4986         * gdb.arch/i386-permbkpt.exp
4987         * gdb.arch/pa-nullify.exp
4988         * gdb.arch/powerpc-d128-regs.exp
4989         * gdb.arch/vsx-regs.exp
4990         * gdb.base/bfp-test.exp
4991         * gdb.base/break.exp
4992         * gdb.base/breakpoint-shadow.exp
4993         * gdb.base/callfuncs.exp
4994         * gdb.base/charset.exp
4995         * gdb.base/commands.exp
4996         * gdb.base/completion.exp
4997         * gdb.base/dfp-test.exp
4998         * gdb.base/echo.exp
4999         * gdb.base/ending-run.exp
5000         * gdb.base/eval.exp
5001         * gdb.base/expand-psymtabs.exp
5002         * gdb.base/float128.exp
5003         * gdb.base/floatn.exp
5004         * gdb.base/foll-exec-mode.exp
5005         * gdb.base/gdb1056.exp
5006         * gdb.base/gdb11531.exp
5007         * gdb.base/kill-after-signal.exp
5008         * gdb.base/multi-forks.exp
5009         * gdb.base/overlays.exp
5010         * gdb.base/pending.exp
5011         * gdb.base/sepdebug.exp
5012         * gdb.base/testenv.exp
5013         * gdb.base/valgrind-db-attach.exp
5014         * gdb.base/watch_thread_num.exp
5015         * gdb.base/watchpoint-cond-gone.exp
5016         * gdb.base/watchpoint.exp
5017         * gdb.base/watchpoints.exp
5018         * gdb.cp/arg-reference.exp
5019         * gdb.cp/baseenum.exp
5020         * gdb.cp/operator.exp
5021         * gdb.cp/shadow.exp
5022         * gdb.dwarf2/dw2-op-out-param.exp
5023         * gdb.dwarf2/dw2-reg-undefined.exp
5024         * gdb.go/chan.exp
5025         * gdb.go/hello.exp
5026         * gdb.go/integers.exp
5027         * gdb.go/methods.exp
5028         * gdb.go/package.exp
5029         * gdb.guile/scm-parameter.exp
5030         * gdb.guile/scm-progspace.exp
5031         * gdb.guile/scm-value.exp
5032         * gdb.mi/mi-pending.exp
5033         * gdb.mi/user-selected-context-sync.exp
5034         * gdb.multi/multi-attach.exp
5035         * gdb.multi/tids.exp
5036         * gdb.opt/clobbered-registers-O2.exp
5037         * gdb.pascal/floats.exp
5038         * gdb.pascal/integers.exp
5039         * gdb.python/py-block.exp
5040         * gdb.python/py-events.exp
5041         * gdb.python/py-parameter.exp
5042         * gdb.python/py-symbol.exp
5043         * gdb.python/py-symtab.exp
5044         * gdb.python/py-type.exp
5045         * gdb.python/py-value.exp
5046         * gdb.python/py-xmethods.exp
5047         * gdb.python/python.exp
5048         * gdb.reverse/break-precsave.exp
5049         * gdb.reverse/consecutive-precsave.exp
5050         * gdb.reverse/finish-precsave.exp
5051         * gdb.reverse/i386-precsave.exp
5052         * gdb.reverse/machinestate-precsave.exp
5053         * gdb.reverse/sigall-precsave.exp
5054         * gdb.reverse/solib-precsave.exp
5055         * gdb.reverse/step-precsave.exp
5056         * gdb.reverse/until-precsave.exp
5057         * gdb.reverse/watch-precsave.exp
5058         * gdb.server/ext-attach.exp
5059         * gdb.server/ext-restart.exp
5060         * gdb.server/ext-run.exp
5061         * gdb.server/ext-wrapper.exp
5062         * gdb.stabs/gdb11479.exp
5063         * gdb.stabs/weird.exp
5064         * gdb.threads/attach-many-short-lived-threads.exp
5065         * gdb.threads/kill.exp
5066         * gdb.threads/watchpoint-fork.exp
5067
5068 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5069
5070         Fix test names starting with uppercase throughout all the files below.
5071
5072         * gdb.ada/array_return.exp
5073         * gdb.ada/catch_ex.exp
5074         * gdb.ada/info_exc.exp
5075         * gdb.ada/mi_catch_ex.exp
5076         * gdb.ada/mi_dyn_arr.exp
5077         * gdb.ada/mi_ex_cond.exp
5078         * gdb.ada/mi_exc_info.exp
5079         * gdb.ada/mi_interface.exp
5080         * gdb.ada/mi_task_arg.exp
5081         * gdb.ada/mi_task_info.exp
5082         * gdb.ada/mi_var_array.exp
5083         * gdb.arch/alpha-step.exp
5084         * gdb.arch/amd64-disp-step.exp
5085         * gdb.arch/arm-disp-step.exp
5086         * gdb.arch/disp-step-insn-reloc.exp
5087         * gdb.arch/e500-prologue.exp
5088         * gdb.arch/ftrace-insn-reloc.exp
5089         * gdb.arch/gdb1558.exp
5090         * gdb.arch/i386-bp_permanent.exp
5091         * gdb.arch/i386-disp-step.exp
5092         * gdb.arch/i386-float.exp
5093         * gdb.arch/i386-gnu-cfi.exp
5094         * gdb.arch/ia64-breakpoint-shadow.exp
5095         * gdb.arch/mips16-thunks.exp
5096         * gdb.arch/pa-nullify.exp
5097         * gdb.arch/powerpc-aix-prologue.exp
5098         * gdb.arch/powerpc-power.exp
5099         * gdb.arch/ppc-dfp.exp
5100         * gdb.arch/s390-tdbregs.exp
5101         * gdb.arch/spu-info.exp
5102         * gdb.arch/spu-ls.exp
5103         * gdb.arch/thumb-bx-pc.exp
5104         * gdb.base/advance.exp
5105         * gdb.base/annota-input-while-running.exp
5106         * gdb.base/arrayidx.exp
5107         * gdb.base/asmlabel.exp
5108         * gdb.base/async.exp
5109         * gdb.base/attach-wait-input.exp
5110         * gdb.base/auto-connect-native-target.exp
5111         * gdb.base/batch-preserve-term-settings.exp
5112         * gdb.base/bfp-test.exp
5113         * gdb.base/bigcore.exp
5114         * gdb.base/bp-permanent.exp
5115         * gdb.base/break-always.exp
5116         * gdb.base/break-fun-addr.exp
5117         * gdb.base/break-idempotent.exp
5118         * gdb.base/break-main-file-remove-fail.exp
5119         * gdb.base/break-probes.exp
5120         * gdb.base/break-unload-file.exp
5121         * gdb.base/break.exp
5122         * gdb.base/call-ar-st.exp
5123         * gdb.base/call-rt-st.exp
5124         * gdb.base/call-sc.exp
5125         * gdb.base/call-signal-resume.exp
5126         * gdb.base/call-strs.exp
5127         * gdb.base/callexit.exp
5128         * gdb.base/callfuncs.exp
5129         * gdb.base/catch-gdb-caused-signals.exp
5130         * gdb.base/catch-signal-siginfo-cond.exp
5131         * gdb.base/catch-syscall.exp
5132         * gdb.base/compare-sections.exp
5133         * gdb.base/cond-eval-mode.exp
5134         * gdb.base/condbreak-call-false.exp
5135         * gdb.base/consecutive-step-over.exp
5136         * gdb.base/cursal.exp
5137         * gdb.base/disabled-location.exp
5138         * gdb.base/disasm-end-cu.exp
5139         * gdb.base/display.exp
5140         * gdb.base/double-prompt-target-event-error.exp
5141         * gdb.base/dprintf-bp-same-addr.exp
5142         * gdb.base/dprintf-detach.exp
5143         * gdb.base/dprintf-next.exp
5144         * gdb.base/dprintf-non-stop.exp
5145         * gdb.base/dprintf-pending.exp
5146         * gdb.base/dso2dso.exp
5147         * gdb.base/ending-run.exp
5148         * gdb.base/enum_cond.exp
5149         * gdb.base/examine-backward.exp
5150         * gdb.base/exe-lock.exp
5151         * gdb.base/exec-invalid-sysroot.exp
5152         * gdb.base/execl-update-breakpoints.exp
5153         * gdb.base/execution-termios.exp
5154         * gdb.base/fileio.exp
5155         * gdb.base/fixsection.exp
5156         * gdb.base/foll-exec-mode.exp
5157         * gdb.base/foll-exec.exp
5158         * gdb.base/fork-running-state.exp
5159         * gdb.base/frame-args.exp
5160         * gdb.base/fullpath-expand.exp
5161         * gdb.base/func-ptr.exp
5162         * gdb.base/gcore-relro-pie.exp
5163         * gdb.base/gdb1090.exp
5164         * gdb.base/gdb1555.exp
5165         * gdb.base/global-var-nested-by-dso.exp
5166         * gdb.base/gnu-ifunc.exp
5167         * gdb.base/hbreak-in-shr-unsupported.exp
5168         * gdb.base/hbreak-unmapped.exp
5169         * gdb.base/hook-stop.exp
5170         * gdb.base/infcall-input.exp
5171         * gdb.base/info-fun.exp
5172         * gdb.base/info-shared.exp
5173         * gdb.base/interrupt-noterm.exp
5174         * gdb.base/jit-so.exp
5175         * gdb.base/jit.exp
5176         * gdb.base/line-symtabs.exp
5177         * gdb.base/list.exp
5178         * gdb.base/longjmp.exp
5179         * gdb.base/macscp.exp
5180         * gdb.base/max-value-size.exp
5181         * gdb.base/nodebug.exp
5182         * gdb.base/nofield.exp
5183         * gdb.base/overlays.exp
5184         * gdb.base/paginate-after-ctrl-c-running.exp
5185         * gdb.base/paginate-bg-execution.exp
5186         * gdb.base/paginate-inferior-exit.exp
5187         * gdb.base/pending.exp
5188         * gdb.base/pr11022.exp
5189         * gdb.base/printcmds.exp
5190         * gdb.base/ptr-typedef.exp
5191         * gdb.base/ptype.exp
5192         * gdb.base/randomize.exp
5193         * gdb.base/range-stepping.exp
5194         * gdb.base/realname-expand.exp
5195         * gdb.base/relativedebug.exp
5196         * gdb.base/remote.exp
5197         * gdb.base/savedregs.exp
5198         * gdb.base/sepdebug.exp
5199         * gdb.base/set-noassign.exp
5200         * gdb.base/shlib-call.exp
5201         * gdb.base/shreloc.exp
5202         * gdb.base/sigaltstack.exp
5203         * gdb.base/sigbpt.exp
5204         * gdb.base/siginfo-addr.exp
5205         * gdb.base/siginfo-obj.exp
5206         * gdb.base/siginfo-thread.exp
5207         * gdb.base/signest.exp
5208         * gdb.base/signull.exp
5209         * gdb.base/sigrepeat.exp
5210         * gdb.base/skip.exp
5211         * gdb.base/so-impl-ld.exp
5212         * gdb.base/solib-corrupted.exp
5213         * gdb.base/solib-disc.exp
5214         * gdb.base/solib-display.exp
5215         * gdb.base/solib-overlap.exp
5216         * gdb.base/solib-search.exp
5217         * gdb.base/solib-symbol.exp
5218         * gdb.base/source-execution.exp
5219         * gdb.base/sss-bp-on-user-bp-2.exp
5220         * gdb.base/sss-bp-on-user-bp.exp
5221         * gdb.base/stack-checking.exp
5222         * gdb.base/stale-infcall.exp
5223         * gdb.base/step-break.exp
5224         * gdb.base/step-line.exp
5225         * gdb.base/step-over-exit.exp
5226         * gdb.base/step-test.exp
5227         * gdb.base/structs.exp
5228         * gdb.base/sym-file.exp
5229         * gdb.base/symtab-search-order.exp
5230         * gdb.base/term.exp
5231         * gdb.base/type-opaque.exp
5232         * gdb.base/unload.exp
5233         * gdb.base/until-nodebug.exp
5234         * gdb.base/until.exp
5235         * gdb.base/unwindonsignal.exp
5236         * gdb.base/watch-cond.exp
5237         * gdb.base/watch-non-mem.exp
5238         * gdb.base/watch_thread_num.exp
5239         * gdb.base/watchpoint-reuse-slot.exp
5240         * gdb.base/watchpoint-solib.exp
5241         * gdb.base/watchpoint.exp
5242         * gdb.btrace/dlopen.exp
5243         * gdb.cell/arch.exp
5244         * gdb.cell/break.exp
5245         * gdb.cell/bt.exp
5246         * gdb.cell/core.exp
5247         * gdb.cell/data.exp
5248         * gdb.cell/dwarfaddr.exp
5249         * gdb.cell/ea-cache.exp
5250         * gdb.cell/ea-standalone.exp
5251         * gdb.cell/ea-test.exp
5252         * gdb.cell/f-regs.exp
5253         * gdb.cell/fork.exp
5254         * gdb.cell/gcore.exp
5255         * gdb.cell/mem-access.exp
5256         * gdb.cell/ptype.exp
5257         * gdb.cell/registers.exp
5258         * gdb.cell/sizeof.exp
5259         * gdb.cell/solib-symbol.exp
5260         * gdb.cell/solib.exp
5261         * gdb.compile/compile-tls.exp
5262         * gdb.cp/exception.exp
5263         * gdb.cp/gdb2495.exp
5264         * gdb.cp/local.exp
5265         * gdb.cp/mb-inline.exp
5266         * gdb.cp/mb-templates.exp
5267         * gdb.cp/pr10687.exp
5268         * gdb.cp/pr9167.exp
5269         * gdb.cp/scope-err.exp
5270         * gdb.cp/templates.exp
5271         * gdb.cp/virtfunc.exp
5272         * gdb.dwarf2/dw2-dir-file-name.exp
5273         * gdb.dwarf2/dw2-single-line-discriminators.exp
5274         * gdb.fortran/complex.exp
5275         * gdb.fortran/library-module.exp
5276         * gdb.guile/guile.exp
5277         * gdb.guile/scm-cmd.exp
5278         * gdb.guile/scm-frame-inline.exp
5279         * gdb.guile/scm-objfile.exp
5280         * gdb.guile/scm-pretty-print.exp
5281         * gdb.guile/scm-symbol.exp
5282         * gdb.guile/scm-type.exp
5283         * gdb.guile/scm-value.exp
5284         * gdb.linespec/keywords.exp
5285         * gdb.linespec/ls-errs.exp
5286         * gdb.linespec/macro-relative.exp
5287         * gdb.linespec/thread.exp
5288         * gdb.mi/mi-breakpoint-changed.exp
5289         * gdb.mi/mi-dprintf-pending.exp
5290         * gdb.mi/mi-fullname-deleted.exp
5291         * gdb.mi/mi-logging.exp
5292         * gdb.mi/mi-pending.exp
5293         * gdb.mi/mi-solib.exp
5294         * gdb.mi/new-ui-mi-sync.exp
5295         * gdb.mi/user-selected-context-sync.exp
5296         * gdb.multi/dummy-frame-restore.exp
5297         * gdb.multi/multi-arch-exec.exp
5298         * gdb.multi/remove-inferiors.exp
5299         * gdb.multi/watchpoint-multi-exit.exp
5300         * gdb.opt/solib-intra-step.exp
5301         * gdb.perf/backtrace.exp
5302         * gdb.perf/single-step.exp
5303         * gdb.perf/skip-command.exp
5304         * gdb.perf/skip-prologue.exp
5305         * gdb.perf/solib.exp
5306         * gdb.python/lib-types.exp
5307         * gdb.python/py-as-string.exp
5308         * gdb.python/py-bad-printers.exp
5309         * gdb.python/py-block.exp
5310         * gdb.python/py-breakpoint.exp
5311         * gdb.python/py-cmd.exp
5312         * gdb.python/py-events.exp
5313         * gdb.python/py-evthreads.exp
5314         * gdb.python/py-finish-breakpoint.exp
5315         * gdb.python/py-finish-breakpoint2.exp
5316         * gdb.python/py-frame-inline.exp
5317         * gdb.python/py-frame.exp
5318         * gdb.python/py-inferior.exp
5319         * gdb.python/py-infthread.exp
5320         * gdb.python/py-mi.exp
5321         * gdb.python/py-objfile.exp
5322         * gdb.python/py-pp-maint.exp
5323         * gdb.python/py-pp-registration.exp
5324         * gdb.python/py-prettyprint.exp
5325         * gdb.python/py-recurse-unwind.exp
5326         * gdb.python/py-shared.exp
5327         * gdb.python/py-symbol.exp
5328         * gdb.python/py-symtab.exp
5329         * gdb.python/py-template.exp
5330         * gdb.python/py-type.exp
5331         * gdb.python/py-unwind-maint.exp
5332         * gdb.python/py-unwind.exp
5333         * gdb.python/py-value.exp
5334         * gdb.python/python.exp
5335         * gdb.reverse/finish-reverse-bkpt.exp
5336         * gdb.reverse/insn-reverse.exp
5337         * gdb.reverse/next-reverse-bkpt-over-sr.exp
5338         * gdb.reverse/solib-precsave.exp
5339         * gdb.reverse/solib-reverse.exp
5340         * gdb.stabs/gdb11479.exp
5341         * gdb.stabs/weird.exp
5342         * gdb.threads/fork-child-threads.exp
5343         * gdb.threads/fork-plus-threads.exp
5344         * gdb.threads/fork-thread-pending.exp
5345         * gdb.threads/forking-threads-plus-breakpoint.exp
5346         * gdb.threads/hand-call-in-threads.exp
5347         * gdb.threads/interrupted-hand-call.exp
5348         * gdb.threads/linux-dp.exp
5349         * gdb.threads/local-watch-wrong-thread.exp
5350         * gdb.threads/next-while-other-thread-longjmps.exp
5351         * gdb.threads/non-ldr-exit.exp
5352         * gdb.threads/pending-step.exp
5353         * gdb.threads/print-threads.exp
5354         * gdb.threads/process-dies-while-detaching.exp
5355         * gdb.threads/process-dies-while-handling-bp.exp
5356         * gdb.threads/pthreads.exp
5357         * gdb.threads/queue-signal.exp
5358         * gdb.threads/reconnect-signal.exp
5359         * gdb.threads/signal-command-handle-nopass.exp
5360         * gdb.threads/signal-command-multiple-signals-pending.exp
5361         * gdb.threads/signal-delivered-right-thread.exp
5362         * gdb.threads/signal-sigtrap.exp
5363         * gdb.threads/sigthread.exp
5364         * gdb.threads/staticthreads.exp
5365         * gdb.threads/stepi-random-signal.exp
5366         * gdb.threads/thread-unwindonsignal.exp
5367         * gdb.threads/thread_check.exp
5368         * gdb.threads/thread_events.exp
5369         * gdb.threads/tid-reuse.exp
5370         * gdb.threads/tls-nodebug.exp
5371         * gdb.threads/tls-shared.exp
5372         * gdb.threads/tls-so_extern.exp
5373         * gdb.threads/tls.exp
5374         * gdb.threads/wp-replication.exp
5375         * gdb.trace/actions-changed.exp
5376         * gdb.trace/actions.exp
5377         * gdb.trace/backtrace.exp
5378         * gdb.trace/change-loc.exp
5379         * gdb.trace/collection.exp
5380         * gdb.trace/deltrace.exp
5381         * gdb.trace/disconnected-tracing.exp
5382         * gdb.trace/entry-values.exp
5383         * gdb.trace/ftrace-lock.exp
5384         * gdb.trace/ftrace.exp
5385         * gdb.trace/infotrace.exp
5386         * gdb.trace/mi-trace-frame-collected.exp
5387         * gdb.trace/mi-trace-unavailable.exp
5388         * gdb.trace/mi-traceframe-changed.exp
5389         * gdb.trace/mi-tracepoint-changed.exp
5390         * gdb.trace/mi-tsv-changed.exp
5391         * gdb.trace/no-attach-trace.exp
5392         * gdb.trace/packetlen.exp
5393         * gdb.trace/passc-dyn.exp
5394         * gdb.trace/passcount.exp
5395         * gdb.trace/pending.exp
5396         * gdb.trace/pr16508.exp
5397         * gdb.trace/qtro.exp
5398         * gdb.trace/range-stepping.exp
5399         * gdb.trace/read-memory.exp
5400         * gdb.trace/report.exp
5401         * gdb.trace/save-trace.exp
5402         * gdb.trace/signal.exp
5403         * gdb.trace/stap-trace.exp
5404         * gdb.trace/status-stop.exp
5405         * gdb.trace/strace.exp
5406         * gdb.trace/tfile.exp
5407         * gdb.trace/tfind.exp
5408         * gdb.trace/trace-break.exp
5409         * gdb.trace/trace-condition.exp
5410         * gdb.trace/trace-enable-disable.exp
5411         * gdb.trace/trace-mt.exp
5412         * gdb.trace/tracecmd.exp
5413         * gdb.trace/tracefile-pseudo-reg.exp
5414         * gdb.trace/tspeed.exp
5415         * gdb.trace/tstatus.exp
5416         * gdb.trace/tsv.exp
5417         * gdb.trace/unavailable.exp
5418         * gdb.trace/while-dyn.exp
5419         * gdb.trace/while-stepping.exp
5420         * lib/gdb-guile.exp
5421         * lib/gdb.exp
5422         * lib/mi-support.exp
5423         * lib/pascal.exp
5424         * lib/perftest.exp
5425         * lib/prelink-support.exp
5426         * lib/selftest-support.exp
5427
5428 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
5429
5430         * Makefile.in: Include disable-implicit-rules.mk.
5431
5432 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5433
5434         * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5435         non-byte-aligned bit fields.
5436
5437 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5438
5439         PR gdb/12616
5440         * gdb.dwarf2/nonvar-access.exp: New testcase.  Check that GDB
5441         respects the DW_AT_data_bit_offset attribute.
5442
5443 2016-11-22  Simon Marchi  <simon.marchi@polymtl.ca>
5444
5445         * gdb.base/default.exp: Fix output of "set language".
5446
5447 2016-11-17  Simon Marchi  <simon.marchi@polymtl.ca>
5448
5449         * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5450         prefixed with @GMAKE_FALSE@.  Update comment related to non-GNU
5451         make.
5452         * configure.ac: Remove checks for the make program.
5453         * configure: Re-generate.
5454
5455 2016-11-16  Kevin Buettner  <kevinb@redhat.com>
5456
5457         * gdb.python/py-recurse-unwind.c (main): Add loop.
5458         * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
5459         to read_register() and gdb.parse_and_eval().  Make each code
5460         call a separate case that can be individually tested.
5461         * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5462         proc. Call cont_and_backtrace for each of the code paths that
5463         we want to test in the unwinder.
5464
5465 2016-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5466
5467         * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5468         the definition of struct S.
5469
5470 2016-11-11  Catherine Moore  <clm@codesourcery.com>
5471
5472         * gdb.base/dump.exp: Identify verilog format dump tests as such.
5473
5474 2016-11-09  Pedro Alves  <palves@redhat.com>
5475
5476         * gdb.base/commands.exp (runto_or_return): New procedure.
5477         (gdbvar_simple_if_test, gdbvar_simple_while_test)
5478         (gdbvar_complex_if_while_test, progvar_simple_if_test)
5479         (progvar_simple_while_test, progvar_complex_if_while_test)
5480         (if_while_breakpoint_command_test)
5481         (infrun_breakpoint_command_test, breakpoint_command_test)
5482         (user_defined_command_test, watchpoint_command_test)
5483         (test_command_prompt_position, redefine_hook_test)
5484         (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5485         (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5486         multi_line_input and multi_line.  Remove gdb_expect and
5487         gdb_stop_suppressing_tests uses.
5488         * lib/gdb.exp (valnum_re): New global.
5489         (multi_line_input): New procedure.
5490
5491 2016-11-09  Simon Marchi  <simon.marchi@polymtl.ca>
5492
5493         * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5494         Remove.
5495         (test_setup): Define with proc_with_prefix.
5496         (test_cli_inferior): Likewise.
5497         (test_cli_thread): Likewise.
5498         (test_cli_frame): Likewise.
5499         (test_cli_select_frame): Likewise.
5500         (test_cli_up_down): Likewise.
5501         (test_mi_thread_select): Likewise.
5502         (test_mi_stack_select_frame): Likewise.
5503         (test_cli_in_mi_inferior): Likewise.
5504         (test_cli_in_mi_thread): Likewise.
5505         (test_cli_in_mi_frame): Likewise.
5506         (top level): Do not use with_test_prefix_procname.
5507
5508 2016-11-09  Pedro Alves  <palves@redhat.com>
5509
5510         * gdb.base/commands.exp (gdbvar_simple_if_test)
5511         (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5512         (progvar_simple_if_test, progvar_simple_while_test)
5513         (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5514         (infrun_breakpoint_command_test, breakpoint_command_test)
5515         (user_defined_command_test, watchpoint_command_test)
5516         (test_command_prompt_position, deprecated_command_test)
5517         (bp_deleted_in_command, temporary_breakpoint_commands)
5518         (stray_arg0_test, source_file_with_indented_comment)
5519         (recursive_source_test, if_commands_test)
5520         (error_clears_commands_left, redefine_hook_test)
5521         (redefine_backtrace_test): Use proc_with_prefix.
5522         * lib/gdb.exp (proc_with_prefix): New proc.
5523
5524 2016-11-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5525
5526         * gdb.base/tui-layout.c: New file.
5527         * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5528         disassembly window contains very long lines.
5529
5530 2016-11-08  Tom Tromey  <tom@tromey.com>
5531
5532         * gdb.python/py-value.exp (test_value_creation): Make "long" test
5533         depend on Python 2.
5534
5535 2016-11-08  Tom Tromey  <tom@tromey.com>
5536
5537         * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5538         New method.
5539
5540 2016-10-29  Manish Goregaokar  <manish@mozilla.com>
5541
5542         * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
5543
5544 2016-10-27  Manish Goregaokar  <manish@mozilla.com>
5545
5546         * gdb.rust/simple.rs: Add test for univariant enums without
5547         discriminants and for encoded struct-like enums.
5548
5549 2016-10-28  Pedro Alves  <palves@redhat.com>
5550
5551         * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5552         gdb_test_multiple, tighten regexps and match symtabs and line
5553         tables incrementally.
5554
5555 2016-10-28  Luis Machado  <lgustavo@codesourcery.com>
5556
5557         * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5558         general.
5559
5560 2016-10-25  Luis Machado  <lgustavo@codesourcery.com>
5561
5562         * gdb.base/exec-invalid-sysroot.exp: New file.
5563
5564 2016-10-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5565
5566         * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5567
5568 2016-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5569
5570         * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5571
5572 2016-10-19  Maciej W. Rozycki  <macro@imgtec.com>
5573
5574         * gdb.base/killed-outside.exp: Remove $options from a call to
5575         `prepare_for_testing'.
5576
5577 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
5578
5579         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5580         Change test message.
5581
5582 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
5583
5584         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5585         Update comment.
5586
5587 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
5588
5589         * gdb.trace/mi-trace-save.exp: New file.
5590
5591 2016-10-13  Yao Qi  <yao.qi@linaro.org>
5592
5593         * gdb.base/code_elim.exp (get_var_address): Remove.
5594         * gdb.base/relocate.exp: Likewise.
5595         * gdb.base/shreloc.exp: Likewise.
5596         * lib/gdb.exp (get_var_address): New.
5597
5598 2016-10-13  Yao Qi  <yao.qi@linaro.org>
5599
5600         * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5601         floating point tests if $skip_float_test is false.
5602
5603 2016-10-12  Luis Machado  <lgustavo@codesourcery.com>
5604
5605         * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5606         * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5607         argc values.
5608         Add 1 to argc so we guarantee distinct initial/modified argc values.
5609
5610 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5611
5612         * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5613
5614 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5615
5616         * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5617         * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5618         * gdb.arch/vsx-regs.exp: Likewise.
5619
5620 2016-10-07  Yao Qi  <yao.qi@linaro.org>
5621
5622         * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5623
5624 2016-10-07  Markus Metzger  <markus.t.metzger@intel.com>
5625
5626         * gdb.python/python.exp: Test decode_line("*0").
5627
5628 2016-10-06  Doug Evans  <dje@google.com>
5629
5630         * gdb.python/py-value.exp (test_value_creation): Add test for large
5631         unsigned 64-bit value.
5632
5633 2016-10-06  Tom Tromey  <tom@tromey.com>
5634
5635         * gdb.compile/compile.exp: Change java tests to rust.
5636         * gdb.base/setshow.exp: Change java tests to rust.
5637         * gdb.base/default.exp: Remove java from language list.
5638         * README (Examples): Update language example.
5639         * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5640         test.
5641         * lib/gdb.exp (skip_java_tests): Remove.
5642         * lib/java.exp: Remove.
5643         * gdb.java: Remove.
5644
5645 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
5646
5647         * gdb.arch/mips-fcr.exp: New test.
5648         * gdb.arch/mips-fcr.c: Source for the new test.
5649
5650 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
5651
5652         * gdb.base/solib-disc.exp: Use `standard_output_file'
5653         throughout.
5654
5655 2016-10-06  Pedro Alves  <palves@redhat.com>
5656
5657         * gdb.base/jit-simple-dl.c: New file.
5658         * gdb.base/jit-simple-jit.c: New file, factored out from ...
5659         * gdb.base/jit-simple.c: ... this.
5660         * gdb.base/jit-simple.exp (jit_run): Delete.
5661         (build_jit): New proc.
5662         (jit_test_reread): Recompile either the main program or the shared
5663         library, depending on what is being tested.  Skip changing address
5664         if caller wants to.  Compare before/after addresses.  If testing
5665         standalone, explicitly load the binary.  Test "maint info
5666         breakpoints".
5667         (top level): Add "standalone vs shared lib" and "change address"
5668         vs "same address" axes.
5669
5670 2016-10-06  Pedro Alves  <palves@redhat.com>
5671
5672         * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5673         call.
5674         (jit_run): Delete.
5675         (jit_test_reread): Use with_test_prefix.  Reload the main binary
5676         explicitly.  Compare the before/after addresses of the JIT
5677         descriptor.
5678
5679 2016-08-15  Doug Evans  <dje@google.com>
5680
5681         * gdb.xml/extra-regs.xml: Update, end field now required, default type
5682         for single bitfields is bool.
5683         * gdb.xml/tdesc-regs.exp: Ditto.
5684
5685 2016-10-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5686
5687         * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5688
5689 2016-10-05  Yao Qi  <yao.qi@linaro.org>
5690
5691         * lib/gdb.exp (support_complex_tests): Return zero if
5692         gdb_skip_float_test return true.
5693
5694 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
5695             Simon Marchi  <simon.marchi@ericsson.com>
5696
5697         PR gdb/20487
5698         * gdb.mi/user-selected-context-sync.exp: New file.
5699         * gdb.mi/user-selected-context-sync.c: New file.
5700
5701 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
5702             Simon Marchi  <simon.marchi@ericsson.com>
5703
5704         PR gdb/20487
5705         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5706         =thread-select-event check.
5707
5708 2016-09-29  Peter Bergner  <bergner@vnet.ibm.com>
5709
5710         * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5711         the compulsory L operand changes.
5712         * gdb.arch/powerpc-power.s: Likewise.
5713
5714 2016-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
5715
5716         PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5717         * gdb.base/jit-attach-pie.c: New file.
5718         * gdb.base/jit-attach-pie.exp: New file.
5719
5720 2016-09-28  Pedro Alves  <palves@redhat.com>
5721
5722         * gdb.base/infcall-input.c: New file.
5723         * gdb.base/infcall-input.exp: New file.
5724
5725 2016-09-22  Yao Qi  <yao.qi@linaro.org>
5726
5727         * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5728         (gdb_exit): Rename it to ...
5729         (gdbserver_gdb_exit): ...  Close GDBserver.
5730         (gdb_exit): New proc, call gdbserver_gdb_exit.
5731         (mi_gdb_exit): Likewise.
5732
5733 2016-09-22  Yao Qi  <yao.qi@linaro.org>
5734
5735         * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5736         path.
5737         * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5738         Remove duplication.
5739
5740 2016-09-22  Yao Qi  <yao.qi@linaro.org>
5741
5742         * lib/gdbserver-support.exp: Check the existence of
5743         gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5744
5745 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
5746
5747         * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5748
5749 2016-09-21  Tom Tromey  <tom@tromey.com>
5750
5751         PR gdb/20604:
5752         * gdb.base/quit.exp: New file.
5753
5754 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
5755
5756         * .gitignore: New file.
5757
5758 2016-09-21  Maciej W. Rozycki  <macro@imgtec.com>
5759
5760         * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5761         throughout.
5762
5763 2016-09-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5764
5765         * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5766
5767 2016-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
5768
5769         * gdb.cp/casts.cc (decltype): Move it ...
5770         (main): ... with its call to ...
5771         * gdb.cp/casts03.cc: ... a new file.
5772         * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5773
5774 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5775
5776         * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5777
5778 2016-09-15  Peter Bergner  <bergner@vnet.ibm.com>
5779
5780         * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5781         and sync up the test with tests in gas/testsuite/gas/ppc.
5782         * gdb.arch/powerpc-power.exp: Likewise.
5783
5784 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5785
5786         * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5787
5788 2016-09-11  Sergio Durigan Junior  <sergiodj@redhat.com>
5789             Jan Kratochvil  <jan.kratochvil@redhat.com>
5790
5791         * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5792         make m1's definition to be different from m2's.  Use 'dummy' as an
5793         argument for probe 'two'.
5794
5795 2016-09-10  Jon Beniston  <jon@beniston.com>
5796
5797         * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5798         for sim target.
5799
5800 2016-09-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5801
5802         * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5803         variable declaration.
5804         (gnu_ifunc): Add parameter hwcap.  Store it in resolver_hwcap.
5805         * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5806         * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5807         received HWCAP as its argument.
5808
5809 2016-09-06  Pedro Alves  <palves@redhat.com>
5810
5811         * gdb.base/new-ui-pending-input.c: New file.
5812         * gdb.base/new-ui-pending-input.exp: New file.
5813         * gdb.exp (clear_gdb_spawn_id): New procedure.
5814         (with_spawn_id): Check whether gdb_spawn_id exists before
5815         referencing it.  If gdb_spawn_id didn't exist on entry, clear it
5816         on exit.
5817
5818 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
5819
5820         * gdb.base/float128.c: New file.
5821         * gdb.base/float128.exp: Likewise.
5822         * gdb.base/floatn.c: Likewise.
5823         * gdb.base/floatn.exp: Likewise.
5824
5825 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
5826
5827         * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5828
5829 2016-09-05  Pedro Alves  <palves@redhat.com>
5830
5831         PR backtrace/19927
5832         * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5833         unwinders are immediately called as side effect of "source" or
5834         "disable unwinder" commands.
5835         * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5836
5837 2016-09-02  Yao Qi  <yao.qi@linaro.org>
5838
5839         * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5840         is true and $type is "float" or "double".
5841
5842 2016-09-02  Yao Qi  <yao.qi@linaro.org>
5843
5844         * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5845         true.
5846         * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5847         * gdb.base/call-rt-st.exp: Likewise.
5848         * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5849         return value instead of gdb,skip_float_test.
5850         * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5851         (do_function_calls): Use its return value instead of
5852         gdb,skip_float_test.
5853         * gdb.base/finish.exp: Likewise.
5854         * gdb.base/funcargs.exp: Likewise.
5855         * gdb.base/return.exp: Likewise.
5856         * gdb.base/return2.exp: Likewise.
5857         * gdb.base/varargs.exp: Likewise.
5858         * lib/gdb.exp (gdb_skip_float_test): Change it to
5859         gdb_caching_proc.  Detect the broken ptrace on arm-linux.
5860
5861 2016-08-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5862
5863         * gdb.multi/tids.exp: Test "thread apply all".
5864
5865 2016-08-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
5866
5867         * gdb.base/default.exp (tty): Remove.
5868
5869 2016-08-24  Kevin Buettner  <kevinb@redhat.com>
5870
5871         * gdb.python/py-recurse-unwind.c: New file.
5872         * gdb.python/py-recurse-unwind.py: New file.
5873         * gdb.python/py-recurse-unwind.exp: New file.
5874
5875 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
5876
5877         * gdb.base/set-inferior-tty.exp: New file.
5878         * gdb.base/set-inferior-tty.c: New file.
5879
5880 2016-08-23  Pedro Alves  <palves@redhat.com>
5881
5882         PR gdb/20494
5883         * gdb.base/new-ui-echo.c: New file.
5884         * gdb.base/new-ui-echo.exp: New file.
5885
5886 2016-08-23  Yao Qi  <yao.qi@linaro.org>
5887
5888         * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5889         gdbserver_spawn.
5890         * gdb.server/connect-without-multi-process.exp (do_test):
5891         Likewise.
5892
5893 2016-08-23  Yao Qi  <yao.qi@linaro.org>
5894
5895         * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5896         standalone_txt.  Delete gdb_txt and standalone_txt on host
5897         and target.  Spawn the binary on target.  Copy files from
5898         target to host.
5899
5900 2016-08-22  Pedro Alves  <palves@redhat.com>
5901
5902         PR gdb/20505
5903         * gdb.base/vdso-warning.exp: Test core dumps too.  Use
5904         with_test_prefix.  Factor out bits to ...
5905         (test_no_vdso): ... this new procedure.
5906
5907 2016-08-19  Carl Love  <cel@us.ibm.com>
5908
5909         * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5910         maintaining separate logic for constructing the output path.
5911         * gdb.arch/powerpc-d128-regs.exp: Likewise.
5912         * gdb.arch/ppc-dfp.exp: Likewise.
5913         * gdb.arch/ppc-fp.exp: Likewise.
5914         * gdb.arch/vsx-regs.exp: Likewise.
5915         * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5916         binprefix for generating the additional binary files.
5917
5918 2016-08-19  Pedro Alves  <palves@redhat.com>
5919
5920         * gdb.trace/mi-trace-frame-collected.exp
5921         (test_trace_frame_collected): On x32, expect two registers.
5922
5923 2016-08-18  Carl Love  <cel@us.ibm.com>
5924
5925         * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5926         and sync up the test with tests in gas/testsuite/gas/ppc.
5927         * gdb.arch/powerpc-power.exp: Likewise.
5928
5929 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
5930
5931         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5932         expected error message.
5933
5934 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
5935
5936         * gdb.multi/remove-inferiors.exp: New file.
5937         * gdb.multi/remove-inferiors.c: New file.
5938
5939 2016-08-12  Yao Qi  <yao.qi@linaro.org>
5940
5941         * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5942         argument list.
5943
5944 2016-08-10  Pedro Alves  <palves@redhat.com>
5945
5946         PR gdb/19187
5947         * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5948         setup_kfails.
5949
5950 2016-08-09  Pedro Alves  <palves@redhat.com>
5951             Simon Marchi  <simon.marchi@ericsson.com>
5952
5953         PR gdb/20418
5954         * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5955         * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5956
5957 2016-08-09  Pedro Alves  <palves@redhat.com>
5958
5959         PR mi/20431
5960         * gdb.mi/mi-cmd-error.exp: New file.
5961
5962 2016-08-09  Pedro Alves  <palves@redhat.com>
5963
5964         PR gdb/18653
5965         * gdb.base/signals-state-child.c: New file.
5966         * gdb.base/signals-state-child.exp: New file.
5967         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5968
5969 2016-08-09  Pedro Alves  <palves@redhat.com>
5970
5971         * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5972
5973 2016-08-03  Tom Tromey  <tom@tromey.com>
5974
5975         PR python/18565:
5976         * gdb.python/py-frame-inline.exp: Add Frame.function test.
5977
5978 2016-08-01  Yao Qi  <yao.qi@linaro.org>
5979
5980         * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5981         variable mode to "multi-process" if $multi_process is 1, otherwise
5982         set it to "single-process".
5983
5984 2016-08-01  Yao Qi  <yao.qi@linaro.org>
5985
5986         * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5987         * gdb.cp/cpexprs.exp: Likewise.
5988         * gdb.cp/m-static.exp: Likewise.
5989
5990 2016-07-26  Tom Tromey  <tom@tromey.com>
5991
5992         PR python/20190:
5993         * gdb.threads/tls.exp (check_thread_local): Add python symbol
5994         test.
5995
5996 2016-07-26  Markus Metzger  <markus.t.metzger@intel.com>
5997
5998         * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5999         selecting assembly source files.
6000         * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
6001         assembly source files.
6002         * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
6003         assembly source files.
6004         * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
6005         selecting assembly source files.
6006
6007 2016-07-25  Simon Marchi  <simon.marchi@ericsson.com>
6008
6009         * gdb.base/new-ui.exp (do_test_invalid_args): New
6010         procedure.
6011
6012 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
6013
6014         * gdb.btrace/reconnect.c: New file.
6015         * gdb.btrace/reconnect.exp: New file.
6016
6017 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
6018
6019         * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
6020         to test_catch_syscall_group.
6021         (test_catch_syscall_group): New.
6022
6023 2016-07-21  Tom Tromey  <tom@tromey.com>
6024
6025         * gdb.rust/simple.rs (main): Use empty struct expression.
6026         * gdb.rust/simple.exp: Add tests for empty struct expression.
6027
6028 2016-07-21  Yao Qi  <yao.qi@linaro.org>
6029
6030         * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
6031         if gdb_skip_xml_test is true on some targets.
6032
6033 2016-07-21  Yao Qi  <yao.qi@linaro.org>
6034
6035         * gdb.server/solib-list.exp: Unset last_loaded_file.
6036
6037 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6038
6039         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
6040         "step into captured_main (args)".
6041
6042 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6043
6044         * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
6045
6046 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6047
6048         * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
6049
6050 2016-07-19  Pedro Alves  <palves@redhat.com>
6051
6052         * gdb.opt/inline-break.exp: Remove optimize=-O2.
6053         * gdb.opt/inline-bt.exp: Likewise.
6054         * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
6055         additional_flags=-Winline.
6056         * gdb.opt/inline-locals.exp: Likewise.
6057         * gdb.opt/inline-markers.c (ATTR): Define.
6058         (inlined_fn): Use it.
6059
6060 2016-07-19  Yao Qi  <yao.qi@linaro.org>
6061
6062         * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
6063         (test_with_self): Remove some code.  Remove argument executable.
6064         (top-level): Use do_self_tests.
6065
6066 2016-07-15  Zachary Welch  <zwelch@codesourcery.com>
6067             Don Breazeal <donb@codesourcery.com>
6068
6069         * gdb.base/maint.exp: Escape paths used in regular expressions.
6070         * gdb.stabs/weird.exp: Likewise.
6071
6072 2016-07-13  Tom Tromey  <tom@tromey.com>
6073
6074         PR python/15620, PR python/18620:
6075         * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
6076         (test_bkpt_events): New procs.
6077
6078 2016-07-13  Tom Tromey  <tom@tromey.com>
6079
6080         PR python/17698:
6081         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
6082         test.
6083         (test_watchpoints): Likewise.
6084         (test_bkpt_pending): New proc.
6085
6086 2016-07-13  Tom Tromey  <tom@tromey.com>
6087
6088         PR cli/18053:
6089         * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
6090         completion test.
6091
6092 2016-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
6093
6094         * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
6095         * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
6096         * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
6097         f_label.
6098         (g): Rename g_end_lbl to g_label.
6099         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
6100         low_pc and high_pc.
6101         * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
6102
6103 2016-07-12  Tom Tromey  <tom@tromey.com>
6104
6105         PR python/19293:
6106         * gdb.python/py-unwind-maint.exp: Update tests.
6107
6108 2016-07-12  Yao Qi  <yao.qi@linaro.org>
6109
6110         * lib/selftest-support.exp (selftest_setup): Match the output
6111         when captured_main is inlined.
6112
6113 2016-07-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6114
6115         * gdb.fortran/derived-types.exp (result_line, result_line_2):
6116         New variables.
6117         (print this%a, print this%b, print this): New tests.
6118         * gdb.fortran/derived-types.f90 (this): New object and
6119         initialization.
6120
6121 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6122
6123         * gdb.ada/arraydim.exp: Remove extra directory level in build
6124         directory.
6125
6126 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6127
6128         * lib/ada.exp: Remove extra directory level in build directory.
6129         * gdb.ada/cond_lang.exp: Likewise.
6130         * gdb.ada/exec_changed.exp: Likewise.
6131         * gdb.ada/lang_switch.exp: Likewise.
6132
6133 2016-07-06  Manish Goregaokar  <manish@mozilla.com>
6134
6135         * simple.rs: Add test for raw pointer subscripting.
6136         * simple.exp: Add test expectations.
6137
6138 2016-07-05  Yao Qi  <yao.qi@linaro.org>
6139
6140         * gdb.mi/mi-reverse.exp: Match =record-started output.
6141
6142 2016-07-01  Pedro Alves  <palves@redhat.com>
6143
6144         * gdb.base/jit-reader.exp (info_registers_current_frame): New
6145         procedure.
6146         (jit_reader_test): Test the jit reader's unwinder.
6147         * gdb.base/jithost.c (jit_function_00_code): New global.
6148         (main): Use memcpy to fill in the mmapped code, instead of poking
6149         bytes manually here.
6150         * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6151         value.
6152         (read_debug_info): Save the function's range.
6153         (read_sp): New function.
6154         (unwind_frame): Use it.  Also unwind RBP.
6155         (get_frame_id): Use read_sp.
6156         (gdb_init_reader): Use calloc instead of malloc.
6157         * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6158         parameter.  Use gdb_test_multiple.
6159
6160 2016-07-01  Pedro Alves  <palves@redhat.com>
6161             Antoine Tremblay  <antoine.tremblay@ericsson.com>
6162
6163         * gdb.threads/process-dies-while-detaching.c: New file.
6164         * gdb.threads/process-dies-while-detaching.exp: New file.
6165
6166 2016-07-01  Pedro Alves  <palves@redhat.com>
6167
6168         * gdb.multi/watchpoint-multi-exit.c: New file.
6169         * gdb.multi/watchpoint-multi-exit.exp: New file.
6170
6171 2016-06-30  Pedro Alves  <palves@redhat.com>
6172
6173         * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6174         unset inferior_spawn_id.
6175
6176 2016-06-30  Pedro Alves  <palves@redhat.com>
6177
6178         * lib/mi-support.exp (default_mi_gdb_start): Declare global
6179         FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6180
6181 2016-06-29  Yao Qi  <yao.qi@linaro.org>
6182
6183         * gdb.base/return.c: Add copyright header.
6184
6185 2016-06-29  Tom Tromey  <tom@tromey.com>
6186
6187         PR python/20129:
6188         * gdb.python/py-framefilter.exp: Add tests for setting priority
6189         and disabling of non-existent frame filter.
6190
6191 2016-06-29  Yao Qi  <yao.qi@linaro.org>
6192
6193         * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6194         0x0f07ff.
6195
6196 2016-06-28  Yao Qi  <yao.qi@linaro.org>
6197
6198         * gdb.base/catch-syscall.exp: Remove check on isnative and target
6199         triplets.  Start gdb, execute catch syscall, and continue.  Check
6200         gdb's output to determine catch syscall is supported.
6201
6202 2016-06-27  Manish Goregaokar  <manish@mozilla.com>
6203
6204         * gdb.rust/simple.rs: Add test for returning unit in a function.
6205         * gdb.rust/simple.exp: Add expectation for functions returning
6206         unit.
6207
6208 2016-06-27  Pierre-Marie de Rodat  <derodat@adacore.com>
6209
6210         * gdb.python/py-breakpoint-create-fail.c,
6211         gdb.python/py-breakpoint-create-fail.exp,
6212         gdb.python/py-breakpoint-create-fail.py: New testcase.
6213
6214 2016-06-25  Manish Goregaokar  <manish@mozilla.com>
6215
6216         PR gdb/20239
6217         * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
6218         * gdb.rust/simple.exp: Add test expectations for new NonZero
6219         tests.
6220
6221 2016-06-24  David Taylor  <dtaylor@emc.com>
6222
6223         * gdb.base/offsets.exp: New file.
6224         * gdb.base/offsets.c: New file.
6225
6226 2016-06-23  Tom Tromey  <tom@tromey.com>
6227
6228         PR gdb/16483:
6229         * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6230         before any filters are loaded.
6231
6232 2016-06-21  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6233
6234         * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6235         * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6236         structs.
6237         * gdb.fortran/derived-type-function.exp: New file.
6238         * gdb.fortran/derived-type-function.f90: New file.
6239
6240
6241 2016-06-21  Pedro Alves  <palves@redhat.com>
6242
6243         * gdb.base/new-ui.exp: New file.
6244         * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6245         * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6246         (with_spawn_id): New procedure.
6247
6248 2016-06-21  Pedro Alves  <palves@redhat.com>
6249
6250         * gdb.mi/mi-exec-run.exp: New file.
6251
6252 2016-06-21  Pedro Alves  <palves@redhat.com>
6253
6254         * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6255         breakpoint command's output on the main UI.
6256         (test_break): New procedure, factored out from calls in the top
6257         level.
6258         (top level): Use foreach_with_prefix to test MI as main UI and as
6259         separate UI.
6260
6261 2016-06-21  Pedro Alves  <palves@redhat.com>
6262
6263         * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6264         (test_awatch_creation_and_listing)
6265         (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6266         Remove 'type' parameter.
6267         (test_watchpoint_all): New parameter mi_mode.  Remove
6268         with_test_prefix.
6269         (top level): Use foreach_with_prefix, and add main/separate UI MI
6270         testing axis.
6271
6272 2016-06-21  Pedro Alves  <palves@redhat.com>
6273
6274         * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6275         * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6276         * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6277         gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6278         (gdb_main_spawn_id, mi_spawn_id): Declare and
6279         comment.
6280         (mi_create_inferior_pty): New procedure,
6281         factored out from default_mi_gdb_start.
6282         (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6283         procedures.
6284         (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6285         separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6286         Use mi_create_inferior_pty.
6287         (mi_gdb_start): Use eval to pass down args list.
6288
6289 2016-06-21  Pedro Alves  <palves@redhat.com>
6290
6291         * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6292         * gdb.opt/inline-cmds.exp: Add MI tests.
6293
6294 2016-06-21  Pedro Alves  <palves@redhat.com>
6295
6296         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6297
6298 2016-06-21  Pedro Alves  <palves@redhat.com>
6299
6300         * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6301         (top level): Use it instead of mi_execute_to.
6302
6303 2016-06-21  Pedro Alves  <palves@redhat.com>
6304
6305         * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6306         (cont_handler_str): New.
6307         (signal_stop_handler): Set stop_handler_str instead of printing to
6308         stdout.
6309         (continue_handler): Set cont_handler_str instead of printing to
6310         stdout.
6311         * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6312         mi_send_resuming_command.  Print stop_handler_str and
6313         cont_handler_str instead of expecting the python events print
6314         directly.
6315
6316 2016-06-17  Sanjoy Das  <sanjoy@playingwithpointers.com>
6317
6318         * gdb.base/jit-reader.exp: New file.
6319         * gdb.base/jithost.c: New file.
6320         * gdb.base/jithost.h: New file.
6321         * gdb.base/jitreader.c : New file.
6322         * gdb.base/jit-protocol.h: New file.
6323
6324 2016-06-17  Yao Qi  <yao.qi@linaro.org>
6325
6326         * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6327         parameters follow_fork and detach_on_fork.  Set follow-fork-mode
6328         and detach-on-fork.  Adjust tests.
6329         (top level): Invoke break_cond_on_syscall with combinations of
6330         syscall, follow-fork-mode and detach-on-fork.
6331
6332 2016-06-17  Yao Qi  <yao.qi@linaro.org>
6333
6334         * gdb.base/step-over-exit.c: New.
6335         * gdb.base/step-over-exit.exp: New.
6336
6337 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
6338
6339         * gdb.base/float.exp: Add target check for nds32*-*-*.
6340         * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6341
6342 2016-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
6343
6344         * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6345         for unsupported target features.
6346         * gdb.base/call-rt-st.exp: Likewise.
6347         * gdb.base/call-sc.exp: Likewise.
6348         * gdb.base/call-signal-resume.exp: Likewise.
6349         * gdb.base/call-strs.exp: Likewise.
6350         * gdb.base/callexit.exp: Likewise.
6351         * gdb.base/callfuncs.exp: Likewise.
6352         * gdb.base/nodebug.exp: Likewise.
6353         * gdb.base/printcmds.exp: Likewise.
6354         * gdb.base/ptype.exp: Likewise.
6355         * gdb.base/structs.exp: Likewise.
6356         * gdb.base/unwindonsignal.exp: Likewise.
6357         * gdb.cp/gdb2495.exp: Likewise.
6358         * gdb.cp/templates.exp: Likewise.
6359         * gdb.cp/virtfunc.exp: Likewise.
6360         * gdb.threads/hand-call-in-threads.exp: Likewise.
6361         * gdb.threads/interrupted-hand-call.exp: Likewise.
6362         * gdb.threads/thread-unwindonsignal.exp: Likewise.
6363
6364 2016-06-10  Tom Tromey  <tom@tromey.com>
6365
6366         PR rust/20110:
6367         * gdb.rust/expr.exp: Add test for integer constant larger than
6368         i32.
6369
6370 2016-06-10  Bernhard Heckel  <bernhard.heckel@intel.com>
6371
6372         * gdb.fortran/nested-funcs.exp: New.
6373         * gdb.fortran/nested-funcs.f90: New.
6374
6375 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
6376
6377         * gdb.base/examine-backward.c: New file.
6378         * gdb.base/examine-backward.exp: New file.
6379
6380 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
6381
6382         * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6383         matching.
6384
6385 2016-06-02  Tom Tromey  <tom@tromey.com>
6386
6387         PR python/18984:
6388         * gdb.python/py-shared.exp: Add solib_name test.
6389
6390 2016-06-02  Simon Marchi  <simon.marchi@ericsson.com>
6391
6392         * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6393
6394 2016-05-31  Martin Galvan  <martin.galvan@tallertechnologies.com>
6395
6396         PR c++/19893
6397         * gdb.dwarf2/implref.exp: Rename to...
6398         * gdb.dwarf2/implref-const.exp: ...this.  Also add more test statements.
6399         * gdb.dwarf2/implref-array.c: New file.
6400         * gdb.dwarf2/implref-array.exp: Likewise.
6401         * gdb.dwarf2/implref-global.c: Likewise.
6402         * gdb.dwarf2/implref-global.exp: Likewise.
6403         * gdb.dwarf2/implref-struct.c: Likewise.
6404         * gdb.dwarf2/implref-struct.exp: Likewise.
6405
6406 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6407
6408         * gdb.trace/trace-condition.exp: Add 64bit tests.
6409
6410 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6411
6412         * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6413         bits types.
6414         (main): Adapt to 8 to 64 bits types.
6415         * gdb.trace/trace-condition.exp: Add new tests.
6416
6417 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6418
6419         * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6420
6421 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6422
6423         * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6424         Move condition tests...
6425         * gdb.trace/trace-condition.exp: Here.
6426
6427 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6428
6429         * gdb.trace/trace-condition.exp: Add counter-case tests.
6430
6431 2016-05-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
6432
6433         PR c++/15231
6434         * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6435         * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6436
6437 2016-05-27  Pedro Alves  <palves@redhat.com>
6438
6439         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6440         New procedure.
6441         (top level): Call it, and bail out of DejaGnu is known to be bad.
6442
6443 2016-05-27  Andrew Burgess  <andrew.burgess@embecosm.com>
6444
6445         * gdb.base/whatis.c: Extend the test case.
6446         * gdb.base/whatis.exp: Add additional tests.
6447
6448 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6449
6450 * gdb.fortran/type.f90: Add pointer variable.
6451 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6452
6453 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6454
6455         * gdb.fortran/vla-type.exp: Fix testcase name.
6456
6457 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6458
6459         * gdb.fortran/vla-type.exp: Access elements in nested structs.
6460
6461 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6462
6463         * gdb.fortran/type.f90: Add nested structures.
6464         * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6465         * gdb.fortran/derived-type.exp: Adapt expected output.
6466         * gdb.fortran/vla-type.exp: Adapt expected output.
6467
6468 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6469
6470         * gdb.fortran/whatis_type.exp: Adapt expected output.
6471
6472 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6473
6474         * gdb.fortran/print_type.exp: Fix expected output.
6475         * gdb.fortran/whatis_type.exp: Fix expected output.
6476
6477 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6478
6479         * gdb.fortran/whatis_type.exp: Use multi_line.
6480
6481 2016-05-24  Tom Tromey  <tom@tromey.com>
6482
6483         PR python/17386:
6484         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6485         use value as an index.
6486
6487 2016-05-23  Tom Tromey  <tom@tromey.com>
6488
6489         PR python/17981:
6490         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6491         no-breakpoint case.
6492
6493 2016-05-24  Pedro Alves  <palves@redhat.com>
6494
6495         PR gdb/19828
6496         * gdb.threads/clone-attach-detach.c: New file.
6497         * gdb.threads/clone-attach-detach.exp: New file.
6498
6499 2016-05-24  Francis Ricci  <francisjricci@gmail.com>  (tiny patch)
6500
6501         * gdb.base/annota-input-while-running.exp: Fix syntax error.
6502
6503 2016-05-23  Tom Tromey  <tom@tromey.com>
6504
6505         PR python/19438, PR python/18393:
6506         * gdb.python/py-progspace.exp: Add "dir" test.
6507         * gdb.python/py-objfile.exp: Add "dir" test.
6508
6509 2016-05-23  Yao Qi  <yao.qi@linaro.org>
6510
6511         * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6512         * gdb.arch/thumb2-it.exp: Likewise.
6513
6514 2016-05-18  Simon Marchi  <simon.marchi@ericsson.com>
6515
6516         * gdb.mi/mi-threads-interrupt.c: New file.
6517         * gdb.mi/mi-threads-interrupt.exp: New file.
6518
6519 2016-05-17  Simon Marchi  <simon.marchi@ericsson.com>
6520
6521         PR gdb/18077
6522         * gdb.mi/mi-async-run.exp: New file.
6523         * gdb.mi/mi-async-run.c: New file.
6524
6525 2016-05-17  Tom Tromey  <tom@tromey.com>
6526             Manish Goregaokar <manishsmail@gmail.com>
6527
6528         * lib/rust-support.exp: New file.
6529         * lib/gdb.exp (skip_rust_tests): New proc.
6530         (build_executable_from_specs): Handle rust.
6531         * lib/future.exp (gdb_find_rustc): New proc.
6532         (gdb_default_target_compile): Handle rust.
6533         * gdb.rust/expr.exp: New file.
6534         * gdb.rust/generics.exp: New file.
6535         * gdb.rust/generics.rs: New file.
6536         * gdb.rust/methods.exp: New file.
6537         * gdb.rust/methods.rs: New file.
6538         * gdb.rust/modules.exp: New file.
6539         * gdb.rust/modules.rs: New file.
6540         * gdb.rust/simple.exp: New file.
6541         * gdb.rust/simple.rs: New file.
6542
6543 2016-05-17  Tom Tromey  <tom@tromey.com>
6544
6545         * gdb.base/default.exp (set language): Add rust.
6546
6547 2016-05-17  Tom Tromey  <tom@tromey.com>
6548
6549         * gdb.gdb/unittest.exp: New file.
6550
6551 2016-05-16  Yao Qi  <yao.qi@linaro.org>
6552
6553         * gdb.base/batch-preserve-term-settings.exp: Remove variable
6554         shell_prompt.  Update shell_prompt_re.
6555
6556 2016-05-12  Doug Evans  <dje@google.com>
6557
6558         PR symtab/19999
6559         * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6560         $options when building executable.
6561         * gdb.dwarf2/fission-loclists-pie.S: New file.
6562         * gdb.dwarf2/fission-loclists-pie.exp: New file.
6563
6564 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
6565
6566         * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6567         of [is_remote target],
6568
6569 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
6570
6571         * lib/gdb.exp (use_gdb_stub): New procedure.
6572
6573 2016-05-03  Yunlian Jiang <yunlian@google.com>
6574             Doug Evans  <dje@google.com>
6575
6576         PR symtab/19914
6577         * gdb.dwarf2/dwp-sepdebug.c: New file.
6578         * gdb.dwarf2/dwp-sepdebug.exp: New file.
6579
6580 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
6581
6582         * gdb.base/detach.exp: Remove is_remote check.
6583
6584 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
6585
6586         * gdb.base/annota-input-while-running.exp: Don't check for
6587         [is_remote target].  Enable annotations after running to main.
6588         Remove unused "set test..." line.
6589
6590 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
6591
6592         * gdb.trace/trace-enable-disable.exp: New file.
6593         * gdb.trace/trace-enable-disable.c: New file.
6594
6595 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
6596
6597         * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6598         use it in info sharedlibrary test.
6599         * gdb.trace/ftrace-lock.exp: Likewise.
6600         * gdb.trace/ftrace.exp: Likewise.
6601         * gdb.trace/range-stepping.exp: Likewise.
6602         * gdb.trace/trace-break.exp: Likewise.
6603         * gdb.trace/trace-condition.exp: Likewise.
6604         * gdb.trace/trace-mt.exp: Likewise.
6605
6606 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
6607
6608         * lib/gdb.exp (gdb_load_shlibs): Rename to...
6609         (gdb_load_shlib): ... this.
6610         * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6611         gdb_load_shlib.
6612         * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6613         * gdb.base/ctxobj.exp: Likewise.
6614         * gdb.base/dprintf-pending.exp: Likewise.
6615         * gdb.base/dso2dso.exp: Likewise.
6616         * gdb.base/fixsection.exp: Likewise.
6617         * gdb.base/gcore-relro.exp: Likewise.
6618         * gdb.base/gdb1555.exp: Likewise.
6619         * gdb.base/global-var-nested-by-dso.exp: Likewise.
6620         * gdb.base/gnu-ifunc.exp: Likewise.
6621         * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6622         * gdb.base/jit-so.exp (one_jit_test): Likewise.
6623         * gdb.base/pending.exp: Likewise.
6624         * gdb.base/print-file-var.exp: Likewise.
6625         * gdb.base/print-symbol-loading.exp: Likewise.
6626         * gdb.base/shlib-call.exp: Likewise.
6627         * gdb.base/shreloc.exp: Likewise.
6628         * gdb.base/so-impl-ld.exp: Likewise.
6629         * gdb.base/solib-disc.exp: Likewise.
6630         * gdb.base/solib-nodir.exp: Likewise.
6631         * gdb.base/solib-overlap.exp: Likewise.
6632         * gdb.base/solib-symbol.exp: Likewise.
6633         * gdb.base/solib-weak.exp (do_test): Likewise.
6634         * gdb.base/sym-file.exp: Likewise.
6635         * gdb.base/symtab-search-order.exp: Likewise.
6636         * gdb.base/type-opaque.exp: Likewise.
6637         * gdb.base/unload.exp: Likewise.
6638         * gdb.base/watchpoint-solib.exp: Likewise.
6639         * gdb.compile/compile.exp: Likewise.
6640         * gdb.cp/gdb2384.exp: Likewise.
6641         * gdb.cp/infcall-dlopen.exp: Likewise.
6642         * gdb.cp/re-set-overloaded.exp: Likewise.
6643         * gdb.fortran/library-module.exp: Likewise.
6644         * gdb.opt/solib-intra-step.exp: Likewise.
6645         * gdb.python/py-finish-breakpoint.exp: Likewise.
6646         * gdb.python/py-shared.exp: Likewise.
6647         * gdb.reverse/solib-precsave.exp: Likewise.
6648         * gdb.reverse/solib-reverse.exp: Likewise.
6649         * gdb.server/solib-list.exp: Likewise.
6650         * gdb.threads/dlopen-libpthread.exp: Likewise.
6651         * gdb.threads/tls-shared.exp: Likewise.
6652         * gdb.threads/tls-so_extern.exp: Likewise.
6653         * gdb.trace/change-loc.exp: Likewise.
6654         * gdb.trace/ftrace-lock.exp: Likewise.
6655         * gdb.trace/ftrace.exp: Likewise.
6656         * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6657         * gdb.trace/pending.exp: Likewise.
6658         * gdb.trace/range-stepping.exp: Likewise.
6659         * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6660         (strace_info_marker): Likewise.
6661         (strace_probe_marker): Likewise.
6662         (strace_trace_on_same_addr): Likewise.
6663         (strace_trace_on_diff_addr): Likewise.
6664         * gdb.trace/trace-break.exp: Likewise.
6665         * gdb.trace/trace-condition.exp: Likewise.
6666         * gdb.trace/trace-mt.exp: Likewise.
6667
6668 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
6669
6670         * lib/gdb.exp (gdb_load_shlibs):  Accept a single argument.  Return
6671         result of gdb_remote_download.
6672         * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6673         * gdb.base/dso2dso.exp: Likewise.
6674         * gdb.base/global-var-nested-by-dso.exp: Likewise.
6675         * gdb.base/print-file-var.exp: Likewise.
6676         * gdb.base/shlib-call.exp: Likewise.
6677         * gdb.base/shreloc.exp: Likewise.
6678         * gdb.base/solib-overlap.exp: Likewise.
6679         * gdb.base/solib-weak.exp (do_test): Likewise.
6680         * gdb.base/unload.exp: Likewise.
6681
6682 2016-04-27  Yao Qi  <yao.qi@linaro.org>
6683
6684         * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6685         exists.
6686
6687 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
6688
6689         * vla-type.exp: Print structure from toplevel.
6690
6691 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
6692
6693         * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6694         of dynamic types.
6695         * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6696         of dynamic types.
6697
6698 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
6699
6700         * gdb.fortran/vla-type.f90: New file.
6701         * gdb.fortran/vla-type.exp: New file.
6702
6703 2016-04-25  Yao Qi  <yao.qi@linaro.org>
6704
6705         * gdb.base/branch-to-self.c: New file.
6706         * gdb.base/branch-to-self.exp: New file.
6707
6708 2016-04-22  Yao Qi  <yao.qi@linaro.org>
6709
6710         * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6711         more after $hex.
6712
6713 2016-04-22  Yao Qi  <yao.qi@linaro.org>
6714
6715         * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6716         * gdb.base/annota3.exp: Likewise.
6717
6718 2016-04-22  Yao Qi  <yao.qi@linaro.org>
6719
6720         * gdb.reverse/step-precsave.exp: Do one step and test program
6721         stops in "callee" and do multiple steps until program goes out
6722         of "callee".
6723         * gdb.reverse/step-reverse.exp: Likewise.
6724
6725 2016-04-22  Yao Qi  <yao.qi@linaro.org>
6726
6727         * gdb.trace/signal.exp: Also pass if
6728         $tracepoint_hits($i) > $iterations.
6729
6730 2016-04-22  Yao Qi  <yao.qi@linaro.org>
6731
6732         * gdb.trace/signal.c: New file.
6733         * gdb.trace/signal.exp: New file.
6734
6735 2016-04-19  Doug Evans  <xdje42@gmail.com>
6736
6737         * gdb.base/bad-file.exp: New file.
6738
6739 2016-04-18  Martin Galvan  <martin.galvan@tallertechnologies.com>
6740
6741         * gdb.dwarf2/implref.exp: New file.
6742
6743 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
6744
6745         * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6746         * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6747         * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6748         * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6749         * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6750         * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6751         * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6752         * lib/fortran.exp (fortran_int4): New procedure.
6753         (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6754         (fortran_logical4): Likewise.
6755
6756 2016-04-18  Benrhard Heckel <bernhard.heckel@intel.com>
6757
6758         * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6759
6760 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
6761
6762         * lib/compiler.c: Add Intel specific preprocessor macros.
6763         * lib/compiler.cc: Likewise.
6764
6765 2016-04-13  Luis Machado  <lgustavo@codesourcery.com>
6766
6767         * gdb.server/connect-with-no-symbol-file.c: New file.
6768         * gdb.server/connect-with-no-symbol-file.exp: New file.
6769
6770 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
6771
6772         * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6773
6774 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
6775
6776         * boards/gdbserver-base.exp (${board}_download): Copy source file to
6777         standard output directory.
6778
6779 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6780
6781         * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6782
6783 2016-04-13  Markus Metzger  <markus.t.metzger@intel.com>
6784
6785         * gdb.btrace/instruction_history.c (loop): Add declaration.
6786
6787 2016-04-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6788
6789         * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6790
6791 2016-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
6792
6793         * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6794         parentheses to print.
6795         (continue_handler): Likewise.
6796
6797 2016-04-08  Simon Marchi  <simon.marchi@ericsson.com>
6798
6799         * gdb.server/solib-list.exp: Remove is_remote check.
6800         Pass shlib= to gdb_compile.  Don't link shared library with
6801         -soname.  Call gdb_remote_download instead of gdb_load_shlibs.
6802         Run binary filename through "readlink -f" on the target.
6803
6804 2016-04-08  Pedro Alves  <palves@redhat.com>
6805
6806         * gdb.server/solib-list.exp: Don't use gdb_load.  Instead pass the
6807         interpreter filename as argument to gdbserver_spawn.
6808         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6809         Return empty if $last_loaded_file does not exist.
6810
6811 2016-04-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6812
6813         Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6814         * gdb.base/jit-main.c: Use exit after usage.
6815
6816 2016-04-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
6817
6818         * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6819         GDBHISTSIZE prior to the tests.
6820         * gdb.base/gdbinit-history.exp: Likewise.
6821
6822 2016-04-07  Pedro Alves  <palves@redhat.com>
6823
6824         * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6825         instead of build_executable.  Use gdb_load_shlibs.
6826
6827 2016-04-07  Yao Qi  <yao.qi@linaro.org>
6828
6829         * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6830         Execute "si" command.
6831
6832 2016-04-07  Yao Qi  <yao.qi@linaro.org>
6833
6834         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6835         number instead of the comments on some line.
6836
6837 2016-04-06  Don Breazeal  <donb@codesourcery.com>
6838
6839         * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6840         * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6841
6842 2016-04-06  Simon Marchi  <simon.marchi@ericsson.com>
6843
6844         * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6845         standard_output_file.  Remove unused binfile variable.
6846
6847 2016-04-05  Catalin Udma  <catalin.udma@freescale.com>
6848
6849         * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6850         * gdb.python/py-mi-objfile.exp: Match "list main" output
6851         in console format.
6852
6853 2016-04-05  Simon Marchi  <simon.marchi@polymtl.ca>
6854
6855         * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6856         absolute.
6857
6858 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
6859
6860         * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6861         absolute.
6862         * gdb.trace/ftrace.exp: Likewise.
6863         * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6864         targets as well.
6865         (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6866         (gdb_load_shlibs): Copy libraries to test directory when testing
6867         natively.  Only set solib-search-path if testing remotely.
6868         * lib/mi-support.exp (mi_load_shlibs): Likewise.
6869
6870 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
6871
6872         * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6873         gdb_download.  Use it even if the target is not remote.
6874         * gdb.base/jit.exp (compile_jit_test): Likewise.
6875         * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6876         output directory if the destination board is local, otherwise use
6877         the standard remote_download from DejaGnu.
6878         (gdb_download): Remove.
6879         (gdb_load_shlibs): Use gdb_remote_download instead of
6880         gdb_download.
6881         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6882         Use gdb_remote_download instead of gdb_download.  Use it even if
6883         the target is not remote.
6884         * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6885         instead of gdb_download.
6886
6887 2016-04-04  Simon Marchi  <simon.marchi@polymtl.ca>
6888
6889         * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6890         (test_insert_delete_modify): Call mi_load_shlibs before trying to
6891         run.
6892
6893 2016-04-01  Artemiy Volkov  <artemiyv@acm.org>
6894
6895         PR gdb/19820
6896         * gdb.base/printcmds.exp: Add artificial arrays tests.
6897
6898 2016-03-31  Pedro Alves  <palves@redhat.com>
6899
6900         PR gdb/19858
6901         * gdb.base/jit-main.c: Include unistd.h.
6902         (ATTACH): Define to 0 if not already defined.
6903         (wait_for_gdb, mypid): New globals.
6904         (WAIT_FOR_GDB): New macro.
6905         (MAIN): Set an alarm.  Store the process's pid.  Wait for GDB at
6906         some breakpoint locations.
6907         * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6908         New procedures.
6909         (one_jit_test): Add REATTACH parameter, and handle it.  Use
6910         continue_to_test_location.
6911         (top level): Test attach, and adjusts calls to one_jit_test.
6912
6913 2016-03-31  Pedro Alves  <palves@redhat.com>
6914
6915         PR gdb/19858
6916         * gdb.base/jit.exp (compile_jit_test): Add intro comment.  Add
6917         BINSUFFIX parameter, and handle it.
6918         (top level): Adjust calls compile_jit_test.
6919
6920 2016-03-31  Catalin Udma  <catalin.udma@freescale.com>
6921
6922         PR python/19743
6923         * gdb.python/py-mi-events-gdb.py: New file.
6924         * gdb.python/py-mi-events.c: New file.
6925         * gdb.python/py-mi-events.exp: New file.
6926
6927 2016-03-30  Yao Qi  <yao.qi@linaro.org>
6928
6929         * gdb.reverse/until-precsave.exp: Match function name only.
6930         * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6931         Move malloc to a condition block.
6932         * gdb.reverse/until-reverse.exp: Match function name only.
6933
6934 2016-03-29  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
6935
6936         * gdb.trace/ftrace.exp: Set arg0exp for s390.
6937         * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6938         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6939         variable for GPR 0 instead of assuming it is register 0.
6940         * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6941         * lib/trace-support.exp: Add s390 registers.
6942
6943 2016-03-29  Yao Qi  <yao.qi@linaro.org>
6944
6945         * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6946
6947 2016-03-24  Yao Qi  <yao.qi@linaro.org>
6948
6949         * gdb.reverse/break-reverse.exp: Add quotation mark in the
6950         test message.
6951
6952 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6953
6954         * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6955         maintaining separate logic for constructing the output path.
6956
6957 2016-03-16  Don Breazeal  <donb@codesourcery.com>
6958
6959         * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6960         Retry fork and waitpid on interrupted system call errors.
6961         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6962         Use with_timeout_factor to increase timeout by factor of 10.
6963
6964 2016-03-15  Don Breazeal  <donb@codesourcery.com>
6965
6966         * gdb.cp/scope-err.cc: New test program.
6967         * gdb.cp/scope-err.exp: New test script.
6968         * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6969         lines and "set breakpoint here" comment.
6970         * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6971         Fixed some whitespace and format issues.
6972         * gdb.mi/mi-linespec-err-cp.cc: New test program.
6973         * gdb.mi/mi-linespec-err-cp.exp: New test script.
6974
6975 2016-03-15  Doug Evans  <dje@google.com>
6976
6977         * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6978         * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6979         All callers updated.  Add tests for enums, mixed flags register.
6980
6981 2016-03-15  Doug Evans  <dje@google.com>
6982
6983         * gdb.base/skip.c (main): Call test_skip_file_and_function.
6984         * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6985
6986 2016-03-14  Simon Marchi  <simon.marchi@ericsson.com>
6987
6988         * gdb.base/default.exp: Add $_as_string to the list of expected
6989         convenience functions.
6990
6991 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
6992
6993         * gdb.base/maint.exp: New tests for 'maint info line-table'.
6994
6995 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
6996
6997         * gdb.python/py-as-string.exp: New file.
6998         * gdb.python/py-as-string.c: New file.
6999
7000 2016-03-09  Pedro Alves  <palves@redhat.com>
7001
7002         * gdb.threads/attach-into-signal.exp: Adjust to "Program received
7003         signal" -> "Thread NN received signal" output change.
7004         * gdb.threads/ia64-sigill.exp: Likewise.
7005         * gdb.threads/linux-dp.exp: Likewise.
7006         * gdb.threads/manythreads.exp: Likewise.
7007         * gdb.threads/pending-step.exp: Likewise.
7008         * gdb.threads/print-threads.exp: Likewise.
7009         * gdb.threads/sigstep-threads.exp: Likewise.
7010         * gdb.threads/staticthreads.exp: Likewise.
7011         * gdb.threads/tls.exp: Likewise.
7012
7013 2016-03-09  Pedro Alves  <palves@redhat.com>
7014
7015         * gdb.base/command-line-input.exp: New file.
7016
7017 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7018
7019         * gdb.trace/ftrace.exp: Set arg0exp for ppc.
7020         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
7021         * gdb.trace/pending.exp: Accept leading dot before function name.
7022         * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
7023         * lib/trace-support.exp: Set registers for ppc.
7024
7025 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7026
7027         * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
7028         use it for disassembly; accept .main in addition to main in backtrace.
7029
7030 2016-03-09  Wei-cheng Wang  <cole945@gmail.com>
7031             Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7032
7033         * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
7034         (gdb_recursion_test_ptr): New global variable.
7035         (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
7036         gdb_recursion_test.
7037         (gdb_c_test): Ditto.
7038
7039 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7040
7041         * gdb.trace/change-loc.exp: Don't depend on tracepoint location
7042         ordering.
7043
7044 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7045
7046         * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
7047         (bar): Add bar_start_lbl label.
7048         * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
7049         of foo/bar for emitting DWARF and tracing.
7050
7051 2016-03-06  Sergio Durigan Junior  <sergiodj@redhat.com>
7052
7053         * analyze-racy-logs.py: Set executable bit.
7054
7055 2016-03-05  Sergio Durigan Junior  <sergiodj@redhat.com>
7056
7057         * Makefile.in (DEFAULT_RACY_ITER): New variable.
7058         (CHECK_TARGET_TMP): Likewise.
7059         (check-single-racy): New rule.
7060         (check-parallel-racy): Likewise.
7061         (TEST_TARGETS): Adjust rule to account for RACY_ITER.
7062         (do-check-parallel-racy): New rule.
7063         (check-racy/%.exp): Likewise.
7064         * README (Racy testcases): New section.
7065         * analyze-racy-logs.py: New file.
7066
7067 2016-03-03  Doug Evans  <dje@google.com>
7068
7069         * gdb.base/skip.exp: Use with_test_prefix.
7070
7071 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7072
7073         * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
7074         Invoke step_over_syscall "clone" and break_cond_on_syscall
7075         "clone".
7076         * gdb.base/step-over-clone.c: New file.
7077
7078 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7079
7080         * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
7081         code format.
7082
7083 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7084
7085         * gdb.base/disp-step-fork.c: Rename to ...
7086         * gdb.base/step-over-fork.c: ... it.  New file.
7087         * gdb.base/disp-step-vfork.c: Rename to ...
7088         * gdb.base/step-over-vfork.c: ... it.  New file.
7089         * gdb.base/disp-step-syscall.exp: Rename to ...
7090         * gdb.base/step-over-syscall.exp: ... it.  New file.
7091         (disp_step_cross_syscall): Rename to ...
7092         (step_over_syscall): ... it.
7093
7094 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7095
7096         * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
7097         If target supports condition evaluation on target, invoke
7098         break_cond_on_syscall for fork and vfork.
7099
7100 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7101
7102         * gdb.base/disp-step-syscall.exp: Don't invoke
7103         support_displaced_stepping.
7104         (disp_step_cross_syscall): Test with displaced stepping off and
7105         on if supported.
7106
7107 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7108
7109         * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
7110         proc.
7111         (setup): New proc.
7112         (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
7113         and setup.
7114
7115 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
7116
7117         * gdb.fortran/vla-history.exp: Remove breakpoint.
7118
7119 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
7120
7121         * gdb.fortran/vla-history.exp: Lookup array elements and printing
7122         exceeds timeout.
7123
7124 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
7125
7126         * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
7127         breakpoint.
7128
7129 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
7130
7131         * gdb.mi/vla.f90: Nullify pointer after declaration.
7132
7133 2016-03-01  Pedro Alves  <palves@redhat.com>
7134
7135         * gdb.trace/ftrace-lock.c: Include <unistd.h>.
7136
7137 2016-03-01  Pedro Alves  <palves@redhat.com>
7138
7139         * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
7140         before anything else.
7141         * gdb.threads/watchpoint-fork-mt.c: Likewise.  Don't define
7142         _GNU_SOURCE here.
7143         * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7144         before anything else.
7145         * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7146
7147 2016-03-01  Pedro Alves  <palves@redhat.com>
7148
7149         * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7150
7151 2016-03-01  Yao Qi  <yao.qi@linaro.org>
7152
7153         * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7154         prepare_for_testing.
7155
7156 2016-03-01  Yao Qi  <yao.qi@linaro.org>
7157
7158         * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7159
7160 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7161
7162         * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7163         manually constructing the output path.
7164
7165 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7166
7167         * gdb.arch/s390-stackless.S: New.
7168         * gdb.arch/s390-stackless.exp: New.
7169
7170 2016-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
7171
7172         * gdb.dlang/circular.c: New file.
7173         * gdb.dlang/circular.exp: New file.
7174
7175 2016-02-26  Yao Qi  <yao.qi@linaro.org>
7176
7177         * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7178         [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7179         (testcases): Update.
7180
7181 2016-02-26  Yao Qi  <yao.qi@linaro.org>
7182
7183         * gdb.reverse/aarch64.c: Rename to ...
7184         * gdb.reverse/insn-reverse.c: ... it.
7185         * gdb.reverse/aarch64.exp: Rename to ...
7186         * gdb.reverse/insn-reverse.exp: ... it.
7187
7188 2016-02-26  Yao Qi  <yao.qi@linaro.org>
7189
7190         * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7191         (testcase_ftype): New.
7192         (testcases): New array.
7193         (n_testcases): New.
7194         (main): Call each element in testcases.
7195         * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7196         (read_testcase): New.
7197         Do the tests in a loop.
7198
7199 2016-02-25  Yao Qi  <yao.qi@linaro.org>
7200
7201         * gdb.base/branches.c: Remove.
7202
7203 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7204
7205         PR gdb/13808
7206         * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7207
7208 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7209
7210         * gdb.trace/ftrace.exp: Remove unnecessary target check.
7211
7212 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7213
7214         * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7215         change x86_64 call_insn to 'callq'.
7216
7217 2016-02-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7218
7219         * gdb.trace/tfile-avx.c: Move to...
7220         * gdb.trace/tracefile-pseudo-reg.c: Here.
7221         * gdb.trace/tfile-avx.exp: Move to...
7222         * gdb.trace/tracefile-pseudo-reg.exp: Here.
7223
7224 2016-02-24  Gary Benson <gbenson@redhat.com>
7225
7226         * gdb.base/attach-pie-noexec.exp: Do not expect an error
7227         message on attach.
7228
7229 2016-02-23  Doug Evans  <dje@google.com>
7230
7231         * gdb.base/skip.c (test_skip): New function.
7232         (end_test_skip_file_and_function): New function.
7233         (test_skip_file_and_function): New function.
7234         * gdb.base/skip1.c (test_skip): New function.
7235         (skip1_test_skip_file_and_function): New function.
7236         * gdb.base/skip.exp: Add tests for new skip options.
7237         * gdb.base/skip-solib.exp: Update expected output.
7238         * gdb.perf/skip-command.cc: New file.
7239         * gdb.perf/skip-command.exp: New file.
7240         * gdb.perf/skip-command.py: New file.
7241
7242 2016-02-22  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7243
7244         * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7245         info registers pattern.
7246
7247 2016-02-18  Iain Buclaw  <ibuclaw@gdcproject.org>
7248
7249         * lib/future.exp: Add D support.
7250         (gdb_find_gdc): New proc.
7251         (gdb_default_target_compile): Add D support.
7252
7253 2016-02-18  Wei-cheng Wang  <cole945@gmail.com>
7254
7255         * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7256         user+system time.
7257         (trace_speed_test): Determine the iteration count for a time
7258         between 15..30 seconds.
7259
7260 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7261
7262         * gdb.arch/i386-mpx-sigsegv.c: New file.
7263         * gdb.arch/i386-mpx-sigsegv.exp: New file.
7264         * gdb.arch/i386-mpx-simple_segv.c: New file.
7265         * gdb.arch/i386-mpx-simple_segv.exp: New file.
7266
7267 2016-02-18  Yao Qi  <yao.qi@linaro.org>
7268
7269         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7270         Don't call setup_kfail.
7271
7272 2016-02-18  Yao Qi  <yao.qi@linaro.org>
7273
7274         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7275         Set "set breakpoint condition-evaluation" per $cond_bp_target.
7276
7277 2016-02-16  Doug Evans  <dje@google.com>
7278
7279         * gdb.base/skip.c: Add copyright.  Whitespace cleanup.
7280         * gdb.base/skip1.c: Ditto.
7281         * gdb.base/skip.exp: Whitespace cleanup.
7282
7283 2016-02-16  Don Breazeal  <donb@codesourcery.com>
7284
7285         PR remote/19496
7286         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7287         Remove kfail for PR remote/19496.
7288
7289 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
7290
7291         * lib/gdb.exp (standard_temp_file): Return a path specific to
7292         the runtest invocation.
7293
7294 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
7295
7296         * gdb.trace/save-trace.exp: Change relative path to be in the
7297         standard output directory.
7298
7299 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7300
7301         * gdb.arch/i386-prologue.c: Add missing prototypes.
7302
7303 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7304
7305         * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7306         * gdb.arch/i386-prologue.exp: Likewise.
7307         * gdb.arch/i386-size.exp: Likewise.
7308
7309 2016-02-15  Simon Marchi  <simon.marchi@ericsson.com>
7310
7311         * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7312         define object file path.
7313         * gdb.btrace/gcore.exp: Use standard_output_file to define core
7314         file path.
7315         * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7316         standard_output_file to define binfile.
7317
7318 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7319
7320         Fix compatibility with recent gfortran-5.3.1.
7321         * gdb.fortran/vla-history.exp (print vla1 allocated)
7322         (print vla2 allocated, print $2, print $3): Remove
7323         (print $4): Rename to ...
7324         (print $2): ... here.
7325         (print $9): Rename to ...
7326         (print $5): ... here.
7327         (print $10): Rename to ...
7328         (print $6): ... here.
7329         * gdb.fortran/vla.f90: Add pvla initialization.
7330
7331 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7332
7333         * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7334         New test.
7335         * gdb.fortran/vla-value-sub.exp: Likewise.
7336
7337 2016-02-12  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7338
7339         * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7340
7341 2016-02-12  Simon Marchi  <simon.marchi@ericsson.com>
7342
7343         * i386-biarch-core.exp: Define corefile using
7344         standard_output_file.
7345
7346 2016-02-12  Yao Qi  <yao.qi@linaro.org>
7347
7348         * gdb.arch/arm-single-step-kernel-helper.c: New.
7349         * gdb.arch/arm-single-step-kernel-helper.exp: New.
7350
7351 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
7352
7353         * gdb.btrace/tailcall-only.exp: New.
7354         * gdb.btrace/tailcall-only.c: New.
7355         * gdb.btrace/x86_64-tailcall-only.S: New.
7356         * gdb.btrace/i686-tailcall-only.S: New.
7357
7358 2016-02-11  Pedro Alves  <palves@redhat.com>
7359
7360         * README (Parallel testing): Add missing double quotes.
7361
7362 2016-02-11  Pedro Alves  <palves@redhat.com>
7363
7364         * README (Parallel testing): New section.
7365         (GDB_PARALLEL): Rewrite.
7366         (FORCE_PARALLEL): Document.
7367
7368 2016-02-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7369
7370         * gdb.trace/tfile-avx.c: New test.
7371         * gdb.trace/tfile-avx.exp: New test.
7372
7373 2016-02-09  Keith Seitz  <keiths@redhat.com>
7374
7375         PR breakpoints/19546
7376         * gdb.base/infcall-exec.c: New file.
7377         * gdb.base/infcall-exec2.c: New file.
7378         * gdb.base/infcall-exec.exp: New file.
7379
7380 2016-02-09  Keith Seitz  <keiths@redhat.com>
7381
7382         * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7383         (toplevel): Call test_bkpt_address.
7384
7385 2016-02-09  Keith Seitz  <keiths@redhat.com>
7386
7387         PR python/19506
7388         * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7389         (toplevel): Call test_bkpt_address.
7390
7391 2016-02-09  Simon Marchi  <simon.marchi@ericsson.com>
7392
7393         * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7394         to AC_OUTPUT.
7395         * configure: Regenerate.
7396
7397 2016-02-09  Pedro Alves  <palves@redhat.com>
7398
7399         PR breakpoints/19548
7400         * gdb.base/execl-update-breakpoints.c (some_function): New
7401         function.
7402         (main): Call it.
7403         * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7404         Tighten expected GDB output.
7405
7406 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
7407
7408         * Makefile.in (ALL_SUBDIRS): Remove.
7409         (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7410         (distclean maintainer-clean realclean): Likewise.
7411         * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7412         * configure: Regenerate.
7413         * gdb.ada/Makefile.in: Delete.
7414         * gdb.arch/Makefile.in: Likewise.
7415         * gdb.asm/Makefile.in: Likewise.
7416         * gdb.base/Makefile.in: Likewise.
7417         * gdb.btrace/Makefile.in: Likewise.
7418         * gdb.cell/Makefile.in: Likewise.
7419         * gdb.compile/Makefile.in: Likewise.
7420         * gdb.cp/Makefile.in: Likewise.
7421         * gdb.disasm/Makefile.in: Likewise.
7422         * gdb.dlang/Makefile.in: Likewise.
7423         * gdb.dwarf2/Makefile.in: Likewise.
7424         * gdb.fortran/Makefile.in: Likewise.
7425         * gdb.gdb/Makefile.in: Likewise.
7426         * gdb.go/Makefile.in: Likewise.
7427         * gdb.guile/Makefile.in: Likewise.
7428         * gdb.java/Makefile.in: Likewise.
7429         * gdb.linespec/Makefile.in: Likewise.
7430         * gdb.mi/Makefile.in: Likewise.
7431         * gdb.modula2/Makefile.in: Likewise.
7432         * gdb.multi/Makefile.in: Likewise.
7433         * gdb.objc/Makefile.in: Likewise.
7434         * gdb.opencl/Makefile.in: Likewise.
7435         * gdb.opt/Makefile.in: Likewise.
7436         * gdb.pascal/Makefile.in: Likewise.
7437         * gdb.perf/Makefile.in: Likewise.
7438         * gdb.python/Makefile.in: Likewise.
7439         * gdb.reverse/Makefile.in: Likewise.
7440         * gdb.server/Makefile.in: Likewise.
7441         * gdb.stabs/Makefile.in: Likewise.
7442         * gdb.threads/Makefile.in: Likewise.
7443         * gdb.trace/Makefile.in: Likewise.
7444         * gdb.xml/Makefile.in: Likewise.
7445         * lib/gdb.exp (make_gdb_parallel_path): Add check for
7446         GDB_PARALLEL.
7447         (standard_output_file): Remove check for GDB_PARALLEL, always
7448         return path in outputs/$subdir/$testname.
7449
7450 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
7451
7452         * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7453         (site.exp): Assign abs_srcdir to tcl's srcdir.
7454
7455 2016-02-04  Yao Qi  <yao.qi@linaro.org>
7456
7457         * gdb.base/foll-exec-mode.c: Include limits.h.
7458         (main): Add parameters argc and argv.  Get directory from
7459         argv[0].
7460         * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7461         compilation.
7462         * gdb.base/foll-exec.c: Include limits.h.
7463         (main): Add parameters argc and argv.
7464         Get directory from argv[0].
7465         * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7466         Adjust tests on the number of lines as source code changed.
7467         * gdb.base/foll-vfork-exit.c: Include limits.h.
7468         (main): Add one line of statement before vfork.
7469         * gdb.base/foll-vfork.c: Include limits.h and string.h.
7470         (main): Add parameters argc and argv.  Get directory from
7471         argv[0].
7472         * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7473         (setup_gdb): Set tbreak to skip some source lines.
7474         * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7475         (main): Add parameters argc and argv.  Get directory from
7476         argv[0].
7477         * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7478         compilation.
7479         * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7480         (main): Add parameters argc and argv.  Get directory from
7481         argv[0].
7482         * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7483         compilation.
7484
7485 2016-02-01  Doug Evans  <dje@google.com>
7486
7487         * gdb.base/skip.exp: Clean up multiple references to same test name.
7488
7489 2016-02-01  Pedro Alves  <palves@redhat.com>
7490
7491         PR remote/19496
7492         * gdb.threads/forking-threads-plus-breakpoint.exp
7493         (displaced_stepping_supported): New global.
7494         (probe_displaced_stepping_support): New procedure.
7495         (do_test): Add 'displaced' parameter, and use it.
7496         (top level): Check for displaced stepping support.  Add displaced
7497         stepping on/off testing axis.
7498
7499 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
7500
7501         * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7502         pointer.  Don't perform further tests on the unassociated pointer
7503         if the first test fails.
7504
7505 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
7506
7507         * gdb.base/max-value-size.c: New file.
7508         * gdb.base/max-value-size.exp: New file.
7509         * gdb.base/huge.exp: Disable max-value-size for this test.
7510
7511 2016-01-28  Iain Buclaw  <ibuclaw@gdcproject.org>
7512
7513         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7514
7515 2016-01-28  Yao Qi  <yao.qi@linaro.org>
7516
7517         * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7518
7519 2016-01-25  Pedro Alves  <palves@redhat.com>
7520
7521         PR threads/19461
7522         * gdb.base/fork-running-state.c: New file.
7523         * gdb.base/fork-running-state.exp: New file.
7524
7525 2016-01-25  Pedro Alves  <palves@redhat.com>
7526
7527         PR gdb/19494
7528         * gdb.base/catch-fork-kill.c: New file.
7529         * gdb.base/catch-fork-kill.exp: New file.
7530
7531 2016-01-25  Pedro Alves  <palves@redhat.com>
7532
7533         * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7534         Delete, moved to lib/gdb.exp.
7535         * gdb.threads/forking-threads-plus-breakpoint.exp
7536         (foreach_with_prefix): Likewise.
7537         * gdb.threads/process-dies-while-handling-bp.exp
7538         (foreach_with_prefix): Likewise.
7539         * lib/gdb.exp (foreach_with_prefix): New procedure.
7540
7541 2016-01-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7542
7543         * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7544         * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7545
7546 2016-01-23  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7547
7548         * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7549         endian targets.
7550
7551 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7552             Pedro Alves  <palves@redhat.com>
7553
7554         Fix testsuite compatibility with Guile.
7555         * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7556         number.
7557
7558 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7559
7560         Fix testsuite compatibility with Guile.
7561         * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7562         (thread 1): New test for backtrace through signal handler.
7563
7564 2016-01-22  Yao Qi  <yao.qi@linaro.org>
7565
7566         PR testsuite/19491
7567         * gdb.base/multi-forks.c: Include
7568         ../lib/unbuffer_output.c
7569         (main): Call gdb_unbuffer_output.
7570
7571 2016-01-21  Doug Evans  <dje@google.com>
7572
7573         * lib/ada.exp (gdb_compile_ada): Fix typo.
7574
7575 2016-01-21  Joel Brobecker  <brobecker@adacore.com>
7576
7577         * gdb.base/break-fun-addr.exp: New file.
7578         * gdb.base/break-fun-addr1.c: New file.
7579         * gdb.base/break-fun-addr2.c: New file.
7580
7581 2016-01-20  Simon Marchi  <simon.marchi@polymtl.ca>
7582
7583         * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7584         * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7585         enum flag values.
7586
7587 2016-01-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7588
7589         * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7590         when GDB can not set the vector return value.  Add more comments
7591         for clarification.
7592
7593 2016-01-20  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7594
7595         * gdb.trace/tspeed.exp:  Use shlib instead of libs in gdb_compile
7596         command.
7597
7598 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
7599
7600         * Makefile.in (DO_RUNTEST): Add --status and update usages.
7601
7602 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
7603
7604         * Makefile.in (check-single): Pass --status to runtest.
7605         (check/%.exp): Likewise.
7606
7607 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
7608
7609         * Makefile.in (check-parallel): Propagate return code from make
7610         do-check-parallel.
7611
7612 2016-01-19  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7613
7614         * gdb.trace/ftrace.exp: Fix expected message on continue.
7615         * gdb.trace/pending.exp: Fix expected message on continue.
7616         * gdb.trace/trace-break.exp: Fix expected message on continue.
7617
7618 2016-01-18  Simon Marchi  <simon.marchi@ericsson.com>
7619
7620         * lib/gdb.exp (gdb_test): Remove unused global references.
7621
7622 2016-01-18  Pedro Alves  <palves@redhat.com>
7623
7624         * gdb.base/async-shell.exp: Adjust expected output.
7625         * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7626         * gdb.base/siginfo-thread.exp: Adjust expected output.
7627         * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7628         * gdb.java/jnpe.exp: Adjust expected output.
7629         * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7630         * gdb.threads/continue-pending-status.exp: Adjust expected output.
7631         * gdb.threads/leader-exit.exp: Adjust expected output.
7632         * gdb.threads/manythreads.exp: Adjust expected output.
7633         * gdb.threads/pthreads.exp: Adjust expected output.
7634         * gdb.threads/schedlock.exp: Adjust expected output.
7635         * gdb.threads/siginfo-threads.exp: Adjust expected output.
7636         * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7637         expected output.
7638         * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7639         output.
7640         * gdb.threads/sigthread.exp: Adjust expected output.
7641         * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7642
7643 2016-01-18  Yao Qi  <yao.qi@linaro.org>
7644
7645         * gdb.guile/scm-section-script.c: Replace @progbits with
7646         %progbits.
7647         * gdb.python/py-section-script.c: Likewise.
7648
7649 2016-01-15  Pedro Alves  <palves@redhat.com>
7650
7651         * gdb.multi/tids.exp: Test star wildcard ranges.
7652
7653 2016-01-15  Pedro Alves  <palves@redhat.com>
7654
7655         * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7656         command from "thread apply" invocation.
7657         (thr_apply_info_thr_invalid): Default the expected output to the
7658         input tid list.
7659         (top level): Add tests that use convenience variables.  Add tests
7660         for "thread apply" with a valid TID list, but missing the command.
7661
7662 2016-01-13  Pedro Alves  <palves@redhat.com>
7663
7664         * gdb.base/default.exp: Expect $_gthread as well.
7665         * gdb.multi/tids.exp: Test $_gthread.
7666         * gdb.threads/thread-specific.exp: Test $_gthread.
7667
7668 2016-01-13  Pedro Alves  <palves@redhat.com>
7669
7670         * gdb.multi/tids.exp: Test "info threads -gid".
7671
7672 2016-01-13  Pedro Alves  <palves@redhat.com>
7673
7674         * gdb.multi/tids.exp: Test InferiorThread.global_num and
7675         Breakpoint.thread.
7676         * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7677
7678 2016-01-07  Pedro Alves  <palves@redhat.com>
7679
7680         * gdb.base/break.exp: Adjust to output changes.
7681         * gdb.base/hbreak2.exp: Likewise.
7682         * gdb.base/sepdebug.exp: Likewise.
7683         * gdb.base/watch_thread_num.exp: Likewise.
7684         * gdb.linespec/keywords.exp: Likewise.
7685         * gdb.multi/info-threads.exp: Likewise.
7686         * gdb.threads/thread-find.exp: Likewise.
7687         * gdb.multi/tids.c: New file.
7688         * gdb.multi/tids.exp: New file.
7689
7690 2016-01-13  Pedro Alves  <palves@redhat.com>
7691
7692         * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7693
7694 2016-01-13  Pedro Alves  <palves@redhat.com>
7695
7696         * gdb.base/default.exp: Expect $_inferior as well.
7697         * gdb.multi/base.exp: Test $_inferior.
7698
7699 2016-01-13  Pedro Alves  <palves@redhat.com>
7700
7701         PR breakpoints/19388
7702         * gdb.base/catch-signal-siginfo-cond.c: New file.
7703         * gdb.base/catch-signal-siginfo-cond.exp: New file.
7704
7705 2016-01-12  Josh Stone  <jistone@redhat.com>
7706             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
7707
7708         * gdb.base/catch-syscall.c (do_execve): New variable.
7709         (main): Conditionally trigger an execve.
7710         * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7711         (test_catch_syscall_execve): New, check entry/return across execve.
7712         (do_syscall_tests): Call test_catch_syscall_execve.
7713
7714 2016-01-12  Pedro Alves  <palves@redhat.com>
7715
7716         * gdb.base/random-signal.exp (do_test): New procedure, with body
7717         of testcase moved in.
7718
7719 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7720             Pedro Alves  <palves@redhat.com>
7721
7722         * gdb.base/funcargs.exp (finish from indirectly called function):
7723         Reintroduce the case for 'First'.
7724
7725 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7726             Pedro Alves  <palves@redhat.com>
7727
7728         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7729         (tcatch_vfork_then_child_follow_exec)
7730         (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7731         identification.
7732
7733 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7734
7735         * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7736         and repeats to unlimited.
7737         * gdb.python/py-value.exp: Likewise.
7738         * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7739         and repeats to unlimited.
7740
7741 2016-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7742
7743         * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7744         and reordering the functions.
7745         * gdb.multi/hangout.c: Likewise.
7746         * gdb.multi/hello.c: Likewise.
7747
7748 2016-01-08  Simon Marchi  <simon.marchi@ericsson.com>
7749
7750         * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7751         absolute.
7752         (SingleStatisticTestResult.report): Use dict.keys instead of
7753         dict.iterkeys.
7754
7755 2016-01-06  Pedro Alves  <palves@redhat.com>
7756
7757         * gdb.python/py-infthread.exp: Fix typo.  Expect t0.num to be 1.
7758
7759 2016-01-04  Markus Metzger  <markus.t.metzger@intel.com>
7760
7761         * gdb.btrace/dlopen.exp: New.
7762         * gdb.btrace/dlopen.c: New.
7763         * gdb.btrace/dlopen-dso.c: New.
7764
7765 2015-12-25  Sandra Loosemore  <sandra@codesourcery.com>
7766
7767         * lib/gdb.exp (gdb_test): Update comments to clarify that the
7768         PATTERN argument is optional.
7769
7770 2015-12-24  Joel Brobecker  <brobecker@adacore.com>
7771
7772         * lib/ada.exp (target_compile_ada_from_dir): New function.
7773         (gdb_compile_ada): Reimplement avoiding the use of project files.
7774         * gdb.ada/gnat_ada.gpr: Delete.
7775         * gdb.ada/cond_lang.exp: Adjust test to make path before
7776         filename optional.
7777         * gdb.ada/small_reg_param.exp: Likewise.
7778
7779 2015-12-22  Simon Marchi  <simon.marchi@ericsson.com>
7780
7781         * gdb.base/foll-vork.exp: Remove HP-UX special case.
7782
7783 2015-12-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
7784
7785         * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7786         case.
7787
7788 2015-12-21  Simon Marchi  <simon.marchi@ericsson.com>
7789
7790         * gdb.base/break.exp: Remove dead code.
7791         * gdb.base/sepdebug.exp: Likewise.
7792
7793 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
7794
7795         * gdb.asm/asm-source.exp: Remove HP-UX references.
7796         * gdb.base/annota1.exp: Likewise.
7797         * gdb.base/annota3.exp: Likewise.
7798         * gdb.base/attach.exp: Likewise.
7799         * gdb.base/bigcore.exp: Likewise.
7800         * gdb.base/break.exp: Likewise.
7801         * gdb.base/call-ar-st.exp: Likewise.
7802         * gdb.base/callfuncs.exp: Likewise.
7803         * gdb.base/catch-fork-static.exp: Likewise.
7804         * gdb.base/display.exp: Likewise.
7805         * gdb.base/foll-exec-mode.exp: Likewise.
7806         * gdb.base/foll-exec.exp: Likewise.
7807         * gdb.base/foll-fork.exp: Likewise.
7808         * gdb.base/foll-vfork.exp: Likewise.
7809         * gdb.base/funcargs.exp: Likewise.
7810         * gdb.base/hbreak2.exp: Likewise.
7811         * gdb.base/inferior-died.exp: Likewise.
7812         * gdb.base/interrupt.exp: Likewise.
7813         * gdb.base/multi-forks.exp: Likewise.
7814         * gdb.base/nodebug.exp: Likewise.
7815         * gdb.base/sepdebug.exp: Likewise.
7816         * gdb.base/solib1.c: Likewise.
7817         * gdb.base/step-test.exp: Likewise.
7818         * gdb.mi/non-stop.c: Likewise.
7819         * gdb.mi/pthreads.c: Likewise.
7820         * gdb.multi/bkpt-multi-exec.ex: Likewise.
7821         * gdb.threads/pthreads.c: Likewise.
7822         * gdb.threads/staticthreads.exp: Likewise.
7823         * lib/future.exp: Likewise.
7824         * lib/gdb.exp: Likewise.
7825         * gdb.base/so-indr-cl.c: Remove.
7826         * gdb.base/so-indr-cl.exp: Likewise.
7827         * gdb.base/solib.c: Likewise.
7828         * gdb.base/solib.exp: Likewise.
7829         * gdb.base/solib2.c: Likewise.
7830
7831 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
7832
7833         * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7834         * gdb.base/call-ar-st.exp: Likewise.
7835         * gdb.base/callfuncs.exp: Likewise.
7836         * gdb.base/condbreak.exp: Likewise.
7837         * gdb.base/constvars.exp: Likewise.
7838         * gdb.base/hbreak2.exp: Likewise.
7839         * gdb.base/langs.exp: Likewise.
7840         * gdb.base/list.exp: Likewise.
7841         * gdb.base/long_long.exp: Likewise.
7842         * gdb.base/ptype.exp: Likewise.
7843         * gdb.base/scope.exp: Likewise.
7844         * gdb.base/signals.exp: Likewise.
7845         * gdb.base/so-impl-ld.exp: Likewise.
7846         * gdb.base/varargs.exp: Likewise.
7847         * gdb.base/volatile.exp: Likewise.
7848         * gdb.base/whatis.exp: Likewise.
7849         * gdb.cp/cplusfuncs.exp: Likewise.
7850         * gdb.cp/inherit.exp: Likewise.
7851         * gdb.cp/local.exp: Likewise.
7852         * gdb.cp/member-ptr.exp: Likewise.
7853         * gdb.cp/method.exp: Likewise.
7854         * gdb.cp/overload.exp: Likewise.
7855         * gdb.cp/templates.exp: Likewise.
7856         * gdb.stabs/weird.exp: Likewise.
7857         * lib/compiler.c: Likewise.
7858         * lib/compiler.cc: Likewise.
7859         * lib/cp-support.exp: Likewise.
7860         * lib/gdb.exp: Likewise.
7861
7862 2015-12-20  Simon Marchi  <simon.marchi@polymtl.ca>
7863
7864         * configure.ac: Remove HP-UX case.
7865         * configure: Regenerate.
7866
7867 2015-12-18  Simon Marchi  <simon.marchi@ericsson.com>
7868
7869         * lib/gdb.exp (gdb_compile): Add function doc.
7870
7871 2015-12-17  Pedro Alves  <palves@redhat.com>
7872
7873         PR threads/19354
7874         * gdb.multi/info-threads.exp: New file.
7875
7876 2015-12-15  Yao Qi  <yao.qi@linaro.org>
7877
7878         * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7879         is aarch64*-*-*.
7880
7881 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
7882
7883         * gdb.base/history-duplicates.exp: Skip if no readline support.
7884
7885 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
7886
7887         * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7888
7889 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
7890
7891         * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7892
7893 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
7894
7895         * gdb.base/completion.exp: Skip tests that interrupt GDB with
7896         ctrl-C if nointerrupts target property is set.
7897         * gdb.base/double-prompt-target-event-error.exp: Likewise.
7898         * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7899         * gdb.base/paginate-bg-execution.exp: Likewise.
7900         * gdb.base/paginate-execution-startup.exp: Likewise.
7901         * gdb.base/random-signal.exp: Likewise.
7902         * gdb.base/range-stepping.exp: Likewise.
7903         * gdb.cp/annota2.exp: Likewise.
7904         * gdb.cp/annota3.exp: Likewise.
7905         * gdb.gdb/selftest.exp: Likewise.
7906         * gdb.threads/continue-pending-status.exp: Likewise.
7907         * gdb.threads/leader-exit.exp: Likewise.
7908         * gdb.threads/manythreads.exp: Likewise.
7909         * gdb.threads/pthreads.exp: Likewise.
7910         * gdb.threads/schedlock.exp: Likewise.
7911         * gdb.threads/sigthread.exp: Likewise.
7912
7913 2015-12-11  Don Breazeal  <donb@codesourcery.com>
7914
7915         * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7916         remote.
7917         * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7918         * gdb.base/foll-exec.exp (main): Enable for target remote.
7919         * gdb.base/foll-fork.exp (main): Likewise.
7920         * gdb.base/foll-vfork.exp (main): Likewise.
7921         * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7922         (proc continue_to_exit_bp_loc): Use clean_restart.
7923         * gdb.base/pie-execl.exp (main): Disable for target remote.
7924         * gdb.base/watch-vfork.exp (main): Enable for target remote.
7925         * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7926         * gdb.threads/execl.exp (main): Likewise.
7927         * gdb.threads/fork-child-threads.exp (main): Likewise.
7928         * gdb.threads/fork-plus-threads.exp (main): Disable for target
7929         remote.
7930         * gdb.threads/fork-thread-pending.exp (main): Enable for target
7931         remote.
7932         * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7933         pid.tid style ptids, instead of just tid.
7934         * gdb.threads/thread-execl.exp (main): Enable for target remote.
7935         * gdb.threads/watchpoint-fork.exp (main): Likewise.
7936         * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7937         ptids, instead of just tid.
7938
7939 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
7940
7941         * gdb.base/list.exp (test_list_forward): Add end of file error
7942         test.
7943         (test_repeat_list_command): Add end of file error test.
7944         (test_list_backwards): Add beginning of file error test.
7945
7946 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
7947
7948         * gdb.base/list.exp (test_list_invalid_args): New function,
7949         defined, and called.
7950
7951 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
7952
7953         * gdb.base/list.exp (test_list): Make test names unique.
7954
7955 2015-12-11  Yao Qi  <yao.qi@linaro.org>
7956
7957         * gdb.base/coremaker2.c: Remove.
7958
7959 2015-12-10  Pedro Alves  <palves@redhat.com>
7960
7961         * gdb.multi/base.exp: Remove stale "spaces" references.
7962
7963 2015-12-10  Pedro Alves  <palves@redhat.com>
7964
7965         * gdb.multi/base.exp: Don't use nowarnings.
7966         * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7967         * gdb.multi/hangout.c: Include stdio.h.
7968         * gdb.multi/hello.c: Include stdlib.h.
7969         * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7970         * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7971         * gdb.multi/multi-arch.exp: Don't use nowarnings.
7972
7973 2015-12-10  Andrew Burgess  <andrew.burgess@embecosm.com>
7974
7975         * gdb.dwarf2/dw2-ranges-base.c: New file.
7976         * gdb.dwarf2/dw2-ranges-base.exp: New file.
7977         * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7978         support additional line table, and debug ranges generation.
7979         (Dwarf::ranges): New function, generate .debug_ranges.
7980         (Dwarf::lines): Support generating simple line table programs.
7981         (Dwarf::assemble): Initialise new namespace variables.
7982
7983 2015-12-09  Kevin Buettner  <kevinb@redhat.com>
7984
7985         * gdb.base/async.exp (proc test_background): Add case for
7986         asynchronous execution not supported.
7987
7988 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
7989
7990         * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7991           format and change test names to make them unique.
7992
7993 2015-12-09  Ruslan Kabatsayev  <b7.10110111@gmail.com>
7994             Pedro Alves  <pedro@redhat.com>
7995
7996         PR gdb/18702
7997         Add checking of floatformats setup on x86_64 hosts.
7998         * gdb.arch/i386-float.S (main): Load bigval and smallval.
7999         (smallval, bigval): New labels/constants.
8000         * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
8001         float" after loading bigval and smallval.
8002
8003 2015-12-07  Pierre-Marie de Rodat  <derodat@adacore.com>
8004
8005         * gdb.ada/fun_overload_menu.exp: New testcase.
8006         * gdb.ada/fun_overload_menu/foo.adb: New testcase.
8007
8008 2015-12-04  Josh Stone  <jistone@redhat.com>
8009
8010         * gdb.base/catch-fork-static.exp: New.
8011
8012 2015-12-03  Yao Qi  <yao.qi@linaro.org>
8013
8014         * gdb.base/sizeof.c: Don't include stdio.h and
8015         ../lib/unbuffer_output.c.
8016         (main): New variable 'size' and 'value'.  Remove printf and
8017         gdb_unbuffer_output.  Assign return value to size and value.
8018         * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
8019         at the beginning.
8020         (check_sizeof): Check the result by printing variable 'size'.
8021         (check_valueof): Check the result by printing variable 'value'.
8022
8023 2015-12-01  Yao Qi  <yao.qi@linaro.org>
8024
8025         * gdb.base/disp-step-syscall.exp: Define syscall instruction
8026         for aarch64*-*-linux* target.
8027
8028 2015-11-30  Pedro Alves  <palves@redhat.com>
8029
8030         * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
8031
8032 2015-11-30  Pedro Alves  <palves@redhat.com>
8033
8034         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
8035         Handle non-stop mode vCont replies.
8036
8037 2015-11-30  Pedro Alves  <palves@redhat.com>
8038
8039         * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
8040         prepare_for_testing.  Start gdb with "set non-stop on" appended to
8041         GDBFLAGS.  Lax expected stop output.
8042
8043 2015-11-27  Yao Qi  <yao.qi@linaro.org>
8044
8045         * gdb.arch/arm-neon.exp: New.
8046         * gdb.arch/arm-neon.c: New.
8047
8048 2015-11-27  Yao Qi  <yao.qi@linaro.org>
8049
8050         * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
8051
8052 2015-11-27  Yao Qi  <yao.qi@linaro.org>
8053
8054         * gdb.cp/annota2.exp: Allow multiple occurrences of the
8055         frames-invalid annotation.
8056
8057 2015-11-27  Yao Qi  <yao.qi@linaro.org>
8058
8059         * gdb.cp/annota2.exp: Use ${frames_invalid}.
8060
8061 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
8062
8063         * gdb.threads/names.exp: New file.
8064         * gdb.threads/names.c: New file.
8065         * README: Mention gdb,no_thread_names.
8066
8067 2015-11-26  Markus Metzger  <markus.t.metzger@intel.com>
8068
8069         PR 19297
8070         * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
8071         support" error.
8072
8073 2015-11-24  Pedro Alves  <palves@redhat.com>
8074
8075         PR 17539
8076         * gdb.base/display.exp: Expect displays to be sorted in ascending
8077         order.  Use multi_line.
8078         * gdb.base/solib-display.exp: Likewise.
8079
8080 2015-11-24  Pedro Alves  <palves@redhat.com>
8081
8082         PR 17539
8083         * gdb.base/display.exp: Expect displays to be sorted in ascending
8084         order.  Use multi_line.
8085         * gdb.base/solib-display.exp: Likewise.
8086
8087 2015-11-24  Pedro Alves  <palves@redhat.com>
8088
8089         PR 17539
8090         * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
8091         threads in ascending order.
8092         * gdb.base/foll-fork.exp: Likewise.
8093         * gdb.base/foll-vfork.exp: Likewise.
8094         * gdb.base/multi-forks.exp: Likewise.
8095         * gdb.mi/mi-nonstop.exp: Likewise.
8096         * gdb.mi/mi-nsintrall.exp: Likewise.
8097         * gdb.multi/base.exp: Likewise.
8098         * gdb.multi/multi-arch.exp: Likewise.
8099         * gdb.python/py-inferior.exp: Likewise.
8100         * gdb.threads/break-while-running.exp: Likewise.
8101         * gdb.threads/execl.exp: Likewise.
8102         * gdb.threads/gcore-thread.exp: Likewise.
8103         * gdb.threads/info-threads-cur-sal.exp: Likewise.
8104         * gdb.threads/kill.exp: Likewise.
8105         * gdb.threads/linux-dp.exp: Likewise.
8106         * gdb.threads/multiple-step-overs.exp: Likewise.
8107         * gdb.threads/next-bp-other-thread.exp: Likewise.
8108         * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
8109         * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
8110         * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
8111         * gdb.threads/thread-find.exp: Likewise.
8112         * gdb.threads/tls.exp: Likewise.
8113         * lib/mi-support.exp (mi_reverse_list): Delete.
8114         (mi_check_thread_states): No longer reverse list.
8115
8116 2015-11-24  Pedro Alves  <palves@redhat.com>
8117
8118         * gdb.python/py-inferior.exp: Use with_test_prefix.  Consistently
8119         use lowercase.
8120
8121 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
8122
8123         * gdb.trace/actions.c: Include trace-common.h.
8124         (main): Add a location for a fast tracepoint.
8125         * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
8126         the normal tracepoints.
8127         (gdb_verify_tracepoints): Adjust number of expected tracepoints.
8128
8129 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
8130
8131         * save-trace.exp: Factor out code to these...
8132         (gdb_save_tracepoints): New.
8133         (gdb_load_tracepoints): New.
8134         (do_save_load_test): New.
8135
8136 2015-11-23  Kevin Buettner  <kevinb@redhat.com>
8137
8138         * gdb.base/asmlabel.exp: New test.
8139         * gdb.base/asmlabel.c: New test case.
8140
8141 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
8142
8143         * gdb.base/wrong_frame_bt_full-main.c: New file.
8144         * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8145         * gdb.base/wrong_frame_bt_full.exp: New file.
8146
8147 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
8148
8149         * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8150
8151 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
8152
8153         * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
8154         pstate register when comparing registers values in
8155         sparc64-*-linux-gnu targets to avoid spurious differences.
8156
8157 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
8158
8159         * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
8160
8161 2015-11-19  Sandra Loosemore  <sandra@codesourcery.com>
8162
8163         * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8164         as type argument to gdb_compile.
8165         * gdb.base/nested-subp2.exp: Likewise.
8166         * gdb.base/nested-subp3.exp: Likewise.
8167
8168 2015-11-17  Dominik Vogt  <vogt@linux.vnet.ibm.com>
8169
8170         * lib/dwarf.exp (_note): Fix left shift of negative value.
8171         * gdb.trace/trace-condition.exp: Likewise.
8172
8173 2015-11-13  Yao Qi  <yao.qi@linaro.org>
8174
8175         * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8176         comments about d10v.
8177         (test_scalar_returns): Likewise.
8178         * gdb.base/d10v.ld: Remove.
8179         * gdb.base/overlays.exp: Remove the target triplet checking for
8180         d10v-*-*.
8181         * gdb.base/structs.exp (test_struct_returns): Remove the
8182         comments about d10v.
8183         (test_struct_calls): Likewise.
8184
8185 2015-11-13  Yao Qi  <yao.qi@linaro.org>
8186
8187         * gdb.base/gnu_vector.exp: Check the return value by "p res".
8188         * gdb.base/gnu_vector.c: Don't include stdio.h.
8189         (main): Don't print res and call add_some_intvecs.
8190
8191 2015-11-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8192
8193         * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8194         macro.
8195         (func5): Removed.
8196         (func4): Use FAST_TRACEPOINT_LABEL.
8197         * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8198         macro.
8199         (func): Removed.
8200         (thread_function): Use FAST_TRACEPOINT_LABEL.
8201         * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8202         (func): Remove.
8203         (marker): Use FAST_TRACEPOINT_LABEL.
8204         * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8205         (pendfunc1): Remove.
8206         (pendfunc): Use FAST_TRACEPOINT_LABEL.
8207         * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8208         (foo): Remove.
8209         (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8210         * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8211         macro.
8212         (func): Remove.
8213         (marker): Use FAST_TRACEPOINT_LABEL.
8214         * gdb.trace/trace-common.h: New header.
8215         * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8216         macro.
8217         (func): Remove.
8218         (marker): Use FAST_TRACEPOINT_LABEL.
8219         * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8220         (func): Remove.
8221         (thread_function): Use FAST_TRACEPOINT_LABEL.
8222
8223 2015-11-10  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8224
8225         * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8226         in front.
8227         * gdb.trace/change-loc.exp: Use global pcreg definition.
8228         * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8229         * gdb.trace/entry-values.exp: Use global spreg definition, add $
8230         in front.
8231         * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8232         * gdb.trace/pending.exp: Likewise.
8233         * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8234         * gdb.trace/trace-break.exp: Likewise.
8235         * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8236         in front.
8237         * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8238         * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8239         in front.
8240         * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8241
8242 2015-11-09  Joel Brobecker  <brobecker@adacore.com>
8243
8244         * gdb.ada/fin_fun_out: New testcase.
8245
8246 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
8247
8248         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8249         value associated with DW_AT_byte_size.
8250         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8251         constants for DW_AT_byte_size, DW_AT_lower_bound, and
8252         DW_AT_upper_bound.
8253
8254 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
8255
8256         * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8257         (gdb_target_symbol_prefix_flags): Define in terms of _asm
8258         version.
8259         * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8260         gdb.dwarf2/dw2-canonicalize-type.exp,
8261         gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8262         gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8263         gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8264         provided by gdb_target_symbol_prefix_flags_asm.
8265         * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8266         testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8267         testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8268         testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8269         gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8270         macros where needed).  Use this macro for symbols which require
8271         the prefix provided by SYMBOL_PREFIX.
8272
8273 2015-11-05  Kevin Buettner  <kevinb@redhat.com>
8274
8275         * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8276         New procs.
8277         * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8278         representing expressions, of more than one list element.
8279         * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8280         to prepend linker symbol prefix to f.
8281         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8282         table_1 and table_2.
8283         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8284         Likewise, for f and g.
8285         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8286         for ptr.
8287         * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8288         for main.
8289         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8290         table_1_ptr and table_2_ptr.
8291
8292 2015-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8293             Joel Brobecker  <brobecker@adacore.com>
8294
8295         * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8296
8297 2015-11-04  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8298
8299         * gdb.reverse/s390-mvcle.c: New test.
8300         * gdb.reverse/s390-mvcle.exp: New file.
8301         * lib/gdb.exp: Enable reverse tests on s390*-linux.
8302
8303 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8304
8305         * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8306
8307 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8308
8309         * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8310         reaching marker2.
8311         * gdb.reverse/getresuid-reverse.exp: Likewise.
8312         * gdb.reverse/pipe-reverse.exp: Likewise.
8313         * gdb.reverse/readv-reverse.exp: Likewise.
8314         * gdb.reverse/recvmsg-reverse.exp: Likewise.
8315         * gdb.reverse/time-reverse.exp: Likewise.
8316         * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8317
8318 2015-10-30  Yao Qi  <yao.qi@linaro.org>
8319
8320         * gdb.threads/wp-replication.c (watch_count_done): Remove.
8321         (empty_cycle): Remove.
8322         (main): Don't call empty_cycle.  Don't use watch_count_done.
8323         * gdb.threads/wp-replication.exp: Don't set breakpoint on
8324         empty_cycle.  Rewrite the code counting HW watchpoints.
8325
8326 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8327
8328         * gdb.reverse/fstatat-reverse.c: New test.
8329         * gdb.reverse/fstatat-reverse.exp: New file.
8330         * gdb.reverse/getresuid-reverse.c: New test.
8331         * gdb.reverse/getresuid-reverse.exp: New file.
8332         * gdb.reverse/pipe-reverse.c: New test.
8333         * gdb.reverse/pipe-reverse.exp: New file.
8334         * gdb.reverse/readv-reverse.c: New test.
8335         * gdb.reverse/readv-reverse.exp: New file.
8336         * gdb.reverse/recvmsg-reverse.c: New test.
8337         * gdb.reverse/recvmsg-reverse.exp: New file.
8338         * gdb.reverse/time-reverse.c: New test.
8339         * gdb.reverse/time-reverse.exp: New file.
8340         * gdb.reverse/waitpid-reverse.c: New test.
8341         * gdb.reverse/waitpid-reverse.exp: New file.
8342
8343 2015-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
8344
8345         * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8346
8347 2015-10-26  Doug Evans  <dje@google.com>
8348
8349         PR symtab/17391
8350         * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8351         * gdb.dwarf2/bad-regnum.c: New file.
8352         * gdb.dwarf2/bad-regnum.exp: New file.
8353
8354 2015-10-26  Doug Evans  <dje@google.com>
8355
8356         PR python/18938
8357         * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8358         file.
8359
8360 2015-10-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8361
8362         * gdb.compile/compile.exp (compile code globalvar): Update expectation
8363         for a change by "Mention language in compile error message".
8364
8365 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
8366
8367         PR python/18073
8368         * gdb.python/py-type.c (C::a_method): New.
8369         (C::a_const_method): New.
8370         (C::a_static_method): New.
8371         (a_function): New.
8372         * gdb.python/py-type.exp (test_fields): Test getting fields
8373         from function and method.
8374
8375 2015-10-21  Keven Boell  <keven.boell@intel.com>
8376
8377         * gdb.fortran/vla-alloc-assoc.exp: New file.
8378         * gdb.fortran/vla-datatypes.exp: New file.
8379         * gdb.fortran/vla-datatypes.f90: New file.
8380         * gdb.fortran/vla-history.exp: New file.
8381         * gdb.fortran/vla-ptype-sub.exp: New file.
8382         * gdb.fortran/vla-ptype.exp: New file.
8383         * gdb.fortran/vla-sizeof.exp: New file.
8384         * gdb.fortran/vla-sub.f90: New file.
8385         * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8386         * gdb.fortran/vla-value-sub-finish.exp: New file.
8387         * gdb.fortran/vla-value-sub.exp: New file.
8388         * gdb.fortran/vla-value.exp: New file.
8389         * gdb.fortran/vla-ptr-info.exp: New file.
8390         * gdb.mi/mi-vla-fortran.exp: New file.
8391         * gdb.mi/vla.f90: New file.
8392
8393 2015-10-21  Sandra Loosemore  <sandra@codesourcery.com>
8394
8395         * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8396         of hardwired timeout value.
8397
8398 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8399             Pedro Alves  <palves@redhat.com>
8400
8401         * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8402         * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8403
8404 2015-10-19  Josh Stone  <jistone@redhat.com>
8405
8406         * gdb.base/catch-syscall.c: Include <sched.h>.
8407         (unknown_syscall): New variable.
8408         (main): Trigger a vfork and an unknown syscall.
8409         * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8410         (unknown_syscall_number): Likewise.
8411         (check_call_to_syscall): Accept an optional syscall pattern.
8412         (check_return_from_syscall): Likewise.
8413         (check_continue): Likewise.
8414         (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8415         (test_catch_syscall_skipping_return): New test toggling off 'catch
8416         syscall' to step over the syscall return, then toggling back on.
8417         (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8418         during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8419         (do_syscall_tests): Call test_catch_syscall_without_args and
8420         test_catch_syscall_mid_vfork.
8421         (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8422         (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8423
8424 2015-10-19  Andrew Stubbs  <ams@codesourcery.com>
8425
8426         * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8427         print g_vE): Add new pass patterns.
8428         * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8429         print various symbol names for vptr fields.
8430
8431 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
8432
8433         * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8434         results.
8435
8436 2015-10-12  Yao Qi  <yao.qi@linaro.org>
8437
8438         * gdb.arch/disp-step-insn-reloc.exp: New test case.
8439
8440 2015-10-12  Yao Qi  <yao.qi@linaro.org>
8441
8442         * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8443         is aarch64*-*-linux*.
8444
8445 2015-10-12  Yao Qi  <yao.qi@linaro.org>
8446
8447         * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8448         (can_relocate_bcond_true): ... it.
8449         (can_relocate_bcond_false): New function.
8450         (foo): Likewise.
8451         (can_relocate_bl): Likewise.
8452         (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8453         can_relocate_bl.
8454
8455 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
8456
8457         * gdb.base/nested-addr.c: New file.
8458         * gdb.base/nested-addr.exp: New testcase.
8459
8460 2015-10-09  Markus Metzger  <markus.t.metzger@intel.com>
8461
8462         * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8463         * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8464         its output.  Ignore the output of "record goto begin" and instead
8465         check that GDB is replaying.
8466
8467 2015-10-09  Pedro Alves  <palves@redhat.com>
8468
8469         * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8470         (top level): Use it in the run with no args test.
8471
8472 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
8473
8474         * gdb.dlang/properties.exp: New file.
8475
8476 2015-10-02  Sandra Loosemore  <sandra@codesourcery.com>
8477
8478         * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8479         whether or not address 0x1000 is mapped on the target.
8480
8481 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
8482
8483         * gdb.python/py-type.exp: Do not run tests if binaries fail to
8484         build.
8485
8486 2015-09-30  Markus Metzger  <markus.t.metzger@intel.com>
8487
8488         * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8489         instruction-history test.
8490
8491 2015-09-28  Doug Evans  <dje@google.com>
8492
8493         * gdb.base/gcore.c (array_func): Add reference to static_array.
8494
8495 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
8496
8497         * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8498         source line.
8499
8500 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8501
8502         * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8503         short or char as base type.
8504
8505 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8506
8507         * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8508         to allow any size enum.
8509
8510 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
8511
8512         * gdb.ada/array_ptr_renaming.exp: New testcase.
8513         * gdb.ada/array_ptr_renaming/foo.adb: New file.
8514         * gdb.ada/array_ptr_renaming/pack.ads: New file.
8515
8516 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
8517
8518         * gdb.trace/ftrace-lock.c: New file.
8519         * gdb.trace/ftrace-lock.exp: New file.
8520
8521 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
8522
8523         * gdb.arch/insn-reloc.c: New file.
8524         * gdb.arch/ftrace-insn-reloc.exp: New file.
8525
8526 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
8527
8528         * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8529         instruction.
8530         * gdb.trace/pendshr1.c (pendfunc): Likewise.
8531         * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8532         * gdb.trace/range-stepping.c: Likewise.
8533         * gdb.trace/trace-break.c: Likewise.
8534         * gdb.trace/trace-mt.c (thread_function): Likewise.
8535         * gdb.trace/ftrace.c (marker): Likewise.
8536         * gdb.trace/trace-condition.c (marker): Likewise.
8537         * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8538         * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8539         is_aarch64_target.
8540
8541 2015-09-18  Doug Evans  <xdje42@gmail.com>
8542
8543         * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8544         * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8545
8546 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8547
8548         * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8549         the breakpoint.
8550
8551 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8552
8553         * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8554         the pending breakpoint.  Remove timeout override for "Run till
8555         MI pending breakpoint on pendfunc3 on thread 2" test.
8556
8557 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8558
8559         * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8560         filename pattern.
8561
8562 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8563
8564         * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8565         in breakpoint filename pattern.
8566
8567 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8568
8569         * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8570
8571 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8572
8573         * gdb.linespec/explicit.exp: Check for readline support for
8574         tab-completion tests.  Fix obvious typo.
8575
8576 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
8577
8578         * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8579         and replay.
8580
8581 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
8582
8583         * gdb.btrace/non-stop.c: New.
8584         * gdb.btrace/non-stop.exp: New.
8585
8586 2015-09-17  Pierre Langlois  <pierre.langlois@arm.com>
8587             Yao Qi  <yao.qi@linaro.org>
8588
8589         * gdb.trace/trace-condition.c: New file.
8590         * gdb.trace/trace-condition.exp: New file.
8591
8592 2015-09-16  Wei-cheng Wang  <cole945@gmail.com>
8593
8594         * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8595         for testing bytecode compilation.
8596
8597 2015-09-16  Pedro Alves  <palves@redhat.com>
8598             Sandra Loosemore <sandra@codesourcery.com>
8599
8600         * gdb.threads/non-stop-fair-events.c (timeout): New global.
8601         (SECONDS): Redefine.
8602         (main): Call pthread_kill and alarm early.
8603         * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8604         support.
8605         (test): If the target can't hardware step and doesn't support
8606         displaced stepping, increase the timeout.
8607
8608 2015-09-16  Pedro Alves  <palves@redhat.com>
8609
8610         * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8611         (enable_debug): New procedures.
8612         (test): Use them.  Bail out if waiting for threads fails.
8613         (top level): Bail out if a test fails.
8614
8615 2015-09-16  Yao Qi  <yao.qi@linaro.org>
8616
8617         * gdb.asm/asm-source.exp: Set asm-arch for
8618         aarch64*-*-* target.
8619         * gdb.asm/aarch64.inc: New file.
8620
8621 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
8622
8623         * gdb.ada/array_of_variable_length.exp: New testcase.
8624         * gdb.ada/array_of_variable_length/foo.adb: New file.
8625         * gdb.ada/array_of_variable_length/pck.adb: New file.
8626         * gdb.ada/array_of_variable_length/pck.ads: New file.
8627
8628 2015-09-15  Doug Evans  <dje@google.com>
8629
8630         * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8631         of function static local variable.
8632
8633 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
8634
8635         * gdb.threads/tls-so_extern.exp: New test file.
8636         * gdb.threads/tls-so_extern.c: New test file.
8637         * gdb.threads/tls-so_extern_main.c: New test file.
8638
8639 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
8640
8641         * gdb.opt/solib-intra-step-lib.c: New file.
8642         * gdb.opt/solib-intra-step-main.c: New file.
8643         * gdb.opt/solib-intra-step.exp: New file.
8644
8645 2015-09-15  Pedro Alves  <palves@redhat.com>
8646
8647         * gdb.threads/non-ldr-exc-3.exp (do_test): Use
8648         gdb_continue_to_breakpoint instead of gdb_test_multiple.
8649
8650 2015-09-14  Pedro Alves  <palves@redhat.com>
8651
8652         * gdb.base/hook-stop-continue.c: Delete.
8653         * gdb.base/hook-stop-continue.exp: Delete.
8654         * gdb.base/hook-stop-frame.c: Delete.
8655         * gdb.base/hook-stop-frame.exp: Delete.
8656         * gdb.base/hook-stop.c: New file.
8657         * gdb.base/hook-stop.exp: New file.
8658
8659 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
8660
8661         * gdb.ada/access_to_packed_array.exp: New testcase.
8662         * gdb.ada/access_to_packed_array/foo.adb: New file.
8663         * gdb.ada/access_to_packed_array/pack.adb: New file.
8664         * gdb.ada/access_to_packed_array/pack.ads: New file.
8665
8666 2015-09-14  Markus Metzger  <markus.t.metzger@intel.com>
8667
8668         * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8669         buffer size test.
8670
8671 2015-09-11  Don Breazeal  <donb@codesourcery.com>
8672
8673         * gdb.base/foll-exec.c: Add copyright header.  Fix
8674         formatting issues.
8675         * gdb.base/foll-exec.exp (zap_session): Delete proc.
8676         (do_exec_tests): Use clean_restart in place of zap_session,
8677         and for test initialization.  Fix formatting issues.  Use
8678         fail in place of perror.
8679         * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8680         an expect statement to match an expression with output from
8681         the program under debug.
8682         * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8683         non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8684         * gdb.threads/non-ldr-exc-2.exp: Likewise.
8685         * gdb.threads/non-ldr-exc-3.exp: Likewise.
8686         * gdb.threads/non-ldr-exc-4.exp: Likewise.
8687
8688 2015-09-09  Doug Evans  <dje@google.com>
8689
8690         * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8691
8692 2015-09-09  Doug Evans  <dje@google.com>
8693
8694         * gdb.base/pie-execl.exp: Fix result test of build_executable.
8695
8696 2015-09-09  Doug Evans  <dje@google.com>
8697
8698         * gdb.base/savedregs.exp: Fix typo.
8699
8700 2015-09-09  Pedro Alves  <palves@redhat.com>
8701
8702         * gdb.mi/mi-cli.exp: Add CLI finish tests.
8703
8704 2015-09-08  Sandra Loosemore  <sandra@codesourcery.com>
8705
8706         * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8707         command actually switches threads.  Give up on remaining
8708         tests if target fails to stop at breakpoint.
8709
8710 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
8711
8712         * gdb.ada/funcall_char.exp: New testcase.
8713         * gdb.ada/funcall_char/foo.adb: New file.
8714
8715 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
8716
8717         * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8718         expected outputs.  Add two testcases for completing ambiguous
8719         functions.
8720         * gdb.ada/complete/aux_pck.adb: New file.
8721         * gdb.ada/complete/aux_pck.ads: New file.
8722         * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8723         Ambiguous_Func functions.
8724         * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8725         * gdb.ada/complete/pck.adb: Likewise.
8726
8727 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
8728
8729         * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8730         failures to run the test program under GDB.
8731
8732 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
8733
8734         * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8735         to C.
8736
8737 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
8738
8739         * gdb.base/run-after-attach.exp: New test file.
8740         * gdb.base/run-after-attach.c: New test file.
8741
8742 2015-08-26  Don Breazeal  <donb@codesourcery.com>
8743
8744         * gdb.base/foll-exec-2.c: New test program.
8745         * gdb.base/foll-exec-2.exp: New test.
8746
8747 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
8748
8749         * gdb.base/nested-subp1.exp: New file.
8750         * gdb.base/nested-subp1.c: New file.
8751         * gdb.base/nested-subp2.exp: New file.
8752         * gdb.base/nested-subp2.c: New file.
8753         * gdb.base/nested-subp3.exp: New file.
8754         * gdb.base/nested-subp3.c: New file.
8755
8756 2015-08-24  Pedro Alves  <palves@redhat.com>
8757
8758         * gdb.server/connect-without-multi-process.c: New file.
8759         * gdb.server/connect-without-multi-process.exp: New file.
8760
8761 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
8762
8763         * gdb.opt/inline-markers.c: Make z int.
8764
8765 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
8766
8767         * gdb.opt/inline-markers.c: Make z volatile.
8768
8769 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
8770
8771         * gdb.opt/inline-bt.c: New volatile global z.
8772         * gdb.opt/inline-cmds.c: Likewise.
8773         * gdb.opt/inline-locals.c: Likewise.
8774         * gdb.opt/inline-markers.c: New extern global z.
8775         (marker): Use z.
8776         (inline_fn): Likewise.
8777
8778 2015-08-24  Pedro Alves  <palves@redhat.com>
8779
8780         * config/m32r-stub.exp: Remove file.
8781         * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8782         * gdb.base/call-rt-st.exp: Likewise.
8783         * gdb.base/call-strs.exp: Likewise.
8784         * gdb.base/default.exp: Remove references to h8300-*-hms and
8785         *-*-udi*.
8786         * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8787
8788 2015-08-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8789
8790         * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8791         -Wno-psabi" if "-mcpu=native" fails.  For the tests with "finish"
8792         and "return" use KFAIL when GDB can not read/write the vector
8793         return value.
8794
8795 2015-08-21  Gary Benson <gbenson@redhat.com>
8796
8797         * gdb.trace/pending.exp: Cope with remote transfer warnings.
8798
8799 2015-08-20  Pedro Alves  <palves@redhat.com>
8800
8801         * gdb.server/solib-list.exp: No longer expect an interior stop in
8802         non-stop mode.
8803
8804 2015-08-20  Pedro Alves  <palves@redhat.com>
8805
8806         * gdb.server/connect-stopped-target.c: New file.
8807         * gdb.server/connect-stopped-target.exp: New file.
8808
8809 2015-08-20  Pedro Alves  <palves@redhat.com>
8810
8811         * gdb.dwarf2/comp-unit-lang.exp: New file.
8812         * gdb.dwarf2/comp-unit-lang.c: New file.
8813
8814 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
8815
8816         * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8817         * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8818
8819 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
8820
8821         * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8822         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8823
8824 2015-08-18  Doug Evans  <dje@google.com>
8825             Adrian Sendroiu <adrian.sendroiu@freescale.com>
8826
8827         * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8828         skip_python_tests.  New arg prompt_regexp.
8829         (skip_python_tests): New function.
8830         * lib/mi-support.exp (mi_skip_python_tests): New function.
8831         * gdb.python/py-mi-objfile-gdb.py: New file.
8832         * gdb.python/py-mi-objfile.c: New file.
8833         * gdb.python/py-mi-objfile.exp: New file.
8834
8835 2015-08-17  Keith Seitz  <keiths@redhat.com>
8836
8837         * gdb.linespec/explicit.exp: Move strace test from here ...
8838         * gdb.trace/strace.exp: ... to here.
8839
8840 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
8841
8842         * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8843         * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8844
8845 2015-08-14  Doug Evans  <xdje42@gmail.com>
8846
8847         * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8848         inferior before selecting a new file.
8849
8850 2015-08-14  Doug Evans  <xdje42@gmail.com>
8851
8852         * gdb.mi/mi-disassemble.exp: Update.
8853         * gdb.base/disasm-optim.S: New file.
8854         * gdb.base/disasm-optim.c: New file.
8855         * gdb.base/disasm-optim.h: New file.
8856         * gdb.base/disasm-optim.exp: New file.
8857
8858 2015-08-14  Keith Seitz  <keiths@redhat.com>
8859
8860         * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8861         "evaluated-by".
8862
8863 2015-08-13  Joel Brobecker  <brobecker@adacore.com>
8864
8865         * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8866
8867 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
8868
8869         * gdb.ada/fun_renaming.exp: New testcase.
8870         * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8871         * gdb.ada/fun_renaming/pack.adb: New file.
8872         * gdb.ada/fun_renaming/pack.ads: New file.
8873
8874 2015-08-12  Keith Seitz  <keiths@redhat.com>
8875
8876         * gdb.base/dso2dso.exp: Pass basename of source file in call to
8877         gdb_get_line_number.
8878
8879 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
8880
8881         * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8882         gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8883         gdb.base/dso2dso.exp: New files.
8884
8885 2015-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
8886             Pedro Alves  <palves@redhat.com>
8887             Keith Seitz  <keiths@redhat.com>
8888
8889         * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8890         GDBFLAGS.
8891
8892 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
8893
8894         * gdb.base/gdbhistsize-history.exp
8895         (test_histsize_history_setting): Use save_vars.
8896         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8897         Use save_vars.
8898         (test_no_truncation_of_unlimited_history_file): Use save_vars.
8899         * gdb.base/readline.exp: Use save_vars.
8900
8901 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
8902
8903         * lib/gdb.exp (save_vars): New proc.
8904
8905 2015-08-11  Keith Seitz  <keiths@redhat.com>
8906
8907         * gdb.base/help.exp: Update help_breakpoint_text.
8908
8909 2015-08-11  Keith Seitz  <keiths@redhat.com>
8910
8911         * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8912         (at toplevel): Call test_explicit_breakpoints.
8913         * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8914         breakpoints.
8915         * lib/mi-support.exp (mi_make_breakpoint): Add support for
8916         breakpoint conditions, "-cond".
8917
8918 2015-08-11  Keith Seitz  <keiths@redhat.com>
8919
8920         * gdb.linespec/3explicit.c: New file.
8921         * gdb.linespec/cpexplicit.cc: New file.
8922         * gdb.linespec/cpexplicit.exp: New file.
8923         * gdb.linespec/explicit.c: New file.
8924         * gdb.linespec/explicit.exp: New file.
8925         * gdb.linespec/explicit2.c: New file.
8926         * gdb.linespec/ls-errs.exp: Add explicit location tests.
8927         * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8928         before using in the matching pattern.
8929         Clarify that `prefix' is a regular expression.
8930
8931 2015-08-11  Keith Seitz  <keiths@redhat.com>
8932
8933         * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8934         test.
8935         Add tests for missing ",FMT" and ",".
8936
8937 2015-08-10  Doug Evans  <dje@google.com>
8938             Keith Seitz  <keiths@redhat.com>
8939
8940         PR gdb/17960
8941         * gdb.base/completion.exp: Add location completer tests.
8942
8943 2015-08-07  Pedro Alves  <palves@redhat.com>
8944
8945         * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8946         tests here.
8947         (top level): Run do_test with and without displaced stepping.
8948
8949 2015-08-07  Pedro Alves  <palves@redhat.com>
8950
8951         * gdb.base/valgrind-disp-step.c: New file.
8952         * gdb.base/valgrind-disp-step.exp: New file.
8953
8954 2015-08-07  Pedro Alves  <palves@redhat.com>
8955
8956         * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8957         Delete function.
8958         (main): Add alarm.  Run an infinite loop instead of calling
8959         wait_threads.
8960         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8961         comment.
8962         * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8963         Delete function.
8964         (main): Add alarm.  Run an infinite loop instead of calling
8965         wait_threads.
8966         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8967         comment.
8968
8969 2015-08-07  Pedro Alves  <palves@redhat.com>
8970
8971         * gdb.base/checkpoint-ns.exp: New file.
8972         * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8973         standard_testfile.
8974
8975 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
8976
8977         * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8978         * gdb.btrace/instruction_history.exp: Update.
8979         * gdb.btrace/tsx.exp: New.
8980         * gdb.btrace/tsx.c: New.
8981
8982 2015-08-06  Pedro Alves <palves@redhat.com>
8983
8984         * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8985         increase timeout.
8986         * gdb.reverse/until-precsave.exp: Bump timeouts.
8987
8988 2015-08-06  Pedro Alves  <palves@redhat.com>
8989
8990         * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8991
8992 2015-08-06  Pedro Alves  <palves@redhat.com>
8993
8994         PR gdb/18749
8995         * gdb.threads/process-dies-while-handling-bp.c: New file.
8996         * gdb.threads/process-dies-while-handling-bp.exp: New file.
8997
8998 2015-08-06  Pedro Alves  <palves@redhat.com>
8999
9000         * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
9001         * gdb.threads/forking-threads-plus-breakpoint.c: New file.
9002
9003 2015-08-05  Pedro Alves  <palves@redhat.com>
9004
9005         * gdb.threads/next-while-other-thread-longjmps.c: New file.
9006         * gdb.threads/next-while-other-thread-longjmps.exp: New file.
9007
9008 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
9009
9010         * gdb.base/bp-permanent.exp: Report test as unsupported if
9011         the target cannot stop at the permanent breakpoint.
9012
9013 2015-08-03  Doug Evans  <dje@google.com>
9014
9015         * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
9016         10000.
9017
9018 2015-08-03  Doug Evans  <dje@google.com>
9019
9020         * Makefile.in (workers/%.worker, build-perf): New rule.
9021         (GDB_PERFTEST_MODE): New variable.
9022         (check-perf): Use it.
9023         (clean): Clean up gdb.perf parallel build subdirs.
9024         * lib/build-piece.exp: New file.
9025         * lib/gdb.exp (make_gdb_parallel_path): New function
9026         (standard_output_file, standard_temp_file): Call it.
9027         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9028         of $GDB_PARALLEL.
9029         * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
9030
9031 2015-08-03  Doug Evans  <dje@google.com>
9032
9033         * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
9034         (LOG_FILE_NAME): New global.
9035         (TextReporter.__init__): Initialize self.txt_sum.
9036         (TextReporter.report): Add support for multiple data-points.
9037         Move report to perftest.sum, put raw data in perftest.log.
9038         (TextReporter.start): Open sum and log files.
9039         (TextReporter.end): Close sum and log files.
9040         * gdb.perf/lib/perftest/testresult.py
9041         (SingleStatisticTestResult.record): Handle multiple data-points.
9042
9043 2015-07-31  Pedro Alves  <palves@redhat.com>
9044
9045         * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
9046         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
9047         kill_wait_spawned_process instead of explicit "kill -9".
9048         * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
9049         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
9050         kill_wait_spawned_process.
9051         * gdb.base/attach-twice.exp: Likewise.
9052         * gdb.base/attach.exp: Likewise.
9053         (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
9054         gdb_test_multiple.
9055         * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
9056         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
9057         kill_wait_spawned_process.
9058         * gdb.base/valgrind-infcall.exp: Likewise.
9059         * gdb.multi/multi-attach.exp: Likewise.
9060         * gdb.python/py-prompt.exp: Likewise.
9061         * gdb.python/py-sync-interp.exp: Likewise.
9062         * gdb.server/ext-attach.exp: Likewise.
9063         * gdb.threads/attach-into-signal.exp (corefunc): Use
9064         spawn_wait_for_attach, spawn_id_get_pid and
9065         kill_wait_spawned_process.
9066         * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
9067         spawn_wait_for_attach returning a spawn id instead of a pid.  Use
9068         spawn_id_get_pid and kill_wait_spawned_process.
9069         * gdb.threads/attach-stopped.exp (corefunc): Use
9070         spawn_wait_for_attach, spawn_id_get_pid and
9071         kill_wait_spawned_process.
9072         * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
9073         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
9074         kill_wait_spawned_process instead of explicit "kill -9".
9075         * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
9076         (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
9077         (spawn_wait_for_attach): Use spawn instead of exec to spawn
9078         processes.  Don't map cygwin/windows pids here.  Now returns a
9079         spawn id list.
9080
9081 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
9082
9083         * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
9084         4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
9085         correct patch.
9086
9087 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
9088
9089         * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
9090
9091 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
9092
9093         Reapply:
9094         2014-05-21  Mark Wielaard  <mjw@redhat.com>
9095
9096         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9097
9098 2015-07-30  Pedro Alves  <palves@redhat.com>
9099
9100         * linux-low.c (handle_extended_wait): Set the child's last
9101         reported status to TARGET_WAITKIND_STOPPED.
9102
9103 2015-07-30  Pedro Alves  <palves@redhat.com>
9104
9105         PR threads/18600
9106         * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
9107         only shows inferior 1.
9108
9109 2015-07-30  Simon Marchi  <simon.marchi@ericsson.com>
9110             Pedro Alves  <palves@redhat.com>
9111
9112         PR threads/18600
9113         * gdb.threads/fork-plus-threads.c: New file.
9114         * gdb.threads/fork-plus-threads.exp: New file.
9115
9116 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
9117
9118         * gdb.base/batch-preserve-term-settings.exp
9119         (test_terminal_settings_preserved_after_cli_exit): Use
9120         send_quit_command.
9121
9122 2015-07-29  Pedro Alves  <palves@redhat.com>
9123             Don Breazeal  <donb@codesourcery.com>
9124
9125         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
9126         output from both inferior_spawn_id and gdb_spawn_id.
9127
9128 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
9129
9130         * gdb.threads/attach-into-signal.exp (corefunc): Use
9131         with_test_prefix on nested loops, uniquefying the test messages.
9132
9133 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
9134
9135         * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
9136         commit.
9137
9138 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
9139
9140         * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
9141         New proc.
9142         (test_terminal_settings_preserved_after_sigterm): New test.
9143
9144 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
9145
9146         * gdb.base/batch-preserve-term-settings.exp
9147         (test_terminal_settings_preserved_after_cli_exit): New test.
9148
9149 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
9150
9151         * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9152         manipulation of saved_gdbflags.
9153         (test_terminal_settings_preserved): Remove global declaration of
9154         the unused variable pagination_prompt.  Remove manipulation of
9155         saved_gdbflags.  Use a local variable EXTRA_GDBFLAGS instead of
9156         GDBFLAGS.
9157
9158 2015-07-29  Pedro Alves  <palves@redhat.com>
9159
9160         * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9161
9162 2015-07-29  Pedro Alves  <palves@redhat.com>
9163
9164         * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9165         at the top.
9166
9167 2015-07-29  Pedro Alves  <palves@redhat.com>
9168
9169         * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9170         (main): Call gdb_unbuffer_output.
9171         * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9172         (main): Call gdb_unbuffer_output.
9173         * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9174         (main): Call gdb_unbuffer_output.
9175         * gdb.base/call-strs.exp: Adjust to step over the
9176         gdb_unbuffer_output call.
9177         * gdb.base/catch-gdb-caused-signals.c: Include
9178         "../lib/unbuffer_output.c".
9179         (main): Call gdb_unbuffer_output.
9180         * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9181         (main): Call gdb_unbuffer_output.
9182         * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9183         (main): Call gdb_unbuffer_output.
9184         * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9185         (main): Call gdb_unbuffer_output.
9186         * gdb.base/shlib-call.exp: Adjust to step over the
9187         gdb_unbuffer_output call.
9188         * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9189         (main): Call gdb_unbuffer_output.
9190         * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9191         (main): Call gdb_unbuffer_output.
9192         * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9193         (main): Rename to ...
9194         (test): ... this.
9195         (main): Reimplement.
9196         * gdb.base/varargs.exp: Run to test instead of to main.
9197         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9198         (main): Call gdb_unbuffer_output.
9199
9200 2015-07-29  Pedro Alves  <palves@redhat.com>
9201
9202         * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9203         factore out from mi_continue_dprintf.  For call-style dprintfs,
9204         expect dprintf output out of $inferior_spawn_id.
9205         (mi_continue_dprintf): Use mi_expect_dprintf.
9206         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9207         (main): Call gdb_unbuffer_output.
9208
9209 2015-07-29  Pedro Alves  <palves@redhat.com>
9210
9211         * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9212         (default_mi_gdb_start): Set inferior_spawn_id instead of
9213         mi_inferior_spawn_id.  If $inferior_spawn_id is not set, set it to
9214         gdb_spawn_id.
9215         (mi_gdb_test): Always expect inferior output from both
9216         $inferior_spawn_id and $gdb_spawn_id.
9217
9218 2015-07-29  Pedro Alves  <palves@redhat.com>
9219
9220         * gdb.gdb/selftest.exp (test_with_self): Update comment.  Use
9221         send_inferior and $inferior_spawn_id.
9222
9223 2015-07-29  Pedro Alves  <palves@redhat.com>
9224
9225         * gdb.gdb/complaints.exp (test_initial_complaints)
9226         (test_serial_complaints, test_short_complaints): Use
9227         gdb_test_stdio.
9228         (test_empty_complaint): Handle $inferior_spawn_id !=
9229         $gdb_spawn_id.
9230
9231 2015-07-29  Pedro Alves  <palves@redhat.com>
9232
9233         * gdb.base/varargs.exp: Use gdb_test_stdio.
9234
9235 2015-07-29  Pedro Alves  <palves@redhat.com>
9236
9237         * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9238
9239 2015-07-29  Pedro Alves  <palves@redhat.com>
9240
9241         * gdb.base/ending-run.exp: Use gdb_test_stdio.
9242
9243 2015-07-29  Pedro Alves  <palves@redhat.com>
9244
9245         * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9246         parameter into two new parameters, "inf_result" and "gdb_result".
9247         Expect inferior output and gdb output from $inferior_spawn_id and
9248         $gdb_spawn_id, respectively.  Adjust all callers.
9249
9250 2015-07-29  Pedro Alves  <palves@redhat.com>
9251
9252         * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9253         of gdb_test_sequence.
9254
9255 2015-07-29  Pedro Alves  <palves@redhat.com>
9256
9257         * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9258         (saw_spurious_output): Expect inferior output from
9259         $inferior_spawn_id.  Use gdb_test_stdio.
9260
9261 2015-07-29  Pedro Alves  <palves@redhat.com>
9262
9263         * gdb.base/dprintf.exp: Use standard_testfile.  Change
9264         prepare_for_testing call.
9265         (srcfile): Don't set.
9266         (restart): New procedure.
9267         (test_dprintf): New procecure, use to continue over dprintfs.
9268         (test_call, test_agent): New procedures, tests moved here.
9269         Restart gdb and recreate dprintfs.  Adjust expected output.
9270
9271 2015-07-29  Pedro Alves  <palves@redhat.com>
9272
9273         * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9274
9275 2015-07-29  Pedro Alves  <palves@redhat.com>
9276
9277         * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9278
9279 2015-07-29  Pedro Alves  <palves@redhat.com>
9280
9281         * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9282         gdb_test_stdio.
9283
9284 2015-07-29  Pedro Alves  <palves@redhat.com>
9285
9286         * lib/gdb.exp (gdb_test_stdio): New procedure.
9287
9288 2015-07-29  Pedro Alves  <palves@redhat.com>
9289
9290         * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9291
9292 2015-07-29  Pedro Alves  <palves@redhat.com>
9293
9294         * gdb.base/call-signal-resume.exp: Remove check for
9295         gdb,noinferiorio.  Don't expect "no signal".  Use gdb_test.
9296         * gdb.base/unwindonsignal.exp: Likewise.
9297         * gdb.base/call-signals.c (gen_signal): Remove printf call.
9298         * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9299
9300 2015-07-29  Pedro Alves  <palves@redhat.com>
9301
9302         * gdb.base/siginfo-addr.c (pass): New function.
9303         (handler): Call it iff si_addr is correct.
9304         * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9305         Set a breakpoint at "pass" and continue to it.
9306
9307 2015-07-28  Sergio Durigan Junior  <sergiodj@redhat.com>
9308
9309         * gdb.python/py-objfile.exp: Make some tests have unique names.
9310         * gdb.python/py-pp-registration.exp: Likewise.
9311
9312 2015-07-28  Pedro Alves  <palves@redhat.com>
9313
9314         * gdb.server/server-exec-info.exp: Issue a "disconnect".
9315
9316 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
9317
9318         * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9319
9320 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
9321
9322         * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9323
9324 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
9325
9326         * gdb.base/gdb-sigterm-2.exp: New test.
9327
9328 2015-07-25  Doug Evans  <xdje42@gmail.com>
9329
9330         Revert:
9331         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9332         (workers/%.worker, build-perf): New rule.
9333         (GDB_PERFTEST_MODE): New variable.
9334         (check-perf): Use it.
9335         (clean): Clean up gdb.perf parallel build subdirs.
9336         * lib/build-piece.exp: New file.
9337         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9338         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9339         name.
9340         (standard_temp_file): Ditto.
9341         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9342         of $GDB_PARALLEL.
9343
9344 2015-07-24  Doug Evans  <dje@google.com>
9345
9346         * gdb.perf/lib/perftest/utils.py: New file.
9347         * gdb.perf/gm-hello.cc: New file.
9348         * gdb.perf/gm-pervasive-typedef.cc: New file.
9349         * gdb.perf/gm-pervasive-typedef.h: New file.
9350         * gdb.perf/gm-std.cc: New file.
9351         * gdb.perf/gm-std.h: New file.
9352         * gdb.perf/gm-use-cerr.cc: New file.
9353         * gdb.perf/gm-utils.h: New file.
9354         * gdb.perf/gmonster-null-lookup.py: New file.
9355         * gdb.perf/gmonster-pervasive-typedef.py: New file.
9356         * gdb.perf/gmonster-print-cerr.py: New file.
9357         * gdb.perf/gmonster-ptype-string.py: New file.
9358         * gdb.perf/gmonster-runto-main.py: New file.
9359         * gdb.perf/gmonster-select-file.py: New file.
9360         * gdb.perf/gmonster1-null-lookup.exp: New file.
9361         * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9362         * gdb.perf/gmonster1-print-cerr.exp: New file.
9363         * gdb.perf/gmonster1-ptype-string.exp: New file.
9364         * gdb.perf/gmonster1-runto-main.exp: New file.
9365         * gdb.perf/gmonster1-select-file.exp: New file.
9366         * gdb.perf/gmonster1.cc: New file.
9367         * gdb.perf/gmonster1.exp: New file.
9368         * gdb.perf/gmonster2-null-lookup.exp: New file.
9369         * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9370         * gdb.perf/gmonster2-print-cerr.exp: New file.
9371         * gdb.perf/gmonster2-ptype-string.exp: New file.
9372         * gdb.perf/gmonster2-runto-main.exp: New file.
9373         * gdb.perf/gmonster2-select-file.exp: New file.
9374         * gdb.perf/gmonster2.cc: New file.
9375         * gdb.perf/gmonster2.exp: New file.
9376
9377 2015-07-24  Doug Evans  <dje@google.com>
9378
9379         * gdb.perf/README: New file.
9380         * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9381         * lib/gen-perf-test.exp: New file.
9382
9383 2015-07-24  Doug Evans  <dje@google.com>
9384
9385         * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9386         (PerfTest::startup): New function.
9387         (PerfTest::run): Return result of calling body.
9388         (PerfTest::assemble): Rewrite.
9389         * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9390         * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9391         * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9392         * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9393         * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9394
9395 2015-07-24  Doug Evans  <dje@google.com>
9396
9397         * lib/gdb.exp (clean_restart): Make executable optional.
9398
9399 2015-07-24  Doug Evans  <dje@google.com>
9400
9401         * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9402         compiler_info references.
9403         * gdb.cp/temargs.exp: Ditto.
9404         * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9405         (get_compiler_info): Early exit if already computed.  Set compiler_info
9406         to "unknown" if there was a problem.
9407         (test_compiler_info): Add function comment.  Call get_compiler_info.
9408
9409 2015-07-24  Doug Evans  <dje@google.com>
9410
9411         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9412         (workers/%.worker, build-perf): New rule.
9413         (GDB_PERFTEST_MODE): New variable.
9414         (check-perf): Use it.
9415         (clean): Clean up gdb.perf parallel build subdirs.
9416         * lib/build-piece.exp: New file.
9417         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9418         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9419         name.
9420         (standard_temp_file): Ditto.
9421         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9422         of $GDB_PARALLEL.
9423
9424 2015-07-24  Doug Evans  <dje@google.com>
9425
9426         * lib/future.exp (gdb_default_target_compile): New option
9427         "early_flags".
9428         * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9429         --as-needed.
9430
9431 2015-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
9432
9433         * gdb.base/catch-syscall.exp: Call gdb_exit before
9434         gdb_skip_xml_test.
9435
9436 2015-07-24  Pedro Alves  <palves@redhat.com>
9437
9438         * gdb.python/py-events.exp: Accept output between the stop event
9439         and the prompt.
9440         * gdb.python/py-evsignal.exp: Likewise.
9441         * gdb.python/py-evthreads.exp: Likewise.
9442
9443 2015-07-24  Pedro Alves  <palves@redhat.com>
9444
9445         PR gdb/18717
9446         * gdb.threads/non-ldr-exit.c: New file.
9447         * gdb.threads/non-ldr-exit.exp: New file.
9448
9449 2015-07-24  Yao Qi  <yao.qi@linaro.org>
9450
9451         * gdb.server/ext-wrapper.exp: Test --wrapper option when
9452         restarting process.
9453
9454 2015-07-24  Yao Qi  <yao.qi@linaro.org>
9455
9456         * gdb.server/ext-restart.exp: New file.
9457
9458 2015-07-24  Yao Qi  <yao.qi@linaro.org>
9459
9460         * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9461         argument options.
9462         * gdb.server/ext-wrapper.exp: New file.
9463
9464 2015-07-23  Doug Evans  <dje@google.com>
9465
9466         * gdb.dwarf2/dw2-dummy-cu.S: New file.
9467         * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9468
9469 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
9470
9471         * gdb.ada/var_arr_typedef.exp: New testcase.
9472         * gdb.ada/var_arr_typedef/pack.adb: New file.
9473         * gdb.ada/var_arr_typedef/pack.ads: New file.
9474         * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9475
9476 2015-07-20  Joel Brobecker  <brobecker@adacore.com>
9477
9478         * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9479
9480 2015-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
9481
9482         * gdb.arch/i386-biarch-core.exp: Replace istarget
9483         by "complete set gnutarget". Remove expectation for the "core-file"
9484         command.
9485
9486 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9487
9488         Revert the previous commit:
9489         Tests for validate symbol file using build-id.
9490
9491 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
9492
9493         Tests for validate symbol file using build-id.
9494         * gdb.base/solib-mismatch-lib.c: New file.
9495         * gdb.base/solib-mismatch-libmod.c: New file.
9496         * gdb.base/solib-mismatch.c: New file.
9497         * gdb.base/solib-mismatch.exp: New file.
9498
9499 2015-07-15  Sandra Loosemore  <sandra@codesourcery.com>
9500
9501         * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9502         nios2-*-linux*.
9503         * gdb.base/sigbpt.exp (stepi_out): Likewise.
9504         * gdb.base/siginfo.exp: Likewise.
9505         * gdb.base/sigstep.exp (advance, advancei): Likewise.
9506
9507 2015-07-15  Pierre Langlois  <pierre.langlois@arm.com>
9508
9509         * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9510         Move it to ...
9511         * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9512         ... here.
9513         * gdb.trace/range-stepping.exp: Check that the target supports
9514         range stepping.
9515
9516 2015-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9517
9518         * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9519
9520 2015-07-14  Pedro Alves  <palves@redhat.com>
9521
9522         * gdb.base/killed-outside.exp: New file.
9523         * gdb.base/killed-outside.c: New file.
9524
9525 2015-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9526
9527         * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9528         (n at main): New.
9529         * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9530
9531 2015-07-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9532
9533         * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9534         infcall tests instead of setting up for KFAIL.
9535
9536 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
9537
9538         * gdb.btrace/record_goto-step.exp: New.
9539
9540 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9541
9542         PR compile/18484
9543         * gdb.compile/compile.c (struct struct_type): Add volatile to
9544         selffield's type.
9545         * gdb.compile/compile.exp
9546         (compile code struct_object.selffield = &struct_object): Skip further
9547         struct_object tests if this one xfails.
9548
9549 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
9550
9551         PR exp/18617
9552         * gdb.trace/ax.exp: Add test.
9553
9554 2015-07-07  Yao Qi  <yao.qi@linaro.org>
9555
9556         * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9557         instead of istarget "aarch64*-*-*".
9558         * gdb.arch/aarch64-fp.exp: Likewise.
9559         * gdb.base/float.exp: Likewise.
9560         * gdb.reverse/aarch64.exp: Likewise.
9561         * lib/gdb.exp (is_aarch64_target): New proc.
9562
9563 2015-07-07  Yao Qi  <yao.qi@linaro.org>
9564
9565         * lib/gdb.exp (is_aarch32_target): New proc.
9566         * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9567         instead of "istarget "arm*-*-*"".
9568         * gdb.arch/arm-disp-step.exp: Likewise.
9569         * gdb.arch/thumb-bx-pc.exp: Likewise.
9570         * gdb.arch/thumb-prologue.exp: Likewise.
9571         * gdb.arch/thumb-singlestep.exp: Likewise.
9572         * gdb.base/disp-step-syscall.exp: Likewise.
9573         * gdb.base/float.exp: Likewise.
9574
9575 2015-07-07  Yao Qi  <yao.qi@linaro.org>
9576
9577         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9578         Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9579
9580 2015-07-07  Yao Qi  <yao.qi@linaro.org>
9581
9582         * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9583         is aarch64.  If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9584         if it exists.
9585         * gdb.multi/multi-arch.exp: Likewise.
9586
9587 2015-07-07  Simon Marchi  <simon.marchi@ericsson.com>
9588
9589         * gdb.python/py-lazy-string.exp: Add missing parentheses to
9590         print.
9591
9592 2015-07-07  Yao Qi  <yao.qi@linaro.org>
9593
9594         * gdb.arch/thumb-singlestep.exp: Do one more single step.
9595
9596 2015-06-30  Martin Galvan  <martin.galvan@tallertechnologies.com>
9597
9598         * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9599         '[' and ']' characters.
9600
9601 2015-06-30  Iain Buclaw  <ibuclaw@gdcproject.org>
9602
9603         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9604
9605 2015-06-29  Pedro Alves  <palves@redhat.com>
9606
9607         PR threads/18127
9608         * gdb.threads/hand-call-new-thread.c: New file.
9609         * gdb.threads/hand-call-new-thread.c: New file.
9610
9611 2015-06-26  Keith Seitz  <keiths@redhat.com>
9612             Doug Evans  <dje@google.com>
9613
9614         PR 16253
9615         * gdb.cp/var-tag-2.cc: New file.
9616         * gdb.cp/var-tag-3.cc: New file.
9617         * gdb.cp/var-tag-4.cc: New file.
9618         * gdb.cp/var-tag.cc: New file.
9619         * gdb.cp/var-tag.exp: New file.
9620
9621 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
9622
9623         * gdb.base/history-duplicates.exp: New test.
9624
9625 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
9626
9627         * gdb.base/completion.exp: Test the completion of the "focus"
9628         command.
9629
9630 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9631
9632         * gdb.arch/amd64-prologue-skip.S: New file.
9633         * gdb.arch/amd64-prologue-skip.exp: New file.
9634
9635 2015-06-25  Simon Marchi  <simon.marchi@ericsson.com>
9636
9637         * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9638         is_address_zero_readable check.
9639
9640 2015-06-24  Peter Bergner  <bergner@vnet.ibm.com>
9641
9642         * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9643         * gdb.arch/powerpc-power.s <rfebb>: Likewise.
9644
9645 2015-06-24  Yao Qi  <yao.qi@linaro.org>
9646
9647         * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
9648         linux targets.
9649
9650 2015-06-24  Yao Qi  <yao.qi@linaro.org>
9651
9652         * lib/gdb.exp (supports_get_siginfo_type): New proc.
9653         * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9654         * gdb.base/siginfo-thread.exp: Likewise.
9655
9656 2015-06-22  Yao Qi  <yao.qi@linaro.org>
9657
9658         * boards/remote-gdbserver-on-localhost.exp: Add comments.
9659
9660 2015-06-22  Yao Qi  <yao.qi@linaro.org>
9661
9662         * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9663         aarch64*-*-*.
9664         (skip_hw_watchpoint_tests): Likewise.
9665
9666 2015-06-18  Patrick Palka  <patrick@parcs.ath.cx>
9667
9668         * gdb.base/gdbinit-history.exp: Test the interaction between
9669         setting GDBHISTSIZE and setting the history size via .gdbinit.
9670
9671 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
9672
9673         PR gdb/16999
9674         * gdb.base/gdbhistsize-history.exp: New test.
9675
9676 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
9677
9678         * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9679         with GDBHISTSIZE.
9680         * gdb.base/readline.exp: Likewise.
9681
9682 2015-06-17  Yao Qi  <yao.qi@linaro.org>
9683
9684         * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9685         line.
9686
9687 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
9688
9689         * gdb.base/gdbinit-history.exp: Add test case to check that
9690         an unlimited history file does not get truncated on exit.
9691
9692 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9693
9694         * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9695         (VECTOR): New macro.  Use it...
9696         (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9697         ...for these typedefs.
9698         (int8, char1, int1, double1): New typedefs.
9699         (struct just_int2, struct two_int2): New structures.
9700         (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9701         (add_structvecs, add_singlevecs): New functions.
9702         (main): Call add_some_intvecs twice.
9703         * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9704         the compile and exit upon failure.  Try compiling for the "native"
9705         architecture.  Test inferior function calls with vector arguments
9706         and vector return value handling with "finish" and "return".
9707
9708 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
9709
9710         * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9711         * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9712         PE file.
9713         * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9714
9715 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
9716
9717         PR breakpoints/16465
9718         * gdb.mi/mi-dprintf-pending.c: New file.
9719         * gdb.mi/mi-dprintf-pending.exp: New test.
9720         * gdb.mi/mi-dprintf-pendshr.c: New file.
9721
9722 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
9723             Mircea Gherzan  <mircea.gherzan@intel.com>
9724
9725         * gdb.arch/i386-mpx-map.c: New file.
9726         * gdb.arch/i386-mpx-map.exp: New File.
9727
9728 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
9729
9730         * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9731         * gdb.arch/i386-mpx.exp: Indentation fixed.
9732
9733 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
9734
9735         * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9736         function and improved indentation.
9737         * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9738         gdb_test_multiple. Added additional tests to skip the test.
9739
9740 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
9741
9742         * gdb.arch/i386-avx512.c: Change path in include file.
9743         * gdb.arch/i386-avx512.exp: Change include dir path
9744         compilation flag.
9745         * gdb.arch/i386-mpx.c: Change path in include file.
9746         * gdb.arch/i386-mpx.exp: Change include dir path compilation
9747         flag.
9748
9749 2015-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9750
9751         * gdb.compile/compile-print.exp (compile print *vararray@3)
9752         (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9753
9754 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9755
9756         * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9757         (do not keep jit in memory): ... this.
9758         (expect 5): Change it to ...
9759         (expect no 5): ... this.
9760
9761 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
9762
9763         PR gdb/15564
9764         * gdb.mi/mi-detach.exp: New file.
9765
9766 2015-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9767
9768         PR symtab/18392
9769         * gdb.arch/amd64-tailcall-self.S: New file.
9770         * gdb.arch/amd64-tailcall-self.c: New file.
9771         * gdb.arch/amd64-tailcall-self.exp: New file.
9772
9773 2015-05-28  Don Breazeal  <donb@codesourcery.com>
9774
9775         * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9776         tests for remote targets by checking is_target_gdbserver.
9777
9778 2015-05-27  Doug Evans  <dje@google.com>
9779
9780         * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9781         * gdb.dwarf2/opaque-type-lookup.c: New file.
9782         * gdb.dwarf2/opaque-type-lookup.exp: New file.
9783
9784 2015-05-26  Doug Evans  <dje@google.com>
9785
9786         * gdb.cp/iostream.cc: New file.
9787         * gdb.cp/iostream.exp: New file.
9788
9789 2015-05-26  Doug Evans  <dje@google.com>
9790
9791         * gdb.dwarf2/dw2-op-call.exp: Update.
9792         * gdb.dwarf2/dw4-sig-types.exp: Update.
9793         * gdb.dwarf2/implptr.exp: Update.
9794         * gdb.mi/mi-cmd-param-changed.exp: Update.
9795
9796 2015-05-26  Doug Evans  <dje@google.com>
9797
9798         * gdb.python/py-lazy-string.c: New file.
9799         * gdb.python/py-lazy-string.exp: New file.
9800         * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9801         (main): Update.  Add estring3.
9802         * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9803         * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9804
9805 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
9806             Yao Qi  <yao.qi@linaro.org>
9807
9808         * gdb.reverse/aarch64.c: New.
9809         * gdb.reverse/aarch64.exp: New.
9810
9811 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
9812
9813         * lib/gdb.exp (supports_process_record): Return true for
9814         aarch64*-linux*.
9815         (supports_reverse): Likewise.
9816
9817 2015-05-22  Patrick Palka  <patrick@parcs.ath.cx>
9818
9819         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9820         Use with_test_prefix.
9821
9822 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
9823
9824         * gdb.base/completion.exp: Add test for completion of layout
9825         names.
9826
9827 2015-05-20  Andrew Burgess  <andrew.burgess@embecosm.com>
9828
9829         * lib/gdb.exp (skip_tui_tests): New proc.
9830         * gdb.base/tui-layout.exp: Check skip_tui_tests.
9831
9832 2015-05-19  Pedro Alves  <palves@redhat.com>
9833
9834         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9835         Save the whole env array instead of just HOME.  Unset HISTSIZE in
9836         the environment while testing.  Restore whole environment
9837         afterwards.
9838
9839 2015-05-16  Doug Evans  <xdje42@gmail.com>
9840
9841         * gdb.guile/scm-ports.c: New file.
9842         * gdb.guile/scm-ports.exp: Add memory port tests.
9843
9844 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
9845
9846         * gdb.compile/compile-print.c: New file.
9847         * gdb.compile/compile-print.exp: New file.
9848
9849 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
9850
9851         * gdb.compile/compile-ops.exp: Cast param to void.
9852         * gdb.compile/compile.exp: Complete type for _gdb_expr.
9853         (compile code struct_object.selffield = &struct_object): Add xfail.
9854
9855 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
9856
9857         * gdb.ada/arr_enum_with_gap: New testcase.
9858
9859 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
9860
9861         * gdb.ada/byte_packed_arr: New testcase.
9862
9863 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
9864
9865         * gdb.ada/pckd_neg: New testcase.
9866
9867 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
9868
9869         PR gdb/17820
9870         * gdb.base/gdbinit-history.exp: New test.
9871         * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9872         * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9873
9874 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
9875
9876         * gdb.python/py-xmethods.cc: Enhance test case.
9877         * gdb.python/py-xmethods.exp: New tests.
9878         * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9879         function.
9880         (B_indexoper): Likewise.
9881         (global_dm_list) : Add new xmethod worker functions.
9882
9883 2015-05-08  Sergio Durigan Junior  <sergiodj@redhat.com>
9884
9885         * gdb.base/coredump-filter.exp: Correctly unset
9886         "coredump_var_addr" array.
9887
9888 2015-05-08  Pedro Alves  <palves@redhat.com>
9889
9890         * gdb.server/non-existing-program.exp: Unset spawn_id.
9891
9892 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
9893
9894         PR python/18291
9895         * gdb.python/py-xmethods.exp: Add tests.
9896
9897 2015-05-08  Yao Qi  <yao.qi@linaro.org>
9898
9899         PR gdb/18208
9900         * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9901         * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9902         function set_coredump_filter, and remove remote_exec call.
9903         Remove argument ipid.  Callers update.
9904         (top level): Don't get inferior's PID.
9905
9906 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9907
9908         * gdb.base/watch_thread_num.exp: Skip test on targets without
9909         access watchpoints.
9910
9911 2015-05-06  Pedro Alves  <palves@redhat.com>
9912
9913         PR server/18081
9914         * gdb.server/non-existing-program.exp: New file.
9915
9916 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9917
9918         * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9919
9920 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9921
9922         * gdb.ada/out_of_line_in_inlined: New testcase.
9923
9924 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9925
9926         * gdb.ada/var_rec_arr: New testcase.
9927
9928 2015-04-30  Yao Qi  <yao.qi@linaro.org>
9929
9930         * gdb.base/break-idempotent.exp: If
9931         skip_hw_watchpoint_multi_tests returns true, skip the tests
9932         on "rwatch" and "awatch".
9933
9934 2015-04-30  Yao Qi  <yao.qi@linaro.org>
9935
9936         * gdb.base/relativedebug.exp: Invoke gdb command
9937         "info sharedlibrary", and if libc.so doesn't have debug info,
9938         skip the test.
9939
9940 2015-04-29  Doug Evans  <dje@google.com>
9941
9942         * gdb.python/py-xmethods.exp: Add ptype tests.
9943         * gdb.python/py-xmethods.py (E_method_char_worker): Add
9944         get_result_type method.
9945
9946 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
9947
9948         * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9949         the target does not support hardware watchpoints.
9950
9951 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
9952
9953         * gdb.base/break-always.exp: Abort testing if writing to memory
9954         causes an error.
9955
9956 2015-04-28  Doug Evans  <dje@google.com>
9957
9958         * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9959         * gdb.python/py-pp-registration.exp: ... here.  New file.
9960         * gdb.python/py-pp-registration.c: New file.
9961         * gdb.python/py-pp-registration.py: New file.
9962
9963 2015-04-28  Doug Evans  <dje@google.com>
9964
9965         * gdb.python/py-bad-printers.c: New file.
9966         * gdb.python/py-bad-printers.py: New file.
9967         * gdb.python/py-bad-printers.exp: New file.
9968
9969 2015-04-28  Sasha Smundak  <asmundak@google.com>
9970
9971         * gdb.python/py-type.exp: New test.
9972
9973 2015-04-28  Andy Wingo  <wingo@igalia.com>
9974
9975         * gdb.python/py-parameter.exp:
9976         * gdb.guile/scm-parameter.exp: Escape the path that we are
9977         matching against, as it might contain characters that are special
9978         to regular expressions.
9979
9980 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
9981
9982         * gdb.ada/rec_comp: New testcase.
9983
9984 2015-04-26  Sergio Durigan Junior  <sergiodj@redhat.com>
9985
9986         * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9987         before using it.
9988
9989 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
9990
9991         * gdb.base/dump.exp: Add *.verilog files to all_files list.  Add
9992         new tests for verilog output.
9993
9994 2015-04-24  Yao Qi  <yao.qi@linaro.org>
9995
9996         * boards/remote-gdbserver-on-localhost.exp: New file.
9997
9998 2015-04-23  Pedro Alves  <palves@redhat.com>
9999
10000         * gdb.base/interrupt.exp: Use an indirect spawn id list holding
10001         $inferior_spawn_id instead of $inferior_spawn_id directly.  On
10002         "end of file", remove $inferior_spawn_id from the indirect list.
10003
10004 2015-04-23  Pedro Alves  <palves@redhat.com>
10005
10006         * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
10007
10008 2015-04-23  Pedro Alves  <palves@redhat.com>
10009
10010         * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
10011         on $any_spawn_id instead of only on $gdb_spawn_id.
10012
10013 2015-04-21  Pierre Muller  <muller@sourceware.org>
10014
10015         PR pascal/17815
10016         * lib/pascal.exp (gpc_compile): Add new option "class".
10017         (fpc_compile): Likewise.
10018         * gdb.pascal/case-insensitive-symbols.pas: New file.
10019         * gdb.pascal/case-insensitive-symbols.exp: New file.
10020
10021 2015-04-20  Gary Benson <gbenson@redhat.com>
10022
10023         * gdb.base/attach.exp: Fix three extended remote failures.
10024
10025 2015-04-17  Gary Benson <gbenson@redhat.com>
10026
10027         * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
10028         the main executable over the remote protocol.
10029
10030 2015-04-16  Pedro Alves  <palves@redhat.com>
10031
10032         * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
10033         a new gdbserver if gdbserver_reconnect_p is set.
10034
10035 2015-04-16  Pedro Alves  <palves@redhat.com>
10036
10037         * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
10038         is set, don't exit gdbserver.
10039
10040 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10041
10042         * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
10043         appropriate .insn, such that an older assembler can be used.
10044         * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
10045         the z/Architecture instruction set on 31-bit targets as well.
10046
10047 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10048
10049         * gdb.go/handcall.exp: Remove all logic related to the first
10050         breakpoint and rely on go_runto_main instead.
10051         * gdb.go/strings.exp: Likewise.
10052         * gdb.go/unsafe.exp: Likewise.
10053         * gdb.go/hello.exp: Likewise.  Also rename the remaining
10054         breakpoint marker to "breakpoint 1".
10055         * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
10056         * gdb.go/strings.go: Likewise.
10057         * gdb.go/unsafe.go: Likewise.
10058         * gdb.go/hello.go: Likewise.  Also remove the second occurrence of
10059         "set breakpoint 2 here" and rename the remaining breakpoint marker
10060         to "breakpoint 1".
10061
10062 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
10063
10064         * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
10065         if itertools.imap is not present.
10066         * gdb.python/py-objfile.exp: Add parentheses.
10067         * gdb.python/py-type.exp: Same.
10068         * gdb.python/py-unwind-maint.py: Same.
10069
10070 2015-04-15  Yao Qi  <yao.qi@linaro.org>
10071
10072         * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
10073         of ":$ptr_size" and set its form explicitly.
10074
10075 2015-04-15  Pedro Alves  <palves@redhat.com>
10076             Yao Qi  <yao.qi@linaro.org>
10077
10078         * gdb.base/watch-bitfields.exp (test_watch_location): Increase
10079         timeout by factor of 4.
10080         (test_regular_watch): Likewise.
10081         * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
10082         * gdb.reverse/sigall-reverse.exp: Likewise.
10083         * gdb.reverse/until-precsave.exp: Likewise.
10084         * lib/gdb.exp (with_timeout_factor): New proc.
10085         (gdb_expect): Move some code to ...
10086         (get_largest_timeout): ... here.  New procedure.
10087
10088 2015-04-14  Luis Machado  <lgustavo@codesourcery.com>
10089
10090         * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
10091
10092 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
10093
10094         * gdb.base/bp-permanent.exp (test): Handle the case of being unable
10095         to write to the .text section.
10096
10097 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
10098
10099         * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
10100         Handle the case of targets that do not provide PID information.
10101
10102 2015-04-13  Yao Qi  <yao.qi@linaro.org>
10103
10104         * lib/gdbserver-support.exp (gdb_exit): Catch exception
10105         and use expect instead of gdb_expect.
10106
10107 2015-04-13  Sergio Durigan Junior  <sergiodj@redhat.com>
10108
10109         * gdb.base/coredump-filter.exp: Rename variable "addr" to
10110         "coredump_var_addr" to avoid naming conflict with other testcases.
10111
10112 2015-04-10  Pedro Alves  <palves@redhat.com>
10113
10114         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
10115         gdb_test_sequence and gdb_assert.
10116
10117 2015-04-10  Pedro Alves  <palves@redhat.com>
10118
10119         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10120         test messages that don't include the breakpoint address.
10121
10122 2015-04-10  Yao Qi  <yao.qi@linaro.org>
10123
10124         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
10125         false for some offset and width combinations which aren't
10126         supported by linux kernel.
10127
10128 2015-04-10  Pedro Alves  <palves@redhat.com>
10129
10130         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
10131         procedure, factored out from ...
10132         (top level): ... here.  Add "set displaced-stepping" testing axis.
10133         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
10134         parameter "displaced".  Use it.
10135         (top level): Use foreach and add "set displaced-stepping" testing
10136         axis.
10137
10138 2015-04-10  Pedro Alves  <palves@redhat.com>
10139
10140         * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
10141         Remove comment.
10142         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10143         both the address of the instruction that triggers the watchpoint
10144         and the address of the instruction immediately after, and use
10145         those addresses for the test.  Fix comment.
10146
10147 2015-04-10  Pedro Alves  <palves@redhat.com>
10148
10149         * gdb.base/sigstep.exp (breakpoint_to_handler)
10150         (breakpoint_to_handler_entry): New parameter 'displaced'.  Use it.
10151         Test "backtrace" in handler.
10152         (breakpoint_over_handler): New parameter 'displaced'.  Use it.
10153         (top level): Add new "displaced" test axis to
10154         breakpoint_to_handler, breakpoint_to_handler_entry and
10155         breakpoint_over_handler.
10156
10157 2015-04-10  Pedro Alves  <palves@redhat.com>
10158
10159         PR gdb/18216
10160         * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10161
10162 2015-04-10  Yao Qi  <yao.qi@linaro.org>
10163
10164         * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10165         (test_add_rn_pc): New function.
10166         * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10167         (top level): Invoke test_add_rn_pc.
10168
10169 2015-04-10  Pedro Alves  <palves@redhat.com>
10170
10171         PR gdb/13858
10172         * gdb.base/step-over-no-symbols.exp: New file.
10173
10174 2015-04-09  Andy Wingo  <wingo@igalia.com>
10175
10176         * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10177         after the Python tests.
10178
10179 2015-04-08  Keith Seitz  <keiths@redhat.com>
10180
10181         PR python/16699
10182         * gdb.python/py-completion.exp: New tests for completion.
10183         * gdb.python/py-completion.py (CompleteLimit1): New class.
10184         (CompleteLimit2): Likewise.
10185         (CompleteLimit3): Likewise.
10186         (CompleteLimit4): Likewise.
10187         (CompleteLimit5): Likewise.
10188         (CompleteLimit6): Likewise.
10189         (CompleteLimit7): Likewise.
10190
10191 2015-04-08  Pedro Alves  <palves@redhat.com>
10192
10193         PR gdb/18214
10194         PR gdb/18216
10195         * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10196         function.
10197         (main): Install it as SIGUSR1 handler.
10198         * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10199         parameter.  Always use "setup" as prefix.  Toggle "set
10200         displaced-stepping" off/on depending on global.  Don't switch to
10201         thread 1 here.
10202         (top level): Add displaced stepping "off/on" test axis.  Update
10203         "setup" calls.  Wrap each subtest with with_test_prefix.  Test
10204         continuing with a queued signal in each thread.
10205
10206 2015-04-08  Pedro Alves  <palves@redhat.com>
10207
10208         * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10209         * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd.  Use
10210         gdb_breakpoint instead of gdb_test that doesn't expect anything.
10211         Return early if running to main fails.
10212         * gdb.trace/while-stepping.exp: Likewise.
10213
10214 2015-04-07  Pedro Alves  <palves@redhat.com>
10215
10216         * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10217         $gdb_spawn_id.  Use send_inferior and $inferior_spawn_id to
10218         interact with inferior program.
10219
10220 2015-04-07  Pedro Alves  <palves@redhat.com>
10221
10222         * lib/gdb.exp (inferior_spawn_id): New global.
10223         (gdb_test_multiple): Handle "-i".  Reset the spawn id to GDB's
10224         spawn id after processing the user code.
10225         (default_gdb_start): Set inferior_spawn_id.
10226         (send_inferior): New procedure.
10227         * lib/gdbserver-support.exp (gdbserver_start): Set
10228         inferior_spawn_id.
10229         (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10230
10231 2015-04-07  Pedro Alves  <palves@redhat.com>
10232
10233         * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10234         * lib/gdbserver-support.exp (gdbserver_start): Make
10235         $server_spawn_id global.
10236         (gdbserver_start): Don't wait for gdbserver's spawn id with
10237         expect_background.
10238         (close_gdbserver): New procedure.
10239         (gdb_exit): Rename the default version and reimplement.
10240
10241 2015-04-07  Pedro Alves  <palves@redhat.com>
10242
10243         * lib/gdb.exp (gdb_test_multiple): When processing an argument,
10244         append the substituted item, not the original item.
10245
10246 2015-04-07  Pedro Alves  <palves@redhat.com>
10247
10248         * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10249         gdb_expect.
10250
10251 2015-04-07  Pedro Alves  <palves@redhat.com>
10252
10253         * gdb.base/interrupt.exp: Don't handle the case of the inferior
10254         output appearing once only.
10255
10256 2015-04-07  Pedro Alves  <palves@redhat.com>
10257
10258         * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10259         that doesn't expect anything.  Return early if running to main
10260         fails.
10261
10262 2015-04-07  Yao Qi  <yao.qi@linaro.org>
10263
10264         * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10265         (child_function): Call alarm.
10266         (main): Move call to alarm into the loop.
10267         * gdb.threads/non-stop-fair-events.exp: Build program with
10268         -DTIMEOUT=$timeout.
10269
10270 2015-04-06  Doug Evans  <xdje42@gmail.com>
10271
10272         * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10273         Fix dest parameter to board_info.
10274         (fpc_compile): Ditto.
10275         (gdb_compile_pascal): Rename dest arg to destfile.
10276
10277 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
10278
10279         * gdb.ada/funcall_ref.exp: New file.
10280         * gdb.ada/funcall_ref/foo.adb: New file.
10281
10282 2015-04-02  Yao Qi  <yao.qi@linaro.org>
10283
10284         * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10285         is remote.
10286
10287 2015-04-02  Gary Benson <gbenson@redhat.com>
10288
10289         * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10290
10291 2015-04-01  Sasha Smundak  <asmundak@google.com>
10292
10293         * gdb.python/py-unwind-maint.c: New file.
10294         * gdb.python/py-unwind-maint.exp: New test.
10295         * gdb.python/py-unwind-maint.py: New file.
10296         * gdb.python/py-unwind.c: New file.
10297         * gdb.python/py-unwind.exp: New test.
10298         * gdb.python/py-unwind.py: New test.
10299
10300 2015-04-01  Pedro Alves  <palves@redhat.com>
10301
10302         * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10303         to fail instead of non-existent $test.
10304
10305 2015-04-01  Pedro Alves  <palves@redhat.com>
10306
10307         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10308         GDBFLAGS if not empty.
10309
10310 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
10311
10312         * gdb.ada/complete.exp: Remove "multi_line".
10313         * gdb.ada/info_exc.exp: Remove "multi_line".
10314         * gdb.ada/packed_tagged.exp: Remove "multi_line".
10315         * gdb.ada/ptype_field.exp: Remove "multi_line".
10316         * gdb.ada/sym_print_name.exp: Remove "multi_line".
10317         * gdb.ada/tagged.exp: Remove "multi_line".
10318         * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10319         [multi_line ...]
10320         * gdb.btrace/delta.exp: Likewise.
10321         * gdb.btrace/exception.exp: Likewise.
10322         * gdb.btrace/function_call_history.exp: Likewise.
10323         * gdb.btrace/instruction_history.exp: Likewise.
10324         * gdb.btrace/nohist.exp: Likewise.
10325         * gdb.btrace/record_goto.exp: Likewise.
10326         * gdb.btrace/segv.exp: Likewise.
10327         * gdb.btrace/stepi.exp: Likewise.
10328         * gdb.btrace/tailcall.exp: Likewise.
10329         * gdb.btrace/unknown_functions.exp: Likewise.
10330         * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10331         * lib/gdb.exp: Add the "multi_line" helper.
10332
10333 2015-04-01  Pedro Alves  <palves@redhat.com>
10334
10335         * gdb.threads/tid-reuse.c: New file.
10336         * gdb.threads/tid-reuse.exp: New file.
10337
10338 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
10339
10340         PR corefiles/16092
10341         * gdb.base/coredump-filter.c: New file.
10342         * gdb.base/coredump-filter.exp: Likewise.
10343
10344 2015-03-27  Petr Machata  <pmachata@redhat.com>
10345
10346         * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10347         (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10348         (Dwarf::assemble): Initialize them.
10349         (Dwarf::lines): New function.
10350
10351 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
10352
10353         * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10354         SYMBOL_PREFIX for x86_64-*-cygwin.
10355
10356 2015-03-26  Andy Wingo  <wingo@igalia.com>
10357
10358         PR symtab/18148
10359         * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10360         const_value but not a location.
10361         * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10362         location defined in non-main CUs are visible.
10363
10364 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10365
10366         PR testsuite/18139
10367         * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10368         Add a line number entry for the same line.
10369         * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10370         Add a line number entry for the same line.
10371
10372 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10373
10374         * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10375         .int 0.
10376         (func): Likewise.  Add .Lfunc_1 label.
10377         Use .Lfunc_1 label.
10378         * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10379         .int 0.
10380         (func): Likewise.
10381         Use .Lfunc_1 label.
10382
10383 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10384
10385         * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10386         Call gdb_compile instead to compile each .s files without debug
10387         information.
10388
10389 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10390
10391         * gdb.base/savedregs.exp (process_saved_regs): Make
10392         "Saved registers:" optional in the pattern.
10393
10394 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
10395
10396         * gdb.btrace/next.exp: Merged into step.exp.
10397         * gdb.btrace/finish.exp: Merged into step.exp.
10398         * gdb.btrace/nexti.exp: Merged into stepi.exp.
10399         * gdb.btrace/step.exp: Use record_goto.c as test file.  Avoid using
10400         "record goto" and checking the exact replay position.
10401         * gdb.btrace/stepi.exp: Choose test file based on target.  Do not
10402         check for "Recording format" in "info record" output.
10403         * gdb.btrace/record_goto.exp: Choose test file based on target.
10404         * gdb.btrace/x86-record_goto.S: Renamed into ...
10405         * gdb.btrace/x86_64-record_goto.S: ... this.
10406         * gdb.btrace/i686-record_goto.S: New.
10407         * gdb.btrace/x86-tailcall.S: Renamed into ...
10408         * gdb.btrace/x86_64-tailcall.S: ... this.
10409         * gdb.btrace/i686-tailcall.S: New.
10410         * gdb.btrace/x86-tailcall.c: Renamed into ...
10411         * gdb.btrace/tailcall.c: ... this.  Split "return ++answer" into two
10412         separate statements.  Update test.
10413         * gdb.btrace/delta.exp: Use record_goto.c as test file.
10414         * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10415         * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10416         * gdb.btrace/tailcall.exp: Choose test file based on target.
10417         * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10418
10419 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
10420
10421         * gdb.btrace/exception.exp: Increase BTS buffer size.
10422
10423 2015-03-24  Pedro Alves  <palves@redhat.com>
10424
10425         * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10426
10427 2015-03-24  Pedro Alves  <palves@redhat.com>
10428
10429         * gdb.threads/schedlock.exp (test_step): No longer expect that
10430         "set scheduler-locking step" with "next" over a function call runs
10431         threads unlocked.
10432
10433 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10434
10435         * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10436
10437 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10438
10439         PR breakpoints/16466
10440         * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10441         * gdb.mi/mi-pending.c (thread_func): New function.
10442         (int main): Add threading support required.
10443         * gdb.mi/mi-pending.exp: Add tests for this issue.
10444         * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10445         (pendfunc2): Remove stdio dependency.
10446         * gdb.mi/mi-pendshr2.c: New file.
10447
10448 2015-03-23  Keith Seitz  <keiths@redhat.com>
10449
10450         * gdb.linespec/keywords.c: New file.
10451         * gdb.linespec/keywords.exp: New file.
10452
10453 2015-03-23  Keith Seitz  <keiths@redhat.com>
10454
10455         PR gdb/18021
10456         * gdb.dwarf2/staticvirtual.exp: New test.
10457
10458 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10459
10460         * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10461         * README: Remove HP-UX and gdb.hp.
10462         (configuration):
10463         * configure: Regenerate.
10464         * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10465         gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10466         gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10467         gdb.hp/gdb.defects/Makefile.
10468         * gdb.hp/Makefile.in: File deleted.
10469         * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10470         * gdb.hp/gdb.aCC/optimize.c: File deleted.
10471         * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10472         * gdb.hp/gdb.aCC/run.c: File deleted.
10473         * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10474         * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10475         * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10476         * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10477         * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10478         * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10479         * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10480         * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10481         * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10482         * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10483         * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10484         * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10485         * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10486         * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10487         * gdb.hp/gdb.base-hp/reg.s: File deleted.
10488         * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10489         * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10490         * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10491         * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10492         * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10493         * gdb.hp/gdb.compat/Makefile.in: File deleted.
10494         * gdb.hp/gdb.compat/average.c: File deleted.
10495         * gdb.hp/gdb.compat/sum.c: File deleted.
10496         * gdb.hp/gdb.compat/xdb.c: File deleted.
10497         * gdb.hp/gdb.compat/xdb0.c: File deleted.
10498         * gdb.hp/gdb.compat/xdb0.h: File deleted.
10499         * gdb.hp/gdb.compat/xdb1.c: File deleted.
10500         * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10501         * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10502         * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10503         * gdb.hp/gdb.defects/Makefile.in: File deleted.
10504         * gdb.hp/gdb.defects/bs14602.c: File deleted.
10505         * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10506         * gdb.hp/gdb.defects/solib-d.c: File deleted.
10507         * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10508         * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10509         * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10510         * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10511         * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10512         * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10513         * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10514         * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10515         * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10516         * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10517         * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10518         * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10519         * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10520         * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10521         * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10522         * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10523         * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10524         * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10525         * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10526         * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10527         * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10528         * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10529         * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10530         * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10531         * gdb.hp/tools/odump: File deleted.
10532
10533 2015-03-19  Pedro Alves  <palves@redhat.com>
10534
10535         * gdb.threads/continue-pending-status.exp (saw_thread_2)
10536         (saw_thread_3): New globals.
10537         (top level): Increment them when an event for the corresponding
10538         thread is seen.
10539         (no thread starvation): New test.
10540
10541 2015-03-19  Pedro Alves  <palves@redhat.com>
10542
10543         * gdb.threads/continue-pending-status.c: New file.
10544         * gdb.threads/continue-pending-status.exp: New file.
10545
10546 2015-03-18  Pedro Alves  <palves@redhat.com>
10547
10548         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10549         Use gdb_is_target_remote instead of is_remote.  Use
10550         gdb_test_multiple instead of gdb_expect.  Exit early if
10551         gdb_test_multiple hits its internal matches.  Tighten stepi tests
10552         expected output.  Fail on exit with any signal, instead of just
10553         SIGILL.
10554
10555 2015-03-18  Yao Qi  <yao.qi@linaro.org>
10556
10557         PR tdep/18107
10558         * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10559         variable.
10560         * gdb.base/catch-syscall.exp: Don't skip it on
10561         aarch64*-*-linux* target.  Remove elements in all_syscalls.
10562         (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10563         target.
10564         (setup_all_syscalls): New proc.
10565
10566 2015-03-16  Yao Qi  <yao.qi@linaro.org>
10567
10568         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10569         (top level): Skip tests if valid_addr_p returns false for
10570         $cmd1 or $cmd2.
10571
10572 2015-03-11  Andy Wingo  <wingo@igalia.com>
10573
10574         * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10575
10576 2015-03-11  Yao Qi  <yao.qi@linaro.org>
10577
10578         * gdb.base/catch-syscall.exp: Fix typo in comments.
10579
10580 2015-03-11  Yao Qi  <yao.qi@linaro.org>
10581
10582         * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10583
10584 2015-03-09  Pedro Alves  <palves@redhat.com>
10585
10586         * dg-extract-results.py: Delete.
10587
10588 2015-03-09  Pedro Alves  <palves@redhat.com>
10589
10590         Merge dg-extract-results.sh from GCC upstream (r218843).
10591
10592         2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
10593                 * dg-extract-results.sh: Use --text with grep to avoid issues with
10594                 binary files.  Fall back to cat -v, if that doesn't work.
10595
10596 2015-03-05  Pedro Alves  <palves@redhat.com>
10597
10598         * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10599
10600 2015-03-04  Simon Marchi  <simon.marchi@ericsson.com>
10601
10602         * lib/mi-support.exp (mi_expect_interrupt): Accept
10603         alternative event for when in all-stop mode.
10604
10605 2015-03-04  Pedro Alves  <palves@redhat.com>
10606
10607         * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10608
10609 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
10610
10611         * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10612
10613 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10614
10615         * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10616         regexps for GDB's current line display, accept a hex address
10617         preceding the line number.
10618
10619 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10620
10621         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10622         the 'arch1' variable for "s390*-linux*" targets.
10623
10624 2015-03-04  Pedro Alves  <palves@redhat.com>
10625
10626         * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10627         (main): Pass missing retval argument to pthread_join call.
10628
10629 2015-03-02  Pedro Alves  <palves@redhat.com>
10630
10631         * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10632         (top level): Call do_test with non-stop as well.
10633
10634 2015-03-02  Pedro Alves  <palves@redhat.com>
10635
10636         * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10637         -1.
10638
10639 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10640
10641         * gdb.arch/s390-vregs.exp: New test.
10642         * gdb.arch/s390-vregs.S: New file.
10643
10644 2015-02-27  Pedro Alves  <palves@redhat.com>
10645
10646         * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
10647         call to catch_command_errors.
10648         * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
10649         catch_command_errors.
10650
10651 2015-02-27  Pedro Alves  <palves@redhat.com>
10652
10653         * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10654         "true" for boolean result.
10655         * gdb.gdb/selftest.exp (test_with_self): Also accept full
10656         prototype of main.
10657
10658 2015-02-27  Pedro Alves  <palves@redhat.com>
10659
10660         * lib/unbuffer_output.c: New file.
10661         * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10662         (main): Call gdb_unbuffer_output.
10663
10664 2015-02-27  Yao Qi  <yao.qi@linaro.org>
10665
10666         * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10667         target.
10668
10669 2015-02-26  Doug Evans  <dje@google.com>
10670
10671         * gdb.cp/class2.cc (Dbase, D): New classes.
10672         (main): New local delta.
10673         * gdb.cp/class2.exp: Test printing delta.
10674         * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10675         (dynbar): New global.
10676         * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10677
10678 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10679
10680         * gdb.compile/compile-ifunc.c: New file.
10681         * gdb.compile/compile-ifunc.exp: New file.
10682
10683 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10684
10685         * gdb.base/structs.exp: Check for correct struct on finish.
10686
10687 2015-02-26  Yao Qi  <yao.qi@linaro.org>
10688
10689         * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10690         is zero.
10691
10692 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10693
10694         * gdb.arch/cordic.ko.bz2: New file.
10695         * gdb.arch/cordic.ko.debug.bz2: New file.
10696         * gdb.arch/ppc64-symtab-cordic.exp: New file.
10697
10698 2015-02-25  Yao Qi  <yao.qi@linaro.org>
10699
10700         * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10701         aarch64*-*-* target.
10702
10703 2015-02-23  Pedro Alves  <palves@redhat.com>
10704
10705         * lib/gdb.exp (delete_breakpoints): Rewrite using
10706         gdb_test_multiple.
10707
10708 2015-02-23  Pedro Alves  <palves@redhat.com>
10709
10710         * gdb.base/info-os.c: Include stdlib.h.
10711
10712 2015-02-22  Doug Evans  <xdje42@gmail.com>
10713
10714         PR symtab/17855
10715         * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10716         is read after symbols have been re-read.
10717         * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10718         * gdb.ada/exec_changed/second.adb (Second): Ditto.
10719
10720 2015-02-21  Doug Evans  <dje@google.com>
10721
10722         * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10723
10724 2015-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
10725
10726         PR corefiles/17808
10727         * gdb.arch/i386-biarch-core.core.bz2: New file.
10728         * gdb.arch/i386-biarch-core.exp: New file.
10729
10730 2015-02-21  Pedro Alves  <palves@redhat.com>
10731
10732         * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10733         runto_main fails.
10734
10735 2015-02-20  Pedro Alves  <palves@redhat.com>
10736
10737         * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10738         info probes.
10739
10740 2015-02-20  Pedro Alves  <palves@redhat.com>
10741
10742         * gdb.threads/multi-create-ns-info-thr.exp: New file.
10743
10744 2015-02-20  Pedro Alves  <palves@redhat.com>
10745
10746         * gdb.trace/no-attach-trace.exp: Don't run to main.  Do
10747         clean_restart before gdb_target_supports_trace.
10748
10749 2015-02-20  Pedro Alves  <palves@redhat.com>
10750
10751         PR threads/18006
10752         * gdb.threads/clone-thread_db.c: New file.
10753         * gdb.threads/clone-thread_db.exp: New file.
10754
10755 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10756
10757         PR breakpoints/16812
10758         * gdb.base/catch-gdb-caused-signals.c: New file.
10759         * gdb.base/catch-gdb-caused-signals.exp: New file.
10760
10761 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
10762
10763         * configure: Regenerated.
10764         * configure.ac: Use GDB_AC_TRANSFORM.
10765         * aclocal.m4: sinclude ../transform.m4.
10766
10767 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
10768
10769         * lib/dtrace.exp: New file.
10770         * gdb.base/dtrace-probe.exp: Likewise.
10771         * gdb.base/dtrace-probe.d: Likewise.
10772         * gdb.base/dtrace-probe.c: Likewise.
10773         * lib/pdtrace.in: Likewise.
10774         * configure.ac: Output variables with the transformed names of
10775         the strip, readelf, as and nm tools.  AC_SUBST lib/pdtrace.in.
10776         * configure: Regenerated.
10777
10778 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
10779
10780         * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10781         expected message when trying to access $_probe_* convenience
10782         variables while not on a probe.
10783
10784 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10785
10786         * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10787
10788 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
10789
10790         * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10791         * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10792
10793 2015-02-10  Doug Evans  <xdje42@gmail.com>
10794
10795         * lib/gdb.exp (gdb_load): Always return a result.
10796
10797 2015-02-10  Pedro Alves  <palves@redhat.com>
10798
10799         * gdb.threads/signal-sigtrap.c: New file.
10800         * gdb.threads/signal-sigtrap.exp: New file.
10801
10802 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
10803
10804         * gdb.trace/no-attach-trace.c: New file.
10805         * gdb.trace/no-attach-trace.exp: New file.
10806
10807 2015-02-09  Mark Wielaard  <mjw@redhat.com>
10808
10809         * gdb.dwarf2/atomic.c: New file.
10810         * gdb.dwarf2/atomic-type.exp: Likewise.
10811
10812 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
10813
10814         * gdb.btrace/buffer-size.exp: Update "info record" output.
10815         * gdb.btrace/delta.exp: Update "info record" output.
10816         * gdb.btrace/enable.exp: Update "info record" output.
10817         * gdb.btrace/finish.exp: Update "info record" output.
10818         * gdb.btrace/instruction_history.exp: Update "info record" output.
10819         * gdb.btrace/next.exp: Update "info record" output.
10820         * gdb.btrace/nexti.exp: Update "info record" output.
10821         * gdb.btrace/step.exp: Update "info record" output.
10822         * gdb.btrace/stepi.exp: Update "info record" output.
10823         * gdb.btrace/nohist.exp: Update "info record" output.
10824
10825 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
10826
10827         * gdb.btrace/buffer-size: New.
10828
10829 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
10830
10831         * gdb.btrace/delta.exp: Update "info record" output.
10832         * gdb.btrace/enable.exp: Update "info record" output.
10833         * gdb.btrace/finish.exp: Update "info record" output.
10834         * gdb.btrace/instruction_history.exp: Update "info record" output.
10835         * gdb.btrace/next.exp: Update "info record" output.
10836         * gdb.btrace/nexti.exp: Update "info record" output.
10837         * gdb.btrace/step.exp: Update "info record" output.
10838         * gdb.btrace/stepi.exp: Update "info record" output.
10839         * gdb.btrace/nohist.exp: Update "info record" output.
10840
10841 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
10842
10843         PR gdb/15678
10844         * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10845
10846 2015-02-06  Pedro Alves  <palves@redhat.com>
10847
10848         * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10849         macro.
10850         (seconds_left, again): New globals.
10851         (main): Wait seconds_left in a 1-second sleep loop instead of
10852         sleeping 180 seconds.  If 'again' is set, reset the seconds
10853         counter.
10854         * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10855         'again' in the inferior before detaching.  Print the seconds left.
10856         (options): New global.
10857         (top level): Build program with -DTIMEOUT=$timeout.
10858
10859 2015-02-06  Pedro Alves  <palves@redhat.com>
10860
10861         * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10862         determine how many seconds to pass to 'alarm'.
10863         * gdb.base/gdb-sigterm.exp (top level): Build program with
10864         -DTIMEOUT=$timeout.
10865         (do_test): Return success/failure indication.  Add more verbose
10866         logging.  Don't fail if 200 single steps are seen.  Instead, fail
10867         when the test times out.
10868         (passes): New global.
10869         (top level): Break the testing loop if testing fails on any
10870         iteration.  Use gdb_assert.
10871
10872 2015-02-04  Don Breazeal  <donb@codesourcery.com>
10873
10874         * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10875         and initialize them.
10876         (ipc_cleanup): New function.
10877         (main): Don't declare shmid, semid, and msqid.  Add a call to
10878         atexit so that we call ipc_cleanup on exit.
10879
10880 2015-02-04  Pedro Alves  <palves@redhat.com>
10881
10882         * boards/native-extended-gdbserver.exp: Remove any target variant
10883         specifications from the board name before clearing the isremote
10884         flag from board_info.
10885
10886 2015-01-31  Doug Evans  <xdje42@gmail.com>
10887
10888         * gdb.base/maint.exp <maint print type argc>: Update expected output.
10889
10890 2015-01-31  Gary Benson <gbenson@redhat.com>
10891
10892         * gdb.base/completion.exp: Disable completion limiting for
10893         existing tests.  Add new tests to check completion limiting.
10894         * gdb.linespec/ls-errs.exp: Disable completion limiting.
10895
10896 2015-01-31  Doug Evans  <xdje42@gmail.com>
10897
10898         * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10899
10900 2015-01-31  Doug Evans  <xdje42@gmail.com>
10901
10902         * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10903         entries.  Duplicate file section script entries.
10904         * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10905         inlined entries.  Add test for safe-path rejection.
10906         * gdb.python/py-section-script.c: Add duplicate inlined section script
10907         entries.  Duplicate file section script entries.
10908         * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10909         inlined entries.  Add test for safe-path rejection.
10910
10911 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
10912
10913         * gdb.ada/disc_arr_bound: New testcase.
10914
10915 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
10916
10917         * gdb.ada/mi_var_array: New testcase.
10918
10919 2015-01-27  Doug Evans  <dje@google.com>
10920
10921         * gdb.python/py-objfile.exp: Add tests for objfile.username.
10922         Add test for objfile.filename, objfile.username after objfile
10923         has been unloaded.
10924
10925 2015-01-26  Joel Brobecker  <brobecker@adacore.com>
10926
10927         * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10928         the second test to print the name attribute of value
10929         returned by the call to gdb.lookup_type, and adjust
10930         the expected output accordingly.
10931
10932 2015-01-25  Mark Wielaard  <mjw@redhat.com>
10933
10934         * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10935         * gdb.base/disp-step-fork.c: Include unistd.h.
10936         * gdb.base/siginfo-obj.c: Include stdio.h.
10937         * gdb.base/siginfo-thread.c: Likewise.
10938         * gdb.mi/non-stop.c: Include unistd.h.
10939         * gdb.mi/nsthrexec.c: Include stdio.h.
10940         * gdb.mi/pthreads.c: Include unistd.h.
10941         * gdb.modula2/unbounded1.c (main): Declare returns int.
10942         * gdb.reverse/consecutive-reverse.c: Likewise.
10943         * gdb.threads/create-fail.c: Include unistd.h.
10944         * gdb.threads/killed.c: Likewise.
10945         * gdb.threads/linux-dp.c: Likewise.
10946         * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10947         * gdb.threads/non-ldr-exc-2.c: Likewise.
10948         * gdb.threads/non-ldr-exc-3.c: Likewise.
10949         * gdb.threads/non-ldr-exc-4.c: Likewise.
10950         * gdb.threads/pthreads.c: Include unistd.h.
10951         (main): Declare returns int.
10952         * gdb.threads/tls-main.c (foo): New declaration.
10953         * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10954
10955 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
10956
10957         * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10958         * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10959
10960 2015-01-15  Mark Wielaard  <mjw@redhat.com>
10961
10962         * gdb.base/noreturn-return.c: New file.
10963         * gdb.base/noreturn-return.exp: New file.
10964         * gdb.base/noreturn-finish.c: New file.
10965         * gdb.base/noreturn-finish.exp: New file.
10966
10967 2015-01-23  Pedro Alves  <palves@redhat.com>
10968
10969         * gdb.threads/continue-pending-after-query.c: New file.
10970         * gdb.threads/continue-pending-after-query.exp: New file.
10971
10972 2015-01-22  Anders Granlund  <anders.granlund@ericsson.com>
10973             Simon Marchi  <simon.marchi@ericsson.com>
10974
10975         * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10976         * gdb.base/valgrind-db-attach.exp: Same.
10977         * gdb.base/valgrind-infcall.exp: Same.
10978         * lib/mi-support.exp (default_mi_gdb_start): Same.
10979         * lib/prompt.exp (default_prompt_gdb_start): Same.
10980         * lib/gdb.exp (default_gdb_spawn): Same.
10981         (gdb_interact): New.
10982
10983
10984 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
10985
10986         * gdb.compile/compile.exp (pointer to jit function): New test.
10987
10988 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
10989
10990         * lib/gdb.exp (supports_process_record): Return true for
10991         powerpc*-*-linux*.
10992         (supports_reverse): Likewise.
10993
10994 2015-01-15  Don Breazeal  <donb@codesourcery.com>
10995
10996         * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10997         instead of checking whether the target board is remote and
10998         use spawn_wait_for_attach instead of exec/sleep.
10999         * gdb.base/attach-twice.exp: Likewise.
11000
11001 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
11002
11003         * gdb.ada/var_arr_attrs: New testcase.
11004
11005 2015-01-14  Pedro Alves  <palves@redhat.com>
11006             Joel Brobecker  <brobecker@adacore.com>
11007
11008         PR gdb/17525
11009         * gdb.base/bp-cmds-execution-x-script.c: New file.
11010         * gdb.base/bp-cmds-execution-x-script.exp: New file.
11011         * gdb.base/bp-cmds-execution-x-script.gdb: New file.
11012
11013 2015-01-14  Pedro Alves  <palves@redhat.com>
11014
11015         PR cli/17828
11016         * gdb.base/batch-preserve-term-settings.c: New file.
11017         * gdb.base/batch-preserve-term-settings.exp: New file.
11018
11019 2015-01-13  Doug Evans  <dje@google.com>
11020
11021         * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
11022         binary.
11023
11024 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
11025
11026         * Makefile.in (clean mostlyclean): Do not delete *.py.
11027
11028 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
11029
11030         * gdb.python/py-lookup-type.exp: New file.
11031
11032 2015-01-12  Pedro Alves  <palves@redhat.com>
11033
11034         * gdb.python/py-prompt.exp: When the board can't spawn for attach,
11035         restore GDBFLAGS before returning.
11036
11037 2015-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11038
11039         * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
11040         is_amd64_regs_target and is_x86_like_target.
11041
11042 2015-01-11  Doug Evans  <xdje42@gmail.com>
11043
11044         * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
11045         is given without an explicit form.
11046         * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
11047         attributes.
11048         * gdb.dwarf/corrupt.exp: Ditto.
11049         * gdb.dwarf2/enum-type.exp: Ditto.
11050         * gdb.trace/entry-values.exp: Ditto.
11051         * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
11052
11053 2015-01-11  Doug Evans  <xdje42@gmail.com>
11054
11055         PR gdb/15830
11056         * gdb.base/maint.exp: Remove references to "maint demangle".
11057         * gdb.cp/demangle.exp: Update.  "maint demangle" -> "demangle".
11058         Add tests for explicitly specifying language to demangle.
11059         * gdb.dlang/demangle.exp: Ditto.
11060
11061 2015-01-09  Pedro Alves  <palves@redhat.com>
11062
11063         * gdb.threads/non-stop-fair-events.c: New file.
11064         * gdb.threads/non-stop-fair-events.exp: New file.
11065
11066 2015-01-09  Pedro Alves  <palves@redhat.com>
11067
11068         * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
11069         the global scope.  Set a breakpoint after all threads are started
11070         rather than stepping over two source lines.  Expect the prompt.
11071         * gdb.base/watch_thread_num.c (threads_started_barrier): New
11072         global.
11073         (NUM): Now 15.
11074         (main): Use threads_started_barrier to wait for all threads to
11075         start.  Main thread no longer calls thread_function.  Exit after
11076         180 seconds.
11077         (loop): New function.
11078         (thread_function): Wait on threads_started_barrier barrier.  Call
11079         'loop' at each iteration.
11080         * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
11081         threads have started, instead of hardcoding number of "next"
11082         steps.  Use an access watchpoint instead of a write watchpoint.
11083
11084 2015-01-09  Pedro Alves  <palves@redhat.com>
11085
11086         * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
11087         (thread_func): Wait on barrier.
11088         (main): Wait for all threads to start before stopping GDB.
11089         * gdb.threads/siginfo-threads.c (threads_started_barrier): New
11090         global.
11091         (thread1_func, thread2_func): Wait on barrier.
11092         (main): Wait for all threads to start before stopping GDB.
11093         * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
11094         New global.
11095         (thread1_func, thread2_func): Wait on barrier.
11096         (main): Wait for all threads to start before stopping GDB.
11097
11098 2015-01-09  Pedro Alves  <palves@redhat.com>
11099
11100         * gdb.threads/attach-many-short-lived-threads.c: New file.
11101         * gdb.threads/attach-many-short-lived-threads.exp: New file.
11102
11103 2014-01-09  Pedro Alves  <palves@redhat.com>
11104
11105         * gdb.threads/fork-thread-pending.exp: Switch to the main thread
11106         instead of to thread 2.
11107         * gdb.threads/signal-command-multiple-signals-pending.c (main):
11108         Add barrier around each pthread_create call instead of around all
11109         calls.
11110         * gdb.threads/signal-command-multiple-signals-pending.exp (test):
11111         Set a break on thread_function and have the child threads hit it
11112         one at at a time.
11113
11114 2015-01-09  Pedro Alves  <palves@redhat.com>
11115
11116         * lib/gdb.exp (can_spawn_for_attach): New procedure.
11117         (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
11118         false.
11119         * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11120         checking whether the target board is remote.
11121         * gdb.multi/multi-attach.exp: Likewise.
11122         * gdb.python/py-sync-interp.exp: Likewise.
11123         * gdb.server/ext-attach.exp: Likewise.
11124         * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
11125         tests that need to attach, instead of checking whether the target
11126         board is remote at the top of the file.
11127
11128 2015-01-08  Yao Qi  <yao@codesourcery.com>
11129
11130         * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
11131
11132 2015-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
11133
11134         Fix testcase compilation.
11135         * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
11136
11137 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
11138
11139         * gdb.python/py-type.exp: Add a couple test about empty
11140         array creation, and negative-length array creation.
11141
11142 2015-01-02  Doug Evans  <xdje42@gmail.com>
11143
11144         * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11145
11146 2015-01-02  Doug Evans  <dje@google.com>
11147
11148         * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11149
11150 2014-12-29  Yao Qi  <yao@codesourcery.com>
11151
11152         * gdb.trace/entry-values.exp: Update comments.  Rename variable
11153         bar_call_foo to returned_from_foo.
11154
11155 2014-12-20  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
11156
11157         PR gdb/17394
11158         * gdb.linespec/break-asm-file.c: New file.
11159         * gdb.linespec/break-asm-file.exp: New file.
11160         * gdb.linespec/break-asm-file0.s: New file.
11161         * gdb.linespec/break-asm-file1.s: New file.
11162
11163 2014-12-18  Nigel Stephens  <nigel@mips.com>
11164             Maciej W. Rozycki  <macro@codesourcery.com>
11165
11166         * gdb.base/float.exp: Handle the new output from "info float" on
11167         MIPS targets.
11168
11169 2014-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11170
11171         Fix MinGW compilation.
11172         * gdb.compile/compile-ops.exp: Update untested message if
11173         !skip_compile_feature_tests.
11174         * gdb.compile/compile-setjmp.exp: Likewise.
11175         * gdb.compile/compile-tls.exp: Likewise.
11176         * gdb.compile/compile.exp: Likewise.
11177         * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11178         supported on this host".
11179
11180 2014-12-16  Doug Evans  <xdje42@gmail.com>
11181
11182         * boards/stabs.exp: New file.
11183
11184 2014-12-16  Andreas Arnez  <arnez@vnet.linux.ibm.com>
11185
11186         * gdb.base/completion.exp: Adjust to format changes of "maint
11187         print user-registers".
11188
11189 2014-12-16  Catalin Udma  <catalin.udma@freescale.com>
11190
11191         PR server/17457
11192         * gdb.arch/aarch64-fp.c: New file.
11193         * gdb.arch/aarch64-fp.exp: New file.
11194
11195 2014-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
11196
11197         Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11198         r210637, r210913, r211666, r215400, r215817).
11199
11200         2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
11201                 * dg-extract-results.py: New file.
11202                 * dg-extract-results.sh: Use it if the environment seems
11203                 suitable.
11204
11205         2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
11206
11207                 * dg-extract-results.py (parse_run): Handle warnings that
11208                 are printed before a test harness is run.
11209
11210         2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
11211
11212                 * dg-extract-results.py (Named): Remove __cmp__ method.
11213                 (output_variation): Use a key to sort variation.harnesses.
11214
11215         2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
11216
11217                 * dg-extract-results.py: For Python 3, force sys.stdout to
11218                 handle surrogate escape sequences.
11219                 (safe_open): New function.
11220                 (output_segment, main): Use it.
11221
11222         2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
11223
11224                 * dg-extract-results.py (Prog.result_re): Include options
11225                 in test name.
11226
11227         2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
11228
11229                 * dg-extract-results.py (output_variation): Always sort if
11230                 do_sum.
11231
11232 2014-12-15  Simon Marchi  <simon.marchi@ericsson.com>
11233
11234         * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11235         as long as we get pagination notifications.
11236
11237 2014-12-15  Jason Merrill  <jason@redhat.com>
11238
11239         * Makefile.in (check-gdb.%): Restore.
11240         * README: Mention it.
11241
11242 2014-12-13  Joel Brobecker  <brobecker@adacore.com>
11243
11244         * gdb.ada/str_uninit: New testcase.
11245
11246 2014-12-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11247
11248         PR symtab/17642
11249         * gdb.base/vla-stub-define.c: New file.
11250         * gdb.base/vla-stub.c: New file.
11251         * gdb.base/vla-stub.exp: New file.
11252
11253 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
11254             Jan Kratochvil  <jan.kratochvil@redhat.com>
11255             Tom Tromey  <tromey@redhat.com>
11256
11257         * configure.ac: Add gdb.compile/.
11258         * configure: Regenerate.
11259         * gdb.compile/Makefile.in: New file.
11260         * gdb.compile/compile-ops.exp: New file.
11261         * gdb.compile/compile-ops.c: New file.
11262         * gdb.compile/compile-tls.c: New file.
11263         * gdb.compile/compile-tls.exp: New file.
11264         * gdb.compile/compile-constvar.S: New file.
11265         * gdb.compile/compile-constvar.c: New file.
11266         * gdb.compile/compile-mod.c: New file.
11267         * gdb.compile/compile-nodebug.c: New file.
11268         * gdb.compile/compile-setjmp-mod.c: New file.
11269         * gdb.compile/compile-setjmp.c: New file.
11270         * gdb.compile/compile-setjmp.exp: New file.
11271         * gdb.compile/compile-shlib.c: New file.
11272         * gdb.compile/compile.c: New file.
11273         * gdb.compile/compile.exp: New file.
11274         * lib/gdb.exp (skip_compile_feature_tests): New proc.
11275
11276 2014-12-12  Tom Tromey  <tromey@redhat.com>
11277
11278         * lib/dwarf.exp (_location): Ignore blank lines.  Allow comments.
11279         Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11280
11281 2014-12-12  Doug Evans  <dje@google.com>
11282
11283         * lib/gdb-python.exp (get_python_valueof): New function.
11284         * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11285
11286 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11287
11288         * gdb.base/completion.exp: Add test for completion of "info
11289         registers ".
11290
11291 2014-12-12  Maciej W. Rozycki  <macro@codesourcery.com>
11292
11293         * gdb.base/func-ptrs.c: New file.
11294         * gdb.base/func-ptrs.exp: New file.
11295
11296 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
11297
11298         PR breakpoints/17012
11299         * gdb.base/dprintf-detach.c: New file.
11300         * gdb.base/dprintf-detach.exp: New file.
11301
11302 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
11303
11304         * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11305         * lib/gdb.exp (target_is_gdbserver): New procedure.
11306
11307 2014-12-08  Doug Evans  <dje@google.com>
11308
11309         * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11310
11311 2014-12-05  Yao Qi  <yao@codesourcery.com>
11312
11313         * gdb.guile/scm-error.exp: Remove the third argument to
11314         gdb_remote_download.
11315         * gdb.guile/scm-frame-args.exp: Likewise.
11316         * gdb.guile/scm-section-script.exp: Likewise.
11317
11318 2014-12-05  Yao Qi  <yao@codesourcery.com>
11319
11320         * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11321
11322 2014-12-04  Doug Evans  <dje@google.com>
11323
11324         * gdb.python/py-objfile.exp: Add tests for
11325         objfile.add_separate_debug_file.
11326
11327 2014-12-04  Doug Evans  <dje@google.com>
11328
11329         * lib/gdb.exp (get_build_id): New function.
11330         (build_id_debug_filename_get): Rewrite to use it.
11331         * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11332
11333 2014-12-04  Maciej W. Rozycki  <macro@codesourcery.com>
11334
11335         * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11336         `method(long)', not just 0x0.
11337         * gdb.cp/nsalias.exp: Align code labels to 4.
11338         * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11339         * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11340         * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11341         * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11342         (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11343         * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11344
11345 2014-12-02  Doug Evans  <dje@google.com>
11346
11347         PR symtab/17602
11348         * gdb.cp/anon-ns.cc: Move guts of this file to ...
11349         * gdb.cp/anon-ns2.cc: ... here.  New file.
11350         * gdb.cp/anon-ns.exp: Update.
11351
11352 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
11353
11354         * gdb.python/py-events.py (inferior_call_handler): New.
11355         (register_changed_handler, memory_changed_handler): New.
11356         (test_events.invoke): Register new handlers.
11357         * gdb.python/py-events.exp: Add tests for inferior call,
11358         memory_changed and register_changed events.
11359
11360 2014-12-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11361
11362         * gdb.base/execl-update-breakpoints.exp: Specify the link address
11363         with '-Ttext-segment' instead of '-Ttext'.  Fall back to '-Ttext'
11364         if the linker doesn't understand this.
11365
11366 2014-12-01  Simon Marchi  <simon.marchi@ericsson.com>
11367
11368         * gdb.python/python.exp: Change expected reply to help().
11369
11370 2014-12-01  Yao Qi  <yao@codesourcery.com>
11371
11372         * configure.ac: Remove AC_ARG_ENABLE for gdbtk.  Don't invoke
11373         AC_CONFIG_SUBDIRS(gdb.gdbtk).
11374         * configure: Re-generated.
11375
11376 2014-11-28  Siva Chandra Reddy  <sivachandra@google.com>
11377
11378         * gdb.cp/chained-calls.cc: New file.
11379         * gdb.cp/chained-calls.exp: New file.
11380         * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11381
11382 2014-11-28  Simon Marchi  <simon.marchi@ericsson.com>
11383
11384         * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11385         * gdb.dwarf2/symtab-producer.exp: Same.
11386         * gdb.gdb/python-interrupts.exp: Same.
11387         * gdb.gdb/python-selftest.exp: Same.
11388         * gdb.python/py-linetable.exp: Same.
11389         * gdb.python/py-type.exp: Same.
11390         * gdb.python/py-value-cc.exp: Same.
11391         * gdb.python/py-value.exp: Same.
11392
11393 2014-11-28  Yao Qi  <yao@codesourcery.com>
11394
11395         * gdb.base/break-probes.exp: Match library name prefixed with
11396         sysroot.
11397
11398 2014-11-27  Simon Marchi  <simon.marchi@ericsson.com>
11399
11400         * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11401         test expected output.  Add parentheses for the call to print.
11402         Remove L suffix from integers.
11403
11404 2014-11-26  Doug Evans  <dje@google.com>
11405
11406         * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11407
11408 2014-11-22  Yao Qi  <yao@codesourcery.com>
11409
11410         * gdb.trace/entry-values.c: Remove asms.
11411         (foo): Add foo_label.
11412         (bar): Add bar_label.
11413         * gdb.trace/entry-values.exp: Remove code computing  foo's
11414         length and bar's length.
11415         (Dwarf::assemble): Invoke function_range for bar and use
11416         MACRO_AT_func for foo.
11417
11418 2014-11-22  Yao Qi  <yao@codesourcery.com>
11419
11420         * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11421         and .Lgcc43_procstart.  Use .Lgcc42_procstart instead of gcc42.
11422         Use .Lgcc43_procstart instead of gcc43.
11423
11424 2014-11-21  Joel Brobecker  <brobecker@adacore.com>
11425
11426         * gdb.ada/n_arr_bound: New testcase.
11427
11428 2014-11-20  Sergio Durigan Junior  <sergiodj@redhat.com>
11429
11430         PR breakpoints/10737
11431         * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11432         test_catch_syscall_multi_arch.
11433         (test_catch_syscall_multi_arch): New function.
11434
11435 2014-11-20  Doug Evans  <xdje42@gmail.com>
11436
11437         * gdb.base/maint.exp: Update expected output.
11438
11439 2014-11-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11440
11441         * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11442         4-byte instruction on S390.
11443
11444 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
11445
11446         * gdb.ada/arr_arr: New testcase.
11447
11448 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
11449
11450         * gdb.ada/pkd_arr_elem: New Testcase.
11451
11452 2014-11-18  Luis Machado  <lgustavo@codesourcery.com>
11453
11454         * gdb.reverse/break-precsave: Expect completion message for
11455         core file reads.
11456         * gdb.reverse/consecutive-precsave.exp: Likewise.
11457         * gdb.reverse/finish-precsave.exp: Likewise.
11458         * gdb.reverse/i386-precsave.exp: Likewise.
11459         * gdb.reverse/machinestate-precsave.exp: Likewise.
11460         * gdb.reverse/sigall-precsave.exp: Likewise.
11461         * gdb.reverse/solib-precsave.exp: Likewise.
11462         * gdb.reverse/step-precsave.exp: Likewise.
11463         * gdb.reverse/until-precsave.exp: Likewise.
11464         * gdb.reverse/watch-precsave.exp: Likewise.
11465
11466 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11467
11468         * gdb.base/bp-permanent.c: Include unistd.h.
11469         * gdb.python/py-framefilter-mi.c (main): Add return type.
11470         * gdb.python/py-framefilter.c (main): Likewise.
11471         * gdb.trace/actions-changed.c (main): Likewise.
11472
11473 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11474
11475         * gdb.mi/until.c: Add eye-catchers.
11476         * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11477         line numbers.
11478
11479 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11480
11481         * gdb.base/condbreak.exp: Drop references to removed non-prototype
11482         function header variants in break1.c.
11483         * gdb.base/ena-dis-br.exp: Likewise.
11484         * gdb.base/hbreak2.exp: Likewise.
11485         * gdb.reverse/until-precsave.exp: Drop references to removed
11486         non-prototype function header variants in ur1.c.
11487         * gdb.reverse/until-reverse.exp: Likewise.
11488
11489 2014-11-17  Petr Machata  <pmachata@redhat.com>
11490
11491         * lib/dwarf.exp  (Dwarf::cu, Dwarf::tu): Emit
11492         ${_cu_offset_size} bytes abbrev offset.
11493
11494 2014-11-15  Doug Evans  <xdje42@gmail.com>
11495
11496         PR symtab/17559
11497         * gdb.base/line-symtabs.exp: New file.
11498         * gdb.base/line-symtabs.c: New file.
11499         * gdb.base/line-symtabs.h: New file.
11500
11501 2014-11-14  Yao Qi  <yao@codesourcery.com>
11502
11503         * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11504         (func): Add label func_label.
11505         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11506         Replace low_pc and high_pc with MACRO_AT_range.
11507         Replace name, low_pc and high_pc with MACRO_AT_func.
11508
11509 2014-11-14  Yao Qi  <yao@codesourcery.com>
11510
11511         * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11512         Replace name, low_pc and high_pc with MACRO_AT_func.
11513
11514 2014-11-14  Yao Qi  <yao@codesourcery.com>
11515
11516         * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11517         produce debug information.
11518         * gdb.dwarf2/implptr-optimized-out.S: Removed.
11519
11520 2014-11-14  Yao Qi  <yao@codesourcery.com>
11521
11522         * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11523         object and get function length.
11524         (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11525         with MACRO_AT_func.
11526         (top-level): Replace gdb_compile and clean_restart with
11527         prepare_for_testing.
11528         * gdb.dwarf2/main.c (main): Add label main_label.
11529
11530 2014-11-14  Yao Qi  <yao@codesourcery.com>
11531
11532         * lib/dwarf.exp (function_range): New procedure.
11533         (Dwarf::_handle_macro_at_func): New procedure.
11534         (Dwarf::_handle_macro_at_range): New procedure.
11535         (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11536
11537 2014-11-14  Yao Qi  <yao@codesourcery.com>
11538
11539         * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11540         (_handle_attribute): New procedure.
11541
11542 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11543
11544         * gdb.ada/cond_lang/foo.c (callme): Add return type.
11545         * gdb.base/call-sc.c (zed): Likewise.
11546         * gdb.base/checkpoint.c (main): Likewise.
11547         * gdb.base/dump.c (main): Likewise.
11548         * gdb.base/gcore.c (main): Likewise.
11549         * gdb.base/huge.c (main): Likewise.
11550         * gdb.base/multi-forks.c (main): Likewise.
11551         * gdb.base/pr10179-a.c (main): Likewise.
11552         * gdb.base/savedregs.c (main): Likewise.
11553         * gdb.base/sigaltstack.c (main): Likewise.
11554         * gdb.base/siginfo.c (main): Likewise.
11555         * gdb.base/structs.c (zed): Likewise.
11556         * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11557         * gdb.mi/mi-syn-frame.c (main): Likewise.
11558         * gdb.mi/until.c (foo, main): Likewise.
11559         * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11560         * gdb.base/solib-weak.c (foo): Declare.
11561         * gdb.base/attach-twice.c: Include stdio.h.
11562         * gdb.base/weaklib1.c: Likewise.
11563         * gdb.base/weaklib2.c: Likewise.
11564         * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11565         * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11566         unistd.h.
11567         * gdb.base/attach-pie-misread.c: Include stdlib.h.
11568         * gdb.mi/mi-exit-code.c: Likewise.
11569         * gdb.base/break-interp-lib.c: Include string.h.
11570         * gdb.base/coremaker.c: Likewise.
11571         * gdb.base/testenv.c: Likewise.
11572         * gdb.python/py-finish-breakpoint.c: Likewise.
11573         * gdb.base/inferior-died.c: Include sys/wait.h.
11574         * gdb.base/fileio.c: Include time.h.
11575         * gdb.base/async-shell.c: Include unistd.h.
11576         * gdb.base/dprintf-non-stop.c: Likewise.
11577         * gdb.base/info-os.c: Likewise.
11578         * gdb.mi/mi-console.c: Likewise.
11579         * gdb.mi/watch-nonstop.c: Likewise.
11580         * gdb.python/py-events.c: Likewise.
11581         * gdb.base/async.c (baz): Move up before its invocation.
11582         * gdb.base/code_elim2.c (my_global_func): Likewise.
11583         * gdb.base/skip-solib-lib.c (multiply): Likewise.
11584         * gdb.base/advance.c (func2): Likewise.
11585
11586 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11587
11588         * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11589         variant.
11590         * gdb.base/annota3.c: Likewise.
11591         * gdb.base/async.c: Likewise.
11592         * gdb.base/average.c: Likewise.
11593         * gdb.base/call-ar-st.c: Likewise.
11594         * gdb.base/call-rt-st.c: Likewise.
11595         * gdb.base/call-sc.c: Likewise.
11596         * gdb.base/call-strs.c: Likewise.
11597         * gdb.base/ending-run.c: Likewise.
11598         * gdb.base/execd-prog.c: Likewise.
11599         * gdb.base/exprs.c: Likewise.
11600         * gdb.base/foll-exec.c: Likewise.
11601         * gdb.base/foll-fork.c: Likewise.
11602         * gdb.base/foll-vfork.c: Likewise.
11603         * gdb.base/funcargs.c: Likewise.
11604         * gdb.base/gcore.c: Likewise.
11605         * gdb.base/jump.c: Likewise.
11606         * gdb.base/langs0.c: Likewise.
11607         * gdb.base/langs1.c: Likewise.
11608         * gdb.base/langs2.c: Likewise.
11609         * gdb.base/mips_pro.c: Likewise.
11610         * gdb.base/nodebug.c: Likewise.
11611         * gdb.base/opaque0.c: Likewise.
11612         * gdb.base/opaque1.c: Likewise.
11613         * gdb.base/recurse.c: Likewise.
11614         * gdb.base/run.c: Likewise.
11615         * gdb.base/scope0.c: Likewise.
11616         * gdb.base/scope1.c: Likewise.
11617         * gdb.base/setshow.c: Likewise.
11618         * gdb.base/setvar.c: Likewise.
11619         * gdb.base/shmain.c: Likewise.
11620         * gdb.base/shr1.c: Likewise.
11621         * gdb.base/shr2.c: Likewise.
11622         * gdb.base/sigall.c: Likewise.
11623         * gdb.base/signals.c: Likewise.
11624         * gdb.base/so-indr-cl.c: Likewise.
11625         * gdb.base/solib2.c: Likewise.
11626         * gdb.base/structs.c: Likewise.
11627         * gdb.base/sum.c: Likewise.
11628         * gdb.base/vforked-prog.c: Likewise.
11629         * gdb.base/watchpoint.c: Likewise.
11630         * gdb.reverse/shr2.c: Likewise.
11631         * gdb.reverse/until-reverse.c: Likewise.
11632         * gdb.reverse/ur1.c: Likewise.
11633         * gdb.reverse/watch-reverse.c: Likewise.
11634
11635 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11636
11637         * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11638         variant.
11639         * gdb.base/sepdebug.exp: Drop references to removed code.
11640
11641 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11642
11643         * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
11644         variant.  Preserve original line numbering.
11645         * gdb.base/list1.c: Likewise.
11646
11647 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11648
11649         * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
11650         variant.
11651         * gdb.base/break1.c: Likewise.
11652         * gdb.base/break.exp: Drop references to removed code.
11653
11654 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11655
11656         * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11657         variant.
11658
11659 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11660
11661         * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11662
11663 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11664
11665         * gdb.base/callfuncs.exp: Remove 'prototypes' variable.  Move main
11666         logic into perform_all_tests() and invoke it with and without
11667         function header prototypes.
11668         (do_function_calls): Remove conditional XFAIL for PR 5318.
11669         (rerun_and_prepare): Remove duplicate code.
11670         (perform_all_tests): New.  Main logic moved here.
11671
11672 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11673
11674         * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11675         code guarded by #ifdef NO_PROTOTYPES.
11676         (t_double_many_args): Likewise.
11677         (DEF_FUNC_MANY_ARGS_1): Likewise.
11678         (DEF_FUNC_VALUES_1): Likewise.
11679         (t_structs_ldc): Renamed from t_structs_fc in conditional code
11680         guarded by #ifdef PROTOTYPES.
11681
11682 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11683
11684         * gdb.mi/mi-console.c: Add eye-catcher.
11685         * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11686         instead of literal line number.
11687
11688 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11689
11690         * gdb.base/shr2.c: Add eye-catcher.
11691         * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11692         line number.
11693
11694 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11695
11696         * gdb.base/jump.c: Add eye-catchers.
11697         * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11698         numbers.
11699
11700 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11701
11702         * gdb.base/execd-prog.c: Add eye-catchers.
11703         * gdb.base/foll-exec.c: Likewise.
11704         * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11705         line numbers.
11706
11707 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11708
11709         * gdb.base/ending-run.c: Add eye-catchers.
11710         * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11711         literal line numbers.
11712
11713 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11714
11715         * gdb.base/call-rt-st.c: Add eye-catchers.
11716         * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11717         literal line numbers.
11718
11719 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11720
11721         * gdb.base/call-ar-st.c: Add eye-catchers.
11722         * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11723         literal line numbers.
11724
11725 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11726
11727         * gdb.base/average.c: Add eye-catchers.
11728         * gdb.base/sum.c: Likewise.
11729         * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11730         regexps dynamically.
11731
11732 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11733
11734         * gdb.base/solib1.c: Add eye-catchers.
11735         * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11736         literal line numbers.
11737
11738 2014-11-12  Pedro Alves  <palves@redhat.com>
11739
11740         * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11741         leader has exited.
11742
11743 2014-11-12  Pedro Alves  <palves@redhat.com>
11744
11745         * gdb.arch/i386-bp_permanent.c: New file.
11746         * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11747         (srcfile): Set to i386-bp_permanent.c.
11748         (top level): Adjust to work in both 32-bit and 64-bit modes.  Test
11749         that stepi does not execute the 'leave' instruction, instead of
11750         testing it does execute.
11751         * gdb.base/bp-permanent.c: New file.
11752         * gdb.base/bp-permanent.exp: New file.
11753
11754 2014-11-10  Doug Evans  <xdje42@gmail.com>
11755
11756         PR symtab/17564
11757         * gdb.base/symtab-search-order.exp: New file.
11758         * gdb.base/symtab-search-order.c: New file.
11759         * gdb.base/symtab-search-order-1.c: New file.
11760         * gdb.base/symtab-search-order-shlib-1.c: New file.
11761
11762 2014-11-07  Pedro Alves  <palves@redhat.com>
11763
11764         PR gdb/17511
11765         * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11766         i?86-*-linux*.
11767
11768 2014-11-03  Siva Chandra Reddy  <sivachandra@google.com>
11769
11770         PR c++/17494
11771         * gdb.cp/pr17494.cc: New file.
11772         * gdb.cp/pr17494.exp: New file.
11773
11774 2014-11-02  Yao Qi  <yao@codesourcery.com>
11775
11776         * gdb.python/python.exp: Get working directory and match the
11777         output of "set extended-prompt \\w " with it.
11778
11779 2014-10-30  Doug Evans  <dje@google.com>
11780
11781         * gdb.python/py-objfile.exp: Add tests for setting random attributes
11782         in objfiles.
11783         * gdb.python/py-progspace.exp: Add tests for setting random attributes
11784         in progspaces.
11785
11786 2014-10-30  Janis Johnson  <janisjo@codesourcery.com>
11787
11788         * gdb.base/fullpath-expand.exp: Skip for a remote host.
11789         * gdb.base/realname-expand.exp: Likewise.
11790         * gdb.linespec/macro-relative.exp: Likewise.
11791
11792 2014-10-29  Pedro Alves  <palves@redhat.com>
11793
11794         PR gdb/17408
11795         * gdb.threads/schedlock.c (some_function): New function.
11796         (call_function): New global.
11797         (MAYBE_CALL_SOME_FUNCTION): New macro.
11798         (thread_function): Call it.
11799         * gdb.threads/schedlock.exp (get_args): Add description parameter,
11800         and use it instead of a global counter.  Adjust all callers.
11801         (get_current_thread): Use "find current thread" for test message
11802         here rather than having all callers pass down the same string.
11803         (goto_loop): New procedure, factored out from ...
11804         (my_continue): ... this.
11805         (step_ten_loops): Change parameter from test message to command to
11806         use.  Adjust.
11807         (list_count): Delete global.
11808         (check_result): New procedure, factored out from duplicate top
11809         level code.
11810         (continue tests): Wrap in with_test_prefix.
11811         (test_step): New procedure, factored out from duplicate top level
11812         code.
11813         (top level): Test "step" in combination with all scheduler-locking
11814         modes.  Test "next" in combination with all scheduler-locking
11815         modes, and in combination with stepping over a function call or
11816         not.
11817         * gdb.threads/next-bp-other-thread.c: New file.
11818         * gdb.threads/next-bp-other-thread.exp: New file.
11819
11820 2014-10-29  Pedro Alves  <palves@redhat.com>
11821
11822         PR python/17372
11823         * gdb.python/python.exp: Test a multi-line command that spawns
11824         interactive Python.
11825         * gdb.base/multi-line-starts-subshell.exp: New file.
11826
11827 2014-10-29  Yao Qi  <yao@codesourcery.com>
11828
11829         * gdb.base/fileio.exp: Make directories on host.
11830
11831 2014-10-29  Yao Qi  <yao@codesourcery.com>
11832
11833         * gdb.base/fileio.c (test_write): Close the file.
11834
11835 2014-10-28  Pedro Alves  <palves@redhat.com>
11836
11837         PR gdb/12623
11838         * gdb.base/sigstep.c (no_handler): New global.
11839         (main): If 'no_handler is true, set the signal handlers to
11840         SIG_IGN.
11841         * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11842         with_sw_watch and no_handler parameters.  Handle them.
11843         (top level) <stepping over handler when stopped at a breakpoint
11844         test>: Add a test axis for testing with a software watchpoint, and
11845         another for testing with the signal handler set to SIG_IGN.
11846         * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11847         * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11848
11849 2014-10-28  Pedro Alves  <palves@redhat.com>
11850
11851         PR gdb/17511
11852         * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11853         * gdb.base/sigstep.exp (other_handler_location): New global.
11854         (advance): Support stepping into the signal handler, and running
11855         commands while in the handler.
11856         (in_handler_map): New global.
11857         (top level): In the advance test, add combinations for getting
11858         into the handler with stepping commands, and for running commands
11859         in the handler.  Add comment descripting the advancei tests.
11860
11861 2014-10-28  Pedro Alves  <palves@redhat.com>
11862
11863         * gdb.base/sigstep.exp: Use build_executable instead of
11864         prepare_for_testing.
11865         (top level): Move code that starts GDB, runs to main and creates a
11866         display to ...
11867         (restart): ... this new procedure.
11868         (top level): Move backtrace from signal handler test to ...
11869         (validate_backtrace): ... this new procedure.
11870         (advance, advancei): Rename parameter from 'i' to 'cmd'.  Use
11871         with_test_prefix.  Always restart GDB.
11872         (skip_to_handler): Rename parameter from 'i' to 'cmd'.  Use
11873         with_test_prefix.  Always restart GDB.  No need to delete
11874         breakpoints after the test.
11875         (test_skip_handler): Remove prefix parameter.
11876         (skip_over_handler, breakpoint_to_handler)
11877         (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11878         parameter from 'i' to 'cmd'.  Use with_test_prefix.  Always
11879         restart GDB.  No need to delete breakpoints after the test.
11880         (top level): Use foreach to call the test procedures with
11881         different commands.
11882
11883 2014-10-28  Pedro Alves  <palves@redhat.com>
11884
11885         * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11886         instead of GNATS numbers.
11887         * gdb.base/sigbpt.exp: Likewise.
11888         * gdb.base/siginfo.exp: Likewise.
11889         * gdb.base/sigstep.exp: Likewise.
11890
11891 2014-10-27  Pedro Alves  <palves@redhat.com>
11892
11893         * gdb.base/sigstep.c (dummy): New global.
11894         (main): Issue a couple writes to the new global.
11895         * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11896         procedures.
11897         (skip_over_handler): Use test_skip_handler.
11898         (top level): Call skip_over_handler for stepi and nexti too.
11899         (breakpoint_over_handler): Use test_skip_handler.
11900         (top level): Call breakpoint_over_handler for stepi and nexti too.
11901
11902 2014-10-27  Yao Qi  <yao@codesourcery.com>
11903
11904         * gdb.trace/tfile.c (adjust_function_address)
11905         [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11906         function descriptor.
11907
11908 2014-10-24  Don Breazeal  <donb@codesourcery.com>
11909
11910         * gdb.base/foll-fork.exp (test_follow_fork,
11911         catch_fork_child_follow): Check for updated fork messages emitted
11912         from infrun.c.
11913         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11914         vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11915         vfork_and_exec_child_follow_through_step): Check for updated vfork
11916         messages emitted from infrun.c.
11917
11918 2014-10-24  Pedro Alves  <palves@redhat.com>
11919
11920         * gdb.base/corefile.exp: Remove references to ultrix.
11921         * gdb.base/interrupt.exp: Likewise.
11922         * gdb.base/whatis.exp: Likewise.
11923         * gdb.gdb/selftest.exp: Likewise.
11924         * gdb.threads/manythreads.exp: Likewise.
11925         * gdb.threads/print-threads.exp: Likewise.
11926         * gdb.threads/pthreads.exp:: Likewise.
11927         * gdb.threads/schedlock.exp: Likewise.
11928
11929 2014-10-24  Siva Chandra Reddy  <sivachandra@google.com>
11930
11931         * gdb.cp/non-trivial-retval.cc: Add a test case.
11932         * gdb.cp/non-trivial-retval.exp: Add a test.
11933
11934 2014-10-20  Yao Qi  <yao@codesourcery.com>
11935
11936         * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11937         * gdb.python/py-objfile-script-gdb.py: New file.
11938         * gdb.python/py-objfile-script.exp: Update reference to
11939         py-objfile-script-gdb.py.in.  Use gdb_remote_donwload instead
11940         of remote_download.  Remove the dest file.
11941
11942 2014-10-20  Yao Qi  <yao@codesourcery.com>
11943
11944         * gdb.base/checkpoint.exp: Don't remove file copied on host.
11945         * gdb.base/step-line.exp: Likewise.
11946         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11947         * gdb.dwarf2/dw2-basic.exp: Likewise.
11948         * gdb.dwarf2/dw2-compressed.exp: Likewise.
11949         * gdb.dwarf2/dw2-filename.exp: Likewise.
11950         * gdb.dwarf2/dw2-intercu.exp: Likewise.
11951         * gdb.dwarf2/dw2-intermix.exp: Likewise.
11952         * gdb.dwarf2/dw2-producer.exp: Likewise.
11953         * gdb.dwarf2/mac-fileno.exp: Likewise.
11954         * gdb.python/py-frame-args.exp: Likewise.
11955         * gdb.python/py-framefilter.exp: Likewise.
11956         * gdb.python/py-mi.exp: Likewise.
11957         * gdb.python/py-objfile-script.exp: Likewise
11958         * gdb.python/py-pp-integral.exp: Likewise.
11959         * gdb.python/py-pp-re-notag.exp: Likewise.
11960         * gdb.python/py-prettyprint.exp: Likewise.
11961         * gdb.python/py-section-script.exp: Likewise.
11962         * gdb.python/py-typeprint.exp: Likewise.
11963         * gdb.python/py-xmethods.exp: Likewise.
11964         * gdb.stabs/weird.exp: Likewise.
11965         * gdb.xml/tdesc-regs.exp: Likewise.
11966
11967 2014-10-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
11968
11969         * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11970         (out_cu): Use addr_len for the size of addresses.
11971         (out_line): Likewise.  Size DW_LNE_set_address instruction
11972         according to addr_len.
11973         * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11974         (FUNC): Add START_INSNS to definition.
11975
11976 2014-10-18  Yao Qi  <yao@codesourcery.com>
11977
11978         * gdb.base/argv0-symlink.exp: Check argv[0] value if
11979         gdb_has_argv0 return true.
11980         * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11981         check [target_info exists noargs], check [gdb_has_argv0]
11982         instead.
11983         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11984         * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11985         procedures.
11986
11987 2014-10-17  Doug Evans  <dje@google.com>
11988
11989         * gdb.python/py-events.exp: Update expected output for clear_objfiles
11990         event.
11991         * gdb.python/py-events.py: Add clear_objfiles event.
11992
11993 2014-10-17  Doug Evans  <dje@google.com>
11994
11995         * gdb.python/py-objfile.exp: Test progspace attribute.
11996
11997 2014-10-17  Luis Machado  <lgustavo@codesourcery.com>
11998
11999         * gdb.guile/scm-breakpoint.exp: Do not assume any
12000         directory separators when matching source file paths.
12001         * gdb.python/py-breakpoint.exp: Likewise.
12002         * gdb.reverse/break-precsave.exp: Likewise.
12003         * gdb.reverse/break-reverse.exp: Likewise.
12004         * gdb.reverse/consecutive-precsave.exp: Likewise.
12005         * gdb.reverse/finish-precsave.exp: Likewise.
12006         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
12007         * gdb.reverse/finish-reverse.exp: Likewise.
12008         * gdb.reverse/i386-precsave.exp: Likewise.
12009         * gdb.reverse/i387-env-reverse.exp: Likewise.
12010         * gdb.reverse/i387-stack-reverse.exp: Likewise.
12011         * gdb.reverse/machinestate-precsave.exp: Likewise.
12012         * gdb.reverse/machinestate.exp: Likewise.
12013         * gdb.reverse/sigall-precsave.exp: Likewise.
12014         * gdb.reverse/solib-precsave.exp: Likewise.
12015         * gdb.reverse/step-precsave.exp: Likewise.
12016         * gdb.reverse/until-precsave.exp: Likewise.
12017         * gdb.reverse/watch-precsave.exp: Likewise.
12018         * gdb.reverse/watch-reverse.exp: Likewise.
12019
12020 2014-10-17  Yao Qi  <yao@codesourcery.com>
12021
12022         * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
12023         * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
12024
12025 2014-10-17  Pedro Alves  <palves@redhat.com>
12026
12027         PR gdb/17471
12028         * gdb.base/bg-execution-repeat.c: New file.
12029         * gdb.base/bg-execution-repeat.exp: New file.
12030
12031 2014-10-17  Pedro Alves  <palves@redhat.com>
12032
12033         PR gdb/17300
12034         * gdb.base/continue-all-already-running.c: New file.
12035         * gdb.base/continue-all-already-running.exp: New file.
12036
12037 2014-10-17  Pedro Alves  <palves@redhat.com>
12038
12039         PR gdb/17472
12040         * gdb.base/annota-input-while-running.c: New file.
12041         * gdb.base/annota-input-while-running.exp: New file.
12042
12043 2014-10-17  Pedro Alves  <palves@redhat.com>
12044
12045         * gdb.base/callfuncs.exp: emove references to osf.
12046         * gdb.base/sigall.exp: Likewise.
12047         * gdb.gdb/selftest.exp: Likewise.
12048         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12049         * gdb.mi/non-stop.c: Likewise.
12050         * gdb.mi/pthreads.c: Likewise.
12051         * gdb.reverse/sigall-precsave.exp: Likewise.
12052         * gdb.reverse/sigall-reverse.exp: Likewise.
12053         * gdb.threads/pthreads.c: Likewise.
12054         * gdb.threads/pthreads.exp: Likewise.
12055
12056 2014-10-17  Yao Qi  <yao@codesourcery.com>
12057
12058         * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
12059         check 'target_info exists noargs'.
12060         (test_command_prompt_position): Likewise.
12061         (progvar_simple_if_test): Don't check 'target_info exists noargs'.
12062         Remove "set args".
12063         (progvar_simple_while_test): Likewise.
12064         (progvar_complex_if_while_test): Likewise.
12065         (if_while_breakpoint_command_test): Likewise.
12066         (infrun_breakpoint_command_test): Likewise.
12067         (breakpoint_command_test): Likewise.
12068         (watchpoint_command_test): Likewise.
12069         (bp_deleted_in_command_test): Likewise.
12070         (temporary_breakpoint_commands): Likewise.
12071
12072 2014-10-16  Yao Qi  <yao@codesourcery.com>
12073
12074         * gdb.base/remotetimeout.exp: Remove noargs checking.
12075
12076 2014-10-15  Pedro Alves  <palves@redhat.com>
12077
12078         PR breakpoints/9649
12079         * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
12080         * gdb.base/breakpoint-in-ro-region.exp
12081         (probe_target_hardware_step): New procedure.
12082         (top level): Probe hardware stepping and hardware breakpoint
12083         support.  Test stepping through a read-only region, with both
12084         "breakpoint auto-hw" on and off and both "always-inserted" on and
12085         off.
12086
12087 2014-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
12088
12089         * gdb.dlang/demangle.exp: Update for demangling changes.
12090
12091 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
12092
12093         * gdb.cp/non-trivial-retval.cc: Add new test cases.
12094         * gdb.cp/non-trivial-retval.exp: Add new tests.
12095
12096 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
12097
12098         PR c++/13403
12099         PR c++/15154
12100         * gdb.cp/non-trivial-retval.cc: New file.
12101         * gdb.cp/non-trivial-retval.exp: New file.
12102
12103 2014-10-15  Yao Qi  <yao@codesourcery.com>
12104
12105         * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
12106         remote host.
12107
12108 2014-10-15  Yao Qi  <yao@codesourcery.com>
12109
12110         * gdb.python/py-symbol.exp: Match file base name if host is
12111         remote, otherwise match file name with dir name.
12112         * gdb.python/py-symtab.exp: Likewise.
12113         * gdb.python/python.exp: Likewise.
12114
12115 2014-10-15  Yao Qi  <yao@codesourcery.com>
12116
12117         * gdb.python/py-symbol.exp: Remove trailing ".*" in the
12118         pattern.
12119         * gdb.python/py-symtab.exp: Likewise.
12120         * gdb.python/python.exp: Remove trailing ".*".  Fix typo
12121         locationn.
12122
12123 2014-10-14  Joel Brobecker  <brobecker@adacore.com>
12124
12125         * gdb.ada/addr_arith: New testcase.
12126
12127 2014-10-14  Maciej W. Rozycki  <macro@codesourcery.com>
12128
12129         * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
12130         * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
12131         * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
12132         * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
12133
12134 2014-10-14  Sergio Durigan Junior  <sergiodj@redhat.com>
12135
12136         * gdb.arch/stap-eval-lang-ada.S: Likewise.
12137         * gdb.arch/stap-eval-lang-ada.c: Likewise.
12138         * gdb.arch/stap-eval-lang-ada.exp: New file.
12139
12140 2014-10-14  Yao Qi  <yao@codesourcery.com>
12141
12142         * gdb.mi/mi-var-child.c (nothing1): New function.
12143         (nothing2): New function.
12144         (do_children_tests): Set function pointers by nothing1 and
12145         nothing2.
12146         * gdb.mi/mi-var-child.exp: Step over new added statements.
12147         Update test to match the new output.
12148         * gdb.mi/var-cmd.c (nothing1): New function.
12149         (nothing2): New function.
12150         (do_children_tests): Set function pointers by  nothing1 and
12151         nothing2.
12152         * gdb.mi/mi-var-display.exp: Update test to match output.
12153         Step to the line specified by $line_dct_nothing.
12154         Increase the number of lines to step.
12155
12156 2014-10-14  Yao Qi  <yao@codesourcery.com>
12157
12158         * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12159         tests.
12160         * gdb.mi/mi2-var-child.exp: Likewise.
12161
12162 2014-10-13  Doug Evans  <dje@google.com>
12163
12164         * gdb.python/py-objfile.exp: Change name of file name test.
12165
12166 2014-10-13  Doug Evans  <dje@google.com>
12167
12168         * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12169         from the start of the CU.
12170
12171 2014-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
12172             Yao Qi  <yao@codesourcery.com>
12173
12174         Fix "save breakpoints" for "catch" command.
12175         * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12176         Remove -nonewline.  Match also the added "main" line.
12177
12178 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12179
12180         Fix "save breakpoints" for "disable $bpnum" command.
12181         * gdb.base/save-bp.c (main): Add label.
12182         * gdb.base/save-bp.exp: Add 8th disabled breakpoint.  Match it.
12183
12184 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12185
12186         * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12187
12188 2014-10-11  Yao Qi  <yao@codesourcery.com>
12189
12190         * gdb.server/server-kill.exp: Execute command
12191         "set remote trace-status-packet on" before "tstatus".
12192
12193 2014-10-11  Yao Qi  <yao@codesourcery.com>
12194
12195         * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12196         (main): Call getppid.
12197         * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12198         and continue to it.  Read variable "server_pid".
12199
12200 2014-10-11  Yao Qi  <yao@codesourcery.com>
12201
12202         * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12203
12204 2014-10-11  Yao Qi  <yao@codesourcery.com>
12205
12206         * gdb.threads/thread-find.exp: Don't execute command
12207         "info threads".
12208         * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12209         * gdb.threads/linux-dp.exp: Don't check the condition
12210         $threads_created equals to zero.
12211
12212 2014-10-10  Pedro Alves  <palves@redhat.com>
12213
12214         * gdb.base/bigcore.exp: Remove references to IRIX.
12215         * gdb.base/funcargs.exp: Likewise.
12216         * gdb.base/interrupt.exp: Likewise.
12217         * gdb.base/mips_pro.exp: Likewise.
12218         * gdb.base/nodebug.exp: Likewise.
12219         * gdb.base/setvar.exp: Likewise.
12220         * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12221
12222 2014-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
12223             Pedro Alves  <palves@redhat.com>
12224
12225         PR symtab/14466
12226         * gdb.base/vdso-warning.c: New file.
12227         * gdb.base/vdso-warning.exp: New file.
12228
12229 2014-10-02  Doug Evans  <dje@google.com>
12230
12231         * gdb.base/structs.c (main): Don't run forever.
12232
12233 2014-10-02  Pedro Alves  <palves@redhat.com>
12234
12235         * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12236         (top level) <stop threads 1, stop threads 2>: Use it.
12237
12238 2014-10-02  Pedro Alves  <palves@redhat.com>
12239
12240         * gdb.threads/break-while-running.exp (test): Add new
12241         'update_thread_list' argument.  Skip "info threads" if false.
12242         (top level): Add new 'update_thread_list' axis.
12243
12244 2014-10-02  Pedro Alves  <palves@redhat.com>
12245
12246         PR breakpoints/17431
12247         * gdb.base/execl-update-breakpoints.c: New file.
12248         * gdb.base/execl-update-breakpoints.exp: New file.
12249
12250 2014-10-01  Pedro Alves  <palves@redhat.com>
12251
12252         * gdb.base/breakpoint-in-ro-region.c: New file.
12253         * gdb.base/breakpoint-in-ro-region.exp: New file.
12254
12255 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
12256
12257         * gdb.mi/mi-exit-code.exp: New file.
12258         * gdb.mi/mi-exit-code.c: New file.
12259
12260 2014-09-30  Yao Qi  <yao@codesourcery.com>
12261
12262         * lib/prelink-support.exp (build_executable_own_libs): Error if
12263         the target isn't native.
12264
12265 2014-09-30  Yao Qi  <yao@codesourcery.com>
12266
12267         * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12268         false.
12269
12270 2014-09-22  Pedro Alves  <palves@redhat.com>
12271
12272         * gdb.threads/break-while-running.exp: New file.
12273         * gdb.threads/break-while-running.c: New file.
12274
12275 2014-09-19  Yao Qi  <yao@codesourcery.com>
12276
12277         * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12278         Invoke test.  Restart GDB with --readnow and invoke test again.
12279
12280 2014-09-19  Yao Qi  <yao@codesourcery.com>
12281
12282         * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12283         proc set_breakpoint_on_gcd_function.  Invoke
12284         set_breakpoint_on_gcd_function.  Restart GDB with --readnow and
12285         invoke set_breakpoint_on_gcd_function again.
12286
12287 2014-09-18  Doug Evans  <dje@google.com>
12288
12289         * gdb.dwarf2/symtab-producer.exp: New file.
12290
12291 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12292
12293         * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12294         * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12295         * gdb.base/global-var-nested-by-dso.c: Likewise.
12296         * gdb.base/global-var-nested-by-dso.exp: Likewise.
12297
12298 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12299             Pedro Alves  <palves@redhat.com>
12300
12301         * gdb.base/watch-bitfields.exp: Pass string other than test file
12302         name to prepare_for_testing.
12303         (watch): New procedure.
12304         (expect_watchpoint): Use with_test_prefix.
12305         (top level): Factor out tests to ...
12306         (test_watch_location, test_regular_watch): ... these new
12307         procedures, and use with_test_prefix and gdb_continue_to_end.
12308
12309 2014-09-16  Patrick Palka  <patrick@parcs.ath.cx>
12310
12311         PR breakpoints/12526
12312         * gdb.base/watch-bitfields.exp: New file.
12313         * gdb.base/watch-bitfields.c: New file.
12314
12315 2014-09-16  Pedro Alves  <palves@redhat.com>
12316
12317         * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12318         software and hardware addresses, not software address against
12319         itself.
12320
12321 2014-09-16  Pedro Alves  <palves@redhat.com>
12322
12323         * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12324         * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12325
12326 2014-09-16  Pedro Alves  <palves@redhat.com>
12327
12328         * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12329         files.
12330         * gdb.base/a2-run.exp: Remove all code guarded by istarget
12331         "*-*-vxworks*" throughout.
12332         * gdb.base/break.exp: Likewise.
12333         * gdb.base/default.exp: Likewise.
12334         * gdb.base/scope.exp: Likewise.
12335         * gdb.base/sepdebug.exp: Likewise.
12336         * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12337         throughout.
12338         * gdb.base/run.c: Likewise.
12339         * gdb.base/sepdebug.c: Likewise.
12340         * gdb.hp/gdb.aCC/run.c: Likewise.
12341         * gdb.reverse/until-reverse.c: Likewise.
12342         * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12343
12344 2014-09-16  Yao Qi  <yao@codesourcery.com>
12345
12346         * boards/local-remote-host-native.exp: New file.
12347
12348 2014-09-14  Doug Evans  <xdje42@gmail.com>
12349
12350         * gdb.threads/queue-signal.c (thread_count): New variable.
12351         (thread_count_mutex, thread_count_condvar): New variables.
12352         (incr_thread_count, wait_all_threads_running): New functions.
12353         (main): Wait for all threads to be in their thread functions.
12354
12355 2014-09-13  Doug Evans  <xdje42@gmail.com>
12356
12357         * gdb.threads/queue-signal.c: New file.
12358         * gdb.threads/queue-signal.exp: New file.
12359
12360 2014-09-13  Doug Evans  <xdje42@gmail.com>
12361
12362         * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12363         be consistent with what default_gdb_init uses.
12364         (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12365         the plain text of the prompt.  Add some logging printfs.
12366         * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12367
12368 2014-09-12  Pedro Alves  <palves@redhat.com>
12369
12370         * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12371         gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12372         * gdb.arch/i386-size-overlap.exp: Likewise.
12373         * gdb.arch/i386-size.exp: Likewise.
12374         * gdb.arch/i386-unwind.exp: Likewise.
12375         * gdb.base/a2-run.exp: Likewise.
12376         * gdb.base/break.exp: Likewise.
12377         * gdb.base/charset.exp: Likewise.
12378         * gdb.base/chng-syms.exp: Likewise.
12379         * gdb.base/commands.exp: Likewise.
12380         * gdb.base/dbx.exp: Likewise.
12381         * gdb.base/find.exp: Likewise.
12382         * gdb.base/funcargs.exp: Likewise.
12383         * gdb.base/jit-simple.exp: Likewise.
12384         * gdb.base/reread.exp: Likewise.
12385         * gdb.base/sepdebug.exp: Likewise.
12386         * gdb.base/step-bt.exp: Likewise.
12387         * gdb.cp/mb-inline.exp: Likewise.
12388         * gdb.cp/mb-templates.exp: Likewise.
12389         * gdb.objc/basicclass.exp: Likewise.
12390         * gdb.threads/killed.exp: Likewise.
12391
12392 2014-09-12  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
12393
12394         PR tdep/17379
12395         * gdb.arch/powerpc-stackless.S: New file.
12396         * gdb.arch/powerpc-stackless.exp: New file.
12397
12398 2014-09-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12399
12400         * gdb.base/attach.c: Include unistd.h.
12401         (main): Call alarm.  Add label postloop.
12402         * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12403         gdb_breakpoint, gdb_continue_to_breakpoint.
12404         (test_command_line_attach_run): Kill ${testpid} in one exit path.
12405
12406 2014-09-11  Pedro Alves  <palves@redhat.com>
12407
12408         PR gdb/17347
12409         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12410         * gdb.base/attach.exp (test_command_line_attach_run): New
12411         procedure.
12412         (top level): Call it.
12413
12414 2014-09-11  Pedro Alves  <palves@redhat.com>
12415
12416         * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12417         * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12418         (do_command_attach_tests): Use spawn_wait_for_attach.
12419         * gdb.base/solib-overlap.exp: Likewise.
12420         * gdb.multi/multi-attach.exp: Likewise.
12421         * gdb.python/py-prompt.exp: Likewise.
12422         * gdb.python/py-sync-interp.exp: Likewise.
12423         * gdb.server/ext-attach.exp: Likewise.
12424
12425 2014-09-11  Gabriel Krisman Bertazi  <gabriel@krisman.be>
12426
12427         * gdb.fortran/array-element.exp: Remove unexpected "continue"
12428         command in testcase.  Simplify testcase.
12429
12430 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
12431
12432         * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12433
12434 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
12435
12436         * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12437
12438 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
12439
12440         * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12441
12442 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
12443
12444         * gdb.dwarf2/dynarr-ptr.c: New file.
12445         * gdb.dwarf2/dynarr-ptr.exp: New file.
12446
12447 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12448
12449         * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12450         of 30 rather than hardcoding 120 for a slow test case.  Take the
12451         `gdb,timeout' target setting into account for this calculation.
12452         Don't extend the timeout for the test cases that don't need it.
12453
12454 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12455
12456         * gdb.reverse/sigall-reverse.exp: Increase the timeout by
12457         a factor of 2 for a slow test case.  Take the `gdb,timeout'
12458         target setting into account for this calculation.
12459         * gdb.reverse/until-precsave.exp: Increase the timeout by
12460         a factor of 15 and 3 respectively rather than adding 120
12461         for a pair of slow test cases.  Take the `gdb,timeout'
12462         target setting into account for this calculation.
12463
12464 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12465
12466         * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12467         timeout, don't pass one down to gdb_expect.
12468         (gdb_expect): Rework timeout selection.
12469
12470 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12471
12472         * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12473         exception on timeout.
12474         (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12475         (gdbserver_start_extended): Catch any `gdbserver_start' error
12476         exceptions.
12477         (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12478         * lib/mi-support.exp (mi_gdb_target_load): Catch any
12479         `gdbserver_gdb_load' error exceptions.
12480
12481 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12482
12483         * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12484         120 on waiting for the TCP socket to open.
12485
12486 2014-09-09  Doug Evans  <xdje42@gmail.com>
12487
12488         * gdb.base/default.exp (show_conv_list): Add _caller_is,
12489         _caller_matches, _any_caller_is, _any_caller_matches.
12490
12491 2014-09-09  Doug Evans  <xdje42@gmail.com>
12492
12493         * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12494
12495 2014-09-09  Yao Qi  <yao@codesourcery.com>
12496
12497         * gdb.mi/mi-var-display.exp: Set print symbol off.
12498
12499 2014-09-07  Gabriel Krisman Bertazi  <gabriel@krisman.be>
12500
12501         PR gdb/17035
12502         * gdb.base/commands.exp: Add tests to verify user-defined
12503         commands with empty bodies.
12504         * gdb.python/py-cmd.exp: Test that we don't show user-defined
12505         python commands in `show user command`.
12506         * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12507         scheme commands in `show user command`.
12508
12509 2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
12510
12511         PR python/17355
12512         * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12513         * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12514         * gdb.python/py-framefilter-invalidarg.exp: New file.
12515         * gdb.python/py-framefilter-invalidarg.py: New file.
12516
12517 2014-09-06  Doug Evans  <xdje42@gmail.com>
12518
12519         PR 15276
12520         * gdb.python/py-caller-is.c: New file.
12521         * gdb.python/py-caller-is.exp: New file.
12522
12523 2014-09-05  Sergio Durigan Junior  <sergiodj@redhat.com>
12524
12525         PR gdb/17235
12526         * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12527         * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12528
12529 2014-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
12530
12531         PR fortran/17237
12532         * gdb.fortran/print-formatted.exp: New file.
12533         * gdb.fortran/print-formatted.f90: Likewise.
12534
12535 2014-09-03  Sasha Smundak  <asmundak@google.com>
12536
12537         * gdb.python/py-frame.exp: Test Frame.read_register.
12538
12539 2014-09-03  Sergio Durigan Junior  <sergiodj@redhat.com>
12540
12541         PR python/16699
12542         * gdb.python/py-completion.exp: New file.
12543         * gdb.python/py-completion.py: Likewise.
12544
12545 2014-08-28  Doug Evans  <dje@google.com>
12546
12547         * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12548         eax,etc. are live with values set by gdb and thus the compiler can't
12549         use them.
12550         * gdb.arch/i386-pseudo.c (main): Ditto.
12551
12552 2014-08-27  Doug Evans  <dje@google.com>
12553
12554         * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12555
12556 2014-08-25  Doug Evans  <dje@google.com>
12557
12558         * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12559         (main): Ditto.
12560
12561 2014-08-25  Doug Evans  <dje@google.com>
12562
12563         * gdb.threads/thread-execl.exp: #include <stdio.h>.
12564
12565 2014-08-24  Yao Qi  <yao@codesourcery.com>
12566
12567         * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12568         symbol off.
12569         * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12570
12571 2014-08-22  Doug Evans  <dje@google.com>
12572
12573         PR 17276
12574         * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12575         * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12576         * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12577
12578 2014-08-22  Yao Qi  <yao@codesourcery.com>
12579
12580         * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12581         * gdb.python/py-finish-breakpoint2.exp: Likewise.
12582         * gdb.python/python.exp: Likewise.  Use .py file on the host
12583         instead of the build.
12584
12585 2014-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
12586
12587         * gdb.threads/gcore-stale-thread.c: New file.
12588         * gdb.threads/gcore-stale-thread.exp: New file.
12589
12590 2014-08-21  Pedro Alves  <palves@redhat.com>
12591
12592         * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12593         * gdb.base/gcore-relro-pie.exp: Likewise.
12594         * gdb.base/gcore-relro.exp: Likewise.
12595         * gdb.base/gcore.exp: Likewise.
12596         * gdb.base/print-symbol-loading.exp: Likewise.
12597         * gdb.threads/gcore-thread.exp: Likewise.
12598         * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12599
12600 2014-08-20  Pedro Alves  <palves@redhat.com>
12601             Jan Kratochvil  <jan.kratochvil@redhat.com>
12602
12603         * Makefile.in (EXTRA_RULES, CC): New variables, get from
12604         configure.
12605         (EXPECT): Handle READ1 being set.
12606         (all): Depend on EXTRA_RULES.
12607         (check-read1, expect-read1, read1.so, read1): New rules.
12608         * README (Testsuite Parameters): Document the READ1 make variable.
12609         (Race detection): New section.
12610         * configure: Regenerate.
12611         * configure.ac: If build==host==target, and running under a
12612         GNU/glibc system, add read1 to the extra Makefile rules.
12613         (EXTRA_RULES): AC_SUBST it.
12614         * lib/read1.c: New file.
12615
12616 2014-08-20  Joel Brobecker  <brobecker@adacore.com>
12617
12618         * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12619         the handling of variables declared as a typedef to an array
12620         which a DW_AT_data_location attribute.
12621
12622 2014-08-19  Andrew Burgess  <aburgess@broadcom.com>
12623             Pedro Alves  <palves@redhat.com>
12624
12625         PR symtab/14604
12626         PR symtab/14605
12627         * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12628         gdb_test.
12629
12630 2014-08-19  Pedro Alves  <palves@redhat.com>
12631
12632         * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12633
12634 2014-08-19  Yao Qi  <yao@codesourcery.com>
12635
12636         * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12637         right line.
12638
12639 2014-08-18  David Blaikie  <dblaikie@gmail.com>
12640
12641         * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12642
12643 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
12644
12645         * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
12646         attribute in array range.
12647
12648 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
12649
12650         * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
12651
12652 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
12653
12654         PR c++/17132
12655         * gdb.cp/pr17132.cc: New file.
12656         * gdb.cp/pr17132.exp: New file.
12657
12658 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
12659
12660         * gdb.python/py-xmethods.py (A_getarrayind)
12661         (E_method_char_worker.__call__, E_method_int_worker.__call__):
12662         Use 'print' with function call syntax.
12663         (E_method_matcher.match): Fix tab vs space indentation mixup.
12664
12665 2014-08-15  Yao Qi  <yao@codesourcery.com>
12666
12667         * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12668         false.
12669
12670 2014-08-15  Yao Qi  <yao@codesourcery.com>
12671
12672         * gdb.cp/casts.exp: Set print symbol off.
12673         * gdb.cp/class2.exp: Likewise.
12674         * gdb.cp/overload.exp: Likewise.
12675         * gdb.cp/templates.exp: Likewise.
12676
12677 2014-08-11  Doug Evans  <dje@google.com>
12678
12679         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12680         (test_load_shlib): Update.
12681
12682 2014-08-09  Yao Qi  <yao@codesourcery.com>
12683
12684         * gdb.base/display.exp: Invoke is_address_zero_readable.
12685         * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12686         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12687         * gdb.base/hbreak-unmapped.exp: Return if
12688         is_address_zero_readable returns true.
12689         * gdb.base/signest.exp: Likewise.
12690         * gdb.base/signull.exp: Likewise.
12691         * gdb.base/sigbpt.exp: Likewise.
12692         * gdb.guile/scm-disasm.exp: Do the test if
12693         is_address_zero_readable returns false.
12694         * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12695         * gdb.python/py-arch.exp: Likewise.
12696         * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12697         * lib/gdb.exp (is_address_zero_readable): New proc.
12698
12699 2014-08-09  Yao Qi  <yao@codesourcery.com>
12700
12701         PR testsuite/13443
12702         * gdb.mi/mi-var-display.exp: Make test messages unique.
12703
12704 2014-08-04  Tom Tromey  <tromey@redhat.com>
12705
12706         * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12707         target 0".
12708
12709 2014-08-04  Tom Tromey  <tromey@redhat.com>
12710
12711         * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12712         "target_resume".
12713
12714 2014-08-01  Joel Brobecker  <brobecker@adacore.com>
12715
12716         * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12717         inner_vla_struct_object_size.
12718         * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12719         as xfail.
12720
12721 2014-07-30  Pedro Alves  <palves@redhat.com>
12722
12723         * gdb.threads/signal-command-handle-nopass.exp (test): Add
12724         comment.
12725
12726 2014-07-29  Yao Qi  <yao@codesourcery.com>
12727
12728         PR gdb/17206
12729         * gdb.base/until-nodebug.exp: New.
12730
12731 2014-07-28  Doug Evans  <xdje42@gmail.com>
12732
12733         PR guile/17203
12734         * gdb.guile/scm-parameter.exp: Add tests for trying to create
12735         previously existing parameter, and previously ambiguously spelled
12736         parameter.
12737
12738 2014-07-28  Will Newton  <will.newton@linaro.org>
12739
12740         * gdb.base/varargs.exp: Remove KFAILs for ARM.
12741
12742 2014-07-26  Ludovic Courtès  <ludo@gnu.org>
12743             Doug Evans  <xdje42@gmail.com>
12744
12745         PR guile/17146
12746         * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12747
12748 2014-07-25  Pedro Alves  <palves@redhat.com>
12749
12750         * gdb.threads/signal-command-handle-nopass.c: New file.
12751         * gdb.threads/signal-command-handle-nopass.exp: New file.
12752         * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12753         * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12754         * gdb.threads/signal-delivered-right-thread.c: New file.
12755         * gdb.threads/signal-delivered-right-thread.exp: New file.
12756
12757 2014-07-25  Pedro Alves  <palves@redhat.com>
12758
12759         * gdb.base/double-prompt-target-event-error.exp
12760         (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12761         match.
12762         (cancel_pagination_in_target_event): Rework double prompt
12763         detection.
12764         * gdb.base/paginate-after-ctrl-c-running.exp
12765         (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12766         <return>' match.
12767         * gdb.base/paginate-bg-execution.exp
12768         (test_bg_execution_pagination_return)
12769         (test_bg_execution_pagination_cancel): Remove '-notransfer
12770         <return>' matches.
12771         * gdb.base/paginate-execution-startup.exp
12772         (test_fg_execution_pagination_return)
12773         (test_fg_execution_pagination_cancel): Remove '-notransfer
12774         <return>' matches.
12775         * gdb.base/paginate-inferior-exit.exp
12776         (test_paginate_inferior_exited): Remove '-notransfer <return>'
12777         match.
12778         * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12779         * lib/gdb.exp (pagination_prompt): Run text through
12780         string_to_regexp.
12781         (gdb_test_multiple): Match $pagination_prompt instead of
12782         "<return>".
12783         (string_to_regexp): Move to lib/gdb-utils.exp.
12784
12785 2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12786
12787         * gdb.arch/amd64-entry-value-paramref.S: New file.
12788         * gdb.arch/amd64-entry-value-paramref.cc: New file.
12789         * gdb.arch/amd64-entry-value-paramref.exp: New file.
12790         * gdb.arch/amd64-optimout-repeat.S: New file.
12791         * gdb.arch/amd64-optimout-repeat.c: New file.
12792         * gdb.arch/amd64-optimout-repeat.exp: New file.
12793
12794 2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12795
12796         PR gdb/17170
12797         * gdb.base/statistics.exp: New file.
12798
12799 2014-07-17  Doug Evans  <dje@google.com>
12800
12801         PR gdb/17170
12802         * gdb.base/maint.exp: Update testing of per-command stats.
12803
12804 2014-07-16  Pedro Alves  <palves@redhat.com>
12805
12806         * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12807         (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12808         (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12809         (tfile_write_buf): New functions.
12810         (add_memory_block): Rewrite using the above.
12811         (adjust_function_address): New function.
12812         (FUNCTION_ADDRESS): New macro.
12813         (write_basic_trace_file): Remove short_x local, and use
12814         tfile_write_16. Change type of func_addr local to unsigned long
12815         long.  Use FUNCTION_ADDRESS instead of handling the Thumb bit
12816         here.  Cast argument of add_memory_block to char pointer.
12817         (write_error_trace_file): Avoid alloca.  Use FUNCTION_ADDRESS.
12818         (main): Remove parameters.
12819         * gdb.trace/tfile.exp: Remove nowarnings.
12820
12821 2014-07-15  Simon Marchi  <simon.marchi@ericsson.com>
12822
12823         * gdb.base/debug-expr.exp: Test string evaluation with
12824         "debug expression" on.
12825
12826 2014-07-15  Pedro Alves  <palves@redhat.com>
12827
12828         * gdb.base/reread.exp: Use clean_restart.
12829
12830 2014-07-15  Pierre Langlois  <pierre.langlois@embecosm.com>
12831
12832         * gdb.arch/avr-flash-qualifer.c: New.
12833         * gdb.arch/avr-flash-qualifer.exp: New.
12834
12835 2014-07-14  Pedro Alves  <palves@redhat.com>
12836
12837         * gdb.base/paginate-after-ctrl-c-running.c: New file.
12838         * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12839
12840 2014-07-14  Pedro Alves  <palves@redhat.com>
12841
12842         * gdb.base/double-prompt-target-event-error.c: New file.
12843         * gdb.base/double-prompt-target-event-error.exp: New file.
12844
12845 2014-07-14  Pedro Alves  <palves@redhat.com>
12846
12847         PR gdb/17072
12848         * gdb.base/paginate-inferior-exit.c: New file.
12849         * gdb.base/paginate-inferior-exit.exp: New file.
12850
12851 2014-07-14  Pedro Alves  <palves@redhat.com>
12852
12853         PR gdb/17072
12854         * gdb.base/paginate-bg-execution.c: New file.
12855         * gdb.base/paginate-bg-execution.exp: New file.
12856
12857 2014-07-14  Pedro Alves  <palves@redhat.com>
12858
12859         PR gdb/17072
12860         * gdb.base/paginate-execution-startup.c: New file.
12861         * gdb.base/paginate-execution-startup.exp: New file.
12862         * lib/gdb.exp (pagination_prompt): New global.
12863         (default_gdb_spawn): New procedure, factored out from
12864         default_gdb_spawn.
12865         (default_gdb_start): Adjust to call default_gdb_spawn.
12866         (gdb_spawn): New procedure.
12867
12868 2014-07-14  Pedro Alves  <palves@redhat.com>
12869
12870         * lib/gdb.exp (gdb_assert): New procedure.
12871         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12872
12873 2014-07-14  Pedro Alves  <palves@redhat.com>
12874
12875         * gdb.base/execution-termios.c: New file.
12876         * gdb.base/execution-termios.exp: New file.
12877
12878 2014-07-14  Tom Tromey  <tromey@redhat.com>
12879
12880         * gdb.cp/vla-cxx.cc: New file.
12881         * gdb.cp/vla-cxx.exp: New file.
12882
12883 2014-07-14  Tom Tromey  <tromey@redhat.com>
12884
12885         * gdb.reverse/rerun-prec.c: New file.
12886         * gdb.reverse/rerun-prec.exp: New file.
12887
12888 2014-07-12  Maciej W. Rozycki  <macro@mips.com>
12889             Maciej W. Rozycki  <macro@codesourcery.com>
12890
12891         * lib/gdb-utils.exp: New file.
12892         * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12893         inline `gdb_init_command' processing.
12894         (gdb_start_cmd): Likewise.
12895         * lib/mi-support.exp (mi_run_cmd): Likewise.
12896         * README: Document `gdb_init_command' and `gdb_init_commands'.
12897
12898 2014-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12899
12900         Fix false FAIL running under a very long directory name.
12901         * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12902         and "set print elements 10000".  Twice.
12903
12904 2014-07-11  Yao Qi  <yao@codesourcery.com>
12905
12906         * gdb.base/exprs.exp: "set print symbol off".
12907
12908 2014-07-11  Pedro Alves  <palves@redhat.com>
12909
12910         * gdb.threads/kill.c: New file.
12911         * gdb.threads/kill.exp: New file.
12912
12913 2014-07-10  Yao Qi  <yao@codesourcery.com>
12914
12915         * gdb.trace/tfile.c (write_basic_trace_file)
12916         [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12917         address written to trace file.
12918
12919 2014-07-09  Pedro Alves  <palves@redhat.com>
12920
12921         * gdb.base/attach-wait-input.exp: New file.
12922         * gdb.base/attach-wait-input.c: New file.
12923
12924 2014-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
12925
12926         * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12927         setting up test structures.
12928         (main): Call new test function.
12929         * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12930         test function, continue into test function and walk test
12931         structures.
12932
12933 2014-07-02  Yao Qi  <yao@codesourcery.com>
12934
12935         * gdb.trace/entry-values.c: Define labels 'foo_start' and
12936         'bar_start' at the beginning of functions 'foo' and 'bar'
12937         respectively.
12938         * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12939         instead of 'foo' and 'bar'.
12940
12941 2014-07-08  Markus Metzger  <markus.t.metzger@intel.com>
12942
12943         * gdb.btrace/segv.exp: New.
12944         * gdb.btrace/segv.c: New.
12945
12946 2014-07-02  Luis Machado  <lgustavo@codesourcery.com>
12947
12948         * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12949         instruction.
12950
12951 2014-06-30  Mark Wielaard  <mjw@redhat.com>
12952
12953         * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12954         vulture, vilify, villar): New volatile array constants.
12955         (vindictive, vegetation): New const volatile array constants.
12956         * gdb.base/volatile.exp: Test volatile and const volatile array
12957         types.
12958
12959 2014-06-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12960
12961         * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12962         target lacks support for awatch, rwatch, or hbreak.
12963
12964 2014-06-27  Yao Qi  <yao@codesourcery.com>
12965
12966         * gdb.multi/dummy-frame-restore.exp: New.
12967         * gdb.multi/dummy-frame-restore.c: New.
12968
12969 2014-06-25  Markus Metzger  <markus.t.metzger@intel.com>
12970
12971         * gdb.btrace/gcore.exp: New.
12972
12973 2014-06-23  Pedro Alves  <palves@redhat.com>
12974
12975         * gdb.base/watchpoint-reuse-slot.c: New file.
12976         * gdb.base/watchpoint-reuse-slot.exp: New file.
12977
12978 2014-06-23  Siva Chandra Reddy  <sivachandra@google.com>
12979
12980         * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12981         progspace's filename in 'info', 'enable' and 'disable' command
12982         tests.
12983
12984 2014-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
12985
12986         * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12987         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12988         * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12989
12990 2014-06-20  Gary Benson  <gbenson@redhat.com>
12991
12992         * gdb.arch/i386-avx.exp: Fix include file location.
12993         * gdb.arch/i386-sse.exp: Likewise.
12994
12995 2014-06-19  Iain Buclaw  <ibuclaw@gdcproject.org>
12996
12997         * gdb.dlang/expression.exp: New file.
12998
12999 2014-06-19  Pedro Alves  <palves@redhat.com>
13000
13001         * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13002         out from ...
13003         (top level): ... here.  Iterate running tests under different
13004         scheduler-locking settings.
13005
13006 2014-06-18  Luis Machado  <lgustavo@codesourcery.com>
13007
13008         * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
13009         to DW_FORM_addr and use non-zero addresses.
13010
13011 2014-06-18  Siva Chandra Reddy  <sivachandra@google.com>
13012
13013         PR gdb/17017
13014         * gdb.python/py-xmethods.cc: Add global function call counters and
13015         increment them in their respective functions.  Remove "cout"
13016         statements.
13017         * gdb.python/py-xmethods.exp: Make tests check the global function
13018         call counters instead of depending on inferior IO.
13019
13020 2014-06-18  Don Breazeal  <donb@codesourcery.com>
13021
13022         * gdb.base/foll-fork.exp (default_fork_parent_follow):
13023         Deleted procedure.
13024         (explicit_fork_parent_follow): Deleted procedure.
13025         (explicit_fork_child_follow): Deleted procedure.
13026         (test_follow_fork): New procedure.
13027         (do_fork_tests): Replace calls to deleted procedures with
13028         calls to test_follow_fork and reset GDB for subsequent
13029         procedure calls.
13030
13031 2014-06-17  Yao Qi  <yao@codesourcery.com>
13032
13033         * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
13034         CP1252.
13035
13036 2014-06-17  Luis Machado  <lgustavo@codesourcery.com>
13037
13038         * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
13039         Initialize ptr and S explicitly.
13040         (skip_type_update_when_not_use_rtti_test): Likewise.
13041
13042 2014-06-16  Keith Seitz  <keiths@redhat.com>
13043
13044         PR mi/15863
13045         * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
13046         the inferior is started.
13047
13048 2014-06-16  Pedro Alves  <palves@redhat.com>
13049
13050         * gdb.base/break-main-file-remove-fail.c: New file.
13051         * gdb.base/break-main-file-remove-fail.exp: New file.
13052         * gdb.base/break-unload-file.exp: Use build_executable instead of
13053         prepare_for_testing.
13054         (test_break): New parameter "initial_load".  Handle it.
13055         (top level): Add initial_load cmdline/file axis.
13056
13057 2014-06-12  Tom Tromey  <tromey@redhat.com>
13058
13059         * gdb.base/completion.exp: Don't use directory name in test.
13060
13061 2014-06-09  Gary Benson  <gbenson@redhat.com>
13062
13063         * gdb.base/sigall.c [Functions to send signals]: Reorder to
13064         separate the always-available ANSI-standard signals from the
13065         signals that require checking.
13066         (main): Likewise.
13067         * gdb.reverse/sigall-reverse.c [Functions to send signals]:
13068         Likewise.
13069         (main): Likewise.
13070
13071 2014-06-07  Keith Seitz  <keiths@redhat.com>
13072
13073         Revert:
13074         PR c++/16253
13075         * gdb.cp/var-tag.cc: New file.
13076         * gdb.cp/var-tag.exp: New file.
13077         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13078         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13079         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13080         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13081
13082 2014-06-06  Doug Evans  <xdje42@gmail.com>
13083
13084         * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
13085
13086 2014-06-06  Pedro Alves  <palves@redhat.com>
13087
13088         * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
13089         in target debug output instead of looking at RSP packets,
13090         disabling the test on any target that uses hardware stepping.
13091         Update comments.
13092
13093 2014-06-06  Pedro Alves  <palves@redhat.com>
13094
13095         * gdb.base/break-unload-file.exp: Fix typo.
13096
13097 2014-06-06  Yao Qi  <yao@codesourcery.com>
13098
13099         * gdb.base/jit.exp (one_jit_test): Restrict the pattern
13100         from "jit_function" to "^jit_function".
13101
13102 2014-06-06  Yao Qi  <yao@codesourcery.com>
13103
13104         * gdb.base/async.c (foo): Add one statement.
13105         * gdb.base/async.exp: Get the next instruction address and
13106         match the output of "nexti" by instruction address.  Match
13107         the hex address in the output of "finish".
13108
13109 2014-06-06  Gary Benson  <gbenson@redhat.com>
13110
13111         * gdb.base/call-signals.c: Remove preprocessor conditionals
13112         for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
13113         SIGSEGV and SIGTERM.
13114         * gdb.base/sigall.c: Likewise.
13115         * gdb.base/unwindonsignal.c: Likewise.
13116         * gdb.reverse/sigall-reverse.c: Likewise.
13117
13118 2014-06-06  Yao Qi  <yao@codesourcery.com>
13119
13120         * gdb.base/hbreak-unmapped.exp: Read memory at address 0.  If
13121         readable, skip the test.
13122
13123 2014-06-06  Yao Qi  <yao@codesourcery.com>
13124
13125         * gdb.threads/staticthreads.c (thread_function): Move the line
13126         setting breakpoint on forward.
13127         * gdb.threads/staticthreads.exp: Update comments.
13128
13129 2014-06-05  Ludovic Courtès  <ludo@gnu.org>
13130
13131         * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
13132         "history-append! type error".
13133
13134 2014-06-05  Simon Marchi  <simon.marchi@ericsson.com>
13135
13136         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
13137         erroneous dprintf expected input.
13138
13139 2014-06-04  Doug Evans  <xdje42@gmail.com>
13140
13141         * gdb.guile/scm-generics.exp: Delete.
13142
13143 2014-06-04  Doug Evans  <xdje42@gmail.com>
13144
13145         * gdb.guile/scm-breakpoint.exp: Update.
13146         Add tests for breakpoint registration.
13147
13148 2014-06-04  Tom Tromey  <tromey@redhat.com>
13149
13150         * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13151         VLA-in-union.
13152         * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13153         inner_vla_struct, vla_union types.  Initialize objects of those
13154         types and compute their sizes.
13155
13156 2014-06-04  Nathan Sidwell  <nathan@codesourcery.com>
13157             Hui Zhu  <hui@codesourcery.com>
13158
13159         * gdb.base/fileio.exp: Add test for shell not available as well as
13160         available.
13161         * gdb.base/fileio.c (test_system): Check for shell twice.
13162
13163 2014-06-04  Yao Qi  <yao@codesourcery.com>
13164
13165         * gdb.base/auto-connect-native-target.exp: Remove redundant
13166         space from the regexp pattern.
13167
13168 2014-06-04  Yao Qi  <yao@codesourcery.com>
13169
13170         * gdb.base/default.exp: Replace "child" with "native" in
13171         regexp pattern.
13172
13173 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
13174
13175         * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13176         * gdb.python/py-xmethods.exp: New tests to test xmethods.
13177         * gdb.python/py-xmethods.py: Python script supporting the
13178         new testcase and tests.
13179
13180 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
13181             Pedro Alves  <palves@redhat.com>
13182
13183         PR breakpoints/17000
13184         * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13185         * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13186
13187 2014-06-03  Brad Mouring  <bmouring@ni.com>  (tiny patch)
13188
13189         * gdb.base/subst.exp: Add tests to verify partial path matching
13190         output.
13191
13192 2014-06-03  Pedro Alves  <palves@redhat.com>
13193
13194         * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13195         target that doesn't use software single-stepping.
13196
13197 2014-06-03  Pedro Alves  <palves@redhat.com>
13198
13199         PR breakpoints/17000
13200         * gdb.base/sss-bp-on-user-bp-2.c: New file.
13201         * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13202
13203 2014-06-02  Doug Evans  <xdje42@gmail.com>
13204
13205         * gdb.guile/scm-parameter.exp: New file.
13206
13207 2014-06-02  Doug Evans  <xdje42@gmail.com>
13208
13209         * gdb.guile/scm-cmd.c: New file.
13210         * gdb.guile/scm-cmd.exp: New file.
13211
13212 2014-06-02  Doug Evans  <xdje42@gmail.com>
13213
13214         * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13215         pretty-printer lookup.
13216         * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13217         (make-pp_s-printer): Call it.
13218         (make-pretty-printer-from-dict): New function.
13219         (lookup-pretty-printer-maker-from-dict): New function.
13220         (*pretty-printer*): Simplify.
13221         (make-objfile-pp_s-printer): New function.
13222         (install-objfile-pretty-printers!): New function.
13223         (make-progspace-pp_s-printer): New function.
13224         (install-progspace-pretty-printers!): New function.
13225         * gdb.guile/scm-progspace.c: New file.
13226         * gdb.guile/scm-progspace.exp: New file.
13227
13228 2014-06-02  Pedro Alves  <palves@redhat.com>
13229
13230         * gdb.base/dprintf-bp-same-addr.c: New file.
13231         * gdb.base/dprintf-bp-same-addr.exp: New file.
13232
13233 2014-06-02  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
13234
13235         * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13236         * gdb.arch/powerpc-power.s: Likewise.
13237
13238 2014-06-02  Joel Brobecker  <brobecker@adacore.com>
13239
13240         * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13241
13242 2014-06-01  Yao Qi  <yao@codesourcery.com>
13243
13244         * gdb.base/watchpoint.exp (test_watch_location): Check null
13245         pointer can be dereferenced.  If not, do the test, otherwise
13246         skip it.
13247
13248 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
13249
13250         * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13251         results.
13252         * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13253
13254 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
13255
13256         * gdb.arch/amd64-invalid-stack-middle.S: New file.
13257         * gdb.arch/amd64-invalid-stack-middle.c: New file.
13258         * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13259         * gdb.arch/amd64-invalid-stack-top.c: New file.
13260         * gdb.arch/amd64-invalid-stack-top.exp: New file.
13261
13262 2014-05-30  Pedro Alves  <palves@redhat.com>
13263
13264         PR breakpoints/17000
13265         * gdb.base/sss-bp-on-user-bp.c: New file.
13266         * gdb.base/sss-bp-on-user-bp.exp: New file.
13267
13268 2014-05-30  David Blaikie  <dblaikie@gmail.com>
13269
13270         * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13271         gnu_inline semantics via attribute.
13272         * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13273         source explicitly specifies the required semantics.
13274
13275 2014-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
13276
13277         * gdb.reverse/sigall-reverse.exp: Fix a typo.
13278
13279 2014-05-29  Pedro Alves  <palves@redhat.com>
13280             Tom Tromey  <tromey@redhat.com>
13281
13282         * gdb.base/async-shell.exp: Don't enable target-async.
13283         * gdb.base/async.exp
13284         * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13285         parameter.  Adjust.
13286         (top level): Don't test with "target-async".
13287         * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13288         * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13289         * gdb.base/inferior-died.exp: Don't enable target-async.
13290         * gdb.base/interrupt-noterm.exp: Likewise.
13291         * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13292         * gdb.mi/mi-nonstop-exit.exp: Likewise.
13293         * gdb.mi/mi-nonstop.exp: Likewise.
13294         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13295         * gdb.mi/mi-nsintrall.exp: Likewise.
13296         * gdb.mi/mi-nsmoribund.exp: Likewise.
13297         * gdb.mi/mi-nsthrexec.exp: Likewise.
13298         * gdb.mi/mi-watch-nonstop.exp: Likewise.
13299         * gdb.multi/watchpoint-multi.exp: Adjust comment.
13300         * gdb.python/py-evsignal.exp: Don't enable target-async.
13301         * gdb.python/py-evthreads.exp: Likewise.
13302         * gdb.python/py-prompt.exp: Likewise.
13303         * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13304         * gdb.server/solib-list.exp: Don't enable target-async.
13305         * gdb.threads/thread-specific-bp.exp: Likewise.
13306         * lib/mi-support.exp: Adjust to use mi-async.
13307
13308 2014-05-29  Pedro Alves  <palves@redhat.com>
13309
13310         PR gdb/13860
13311         * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13312         reason, even in sync mode.
13313
13314 2014-05-29  Pedro Alves  <palves@redhat.com>
13315             Hui Zhu  <hui@codesourcery.com>
13316
13317         PR PR15693
13318         * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13319         * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13320         * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13321         * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13322
13323 2014-05-28  Joel Brobecker  <brobecker@adacore.com>
13324
13325         * config/monitor.exp (gdb_target_monitor): Replace use of
13326         "set remotebaud" by "set serial baud".
13327
13328 2014-05-26  Andy Wingo  <wingo@igalia.com>
13329
13330         * gdb.guile/scm-breakpoint.exp:
13331         * gdb.guile/scm-gsmob.exp: Update to use plain old object
13332         properties instead of gdb-object-properties.
13333
13334 2014-05-26  Yao Qi  <yao@codesourcery.com>
13335
13336         * gdb.server/no-thread-db.exp: Specify source file name
13337         explicitly when setting a breakpoint.
13338
13339 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
13340
13341         * gdb.btrace/vdso.c: New.
13342         * gdb.btrace/vdso.exp: New.
13343
13344 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
13345
13346         * gdb.base/gcore.exp (capture_command_output): Move ...
13347         * lib/gdb.exp (capture_command_output): ... here.
13348
13349 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
13350
13351         * gdb.btrace/data.exp: Test memory access during btrace replay.
13352
13353 2014-05-22  Simon Marchi  <simon.marchi@ericsson.com>
13354
13355         * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13356
13357 2014-05-21  Pedro Alves  <palves@redhat.com>
13358
13359         PR gdb/13860
13360         * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13361         (top level): Test that output related to execution commands is
13362         sent to the console with CLI commands, but not with MI commands.
13363         Test that breakpoint events are always mirrored to the console.
13364         Also expect the new source line to be output after a "next" in
13365         async mode too.  Make it a pass/fail test.
13366         * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13367         output.
13368         * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13369
13370 2014-05-21  Pedro Alves  <palves@redhat.com>
13371
13372         * gdb.base/list.exp (build_pattern, test_list): New procedures.
13373         Use them to test variations of "list" after reaching a breakpoint.
13374         * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13375         Test "list" with listsize 10 after reaching a breakpoint.
13376         * gdb.python/python.exp (decode_line current location line
13377         number): Adjust expected line number.
13378
13379 2014-05-21  Simon Marchi  <simon.marchi@ericsson.com>
13380
13381         * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13382         behavior for $args, pass it directly to "run".
13383
13384 2014-05-21  Maciej W. Rozycki  <macro@codesourcery.com>
13385
13386         * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13387         30000 to 65536.
13388
13389 2014-05-21  Pedro Alves  <palves@redhat.com>
13390
13391         * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13392         auto-connect-native-target off".
13393         * gdb.base/auto-connect-native-target.c: New file.
13394         * gdb.base/auto-connect-native-target.exp: New file.
13395
13396 2014-05-21  Pedro Alves  <palves@redhat.com>
13397
13398         * gdb.base/default.exp: Test "target native" instead of "target
13399         child".
13400
13401 2014-05-21  Mark Wielaard  <mjw@redhat.com>
13402
13403         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13404
13405 2014-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
13406
13407         Fix TLS access for -static -pthread.
13408         * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13409         <HAVE_TLS> (thread_function, main): Initialize it.
13410         * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13411         Add clean_restart.
13412         <$have_tls != "">: Check TLSVAR.
13413
13414 2014-05-21  Pedro Alves  <palves@redhat.com>
13415
13416         * gdb.base/dcache-line-read-error.c: New.
13417         * gdb.base/dcache-line-read-error.exp: New.
13418
13419 2014-05-20  Pedro Alves  <palves@redhat.com>
13420
13421         * gdb.base/compare-sections.c: New file.
13422         * gdb.base/compare-sections.exp: New file.
13423
13424 2014-05-20  Pedro Alves  <palves@redhat.com>
13425
13426         * gdb.base/break-idempotent.c: New file.
13427         * gdb.base/break-idempotent.exp: New file.
13428
13429 2014-05-20  Markus Metzger  <markus.t.metzger@intel.com>
13430
13431         * gdb.btrace/nohist.exp: New.
13432
13433 2014-05-20  Yao Qi  <yao@codesourcery.com>
13434
13435         * lib/gdb.exp (gdb_init): Set timeout if test file is under
13436         gdb.reverse directory and gdb_reverse_timeout exists in board
13437         setting.
13438         * README: Document gdb_reverse_timeout.
13439
13440 2014-05-20  Yao Qi  <yao@codesourcery.com>
13441
13442         * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13443         'test_file_name'.  Treat args as a string instead of a list.
13444         (gdb_init): Rename argument 'args' by 'test_file_name'.
13445
13446 2014-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
13447
13448         * gdb.arch/powerpc-power.exp: New file.
13449         * gdb.arch/powerpc-power.s: New file.
13450
13451 2014-05-16  Doug Evans  <dje@google.com>
13452
13453         * gdb.base/Makefile.in (EXECUTABLES): Add completion.
13454         * gdb.base/completion.exp: Check that all expected files exist
13455         before doing file completion.
13456
13457 2014-05-16  Doug Evans  <dje@google.com>
13458
13459         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13460         Update.
13461         (do_syscall_tests_without_xml): Update.
13462
13463 2014-05-16  Pedro Alves  <palves@redhat.com>
13464
13465         * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13466         instead of "unknown output after running".
13467
13468 2014-05-16  Yao Qi  <yao@codesourcery.com>
13469
13470         * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host.  Remove
13471         file1.txt from host at the end.
13472         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13473
13474 2014-05-15  Doug Evans  <dje@google.com>
13475
13476         * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13477         * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13478         loading file.  Add test for TU lookup.
13479
13480 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
13481
13482         * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13483         calling "-exec-arguments" or "set args" before running the
13484         inferior.
13485
13486 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
13487
13488         * lib/mi-support.exp (mi_expect_stop): Expect message for
13489         inferiors that exit with non-zero exit code.
13490
13491 2014-05-14  Yao Qi  <yao@codesourcery.com>
13492
13493         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13494         match absolute path on remote host.
13495         (test_file_list_exec_source_files): Remove "/" from the
13496         pattern.
13497
13498 2014-05-14  Yao Qi  <yao@codesourcery.com>
13499
13500         * boards/local-remote-host-notty.exp (${board}_file): New
13501         proc.
13502
13503 2014-05-07  Kyle McMartin  <kyle@redhat.com>
13504
13505         Pushed by Joel Brobecker  <brobecker@adacore.com>.
13506         * gdb.arch/aarch64-atomic-inst.c: New file.
13507         * gdb.arch/aarch64-atomic-inst.exp: New file.
13508
13509 2014-05-07  Yao Qi  <yao@codesourcery.com>
13510
13511         * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13512         in current context" too.
13513
13514 2014-05-05  Keith Seitz  <keiths@redhat.com>
13515
13516         * gdb.linespec/ls-dollar.exp: Add test for linespec
13517         file:convenience_variable.
13518
13519 2014-05-05  Yao Qi  <yao@codesourcery.com>
13520
13521         * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13522         traceframes into tfile and ctf trace files.  Read data from
13523         trace file and test collected data.
13524         (gdb_collect_locals_test): Likewise.
13525         (gdb_unavailable_registers_test): Likewise.
13526         (gdb_unavailable_floats): Likewise.
13527         (gdb_collect_globals_test): Likewise.
13528         (top-level): Append "ctf" to trace_file_targets if GDB
13529         supports.
13530
13531 2014-05-05  Yao Qi  <yao@codesourcery.com>
13532
13533         * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13534         code to ...
13535         (gdb_collect_args_test_1): ... it.  New proc.
13536         (gdb_collect_locals_test): Move some code to ...
13537         (gdb_collect_locals_test_1): ... it.  New proc.
13538         (gdb_unavailable_registers_test): Move some code to ...
13539         (gdb_unavailable_registers_test_1): ... it.  New proc.
13540         (gdb_unavailable_floats): Move some code to ...
13541         (gdb_unavailable_floats_1): ... it.  New proc.
13542
13543 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
13544
13545         * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13546         probes to test for bitness recognition.
13547         * gdb.arch/amd64-stap-optional-prefix.exp
13548         (test_probe_value_without_reg): New procedure.
13549         Add code to test for different kinds of bitness.
13550
13551 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
13552
13553         PR breakpoints/16889
13554         * gdb.arch/amd64-stap-optional-prefix.S: New file.
13555         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13556
13557 2014-05-01  Pedro Alves  <palves@redhat.com>
13558
13559         * lib/gdb.exp (gdb_load): Extend comment.  Skip calling
13560         gdb_file_cmd if no file is specified.
13561         * boards/native-extended-gdbserver.exp (gdb_load): Use the
13562         last_loaded_file to set the remote exec-file.
13563
13564 2014-05-01  Pedro Alves  <palves@redhat.com>
13565
13566         * boards/local-remote-host.exp: New file.
13567
13568 2014-05-01  Pedro Alves  <palves@redhat.com>
13569
13570         * boards/local-remote-host.exp: Rename to ...
13571         * boards/local-remote-host-notty.exp: ... this.
13572
13573 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
13574
13575         * gdb.ada/dyn_arrayidx: New testcase.
13576
13577 2014-04-26  Yao Qi  <yao@codesourcery.com>
13578
13579         * gdb.dwarf2/dwz.exp: Compile main.c to object.  Restart GDB
13580         and compute the length of function main.  Save it in
13581         $main_length.
13582         (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13583         (top-level): Use gdb_compile to compile objects into
13584         executable and restart GDB.  Remove invocation to
13585         prepare_for_testing.
13586
13587 2014-04-25  Simon Marchi  <simon.marchi@ericsson.com>
13588             Pedro Alves  <palves@redhat.com>
13589
13590         PR server/16255
13591         * gdb.multi/multi-attach.c: New file.
13592         * gdb.multi/multi-attach.exp: New file.
13593
13594 2014-04-25  Pedro Alves  <palves@redhat.com>
13595
13596         * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13597         user.
13598         (top level): Test that "set remote conditional-breakpoints-packet
13599         off" works as intended.
13600         * gdb.base/dprintf.exp: Test that "set remote
13601         breakpoint-commands-packet off" works as intended.
13602         * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13603         New function.
13604         (top level): Call it.
13605         * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13606         remote fast-tracepoints-packet off" works as intended.
13607         * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13608         * lib/gdb.exp (gdb_is_target_remote): ... here.
13609
13610 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13611
13612         * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13613         ensure clang would not discard them.
13614         * gdb.base/gdbvars.c: Ditto.
13615         * gdb.base/memattr.c: Ditto.
13616         * gdb.base/whatis.c: Ditto.
13617         * gdb.python/py-prettyprint.c: Ditto.
13618         * gdb.trace/actions.c: Ditto.
13619         * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13620         ensure clang would not discard it.
13621
13622 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13623
13624         * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13625         clang to emit the full definition of type required by the test
13626         * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13627
13628 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13629
13630         * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13631         coax Clang into emitting the definition of the type.
13632         * gdb.cp/pr10728-x.h (y): Ditto.
13633         * gdb.cp/pr10728-y.cc (y): Ditto.
13634
13635 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13636
13637         * gdb.base/label.exp: XFAIL label related tests under Clang.
13638         * gdb.cp/cplabel.exp: Ditto.
13639         * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13640         under Clang those using labels.
13641
13642 2014-04-25  Yao Qi  <yao@codesourcery.com>
13643
13644         * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
13645         double_label.
13646         * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
13647         partial_label and double_label.
13648
13649 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13650
13651         * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13652
13653 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13654
13655         * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13656         of the function to work across GCC and Clang.
13657         * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13658         pointer types (const void ** const V void **).
13659
13660 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
13661             Walfred Tedeschi  <walfred.tedeschi@intel.com>
13662
13663         * Makefile.in (EXECUTABLES): Added i386-avx512.
13664         * gdb.arch/i386-avx512.c: New file.
13665         * gdb.arch/i386-avx512.exp: Likewise.
13666
13667 2014-04-23  Keith Seitz  <keiths@redhat.com>
13668
13669         * lib/mi-support.exp (mi_list_breakpoints): Delete.
13670         (mi_make_breakpoint_table): New procedure.
13671         (mi_create_breakpoint): Use mi_make_breakpoint
13672         and return the result.
13673         (mi_make_breakpoint): New procedure.
13674         (mi_build_kv_pairs): New procedure.
13675
13676         * gdb.mi/mi-break.exp: Remove unused globals,
13677         update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13678         All callers updated.
13679         * gdb.mi/mi-dprintf.exp: Use variable to track command
13680         number.
13681         Update all callers of mi_create_breakpoint and use
13682         mi_make_breakpoint_table.
13683         Remove any unused global variables.
13684         * gdb.mi/mi-nonstop.exp: Likewise.
13685         * gdb.mi/mi-nsintrall.exp: Likewise.
13686         * gdb.mi/mi-nsmoribund.exp: Likewise.
13687         * gdb.mi/mi-nsthrexec.exp: Likewise.
13688         * gdb.mi/mi-reverse.exp: Likewise.
13689         * gdb.mi/mi-simplerun.exp: Likewise.
13690         * gdb.mi/mi-stepn.exp: Likewise.
13691         * gdb.mi/mi-syn-frame.exp: Likewise.
13692         * gdb.mi/mi-until.exp: Likewise.
13693         * gdb.mi/mi-var-cp.exp: Likewise.
13694         * gdb.mi/mi-var-display.exp: Likewise.
13695         * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13696         * gdb.mi/mi2-var-child.exp: Likewise.
13697         * gdb.mi/mi-vla-c99.exp: Likewise.
13698         * lib/mi-support.exp: Likewise.
13699
13700         From Ian Lance Taylor  <iant@cygnus.com>:
13701         * lib/gdb.exp (parse_args): New procedure.
13702
13703 2014-04-23  Pedro Alves  <palves@redhat.com>
13704
13705         * gdb.base/break-unload-file.c: New file.
13706         * gdb.base/break-unload-file.exp: New file.
13707         * gdb.base/sym-file-lib.c (baz): New function.
13708         * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13709         field.
13710         (load): Store the segment's mapped size.
13711         (unload): New function.
13712         (unload_shlib): New function.
13713         * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13714         * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13715         set a breakpoint at baz, and call it.
13716         * gdb.base/sym-file.exp: New tests for stale breakpoint
13717         instructions.
13718
13719 2014-04-23  Pedro Alves  <palves@redhat.com>
13720
13721         * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13722         * gdb.base/hbreak-in-shr-unsupported.c: New file.
13723         * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13724         * gdb.base/hbreak-unmapped.c: New file.
13725         * gdb.base/hbreak-unmapped.exp: New file.
13726         * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13727         * lib/gdb.exp (gdb_is_target_remote): ... here.
13728
13729 2014-04-22  Pedro Alves  <palves@redhat.com>
13730
13731         * gdb.base/consecutive-step-over.c: New file.
13732         * gdb.base/consecutive-step-over.exp: New file.
13733
13734 2014-04-22  Pedro Alves  <palves@redhat.com>
13735
13736         * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13737         instead of send_gdb/gdb_expect.
13738
13739 2014-04-22  Yao Qi  <yao@codesourcery.com>
13740
13741         * lib/trace-support.exp (generate_tracefile): New procedure.
13742         * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13743         return 0.
13744         * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13745         if generate_tracefile returns 1.
13746
13747 2014-04-18  Tom Tromey  <palves@redhat.com>
13748             Pedro alves  <tromey@redhat.com>
13749
13750         PR backtrace/15558
13751         * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13752         with a backtrace limit.
13753         * gdb.python/py-frame-inline.exp: Test running to an inline
13754         function with a backtrace limit, and printing the newest frame.
13755         * gdb.python/py-frame-inline.c (main): Call f.
13756
13757 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13758
13759         * gdb.java/jnpe.exp: Drop srcdir from untested path.
13760
13761 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13762
13763         * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13764         Drop prefix from unsupported source file path.
13765
13766 2014-04-17  Yao Qi  <yao@codesourcery.com>
13767
13768         * lib/gdb.exp (with_target_charset): New proc.
13769         * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13770         with_target_charset.
13771         (test_print_strings): Likewise.
13772         (test_repeat_bytes): Likewise.
13773         * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13774         for some tests.
13775
13776 2014-04-16  Keith Seitz  <keiths@redhat.com>
13777
13778         PR gdb/15827
13779         * gdb.dwarf2/corrupt.c: New file.
13780         * gdb.dwarf2/corrupt.exp: New file.
13781
13782 2014-04-16  Keith Seitz  <keiths@redhat.com>
13783
13784         PR c++/16597
13785         * gdb.cp/namelessclass.cc: New file.
13786         * gdb.cp/namelessclass.exp: New file.
13787         * gdb.cp/namelessclass.S: New file.
13788
13789 2014-04-16  Doug Evans  <dje@google.com>
13790
13791         * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13792         Add comment.
13793         (gdbserver_default_get_comm_port): New function.
13794         (gdbserver_start): Check if board file provided
13795         "gdbserver,get_comm_port" and use it if so.
13796         * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13797         (gdb,socketport): Set to "stdio".
13798         (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13799         (stdio_gdbserver_template): Delete.
13800         (${board}_get_remote_address): Update.
13801         (${board}_build_remote_cmd): Delete.
13802         (${board}_get_comm_port): New function.
13803         (${board}_spawn): Update.
13804         * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13805         Delete.
13806         (${board}_get_remote_address): Update.
13807         (${board}_get_comm_port): New function.
13808
13809 2014-04-16  Andrew Burgess  <aburgess@broadcom.com>
13810
13811         * gdb.base/memattr.exp: Improve regexps to handle memory regions
13812         appearing in any order.
13813
13814 2014-04-15  Doug Evans  <dje@google.com>
13815
13816         * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13817         uninitialized value of "description".
13818
13819 2014-04-15  Keith Seitz  <keiths@redhat.com>
13820
13821         * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13822         Remove unused globals.
13823         (test_running_the_program): Likewise.
13824         (test_controlled_execution): Likewise.
13825         (test_controlling_breakpoints): Likewise.
13826         (test_program_termination): Likewise.
13827
13828 2014-04-15  Keith Seitz  <keiths@redhat.com>
13829
13830         * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13831         unused globals.
13832         (test_rbreak_creation_and_listing): Likewise.
13833         (test_ignore_count): Likewise.
13834         (test_error): Likewise.
13835
13836 2014-04-15  Pedro Alves  <palves@redhat.com>
13837
13838         * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13839         <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13840         sym-file-loader.c.
13841         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13842         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13843         to sym-file-loader.c.
13844         (struct library): Forward declare.
13845         (load_shlib, lookup_function): Change prototypes.
13846         (find_shstrtab, find_strtab, find_shdr, find_symtab)
13847         (translate_offset): Remove declarations.
13848         (get_text_addr): New declaration.
13849         * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13850         <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13851         sym-file-loader.h.
13852         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13853         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13854         here from sym-file-loader.h.
13855         (struct library): New structure.
13856         (load_shlib, lookup_function): Change prototypes and adjust to
13857         work with a struct library.
13858         (find_shstrtab, find_strtab, find_shdr, find_symtab)
13859         (translate_offset): Make static.
13860         (get_text_addr): New function.
13861         * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13862
13863 2014-04-15  Pedro Alves  <palves@redhat.com>
13864
13865         * gdb.base/sym-file-loader.c: Fix typo.  SELF_LINK, not SELK_LINK.
13866
13867 2014-04-15  Pedro Alves  <palves@redhat.com>
13868
13869         * gdb.base/sym-file-loader.c: Include <limits.h>.
13870         (SELF_LINK): New define.
13871         (get_origin): New function.
13872         (load_shlib): Use it.
13873         * gdb.base/sym-file.exp: Don't early return if the target is
13874         remote.  Use runto_main, and issue fail is that fails.  Use
13875         gdb_load_shlibs.
13876         (shlib_name): Delete.
13877         (lib_so, lib_syms, lib_dlopen): New globals.  Use them throughout.
13878
13879 2014-04-15  Pedro Alves <palves@redhat.com>
13880
13881         * gdb.base/sym-file.exp: Remove regex characters from test
13882         message.  Don't refer to breakpoint numbers in test messages.
13883
13884 2014-04-14  Keith Seitz  <keiths@redhat.com>
13885
13886         PR c++/16253
13887         * gdb.cp/var-tag.cc: New file.
13888         * gdb.cp/var-tag.exp: New file.
13889         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13890         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13891         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13892         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13893
13894 2014-04-14  Tom Tromey  <tromey@redhat.com>
13895
13896         * gdb.cp/classes.exp (test_enums): Handle underlying type.
13897         * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13898         type.
13899         * gdb.cp/enum-class.exp: New file.
13900         * gdb.cp/enum-class.cc: New file.
13901
13902 2014-04-14  Tom Tromey  <tromey@redhat.com>
13903
13904         * gdb.dwarf2/enum-type.exp: New file.
13905
13906 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
13907
13908         * gdb.mi/mi-vla-c99.exp: New file.
13909         * gdb.mi/vla.c: New file.
13910
13911 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
13912
13913         * gdb.base/vla-datatypes.c: New file.
13914         * gdb.base/vla-datatypes.exp: New file.
13915
13916 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
13917
13918         * gdb.base/vla-ptr.c: New file.
13919         * gdb.base/vla-ptr.exp: New file.
13920
13921 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
13922
13923         * gdb.dwarf2/count.exp: New file.
13924
13925 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
13926
13927         * gdb.base/vla-sideeffect.c: New file.
13928         * gdb.base/vla-sideeffect.exp: New file.
13929
13930 2014-04-14  David Blaikie <dblaikie@gmail.com>
13931
13932         * gdb.mi/non-stop.c: Add return value for non-void function return
13933         statement.
13934         * gdb.threads/staticthreads.c: Ditto.
13935
13936 2014-04-12  Siva Chandra Reddy  <sivachandra@google.com>
13937             Doug Evans  <xdje42@gmail.com>
13938
13939         * gdb.guile/scm-value.c: Improve test case.
13940         * gdb.guile/scm-value.exp: Add new test.
13941
13942 2014-04-11  David Blaikie  <dblaikie@gmail.com>
13943
13944         * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13945         override Clang's default.
13946
13947 2014-04-11  Joel Brobecker  <brobecker@adacore.com>
13948
13949         Revert the following changes (regressions):
13950
13951         * gdb.base/vla-sideeffect.c: New file.
13952         * gdb.base/vla-sideeffect.exp: New file.
13953
13954         * gdb.dwarf2/count.exp: New file.
13955
13956         * gdb.base/vla-multi.c: New file.
13957         * gdb.base/vla-multi.exp: New file.
13958
13959         * gdb.base/vla-ptr.c: New file.
13960         * gdb.base/vla-ptr.exp: New file.
13961
13962         * gdb.base/vla-datatypes.c: New file.
13963         * gdb.base/vla-datatypes.exp: New file.
13964
13965         * gdb.mi/mi-vla-c99.exp: New file.
13966         * gdb.mi/vla.c: New file.
13967
13968 2014-04-11  Keith Seitz  <keiths@redhat.com>
13969
13970         PR c++/16675
13971         * gdb.cp/cpsizeof.exp: New file.
13972         * gdb.cp/cpsizeof.cc: New file.
13973
13974 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
13975
13976         * gdb.mi/mi-vla-c99.exp: New file.
13977         * gdb.mi/vla.c: New file.
13978
13979 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
13980
13981         * gdb.base/vla-datatypes.c: New file.
13982         * gdb.base/vla-datatypes.exp: New file.
13983
13984 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
13985
13986         * gdb.base/vla-ptr.c: New file.
13987         * gdb.base/vla-ptr.exp: New file.
13988
13989 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
13990
13991         * gdb.base/vla-multi.c: New file.
13992         * gdb.base/vla-multi.exp: New file.
13993
13994 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
13995
13996         * gdb.dwarf2/count.exp: New file.
13997
13998 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
13999
14000         * gdb.base/vla-sideeffect.c: New file.
14001         * gdb.base/vla-sideeffect.exp: New file.
14002
14003 2014-04-11  Yao Qi  <yao@codesourcery.com>
14004
14005         * gdb.base/completion.exp: Check file exists before running tests
14006         on file completion.
14007
14008 2014-04-10  Pedro Alves  <palves@redhat.com>
14009
14010         * gdb.base/cond-eval-mode.c: New file.
14011         * gdb.base/cond-eval-mode.exp: Use standard_testfile.  Adjust
14012         prepare_for_testing to build the new file.  Check result of
14013         runto_main.
14014         (test_break, test_watch): New procedures.
14015         (top level): Use them.
14016
14017 2014-04-08  Pierre Muller  <muller@sourceware.org>
14018
14019         * gdb.base/printcmds.exp (test_artificial_arrays): Disable
14020         Ctrl-V use for mingw hosts.
14021
14022 2014-04-07  Siva Chandra Reddy  <sivachandra@google.com>
14023
14024         * gdb.python/py-value.c: Improve test case.
14025         * gdb.python/py-value.exp: Add new test.
14026
14027 2014-04-07  David Blaikie  <dblaikie@gmail.com>
14028
14029         * lib/compiler.c: Identify the clang compiler.
14030         * lib/compiler.cc: Ditto.
14031
14032 2014-04-03  Yao Qi  <yao@codesourcery.com>
14033
14034         * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
14035
14036 2014-04-01  Anton Blanchard  <anton@samba.org>
14037
14038         * gdb.arch/ppc64-atomic-inst.exp: Use untested.  Make test
14039         messages unique.
14040
14041 2014-04-01  Anton Blanchard  <anton@samba.org>
14042
14043         * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
14044         prepare_for_testing.
14045
14046 2014-04-01  Anton Blanchard  <anton@samba.org>
14047
14048         * gdb.arch/ppc64-atomic-inst.c: Remove.
14049         * gdb.arch/ppc64-atomic-inst.S: New file.
14050         * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
14051
14052 2014-03-31  Doug Evans  <dje@google.com>
14053
14054         * gdb.base/print-symbol-loading-lib.c: New file.
14055         * gdb.base/print-symbol-loading-main.c: New file.
14056         * gdb.base/print-symbol-loading.exp: New file.
14057
14058 2014-03-31  Yao Qi  <yao@codesourcery.com>
14059
14060         * gdb.base/source-dir.exp: Allow ';' as a directory separator.
14061
14062 2014-03-28  Joel Brobecker  <brobecker@adacore.com>
14063
14064         * gdb.ada/mi_dyn_arr: New testcase.
14065
14066 2014-03-27  Doug Evans  <dje@google.com>
14067
14068         * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
14069
14070 2014-03-27  Yao Qi  <yao@codesourcery.com>
14071
14072         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
14073         if target is nios2-*-*.
14074
14075 2014-03-26  Yao Qi  <yao@codesourcery.com>
14076
14077         * lib/gdb.exp (readline_is_used): New proc.
14078         * gdb.base/completion.exp: Move tests on command complete up.
14079         Skip the rest of tests if readline is not used.
14080         * gdb.ada/complete.exp: Skp the test if readline is not
14081         used.
14082         * gdb.base/filesym.exp: Likewise.
14083         * gdb.base/macscp.exp: Likewise.
14084         * gdb.base/readline-ask.exp: Likewise.
14085         * gdb.base/readline.exp: Likewise.
14086         * gdb.python/py-cmd.exp: Likewise.
14087         * gdb.trace/tfile.exp: Likewise.
14088
14089 2014-03-26  Yao Qi  <yao@codesourcery.com>
14090
14091         * gdb.base/macscp.exp: Fix code format issues.
14092
14093 2014-03-25  Ulrich Weigand  <uweigand@de.ibm.com>
14094
14095         * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
14096         * gdb.asm/powerpc64le.inc: New file.
14097
14098 2014-03-25  Pedro Alves  <palves@redhat.com>
14099             Doug Evans  <dje@google.com>
14100
14101         * gdb.base/source-execution.c: New file.
14102         * gdb.base/source-execution.exp: New file.
14103         * gdb.base/source-execution.gdb: New file.
14104
14105 2014-03-24  Doug Evans  <dje@google.com>
14106
14107         * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
14108         using fission.
14109
14110 2014-03-24  Hui Zhu  <hui@codesourcery.com>
14111             Pedro Alves  <palves@redhat.com>
14112
14113         PR breakpoints/16101
14114         * gdb.base/dprintf.exp: Use unsupported rather than changing the
14115         test pass/fail messages.  Detect missing support for dprintf when
14116         breakpoints are actually inserted.
14117         * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14118         breakpoints are actually inserted.
14119         * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
14120         fails.
14121
14122 2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
14123
14124         * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
14125
14126 2014-03-22  Doug Evans  <xdje42@gmail.com>
14127
14128         * gdb.python/python.exp (python not supported): Verify multi-line
14129         python command issues an error.
14130         * gdb.guile/guile.exp (guile not supported): Verify multi-line
14131         guile command issues an error.
14132
14133 2014-03-21  Maciej W. Rozycki  <macro@codesourcery.com>
14134
14135         * gdb.threads/thread-specific.exp: Handle the lack of usable
14136         $this_breakpoint and $this_thread.
14137
14138 2014-03-21  Hui Zhu  <hui@codesourcery.com>
14139
14140         * gdb.base/attach.exp (do_command_attach_tests): New.
14141
14142 2014-03-20  Tom Tromey  <tromey@redhat.com>
14143             Pedro Alves  <palves@redhat.com>
14144
14145         PR cli/15718
14146         * gdb.base/condbreak-call-false.c: New file.
14147         * gdb.base/condbreak-call-false.exp: New file.
14148
14149 2014-03-20  Pedro Alves  <palves@redhat.com>
14150
14151         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14152         Delete.
14153         (block_signals, unblock_signals): Delete.
14154         (child_function_2, main): Remove references to deleted variable
14155         and functions.
14156
14157 2014-03-20  Pedro Alves  <palves@redhat.com>
14158
14159         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14160         Use pthread_kill to signal thread 2.
14161         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14162         Adjust to make the test send itself a signal rather than using the
14163         host's "kill" command.
14164
14165 2014-03-20  Pedro Alves  <palves@redhat.com>
14166
14167         * gdb.threads/multiple-step-overs.c: New file.
14168         * gdb.threads/multiple-step-overs.exp: New file.
14169         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14170         Adjust expected infrun debug output.
14171
14172 2014-03-20  Pedro Alves  <palves@redhat.com>
14173
14174         * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14175         * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14176
14177 2014-03-20  Pedro Alves  <palves@redhat.com>
14178
14179         PR breakpoints/7143
14180         * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14181         old gnats gdb/38.  Remove kfail.  Adjust to use gdb_test instead
14182         of gdb_test_multiple.
14183         * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14184         * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14185
14186 2014-03-20  Pedro Alves  <palves@redhat.com>
14187
14188         * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14189         * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14190
14191 2014-03-19  Pedro Alves  <palves@redhat.com>
14192
14193         * gdb.base/async.exp: Remove early return.
14194
14195 2014-03-19  Pedro Alves  <palves@redhat.com>
14196
14197         * gdb.base/async.exp (step& tests): Pass explicit test messages.
14198
14199 2014-03-19  Pedro Alves  <palves@redhat.com>
14200
14201         * gdb.base/async.exp (test_background): Expect \r\n after
14202         "completed." in the fail pattern.
14203
14204 2014-03-19  Pedro Alves  <palves@redhat.com>
14205
14206         * gdb.base/async.exp (test_background): New procedure.
14207         Use it for all background execution command tests.
14208
14209 2014-03-19  Pedro Alves  <palves@redhat.com>
14210
14211         * gdb.base/async.exp: Use prepare_for_testing.
14212
14213 2014-03-19  Pedro Alves  <palves@redhat.com>
14214
14215         * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
14216         the same line.
14217
14218 2014-03-19  Pedro Alves  <palves@redhat.com>
14219
14220         * gdb.base/async.c (main): Add "jump here" and "until here" line
14221         marker comments.
14222         * gdb.base/async.exp (jump_here): New global.
14223         (jump& test): Use it.
14224         (until_here): New global.
14225         (until& test): Use it.
14226
14227 2014-03-19  Pedro Alves  <palves@redhat.com>
14228
14229         * gdb.base/async.exp: Don't frob gdb_protocol.
14230
14231 2014-03-18  Doug Evans  <xdje42@gmail.com>
14232
14233         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
14234         Fix spelling of exec-done-display.
14235
14236 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
14237
14238         PR gdb/15358
14239         * gdb.base/gdb-sigterm.c: New file.
14240         * gdb.base/gdb-sigterm.exp: New file.
14241
14242 2014-03-18  Pedro Alves  <palves@redhat.com>
14243
14244         PR gdb/13860
14245         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14246         * lib/mi-support.exp (mi_expect_stop): Add special handling for
14247         solib-event.
14248
14249 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
14250
14251         * gdb.ada/pckd_arr_ren: New testcase.
14252
14253 2014-03-13  Doug Evans  <xdje42@gmail.com>
14254
14255         PR guile/16612
14256         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14257         collect after discarding symbols.
14258
14259 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
14260             Doug Evans  <xdje42@gmail.com>
14261
14262         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14263         to history survives a gc.
14264
14265 2014-03-13  Pedro Alves  <palves@redhat.com>
14266
14267         * gdb.base/default.exp: Don't test "target procfs".
14268
14269 2014-03-13  Pedro Alves  <palves@redhat.com>
14270
14271         * gdb.base/default.exp: Update "target child" and "target procfs"
14272         tests to not expect "Unix".
14273
14274 2014-03-12  Tom Tromey  <tromey@redhat.com>
14275
14276         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14277         New procs.  Add target-async tests.
14278         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14279         Add target-async tests.
14280
14281 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14282
14283         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14284         'func_start' and 'func_end' for the beginning and end of the
14285         function code, respectively.
14286         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14287         'func_end' instead of 'func' and 'main'.
14288
14289 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14290
14291         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14292         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14293         generate the debug info assembler source.
14294
14295 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14296
14297         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14298         * gdb.dwarf2/arr-subrange.exp: Likewise.
14299         * gdb.dwarf2/dwz.exp: Likewise.
14300         * gdb.dwarf2/method-ptr.exp: Likewise.
14301         * gdb.dwarf2/missing-sig-type.exp: Likewise.
14302         * gdb.dwarf2/subrange.exp: Likewise.
14303         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14304         * gdb.dwarf2/implptrpiece.exp: Likewise.
14305         * gdb.dwarf2/nostaticblock.exp: Likewise.
14306
14307 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14308
14309         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14310         directory to absolute path name arguments.
14311
14312 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
14313
14314         * gdb.ada/tagged_access: New testcase.
14315
14316 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
14317
14318         * gdb.btrace/data.exp: Update expected output.
14319
14320 2014-03-06  Yao Qi  <yao@codesourcery.com>
14321
14322         * gdb.trace/pr16508.exp: New file.
14323
14324 2014-03-05  Pedro Alves  <palves@redhat.com>
14325
14326         PR gdb/16575
14327         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14328         procedure.
14329         (top level): Adjust to use it.  Add tests that exercise breakpoint
14330         interaction with the code-cache.
14331
14332 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
14333
14334         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14335         test for 'history-append!'.
14336
14337 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14338
14339         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14340         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14341         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14342         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14343         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14344         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14345
14346 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14347
14348         * testsuite/gdb.python/py-pp-re-notag.c: New file.
14349         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14350         * testsuite/gdb.python/py-pp-re-notag.p: New file.
14351
14352 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14353
14354         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14355
14356 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14357
14358         * gdb.dwarf2/arr-stride.c: New file.
14359         * gdb.dwarf2/arr-stride.exp: New file.
14360
14361 2014-02-26  Pedro Alves  <palves@redhat.com>
14362
14363         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14364         that won't ever trigger.  Make sure that GDB reports the correct
14365         breakpoint that caused the stop.
14366
14367 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
14368
14369         PR gdb/16626
14370         * gdb.base/auto-load-script: New file.
14371         * gdb.base/auto-load.c: New file.
14372         * gdb.base/auto-load.exp: New file.
14373
14374         PR gdb/16626
14375         * gdb.base/auto-load.exp: Fix out-of-srctree run.
14376
14377 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
14378
14379         Fix dw2-icycle.exp -fsanitize=address GDB crash.
14380         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14381
14382 2014-02-24  Doug Evans  <dje@google.com>
14383
14384         * lib/gdb.exp (run_on_host): Log error output if program fails.
14385
14386 2014-02-21  Pedro Alves  <palves@redhat.com>
14387
14388         * gdb.threads/step-after-sr-lock.c: Rename to ...
14389         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14390         * gdb.threads/step-after-sr-lock.exp: Rename to ...
14391         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14392         ... this.
14393
14394 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
14395
14396         PR tdep/16397
14397         * gdb.arch/amd64-stap-special-operands.exp: New file.
14398         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14399         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14400         * gdb.arch/amd64-stap-triplet.S: Likewise.
14401         * gdb.arch/amd64-stap-triplet.c: Likewise.
14402
14403 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
14404
14405         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14406         in .section pseudo-op.
14407
14408 2014-02-20  lin zuojian  <manjian2006@gmail.com>
14409             Joel Brobecker  <brobecker@adacore.com>
14410             Doug Evans  <xdje42@gmail.com>
14411
14412         PR symtab/16581
14413         * gdb.dwarf2/dw2-icycle.S: New file.
14414         * gdb.dwarf2/dw2-icycle.c: New file.
14415         * gdb.dwarf2/dw2-icycle.exp: New file.
14416
14417 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
14418
14419         * gdb.python/py-value-cc.cc: Improve test case to enable testing
14420         operations on gdb.Value objects.
14421         * gdb.python/py-value-cc.exp: Add new test to test operations on
14422         gdb.Value objects.
14423
14424 2014-02-18  Doug Evans  <dje@google.com>
14425
14426         * Makefile.in (TESTS): New variable.
14427         (expanded_tests, expanded_tests_or_none): New variables
14428         (check-single): Pass $(expanded_tests_or_none) to runtest.
14429         (check-parallel): Only run tests in $(TESTS) if non-empty.
14430         (check/no-matching-tests-found): New rule.
14431         * README: Document TESTS makefile variable.
14432
14433 2014-02-18  Doug Evans  <dje@google.com>
14434
14435         * Makefile.in (check-parallel): rm -rf outputs temp.
14436
14437 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
14438
14439         Fix "ERROR: no fileid for" in the testsuite.
14440         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14441
14442 2014-02-12  Doug Evans  <dje@google.com>
14443
14444         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14445         (MISCELLANEOUS): New variable.
14446         (clean): rm -rf $(MISCELLANEOUS).
14447         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14448         dwp live in the same directory as symlinks, with each symlink pointed
14449         to a differently named file in a different directory.
14450
14451 2014-02-11  Doug Evans  <dje@google.com>
14452
14453         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
14454         of Tcl file commands.
14455
14456 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
14457
14458         * gdb.threads/step-after-sr-lock.exp: Avoid executing
14459         "kill -SIGUSR1 -1".
14460
14461 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
14462
14463         * gdb.ada/tick_length_array_enum_idx: New testcase.
14464
14465 2014-02-10  Doug Evans  <xdje42@gmail.com>
14466
14467         * configure.ac (AC_OUTPUT): Add gdb.guile.
14468         * configure: Regenerate.
14469         * lib/gdb-guile.exp: New file.
14470         * lib/gdb.exp (get_target_charset): New function.
14471         * gdb.base/help.exp: Update expected output from "apropos apropos".
14472         * gdb.guile/Makefile.in: New file.
14473         * gdb.guile/guile.exp: New file.
14474         * gdb.guile/scm-arch.c: New file.
14475         * gdb.guile/scm-arch.exp: New file.
14476         * gdb.guile/scm-block.c: New file.
14477         * gdb.guile/scm-block.exp: New file.
14478         * gdb.guile/scm-breakpoint.c: New file.
14479         * gdb.guile/scm-breakpoint.exp: New file.
14480         * gdb.guile/scm-disasm.c: New file.
14481         * gdb.guile/scm-disasm.exp: New file.
14482         * gdb.guile/scm-equal.c: New file.
14483         * gdb.guile/scm-equal.exp: New file.
14484         * gdb.guile/scm-error.exp: New file.
14485         * gdb.guile/scm-error.scm: New file.
14486         * gdb.guile/scm-frame-args.c: New file.
14487         * gdb.guile/scm-frame-args.exp: New file.
14488         * gdb.guile/scm-frame-args.scm: New file.
14489         * gdb.guile/scm-frame-inline.c: New file.
14490         * gdb.guile/scm-frame-inline.exp: New file.
14491         * gdb.guile/scm-frame.c: New file.
14492         * gdb.guile/scm-frame.exp: New file.
14493         * gdb.guile/scm-generics.exp: New file.
14494         * gdb.guile/scm-gsmob.exp: New file.
14495         * gdb.guile/scm-iterator.c: New file.
14496         * gdb.guile/scm-iterator.exp: New file.
14497         * gdb.guile/scm-math.c: New file.
14498         * gdb.guile/scm-math.exp: New file.
14499         * gdb.guile/scm-objfile-script-gdb.in: New file.
14500         * gdb.guile/scm-objfile-script.c: New file.
14501         * gdb.guile/scm-objfile-script.exp: New file.
14502         * gdb.guile/scm-objfile.c: New file.
14503         * gdb.guile/scm-objfile.exp: New file.
14504         * gdb.guile/scm-ports.exp: New file.
14505         * gdb.guile/scm-pretty-print.c: New file.
14506         * gdb.guile/scm-pretty-print.exp: New file.
14507         * gdb.guile/scm-pretty-print.scm: New file.
14508         * gdb.guile/scm-section-script.c: New file.
14509         * gdb.guile/scm-section-script.exp: New file.
14510         * gdb.guile/scm-section-script.scm: New file.
14511         * gdb.guile/scm-symbol.c: New file.
14512         * gdb.guile/scm-symbol.exp: New file.
14513         * gdb.guile/scm-symtab-2.c: New file.
14514         * gdb.guile/scm-symtab.c: New file.
14515         * gdb.guile/scm-symtab.exp: New file.
14516         * gdb.guile/scm-type.c: New file.
14517         * gdb.guile/scm-type.exp: New file.
14518         * gdb.guile/scm-value-cc.cc: New file.
14519         * gdb.guile/scm-value-cc.exp: New file.
14520         * gdb.guile/scm-value.c: New file.
14521         * gdb.guile/scm-value.exp: New file.
14522         * gdb.guile/source2.scm: New file.
14523         * gdb.guile/types-module.cc: New file.
14524         * gdb.guile/types-module.exp: New file.
14525
14526 2014-02-10  Yao Qi  <yao@codesourcery.com>
14527
14528         PR testsuite/16543
14529         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14530         * configure: Regenerated.
14531         * Makefile.in: New file.
14532
14533 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
14534
14535         * gdb.python/py-framefilter.exp: Fix typo.
14536
14537 2014-02-08  Yao Qi  <yao@codesourcery.com>
14538
14539         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14540         that no =breakpoint-modified is emitted when breakpoints are
14541         modified through MI commands.
14542
14543 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
14544             Pedro Alves  <palves@redhat.com>
14545
14546         * gdb.threads/step-after-sr-lock.c: New file.
14547         * gdb.threads/step-after-sr-lock.exp: New file.
14548
14549 2014-02-07  Pedro Alves  <palves@redhat.com>
14550
14551         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14552
14553 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
14554
14555         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14556         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14557
14558 2014-02-06  Doug Evans  <xdje42@gmail.com>
14559
14560         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14561         output.
14562
14563         * gdb.gdb/python-interrupts.exp: New file.
14564
14565 2014-02-05  Yao Qi  <yao@codesourcery.com>
14566
14567         * gdb.trace/report.exp (use_collected_data): Test the output
14568         of "info threads" and "info inferiors".
14569
14570 2014-02-05  Yao Qi  <yao@codesourcery.com>
14571
14572         Revert this patch:
14573
14574         2013-05-24  Yao Qi  <yao@codesourcery.com>
14575
14576         * gdb.trace/tfile.exp: Test inferior and thread.
14577
14578 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
14579
14580         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14581         on a function.
14582         * gdb.base/step-bt.c: Call hello via function pointer to make
14583         sure its first instruction is executed on powerpc64le-linux.
14584
14585 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
14586
14587         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14588
14589 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
14590
14591         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
14592         of the test patterns for use on little-endian systems.
14593
14594 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
14595
14596         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14597         (decimal_vector): Fix for little-endian.
14598
14599 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
14600
14601         * gdb.arch/sparc-sysstep.exp: New file.
14602         * gdb.arch/sparc-sysstep.c: Likewise.
14603
14604         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14605
14606 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
14607
14608         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14609
14610 2014-01-23  Tom Tromey  <tromey@redhat.com>
14611
14612         * gdb.ada/array_char_idx: New testcase.
14613
14614 2014-01-23  Tom Tromey  <tromey@redhat.com>
14615
14616         PR python/16487:
14617         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14618         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14619         classes.
14620
14621 2014-01-23  Tom Tromey  <tromey@redhat.com>
14622
14623         PR python/16491:
14624         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14625         string from an inferior frame.
14626         * gdb.python/py-framefilter-mi.exp: Update.
14627
14628 2014-01-22  Doug Evans  <dje@google.com>
14629
14630         * gdb.server/server-mon.exp: Add tests for "set debug-format".
14631
14632 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
14633
14634         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14635
14636 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
14637
14638         * gdb.trace/entry-values.exp: Remove excess space character from
14639         regex patterns.  Handle s390 call instruction.
14640
14641 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
14642
14643         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
14644         define "*_start" label.  Make "name" static.
14645         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
14646         ${name} by references to ${name}_start.
14647
14648 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
14649
14650         * gdb.base/info-macros.exp: Remove "debug" from the compile
14651         options.
14652
14653 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
14654
14655         * gdb.dlang/demangle.exp: New file.
14656
14657 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
14658
14659         * gdb.dlang/primitive-types.exp: New file.
14660
14661 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
14662
14663         * configure.ac: Create gdb.dlang/Makefile.
14664         * configure: Regenerate.
14665         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14666         * gdb.dlang/Makefile.in: New file.
14667         * lib/d-support.exp: New file.
14668         * lib/gdb.exp (skip_d_tests): New proc.
14669
14670 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14671
14672         * gdb.btrace/delta.exp: Check reverse stepi.
14673         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
14674         * gdb.btrace/finish.exp: New.
14675         * gdb.btrace/next.exp: New.
14676         * gdb.btrace/nexti.exp: New.
14677         * gdb.btrace/record_goto.c: Add comments.
14678         * gdb.btrace/step.exp: New.
14679         * gdb.btrace/stepi.exp: New.
14680         * gdb.btrace/multi-thread-step.c: New.
14681         * gdb.btrace/multi-thread-step.exp: New.
14682         * gdb.btrace/rn-dl-bind.c: New.
14683         * gdb.btrace/rn-dl-bind.exp: New.
14684         * gdb.btrace/data.c: New.
14685         * gdb.btrace/data.exp: New.
14686         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14687
14688 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14689
14690         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14691         * gdb.btrace/exception.exp: Update.
14692         * gdb.btrace/instruction_history.exp: Update.
14693         * gdb.btrace/record_goto.exp: Update.
14694         * gdb.btrace/tailcall.exp: Update.
14695         * gdb.btrace/unknown_functions.exp: Update.
14696         * gdb.btrace/delta.exp: New.
14697
14698 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14699
14700         * gdb.btrace/record_goto.exp: Add backtrace test.
14701         * gdb.btrace/tailcall.exp: Add backtrace test.
14702
14703 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14704
14705         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14706         * gdb.btrace/record_goto.c: New.
14707         * gdb.btrace/record_goto.exp: New.
14708         * gdb.btrace/x86-record_goto.S: New.
14709
14710 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14711
14712         * gdb.btrace/function_call_history.exp: Update tests.
14713         * gdb.btrace/instruction_history.exp: Update tests.
14714
14715 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14716
14717         * gdb.btrace/function_call_history.exp: Fix expected field
14718         order for "record function-call-history".
14719         Add new tests for "record function-call-history /c".
14720         * gdb.btrace/exception.cc: New.
14721         * gdb.btrace/exception.exp: New.
14722         * gdb.btrace/tailcall.exp: New.
14723         * gdb.btrace/x86-tailcall.S: New.
14724         * gdb.btrace/x86-tailcall.c: New.
14725         * gdb.btrace/unknown_functions.c: New.
14726         * gdb.btrace/unknown_functions.exp: New.
14727         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14728
14729 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14730
14731         * gdb.btrace/instruction_history.exp: Update.
14732         * gdb.btrace/function_call_history.exp: Update.
14733
14734 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14735
14736         * gdb.btrace/function_call_history.exp: Fix expected function
14737         trace.
14738         * gdb.btrace/instruction_history.exp: Initialize traced.
14739         Remove traced_functions.
14740
14741 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14742
14743         * gdb.btrace/function_call_history.exp: Update
14744         * gdb.btrace/instruction_history.exp: Update.
14745
14746 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14747
14748         * gdb.btrace/enable.exp: Update expected text.
14749
14750 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
14751
14752         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14753         bytes.
14754
14755 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
14756
14757         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14758
14759 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
14760
14761         * lib/gdb.exp (supports_process_record): Return true for
14762         arm*-linux*.  (supports_reverse): Likewise.
14763
14764 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
14765
14766         PR python/15464
14767         PR python/16113
14768         * gdb.python/py-type.c: Enhance test case.
14769         * gdb.python/py-value-cc.cc: Likewise
14770         * gdb.python/py-type.exp: Add new tests.
14771         * gdb.python/py-value-cc.exp: Likewise
14772
14773 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14774             Pedro Alves <palves@redhat.com>
14775
14776         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14777         Make "name" extern.
14778         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14779         references to ${name}_start by references to ${name}.
14780
14781 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
14782
14783         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14784
14785 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
14786
14787         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14788
14789 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
14790             Pedro Alves  <palves@redhat.com>
14791
14792         * gdb.mi/mi-info-os.exp: Connect to the target with
14793         mi_gdb_target_load.
14794
14795 2014-01-08  Pedro Alves  <palves@redhat.com>
14796
14797         * gdb.threads/reconnect-signal.c: New file.
14798         * gdb.threads/reconnect-signal.exp: New file.
14799
14800 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
14801
14802         * gdb.base/source-dir.exp: New file.
14803
14804 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
14805
14806         * gdb.ada/mi_interface: New testcase.
14807
14808 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
14809
14810         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14811         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14812         gdb.ada/pp-rec-component/pck.ads: New files.
14813
14814 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
14815
14816         * gdb.python/py-pp-integral.c: New file.
14817         * gdb.python/py-pp-integral.py: New file.
14818         * gdb.python/py-pp-integral.exp: New file.
14819
14820 For older changes see ChangeLog-1993-2013.
14821 \f
14822 ;; Local Variables:
14823 ;; mode: change-log
14824 ;; left-margin: 8
14825 ;; fill-column: 74
14826 ;; version-control: never
14827 ;; End:
14828
14829     Copyright 2014-2018 Free Software Foundation, Inc.
14830   Copying and distribution of this file, with or without modification,
14831   are permitted provided the copyright notice and this notice are preserved.