c++/8218: Destructors w/arguments.
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2017-03-10  Keith Seitz  <keiths@redhat.com>
2
3         PR c++/8128
4         * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5         type from destructor regexps.
6         Add a branch which actually passes the test.
7         Adjust "ptype t5i" test names.
8
9 2017-03-08  Pedro Alves  <palves@redhat.com>
10
11         * gdb.base/step-over-exit.exp: Add explicit test message.
12
13 2017-03-08  Pedro Alves  <palves@redhat.com>
14
15         PR gdb/18360
16         * gdb.threads/interrupt-while-step-over.c: New file.
17         * gdb.threads/interrupt-while-step-over.exp: New file.
18
19 2017-03-08  Pedro Alves  <palves@redhat.com>
20
21         * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
22         * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
23
24 2017-03-08  Pedro Alves  <palves@redhat.com>
25
26         * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
27         PKRU as not supported as a PASS.
28
29 2017-03-08  Pedro Alves  <palves@redhat.com>
30
31         * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
32         prefix instead of $binfile1/$binfile2.
33         * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
34         in test message.
35         * gdb.python/py-completion.exp: Use "load python file" as test
36         messages instead of unstable path names.
37
38 2017-03-08  Pedro Alves  <palves@redhat.com>
39             Jan Kratochvil  <jan.kratochvil@redhat.com>
40
41         PR cli/21218
42         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
43         New proc.
44         (top level): Call it.
45
46 2017-03-08  Pedro Alves  <palves@redhat.com>
47
48         PR tui/21216
49         * gdb.tui/tui-nl-filtered-output.exp: New file.
50
51 2017-03-08  Pedro Alves  <palves@redhat.com>
52
53         * gdb.base/completion.exp: Move TUI completion tests to ...
54         * gdb.tui/completion.exp: ... this new file.
55
56 2017-03-08  Pedro Alves  <palves@redhat.com>
57
58         * gdb.base/tui-disasm-long-lines.c,
59         gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
60         gdb.base/tui-layout.exp: Move to ...
61         * gdb.tui/: ... this new directory.
62
63 2017-03-07  Pedro Alves  <palves@redhat.com>
64
65         * gdb.base/tui-layout.c: New file.
66         * gdb.base/tui-layout.exp: New file.
67
68 2017-03-07  Pedro Alves  <palves@redhat.com>
69
70         * gdb.base/tui-layout.c: Rename to ...
71         * gdb.base/tui-disasm-long-lines.c: ... this.
72         * gdb.base/tui-layout.exp: Rename to ...
73         * gdb.base/tui-disasm-long-lines.exp: ... this.
74
75 2017-03-07  Pedro Alves  <palves@redhat.com>
76
77         * gdb.base/tui-layout.exp: Add intro comment and fix typo.
78
79 2017-03-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
80
81         * i386-mpx-call.c: New file.
82         * i386-mpx-call.exp: New file.
83
84 2017-02-28  Peter Bergner  <bergner@vnet.ibm.com>
85
86         * gdb.arch/powerpc-power.exp: Delete test.
87         * gdb.arch/powerpc-power.s: Likewise.
88         * gdb.disasm/disassembler-options.exp: New test.
89         * gdb.arch/powerpc-altivec.exp: Likewise.
90         * gdb.arch/powerpc-altivec.s: Likewise.
91         * gdb.arch/powerpc-altivec2.exp: Likewise.
92         * gdb.arch/powerpc-altivec2.s: Likewise.
93         * gdb.arch/powerpc-altivec3.exp: Likewise.
94         * gdb.arch/powerpc-altivec3.s: Likewise.
95         * gdb.arch/powerpc-power7.exp: Likewise.
96         * gdb.arch/powerpc-power7.s: Likewise.
97         * gdb.arch/powerpc-power8.exp: Likewise.
98         * gdb.arch/powerpc-power8.s: Likewise.
99         * gdb.arch/powerpc-power9.exp: Likewise.
100         * gdb.arch/powerpc-power9.s: Likewise.
101         * gdb.arch/powerpc-vsx.exp: Likewise.
102         * gdb.arch/powerpc-vsx.s: Likewise.
103         * gdb.arch/powerpc-vsx2.exp: Likewise.
104         * gdb.arch/powerpc-vsx2.s: Likewise.
105         * gdb.arch/powerpc-vsx3.exp: Likewise.
106         * gdb.arch/powerpc-vsx3.s: Likewise.
107         * gdb.arch/arm-disassembler-options.exp: Likewise.
108         * gdb.arch/powerpc-disassembler-options.exp: Likewise.
109         * gdb.arch/s390-disassembler-options.exp: Likewise.
110
111 2017-02-23  Luis Machado  <lgustavo@codesourcery.com>
112
113         * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
114         (check_supported_features): ... this. Changed return type to void.
115         (supports_rdseed): New static global.
116         (rdseed): Check supports_rdseed.
117         (initialize): Call check_supported_features.
118
119 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
120
121         * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
122         gdb.arch/ppc64-atomic-inst.exp.  Add tests for lbarx/stbcx, lharx/sthcx
123         and lqarx/stqcx.
124         * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
125         * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
126
127 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
128
129         * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
130         uppercase.
131
132 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
133
134         * gdb.dwarf2/formdata16.c: New file.
135         * gdb.dwarf2/formdata16.exp: New file.
136         * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
137
138 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
139
140         * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
141         * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
142         * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
143         * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
144         DW_AT_GNU_*.
145
146 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
147
148         * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
149
150 2017-02-15  Sergio Durigan Junior  <sergiodj@redhat.com>
151
152         PR gdb/21164
153         * gdb.base/maint.exp: Add testcases for when the commands do
154         not have arguments.
155
156 2017-02-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
157
158         * gdb.cp/chained-calls.exp: Use p instead of P.
159
160 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
161
162         * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
163         gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
164
165 2017-02-14  Tom Tromey  <tom@tromey.com>
166
167         PR python/13598:
168         * gdb.python/py-events.exp: Add before_prompt event tests.
169
170 2017-02-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
171
172         * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
173
174 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
175
176         * gdb.linespec/explicit.c (my_unique_function_name): New function.
177         (main): Call my_unique_function_name.
178         * gdb.linespec/explicit.exp: Use my_unique_function_name to test
179         completion of patterns with a single match.
180         Add missing -re switches to gdb_test_multiple calls.
181
182 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
183
184         * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
185         return if core file is not recognized.
186
187 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
188
189         * gdb.base/new-ui.exp (do_test): Test queries behavior on main
190         and extra UIs.
191
192 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
193
194         * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
195         proc_with_prefix.
196
197 2017-02-10  Tom Tromey  <tom@tromey.com>
198
199         * gdb.python/py-xmethods.exp: Use "p" command, not "P".
200
201 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
202
203         PR gdb/21122
204         * gdb.base/help.exp: Update match pattern for testing 'help commands'.
205
206 2017-02-08  Jerome Guitton  <guitton@adacore.com>
207
208         * gdb.base/define.exp: Add test for command abbreviations
209         in define.
210
211 2017-02-06  Luis Machado  <lgustavo@codesourcery.com>
212
213         * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
214         * gdb.reverse/insn-reverse-x86.c: New file.
215
216 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
217
218         PR tdep/20936
219         * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
220
221 2017-02-03  Tom Tromey  <tom@tromey.com>
222
223         PR rust/21097:
224         * gdb.rust/simple.exp: Add new tests.
225
226 2017-02-02  Pedro Alves  <palves@redhat.com>
227
228         * gdb.mi/mi-logging.exp: Add "redirect while already logging"
229         tests.
230
231 2017-02-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
232
233         * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
234         taking a 2-byte value out of a 4-byte DWARF implicit value on
235         big-endian targets.
236         * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
237         logic.  Add test cases for DW_OP_implicit.
238
239 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
240
241         * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
242
243 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
244
245         * gdb.btrace/enable.exp: Call gdb_exit before
246         skip_gdbserver_tests.
247
248 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
249
250         * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
251         GDBFLAGS.
252
253 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
254
255         * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
256         the test is skipped.
257         * gdb.btrace/data.exp: Likewise.
258         * gdb.btrace/delta.exp: Likewise.
259         * gdb.btrace/dlopen.exp: Likewise.
260         * gdb.btrace/enable-running.exp: Likewise.
261         * gdb.btrace/enable.exp: Likewise.
262         * gdb.btrace/exception.exp: Likewise.
263         * gdb.btrace/function_call_history.exp: Likewise.
264         * gdb.btrace/gcore.exp: Likewise.
265         * gdb.btrace/instruction_history.exp: Likewise.
266         * gdb.btrace/multi-thread-step.exp: Likewise.
267         * gdb.btrace/nohist.exp: Likewise.
268         * gdb.btrace/non-stop.exp: Likewise.
269         * gdb.btrace/reconnect.exp: Likewise.
270         * gdb.btrace/record_goto-step.exp: Likewise.
271         * gdb.btrace/record_goto.exp: Likewise.
272         * gdb.btrace/rn-dl-bind.exp: Likewise.
273         * gdb.btrace/segv.exp: Likewise.
274         * gdb.btrace/step.exp: Likewise.
275         * gdb.btrace/stepi.exp: Likewise.
276         * gdb.btrace/tailcall-only.exp: Likewise.
277         * gdb.btrace/tailcall.exp: Likewise.
278         * gdb.btrace/tsx.exp: Likewise.
279         * gdb.btrace/unknown_functions.exp: Likewise.
280         * gdb.btrace/vdso.exp: Likewise.
281
282 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
283
284         * gdb.btrace/enable-running.c: New.
285         * gdb.btrace/enable-running.exp: New.
286
287 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
288
289         * gdb.arch/amd64-gs_base.c: New file.
290         * gdb.arch/amd64-gs_base.exp: New file.
291
292 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
293
294         * lib/memory.exp: Remove spurious empty newlines.
295
296 2017-01-26  Simon Marchi  <simon.marchi@polymtl.ca>
297
298         * gdb.python/py-bad-printers.exp: Load python file using "source".
299         * gdb.python/py-events.exp: Likewise.
300         * gdb.python/py-evsignal.exp: Likewise.
301         * gdb.python/py-evthreads.exp: Likewise.
302         * gdb.python/py-frame-args.exp: Likewise.
303         * gdb.python/py-framefilter-invalidarg.exp: Likewise.
304         * gdb.python/py-framefilter-mi.exp: Likewise.
305         * gdb.python/py-framefilter.exp: Likewise.
306         * gdb.python/py-mi.exp: Likewise.
307         * gdb.python/py-pp-maint.exp: Likewise.
308         * gdb.python/py-pp-registration.exp: Likewise.
309         * gdb.python/py-prettyprint.exp: Likewise.
310         (run_lang_tests): Likewise.
311         * gdb.python/py-typeprint.exp: Likewise.
312
313 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
314
315         * lib/memory.exp: New file.
316         * lib/gdb.exp: Load memory.exp.
317         * gdb.base/memattr.exp (delete_memory): Move proc to
318         lib/memory.exp and rename to delete_memory_regions.
319         Replace delete_memory with delete_memory_regions.
320         Cleanup memory regions before tests.
321         * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
322         before tests.
323
324 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
325
326         * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
327         files.
328         (initialize): New function conditionally defined.
329         (testcases): Move within conditional block.
330         (main): Call initialize.
331         * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
332         of gdb.reverse/insn-reverse.c.
333         * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
334         gdb.reverse/insn-reverse.c.
335
336 2017-01-26  Yao Qi  <yao.qi@linaro.org>
337
338         * gdb.base/all-architectures.exp.in (do_arch_tests): Test
339         disassemble on address 0.
340
341 2017-01-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
342             Yao Qi  <yao.qi@linaro.org>
343
344         * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
345         * gdb.dwarf2/implptr-64bit.S: Remove.
346         * lib/dwarf.exp (Dwarf): Handle character "%".  Evaluate some
347         variables in caller's context.  Add DW_OP_implicit_value.
348
349 2017-01-25  Yao Qi  <yao.qi@linaro.org>
350
351         * lib/dwarf.exp (Dwarf::_location): Handle
352         DW_OP_GNU_implicit_pointer with proper size.
353
354 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
355
356         * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
357         and add untested calls.
358
359 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
360
361         * gdb.python/python.exp: Check line number against what GDB thinks
362         the line number is for func1.
363
364 2017-01-08  Iain Buclaw  <ibuclaw@gdcproject.org>
365
366         * gdb.dlang/debug-expr.exp: New file.
367
368 2016-12-23  Luis Machado  <lgustavo@codesourcery.com>
369
370         Fix test names for the following files:
371
372         * gdb.ada/exec_changed.exp
373         * gdb.ada/info_types.exp
374         * gdb.arch/aarch64-atomic-inst.exp
375         * gdb.arch/aarch64-fp.exp
376         * gdb.arch/altivec-abi.exp
377         * gdb.arch/altivec-regs.exp
378         * gdb.arch/amd64-byte.exp
379         * gdb.arch/amd64-disp-step.exp
380         * gdb.arch/amd64-dword.exp
381         * gdb.arch/amd64-entry-value-inline.exp
382         * gdb.arch/amd64-entry-value-param.exp
383         * gdb.arch/amd64-entry-value-paramref.exp
384         * gdb.arch/amd64-entry-value.exp
385         * gdb.arch/amd64-i386-address.exp
386         * gdb.arch/amd64-invalid-stack-middle.exp
387         * gdb.arch/amd64-invalid-stack-top.exp
388         * gdb.arch/amd64-optimout-repeat.exp
389         * gdb.arch/amd64-prologue-skip.exp
390         * gdb.arch/amd64-prologue-xmm.exp
391         * gdb.arch/amd64-stap-special-operands.exp
392         * gdb.arch/amd64-stap-wrong-subexp.exp
393         * gdb.arch/amd64-tailcall-cxx.exp
394         * gdb.arch/amd64-tailcall-noret.exp
395         * gdb.arch/amd64-tailcall-ret.exp
396         * gdb.arch/amd64-tailcall-self.exp
397         * gdb.arch/amd64-word.exp
398         * gdb.arch/arm-bl-branch-dest.exp
399         * gdb.arch/arm-disp-step.exp
400         * gdb.arch/arm-neon.exp
401         * gdb.arch/arm-single-step-kernel-helper.exp
402         * gdb.arch/avr-flash-qualifier.exp
403         * gdb.arch/disp-step-insn-reloc.exp
404         * gdb.arch/e500-abi.exp
405         * gdb.arch/e500-regs.exp
406         * gdb.arch/ftrace-insn-reloc.exp
407         * gdb.arch/i386-avx512.exp
408         * gdb.arch/i386-bp_permanent.exp
409         * gdb.arch/i386-byte.exp
410         * gdb.arch/i386-cfi-notcurrent.exp
411         * gdb.arch/i386-disp-step.exp
412         * gdb.arch/i386-dr3-watch.exp
413         * gdb.arch/i386-float.exp
414         * gdb.arch/i386-gnu-cfi.exp
415         * gdb.arch/i386-mpx-map.exp
416         * gdb.arch/i386-mpx-sigsegv.exp
417         * gdb.arch/i386-mpx-simple_segv.exp
418         * gdb.arch/i386-mpx.exp
419         * gdb.arch/i386-permbkpt.exp
420         * gdb.arch/i386-prologue.exp
421         * gdb.arch/i386-signal.exp
422         * gdb.arch/i386-size-overlap.exp
423         * gdb.arch/i386-unwind.exp
424         * gdb.arch/i386-word.exp
425         * gdb.arch/mips-fcr.exp
426         * gdb.arch/powerpc-d128-regs.exp
427         * gdb.arch/powerpc-stackless.exp
428         * gdb.arch/ppc64-atomic-inst.exp
429         * gdb.arch/s390-stackless.exp
430         * gdb.arch/s390-tdbregs.exp
431         * gdb.arch/s390-vregs.exp
432         * gdb.arch/sparc-sysstep.exp
433         * gdb.arch/thumb-bx-pc.exp
434         * gdb.arch/thumb-singlestep.exp
435         * gdb.arch/thumb2-it.exp
436         * gdb.arch/vsx-regs.exp
437         * gdb.asm/asm-source.exp
438         * gdb.base/a2-run.exp
439         * gdb.base/advance.exp
440         * gdb.base/all-bin.exp
441         * gdb.base/anon.exp
442         * gdb.base/args.exp
443         * gdb.base/arithmet.exp
444         * gdb.base/async-shell.exp
445         * gdb.base/async.exp
446         * gdb.base/attach-pie-noexec.exp
447         * gdb.base/attach-twice.exp
448         * gdb.base/auto-load.exp
449         * gdb.base/bang.exp
450         * gdb.base/bitfields.exp
451         * gdb.base/break-always.exp
452         * gdb.base/break-caller-line.exp
453         * gdb.base/break-entry.exp
454         * gdb.base/break-inline.exp
455         * gdb.base/break-on-linker-gcd-function.exp
456         * gdb.base/break-probes.exp
457         * gdb.base/break.exp
458         * gdb.base/breakpoint-shadow.exp
459         * gdb.base/call-ar-st.exp
460         * gdb.base/call-sc.exp
461         * gdb.base/call-signal-resume.exp
462         * gdb.base/call-strs.exp
463         * gdb.base/callfuncs.exp
464         * gdb.base/catch-fork-static.exp
465         * gdb.base/catch-gdb-caused-signals.exp
466         * gdb.base/catch-load.exp
467         * gdb.base/catch-signal-fork.exp
468         * gdb.base/catch-signal.exp
469         * gdb.base/catch-syscall.exp
470         * gdb.base/charset.exp
471         * gdb.base/checkpoint.exp
472         * gdb.base/chng-syms.exp
473         * gdb.base/code-expr.exp
474         * gdb.base/code_elim.exp
475         * gdb.base/commands.exp
476         * gdb.base/completion.exp
477         * gdb.base/complex.exp
478         * gdb.base/cond-expr.exp
479         * gdb.base/condbreak.exp
480         * gdb.base/consecutive.exp
481         * gdb.base/continue-all-already-running.exp
482         * gdb.base/coredump-filter.exp
483         * gdb.base/corefile.exp
484         * gdb.base/dbx.exp
485         * gdb.base/debug-expr.exp
486         * gdb.base/define.exp
487         * gdb.base/del.exp
488         * gdb.base/disabled-location.exp
489         * gdb.base/disasm-end-cu.exp
490         * gdb.base/disasm-optim.exp
491         * gdb.base/display.exp
492         * gdb.base/duplicate-bp.exp
493         * gdb.base/ena-dis-br.exp
494         * gdb.base/ending-run.exp
495         * gdb.base/enumval.exp
496         * gdb.base/environ.exp
497         * gdb.base/eu-strip-infcall.exp
498         * gdb.base/eval-avoid-side-effects.exp
499         * gdb.base/eval-skip.exp
500         * gdb.base/exitsignal.exp
501         * gdb.base/expand-psymtabs.exp
502         * gdb.base/filesym.exp
503         * gdb.base/find-unmapped.exp
504         * gdb.base/finish.exp
505         * gdb.base/float.exp
506         * gdb.base/foll-exec-mode.exp
507         * gdb.base/foll-exec.exp
508         * gdb.base/foll-fork.exp
509         * gdb.base/fortran-sym-case.exp
510         * gdb.base/freebpcmd.exp
511         * gdb.base/func-ptr.exp
512         * gdb.base/func-ptrs.exp
513         * gdb.base/funcargs.exp
514         * gdb.base/gcore-buffer-overflow.exp
515         * gdb.base/gcore-relro-pie.exp
516         * gdb.base/gcore-relro.exp
517         * gdb.base/gcore.exp
518         * gdb.base/gdb1090.exp
519         * gdb.base/gdb11530.exp
520         * gdb.base/gdb11531.exp
521         * gdb.base/gdb1821.exp
522         * gdb.base/gdbindex-stabs.exp
523         * gdb.base/gdbvars.exp
524         * gdb.base/hbreak.exp
525         * gdb.base/hbreak2.exp
526         * gdb.base/included.exp
527         * gdb.base/infcall-input.exp
528         * gdb.base/inferior-died.exp
529         * gdb.base/infnan.exp
530         * gdb.base/info-macros.exp
531         * gdb.base/info-os.exp
532         * gdb.base/info-proc.exp
533         * gdb.base/info-shared.exp
534         * gdb.base/info-target.exp
535         * gdb.base/infoline.exp
536         * gdb.base/interp.exp
537         * gdb.base/interrupt.exp
538         * gdb.base/jit-reader.exp
539         * gdb.base/jit-simple.exp
540         * gdb.base/kill-after-signal.exp
541         * gdb.base/kill-detach-inferiors-cmd.exp
542         * gdb.base/label.exp
543         * gdb.base/langs.exp
544         * gdb.base/ldbl_e308.exp
545         * gdb.base/line-symtabs.exp
546         * gdb.base/linespecs.exp
547         * gdb.base/list.exp
548         * gdb.base/long_long.exp
549         * gdb.base/longest-types.exp
550         * gdb.base/maint.exp
551         * gdb.base/max-value-size.exp
552         * gdb.base/memattr.exp
553         * gdb.base/mips_pro.exp
554         * gdb.base/morestack.exp
555         * gdb.base/moribund-step.exp
556         * gdb.base/multi-forks.exp
557         * gdb.base/nested-addr.exp
558         * gdb.base/nextoverexit.exp
559         * gdb.base/noreturn-finish.exp
560         * gdb.base/noreturn-return.exp
561         * gdb.base/nostdlib.exp
562         * gdb.base/offsets.exp
563         * gdb.base/opaque.exp
564         * gdb.base/pc-fp.exp
565         * gdb.base/permissions.exp
566         * gdb.base/print-symbol-loading.exp
567         * gdb.base/prologue-include.exp
568         * gdb.base/psymtab.exp
569         * gdb.base/ptype.exp
570         * gdb.base/random-signal.exp
571         * gdb.base/randomize.exp
572         * gdb.base/range-stepping.exp
573         * gdb.base/readline-ask.exp
574         * gdb.base/recpar.exp
575         * gdb.base/recurse.exp
576         * gdb.base/relational.exp
577         * gdb.base/restore.exp
578         * gdb.base/return-nodebug.exp
579         * gdb.base/return.exp
580         * gdb.base/run-after-attach.exp
581         * gdb.base/save-bp.exp
582         * gdb.base/scope.exp
583         * gdb.base/sect-cmd.exp
584         * gdb.base/set-lang-auto.exp
585         * gdb.base/set-noassign.exp
586         * gdb.base/setvar.exp
587         * gdb.base/sigall.exp
588         * gdb.base/sigbpt.exp
589         * gdb.base/siginfo-addr.exp
590         * gdb.base/siginfo-infcall.exp
591         * gdb.base/siginfo-obj.exp
592         * gdb.base/siginfo.exp
593         * gdb.base/signals-state-child.exp
594         * gdb.base/signest.exp
595         * gdb.base/sigstep.exp
596         * gdb.base/sizeof.exp
597         * gdb.base/skip.exp
598         * gdb.base/solib-corrupted.exp
599         * gdb.base/solib-nodir.exp
600         * gdb.base/solib-search.exp
601         * gdb.base/stack-checking.exp
602         * gdb.base/stale-infcall.exp
603         * gdb.base/stap-probe.exp
604         * gdb.base/start.exp
605         * gdb.base/step-break.exp
606         * gdb.base/step-bt.exp
607         * gdb.base/step-line.exp
608         * gdb.base/step-over-exit.exp
609         * gdb.base/step-over-syscall.exp
610         * gdb.base/step-resume-infcall.exp
611         * gdb.base/step-test.exp
612         * gdb.base/store.exp
613         * gdb.base/structs3.exp
614         * gdb.base/sym-file.exp
615         * gdb.base/symbol-without-target_section.exp
616         * gdb.base/term.exp
617         * gdb.base/testenv.exp
618         * gdb.base/ui-redirect.exp
619         * gdb.base/until.exp
620         * gdb.base/unwindonsignal.exp
621         * gdb.base/value-double-free.exp
622         * gdb.base/vla-datatypes.exp
623         * gdb.base/vla-ptr.exp
624         * gdb.base/vla-sideeffect.exp
625         * gdb.base/volatile.exp
626         * gdb.base/watch-cond-infcall.exp
627         * gdb.base/watch-cond.exp
628         * gdb.base/watch-non-mem.exp
629         * gdb.base/watch-read.exp
630         * gdb.base/watch-vfork.exp
631         * gdb.base/watchpoint-cond-gone.exp
632         * gdb.base/watchpoint-delete.exp
633         * gdb.base/watchpoint-hw-hit-once.exp
634         * gdb.base/watchpoint-hw.exp
635         * gdb.base/watchpoint-stops-at-right-insn.exp
636         * gdb.base/watchpoints.exp
637         * gdb.base/wchar.exp
638         * gdb.base/whatis-exp.exp
639         * gdb.btrace/buffer-size.exp
640         * gdb.btrace/data.exp
641         * gdb.btrace/delta.exp
642         * gdb.btrace/dlopen.exp
643         * gdb.btrace/enable.exp
644         * gdb.btrace/exception.exp
645         * gdb.btrace/function_call_history.exp
646         * gdb.btrace/gcore.exp
647         * gdb.btrace/instruction_history.exp
648         * gdb.btrace/nohist.exp
649         * gdb.btrace/reconnect.exp
650         * gdb.btrace/record_goto-step.exp
651         * gdb.btrace/record_goto.exp
652         * gdb.btrace/rn-dl-bind.exp
653         * gdb.btrace/segv.exp
654         * gdb.btrace/step.exp
655         * gdb.btrace/stepi.exp
656         * gdb.btrace/tailcall-only.exp
657         * gdb.btrace/tailcall.exp
658         * gdb.btrace/tsx.exp
659         * gdb.btrace/unknown_functions.exp
660         * gdb.btrace/vdso.exp
661         * gdb.compile/compile-ifunc.exp
662         * gdb.compile/compile-ops.exp
663         * gdb.compile/compile-print.exp
664         * gdb.compile/compile-setjmp.exp
665         * gdb.cp/abstract-origin.exp
666         * gdb.cp/ambiguous.exp
667         * gdb.cp/annota2.exp
668         * gdb.cp/annota3.exp
669         * gdb.cp/anon-ns.exp
670         * gdb.cp/anon-struct.exp
671         * gdb.cp/anon-union.exp
672         * gdb.cp/arg-reference.exp
673         * gdb.cp/baseenum.exp
674         * gdb.cp/bool.exp
675         * gdb.cp/breakpoint.exp
676         * gdb.cp/bs15503.exp
677         * gdb.cp/call-c.exp
678         * gdb.cp/casts.exp
679         * gdb.cp/chained-calls.exp
680         * gdb.cp/class2.exp
681         * gdb.cp/classes.exp
682         * gdb.cp/cmpd-minsyms.exp
683         * gdb.cp/converts.exp
684         * gdb.cp/cp-relocate.exp
685         * gdb.cp/cpcompletion.exp
686         * gdb.cp/cpexprs.exp
687         * gdb.cp/cplabel.exp
688         * gdb.cp/cplusfuncs.exp
689         * gdb.cp/cpsizeof.exp
690         * gdb.cp/ctti.exp
691         * gdb.cp/derivation.exp
692         * gdb.cp/destrprint.exp
693         * gdb.cp/dispcxx.exp
694         * gdb.cp/enum-class.exp
695         * gdb.cp/exception.exp
696         * gdb.cp/exceptprint.exp
697         * gdb.cp/expand-psymtabs-cxx.exp
698         * gdb.cp/expand-sals.exp
699         * gdb.cp/extern-c.exp
700         * gdb.cp/filename.exp
701         * gdb.cp/formatted-ref.exp
702         * gdb.cp/fpointer.exp
703         * gdb.cp/gdb1355.exp
704         * gdb.cp/gdb2495.exp
705         * gdb.cp/hang.exp
706         * gdb.cp/impl-this.exp
707         * gdb.cp/infcall-dlopen.exp
708         * gdb.cp/inherit.exp
709         * gdb.cp/iostream.exp
710         * gdb.cp/koenig.exp
711         * gdb.cp/local.exp
712         * gdb.cp/m-data.exp
713         * gdb.cp/m-static.exp
714         * gdb.cp/mb-ctor.exp
715         * gdb.cp/mb-inline.exp
716         * gdb.cp/mb-templates.exp
717         * gdb.cp/member-name.exp
718         * gdb.cp/member-ptr.exp
719         * gdb.cp/meth-typedefs.exp
720         * gdb.cp/method.exp
721         * gdb.cp/method2.exp
722         * gdb.cp/minsym-fallback.exp
723         * gdb.cp/misc.exp
724         * gdb.cp/namelessclass.exp
725         * gdb.cp/namespace-enum.exp
726         * gdb.cp/namespace-nested-import.exp
727         * gdb.cp/namespace.exp
728         * gdb.cp/nextoverthrow.exp
729         * gdb.cp/no-dmgl-verbose.exp
730         * gdb.cp/non-trivial-retval.exp
731         * gdb.cp/noparam.exp
732         * gdb.cp/nsdecl.exp
733         * gdb.cp/nsimport.exp
734         * gdb.cp/nsnested.exp
735         * gdb.cp/nsnoimports.exp
736         * gdb.cp/nsrecurs.exp
737         * gdb.cp/nsstress.exp
738         * gdb.cp/nsusing.exp
739         * gdb.cp/operator.exp
740         * gdb.cp/oranking.exp
741         * gdb.cp/overload-const.exp
742         * gdb.cp/overload.exp
743         * gdb.cp/ovldbreak.exp
744         * gdb.cp/ovsrch.exp
745         * gdb.cp/paren-type.exp
746         * gdb.cp/parse-lang.exp
747         * gdb.cp/pass-by-ref.exp
748         * gdb.cp/pr-1023.exp
749         * gdb.cp/pr-1210.exp
750         * gdb.cp/pr-574.exp
751         * gdb.cp/pr10687.exp
752         * gdb.cp/pr12028.exp
753         * gdb.cp/pr17132.exp
754         * gdb.cp/pr17494.exp
755         * gdb.cp/pr9067.exp
756         * gdb.cp/pr9167.exp
757         * gdb.cp/pr9631.exp
758         * gdb.cp/printmethod.exp
759         * gdb.cp/psmang.exp
760         * gdb.cp/psymtab-parameter.exp
761         * gdb.cp/ptype-cv-cp.exp
762         * gdb.cp/ptype-flags.exp
763         * gdb.cp/re-set-overloaded.exp
764         * gdb.cp/ref-types.exp
765         * gdb.cp/rtti.exp
766         * gdb.cp/scope-err.exp
767         * gdb.cp/shadow.exp
768         * gdb.cp/smartp.exp
769         * gdb.cp/static-method.exp
770         * gdb.cp/static-print-quit.exp
771         * gdb.cp/temargs.exp
772         * gdb.cp/templates.exp
773         * gdb.cp/try_catch.exp
774         * gdb.cp/typedef-operator.exp
775         * gdb.cp/typeid.exp
776         * gdb.cp/userdef.exp
777         * gdb.cp/using-crash.exp
778         * gdb.cp/var-tag.exp
779         * gdb.cp/virtbase.exp
780         * gdb.cp/virtfunc.exp
781         * gdb.cp/virtfunc2.exp
782         * gdb.cp/vla-cxx.exp
783         * gdb.disasm/t01_mov.exp
784         * gdb.disasm/t02_mova.exp
785         * gdb.disasm/t03_add.exp
786         * gdb.disasm/t04_sub.exp
787         * gdb.disasm/t05_cmp.exp
788         * gdb.disasm/t06_ari2.exp
789         * gdb.disasm/t07_ari3.exp
790         * gdb.disasm/t08_or.exp
791         * gdb.disasm/t09_xor.exp
792         * gdb.disasm/t10_and.exp
793         * gdb.disasm/t11_logs.exp
794         * gdb.disasm/t12_bit.exp
795         * gdb.disasm/t13_otr.exp
796         * gdb.dlang/circular.exp
797         * gdb.dwarf2/arr-stride.exp
798         * gdb.dwarf2/arr-subrange.exp
799         * gdb.dwarf2/atomic-type.exp
800         * gdb.dwarf2/bad-regnum.exp
801         * gdb.dwarf2/bitfield-parent-optimized-out.exp
802         * gdb.dwarf2/callframecfa.exp
803         * gdb.dwarf2/clztest.exp
804         * gdb.dwarf2/corrupt.exp
805         * gdb.dwarf2/data-loc.exp
806         * gdb.dwarf2/dup-psym.exp
807         * gdb.dwarf2/dw2-anon-mptr.exp
808         * gdb.dwarf2/dw2-anonymous-func.exp
809         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
810         * gdb.dwarf2/dw2-bad-unresolved.exp
811         * gdb.dwarf2/dw2-basic.exp
812         * gdb.dwarf2/dw2-canonicalize-type.exp
813         * gdb.dwarf2/dw2-case-insensitive.exp
814         * gdb.dwarf2/dw2-common-block.exp
815         * gdb.dwarf2/dw2-compdir-oldgcc.exp
816         * gdb.dwarf2/dw2-compressed.exp
817         * gdb.dwarf2/dw2-const.exp
818         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
819         * gdb.dwarf2/dw2-cu-size.exp
820         * gdb.dwarf2/dw2-dup-frame.exp
821         * gdb.dwarf2/dw2-entry-value.exp
822         * gdb.dwarf2/dw2-icycle.exp
823         * gdb.dwarf2/dw2-ifort-parameter.exp
824         * gdb.dwarf2/dw2-inline-break.exp
825         * gdb.dwarf2/dw2-inline-param.exp
826         * gdb.dwarf2/dw2-intercu.exp
827         * gdb.dwarf2/dw2-intermix.exp
828         * gdb.dwarf2/dw2-lexical-block-bare.exp
829         * gdb.dwarf2/dw2-linkage-name-trust.exp
830         * gdb.dwarf2/dw2-minsym-in-cu.exp
831         * gdb.dwarf2/dw2-noloc.exp
832         * gdb.dwarf2/dw2-op-call.exp
833         * gdb.dwarf2/dw2-op-out-param.exp
834         * gdb.dwarf2/dw2-opt-structptr.exp
835         * gdb.dwarf2/dw2-param-error.exp
836         * gdb.dwarf2/dw2-producer.exp
837         * gdb.dwarf2/dw2-ranges-base.exp
838         * gdb.dwarf2/dw2-ref-missing-frame.exp
839         * gdb.dwarf2/dw2-reg-undefined.exp
840         * gdb.dwarf2/dw2-regno-invalid.exp
841         * gdb.dwarf2/dw2-restore.exp
842         * gdb.dwarf2/dw2-restrict.exp
843         * gdb.dwarf2/dw2-single-line-discriminators.exp
844         * gdb.dwarf2/dw2-strp.exp
845         * gdb.dwarf2/dw2-undefined-ret-addr.exp
846         * gdb.dwarf2/dw2-unresolved.exp
847         * gdb.dwarf2/dw2-var-zero-addr.exp
848         * gdb.dwarf2/dw4-sig-types.exp
849         * gdb.dwarf2/dwz.exp
850         * gdb.dwarf2/dynarr-ptr.exp
851         * gdb.dwarf2/enum-type.exp
852         * gdb.dwarf2/gdb-index.exp
853         * gdb.dwarf2/implptr-64bit.exp
854         * gdb.dwarf2/implptr-optimized-out.exp
855         * gdb.dwarf2/implptr.exp
856         * gdb.dwarf2/implref-array.exp
857         * gdb.dwarf2/implref-const.exp
858         * gdb.dwarf2/implref-global.exp
859         * gdb.dwarf2/implref-struct.exp
860         * gdb.dwarf2/mac-fileno.exp
861         * gdb.dwarf2/main-subprogram.exp
862         * gdb.dwarf2/member-ptr-forwardref.exp
863         * gdb.dwarf2/method-ptr.exp
864         * gdb.dwarf2/missing-sig-type.exp
865         * gdb.dwarf2/nonvar-access.exp
866         * gdb.dwarf2/opaque-type-lookup.exp
867         * gdb.dwarf2/pieces-optimized-out.exp
868         * gdb.dwarf2/pieces.exp
869         * gdb.dwarf2/pr10770.exp
870         * gdb.dwarf2/pr13961.exp
871         * gdb.dwarf2/staticvirtual.exp
872         * gdb.dwarf2/subrange.exp
873         * gdb.dwarf2/symtab-producer.exp
874         * gdb.dwarf2/trace-crash.exp
875         * gdb.dwarf2/typeddwarf.exp
876         * gdb.dwarf2/valop.exp
877         * gdb.dwarf2/watch-notconst.exp
878         * gdb.fortran/array-element.exp
879         * gdb.fortran/charset.exp
880         * gdb.fortran/common-block.exp
881         * gdb.fortran/complex.exp
882         * gdb.fortran/derived-type-function.exp
883         * gdb.fortran/derived-type.exp
884         * gdb.fortran/logical.exp
885         * gdb.fortran/module.exp
886         * gdb.fortran/multi-dim.exp
887         * gdb.fortran/nested-funcs.exp
888         * gdb.fortran/print-formatted.exp
889         * gdb.fortran/subarray.exp
890         * gdb.fortran/vla-alloc-assoc.exp
891         * gdb.fortran/vla-datatypes.exp
892         * gdb.fortran/vla-history.exp
893         * gdb.fortran/vla-ptr-info.exp
894         * gdb.fortran/vla-ptype-sub.exp
895         * gdb.fortran/vla-ptype.exp
896         * gdb.fortran/vla-sizeof.exp
897         * gdb.fortran/vla-type.exp
898         * gdb.fortran/vla-value-sub-arbitrary.exp
899         * gdb.fortran/vla-value-sub-finish.exp
900         * gdb.fortran/vla-value-sub.exp
901         * gdb.fortran/vla-value.exp
902         * gdb.fortran/whatis_type.exp
903         * gdb.go/chan.exp
904         * gdb.go/handcall.exp
905         * gdb.go/hello.exp
906         * gdb.go/integers.exp
907         * gdb.go/methods.exp
908         * gdb.go/package.exp
909         * gdb.go/strings.exp
910         * gdb.go/types.exp
911         * gdb.go/unsafe.exp
912         * gdb.guile/scm-arch.exp
913         * gdb.guile/scm-block.exp
914         * gdb.guile/scm-breakpoint.exp
915         * gdb.guile/scm-cmd.exp
916         * gdb.guile/scm-disasm.exp
917         * gdb.guile/scm-equal.exp
918         * gdb.guile/scm-frame-args.exp
919         * gdb.guile/scm-frame-inline.exp
920         * gdb.guile/scm-frame.exp
921         * gdb.guile/scm-iterator.exp
922         * gdb.guile/scm-math.exp
923         * gdb.guile/scm-objfile.exp
924         * gdb.guile/scm-ports.exp
925         * gdb.guile/scm-symbol.exp
926         * gdb.guile/scm-symtab.exp
927         * gdb.guile/scm-value-cc.exp
928         * gdb.guile/types-module.exp
929         * gdb.linespec/break-ask.exp
930         * gdb.linespec/cpexplicit.exp
931         * gdb.linespec/explicit.exp
932         * gdb.linespec/keywords.exp
933         * gdb.linespec/linespec.exp
934         * gdb.linespec/ls-dollar.exp
935         * gdb.linespec/ls-errs.exp
936         * gdb.linespec/skip-two.exp
937         * gdb.linespec/thread.exp
938         * gdb.mi/mi-async.exp
939         * gdb.mi/mi-basics.exp
940         * gdb.mi/mi-break.exp
941         * gdb.mi/mi-catch-load.exp
942         * gdb.mi/mi-cli.exp
943         * gdb.mi/mi-cmd-param-changed.exp
944         * gdb.mi/mi-console.exp
945         * gdb.mi/mi-detach.exp
946         * gdb.mi/mi-disassemble.exp
947         * gdb.mi/mi-eval.exp
948         * gdb.mi/mi-file-transfer.exp
949         * gdb.mi/mi-file.exp
950         * gdb.mi/mi-fill-memory.exp
951         * gdb.mi/mi-inheritance-syntax-error.exp
952         * gdb.mi/mi-linespec-err-cp.exp
953         * gdb.mi/mi-logging.exp
954         * gdb.mi/mi-memory-changed.exp
955         * gdb.mi/mi-read-memory.exp
956         * gdb.mi/mi-record-changed.exp
957         * gdb.mi/mi-reg-undefined.exp
958         * gdb.mi/mi-regs.exp
959         * gdb.mi/mi-return.exp
960         * gdb.mi/mi-reverse.exp
961         * gdb.mi/mi-simplerun.exp
962         * gdb.mi/mi-solib.exp
963         * gdb.mi/mi-stack.exp
964         * gdb.mi/mi-stepi.exp
965         * gdb.mi/mi-syn-frame.exp
966         * gdb.mi/mi-until.exp
967         * gdb.mi/mi-var-block.exp
968         * gdb.mi/mi-var-child.exp
969         * gdb.mi/mi-var-cmd.exp
970         * gdb.mi/mi-var-cp.exp
971         * gdb.mi/mi-var-display.exp
972         * gdb.mi/mi-var-invalidate.exp
973         * gdb.mi/mi-var-list-children-invalid-grandchild.exp
974         * gdb.mi/mi-vla-fortran.exp
975         * gdb.mi/mi-watch.exp
976         * gdb.mi/mi2-var-child.exp
977         * gdb.mi/user-selected-context-sync.exp
978         * gdb.modula2/unbounded-array.exp
979         * gdb.multi/dummy-frame-restore.exp
980         * gdb.multi/multi-arch-exec.exp
981         * gdb.multi/multi-arch.exp
982         * gdb.multi/tids.exp
983         * gdb.multi/watchpoint-multi.exp
984         * gdb.opencl/callfuncs.exp
985         * gdb.opencl/convs_casts.exp
986         * gdb.opencl/datatypes.exp
987         * gdb.opencl/operators.exp
988         * gdb.opencl/vec_comps.exp
989         * gdb.opt/clobbered-registers-O2.exp
990         * gdb.opt/inline-break.exp
991         * gdb.opt/inline-bt.exp
992         * gdb.opt/inline-cmds.exp
993         * gdb.opt/inline-locals.exp
994         * gdb.pascal/case-insensitive-symbols.exp
995         * gdb.pascal/floats.exp
996         * gdb.pascal/gdb11492.exp
997         * gdb.python/lib-types.exp
998         * gdb.python/py-arch.exp
999         * gdb.python/py-as-string.exp
1000         * gdb.python/py-bad-printers.exp
1001         * gdb.python/py-block.exp
1002         * gdb.python/py-breakpoint-create-fail.exp
1003         * gdb.python/py-breakpoint.exp
1004         * gdb.python/py-caller-is.exp
1005         * gdb.python/py-cmd.exp
1006         * gdb.python/py-explore-cc.exp
1007         * gdb.python/py-explore.exp
1008         * gdb.python/py-finish-breakpoint.exp
1009         * gdb.python/py-finish-breakpoint2.exp
1010         * gdb.python/py-frame-args.exp
1011         * gdb.python/py-frame-inline.exp
1012         * gdb.python/py-frame.exp
1013         * gdb.python/py-framefilter-mi.exp
1014         * gdb.python/py-infthread.exp
1015         * gdb.python/py-lazy-string.exp
1016         * gdb.python/py-linetable.exp
1017         * gdb.python/py-mi-events.exp
1018         * gdb.python/py-mi-objfile.exp
1019         * gdb.python/py-mi.exp
1020         * gdb.python/py-objfile.exp
1021         * gdb.python/py-pp-integral.exp
1022         * gdb.python/py-pp-maint.exp
1023         * gdb.python/py-pp-re-notag.exp
1024         * gdb.python/py-pp-registration.exp
1025         * gdb.python/py-recurse-unwind.exp
1026         * gdb.python/py-strfns.exp
1027         * gdb.python/py-symbol.exp
1028         * gdb.python/py-symtab.exp
1029         * gdb.python/py-sync-interp.exp
1030         * gdb.python/py-typeprint.exp
1031         * gdb.python/py-unwind-maint.exp
1032         * gdb.python/py-unwind.exp
1033         * gdb.python/py-value-cc.exp
1034         * gdb.python/py-xmethods.exp
1035         * gdb.reverse/amd64-tailcall-reverse.exp
1036         * gdb.reverse/break-precsave.exp
1037         * gdb.reverse/break-reverse.exp
1038         * gdb.reverse/consecutive-precsave.exp
1039         * gdb.reverse/consecutive-reverse.exp
1040         * gdb.reverse/finish-precsave.exp
1041         * gdb.reverse/finish-reverse-bkpt.exp
1042         * gdb.reverse/finish-reverse.exp
1043         * gdb.reverse/fstatat-reverse.exp
1044         * gdb.reverse/getresuid-reverse.exp
1045         * gdb.reverse/i386-precsave.exp
1046         * gdb.reverse/i386-reverse.exp
1047         * gdb.reverse/i386-sse-reverse.exp
1048         * gdb.reverse/i387-env-reverse.exp
1049         * gdb.reverse/i387-stack-reverse.exp
1050         * gdb.reverse/insn-reverse.exp
1051         * gdb.reverse/machinestate-precsave.exp
1052         * gdb.reverse/machinestate.exp
1053         * gdb.reverse/next-reverse-bkpt-over-sr.exp
1054         * gdb.reverse/pipe-reverse.exp
1055         * gdb.reverse/readv-reverse.exp
1056         * gdb.reverse/recvmsg-reverse.exp
1057         * gdb.reverse/rerun-prec.exp
1058         * gdb.reverse/s390-mvcle.exp
1059         * gdb.reverse/step-precsave.exp
1060         * gdb.reverse/step-reverse.exp
1061         * gdb.reverse/time-reverse.exp
1062         * gdb.reverse/until-precsave.exp
1063         * gdb.reverse/until-reverse.exp
1064         * gdb.reverse/waitpid-reverse.exp
1065         * gdb.reverse/watch-precsave.exp
1066         * gdb.reverse/watch-reverse.exp
1067         * gdb.rust/generics.exp
1068         * gdb.rust/methods.exp
1069         * gdb.rust/modules.exp
1070         * gdb.rust/simple.exp
1071         * gdb.server/connect-with-no-symbol-file.exp
1072         * gdb.server/ext-attach.exp
1073         * gdb.server/ext-restart.exp
1074         * gdb.server/ext-wrapper.exp
1075         * gdb.server/file-transfer.exp
1076         * gdb.server/server-exec-info.exp
1077         * gdb.server/server-kill.exp
1078         * gdb.server/server-mon.exp
1079         * gdb.server/wrapper.exp
1080         * gdb.stabs/exclfwd.exp
1081         * gdb.stabs/gdb11479.exp
1082         * gdb.threads/clone-new-thread-event.exp
1083         * gdb.threads/corethreads.exp
1084         * gdb.threads/current-lwp-dead.exp
1085         * gdb.threads/dlopen-libpthread.exp
1086         * gdb.threads/gcore-thread.exp
1087         * gdb.threads/sigstep-threads.exp
1088         * gdb.threads/watchpoint-fork.exp
1089         * gdb.trace/actions-changed.exp
1090         * gdb.trace/backtrace.exp
1091         * gdb.trace/change-loc.exp
1092         * gdb.trace/circ.exp
1093         * gdb.trace/collection.exp
1094         * gdb.trace/disconnected-tracing.exp
1095         * gdb.trace/ftrace.exp
1096         * gdb.trace/mi-trace-frame-collected.exp
1097         * gdb.trace/mi-trace-unavailable.exp
1098         * gdb.trace/mi-traceframe-changed.exp
1099         * gdb.trace/mi-tsv-changed.exp
1100         * gdb.trace/no-attach-trace.exp
1101         * gdb.trace/passc-dyn.exp
1102         * gdb.trace/qtro.exp
1103         * gdb.trace/range-stepping.exp
1104         * gdb.trace/read-memory.exp
1105         * gdb.trace/save-trace.exp
1106         * gdb.trace/signal.exp
1107         * gdb.trace/status-stop.exp
1108         * gdb.trace/tfile.exp
1109         * gdb.trace/trace-break.exp
1110         * gdb.trace/trace-buffer-size.exp
1111         * gdb.trace/trace-condition.exp
1112         * gdb.trace/tracefile-pseudo-reg.exp
1113         * gdb.trace/tstatus.exp
1114         * gdb.trace/unavailable.exp
1115         * gdb.trace/while-dyn.exp
1116         * gdb.trace/while-stepping.exp
1117
1118 2016-12-22  Doug Evans  <xdje42@gmail.com>
1119
1120         * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1121         and msymbols.
1122
1123 2016-12-19  Yao Qi  <yao.qi@linaro.org>
1124
1125         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1126         (test_with_self): Don't call do_steps_and_nexts, and remove
1127         code about stepping into xmalloc.
1128
1129 2016-12-09  Yao Qi  <yao.qi@linaro.org>
1130
1131         * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1132
1133 2016-12-09  Yao Qi  <yao.qi@linaro.org>
1134
1135         * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1136
1137 2016-12-09  Pedro Alves  <palves@redhat.com>
1138
1139         * gdb.base/all-architectures-0.exp: New file.
1140         * gdb.base/all-architectures-1.exp: New file.
1141         * gdb.base/all-architectures-2.exp: New file.
1142         * gdb.base/all-architectures-3.exp: New file.
1143         * gdb.base/all-architectures-4.exp: New file.
1144         * gdb.base/all-architectures-5.exp: New file.
1145         * gdb.base/all-architectures-6.exp: New file.
1146         * gdb.base/all-architectures-7.exp: New file.
1147         * gdb.base/all-architectures.exp.in: New file.
1148
1149 2016-12-09  Yao Qi  <yao.qi@linaro.org>
1150
1151         * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1152
1153 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
1154
1155         * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1156         possible.
1157         Remove useless pattern-matching code.
1158
1159 2016-12-02  Pedro Alves  <palves@redhat.com>
1160
1161         * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1162         procedure.
1163         (top level): Call it.
1164
1165 2016-12-02  Pedro Alves  <palves@redhat.com>
1166
1167         * gdb.base/commands.exp (user_defined_command_args_stack_test):
1168         New procedure.
1169         (top level): Call it.
1170
1171 2016-12-02  Pedro Alves  <palves@redhat.com>
1172
1173         PR cli/20559
1174         * gdb.base/commands.exp (user_defined_command_args_eval): New
1175         procedure.
1176         (top level): Call it.
1177
1178 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
1179
1180         * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1181         timeout handling.
1182
1183 2016-12-02  Tom Tromey  <tom@tromey.com>
1184
1185         * gdb.dwarf2/main-subprogram.c: New file.
1186         * gdb.dwarf2/main-subprogram.exp: New file.
1187
1188 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1189
1190         * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1191         * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1192         gdb_test_no_output for a couple of cases.
1193         * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1194
1195 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1196
1197         Fix test names and standardize compilation error messages throughout
1198         the following files:
1199
1200         * gdb.ada/start.exp
1201         * gdb.arch/alpha-step.exp
1202         * gdb.arch/e500-prologue.exp
1203         * gdb.arch/ftrace-insn-reloc.exp
1204         * gdb.arch/gdb1291.exp
1205         * gdb.arch/gdb1431.exp
1206         * gdb.arch/gdb1558.exp
1207         * gdb.arch/i386-dr3-watch.exp
1208         * gdb.arch/i386-sse-stack-align.exp
1209         * gdb.arch/ia64-breakpoint-shadow.exp
1210         * gdb.arch/pa-nullify.exp
1211         * gdb.arch/powerpc-aix-prologue.exp
1212         * gdb.arch/thumb-bx-pc.exp
1213         * gdb.base/annota1.exp
1214         * gdb.base/annota3.exp
1215         * gdb.base/arrayidx.exp
1216         * gdb.base/assign.exp
1217         * gdb.base/attach.exp
1218         * gdb.base/auxv.exp
1219         * gdb.base/bang.exp
1220         * gdb.base/bfp-test.exp
1221         * gdb.base/bigcore.exp
1222         * gdb.base/bitfields2.exp
1223         * gdb.base/break-fun-addr.exp
1224         * gdb.base/break-probes.exp
1225         * gdb.base/call-rt-st.exp
1226         * gdb.base/callexit.exp
1227         * gdb.base/catch-fork-kill.exp
1228         * gdb.base/charset.exp
1229         * gdb.base/checkpoint.exp
1230         * gdb.base/comprdebug.exp
1231         * gdb.base/constvars.exp
1232         * gdb.base/coredump-filter.exp
1233         * gdb.base/cursal.exp
1234         * gdb.base/cvexpr.exp
1235         * gdb.base/detach.exp
1236         * gdb.base/display.exp
1237         * gdb.base/dmsym.exp
1238         * gdb.base/dprintf-pending.exp
1239         * gdb.base/dso2dso.exp
1240         * gdb.base/dtrace-probe.exp
1241         * gdb.base/dump.exp
1242         * gdb.base/enum_cond.exp
1243         * gdb.base/exe-lock.exp
1244         * gdb.base/exec-invalid-sysroot.exp
1245         * gdb.base/execl-update-breakpoints.exp
1246         * gdb.base/exprs.exp
1247         * gdb.base/fileio.exp
1248         * gdb.base/find.exp
1249         * gdb.base/finish.exp
1250         * gdb.base/fixsection.exp
1251         * gdb.base/foll-vfork.exp
1252         * gdb.base/frame-args.exp
1253         * gdb.base/gcore.exp
1254         * gdb.base/gdb1250.exp
1255         * gdb.base/global-var-nested-by-dso.exp
1256         * gdb.base/gnu-ifunc.exp
1257         * gdb.base/hashline1.exp
1258         * gdb.base/hashline2.exp
1259         * gdb.base/hashline3.exp
1260         * gdb.base/hbreak-in-shr-unsupported.exp
1261         * gdb.base/huge.exp
1262         * gdb.base/infcall-input.exp
1263         * gdb.base/info-fun.exp
1264         * gdb.base/info-shared.exp
1265         * gdb.base/jit-simple.exp
1266         * gdb.base/jit-so.exp
1267         * gdb.base/jit.exp
1268         * gdb.base/jump.exp
1269         * gdb.base/label.exp
1270         * gdb.base/lineinc.exp
1271         * gdb.base/logical.exp
1272         * gdb.base/longjmp.exp
1273         * gdb.base/macscp.exp
1274         * gdb.base/miscexprs.exp
1275         * gdb.base/new-ui-echo.exp
1276         * gdb.base/new-ui-pending-input.exp
1277         * gdb.base/new-ui.exp
1278         * gdb.base/nodebug.exp
1279         * gdb.base/nofield.exp
1280         * gdb.base/offsets.exp
1281         * gdb.base/overlays.exp
1282         * gdb.base/pending.exp
1283         * gdb.base/pointers.exp
1284         * gdb.base/pr11022.exp
1285         * gdb.base/printcmds.exp
1286         * gdb.base/prologue.exp
1287         * gdb.base/ptr-typedef.exp
1288         * gdb.base/realname-expand.exp
1289         * gdb.base/relativedebug.exp
1290         * gdb.base/relocate.exp
1291         * gdb.base/remote.exp
1292         * gdb.base/reread.exp
1293         * gdb.base/return2.exp
1294         * gdb.base/savedregs.exp
1295         * gdb.base/sep.exp
1296         * gdb.base/sepdebug.exp
1297         * gdb.base/sepsymtab.exp
1298         * gdb.base/set-inferior-tty.exp
1299         * gdb.base/setshow.exp
1300         * gdb.base/shlib-call.exp
1301         * gdb.base/sigaltstack.exp
1302         * gdb.base/siginfo-addr.exp
1303         * gdb.base/signals.exp
1304         * gdb.base/signull.exp
1305         * gdb.base/sigrepeat.exp
1306         * gdb.base/so-impl-ld.exp
1307         * gdb.base/solib-display.exp
1308         * gdb.base/solib-overlap.exp
1309         * gdb.base/solib-search.exp
1310         * gdb.base/solib-symbol.exp
1311         * gdb.base/structs.exp
1312         * gdb.base/structs2.exp
1313         * gdb.base/symtab-search-order.exp
1314         * gdb.base/twice.exp
1315         * gdb.base/unload.exp
1316         * gdb.base/varargs.exp
1317         * gdb.base/watchpoint-solib.exp
1318         * gdb.base/watchpoint.exp
1319         * gdb.base/whatis.exp
1320         * gdb.base/wrong_frame_bt_full.exp
1321         * gdb.btrace/dlopen.exp
1322         * gdb.cell/ea-standalone.exp
1323         * gdb.cell/ea-test.exp
1324         * gdb.cp/dispcxx.exp
1325         * gdb.cp/gdb2384.exp
1326         * gdb.cp/method2.exp
1327         * gdb.cp/nextoverthrow.exp
1328         * gdb.cp/pr10728.exp
1329         * gdb.disasm/am33.exp
1330         * gdb.disasm/h8300s.exp
1331         * gdb.disasm/mn10300.exp
1332         * gdb.disasm/sh3.exp
1333         * gdb.dwarf2/dw2-dir-file-name.exp
1334         * gdb.fortran/complex.exp
1335         * gdb.fortran/library-module.exp
1336         * gdb.guile/scm-pretty-print.exp
1337         * gdb.guile/scm-symbol.exp
1338         * gdb.guile/scm-type.exp
1339         * gdb.guile/scm-value.exp
1340         * gdb.linespec/linespec.exp
1341         * gdb.mi/gdb701.exp
1342         * gdb.mi/gdb792.exp
1343         * gdb.mi/mi-breakpoint-changed.exp
1344         * gdb.mi/mi-dprintf-pending.exp
1345         * gdb.mi/mi-dprintf.exp
1346         * gdb.mi/mi-exit-code.exp
1347         * gdb.mi/mi-pending.exp
1348         * gdb.mi/mi-solib.exp
1349         * gdb.mi/new-ui-mi-sync.exp
1350         * gdb.mi/pr11022.exp
1351         * gdb.mi/user-selected-context-sync.exp
1352         * gdb.opt/solib-intra-step.exp
1353         * gdb.python/py-events.exp
1354         * gdb.python/py-finish-breakpoint.exp
1355         * gdb.python/py-mi.exp
1356         * gdb.python/py-prettyprint.exp
1357         * gdb.python/py-shared.exp
1358         * gdb.python/py-symbol.exp
1359         * gdb.python/py-template.exp
1360         * gdb.python/py-type.exp
1361         * gdb.python/py-value.exp
1362         * gdb.reverse/solib-precsave.exp
1363         * gdb.reverse/solib-reverse.exp
1364         * gdb.server/solib-list.exp
1365         * gdb.stabs/weird.exp
1366         * gdb.threads/reconnect-signal.exp
1367         * gdb.threads/stepi-random-signal.exp
1368         * gdb.trace/actions.exp
1369         * gdb.trace/ax.exp
1370         * gdb.trace/backtrace.exp
1371         * gdb.trace/change-loc.exp
1372         * gdb.trace/deltrace.exp
1373         * gdb.trace/ftrace-lock.exp
1374         * gdb.trace/ftrace.exp
1375         * gdb.trace/infotrace.exp
1376         * gdb.trace/mi-tracepoint-changed.exp
1377         * gdb.trace/packetlen.exp
1378         * gdb.trace/passcount.exp
1379         * gdb.trace/pending.exp
1380         * gdb.trace/range-stepping.exp
1381         * gdb.trace/report.exp
1382         * gdb.trace/stap-trace.exp
1383         * gdb.trace/tfind.exp
1384         * gdb.trace/trace-break.exp
1385         * gdb.trace/trace-condition.exp
1386         * gdb.trace/trace-enable-disable.exp
1387         * gdb.trace/trace-mt.exp
1388         * gdb.trace/tracecmd.exp
1389         * gdb.trace/tspeed.exp
1390         * gdb.trace/tsv.exp
1391         * lib/perftest.exp
1392
1393 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1394
1395         * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1396         with gdb_test_no_output.
1397         Use command as test name.
1398
1399 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1400
1401         Fix test names starting with uppercase throughout the files.
1402
1403         * gdb.ada/assign_1.exp
1404         * gdb.ada/boolean_expr.exp
1405         * gdb.base/arrayidx.exp
1406         * gdb.base/del.exp
1407         * gdb.base/gcore-buffer-overflow.exp
1408         * gdb.base/testenv.exp
1409         * gdb.compile/compile.exp
1410         * gdb.python/py-framefilter-invalidarg.exp
1411         * gdb.python/py-framefilter.exp
1412
1413 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1414
1415         Fix test names starting with uppercase throughout the files.
1416
1417         * gdb.ada/array_return.exp
1418         * gdb.ada/expr_delims.exp
1419         * gdb.ada/mi_dyn_arr.exp
1420         * gdb.ada/mi_interface.exp
1421         * gdb.ada/mi_var_array.exp
1422         * gdb.ada/watch_arg.exp
1423         * gdb.arch/alpha-step.exp
1424         * gdb.arch/altivec-regs.exp
1425         * gdb.arch/e500-regs.exp
1426         * gdb.arch/powerpc-d128-regs.exp
1427         * gdb.base/arrayidx.exp
1428         * gdb.base/break.exp
1429         * gdb.base/checkpoint.exp
1430         * gdb.base/debug-expr.exp
1431         * gdb.base/dmsym.exp
1432         * gdb.base/radix.exp
1433         * gdb.base/sepdebug.exp
1434         * gdb.base/testenv.exp
1435         * gdb.base/watch_thread_num.exp
1436         * gdb.base/watchpoint-cond-gone.exp
1437         * gdb.cell/break.exp
1438         * gdb.cell/ea-cache.exp
1439         * gdb.compile/compile.exp
1440         * gdb.cp/gdb2495.exp
1441         * gdb.gdb/selftest.exp
1442         * gdb.gdb/xfullpath.exp
1443         * gdb.go/hello.exp
1444         * gdb.go/integers.exp
1445         * gdb.objc/basicclass.exp
1446         * gdb.pascal/hello.exp
1447         * gdb.pascal/integers.exp
1448         * gdb.python/py-breakpoint.exp
1449         * gdb.python/py-cmd.exp
1450         * gdb.python/py-linetable.exp
1451         * gdb.python/py-xmethods.exp
1452         * gdb.python/python.exp
1453         * gdb.reverse/consecutive-precsave.exp
1454         * gdb.reverse/finish-precsave.exp
1455         * gdb.reverse/i386-precsave.exp
1456         * gdb.reverse/machinestate-precsave.exp
1457         * gdb.reverse/sigall-precsave.exp
1458         * gdb.reverse/solib-precsave.exp
1459         * gdb.reverse/step-precsave.exp
1460         * gdb.reverse/until-precsave.exp
1461         * gdb.reverse/watch-precsave.exp
1462         * gdb.threads/leader-exit.exp
1463         * gdb.threads/pthreads.exp
1464         * gdb.threads/wp-replication.exp
1465         * gdb.trace/actions.exp
1466         * gdb.trace/mi-tsv-changed.exp
1467         * gdb.trace/tsv.exp
1468
1469 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1470
1471         Fix test names starting with uppercase throughout the files.
1472
1473         * gdb.arch/i386-bp_permanent.exp
1474         * gdb.arch/i386-gnu-cfi.exp
1475         * gdb.base/disasm-end-cu.exp
1476         * gdb.base/macscp.exp
1477         * gdb.base/pending.exp
1478         * gdb.base/watch_thread_num.exp
1479         * gdb.cp/exception.exp
1480         * gdb.cp/gdb2495.exp
1481         * gdb.cp/local.exp
1482         * gdb.python/py-evsignal.exp
1483         * gdb.python/python.exp
1484         * gdb.trace/tracecmd.exp
1485
1486 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1487
1488         Fix test names starting with uppercase throughout the files.
1489
1490         * gdb.base/charset.exp
1491         * gdb.base/eval.exp
1492         * gdb.base/multi-forks.exp
1493         * gdb.guile/scm-progspace.exp
1494         * gdb.opencl/datatypes.exp
1495         * gdb.python/py-block.exp
1496         * gdb.python/py-function.exp
1497         * gdb.python/py-symbol.exp
1498         * gdb.python/py-symtab.exp
1499         * gdb.python/py-xmethods.exp
1500         * gdb.reverse/break-precsave.exp
1501         * gdb.reverse/break-reverse.exp
1502         * gdb.reverse/consecutive-precsave.exp
1503         * gdb.reverse/consecutive-reverse.exp
1504         * gdb.reverse/finish-precsave.exp
1505         * gdb.reverse/finish-reverse-bkpt.exp
1506         * gdb.reverse/finish-reverse.exp
1507         * gdb.reverse/fstatat-reverse.exp
1508         * gdb.reverse/getresuid-reverse.exp
1509         * gdb.reverse/i386-precsave.exp
1510         * gdb.reverse/i386-reverse.exp
1511         * gdb.reverse/i386-sse-reverse.exp
1512         * gdb.reverse/i387-stack-reverse.exp
1513         * gdb.reverse/insn-reverse.exp
1514         * gdb.reverse/machinestate-precsave.exp
1515         * gdb.reverse/machinestate.exp
1516         * gdb.reverse/next-reverse-bkpt-over-sr.exp
1517         * gdb.reverse/pipe-reverse.exp
1518         * gdb.reverse/readv-reverse.exp
1519         * gdb.reverse/recvmsg-reverse.exp
1520         * gdb.reverse/rerun-prec.exp
1521         * gdb.reverse/s390-mvcle.exp
1522         * gdb.reverse/sigall-precsave.exp
1523         * gdb.reverse/sigall-reverse.exp
1524         * gdb.reverse/solib-precsave.exp
1525         * gdb.reverse/solib-reverse.exp
1526         * gdb.reverse/step-precsave.exp
1527         * gdb.reverse/step-reverse.exp
1528         * gdb.reverse/time-reverse.exp
1529         * gdb.reverse/until-precsave.exp
1530         * gdb.reverse/until-reverse.exp
1531         * gdb.reverse/waitpid-reverse.exp
1532         * gdb.reverse/watch-precsave.exp
1533         * gdb.reverse/watch-reverse.exp
1534
1535 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1536
1537         Fix test names starting with uppercase throughout the files.
1538
1539         * gdb.arch/i386-mpx-simple_segv.exp
1540         * gdb.arch/i386-mpx.exp
1541         * gdb.arch/i386-permbkpt.exp
1542         * gdb.arch/pa-nullify.exp
1543         * gdb.arch/powerpc-d128-regs.exp
1544         * gdb.arch/vsx-regs.exp
1545         * gdb.base/bfp-test.exp
1546         * gdb.base/break.exp
1547         * gdb.base/breakpoint-shadow.exp
1548         * gdb.base/callfuncs.exp
1549         * gdb.base/charset.exp
1550         * gdb.base/commands.exp
1551         * gdb.base/completion.exp
1552         * gdb.base/dfp-test.exp
1553         * gdb.base/echo.exp
1554         * gdb.base/ending-run.exp
1555         * gdb.base/eval.exp
1556         * gdb.base/expand-psymtabs.exp
1557         * gdb.base/float128.exp
1558         * gdb.base/floatn.exp
1559         * gdb.base/foll-exec-mode.exp
1560         * gdb.base/gdb1056.exp
1561         * gdb.base/gdb11531.exp
1562         * gdb.base/kill-after-signal.exp
1563         * gdb.base/multi-forks.exp
1564         * gdb.base/overlays.exp
1565         * gdb.base/pending.exp
1566         * gdb.base/sepdebug.exp
1567         * gdb.base/testenv.exp
1568         * gdb.base/valgrind-db-attach.exp
1569         * gdb.base/watch_thread_num.exp
1570         * gdb.base/watchpoint-cond-gone.exp
1571         * gdb.base/watchpoint.exp
1572         * gdb.base/watchpoints.exp
1573         * gdb.cp/arg-reference.exp
1574         * gdb.cp/baseenum.exp
1575         * gdb.cp/operator.exp
1576         * gdb.cp/shadow.exp
1577         * gdb.dwarf2/dw2-op-out-param.exp
1578         * gdb.dwarf2/dw2-reg-undefined.exp
1579         * gdb.go/chan.exp
1580         * gdb.go/hello.exp
1581         * gdb.go/integers.exp
1582         * gdb.go/methods.exp
1583         * gdb.go/package.exp
1584         * gdb.guile/scm-parameter.exp
1585         * gdb.guile/scm-progspace.exp
1586         * gdb.guile/scm-value.exp
1587         * gdb.mi/mi-pending.exp
1588         * gdb.mi/user-selected-context-sync.exp
1589         * gdb.multi/multi-attach.exp
1590         * gdb.multi/tids.exp
1591         * gdb.opt/clobbered-registers-O2.exp
1592         * gdb.pascal/floats.exp
1593         * gdb.pascal/integers.exp
1594         * gdb.python/py-block.exp
1595         * gdb.python/py-events.exp
1596         * gdb.python/py-parameter.exp
1597         * gdb.python/py-symbol.exp
1598         * gdb.python/py-symtab.exp
1599         * gdb.python/py-type.exp
1600         * gdb.python/py-value.exp
1601         * gdb.python/py-xmethods.exp
1602         * gdb.python/python.exp
1603         * gdb.reverse/break-precsave.exp
1604         * gdb.reverse/consecutive-precsave.exp
1605         * gdb.reverse/finish-precsave.exp
1606         * gdb.reverse/i386-precsave.exp
1607         * gdb.reverse/machinestate-precsave.exp
1608         * gdb.reverse/sigall-precsave.exp
1609         * gdb.reverse/solib-precsave.exp
1610         * gdb.reverse/step-precsave.exp
1611         * gdb.reverse/until-precsave.exp
1612         * gdb.reverse/watch-precsave.exp
1613         * gdb.server/ext-attach.exp
1614         * gdb.server/ext-restart.exp
1615         * gdb.server/ext-run.exp
1616         * gdb.server/ext-wrapper.exp
1617         * gdb.stabs/gdb11479.exp
1618         * gdb.stabs/weird.exp
1619         * gdb.threads/attach-many-short-lived-threads.exp
1620         * gdb.threads/kill.exp
1621         * gdb.threads/watchpoint-fork.exp
1622
1623 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1624
1625         Fix test names starting with uppercase throughout all the files below.
1626
1627         * gdb.ada/array_return.exp
1628         * gdb.ada/catch_ex.exp
1629         * gdb.ada/info_exc.exp
1630         * gdb.ada/mi_catch_ex.exp
1631         * gdb.ada/mi_dyn_arr.exp
1632         * gdb.ada/mi_ex_cond.exp
1633         * gdb.ada/mi_exc_info.exp
1634         * gdb.ada/mi_interface.exp
1635         * gdb.ada/mi_task_arg.exp
1636         * gdb.ada/mi_task_info.exp
1637         * gdb.ada/mi_var_array.exp
1638         * gdb.arch/alpha-step.exp
1639         * gdb.arch/amd64-disp-step.exp
1640         * gdb.arch/arm-disp-step.exp
1641         * gdb.arch/disp-step-insn-reloc.exp
1642         * gdb.arch/e500-prologue.exp
1643         * gdb.arch/ftrace-insn-reloc.exp
1644         * gdb.arch/gdb1558.exp
1645         * gdb.arch/i386-bp_permanent.exp
1646         * gdb.arch/i386-disp-step.exp
1647         * gdb.arch/i386-float.exp
1648         * gdb.arch/i386-gnu-cfi.exp
1649         * gdb.arch/ia64-breakpoint-shadow.exp
1650         * gdb.arch/mips16-thunks.exp
1651         * gdb.arch/pa-nullify.exp
1652         * gdb.arch/powerpc-aix-prologue.exp
1653         * gdb.arch/powerpc-power.exp
1654         * gdb.arch/ppc-dfp.exp
1655         * gdb.arch/s390-tdbregs.exp
1656         * gdb.arch/spu-info.exp
1657         * gdb.arch/spu-ls.exp
1658         * gdb.arch/thumb-bx-pc.exp
1659         * gdb.base/advance.exp
1660         * gdb.base/annota-input-while-running.exp
1661         * gdb.base/arrayidx.exp
1662         * gdb.base/asmlabel.exp
1663         * gdb.base/async.exp
1664         * gdb.base/attach-wait-input.exp
1665         * gdb.base/auto-connect-native-target.exp
1666         * gdb.base/batch-preserve-term-settings.exp
1667         * gdb.base/bfp-test.exp
1668         * gdb.base/bigcore.exp
1669         * gdb.base/bp-permanent.exp
1670         * gdb.base/break-always.exp
1671         * gdb.base/break-fun-addr.exp
1672         * gdb.base/break-idempotent.exp
1673         * gdb.base/break-main-file-remove-fail.exp
1674         * gdb.base/break-probes.exp
1675         * gdb.base/break-unload-file.exp
1676         * gdb.base/break.exp
1677         * gdb.base/call-ar-st.exp
1678         * gdb.base/call-rt-st.exp
1679         * gdb.base/call-sc.exp
1680         * gdb.base/call-signal-resume.exp
1681         * gdb.base/call-strs.exp
1682         * gdb.base/callexit.exp
1683         * gdb.base/callfuncs.exp
1684         * gdb.base/catch-gdb-caused-signals.exp
1685         * gdb.base/catch-signal-siginfo-cond.exp
1686         * gdb.base/catch-syscall.exp
1687         * gdb.base/compare-sections.exp
1688         * gdb.base/cond-eval-mode.exp
1689         * gdb.base/condbreak-call-false.exp
1690         * gdb.base/consecutive-step-over.exp
1691         * gdb.base/cursal.exp
1692         * gdb.base/disabled-location.exp
1693         * gdb.base/disasm-end-cu.exp
1694         * gdb.base/display.exp
1695         * gdb.base/double-prompt-target-event-error.exp
1696         * gdb.base/dprintf-bp-same-addr.exp
1697         * gdb.base/dprintf-detach.exp
1698         * gdb.base/dprintf-next.exp
1699         * gdb.base/dprintf-non-stop.exp
1700         * gdb.base/dprintf-pending.exp
1701         * gdb.base/dso2dso.exp
1702         * gdb.base/ending-run.exp
1703         * gdb.base/enum_cond.exp
1704         * gdb.base/examine-backward.exp
1705         * gdb.base/exe-lock.exp
1706         * gdb.base/exec-invalid-sysroot.exp
1707         * gdb.base/execl-update-breakpoints.exp
1708         * gdb.base/execution-termios.exp
1709         * gdb.base/fileio.exp
1710         * gdb.base/fixsection.exp
1711         * gdb.base/foll-exec-mode.exp
1712         * gdb.base/foll-exec.exp
1713         * gdb.base/fork-running-state.exp
1714         * gdb.base/frame-args.exp
1715         * gdb.base/fullpath-expand.exp
1716         * gdb.base/func-ptr.exp
1717         * gdb.base/gcore-relro-pie.exp
1718         * gdb.base/gdb1090.exp
1719         * gdb.base/gdb1555.exp
1720         * gdb.base/global-var-nested-by-dso.exp
1721         * gdb.base/gnu-ifunc.exp
1722         * gdb.base/hbreak-in-shr-unsupported.exp
1723         * gdb.base/hbreak-unmapped.exp
1724         * gdb.base/hook-stop.exp
1725         * gdb.base/infcall-input.exp
1726         * gdb.base/info-fun.exp
1727         * gdb.base/info-shared.exp
1728         * gdb.base/interrupt-noterm.exp
1729         * gdb.base/jit-so.exp
1730         * gdb.base/jit.exp
1731         * gdb.base/line-symtabs.exp
1732         * gdb.base/list.exp
1733         * gdb.base/longjmp.exp
1734         * gdb.base/macscp.exp
1735         * gdb.base/max-value-size.exp
1736         * gdb.base/nodebug.exp
1737         * gdb.base/nofield.exp
1738         * gdb.base/overlays.exp
1739         * gdb.base/paginate-after-ctrl-c-running.exp
1740         * gdb.base/paginate-bg-execution.exp
1741         * gdb.base/paginate-inferior-exit.exp
1742         * gdb.base/pending.exp
1743         * gdb.base/pr11022.exp
1744         * gdb.base/printcmds.exp
1745         * gdb.base/ptr-typedef.exp
1746         * gdb.base/ptype.exp
1747         * gdb.base/randomize.exp
1748         * gdb.base/range-stepping.exp
1749         * gdb.base/realname-expand.exp
1750         * gdb.base/relativedebug.exp
1751         * gdb.base/remote.exp
1752         * gdb.base/savedregs.exp
1753         * gdb.base/sepdebug.exp
1754         * gdb.base/set-noassign.exp
1755         * gdb.base/shlib-call.exp
1756         * gdb.base/shreloc.exp
1757         * gdb.base/sigaltstack.exp
1758         * gdb.base/sigbpt.exp
1759         * gdb.base/siginfo-addr.exp
1760         * gdb.base/siginfo-obj.exp
1761         * gdb.base/siginfo-thread.exp
1762         * gdb.base/signest.exp
1763         * gdb.base/signull.exp
1764         * gdb.base/sigrepeat.exp
1765         * gdb.base/skip.exp
1766         * gdb.base/so-impl-ld.exp
1767         * gdb.base/solib-corrupted.exp
1768         * gdb.base/solib-disc.exp
1769         * gdb.base/solib-display.exp
1770         * gdb.base/solib-overlap.exp
1771         * gdb.base/solib-search.exp
1772         * gdb.base/solib-symbol.exp
1773         * gdb.base/source-execution.exp
1774         * gdb.base/sss-bp-on-user-bp-2.exp
1775         * gdb.base/sss-bp-on-user-bp.exp
1776         * gdb.base/stack-checking.exp
1777         * gdb.base/stale-infcall.exp
1778         * gdb.base/step-break.exp
1779         * gdb.base/step-line.exp
1780         * gdb.base/step-over-exit.exp
1781         * gdb.base/step-test.exp
1782         * gdb.base/structs.exp
1783         * gdb.base/sym-file.exp
1784         * gdb.base/symtab-search-order.exp
1785         * gdb.base/term.exp
1786         * gdb.base/type-opaque.exp
1787         * gdb.base/unload.exp
1788         * gdb.base/until-nodebug.exp
1789         * gdb.base/until.exp
1790         * gdb.base/unwindonsignal.exp
1791         * gdb.base/watch-cond.exp
1792         * gdb.base/watch-non-mem.exp
1793         * gdb.base/watch_thread_num.exp
1794         * gdb.base/watchpoint-reuse-slot.exp
1795         * gdb.base/watchpoint-solib.exp
1796         * gdb.base/watchpoint.exp
1797         * gdb.btrace/dlopen.exp
1798         * gdb.cell/arch.exp
1799         * gdb.cell/break.exp
1800         * gdb.cell/bt.exp
1801         * gdb.cell/core.exp
1802         * gdb.cell/data.exp
1803         * gdb.cell/dwarfaddr.exp
1804         * gdb.cell/ea-cache.exp
1805         * gdb.cell/ea-standalone.exp
1806         * gdb.cell/ea-test.exp
1807         * gdb.cell/f-regs.exp
1808         * gdb.cell/fork.exp
1809         * gdb.cell/gcore.exp
1810         * gdb.cell/mem-access.exp
1811         * gdb.cell/ptype.exp
1812         * gdb.cell/registers.exp
1813         * gdb.cell/sizeof.exp
1814         * gdb.cell/solib-symbol.exp
1815         * gdb.cell/solib.exp
1816         * gdb.compile/compile-tls.exp
1817         * gdb.cp/exception.exp
1818         * gdb.cp/gdb2495.exp
1819         * gdb.cp/local.exp
1820         * gdb.cp/mb-inline.exp
1821         * gdb.cp/mb-templates.exp
1822         * gdb.cp/pr10687.exp
1823         * gdb.cp/pr9167.exp
1824         * gdb.cp/scope-err.exp
1825         * gdb.cp/templates.exp
1826         * gdb.cp/virtfunc.exp
1827         * gdb.dwarf2/dw2-dir-file-name.exp
1828         * gdb.dwarf2/dw2-single-line-discriminators.exp
1829         * gdb.fortran/complex.exp
1830         * gdb.fortran/library-module.exp
1831         * gdb.guile/guile.exp
1832         * gdb.guile/scm-cmd.exp
1833         * gdb.guile/scm-frame-inline.exp
1834         * gdb.guile/scm-objfile.exp
1835         * gdb.guile/scm-pretty-print.exp
1836         * gdb.guile/scm-symbol.exp
1837         * gdb.guile/scm-type.exp
1838         * gdb.guile/scm-value.exp
1839         * gdb.linespec/keywords.exp
1840         * gdb.linespec/ls-errs.exp
1841         * gdb.linespec/macro-relative.exp
1842         * gdb.linespec/thread.exp
1843         * gdb.mi/mi-breakpoint-changed.exp
1844         * gdb.mi/mi-dprintf-pending.exp
1845         * gdb.mi/mi-fullname-deleted.exp
1846         * gdb.mi/mi-logging.exp
1847         * gdb.mi/mi-pending.exp
1848         * gdb.mi/mi-solib.exp
1849         * gdb.mi/new-ui-mi-sync.exp
1850         * gdb.mi/user-selected-context-sync.exp
1851         * gdb.multi/dummy-frame-restore.exp
1852         * gdb.multi/multi-arch-exec.exp
1853         * gdb.multi/remove-inferiors.exp
1854         * gdb.multi/watchpoint-multi-exit.exp
1855         * gdb.opt/solib-intra-step.exp
1856         * gdb.perf/backtrace.exp
1857         * gdb.perf/single-step.exp
1858         * gdb.perf/skip-command.exp
1859         * gdb.perf/skip-prologue.exp
1860         * gdb.perf/solib.exp
1861         * gdb.python/lib-types.exp
1862         * gdb.python/py-as-string.exp
1863         * gdb.python/py-bad-printers.exp
1864         * gdb.python/py-block.exp
1865         * gdb.python/py-breakpoint.exp
1866         * gdb.python/py-cmd.exp
1867         * gdb.python/py-events.exp
1868         * gdb.python/py-evthreads.exp
1869         * gdb.python/py-finish-breakpoint.exp
1870         * gdb.python/py-finish-breakpoint2.exp
1871         * gdb.python/py-frame-inline.exp
1872         * gdb.python/py-frame.exp
1873         * gdb.python/py-inferior.exp
1874         * gdb.python/py-infthread.exp
1875         * gdb.python/py-mi.exp
1876         * gdb.python/py-objfile.exp
1877         * gdb.python/py-pp-maint.exp
1878         * gdb.python/py-pp-registration.exp
1879         * gdb.python/py-prettyprint.exp
1880         * gdb.python/py-recurse-unwind.exp
1881         * gdb.python/py-shared.exp
1882         * gdb.python/py-symbol.exp
1883         * gdb.python/py-symtab.exp
1884         * gdb.python/py-template.exp
1885         * gdb.python/py-type.exp
1886         * gdb.python/py-unwind-maint.exp
1887         * gdb.python/py-unwind.exp
1888         * gdb.python/py-value.exp
1889         * gdb.python/python.exp
1890         * gdb.reverse/finish-reverse-bkpt.exp
1891         * gdb.reverse/insn-reverse.exp
1892         * gdb.reverse/next-reverse-bkpt-over-sr.exp
1893         * gdb.reverse/solib-precsave.exp
1894         * gdb.reverse/solib-reverse.exp
1895         * gdb.stabs/gdb11479.exp
1896         * gdb.stabs/weird.exp
1897         * gdb.threads/fork-child-threads.exp
1898         * gdb.threads/fork-plus-threads.exp
1899         * gdb.threads/fork-thread-pending.exp
1900         * gdb.threads/forking-threads-plus-breakpoint.exp
1901         * gdb.threads/hand-call-in-threads.exp
1902         * gdb.threads/interrupted-hand-call.exp
1903         * gdb.threads/linux-dp.exp
1904         * gdb.threads/local-watch-wrong-thread.exp
1905         * gdb.threads/next-while-other-thread-longjmps.exp
1906         * gdb.threads/non-ldr-exit.exp
1907         * gdb.threads/pending-step.exp
1908         * gdb.threads/print-threads.exp
1909         * gdb.threads/process-dies-while-detaching.exp
1910         * gdb.threads/process-dies-while-handling-bp.exp
1911         * gdb.threads/pthreads.exp
1912         * gdb.threads/queue-signal.exp
1913         * gdb.threads/reconnect-signal.exp
1914         * gdb.threads/signal-command-handle-nopass.exp
1915         * gdb.threads/signal-command-multiple-signals-pending.exp
1916         * gdb.threads/signal-delivered-right-thread.exp
1917         * gdb.threads/signal-sigtrap.exp
1918         * gdb.threads/sigthread.exp
1919         * gdb.threads/staticthreads.exp
1920         * gdb.threads/stepi-random-signal.exp
1921         * gdb.threads/thread-unwindonsignal.exp
1922         * gdb.threads/thread_check.exp
1923         * gdb.threads/thread_events.exp
1924         * gdb.threads/tid-reuse.exp
1925         * gdb.threads/tls-nodebug.exp
1926         * gdb.threads/tls-shared.exp
1927         * gdb.threads/tls-so_extern.exp
1928         * gdb.threads/tls.exp
1929         * gdb.threads/wp-replication.exp
1930         * gdb.trace/actions-changed.exp
1931         * gdb.trace/actions.exp
1932         * gdb.trace/backtrace.exp
1933         * gdb.trace/change-loc.exp
1934         * gdb.trace/collection.exp
1935         * gdb.trace/deltrace.exp
1936         * gdb.trace/disconnected-tracing.exp
1937         * gdb.trace/entry-values.exp
1938         * gdb.trace/ftrace-lock.exp
1939         * gdb.trace/ftrace.exp
1940         * gdb.trace/infotrace.exp
1941         * gdb.trace/mi-trace-frame-collected.exp
1942         * gdb.trace/mi-trace-unavailable.exp
1943         * gdb.trace/mi-traceframe-changed.exp
1944         * gdb.trace/mi-tracepoint-changed.exp
1945         * gdb.trace/mi-tsv-changed.exp
1946         * gdb.trace/no-attach-trace.exp
1947         * gdb.trace/packetlen.exp
1948         * gdb.trace/passc-dyn.exp
1949         * gdb.trace/passcount.exp
1950         * gdb.trace/pending.exp
1951         * gdb.trace/pr16508.exp
1952         * gdb.trace/qtro.exp
1953         * gdb.trace/range-stepping.exp
1954         * gdb.trace/read-memory.exp
1955         * gdb.trace/report.exp
1956         * gdb.trace/save-trace.exp
1957         * gdb.trace/signal.exp
1958         * gdb.trace/stap-trace.exp
1959         * gdb.trace/status-stop.exp
1960         * gdb.trace/strace.exp
1961         * gdb.trace/tfile.exp
1962         * gdb.trace/tfind.exp
1963         * gdb.trace/trace-break.exp
1964         * gdb.trace/trace-condition.exp
1965         * gdb.trace/trace-enable-disable.exp
1966         * gdb.trace/trace-mt.exp
1967         * gdb.trace/tracecmd.exp
1968         * gdb.trace/tracefile-pseudo-reg.exp
1969         * gdb.trace/tspeed.exp
1970         * gdb.trace/tstatus.exp
1971         * gdb.trace/tsv.exp
1972         * gdb.trace/unavailable.exp
1973         * gdb.trace/while-dyn.exp
1974         * gdb.trace/while-stepping.exp
1975         * lib/gdb-guile.exp
1976         * lib/gdb.exp
1977         * lib/mi-support.exp
1978         * lib/pascal.exp
1979         * lib/perftest.exp
1980         * lib/prelink-support.exp
1981         * lib/selftest-support.exp
1982
1983 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
1984
1985         * Makefile.in: Include disable-implicit-rules.mk.
1986
1987 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1988
1989         * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
1990         non-byte-aligned bit fields.
1991
1992 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1993
1994         PR gdb/12616
1995         * gdb.dwarf2/nonvar-access.exp: New testcase.  Check that GDB
1996         respects the DW_AT_data_bit_offset attribute.
1997
1998 2016-11-22  Simon Marchi  <simon.marchi@polymtl.ca>
1999
2000         * gdb.base/default.exp: Fix output of "set language".
2001
2002 2016-11-17  Simon Marchi  <simon.marchi@polymtl.ca>
2003
2004         * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2005         prefixed with @GMAKE_FALSE@.  Update comment related to non-GNU
2006         make.
2007         * configure.ac: Remove checks for the make program.
2008         * configure: Re-generate.
2009
2010 2016-11-16  Kevin Buettner  <kevinb@redhat.com>
2011
2012         * gdb.python/py-recurse-unwind.c (main): Add loop.
2013         * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2014         to read_register() and gdb.parse_and_eval().  Make each code
2015         call a separate case that can be individually tested.
2016         * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2017         proc. Call cont_and_backtrace for each of the code paths that
2018         we want to test in the unwinder.
2019
2020 2016-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2021
2022         * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2023         the definition of struct S.
2024
2025 2016-11-11  Catherine Moore  <clm@codesourcery.com>
2026
2027         * gdb.base/dump.exp: Identify verilog format dump tests as such.
2028
2029 2016-11-09  Pedro Alves  <palves@redhat.com>
2030
2031         * gdb.base/commands.exp (runto_or_return): New procedure.
2032         (gdbvar_simple_if_test, gdbvar_simple_while_test)
2033         (gdbvar_complex_if_while_test, progvar_simple_if_test)
2034         (progvar_simple_while_test, progvar_complex_if_while_test)
2035         (if_while_breakpoint_command_test)
2036         (infrun_breakpoint_command_test, breakpoint_command_test)
2037         (user_defined_command_test, watchpoint_command_test)
2038         (test_command_prompt_position, redefine_hook_test)
2039         (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2040         (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2041         multi_line_input and multi_line.  Remove gdb_expect and
2042         gdb_stop_suppressing_tests uses.
2043         * lib/gdb.exp (valnum_re): New global.
2044         (multi_line_input): New procedure.
2045
2046 2016-11-09  Simon Marchi  <simon.marchi@polymtl.ca>
2047
2048         * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2049         Remove.
2050         (test_setup): Define with proc_with_prefix.
2051         (test_cli_inferior): Likewise.
2052         (test_cli_thread): Likewise.
2053         (test_cli_frame): Likewise.
2054         (test_cli_select_frame): Likewise.
2055         (test_cli_up_down): Likewise.
2056         (test_mi_thread_select): Likewise.
2057         (test_mi_stack_select_frame): Likewise.
2058         (test_cli_in_mi_inferior): Likewise.
2059         (test_cli_in_mi_thread): Likewise.
2060         (test_cli_in_mi_frame): Likewise.
2061         (top level): Do not use with_test_prefix_procname.
2062
2063 2016-11-09  Pedro Alves  <palves@redhat.com>
2064
2065         * gdb.base/commands.exp (gdbvar_simple_if_test)
2066         (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2067         (progvar_simple_if_test, progvar_simple_while_test)
2068         (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2069         (infrun_breakpoint_command_test, breakpoint_command_test)
2070         (user_defined_command_test, watchpoint_command_test)
2071         (test_command_prompt_position, deprecated_command_test)
2072         (bp_deleted_in_command, temporary_breakpoint_commands)
2073         (stray_arg0_test, source_file_with_indented_comment)
2074         (recursive_source_test, if_commands_test)
2075         (error_clears_commands_left, redefine_hook_test)
2076         (redefine_backtrace_test): Use proc_with_prefix.
2077         * lib/gdb.exp (proc_with_prefix): New proc.
2078
2079 2016-11-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2080
2081         * gdb.base/tui-layout.c: New file.
2082         * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2083         disassembly window contains very long lines.
2084
2085 2016-11-08  Tom Tromey  <tom@tromey.com>
2086
2087         * gdb.python/py-value.exp (test_value_creation): Make "long" test
2088         depend on Python 2.
2089
2090 2016-11-08  Tom Tromey  <tom@tromey.com>
2091
2092         * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2093         New method.
2094
2095 2016-10-29  Manish Goregaokar  <manish@mozilla.com>
2096
2097         * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
2098
2099 2016-10-27  Manish Goregaokar  <manish@mozilla.com>
2100
2101         * gdb.rust/simple.rs: Add test for univariant enums without
2102         discriminants and for encoded struct-like enums.
2103
2104 2016-10-28  Pedro Alves  <palves@redhat.com>
2105
2106         * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2107         gdb_test_multiple, tighten regexps and match symtabs and line
2108         tables incrementally.
2109
2110 2016-10-28  Luis Machado  <lgustavo@codesourcery.com>
2111
2112         * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2113         general.
2114
2115 2016-10-25  Luis Machado  <lgustavo@codesourcery.com>
2116
2117         * gdb.base/exec-invalid-sysroot.exp: New file.
2118
2119 2016-10-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2120
2121         * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2122
2123 2016-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2124
2125         * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2126
2127 2016-10-19  Maciej W. Rozycki  <macro@imgtec.com>
2128
2129         * gdb.base/killed-outside.exp: Remove $options from a call to
2130         `prepare_for_testing'.
2131
2132 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
2133
2134         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2135         Change test message.
2136
2137 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
2138
2139         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2140         Update comment.
2141
2142 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
2143
2144         * gdb.trace/mi-trace-save.exp: New file.
2145
2146 2016-10-13  Yao Qi  <yao.qi@linaro.org>
2147
2148         * gdb.base/code_elim.exp (get_var_address): Remove.
2149         * gdb.base/relocate.exp: Likewise.
2150         * gdb.base/shreloc.exp: Likewise.
2151         * lib/gdb.exp (get_var_address): New.
2152
2153 2016-10-13  Yao Qi  <yao.qi@linaro.org>
2154
2155         * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2156         floating point tests if $skip_float_test is false.
2157
2158 2016-10-12  Luis Machado  <lgustavo@codesourcery.com>
2159
2160         * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2161         * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2162         argc values.
2163         Add 1 to argc so we guarantee distinct initial/modified argc values.
2164
2165 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2166
2167         * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2168
2169 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2170
2171         * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2172         * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2173         * gdb.arch/vsx-regs.exp: Likewise.
2174
2175 2016-10-07  Yao Qi  <yao.qi@linaro.org>
2176
2177         * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2178
2179 2016-10-07  Markus Metzger  <markus.t.metzger@intel.com>
2180
2181         * gdb.python/python.exp: Test decode_line("*0").
2182
2183 2016-10-06  Doug Evans  <dje@google.com>
2184
2185         * gdb.python/py-value.exp (test_value_creation): Add test for large
2186         unsigned 64-bit value.
2187
2188 2016-10-06  Tom Tromey  <tom@tromey.com>
2189
2190         * gdb.compile/compile.exp: Change java tests to rust.
2191         * gdb.base/setshow.exp: Change java tests to rust.
2192         * gdb.base/default.exp: Remove java from language list.
2193         * README (Examples): Update language example.
2194         * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2195         test.
2196         * lib/gdb.exp (skip_java_tests): Remove.
2197         * lib/java.exp: Remove.
2198         * gdb.java: Remove.
2199
2200 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
2201
2202         * gdb.arch/mips-fcr.exp: New test.
2203         * gdb.arch/mips-fcr.c: Source for the new test.
2204
2205 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
2206
2207         * gdb.base/solib-disc.exp: Use `standard_output_file'
2208         throughout.
2209
2210 2016-10-06  Pedro Alves  <palves@redhat.com>
2211
2212         * gdb.base/jit-simple-dl.c: New file.
2213         * gdb.base/jit-simple-jit.c: New file, factored out from ...
2214         * gdb.base/jit-simple.c: ... this.
2215         * gdb.base/jit-simple.exp (jit_run): Delete.
2216         (build_jit): New proc.
2217         (jit_test_reread): Recompile either the main program or the shared
2218         library, depending on what is being tested.  Skip changing address
2219         if caller wants to.  Compare before/after addresses.  If testing
2220         standalone, explicitly load the binary.  Test "maint info
2221         breakpoints".
2222         (top level): Add "standalone vs shared lib" and "change address"
2223         vs "same address" axes.
2224
2225 2016-10-06  Pedro Alves  <palves@redhat.com>
2226
2227         * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2228         call.
2229         (jit_run): Delete.
2230         (jit_test_reread): Use with_test_prefix.  Reload the main binary
2231         explicitly.  Compare the before/after addresses of the JIT
2232         descriptor.
2233
2234 2016-08-15  Doug Evans  <dje@google.com>
2235
2236         * gdb.xml/extra-regs.xml: Update, end field now required, default type
2237         for single bitfields is bool.
2238         * gdb.xml/tdesc-regs.exp: Ditto.
2239
2240 2016-10-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2241
2242         * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2243
2244 2016-10-05  Yao Qi  <yao.qi@linaro.org>
2245
2246         * lib/gdb.exp (support_complex_tests): Return zero if
2247         gdb_skip_float_test return true.
2248
2249 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
2250             Simon Marchi  <simon.marchi@ericsson.com>
2251
2252         PR gdb/20487
2253         * gdb.mi/user-selected-context-sync.exp: New file.
2254         * gdb.mi/user-selected-context-sync.c: New file.
2255
2256 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
2257             Simon Marchi  <simon.marchi@ericsson.com>
2258
2259         PR gdb/20487
2260         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2261         =thread-select-event check.
2262
2263 2016-09-29  Peter Bergner  <bergner@vnet.ibm.com>
2264
2265         * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2266         the compulsory L operand changes.
2267         * gdb.arch/powerpc-power.s: Likewise.
2268
2269 2016-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
2270
2271         PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2272         * gdb.base/jit-attach-pie.c: New file.
2273         * gdb.base/jit-attach-pie.exp: New file.
2274
2275 2016-09-28  Pedro Alves  <palves@redhat.com>
2276
2277         * gdb.base/infcall-input.c: New file.
2278         * gdb.base/infcall-input.exp: New file.
2279
2280 2016-09-22  Yao Qi  <yao.qi@linaro.org>
2281
2282         * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2283         (gdb_exit): Rename it to ...
2284         (gdbserver_gdb_exit): ...  Close GDBserver.
2285         (gdb_exit): New proc, call gdbserver_gdb_exit.
2286         (mi_gdb_exit): Likewise.
2287
2288 2016-09-22  Yao Qi  <yao.qi@linaro.org>
2289
2290         * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2291         path.
2292         * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2293         Remove duplication.
2294
2295 2016-09-22  Yao Qi  <yao.qi@linaro.org>
2296
2297         * lib/gdbserver-support.exp: Check the existence of
2298         gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2299
2300 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
2301
2302         * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2303
2304 2016-09-21  Tom Tromey  <tom@tromey.com>
2305
2306         PR gdb/20604:
2307         * gdb.base/quit.exp: New file.
2308
2309 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
2310
2311         * .gitignore: New file.
2312
2313 2016-09-21  Maciej W. Rozycki  <macro@imgtec.com>
2314
2315         * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2316         throughout.
2317
2318 2016-09-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2319
2320         * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2321
2322 2016-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2323
2324         * gdb.cp/casts.cc (decltype): Move it ...
2325         (main): ... with its call to ...
2326         * gdb.cp/casts03.cc: ... a new file.
2327         * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2328
2329 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2330
2331         * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2332
2333 2016-09-15  Peter Bergner  <bergner@vnet.ibm.com>
2334
2335         * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2336         and sync up the test with tests in gas/testsuite/gas/ppc.
2337         * gdb.arch/powerpc-power.exp: Likewise.
2338
2339 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2340
2341         * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2342
2343 2016-09-11  Sergio Durigan Junior  <sergiodj@redhat.com>
2344             Jan Kratochvil  <jan.kratochvil@redhat.com>
2345
2346         * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2347         make m1's definition to be different from m2's.  Use 'dummy' as an
2348         argument for probe 'two'.
2349
2350 2016-09-10  Jon Beniston  <jon@beniston.com>
2351
2352         * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2353         for sim target.
2354
2355 2016-09-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2356
2357         * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2358         variable declaration.
2359         (gnu_ifunc): Add parameter hwcap.  Store it in resolver_hwcap.
2360         * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2361         * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2362         received HWCAP as its argument.
2363
2364 2016-09-06  Pedro Alves  <palves@redhat.com>
2365
2366         * gdb.base/new-ui-pending-input.c: New file.
2367         * gdb.base/new-ui-pending-input.exp: New file.
2368         * gdb.exp (clear_gdb_spawn_id): New procedure.
2369         (with_spawn_id): Check whether gdb_spawn_id exists before
2370         referencing it.  If gdb_spawn_id didn't exist on entry, clear it
2371         on exit.
2372
2373 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2374
2375         * gdb.base/float128.c: New file.
2376         * gdb.base/float128.exp: Likewise.
2377         * gdb.base/floatn.c: Likewise.
2378         * gdb.base/floatn.exp: Likewise.
2379
2380 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2381
2382         * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2383
2384 2016-09-05  Pedro Alves  <palves@redhat.com>
2385
2386         PR backtrace/19927
2387         * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2388         unwinders are immediately called as side effect of "source" or
2389         "disable unwinder" commands.
2390         * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2391
2392 2016-09-02  Yao Qi  <yao.qi@linaro.org>
2393
2394         * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2395         is true and $type is "float" or "double".
2396
2397 2016-09-02  Yao Qi  <yao.qi@linaro.org>
2398
2399         * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2400         true.
2401         * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2402         * gdb.base/call-rt-st.exp: Likewise.
2403         * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2404         return value instead of gdb,skip_float_test.
2405         * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2406         (do_function_calls): Use its return value instead of
2407         gdb,skip_float_test.
2408         * gdb.base/finish.exp: Likewise.
2409         * gdb.base/funcargs.exp: Likewise.
2410         * gdb.base/return.exp: Likewise.
2411         * gdb.base/return2.exp: Likewise.
2412         * gdb.base/varargs.exp: Likewise.
2413         * lib/gdb.exp (gdb_skip_float_test): Change it to
2414         gdb_caching_proc.  Detect the broken ptrace on arm-linux.
2415
2416 2016-08-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2417
2418         * gdb.multi/tids.exp: Test "thread apply all".
2419
2420 2016-08-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
2421
2422         * gdb.base/default.exp (tty): Remove.
2423
2424 2016-08-24  Kevin Buettner  <kevinb@redhat.com>
2425
2426         * gdb.python/py-recurse-unwind.c: New file.
2427         * gdb.python/py-recurse-unwind.py: New file.
2428         * gdb.python/py-recurse-unwind.exp: New file.
2429
2430 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
2431
2432         * gdb.base/set-inferior-tty.exp: New file.
2433         * gdb.base/set-inferior-tty.c: New file.
2434
2435 2016-08-23  Pedro Alves  <palves@redhat.com>
2436
2437         PR gdb/20494
2438         * gdb.base/new-ui-echo.c: New file.
2439         * gdb.base/new-ui-echo.exp: New file.
2440
2441 2016-08-23  Yao Qi  <yao.qi@linaro.org>
2442
2443         * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2444         gdbserver_spawn.
2445         * gdb.server/connect-without-multi-process.exp (do_test):
2446         Likewise.
2447
2448 2016-08-23  Yao Qi  <yao.qi@linaro.org>
2449
2450         * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2451         standalone_txt.  Delete gdb_txt and standalone_txt on host
2452         and target.  Spawn the binary on target.  Copy files from
2453         target to host.
2454
2455 2016-08-22  Pedro Alves  <palves@redhat.com>
2456
2457         PR gdb/20505
2458         * gdb.base/vdso-warning.exp: Test core dumps too.  Use
2459         with_test_prefix.  Factor out bits to ...
2460         (test_no_vdso): ... this new procedure.
2461
2462 2016-08-19  Carl Love  <cel@us.ibm.com>
2463
2464         * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2465         maintaining separate logic for constructing the output path.
2466         * gdb.arch/powerpc-d128-regs.exp: Likewise.
2467         * gdb.arch/ppc-dfp.exp: Likewise.
2468         * gdb.arch/ppc-fp.exp: Likewise.
2469         * gdb.arch/vsx-regs.exp: Likewise.
2470         * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2471         binprefix for generating the additional binary files.
2472
2473 2016-08-19  Pedro Alves  <palves@redhat.com>
2474
2475         * gdb.trace/mi-trace-frame-collected.exp
2476         (test_trace_frame_collected): On x32, expect two registers.
2477
2478 2016-08-18  Carl Love  <cel@us.ibm.com>
2479
2480         * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2481         and sync up the test with tests in gas/testsuite/gas/ppc.
2482         * gdb.arch/powerpc-power.exp: Likewise.
2483
2484 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
2485
2486         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2487         expected error message.
2488
2489 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
2490
2491         * gdb.multi/remove-inferiors.exp: New file.
2492         * gdb.multi/remove-inferiors.c: New file.
2493
2494 2016-08-12  Yao Qi  <yao.qi@linaro.org>
2495
2496         * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2497         argument list.
2498
2499 2016-08-10  Pedro Alves  <palves@redhat.com>
2500
2501         PR gdb/19187
2502         * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2503         setup_kfails.
2504
2505 2016-08-09  Pedro Alves  <palves@redhat.com>
2506             Simon Marchi  <simon.marchi@ericsson.com>
2507
2508         PR gdb/20418
2509         * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2510         * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2511
2512 2016-08-09  Pedro Alves  <palves@redhat.com>
2513
2514         PR mi/20431
2515         * gdb.mi/mi-cmd-error.exp: New file.
2516
2517 2016-08-09  Pedro Alves  <palves@redhat.com>
2518
2519         PR gdb/18653
2520         * gdb.base/signals-state-child.c: New file.
2521         * gdb.base/signals-state-child.exp: New file.
2522         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2523
2524 2016-08-09  Pedro Alves  <palves@redhat.com>
2525
2526         * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2527
2528 2016-08-03  Tom Tromey  <tom@tromey.com>
2529
2530         PR python/18565:
2531         * gdb.python/py-frame-inline.exp: Add Frame.function test.
2532
2533 2016-08-01  Yao Qi  <yao.qi@linaro.org>
2534
2535         * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2536         variable mode to "multi-process" if $multi_process is 1, otherwise
2537         set it to "single-process".
2538
2539 2016-08-01  Yao Qi  <yao.qi@linaro.org>
2540
2541         * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2542         * gdb.cp/cpexprs.exp: Likewise.
2543         * gdb.cp/m-static.exp: Likewise.
2544
2545 2016-07-26  Tom Tromey  <tom@tromey.com>
2546
2547         PR python/20190:
2548         * gdb.threads/tls.exp (check_thread_local): Add python symbol
2549         test.
2550
2551 2016-07-26  Markus Metzger  <markus.t.metzger@intel.com>
2552
2553         * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2554         selecting assembly source files.
2555         * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2556         assembly source files.
2557         * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2558         assembly source files.
2559         * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2560         selecting assembly source files.
2561
2562 2016-07-25  Simon Marchi  <simon.marchi@ericsson.com>
2563
2564         * gdb.base/new-ui.exp (do_test_invalid_args): New
2565         procedure.
2566
2567 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
2568
2569         * gdb.btrace/reconnect.c: New file.
2570         * gdb.btrace/reconnect.exp: New file.
2571
2572 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
2573
2574         * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2575         to test_catch_syscall_group.
2576         (test_catch_syscall_group): New.
2577
2578 2016-07-21  Tom Tromey  <tom@tromey.com>
2579
2580         * gdb.rust/simple.rs (main): Use empty struct expression.
2581         * gdb.rust/simple.exp: Add tests for empty struct expression.
2582
2583 2016-07-21  Yao Qi  <yao.qi@linaro.org>
2584
2585         * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2586         if gdb_skip_xml_test is true on some targets.
2587
2588 2016-07-21  Yao Qi  <yao.qi@linaro.org>
2589
2590         * gdb.server/solib-list.exp: Unset last_loaded_file.
2591
2592 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2593
2594         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2595         "step into captured_main (args)".
2596
2597 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2598
2599         * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2600
2601 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2602
2603         * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2604
2605 2016-07-19  Pedro Alves  <palves@redhat.com>
2606
2607         * gdb.opt/inline-break.exp: Remove optimize=-O2.
2608         * gdb.opt/inline-bt.exp: Likewise.
2609         * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2610         additional_flags=-Winline.
2611         * gdb.opt/inline-locals.exp: Likewise.
2612         * gdb.opt/inline-markers.c (ATTR): Define.
2613         (inlined_fn): Use it.
2614
2615 2016-07-19  Yao Qi  <yao.qi@linaro.org>
2616
2617         * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2618         (test_with_self): Remove some code.  Remove argument executable.
2619         (top-level): Use do_self_tests.
2620
2621 2016-07-15  Zachary Welch  <zwelch@codesourcery.com>
2622             Don Breazeal <donb@codesourcery.com>
2623
2624         * gdb.base/maint.exp: Escape paths used in regular expressions.
2625         * gdb.stabs/weird.exp: Likewise.
2626
2627 2016-07-13  Tom Tromey  <tom@tromey.com>
2628
2629         PR python/15620, PR python/18620:
2630         * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2631         (test_bkpt_events): New procs.
2632
2633 2016-07-13  Tom Tromey  <tom@tromey.com>
2634
2635         PR python/17698:
2636         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2637         test.
2638         (test_watchpoints): Likewise.
2639         (test_bkpt_pending): New proc.
2640
2641 2016-07-13  Tom Tromey  <tom@tromey.com>
2642
2643         PR cli/18053:
2644         * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2645         completion test.
2646
2647 2016-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2648
2649         * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2650         * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2651         * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2652         f_label.
2653         (g): Rename g_end_lbl to g_label.
2654         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2655         low_pc and high_pc.
2656         * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2657
2658 2016-07-12  Tom Tromey  <tom@tromey.com>
2659
2660         PR python/19293:
2661         * gdb.python/py-unwind-maint.exp: Update tests.
2662
2663 2016-07-12  Yao Qi  <yao.qi@linaro.org>
2664
2665         * lib/selftest-support.exp (selftest_setup): Match the output
2666         when captured_main is inlined.
2667
2668 2016-07-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
2669
2670         * gdb.fortran/derived-types.exp (result_line, result_line_2):
2671         New variables.
2672         (print this%a, print this%b, print this): New tests.
2673         * gdb.fortran/derived-types.f90 (this): New object and
2674         initialization.
2675
2676 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
2677
2678         * gdb.ada/arraydim.exp: Remove extra directory level in build
2679         directory.
2680
2681 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
2682
2683         * lib/ada.exp: Remove extra directory level in build directory.
2684         * gdb.ada/cond_lang.exp: Likewise.
2685         * gdb.ada/exec_changed.exp: Likewise.
2686         * gdb.ada/lang_switch.exp: Likewise.
2687
2688 2016-07-06  Manish Goregaokar  <manish@mozilla.com>
2689
2690         * simple.rs: Add test for raw pointer subscripting.
2691         * simple.exp: Add test expectations.
2692
2693 2016-07-05  Yao Qi  <yao.qi@linaro.org>
2694
2695         * gdb.mi/mi-reverse.exp: Match =record-started output.
2696
2697 2016-07-01  Pedro Alves  <palves@redhat.com>
2698
2699         * gdb.base/jit-reader.exp (info_registers_current_frame): New
2700         procedure.
2701         (jit_reader_test): Test the jit reader's unwinder.
2702         * gdb.base/jithost.c (jit_function_00_code): New global.
2703         (main): Use memcpy to fill in the mmapped code, instead of poking
2704         bytes manually here.
2705         * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2706         value.
2707         (read_debug_info): Save the function's range.
2708         (read_sp): New function.
2709         (unwind_frame): Use it.  Also unwind RBP.
2710         (get_frame_id): Use read_sp.
2711         (gdb_init_reader): Use calloc instead of malloc.
2712         * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2713         parameter.  Use gdb_test_multiple.
2714
2715 2016-07-01  Pedro Alves  <palves@redhat.com>
2716             Antoine Tremblay  <antoine.tremblay@ericsson.com>
2717
2718         * gdb.threads/process-dies-while-detaching.c: New file.
2719         * gdb.threads/process-dies-while-detaching.exp: New file.
2720
2721 2016-07-01  Pedro Alves  <palves@redhat.com>
2722
2723         * gdb.multi/watchpoint-multi-exit.c: New file.
2724         * gdb.multi/watchpoint-multi-exit.exp: New file.
2725
2726 2016-06-30  Pedro Alves  <palves@redhat.com>
2727
2728         * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2729         unset inferior_spawn_id.
2730
2731 2016-06-30  Pedro Alves  <palves@redhat.com>
2732
2733         * lib/mi-support.exp (default_mi_gdb_start): Declare global
2734         FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2735
2736 2016-06-29  Yao Qi  <yao.qi@linaro.org>
2737
2738         * gdb.base/return.c: Add copyright header.
2739
2740 2016-06-29  Tom Tromey  <tom@tromey.com>
2741
2742         PR python/20129:
2743         * gdb.python/py-framefilter.exp: Add tests for setting priority
2744         and disabling of non-existent frame filter.
2745
2746 2016-06-29  Yao Qi  <yao.qi@linaro.org>
2747
2748         * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
2749         0x0f07ff.
2750
2751 2016-06-28  Yao Qi  <yao.qi@linaro.org>
2752
2753         * gdb.base/catch-syscall.exp: Remove check on isnative and target
2754         triplets.  Start gdb, execute catch syscall, and continue.  Check
2755         gdb's output to determine catch syscall is supported.
2756
2757 2016-06-27  Manish Goregaokar  <manish@mozilla.com>
2758
2759         * gdb.rust/simple.rs: Add test for returning unit in a function.
2760         * gdb.rust/simple.exp: Add expectation for functions returning
2761         unit.
2762
2763 2016-06-27  Pierre-Marie de Rodat  <derodat@adacore.com>
2764
2765         * gdb.python/py-breakpoint-create-fail.c,
2766         gdb.python/py-breakpoint-create-fail.exp,
2767         gdb.python/py-breakpoint-create-fail.py: New testcase.
2768
2769 2016-06-25  Manish Goregaokar  <manish@mozilla.com>
2770
2771         PR gdb/20239
2772         * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
2773         * gdb.rust/simple.exp: Add test expectations for new NonZero
2774         tests.
2775
2776 2016-06-24  David Taylor  <dtaylor@emc.com>
2777
2778         * gdb.base/offsets.exp: New file.
2779         * gdb.base/offsets.c: New file.
2780
2781 2016-06-23  Tom Tromey  <tom@tromey.com>
2782
2783         PR gdb/16483:
2784         * gdb.python/py-framefilter.exp: Add "info frame-filter" test
2785         before any filters are loaded.
2786
2787 2016-06-21  Walfred Tedeschi  <walfred.tedeschi@intel.com>
2788
2789         * gdb.fortran/derived-type.exp (print q): Add fields to the output.
2790         * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
2791         structs.
2792         * gdb.fortran/derived-type-function.exp: New file.
2793         * gdb.fortran/derived-type-function.f90: New file.
2794
2795
2796 2016-06-21  Pedro Alves  <palves@redhat.com>
2797
2798         * gdb.base/new-ui.exp: New file.
2799         * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
2800         * lib/gdb.exp (switch_gdb_spawn_id): ... here.
2801         (with_spawn_id): New procedure.
2802
2803 2016-06-21  Pedro Alves  <palves@redhat.com>
2804
2805         * gdb.mi/mi-exec-run.exp: New file.
2806
2807 2016-06-21  Pedro Alves  <palves@redhat.com>
2808
2809         * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
2810         breakpoint command's output on the main UI.
2811         (test_break): New procedure, factored out from calls in the top
2812         level.
2813         (top level): Use foreach_with_prefix to test MI as main UI and as
2814         separate UI.
2815
2816 2016-06-21  Pedro Alves  <palves@redhat.com>
2817
2818         * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
2819         (test_awatch_creation_and_listing)
2820         (test_rwatch_creation_and_listing, test_watchpoint_triggering):
2821         Remove 'type' parameter.
2822         (test_watchpoint_all): New parameter mi_mode.  Remove
2823         with_test_prefix.
2824         (top level): Use foreach_with_prefix, and add main/separate UI MI
2825         testing axis.
2826
2827 2016-06-21  Pedro Alves  <palves@redhat.com>
2828
2829         * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
2830         * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
2831         * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
2832         gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
2833         (gdb_main_spawn_id, mi_spawn_id): Declare and
2834         comment.
2835         (mi_create_inferior_pty): New procedure,
2836         factored out from default_mi_gdb_start.
2837         (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
2838         procedures.
2839         (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
2840         separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
2841         Use mi_create_inferior_pty.
2842         (mi_gdb_start): Use eval to pass down args list.
2843
2844 2016-06-21  Pedro Alves  <palves@redhat.com>
2845
2846         * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
2847         * gdb.opt/inline-cmds.exp: Add MI tests.
2848
2849 2016-06-21  Pedro Alves  <palves@redhat.com>
2850
2851         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
2852
2853 2016-06-21  Pedro Alves  <palves@redhat.com>
2854
2855         * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
2856         (top level): Use it instead of mi_execute_to.
2857
2858 2016-06-21  Pedro Alves  <palves@redhat.com>
2859
2860         * gdb.python/py-mi-events-gdb.py (stop_handler_str)
2861         (cont_handler_str): New.
2862         (signal_stop_handler): Set stop_handler_str instead of printing to
2863         stdout.
2864         (continue_handler): Set cont_handler_str instead of printing to
2865         stdout.
2866         * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
2867         mi_send_resuming_command.  Print stop_handler_str and
2868         cont_handler_str instead of expecting the python events print
2869         directly.
2870
2871 2016-06-17  Sanjoy Das  <sanjoy@playingwithpointers.com>
2872
2873         * gdb.base/jit-reader.exp: New file.
2874         * gdb.base/jithost.c: New file.
2875         * gdb.base/jithost.h: New file.
2876         * gdb.base/jitreader.c : New file.
2877         * gdb.base/jit-protocol.h: New file.
2878
2879 2016-06-17  Yao Qi  <yao.qi@linaro.org>
2880
2881         * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
2882         parameters follow_fork and detach_on_fork.  Set follow-fork-mode
2883         and detach-on-fork.  Adjust tests.
2884         (top level): Invoke break_cond_on_syscall with combinations of
2885         syscall, follow-fork-mode and detach-on-fork.
2886
2887 2016-06-17  Yao Qi  <yao.qi@linaro.org>
2888
2889         * gdb.base/step-over-exit.c: New.
2890         * gdb.base/step-over-exit.exp: New.
2891
2892 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
2893
2894         * gdb.base/float.exp: Add target check for nds32*-*-*.
2895         * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
2896
2897 2016-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
2898
2899         * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
2900         for unsupported target features.
2901         * gdb.base/call-rt-st.exp: Likewise.
2902         * gdb.base/call-sc.exp: Likewise.
2903         * gdb.base/call-signal-resume.exp: Likewise.
2904         * gdb.base/call-strs.exp: Likewise.
2905         * gdb.base/callexit.exp: Likewise.
2906         * gdb.base/callfuncs.exp: Likewise.
2907         * gdb.base/nodebug.exp: Likewise.
2908         * gdb.base/printcmds.exp: Likewise.
2909         * gdb.base/ptype.exp: Likewise.
2910         * gdb.base/structs.exp: Likewise.
2911         * gdb.base/unwindonsignal.exp: Likewise.
2912         * gdb.cp/gdb2495.exp: Likewise.
2913         * gdb.cp/templates.exp: Likewise.
2914         * gdb.cp/virtfunc.exp: Likewise.
2915         * gdb.threads/hand-call-in-threads.exp: Likewise.
2916         * gdb.threads/interrupted-hand-call.exp: Likewise.
2917         * gdb.threads/thread-unwindonsignal.exp: Likewise.
2918
2919 2016-06-10  Tom Tromey  <tom@tromey.com>
2920
2921         PR rust/20110:
2922         * gdb.rust/expr.exp: Add test for integer constant larger than
2923         i32.
2924
2925 2016-06-10  Bernhard Heckel  <bernhard.heckel@intel.com>
2926
2927         * gdb.fortran/nested-funcs.exp: New.
2928         * gdb.fortran/nested-funcs.f90: New.
2929
2930 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
2931
2932         * gdb.base/examine-backward.c: New file.
2933         * gdb.base/examine-backward.exp: New file.
2934
2935 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
2936
2937         * gdb.mi/mi-record-changed.exp: Adjust =record-started output
2938         matching.
2939
2940 2016-06-02  Tom Tromey  <tom@tromey.com>
2941
2942         PR python/18984:
2943         * gdb.python/py-shared.exp: Add solib_name test.
2944
2945 2016-06-02  Simon Marchi  <simon.marchi@ericsson.com>
2946
2947         * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
2948
2949 2016-05-31  Martin Galvan  <martin.galvan@tallertechnologies.com>
2950
2951         PR c++/19893
2952         * gdb.dwarf2/implref.exp: Rename to...
2953         * gdb.dwarf2/implref-const.exp: ...this.  Also add more test statements.
2954         * gdb.dwarf2/implref-array.c: New file.
2955         * gdb.dwarf2/implref-array.exp: Likewise.
2956         * gdb.dwarf2/implref-global.c: Likewise.
2957         * gdb.dwarf2/implref-global.exp: Likewise.
2958         * gdb.dwarf2/implref-struct.c: Likewise.
2959         * gdb.dwarf2/implref-struct.exp: Likewise.
2960
2961 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
2962
2963         * gdb.trace/trace-condition.exp: Add 64bit tests.
2964
2965 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
2966
2967         * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
2968         bits types.
2969         (main): Adapt to 8 to 64 bits types.
2970         * gdb.trace/trace-condition.exp: Add new tests.
2971
2972 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
2973
2974         * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
2975
2976 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
2977
2978         * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
2979         Move condition tests...
2980         * gdb.trace/trace-condition.exp: Here.
2981
2982 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
2983
2984         * gdb.trace/trace-condition.exp: Add counter-case tests.
2985
2986 2016-05-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
2987
2988         PR c++/15231
2989         * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
2990         * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
2991
2992 2016-05-27  Pedro Alves  <palves@redhat.com>
2993
2994         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2995         New procedure.
2996         (top level): Call it, and bail out of DejaGnu is known to be bad.
2997
2998 2016-05-27  Andrew Burgess  <andrew.burgess@embecosm.com>
2999
3000         * gdb.base/whatis.c: Extend the test case.
3001         * gdb.base/whatis.exp: Add additional tests.
3002
3003 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
3004
3005 * gdb.fortran/type.f90: Add pointer variable.
3006 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3007
3008 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
3009
3010         * gdb.fortran/vla-type.exp: Fix testcase name.
3011
3012 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
3013
3014         * gdb.fortran/vla-type.exp: Access elements in nested structs.
3015
3016 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
3017
3018         * gdb.fortran/type.f90: Add nested structures.
3019         * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3020         * gdb.fortran/derived-type.exp: Adapt expected output.
3021         * gdb.fortran/vla-type.exp: Adapt expected output.
3022
3023 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
3024
3025         * gdb.fortran/whatis_type.exp: Adapt expected output.
3026
3027 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
3028
3029         * gdb.fortran/print_type.exp: Fix expected output.
3030         * gdb.fortran/whatis_type.exp: Fix expected output.
3031
3032 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
3033
3034         * gdb.fortran/whatis_type.exp: Use multi_line.
3035
3036 2016-05-24  Tom Tromey  <tom@tromey.com>
3037
3038         PR python/17386:
3039         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3040         use value as an index.
3041
3042 2016-05-23  Tom Tromey  <tom@tromey.com>
3043
3044         PR python/17981:
3045         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3046         no-breakpoint case.
3047
3048 2016-05-24  Pedro Alves  <palves@redhat.com>
3049
3050         PR gdb/19828
3051         * gdb.threads/clone-attach-detach.c: New file.
3052         * gdb.threads/clone-attach-detach.exp: New file.
3053
3054 2016-05-24  Francis Ricci  <francisjricci@gmail.com>  (tiny patch)
3055
3056         * gdb.base/annota-input-while-running.exp: Fix syntax error.
3057
3058 2016-05-23  Tom Tromey  <tom@tromey.com>
3059
3060         PR python/19438, PR python/18393:
3061         * gdb.python/py-progspace.exp: Add "dir" test.
3062         * gdb.python/py-objfile.exp: Add "dir" test.
3063
3064 2016-05-23  Yao Qi  <yao.qi@linaro.org>
3065
3066         * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3067         * gdb.arch/thumb2-it.exp: Likewise.
3068
3069 2016-05-18  Simon Marchi  <simon.marchi@ericsson.com>
3070
3071         * gdb.mi/mi-threads-interrupt.c: New file.
3072         * gdb.mi/mi-threads-interrupt.exp: New file.
3073
3074 2016-05-17  Simon Marchi  <simon.marchi@ericsson.com>
3075
3076         PR gdb/18077
3077         * gdb.mi/mi-async-run.exp: New file.
3078         * gdb.mi/mi-async-run.c: New file.
3079
3080 2016-05-17  Tom Tromey  <tom@tromey.com>
3081             Manish Goregaokar <manishsmail@gmail.com>
3082
3083         * lib/rust-support.exp: New file.
3084         * lib/gdb.exp (skip_rust_tests): New proc.
3085         (build_executable_from_specs): Handle rust.
3086         * lib/future.exp (gdb_find_rustc): New proc.
3087         (gdb_default_target_compile): Handle rust.
3088         * gdb.rust/expr.exp: New file.
3089         * gdb.rust/generics.exp: New file.
3090         * gdb.rust/generics.rs: New file.
3091         * gdb.rust/methods.exp: New file.
3092         * gdb.rust/methods.rs: New file.
3093         * gdb.rust/modules.exp: New file.
3094         * gdb.rust/modules.rs: New file.
3095         * gdb.rust/simple.exp: New file.
3096         * gdb.rust/simple.rs: New file.
3097
3098 2016-05-17  Tom Tromey  <tom@tromey.com>
3099
3100         * gdb.base/default.exp (set language): Add rust.
3101
3102 2016-05-17  Tom Tromey  <tom@tromey.com>
3103
3104         * gdb.gdb/unittest.exp: New file.
3105
3106 2016-05-16  Yao Qi  <yao.qi@linaro.org>
3107
3108         * gdb.base/batch-preserve-term-settings.exp: Remove variable
3109         shell_prompt.  Update shell_prompt_re.
3110
3111 2016-05-12  Doug Evans  <dje@google.com>
3112
3113         PR symtab/19999
3114         * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3115         $options when building executable.
3116         * gdb.dwarf2/fission-loclists-pie.S: New file.
3117         * gdb.dwarf2/fission-loclists-pie.exp: New file.
3118
3119 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
3120
3121         * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3122         of [is_remote target],
3123
3124 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
3125
3126         * lib/gdb.exp (use_gdb_stub): New procedure.
3127
3128 2016-05-03  Yunlian Jiang <yunlian@google.com>
3129             Doug Evans  <dje@google.com>
3130
3131         PR symtab/19914
3132         * gdb.dwarf2/dwp-sepdebug.c: New file.
3133         * gdb.dwarf2/dwp-sepdebug.exp: New file.
3134
3135 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
3136
3137         * gdb.base/detach.exp: Remove is_remote check.
3138
3139 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
3140
3141         * gdb.base/annota-input-while-running.exp: Don't check for
3142         [is_remote target].  Enable annotations after running to main.
3143         Remove unused "set test..." line.
3144
3145 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
3146
3147         * gdb.trace/trace-enable-disable.exp: New file.
3148         * gdb.trace/trace-enable-disable.c: New file.
3149
3150 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
3151
3152         * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3153         use it in info sharedlibrary test.
3154         * gdb.trace/ftrace-lock.exp: Likewise.
3155         * gdb.trace/ftrace.exp: Likewise.
3156         * gdb.trace/range-stepping.exp: Likewise.
3157         * gdb.trace/trace-break.exp: Likewise.
3158         * gdb.trace/trace-condition.exp: Likewise.
3159         * gdb.trace/trace-mt.exp: Likewise.
3160
3161 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
3162
3163         * lib/gdb.exp (gdb_load_shlibs): Rename to...
3164         (gdb_load_shlib): ... this.
3165         * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3166         gdb_load_shlib.
3167         * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3168         * gdb.base/ctxobj.exp: Likewise.
3169         * gdb.base/dprintf-pending.exp: Likewise.
3170         * gdb.base/dso2dso.exp: Likewise.
3171         * gdb.base/fixsection.exp: Likewise.
3172         * gdb.base/gcore-relro.exp: Likewise.
3173         * gdb.base/gdb1555.exp: Likewise.
3174         * gdb.base/global-var-nested-by-dso.exp: Likewise.
3175         * gdb.base/gnu-ifunc.exp: Likewise.
3176         * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3177         * gdb.base/jit-so.exp (one_jit_test): Likewise.
3178         * gdb.base/pending.exp: Likewise.
3179         * gdb.base/print-file-var.exp: Likewise.
3180         * gdb.base/print-symbol-loading.exp: Likewise.
3181         * gdb.base/shlib-call.exp: Likewise.
3182         * gdb.base/shreloc.exp: Likewise.
3183         * gdb.base/so-impl-ld.exp: Likewise.
3184         * gdb.base/solib-disc.exp: Likewise.
3185         * gdb.base/solib-nodir.exp: Likewise.
3186         * gdb.base/solib-overlap.exp: Likewise.
3187         * gdb.base/solib-symbol.exp: Likewise.
3188         * gdb.base/solib-weak.exp (do_test): Likewise.
3189         * gdb.base/sym-file.exp: Likewise.
3190         * gdb.base/symtab-search-order.exp: Likewise.
3191         * gdb.base/type-opaque.exp: Likewise.
3192         * gdb.base/unload.exp: Likewise.
3193         * gdb.base/watchpoint-solib.exp: Likewise.
3194         * gdb.compile/compile.exp: Likewise.
3195         * gdb.cp/gdb2384.exp: Likewise.
3196         * gdb.cp/infcall-dlopen.exp: Likewise.
3197         * gdb.cp/re-set-overloaded.exp: Likewise.
3198         * gdb.fortran/library-module.exp: Likewise.
3199         * gdb.opt/solib-intra-step.exp: Likewise.
3200         * gdb.python/py-finish-breakpoint.exp: Likewise.
3201         * gdb.python/py-shared.exp: Likewise.
3202         * gdb.reverse/solib-precsave.exp: Likewise.
3203         * gdb.reverse/solib-reverse.exp: Likewise.
3204         * gdb.server/solib-list.exp: Likewise.
3205         * gdb.threads/dlopen-libpthread.exp: Likewise.
3206         * gdb.threads/tls-shared.exp: Likewise.
3207         * gdb.threads/tls-so_extern.exp: Likewise.
3208         * gdb.trace/change-loc.exp: Likewise.
3209         * gdb.trace/ftrace-lock.exp: Likewise.
3210         * gdb.trace/ftrace.exp: Likewise.
3211         * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3212         * gdb.trace/pending.exp: Likewise.
3213         * gdb.trace/range-stepping.exp: Likewise.
3214         * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3215         (strace_info_marker): Likewise.
3216         (strace_probe_marker): Likewise.
3217         (strace_trace_on_same_addr): Likewise.
3218         (strace_trace_on_diff_addr): Likewise.
3219         * gdb.trace/trace-break.exp: Likewise.
3220         * gdb.trace/trace-condition.exp: Likewise.
3221         * gdb.trace/trace-mt.exp: Likewise.
3222
3223 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
3224
3225         * lib/gdb.exp (gdb_load_shlibs):  Accept a single argument.  Return
3226         result of gdb_remote_download.
3227         * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3228         * gdb.base/dso2dso.exp: Likewise.
3229         * gdb.base/global-var-nested-by-dso.exp: Likewise.
3230         * gdb.base/print-file-var.exp: Likewise.
3231         * gdb.base/shlib-call.exp: Likewise.
3232         * gdb.base/shreloc.exp: Likewise.
3233         * gdb.base/solib-overlap.exp: Likewise.
3234         * gdb.base/solib-weak.exp (do_test): Likewise.
3235         * gdb.base/unload.exp: Likewise.
3236
3237 2016-04-27  Yao Qi  <yao.qi@linaro.org>
3238
3239         * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3240         exists.
3241
3242 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
3243
3244         * vla-type.exp: Print structure from toplevel.
3245
3246 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
3247
3248         * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3249         of dynamic types.
3250         * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3251         of dynamic types.
3252
3253 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
3254
3255         * gdb.fortran/vla-type.f90: New file.
3256         * gdb.fortran/vla-type.exp: New file.
3257
3258 2016-04-25  Yao Qi  <yao.qi@linaro.org>
3259
3260         * gdb.base/branch-to-self.c: New file.
3261         * gdb.base/branch-to-self.exp: New file.
3262
3263 2016-04-22  Yao Qi  <yao.qi@linaro.org>
3264
3265         * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3266         more after $hex.
3267
3268 2016-04-22  Yao Qi  <yao.qi@linaro.org>
3269
3270         * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3271         * gdb.base/annota3.exp: Likewise.
3272
3273 2016-04-22  Yao Qi  <yao.qi@linaro.org>
3274
3275         * gdb.reverse/step-precsave.exp: Do one step and test program
3276         stops in "callee" and do multiple steps until program goes out
3277         of "callee".
3278         * gdb.reverse/step-reverse.exp: Likewise.
3279
3280 2016-04-22  Yao Qi  <yao.qi@linaro.org>
3281
3282         * gdb.trace/signal.exp: Also pass if
3283         $tracepoint_hits($i) > $iterations.
3284
3285 2016-04-22  Yao Qi  <yao.qi@linaro.org>
3286
3287         * gdb.trace/signal.c: New file.
3288         * gdb.trace/signal.exp: New file.
3289
3290 2016-04-19  Doug Evans  <xdje42@gmail.com>
3291
3292         * gdb.base/bad-file.exp: New file.
3293
3294 2016-04-18  Martin Galvan  <martin.galvan@tallertechnologies.com>
3295
3296         * gdb.dwarf2/implref.exp: New file.
3297
3298 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
3299
3300         * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3301         * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3302         * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3303         * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3304         * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3305         * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3306         * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3307         * lib/fortran.exp (fortran_int4): New procedure.
3308         (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3309         (fortran_logical4): Likewise.
3310
3311 2016-04-18  Benrhard Heckel <bernhard.heckel@intel.com>
3312
3313         * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3314
3315 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
3316
3317         * lib/compiler.c: Add Intel specific preprocessor macros.
3318         * lib/compiler.cc: Likewise.
3319
3320 2016-04-13  Luis Machado  <lgustavo@codesourcery.com>
3321
3322         * gdb.server/connect-with-no-symbol-file.c: New file.
3323         * gdb.server/connect-with-no-symbol-file.exp: New file.
3324
3325 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
3326
3327         * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3328
3329 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
3330
3331         * boards/gdbserver-base.exp (${board}_download): Copy source file to
3332         standard output directory.
3333
3334 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
3335
3336         * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3337
3338 2016-04-13  Markus Metzger  <markus.t.metzger@intel.com>
3339
3340         * gdb.btrace/instruction_history.c (loop): Add declaration.
3341
3342 2016-04-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
3343
3344         * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3345
3346 2016-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
3347
3348         * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3349         parentheses to print.
3350         (continue_handler): Likewise.
3351
3352 2016-04-08  Simon Marchi  <simon.marchi@ericsson.com>
3353
3354         * gdb.server/solib-list.exp: Remove is_remote check.
3355         Pass shlib= to gdb_compile.  Don't link shared library with
3356         -soname.  Call gdb_remote_download instead of gdb_load_shlibs.
3357         Run binary filename through "readlink -f" on the target.
3358
3359 2016-04-08  Pedro Alves  <palves@redhat.com>
3360
3361         * gdb.server/solib-list.exp: Don't use gdb_load.  Instead pass the
3362         interpreter filename as argument to gdbserver_spawn.
3363         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3364         Return empty if $last_loaded_file does not exist.
3365
3366 2016-04-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
3367
3368         Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3369         * gdb.base/jit-main.c: Use exit after usage.
3370
3371 2016-04-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3372
3373         * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3374         GDBHISTSIZE prior to the tests.
3375         * gdb.base/gdbinit-history.exp: Likewise.
3376
3377 2016-04-07  Pedro Alves  <palves@redhat.com>
3378
3379         * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3380         instead of build_executable.  Use gdb_load_shlibs.
3381
3382 2016-04-07  Yao Qi  <yao.qi@linaro.org>
3383
3384         * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3385         Execute "si" command.
3386
3387 2016-04-07  Yao Qi  <yao.qi@linaro.org>
3388
3389         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3390         number instead of the comments on some line.
3391
3392 2016-04-06  Don Breazeal  <donb@codesourcery.com>
3393
3394         * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3395         * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3396
3397 2016-04-06  Simon Marchi  <simon.marchi@ericsson.com>
3398
3399         * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3400         standard_output_file.  Remove unused binfile variable.
3401
3402 2016-04-05  Catalin Udma  <catalin.udma@freescale.com>
3403
3404         * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3405         * gdb.python/py-mi-objfile.exp: Match "list main" output
3406         in console format.
3407
3408 2016-04-05  Simon Marchi  <simon.marchi@polymtl.ca>
3409
3410         * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3411         absolute.
3412
3413 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
3414
3415         * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3416         absolute.
3417         * gdb.trace/ftrace.exp: Likewise.
3418         * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3419         targets as well.
3420         (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3421         (gdb_load_shlibs): Copy libraries to test directory when testing
3422         natively.  Only set solib-search-path if testing remotely.
3423         * lib/mi-support.exp (mi_load_shlibs): Likewise.
3424
3425 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
3426
3427         * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3428         gdb_download.  Use it even if the target is not remote.
3429         * gdb.base/jit.exp (compile_jit_test): Likewise.
3430         * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3431         output directory if the destination board is local, otherwise use
3432         the standard remote_download from DejaGnu.
3433         (gdb_download): Remove.
3434         (gdb_load_shlibs): Use gdb_remote_download instead of
3435         gdb_download.
3436         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3437         Use gdb_remote_download instead of gdb_download.  Use it even if
3438         the target is not remote.
3439         * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3440         instead of gdb_download.
3441
3442 2016-04-04  Simon Marchi  <simon.marchi@polymtl.ca>
3443
3444         * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3445         (test_insert_delete_modify): Call mi_load_shlibs before trying to
3446         run.
3447
3448 2016-04-01  Artemiy Volkov  <artemiyv@acm.org>
3449
3450         PR gdb/19820
3451         * gdb.base/printcmds.exp: Add artificial arrays tests.
3452
3453 2016-03-31  Pedro Alves  <palves@redhat.com>
3454
3455         PR gdb/19858
3456         * gdb.base/jit-main.c: Include unistd.h.
3457         (ATTACH): Define to 0 if not already defined.
3458         (wait_for_gdb, mypid): New globals.
3459         (WAIT_FOR_GDB): New macro.
3460         (MAIN): Set an alarm.  Store the process's pid.  Wait for GDB at
3461         some breakpoint locations.
3462         * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3463         New procedures.
3464         (one_jit_test): Add REATTACH parameter, and handle it.  Use
3465         continue_to_test_location.
3466         (top level): Test attach, and adjusts calls to one_jit_test.
3467
3468 2016-03-31  Pedro Alves  <palves@redhat.com>
3469
3470         PR gdb/19858
3471         * gdb.base/jit.exp (compile_jit_test): Add intro comment.  Add
3472         BINSUFFIX parameter, and handle it.
3473         (top level): Adjust calls compile_jit_test.
3474
3475 2016-03-31  Catalin Udma  <catalin.udma@freescale.com>
3476
3477         PR python/19743
3478         * gdb.python/py-mi-events-gdb.py: New file.
3479         * gdb.python/py-mi-events.c: New file.
3480         * gdb.python/py-mi-events.exp: New file.
3481
3482 2016-03-30  Yao Qi  <yao.qi@linaro.org>
3483
3484         * gdb.reverse/until-precsave.exp: Match function name only.
3485         * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3486         Move malloc to a condition block.
3487         * gdb.reverse/until-reverse.exp: Match function name only.
3488
3489 2016-03-29  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3490
3491         * gdb.trace/ftrace.exp: Set arg0exp for s390.
3492         * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3493         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3494         variable for GPR 0 instead of assuming it is register 0.
3495         * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3496         * lib/trace-support.exp: Add s390 registers.
3497
3498 2016-03-29  Yao Qi  <yao.qi@linaro.org>
3499
3500         * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3501
3502 2016-03-24  Yao Qi  <yao.qi@linaro.org>
3503
3504         * gdb.reverse/break-reverse.exp: Add quotation mark in the
3505         test message.
3506
3507 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3508
3509         * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3510         maintaining separate logic for constructing the output path.
3511
3512 2016-03-16  Don Breazeal  <donb@codesourcery.com>
3513
3514         * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3515         Retry fork and waitpid on interrupted system call errors.
3516         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3517         Use with_timeout_factor to increase timeout by factor of 10.
3518
3519 2016-03-15  Don Breazeal  <donb@codesourcery.com>
3520
3521         * gdb.cp/scope-err.cc: New test program.
3522         * gdb.cp/scope-err.exp: New test script.
3523         * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3524         lines and "set breakpoint here" comment.
3525         * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3526         Fixed some whitespace and format issues.
3527         * gdb.mi/mi-linespec-err-cp.cc: New test program.
3528         * gdb.mi/mi-linespec-err-cp.exp: New test script.
3529
3530 2016-03-15  Doug Evans  <dje@google.com>
3531
3532         * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3533         * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3534         All callers updated.  Add tests for enums, mixed flags register.
3535
3536 2016-03-15  Doug Evans  <dje@google.com>
3537
3538         * gdb.base/skip.c (main): Call test_skip_file_and_function.
3539         * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3540
3541 2016-03-14  Simon Marchi  <simon.marchi@ericsson.com>
3542
3543         * gdb.base/default.exp: Add $_as_string to the list of expected
3544         convenience functions.
3545
3546 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
3547
3548         * gdb.base/maint.exp: New tests for 'maint info line-table'.
3549
3550 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
3551
3552         * gdb.python/py-as-string.exp: New file.
3553         * gdb.python/py-as-string.c: New file.
3554
3555 2016-03-09  Pedro Alves  <palves@redhat.com>
3556
3557         * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3558         signal" -> "Thread NN received signal" output change.
3559         * gdb.threads/ia64-sigill.exp: Likewise.
3560         * gdb.threads/linux-dp.exp: Likewise.
3561         * gdb.threads/manythreads.exp: Likewise.
3562         * gdb.threads/pending-step.exp: Likewise.
3563         * gdb.threads/print-threads.exp: Likewise.
3564         * gdb.threads/sigstep-threads.exp: Likewise.
3565         * gdb.threads/staticthreads.exp: Likewise.
3566         * gdb.threads/tls.exp: Likewise.
3567
3568 2016-03-09  Pedro Alves  <palves@redhat.com>
3569
3570         * gdb.base/command-line-input.exp: New file.
3571
3572 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3573
3574         * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3575         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3576         * gdb.trace/pending.exp: Accept leading dot before function name.
3577         * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3578         * lib/trace-support.exp: Set registers for ppc.
3579
3580 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3581
3582         * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3583         use it for disassembly; accept .main in addition to main in backtrace.
3584
3585 2016-03-09  Wei-cheng Wang  <cole945@gmail.com>
3586             Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3587
3588         * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3589         (gdb_recursion_test_ptr): New global variable.
3590         (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3591         gdb_recursion_test.
3592         (gdb_c_test): Ditto.
3593
3594 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3595
3596         * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3597         ordering.
3598
3599 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3600
3601         * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3602         (bar): Add bar_start_lbl label.
3603         * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3604         of foo/bar for emitting DWARF and tracing.
3605
3606 2016-03-06  Sergio Durigan Junior  <sergiodj@redhat.com>
3607
3608         * analyze-racy-logs.py: Set executable bit.
3609
3610 2016-03-05  Sergio Durigan Junior  <sergiodj@redhat.com>
3611
3612         * Makefile.in (DEFAULT_RACY_ITER): New variable.
3613         (CHECK_TARGET_TMP): Likewise.
3614         (check-single-racy): New rule.
3615         (check-parallel-racy): Likewise.
3616         (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3617         (do-check-parallel-racy): New rule.
3618         (check-racy/%.exp): Likewise.
3619         * README (Racy testcases): New section.
3620         * analyze-racy-logs.py: New file.
3621
3622 2016-03-03  Doug Evans  <dje@google.com>
3623
3624         * gdb.base/skip.exp: Use with_test_prefix.
3625
3626 2016-03-03  Yao Qi  <yao.qi@linaro.org>
3627
3628         * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3629         Invoke step_over_syscall "clone" and break_cond_on_syscall
3630         "clone".
3631         * gdb.base/step-over-clone.c: New file.
3632
3633 2016-03-03  Yao Qi  <yao.qi@linaro.org>
3634
3635         * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3636         code format.
3637
3638 2016-03-03  Yao Qi  <yao.qi@linaro.org>
3639
3640         * gdb.base/disp-step-fork.c: Rename to ...
3641         * gdb.base/step-over-fork.c: ... it.  New file.
3642         * gdb.base/disp-step-vfork.c: Rename to ...
3643         * gdb.base/step-over-vfork.c: ... it.  New file.
3644         * gdb.base/disp-step-syscall.exp: Rename to ...
3645         * gdb.base/step-over-syscall.exp: ... it.  New file.
3646         (disp_step_cross_syscall): Rename to ...
3647         (step_over_syscall): ... it.
3648
3649 2016-03-03  Yao Qi  <yao.qi@linaro.org>
3650
3651         * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3652         If target supports condition evaluation on target, invoke
3653         break_cond_on_syscall for fork and vfork.
3654
3655 2016-03-03  Yao Qi  <yao.qi@linaro.org>
3656
3657         * gdb.base/disp-step-syscall.exp: Don't invoke
3658         support_displaced_stepping.
3659         (disp_step_cross_syscall): Test with displaced stepping off and
3660         on if supported.
3661
3662 2016-03-03  Yao Qi  <yao.qi@linaro.org>
3663
3664         * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3665         proc.
3666         (setup): New proc.
3667         (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3668         and setup.
3669
3670 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
3671
3672         * gdb.fortran/vla-history.exp: Remove breakpoint.
3673
3674 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
3675
3676         * gdb.fortran/vla-history.exp: Lookup array elements and printing
3677         exceeds timeout.
3678
3679 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
3680
3681         * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3682         breakpoint.
3683
3684 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
3685
3686         * gdb.mi/vla.f90: Nullify pointer after declaration.
3687
3688 2016-03-01  Pedro Alves  <palves@redhat.com>
3689
3690         * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3691
3692 2016-03-01  Pedro Alves  <palves@redhat.com>
3693
3694         * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3695         before anything else.
3696         * gdb.threads/watchpoint-fork-mt.c: Likewise.  Don't define
3697         _GNU_SOURCE here.
3698         * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3699         before anything else.
3700         * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3701
3702 2016-03-01  Pedro Alves  <palves@redhat.com>
3703
3704         * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3705
3706 2016-03-01  Yao Qi  <yao.qi@linaro.org>
3707
3708         * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3709         prepare_for_testing.
3710
3711 2016-03-01  Yao Qi  <yao.qi@linaro.org>
3712
3713         * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3714
3715 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3716
3717         * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3718         manually constructing the output path.
3719
3720 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3721
3722         * gdb.arch/s390-stackless.S: New.
3723         * gdb.arch/s390-stackless.exp: New.
3724
3725 2016-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
3726
3727         * gdb.dlang/circular.c: New file.
3728         * gdb.dlang/circular.exp: New file.
3729
3730 2016-02-26  Yao Qi  <yao.qi@linaro.org>
3731
3732         * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3733         [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3734         (testcases): Update.
3735
3736 2016-02-26  Yao Qi  <yao.qi@linaro.org>
3737
3738         * gdb.reverse/aarch64.c: Rename to ...
3739         * gdb.reverse/insn-reverse.c: ... it.
3740         * gdb.reverse/aarch64.exp: Rename to ...
3741         * gdb.reverse/insn-reverse.exp: ... it.
3742
3743 2016-02-26  Yao Qi  <yao.qi@linaro.org>
3744
3745         * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3746         (testcase_ftype): New.
3747         (testcases): New array.
3748         (n_testcases): New.
3749         (main): Call each element in testcases.
3750         * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
3751         (read_testcase): New.
3752         Do the tests in a loop.
3753
3754 2016-02-25  Yao Qi  <yao.qi@linaro.org>
3755
3756         * gdb.base/branches.c: Remove.
3757
3758 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3759
3760         PR gdb/13808
3761         * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
3762
3763 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3764
3765         * gdb.trace/ftrace.exp: Remove unnecessary target check.
3766
3767 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3768
3769         * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
3770         change x86_64 call_insn to 'callq'.
3771
3772 2016-02-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
3773
3774         * gdb.trace/tfile-avx.c: Move to...
3775         * gdb.trace/tracefile-pseudo-reg.c: Here.
3776         * gdb.trace/tfile-avx.exp: Move to...
3777         * gdb.trace/tracefile-pseudo-reg.exp: Here.
3778
3779 2016-02-24  Gary Benson <gbenson@redhat.com>
3780
3781         * gdb.base/attach-pie-noexec.exp: Do not expect an error
3782         message on attach.
3783
3784 2016-02-23  Doug Evans  <dje@google.com>
3785
3786         * gdb.base/skip.c (test_skip): New function.
3787         (end_test_skip_file_and_function): New function.
3788         (test_skip_file_and_function): New function.
3789         * gdb.base/skip1.c (test_skip): New function.
3790         (skip1_test_skip_file_and_function): New function.
3791         * gdb.base/skip.exp: Add tests for new skip options.
3792         * gdb.base/skip-solib.exp: Update expected output.
3793         * gdb.perf/skip-command.cc: New file.
3794         * gdb.perf/skip-command.exp: New file.
3795         * gdb.perf/skip-command.py: New file.
3796
3797 2016-02-22  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3798
3799         * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
3800         info registers pattern.
3801
3802 2016-02-18  Iain Buclaw  <ibuclaw@gdcproject.org>
3803
3804         * lib/future.exp: Add D support.
3805         (gdb_find_gdc): New proc.
3806         (gdb_default_target_compile): Add D support.
3807
3808 2016-02-18  Wei-cheng Wang  <cole945@gmail.com>
3809
3810         * gdb.trace/tspeed.c (myclock): Return wallclock instead of
3811         user+system time.
3812         (trace_speed_test): Determine the iteration count for a time
3813         between 15..30 seconds.
3814
3815 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
3816
3817         * gdb.arch/i386-mpx-sigsegv.c: New file.
3818         * gdb.arch/i386-mpx-sigsegv.exp: New file.
3819         * gdb.arch/i386-mpx-simple_segv.c: New file.
3820         * gdb.arch/i386-mpx-simple_segv.exp: New file.
3821
3822 2016-02-18  Yao Qi  <yao.qi@linaro.org>
3823
3824         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3825         Don't call setup_kfail.
3826
3827 2016-02-18  Yao Qi  <yao.qi@linaro.org>
3828
3829         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3830         Set "set breakpoint condition-evaluation" per $cond_bp_target.
3831
3832 2016-02-16  Doug Evans  <dje@google.com>
3833
3834         * gdb.base/skip.c: Add copyright.  Whitespace cleanup.
3835         * gdb.base/skip1.c: Ditto.
3836         * gdb.base/skip.exp: Whitespace cleanup.
3837
3838 2016-02-16  Don Breazeal  <donb@codesourcery.com>
3839
3840         PR remote/19496
3841         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3842         Remove kfail for PR remote/19496.
3843
3844 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
3845
3846         * lib/gdb.exp (standard_temp_file): Return a path specific to
3847         the runtest invocation.
3848
3849 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
3850
3851         * gdb.trace/save-trace.exp: Change relative path to be in the
3852         standard output directory.
3853
3854 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
3855
3856         * gdb.arch/i386-prologue.c: Add missing prototypes.
3857
3858 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
3859
3860         * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
3861         * gdb.arch/i386-prologue.exp: Likewise.
3862         * gdb.arch/i386-size.exp: Likewise.
3863
3864 2016-02-15  Simon Marchi  <simon.marchi@ericsson.com>
3865
3866         * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
3867         define object file path.
3868         * gdb.btrace/gcore.exp: Use standard_output_file to define core
3869         file path.
3870         * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
3871         standard_output_file to define binfile.
3872
3873 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
3874
3875         Fix compatibility with recent gfortran-5.3.1.
3876         * gdb.fortran/vla-history.exp (print vla1 allocated)
3877         (print vla2 allocated, print $2, print $3): Remove
3878         (print $4): Rename to ...
3879         (print $2): ... here.
3880         (print $9): Rename to ...
3881         (print $5): ... here.
3882         (print $10): Rename to ...
3883         (print $6): ... here.
3884         * gdb.fortran/vla.f90: Add pvla initialization.
3885
3886 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
3887
3888         * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
3889         New test.
3890         * gdb.fortran/vla-value-sub.exp: Likewise.
3891
3892 2016-02-12  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3893
3894         * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
3895
3896 2016-02-12  Simon Marchi  <simon.marchi@ericsson.com>
3897
3898         * i386-biarch-core.exp: Define corefile using
3899         standard_output_file.
3900
3901 2016-02-12  Yao Qi  <yao.qi@linaro.org>
3902
3903         * gdb.arch/arm-single-step-kernel-helper.c: New.
3904         * gdb.arch/arm-single-step-kernel-helper.exp: New.
3905
3906 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
3907
3908         * gdb.btrace/tailcall-only.exp: New.
3909         * gdb.btrace/tailcall-only.c: New.
3910         * gdb.btrace/x86_64-tailcall-only.S: New.
3911         * gdb.btrace/i686-tailcall-only.S: New.
3912
3913 2016-02-11  Pedro Alves  <palves@redhat.com>
3914
3915         * README (Parallel testing): Add missing double quotes.
3916
3917 2016-02-11  Pedro Alves  <palves@redhat.com>
3918
3919         * README (Parallel testing): New section.
3920         (GDB_PARALLEL): Rewrite.
3921         (FORCE_PARALLEL): Document.
3922
3923 2016-02-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3924
3925         * gdb.trace/tfile-avx.c: New test.
3926         * gdb.trace/tfile-avx.exp: New test.
3927
3928 2016-02-09  Keith Seitz  <keiths@redhat.com>
3929
3930         PR breakpoints/19546
3931         * gdb.base/infcall-exec.c: New file.
3932         * gdb.base/infcall-exec2.c: New file.
3933         * gdb.base/infcall-exec.exp: New file.
3934
3935 2016-02-09  Keith Seitz  <keiths@redhat.com>
3936
3937         * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
3938         (toplevel): Call test_bkpt_address.
3939
3940 2016-02-09  Keith Seitz  <keiths@redhat.com>
3941
3942         PR python/19506
3943         * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
3944         (toplevel): Call test_bkpt_address.
3945
3946 2016-02-09  Simon Marchi  <simon.marchi@ericsson.com>
3947
3948         * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
3949         to AC_OUTPUT.
3950         * configure: Regenerate.
3951
3952 2016-02-09  Pedro Alves  <palves@redhat.com>
3953
3954         PR breakpoints/19548
3955         * gdb.base/execl-update-breakpoints.c (some_function): New
3956         function.
3957         (main): Call it.
3958         * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
3959         Tighten expected GDB output.
3960
3961 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
3962
3963         * Makefile.in (ALL_SUBDIRS): Remove.
3964         (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
3965         (distclean maintainer-clean realclean): Likewise.
3966         * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
3967         * configure: Regenerate.
3968         * gdb.ada/Makefile.in: Delete.
3969         * gdb.arch/Makefile.in: Likewise.
3970         * gdb.asm/Makefile.in: Likewise.
3971         * gdb.base/Makefile.in: Likewise.
3972         * gdb.btrace/Makefile.in: Likewise.
3973         * gdb.cell/Makefile.in: Likewise.
3974         * gdb.compile/Makefile.in: Likewise.
3975         * gdb.cp/Makefile.in: Likewise.
3976         * gdb.disasm/Makefile.in: Likewise.
3977         * gdb.dlang/Makefile.in: Likewise.
3978         * gdb.dwarf2/Makefile.in: Likewise.
3979         * gdb.fortran/Makefile.in: Likewise.
3980         * gdb.gdb/Makefile.in: Likewise.
3981         * gdb.go/Makefile.in: Likewise.
3982         * gdb.guile/Makefile.in: Likewise.
3983         * gdb.java/Makefile.in: Likewise.
3984         * gdb.linespec/Makefile.in: Likewise.
3985         * gdb.mi/Makefile.in: Likewise.
3986         * gdb.modula2/Makefile.in: Likewise.
3987         * gdb.multi/Makefile.in: Likewise.
3988         * gdb.objc/Makefile.in: Likewise.
3989         * gdb.opencl/Makefile.in: Likewise.
3990         * gdb.opt/Makefile.in: Likewise.
3991         * gdb.pascal/Makefile.in: Likewise.
3992         * gdb.perf/Makefile.in: Likewise.
3993         * gdb.python/Makefile.in: Likewise.
3994         * gdb.reverse/Makefile.in: Likewise.
3995         * gdb.server/Makefile.in: Likewise.
3996         * gdb.stabs/Makefile.in: Likewise.
3997         * gdb.threads/Makefile.in: Likewise.
3998         * gdb.trace/Makefile.in: Likewise.
3999         * gdb.xml/Makefile.in: Likewise.
4000         * lib/gdb.exp (make_gdb_parallel_path): Add check for
4001         GDB_PARALLEL.
4002         (standard_output_file): Remove check for GDB_PARALLEL, always
4003         return path in outputs/$subdir/$testname.
4004
4005 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
4006
4007         * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4008         (site.exp): Assign abs_srcdir to tcl's srcdir.
4009
4010 2016-02-04  Yao Qi  <yao.qi@linaro.org>
4011
4012         * gdb.base/foll-exec-mode.c: Include limits.h.
4013         (main): Add parameters argc and argv.  Get directory from
4014         argv[0].
4015         * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4016         compilation.
4017         * gdb.base/foll-exec.c: Include limits.h.
4018         (main): Add parameters argc and argv.
4019         Get directory from argv[0].
4020         * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4021         Adjust tests on the number of lines as source code changed.
4022         * gdb.base/foll-vfork-exit.c: Include limits.h.
4023         (main): Add one line of statement before vfork.
4024         * gdb.base/foll-vfork.c: Include limits.h and string.h.
4025         (main): Add parameters argc and argv.  Get directory from
4026         argv[0].
4027         * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4028         (setup_gdb): Set tbreak to skip some source lines.
4029         * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4030         (main): Add parameters argc and argv.  Get directory from
4031         argv[0].
4032         * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4033         compilation.
4034         * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4035         (main): Add parameters argc and argv.  Get directory from
4036         argv[0].
4037         * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4038         compilation.
4039
4040 2016-02-01  Doug Evans  <dje@google.com>
4041
4042         * gdb.base/skip.exp: Clean up multiple references to same test name.
4043
4044 2016-02-01  Pedro Alves  <palves@redhat.com>
4045
4046         PR remote/19496
4047         * gdb.threads/forking-threads-plus-breakpoint.exp
4048         (displaced_stepping_supported): New global.
4049         (probe_displaced_stepping_support): New procedure.
4050         (do_test): Add 'displaced' parameter, and use it.
4051         (top level): Check for displaced stepping support.  Add displaced
4052         stepping on/off testing axis.
4053
4054 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
4055
4056         * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4057         pointer.  Don't perform further tests on the unassociated pointer
4058         if the first test fails.
4059
4060 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
4061
4062         * gdb.base/max-value-size.c: New file.
4063         * gdb.base/max-value-size.exp: New file.
4064         * gdb.base/huge.exp: Disable max-value-size for this test.
4065
4066 2016-01-28  Iain Buclaw  <ibuclaw@gdcproject.org>
4067
4068         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4069
4070 2016-01-28  Yao Qi  <yao.qi@linaro.org>
4071
4072         * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4073
4074 2016-01-25  Pedro Alves  <palves@redhat.com>
4075
4076         PR threads/19461
4077         * gdb.base/fork-running-state.c: New file.
4078         * gdb.base/fork-running-state.exp: New file.
4079
4080 2016-01-25  Pedro Alves  <palves@redhat.com>
4081
4082         PR gdb/19494
4083         * gdb.base/catch-fork-kill.c: New file.
4084         * gdb.base/catch-fork-kill.exp: New file.
4085
4086 2016-01-25  Pedro Alves  <palves@redhat.com>
4087
4088         * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4089         Delete, moved to lib/gdb.exp.
4090         * gdb.threads/forking-threads-plus-breakpoint.exp
4091         (foreach_with_prefix): Likewise.
4092         * gdb.threads/process-dies-while-handling-bp.exp
4093         (foreach_with_prefix): Likewise.
4094         * lib/gdb.exp (foreach_with_prefix): New procedure.
4095
4096 2016-01-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4097
4098         * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4099         * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4100
4101 2016-01-23  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4102
4103         * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4104         endian targets.
4105
4106 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
4107             Pedro Alves  <palves@redhat.com>
4108
4109         Fix testsuite compatibility with Guile.
4110         * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4111         number.
4112
4113 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
4114
4115         Fix testsuite compatibility with Guile.
4116         * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4117         (thread 1): New test for backtrace through signal handler.
4118
4119 2016-01-22  Yao Qi  <yao.qi@linaro.org>
4120
4121         PR testsuite/19491
4122         * gdb.base/multi-forks.c: Include
4123         ../lib/unbuffer_output.c
4124         (main): Call gdb_unbuffer_output.
4125
4126 2016-01-21  Doug Evans  <dje@google.com>
4127
4128         * lib/ada.exp (gdb_compile_ada): Fix typo.
4129
4130 2016-01-21  Joel Brobecker  <brobecker@adacore.com>
4131
4132         * gdb.base/break-fun-addr.exp: New file.
4133         * gdb.base/break-fun-addr1.c: New file.
4134         * gdb.base/break-fun-addr2.c: New file.
4135
4136 2016-01-20  Simon Marchi  <simon.marchi@polymtl.ca>
4137
4138         * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4139         * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4140         enum flag values.
4141
4142 2016-01-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4143
4144         * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4145         when GDB can not set the vector return value.  Add more comments
4146         for clarification.
4147
4148 2016-01-20  Antoine Tremblay  <antoine.tremblay@ericsson.com>
4149
4150         * gdb.trace/tspeed.exp:  Use shlib instead of libs in gdb_compile
4151         command.
4152
4153 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
4154
4155         * Makefile.in (DO_RUNTEST): Add --status and update usages.
4156
4157 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
4158
4159         * Makefile.in (check-single): Pass --status to runtest.
4160         (check/%.exp): Likewise.
4161
4162 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
4163
4164         * Makefile.in (check-parallel): Propagate return code from make
4165         do-check-parallel.
4166
4167 2016-01-19  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4168
4169         * gdb.trace/ftrace.exp: Fix expected message on continue.
4170         * gdb.trace/pending.exp: Fix expected message on continue.
4171         * gdb.trace/trace-break.exp: Fix expected message on continue.
4172
4173 2016-01-18  Simon Marchi  <simon.marchi@ericsson.com>
4174
4175         * lib/gdb.exp (gdb_test): Remove unused global references.
4176
4177 2016-01-18  Pedro Alves  <palves@redhat.com>
4178
4179         * gdb.base/async-shell.exp: Adjust expected output.
4180         * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4181         * gdb.base/siginfo-thread.exp: Adjust expected output.
4182         * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4183         * gdb.java/jnpe.exp: Adjust expected output.
4184         * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4185         * gdb.threads/continue-pending-status.exp: Adjust expected output.
4186         * gdb.threads/leader-exit.exp: Adjust expected output.
4187         * gdb.threads/manythreads.exp: Adjust expected output.
4188         * gdb.threads/pthreads.exp: Adjust expected output.
4189         * gdb.threads/schedlock.exp: Adjust expected output.
4190         * gdb.threads/siginfo-threads.exp: Adjust expected output.
4191         * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4192         expected output.
4193         * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4194         output.
4195         * gdb.threads/sigthread.exp: Adjust expected output.
4196         * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4197
4198 2016-01-18  Yao Qi  <yao.qi@linaro.org>
4199
4200         * gdb.guile/scm-section-script.c: Replace @progbits with
4201         %progbits.
4202         * gdb.python/py-section-script.c: Likewise.
4203
4204 2016-01-15  Pedro Alves  <palves@redhat.com>
4205
4206         * gdb.multi/tids.exp: Test star wildcard ranges.
4207
4208 2016-01-15  Pedro Alves  <palves@redhat.com>
4209
4210         * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4211         command from "thread apply" invocation.
4212         (thr_apply_info_thr_invalid): Default the expected output to the
4213         input tid list.
4214         (top level): Add tests that use convenience variables.  Add tests
4215         for "thread apply" with a valid TID list, but missing the command.
4216
4217 2016-01-13  Pedro Alves  <palves@redhat.com>
4218
4219         * gdb.base/default.exp: Expect $_gthread as well.
4220         * gdb.multi/tids.exp: Test $_gthread.
4221         * gdb.threads/thread-specific.exp: Test $_gthread.
4222
4223 2016-01-13  Pedro Alves  <palves@redhat.com>
4224
4225         * gdb.multi/tids.exp: Test "info threads -gid".
4226
4227 2016-01-13  Pedro Alves  <palves@redhat.com>
4228
4229         * gdb.multi/tids.exp: Test InferiorThread.global_num and
4230         Breakpoint.thread.
4231         * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4232
4233 2016-01-07  Pedro Alves  <palves@redhat.com>
4234
4235         * gdb.base/break.exp: Adjust to output changes.
4236         * gdb.base/hbreak2.exp: Likewise.
4237         * gdb.base/sepdebug.exp: Likewise.
4238         * gdb.base/watch_thread_num.exp: Likewise.
4239         * gdb.linespec/keywords.exp: Likewise.
4240         * gdb.multi/info-threads.exp: Likewise.
4241         * gdb.threads/thread-find.exp: Likewise.
4242         * gdb.multi/tids.c: New file.
4243         * gdb.multi/tids.exp: New file.
4244
4245 2016-01-13  Pedro Alves  <palves@redhat.com>
4246
4247         * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4248
4249 2016-01-13  Pedro Alves  <palves@redhat.com>
4250
4251         * gdb.base/default.exp: Expect $_inferior as well.
4252         * gdb.multi/base.exp: Test $_inferior.
4253
4254 2016-01-13  Pedro Alves  <palves@redhat.com>
4255
4256         PR breakpoints/19388
4257         * gdb.base/catch-signal-siginfo-cond.c: New file.
4258         * gdb.base/catch-signal-siginfo-cond.exp: New file.
4259
4260 2016-01-12  Josh Stone  <jistone@redhat.com>
4261             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
4262
4263         * gdb.base/catch-syscall.c (do_execve): New variable.
4264         (main): Conditionally trigger an execve.
4265         * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4266         (test_catch_syscall_execve): New, check entry/return across execve.
4267         (do_syscall_tests): Call test_catch_syscall_execve.
4268
4269 2016-01-12  Pedro Alves  <palves@redhat.com>
4270
4271         * gdb.base/random-signal.exp (do_test): New procedure, with body
4272         of testcase moved in.
4273
4274 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4275             Pedro Alves  <palves@redhat.com>
4276
4277         * gdb.base/funcargs.exp (finish from indirectly called function):
4278         Reintroduce the case for 'First'.
4279
4280 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4281             Pedro Alves  <palves@redhat.com>
4282
4283         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4284         (tcatch_vfork_then_child_follow_exec)
4285         (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4286         identification.
4287
4288 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4289
4290         * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4291         and repeats to unlimited.
4292         * gdb.python/py-value.exp: Likewise.
4293         * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4294         and repeats to unlimited.
4295
4296 2016-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
4297
4298         * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4299         and reordering the functions.
4300         * gdb.multi/hangout.c: Likewise.
4301         * gdb.multi/hello.c: Likewise.
4302
4303 2016-01-08  Simon Marchi  <simon.marchi@ericsson.com>
4304
4305         * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4306         absolute.
4307         (SingleStatisticTestResult.report): Use dict.keys instead of
4308         dict.iterkeys.
4309
4310 2016-01-06  Pedro Alves  <palves@redhat.com>
4311
4312         * gdb.python/py-infthread.exp: Fix typo.  Expect t0.num to be 1.
4313
4314 2016-01-04  Markus Metzger  <markus.t.metzger@intel.com>
4315
4316         * gdb.btrace/dlopen.exp: New.
4317         * gdb.btrace/dlopen.c: New.
4318         * gdb.btrace/dlopen-dso.c: New.
4319
4320 2015-12-25  Sandra Loosemore  <sandra@codesourcery.com>
4321
4322         * lib/gdb.exp (gdb_test): Update comments to clarify that the
4323         PATTERN argument is optional.
4324
4325 2015-12-24  Joel Brobecker  <brobecker@adacore.com>
4326
4327         * lib/ada.exp (target_compile_ada_from_dir): New function.
4328         (gdb_compile_ada): Reimplement avoiding the use of project files.
4329         * gdb.ada/gnat_ada.gpr: Delete.
4330         * gdb.ada/cond_lang.exp: Adjust test to make path before
4331         filename optional.
4332         * gdb.ada/small_reg_param.exp: Likewise.
4333
4334 2015-12-22  Simon Marchi  <simon.marchi@ericsson.com>
4335
4336         * gdb.base/foll-vork.exp: Remove HP-UX special case.
4337
4338 2015-12-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4339
4340         * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4341         case.
4342
4343 2015-12-21  Simon Marchi  <simon.marchi@ericsson.com>
4344
4345         * gdb.base/break.exp: Remove dead code.
4346         * gdb.base/sepdebug.exp: Likewise.
4347
4348 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
4349
4350         * gdb.asm/asm-source.exp: Remove HP-UX references.
4351         * gdb.base/annota1.exp: Likewise.
4352         * gdb.base/annota3.exp: Likewise.
4353         * gdb.base/attach.exp: Likewise.
4354         * gdb.base/bigcore.exp: Likewise.
4355         * gdb.base/break.exp: Likewise.
4356         * gdb.base/call-ar-st.exp: Likewise.
4357         * gdb.base/callfuncs.exp: Likewise.
4358         * gdb.base/catch-fork-static.exp: Likewise.
4359         * gdb.base/display.exp: Likewise.
4360         * gdb.base/foll-exec-mode.exp: Likewise.
4361         * gdb.base/foll-exec.exp: Likewise.
4362         * gdb.base/foll-fork.exp: Likewise.
4363         * gdb.base/foll-vfork.exp: Likewise.
4364         * gdb.base/funcargs.exp: Likewise.
4365         * gdb.base/hbreak2.exp: Likewise.
4366         * gdb.base/inferior-died.exp: Likewise.
4367         * gdb.base/interrupt.exp: Likewise.
4368         * gdb.base/multi-forks.exp: Likewise.
4369         * gdb.base/nodebug.exp: Likewise.
4370         * gdb.base/sepdebug.exp: Likewise.
4371         * gdb.base/solib1.c: Likewise.
4372         * gdb.base/step-test.exp: Likewise.
4373         * gdb.mi/non-stop.c: Likewise.
4374         * gdb.mi/pthreads.c: Likewise.
4375         * gdb.multi/bkpt-multi-exec.ex: Likewise.
4376         * gdb.threads/pthreads.c: Likewise.
4377         * gdb.threads/staticthreads.exp: Likewise.
4378         * lib/future.exp: Likewise.
4379         * lib/gdb.exp: Likewise.
4380         * gdb.base/so-indr-cl.c: Remove.
4381         * gdb.base/so-indr-cl.exp: Likewise.
4382         * gdb.base/solib.c: Likewise.
4383         * gdb.base/solib.exp: Likewise.
4384         * gdb.base/solib2.c: Likewise.
4385
4386 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
4387
4388         * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4389         * gdb.base/call-ar-st.exp: Likewise.
4390         * gdb.base/callfuncs.exp: Likewise.
4391         * gdb.base/condbreak.exp: Likewise.
4392         * gdb.base/constvars.exp: Likewise.
4393         * gdb.base/hbreak2.exp: Likewise.
4394         * gdb.base/langs.exp: Likewise.
4395         * gdb.base/list.exp: Likewise.
4396         * gdb.base/long_long.exp: Likewise.
4397         * gdb.base/ptype.exp: Likewise.
4398         * gdb.base/scope.exp: Likewise.
4399         * gdb.base/signals.exp: Likewise.
4400         * gdb.base/so-impl-ld.exp: Likewise.
4401         * gdb.base/varargs.exp: Likewise.
4402         * gdb.base/volatile.exp: Likewise.
4403         * gdb.base/whatis.exp: Likewise.
4404         * gdb.cp/cplusfuncs.exp: Likewise.
4405         * gdb.cp/inherit.exp: Likewise.
4406         * gdb.cp/local.exp: Likewise.
4407         * gdb.cp/member-ptr.exp: Likewise.
4408         * gdb.cp/method.exp: Likewise.
4409         * gdb.cp/overload.exp: Likewise.
4410         * gdb.cp/templates.exp: Likewise.
4411         * gdb.stabs/weird.exp: Likewise.
4412         * lib/compiler.c: Likewise.
4413         * lib/compiler.cc: Likewise.
4414         * lib/cp-support.exp: Likewise.
4415         * lib/gdb.exp: Likewise.
4416
4417 2015-12-20  Simon Marchi  <simon.marchi@polymtl.ca>
4418
4419         * configure.ac: Remove HP-UX case.
4420         * configure: Regenerate.
4421
4422 2015-12-18  Simon Marchi  <simon.marchi@ericsson.com>
4423
4424         * lib/gdb.exp (gdb_compile): Add function doc.
4425
4426 2015-12-17  Pedro Alves  <palves@redhat.com>
4427
4428         PR threads/19354
4429         * gdb.multi/info-threads.exp: New file.
4430
4431 2015-12-15  Yao Qi  <yao.qi@linaro.org>
4432
4433         * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4434         is aarch64*-*-*.
4435
4436 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
4437
4438         * gdb.base/history-duplicates.exp: Skip if no readline support.
4439
4440 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
4441
4442         * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4443
4444 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
4445
4446         * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4447
4448 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
4449
4450         * gdb.base/completion.exp: Skip tests that interrupt GDB with
4451         ctrl-C if nointerrupts target property is set.
4452         * gdb.base/double-prompt-target-event-error.exp: Likewise.
4453         * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4454         * gdb.base/paginate-bg-execution.exp: Likewise.
4455         * gdb.base/paginate-execution-startup.exp: Likewise.
4456         * gdb.base/random-signal.exp: Likewise.
4457         * gdb.base/range-stepping.exp: Likewise.
4458         * gdb.cp/annota2.exp: Likewise.
4459         * gdb.cp/annota3.exp: Likewise.
4460         * gdb.gdb/selftest.exp: Likewise.
4461         * gdb.threads/continue-pending-status.exp: Likewise.
4462         * gdb.threads/leader-exit.exp: Likewise.
4463         * gdb.threads/manythreads.exp: Likewise.
4464         * gdb.threads/pthreads.exp: Likewise.
4465         * gdb.threads/schedlock.exp: Likewise.
4466         * gdb.threads/sigthread.exp: Likewise.
4467
4468 2015-12-11  Don Breazeal  <donb@codesourcery.com>
4469
4470         * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4471         remote.
4472         * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4473         * gdb.base/foll-exec.exp (main): Enable for target remote.
4474         * gdb.base/foll-fork.exp (main): Likewise.
4475         * gdb.base/foll-vfork.exp (main): Likewise.
4476         * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4477         (proc continue_to_exit_bp_loc): Use clean_restart.
4478         * gdb.base/pie-execl.exp (main): Disable for target remote.
4479         * gdb.base/watch-vfork.exp (main): Enable for target remote.
4480         * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4481         * gdb.threads/execl.exp (main): Likewise.
4482         * gdb.threads/fork-child-threads.exp (main): Likewise.
4483         * gdb.threads/fork-plus-threads.exp (main): Disable for target
4484         remote.
4485         * gdb.threads/fork-thread-pending.exp (main): Enable for target
4486         remote.
4487         * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4488         pid.tid style ptids, instead of just tid.
4489         * gdb.threads/thread-execl.exp (main): Enable for target remote.
4490         * gdb.threads/watchpoint-fork.exp (main): Likewise.
4491         * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4492         ptids, instead of just tid.
4493
4494 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
4495
4496         * gdb.base/list.exp (test_list_forward): Add end of file error
4497         test.
4498         (test_repeat_list_command): Add end of file error test.
4499         (test_list_backwards): Add beginning of file error test.
4500
4501 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
4502
4503         * gdb.base/list.exp (test_list_invalid_args): New function,
4504         defined, and called.
4505
4506 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
4507
4508         * gdb.base/list.exp (test_list): Make test names unique.
4509
4510 2015-12-11  Yao Qi  <yao.qi@linaro.org>
4511
4512         * gdb.base/coremaker2.c: Remove.
4513
4514 2015-12-10  Pedro Alves  <palves@redhat.com>
4515
4516         * gdb.multi/base.exp: Remove stale "spaces" references.
4517
4518 2015-12-10  Pedro Alves  <palves@redhat.com>
4519
4520         * gdb.multi/base.exp: Don't use nowarnings.
4521         * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4522         * gdb.multi/hangout.c: Include stdio.h.
4523         * gdb.multi/hello.c: Include stdlib.h.
4524         * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4525         * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4526         * gdb.multi/multi-arch.exp: Don't use nowarnings.
4527
4528 2015-12-10  Andrew Burgess  <andrew.burgess@embecosm.com>
4529
4530         * gdb.dwarf2/dw2-ranges-base.c: New file.
4531         * gdb.dwarf2/dw2-ranges-base.exp: New file.
4532         * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4533         support additional line table, and debug ranges generation.
4534         (Dwarf::ranges): New function, generate .debug_ranges.
4535         (Dwarf::lines): Support generating simple line table programs.
4536         (Dwarf::assemble): Initialise new namespace variables.
4537
4538 2015-12-09  Kevin Buettner  <kevinb@redhat.com>
4539
4540         * gdb.base/async.exp (proc test_background): Add case for
4541         asynchronous execution not supported.
4542
4543 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
4544
4545         * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4546           format and change test names to make them unique.
4547
4548 2015-12-09  Ruslan Kabatsayev  <b7.10110111@gmail.com>
4549             Pedro Alves  <pedro@redhat.com>
4550
4551         PR gdb/18702
4552         Add checking of floatformats setup on x86_64 hosts.
4553         * gdb.arch/i386-float.S (main): Load bigval and smallval.
4554         (smallval, bigval): New labels/constants.
4555         * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4556         float" after loading bigval and smallval.
4557
4558 2015-12-07  Pierre-Marie de Rodat  <derodat@adacore.com>
4559
4560         * gdb.ada/fun_overload_menu.exp: New testcase.
4561         * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4562
4563 2015-12-04  Josh Stone  <jistone@redhat.com>
4564
4565         * gdb.base/catch-fork-static.exp: New.
4566
4567 2015-12-03  Yao Qi  <yao.qi@linaro.org>
4568
4569         * gdb.base/sizeof.c: Don't include stdio.h and
4570         ../lib/unbuffer_output.c.
4571         (main): New variable 'size' and 'value'.  Remove printf and
4572         gdb_unbuffer_output.  Assign return value to size and value.
4573         * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4574         at the beginning.
4575         (check_sizeof): Check the result by printing variable 'size'.
4576         (check_valueof): Check the result by printing variable 'value'.
4577
4578 2015-12-01  Yao Qi  <yao.qi@linaro.org>
4579
4580         * gdb.base/disp-step-syscall.exp: Define syscall instruction
4581         for aarch64*-*-linux* target.
4582
4583 2015-11-30  Pedro Alves  <palves@redhat.com>
4584
4585         * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4586
4587 2015-11-30  Pedro Alves  <palves@redhat.com>
4588
4589         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4590         Handle non-stop mode vCont replies.
4591
4592 2015-11-30  Pedro Alves  <palves@redhat.com>
4593
4594         * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4595         prepare_for_testing.  Start gdb with "set non-stop on" appended to
4596         GDBFLAGS.  Lax expected stop output.
4597
4598 2015-11-27  Yao Qi  <yao.qi@linaro.org>
4599
4600         * gdb.arch/arm-neon.exp: New.
4601         * gdb.arch/arm-neon.c: New.
4602
4603 2015-11-27  Yao Qi  <yao.qi@linaro.org>
4604
4605         * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4606
4607 2015-11-27  Yao Qi  <yao.qi@linaro.org>
4608
4609         * gdb.cp/annota2.exp: Allow multiple occurrences of the
4610         frames-invalid annotation.
4611
4612 2015-11-27  Yao Qi  <yao.qi@linaro.org>
4613
4614         * gdb.cp/annota2.exp: Use ${frames_invalid}.
4615
4616 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
4617
4618         * gdb.threads/names.exp: New file.
4619         * gdb.threads/names.c: New file.
4620         * README: Mention gdb,no_thread_names.
4621
4622 2015-11-26  Markus Metzger  <markus.t.metzger@intel.com>
4623
4624         PR 19297
4625         * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4626         support" error.
4627
4628 2015-11-24  Pedro Alves  <palves@redhat.com>
4629
4630         PR 17539
4631         * gdb.base/display.exp: Expect displays to be sorted in ascending
4632         order.  Use multi_line.
4633         * gdb.base/solib-display.exp: Likewise.
4634
4635 2015-11-24  Pedro Alves  <palves@redhat.com>
4636
4637         PR 17539
4638         * gdb.base/display.exp: Expect displays to be sorted in ascending
4639         order.  Use multi_line.
4640         * gdb.base/solib-display.exp: Likewise.
4641
4642 2015-11-24  Pedro Alves  <palves@redhat.com>
4643
4644         PR 17539
4645         * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4646         threads in ascending order.
4647         * gdb.base/foll-fork.exp: Likewise.
4648         * gdb.base/foll-vfork.exp: Likewise.
4649         * gdb.base/multi-forks.exp: Likewise.
4650         * gdb.mi/mi-nonstop.exp: Likewise.
4651         * gdb.mi/mi-nsintrall.exp: Likewise.
4652         * gdb.multi/base.exp: Likewise.
4653         * gdb.multi/multi-arch.exp: Likewise.
4654         * gdb.python/py-inferior.exp: Likewise.
4655         * gdb.threads/break-while-running.exp: Likewise.
4656         * gdb.threads/execl.exp: Likewise.
4657         * gdb.threads/gcore-thread.exp: Likewise.
4658         * gdb.threads/info-threads-cur-sal.exp: Likewise.
4659         * gdb.threads/kill.exp: Likewise.
4660         * gdb.threads/linux-dp.exp: Likewise.
4661         * gdb.threads/multiple-step-overs.exp: Likewise.
4662         * gdb.threads/next-bp-other-thread.exp: Likewise.
4663         * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4664         * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4665         * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4666         * gdb.threads/thread-find.exp: Likewise.
4667         * gdb.threads/tls.exp: Likewise.
4668         * lib/mi-support.exp (mi_reverse_list): Delete.
4669         (mi_check_thread_states): No longer reverse list.
4670
4671 2015-11-24  Pedro Alves  <palves@redhat.com>
4672
4673         * gdb.python/py-inferior.exp: Use with_test_prefix.  Consistently
4674         use lowercase.
4675
4676 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
4677
4678         * gdb.trace/actions.c: Include trace-common.h.
4679         (main): Add a location for a fast tracepoint.
4680         * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4681         the normal tracepoints.
4682         (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4683
4684 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
4685
4686         * save-trace.exp: Factor out code to these...
4687         (gdb_save_tracepoints): New.
4688         (gdb_load_tracepoints): New.
4689         (do_save_load_test): New.
4690
4691 2015-11-23  Kevin Buettner  <kevinb@redhat.com>
4692
4693         * gdb.base/asmlabel.exp: New test.
4694         * gdb.base/asmlabel.c: New test case.
4695
4696 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
4697
4698         * gdb.base/wrong_frame_bt_full-main.c: New file.
4699         * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4700         * gdb.base/wrong_frame_bt_full.exp: New file.
4701
4702 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
4703
4704         * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4705
4706 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
4707
4708         * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
4709         pstate register when comparing registers values in
4710         sparc64-*-linux-gnu targets to avoid spurious differences.
4711
4712 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
4713
4714         * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
4715
4716 2015-11-19  Sandra Loosemore  <sandra@codesourcery.com>
4717
4718         * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4719         as type argument to gdb_compile.
4720         * gdb.base/nested-subp2.exp: Likewise.
4721         * gdb.base/nested-subp3.exp: Likewise.
4722
4723 2015-11-17  Dominik Vogt  <vogt@linux.vnet.ibm.com>
4724
4725         * lib/dwarf.exp (_note): Fix left shift of negative value.
4726         * gdb.trace/trace-condition.exp: Likewise.
4727
4728 2015-11-13  Yao Qi  <yao.qi@linaro.org>
4729
4730         * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4731         comments about d10v.
4732         (test_scalar_returns): Likewise.
4733         * gdb.base/d10v.ld: Remove.
4734         * gdb.base/overlays.exp: Remove the target triplet checking for
4735         d10v-*-*.
4736         * gdb.base/structs.exp (test_struct_returns): Remove the
4737         comments about d10v.
4738         (test_struct_calls): Likewise.
4739
4740 2015-11-13  Yao Qi  <yao.qi@linaro.org>
4741
4742         * gdb.base/gnu_vector.exp: Check the return value by "p res".
4743         * gdb.base/gnu_vector.c: Don't include stdio.h.
4744         (main): Don't print res and call add_some_intvecs.
4745
4746 2015-11-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4747
4748         * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
4749         macro.
4750         (func5): Removed.
4751         (func4): Use FAST_TRACEPOINT_LABEL.
4752         * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
4753         macro.
4754         (func): Removed.
4755         (thread_function): Use FAST_TRACEPOINT_LABEL.
4756         * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
4757         (func): Remove.
4758         (marker): Use FAST_TRACEPOINT_LABEL.
4759         * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
4760         (pendfunc1): Remove.
4761         (pendfunc): Use FAST_TRACEPOINT_LABEL.
4762         * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
4763         (foo): Remove.
4764         (pendfunc2): Use FAST_TRACEPOINT_LABEL.
4765         * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
4766         macro.
4767         (func): Remove.
4768         (marker): Use FAST_TRACEPOINT_LABEL.
4769         * gdb.trace/trace-common.h: New header.
4770         * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
4771         macro.
4772         (func): Remove.
4773         (marker): Use FAST_TRACEPOINT_LABEL.
4774         * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
4775         (func): Remove.
4776         (thread_function): Use FAST_TRACEPOINT_LABEL.
4777
4778 2015-11-10  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4779
4780         * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
4781         in front.
4782         * gdb.trace/change-loc.exp: Use global pcreg definition.
4783         * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
4784         * gdb.trace/entry-values.exp: Use global spreg definition, add $
4785         in front.
4786         * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
4787         * gdb.trace/pending.exp: Likewise.
4788         * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
4789         * gdb.trace/trace-break.exp: Likewise.
4790         * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
4791         in front.
4792         * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
4793         * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
4794         in front.
4795         * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
4796
4797 2015-11-09  Joel Brobecker  <brobecker@adacore.com>
4798
4799         * gdb.ada/fin_fun_out: New testcase.
4800
4801 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
4802
4803         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
4804         value associated with DW_AT_byte_size.
4805         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
4806         constants for DW_AT_byte_size, DW_AT_lower_bound, and
4807         DW_AT_upper_bound.
4808
4809 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
4810
4811         * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
4812         (gdb_target_symbol_prefix_flags): Define in terms of _asm
4813         version.
4814         * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
4815         gdb.dwarf2/dw2-canonicalize-type.exp,
4816         gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
4817         gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
4818         gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
4819         provided by gdb_target_symbol_prefix_flags_asm.
4820         * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
4821         testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
4822         testsuite/gdb.dwarf2/dw2-unresolved-main.c,
4823         testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
4824         gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
4825         macros where needed).  Use this macro for symbols which require
4826         the prefix provided by SYMBOL_PREFIX.
4827
4828 2015-11-05  Kevin Buettner  <kevinb@redhat.com>
4829
4830         * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
4831         New procs.
4832         * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
4833         representing expressions, of more than one list element.
4834         * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
4835         to prepend linker symbol prefix to f.
4836         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
4837         table_1 and table_2.
4838         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
4839         Likewise, for f and g.
4840         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
4841         for ptr.
4842         * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
4843         for main.
4844         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
4845         table_1_ptr and table_2_ptr.
4846
4847 2015-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4848             Joel Brobecker  <brobecker@adacore.com>
4849
4850         * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
4851
4852 2015-11-04  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4853
4854         * gdb.reverse/s390-mvcle.c: New test.
4855         * gdb.reverse/s390-mvcle.exp: New file.
4856         * lib/gdb.exp: Enable reverse tests on s390*-linux.
4857
4858 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4859
4860         * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
4861
4862 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4863
4864         * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
4865         reaching marker2.
4866         * gdb.reverse/getresuid-reverse.exp: Likewise.
4867         * gdb.reverse/pipe-reverse.exp: Likewise.
4868         * gdb.reverse/readv-reverse.exp: Likewise.
4869         * gdb.reverse/recvmsg-reverse.exp: Likewise.
4870         * gdb.reverse/time-reverse.exp: Likewise.
4871         * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
4872
4873 2015-10-30  Yao Qi  <yao.qi@linaro.org>
4874
4875         * gdb.threads/wp-replication.c (watch_count_done): Remove.
4876         (empty_cycle): Remove.
4877         (main): Don't call empty_cycle.  Don't use watch_count_done.
4878         * gdb.threads/wp-replication.exp: Don't set breakpoint on
4879         empty_cycle.  Rewrite the code counting HW watchpoints.
4880
4881 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4882
4883         * gdb.reverse/fstatat-reverse.c: New test.
4884         * gdb.reverse/fstatat-reverse.exp: New file.
4885         * gdb.reverse/getresuid-reverse.c: New test.
4886         * gdb.reverse/getresuid-reverse.exp: New file.
4887         * gdb.reverse/pipe-reverse.c: New test.
4888         * gdb.reverse/pipe-reverse.exp: New file.
4889         * gdb.reverse/readv-reverse.c: New test.
4890         * gdb.reverse/readv-reverse.exp: New file.
4891         * gdb.reverse/recvmsg-reverse.c: New test.
4892         * gdb.reverse/recvmsg-reverse.exp: New file.
4893         * gdb.reverse/time-reverse.c: New test.
4894         * gdb.reverse/time-reverse.exp: New file.
4895         * gdb.reverse/waitpid-reverse.c: New test.
4896         * gdb.reverse/waitpid-reverse.exp: New file.
4897
4898 2015-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
4899
4900         * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
4901
4902 2015-10-26  Doug Evans  <dje@google.com>
4903
4904         PR symtab/17391
4905         * lib/dwarf.exp (_location): Add support for DW_OP_regx.
4906         * gdb.dwarf2/bad-regnum.c: New file.
4907         * gdb.dwarf2/bad-regnum.exp: New file.
4908
4909 2015-10-26  Doug Evans  <dje@google.com>
4910
4911         PR python/18938
4912         * gdb.python/python.exp: Add test for symlink from .py file to .notpy
4913         file.
4914
4915 2015-10-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
4916
4917         * gdb.compile/compile.exp (compile code globalvar): Update expectation
4918         for a change by "Mention language in compile error message".
4919
4920 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
4921
4922         PR python/18073
4923         * gdb.python/py-type.c (C::a_method): New.
4924         (C::a_const_method): New.
4925         (C::a_static_method): New.
4926         (a_function): New.
4927         * gdb.python/py-type.exp (test_fields): Test getting fields
4928         from function and method.
4929
4930 2015-10-21  Keven Boell  <keven.boell@intel.com>
4931
4932         * gdb.fortran/vla-alloc-assoc.exp: New file.
4933         * gdb.fortran/vla-datatypes.exp: New file.
4934         * gdb.fortran/vla-datatypes.f90: New file.
4935         * gdb.fortran/vla-history.exp: New file.
4936         * gdb.fortran/vla-ptype-sub.exp: New file.
4937         * gdb.fortran/vla-ptype.exp: New file.
4938         * gdb.fortran/vla-sizeof.exp: New file.
4939         * gdb.fortran/vla-sub.f90: New file.
4940         * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
4941         * gdb.fortran/vla-value-sub-finish.exp: New file.
4942         * gdb.fortran/vla-value-sub.exp: New file.
4943         * gdb.fortran/vla-value.exp: New file.
4944         * gdb.fortran/vla-ptr-info.exp: New file.
4945         * gdb.mi/mi-vla-fortran.exp: New file.
4946         * gdb.mi/vla.f90: New file.
4947
4948 2015-10-21  Sandra Loosemore  <sandra@codesourcery.com>
4949
4950         * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
4951         of hardwired timeout value.
4952
4953 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4954             Pedro Alves  <palves@redhat.com>
4955
4956         * gdb.dwarf2/dw2-regno-invalid.exp: New file.
4957         * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
4958
4959 2015-10-19  Josh Stone  <jistone@redhat.com>
4960
4961         * gdb.base/catch-syscall.c: Include <sched.h>.
4962         (unknown_syscall): New variable.
4963         (main): Trigger a vfork and an unknown syscall.
4964         * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
4965         (unknown_syscall_number): Likewise.
4966         (check_call_to_syscall): Accept an optional syscall pattern.
4967         (check_return_from_syscall): Likewise.
4968         (check_continue): Likewise.
4969         (test_catch_syscall_without_args): Check for vfork and ENOSYS.
4970         (test_catch_syscall_skipping_return): New test toggling off 'catch
4971         syscall' to step over the syscall return, then toggling back on.
4972         (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
4973         during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
4974         (do_syscall_tests): Call test_catch_syscall_without_args and
4975         test_catch_syscall_mid_vfork.
4976         (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
4977         (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
4978
4979 2015-10-19  Andrew Stubbs  <ams@codesourcery.com>
4980
4981         * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
4982         print g_vE): Add new pass patterns.
4983         * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
4984         print various symbol names for vptr fields.
4985
4986 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
4987
4988         * gdb.base/dbx.exp (test_func): Remove xfails, update expected
4989         results.
4990
4991 2015-10-12  Yao Qi  <yao.qi@linaro.org>
4992
4993         * gdb.arch/disp-step-insn-reloc.exp: New test case.
4994
4995 2015-10-12  Yao Qi  <yao.qi@linaro.org>
4996
4997         * lib/gdb.exp (support_displaced_stepping): Return 1 if target
4998         is aarch64*-*-linux*.
4999
5000 2015-10-12  Yao Qi  <yao.qi@linaro.org>
5001
5002         * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5003         (can_relocate_bcond_true): ... it.
5004         (can_relocate_bcond_false): New function.
5005         (foo): Likewise.
5006         (can_relocate_bl): Likewise.
5007         (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5008         can_relocate_bl.
5009
5010 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
5011
5012         * gdb.base/nested-addr.c: New file.
5013         * gdb.base/nested-addr.exp: New testcase.
5014
5015 2015-10-09  Markus Metzger  <markus.t.metzger@intel.com>
5016
5017         * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5018         * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5019         its output.  Ignore the output of "record goto begin" and instead
5020         check that GDB is replaying.
5021
5022 2015-10-09  Pedro Alves  <palves@redhat.com>
5023
5024         * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5025         (top level): Use it in the run with no args test.
5026
5027 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
5028
5029         * gdb.dlang/properties.exp: New file.
5030
5031 2015-10-02  Sandra Loosemore  <sandra@codesourcery.com>
5032
5033         * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5034         whether or not address 0x1000 is mapped on the target.
5035
5036 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
5037
5038         * gdb.python/py-type.exp: Do not run tests if binaries fail to
5039         build.
5040
5041 2015-09-30  Markus Metzger  <markus.t.metzger@intel.com>
5042
5043         * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5044         instruction-history test.
5045
5046 2015-09-28  Doug Evans  <dje@google.com>
5047
5048         * gdb.base/gcore.c (array_func): Add reference to static_array.
5049
5050 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
5051
5052         * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5053         source line.
5054
5055 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5056
5057         * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5058         short or char as base type.
5059
5060 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5061
5062         * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5063         to allow any size enum.
5064
5065 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
5066
5067         * gdb.ada/array_ptr_renaming.exp: New testcase.
5068         * gdb.ada/array_ptr_renaming/foo.adb: New file.
5069         * gdb.ada/array_ptr_renaming/pack.ads: New file.
5070
5071 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
5072
5073         * gdb.trace/ftrace-lock.c: New file.
5074         * gdb.trace/ftrace-lock.exp: New file.
5075
5076 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
5077
5078         * gdb.arch/insn-reloc.c: New file.
5079         * gdb.arch/ftrace-insn-reloc.exp: New file.
5080
5081 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
5082
5083         * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5084         instruction.
5085         * gdb.trace/pendshr1.c (pendfunc): Likewise.
5086         * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5087         * gdb.trace/range-stepping.c: Likewise.
5088         * gdb.trace/trace-break.c: Likewise.
5089         * gdb.trace/trace-mt.c (thread_function): Likewise.
5090         * gdb.trace/ftrace.c (marker): Likewise.
5091         * gdb.trace/trace-condition.c (marker): Likewise.
5092         * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5093         * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5094         is_aarch64_target.
5095
5096 2015-09-18  Doug Evans  <xdje42@gmail.com>
5097
5098         * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5099         * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5100
5101 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
5102
5103         * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5104         the breakpoint.
5105
5106 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
5107
5108         * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5109         the pending breakpoint.  Remove timeout override for "Run till
5110         MI pending breakpoint on pendfunc3 on thread 2" test.
5111
5112 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
5113
5114         * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5115         filename pattern.
5116
5117 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
5118
5119         * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5120         in breakpoint filename pattern.
5121
5122 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
5123
5124         * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5125
5126 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
5127
5128         * gdb.linespec/explicit.exp: Check for readline support for
5129         tab-completion tests.  Fix obvious typo.
5130
5131 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
5132
5133         * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5134         and replay.
5135
5136 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
5137
5138         * gdb.btrace/non-stop.c: New.
5139         * gdb.btrace/non-stop.exp: New.
5140
5141 2015-09-17  Pierre Langlois  <pierre.langlois@arm.com>
5142             Yao Qi  <yao.qi@linaro.org>
5143
5144         * gdb.trace/trace-condition.c: New file.
5145         * gdb.trace/trace-condition.exp: New file.
5146
5147 2015-09-16  Wei-cheng Wang  <cole945@gmail.com>
5148
5149         * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5150         for testing bytecode compilation.
5151
5152 2015-09-16  Pedro Alves  <palves@redhat.com>
5153             Sandra Loosemore <sandra@codesourcery.com>
5154
5155         * gdb.threads/non-stop-fair-events.c (timeout): New global.
5156         (SECONDS): Redefine.
5157         (main): Call pthread_kill and alarm early.
5158         * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5159         support.
5160         (test): If the target can't hardware step and doesn't support
5161         displaced stepping, increase the timeout.
5162
5163 2015-09-16  Pedro Alves  <palves@redhat.com>
5164
5165         * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5166         (enable_debug): New procedures.
5167         (test): Use them.  Bail out if waiting for threads fails.
5168         (top level): Bail out if a test fails.
5169
5170 2015-09-16  Yao Qi  <yao.qi@linaro.org>
5171
5172         * gdb.asm/asm-source.exp: Set asm-arch for
5173         aarch64*-*-* target.
5174         * gdb.asm/aarch64.inc: New file.
5175
5176 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
5177
5178         * gdb.ada/array_of_variable_length.exp: New testcase.
5179         * gdb.ada/array_of_variable_length/foo.adb: New file.
5180         * gdb.ada/array_of_variable_length/pck.adb: New file.
5181         * gdb.ada/array_of_variable_length/pck.ads: New file.
5182
5183 2015-09-15  Doug Evans  <dje@google.com>
5184
5185         * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5186         of function static local variable.
5187
5188 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
5189
5190         * gdb.threads/tls-so_extern.exp: New test file.
5191         * gdb.threads/tls-so_extern.c: New test file.
5192         * gdb.threads/tls-so_extern_main.c: New test file.
5193
5194 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5195
5196         * gdb.opt/solib-intra-step-lib.c: New file.
5197         * gdb.opt/solib-intra-step-main.c: New file.
5198         * gdb.opt/solib-intra-step.exp: New file.
5199
5200 2015-09-15  Pedro Alves  <palves@redhat.com>
5201
5202         * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5203         gdb_continue_to_breakpoint instead of gdb_test_multiple.
5204
5205 2015-09-14  Pedro Alves  <palves@redhat.com>
5206
5207         * gdb.base/hook-stop-continue.c: Delete.
5208         * gdb.base/hook-stop-continue.exp: Delete.
5209         * gdb.base/hook-stop-frame.c: Delete.
5210         * gdb.base/hook-stop-frame.exp: Delete.
5211         * gdb.base/hook-stop.c: New file.
5212         * gdb.base/hook-stop.exp: New file.
5213
5214 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
5215
5216         * gdb.ada/access_to_packed_array.exp: New testcase.
5217         * gdb.ada/access_to_packed_array/foo.adb: New file.
5218         * gdb.ada/access_to_packed_array/pack.adb: New file.
5219         * gdb.ada/access_to_packed_array/pack.ads: New file.
5220
5221 2015-09-14  Markus Metzger  <markus.t.metzger@intel.com>
5222
5223         * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5224         buffer size test.
5225
5226 2015-09-11  Don Breazeal  <donb@codesourcery.com>
5227
5228         * gdb.base/foll-exec.c: Add copyright header.  Fix
5229         formatting issues.
5230         * gdb.base/foll-exec.exp (zap_session): Delete proc.
5231         (do_exec_tests): Use clean_restart in place of zap_session,
5232         and for test initialization.  Fix formatting issues.  Use
5233         fail in place of perror.
5234         * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5235         an expect statement to match an expression with output from
5236         the program under debug.
5237         * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5238         non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5239         * gdb.threads/non-ldr-exc-2.exp: Likewise.
5240         * gdb.threads/non-ldr-exc-3.exp: Likewise.
5241         * gdb.threads/non-ldr-exc-4.exp: Likewise.
5242
5243 2015-09-09  Doug Evans  <dje@google.com>
5244
5245         * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5246
5247 2015-09-09  Doug Evans  <dje@google.com>
5248
5249         * gdb.base/pie-execl.exp: Fix result test of build_executable.
5250
5251 2015-09-09  Doug Evans  <dje@google.com>
5252
5253         * gdb.base/savedregs.exp: Fix typo.
5254
5255 2015-09-09  Pedro Alves  <palves@redhat.com>
5256
5257         * gdb.mi/mi-cli.exp: Add CLI finish tests.
5258
5259 2015-09-08  Sandra Loosemore  <sandra@codesourcery.com>
5260
5261         * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5262         command actually switches threads.  Give up on remaining
5263         tests if target fails to stop at breakpoint.
5264
5265 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
5266
5267         * gdb.ada/funcall_char.exp: New testcase.
5268         * gdb.ada/funcall_char/foo.adb: New file.
5269
5270 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
5271
5272         * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5273         expected outputs.  Add two testcases for completing ambiguous
5274         functions.
5275         * gdb.ada/complete/aux_pck.adb: New file.
5276         * gdb.ada/complete/aux_pck.ads: New file.
5277         * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5278         Ambiguous_Func functions.
5279         * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5280         * gdb.ada/complete/pck.adb: Likewise.
5281
5282 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
5283
5284         * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5285         failures to run the test program under GDB.
5286
5287 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
5288
5289         * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5290         to C.
5291
5292 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
5293
5294         * gdb.base/run-after-attach.exp: New test file.
5295         * gdb.base/run-after-attach.c: New test file.
5296
5297 2015-08-26  Don Breazeal  <donb@codesourcery.com>
5298
5299         * gdb.base/foll-exec-2.c: New test program.
5300         * gdb.base/foll-exec-2.exp: New test.
5301
5302 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
5303
5304         * gdb.base/nested-subp1.exp: New file.
5305         * gdb.base/nested-subp1.c: New file.
5306         * gdb.base/nested-subp2.exp: New file.
5307         * gdb.base/nested-subp2.c: New file.
5308         * gdb.base/nested-subp3.exp: New file.
5309         * gdb.base/nested-subp3.c: New file.
5310
5311 2015-08-24  Pedro Alves  <palves@redhat.com>
5312
5313         * gdb.server/connect-without-multi-process.c: New file.
5314         * gdb.server/connect-without-multi-process.exp: New file.
5315
5316 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
5317
5318         * gdb.opt/inline-markers.c: Make z int.
5319
5320 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
5321
5322         * gdb.opt/inline-markers.c: Make z volatile.
5323
5324 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
5325
5326         * gdb.opt/inline-bt.c: New volatile global z.
5327         * gdb.opt/inline-cmds.c: Likewise.
5328         * gdb.opt/inline-locals.c: Likewise.
5329         * gdb.opt/inline-markers.c: New extern global z.
5330         (marker): Use z.
5331         (inline_fn): Likewise.
5332
5333 2015-08-24  Pedro Alves  <palves@redhat.com>
5334
5335         * config/m32r-stub.exp: Remove file.
5336         * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5337         * gdb.base/call-rt-st.exp: Likewise.
5338         * gdb.base/call-strs.exp: Likewise.
5339         * gdb.base/default.exp: Remove references to h8300-*-hms and
5340         *-*-udi*.
5341         * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5342
5343 2015-08-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5344
5345         * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5346         -Wno-psabi" if "-mcpu=native" fails.  For the tests with "finish"
5347         and "return" use KFAIL when GDB can not read/write the vector
5348         return value.
5349
5350 2015-08-21  Gary Benson <gbenson@redhat.com>
5351
5352         * gdb.trace/pending.exp: Cope with remote transfer warnings.
5353
5354 2015-08-20  Pedro Alves  <palves@redhat.com>
5355
5356         * gdb.server/solib-list.exp: No longer expect an interior stop in
5357         non-stop mode.
5358
5359 2015-08-20  Pedro Alves  <palves@redhat.com>
5360
5361         * gdb.server/connect-stopped-target.c: New file.
5362         * gdb.server/connect-stopped-target.exp: New file.
5363
5364 2015-08-20  Pedro Alves  <palves@redhat.com>
5365
5366         * gdb.dwarf2/comp-unit-lang.exp: New file.
5367         * gdb.dwarf2/comp-unit-lang.c: New file.
5368
5369 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
5370
5371         * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5372         * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5373
5374 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
5375
5376         * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5377         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5378
5379 2015-08-18  Doug Evans  <dje@google.com>
5380             Adrian Sendroiu <adrian.sendroiu@freescale.com>
5381
5382         * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5383         skip_python_tests.  New arg prompt_regexp.
5384         (skip_python_tests): New function.
5385         * lib/mi-support.exp (mi_skip_python_tests): New function.
5386         * gdb.python/py-mi-objfile-gdb.py: New file.
5387         * gdb.python/py-mi-objfile.c: New file.
5388         * gdb.python/py-mi-objfile.exp: New file.
5389
5390 2015-08-17  Keith Seitz  <keiths@redhat.com>
5391
5392         * gdb.linespec/explicit.exp: Move strace test from here ...
5393         * gdb.trace/strace.exp: ... to here.
5394
5395 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
5396
5397         * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5398         * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5399
5400 2015-08-14  Doug Evans  <xdje42@gmail.com>
5401
5402         * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5403         inferior before selecting a new file.
5404
5405 2015-08-14  Doug Evans  <xdje42@gmail.com>
5406
5407         * gdb.mi/mi-disassemble.exp: Update.
5408         * gdb.base/disasm-optim.S: New file.
5409         * gdb.base/disasm-optim.c: New file.
5410         * gdb.base/disasm-optim.h: New file.
5411         * gdb.base/disasm-optim.exp: New file.
5412
5413 2015-08-14  Keith Seitz  <keiths@redhat.com>
5414
5415         * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5416         "evaluated-by".
5417
5418 2015-08-13  Joel Brobecker  <brobecker@adacore.com>
5419
5420         * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5421
5422 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
5423
5424         * gdb.ada/fun_renaming.exp: New testcase.
5425         * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5426         * gdb.ada/fun_renaming/pack.adb: New file.
5427         * gdb.ada/fun_renaming/pack.ads: New file.
5428
5429 2015-08-12  Keith Seitz  <keiths@redhat.com>
5430
5431         * gdb.base/dso2dso.exp: Pass basename of source file in call to
5432         gdb_get_line_number.
5433
5434 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
5435
5436         * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5437         gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5438         gdb.base/dso2dso.exp: New files.
5439
5440 2015-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
5441             Pedro Alves  <palves@redhat.com>
5442             Keith Seitz  <keiths@redhat.com>
5443
5444         * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5445         GDBFLAGS.
5446
5447 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
5448
5449         * gdb.base/gdbhistsize-history.exp
5450         (test_histsize_history_setting): Use save_vars.
5451         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5452         Use save_vars.
5453         (test_no_truncation_of_unlimited_history_file): Use save_vars.
5454         * gdb.base/readline.exp: Use save_vars.
5455
5456 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
5457
5458         * lib/gdb.exp (save_vars): New proc.
5459
5460 2015-08-11  Keith Seitz  <keiths@redhat.com>
5461
5462         * gdb.base/help.exp: Update help_breakpoint_text.
5463
5464 2015-08-11  Keith Seitz  <keiths@redhat.com>
5465
5466         * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5467         (at toplevel): Call test_explicit_breakpoints.
5468         * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5469         breakpoints.
5470         * lib/mi-support.exp (mi_make_breakpoint): Add support for
5471         breakpoint conditions, "-cond".
5472
5473 2015-08-11  Keith Seitz  <keiths@redhat.com>
5474
5475         * gdb.linespec/3explicit.c: New file.
5476         * gdb.linespec/cpexplicit.cc: New file.
5477         * gdb.linespec/cpexplicit.exp: New file.
5478         * gdb.linespec/explicit.c: New file.
5479         * gdb.linespec/explicit.exp: New file.
5480         * gdb.linespec/explicit2.c: New file.
5481         * gdb.linespec/ls-errs.exp: Add explicit location tests.
5482         * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5483         before using in the matching pattern.
5484         Clarify that `prefix' is a regular expression.
5485
5486 2015-08-11  Keith Seitz  <keiths@redhat.com>
5487
5488         * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5489         test.
5490         Add tests for missing ",FMT" and ",".
5491
5492 2015-08-10  Doug Evans  <dje@google.com>
5493             Keith Seitz  <keiths@redhat.com>
5494
5495         PR gdb/17960
5496         * gdb.base/completion.exp: Add location completer tests.
5497
5498 2015-08-07  Pedro Alves  <palves@redhat.com>
5499
5500         * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5501         tests here.
5502         (top level): Run do_test with and without displaced stepping.
5503
5504 2015-08-07  Pedro Alves  <palves@redhat.com>
5505
5506         * gdb.base/valgrind-disp-step.c: New file.
5507         * gdb.base/valgrind-disp-step.exp: New file.
5508
5509 2015-08-07  Pedro Alves  <palves@redhat.com>
5510
5511         * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5512         Delete function.
5513         (main): Add alarm.  Run an infinite loop instead of calling
5514         wait_threads.
5515         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5516         comment.
5517         * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5518         Delete function.
5519         (main): Add alarm.  Run an infinite loop instead of calling
5520         wait_threads.
5521         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5522         comment.
5523
5524 2015-08-07  Pedro Alves  <palves@redhat.com>
5525
5526         * gdb.base/checkpoint-ns.exp: New file.
5527         * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5528         standard_testfile.
5529
5530 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
5531
5532         * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5533         * gdb.btrace/instruction_history.exp: Update.
5534         * gdb.btrace/tsx.exp: New.
5535         * gdb.btrace/tsx.c: New.
5536
5537 2015-08-06  Pedro Alves <palves@redhat.com>
5538
5539         * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5540         increase timeout.
5541         * gdb.reverse/until-precsave.exp: Bump timeouts.
5542
5543 2015-08-06  Pedro Alves  <palves@redhat.com>
5544
5545         * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5546
5547 2015-08-06  Pedro Alves  <palves@redhat.com>
5548
5549         PR gdb/18749
5550         * gdb.threads/process-dies-while-handling-bp.c: New file.
5551         * gdb.threads/process-dies-while-handling-bp.exp: New file.
5552
5553 2015-08-06  Pedro Alves  <palves@redhat.com>
5554
5555         * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5556         * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5557
5558 2015-08-05  Pedro Alves  <palves@redhat.com>
5559
5560         * gdb.threads/next-while-other-thread-longjmps.c: New file.
5561         * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5562
5563 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
5564
5565         * gdb.base/bp-permanent.exp: Report test as unsupported if
5566         the target cannot stop at the permanent breakpoint.
5567
5568 2015-08-03  Doug Evans  <dje@google.com>
5569
5570         * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5571         10000.
5572
5573 2015-08-03  Doug Evans  <dje@google.com>
5574
5575         * Makefile.in (workers/%.worker, build-perf): New rule.
5576         (GDB_PERFTEST_MODE): New variable.
5577         (check-perf): Use it.
5578         (clean): Clean up gdb.perf parallel build subdirs.
5579         * lib/build-piece.exp: New file.
5580         * lib/gdb.exp (make_gdb_parallel_path): New function
5581         (standard_output_file, standard_temp_file): Call it.
5582         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5583         of $GDB_PARALLEL.
5584         * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5585
5586 2015-08-03  Doug Evans  <dje@google.com>
5587
5588         * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
5589         (LOG_FILE_NAME): New global.
5590         (TextReporter.__init__): Initialize self.txt_sum.
5591         (TextReporter.report): Add support for multiple data-points.
5592         Move report to perftest.sum, put raw data in perftest.log.
5593         (TextReporter.start): Open sum and log files.
5594         (TextReporter.end): Close sum and log files.
5595         * gdb.perf/lib/perftest/testresult.py
5596         (SingleStatisticTestResult.record): Handle multiple data-points.
5597
5598 2015-07-31  Pedro Alves  <palves@redhat.com>
5599
5600         * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5601         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
5602         kill_wait_spawned_process instead of explicit "kill -9".
5603         * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5604         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
5605         kill_wait_spawned_process.
5606         * gdb.base/attach-twice.exp: Likewise.
5607         * gdb.base/attach.exp: Likewise.
5608         (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5609         gdb_test_multiple.
5610         * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5611         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
5612         kill_wait_spawned_process.
5613         * gdb.base/valgrind-infcall.exp: Likewise.
5614         * gdb.multi/multi-attach.exp: Likewise.
5615         * gdb.python/py-prompt.exp: Likewise.
5616         * gdb.python/py-sync-interp.exp: Likewise.
5617         * gdb.server/ext-attach.exp: Likewise.
5618         * gdb.threads/attach-into-signal.exp (corefunc): Use
5619         spawn_wait_for_attach, spawn_id_get_pid and
5620         kill_wait_spawned_process.
5621         * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5622         spawn_wait_for_attach returning a spawn id instead of a pid.  Use
5623         spawn_id_get_pid and kill_wait_spawned_process.
5624         * gdb.threads/attach-stopped.exp (corefunc): Use
5625         spawn_wait_for_attach, spawn_id_get_pid and
5626         kill_wait_spawned_process.
5627         * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5628         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
5629         kill_wait_spawned_process instead of explicit "kill -9".
5630         * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5631         (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5632         (spawn_wait_for_attach): Use spawn instead of exec to spawn
5633         processes.  Don't map cygwin/windows pids here.  Now returns a
5634         spawn id list.
5635
5636 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
5637
5638         * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5639         4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5640         correct patch.
5641
5642 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
5643
5644         * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5645
5646 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
5647
5648         Reapply:
5649         2014-05-21  Mark Wielaard  <mjw@redhat.com>
5650
5651         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5652
5653 2015-07-30  Pedro Alves  <palves@redhat.com>
5654
5655         * linux-low.c (handle_extended_wait): Set the child's last
5656         reported status to TARGET_WAITKIND_STOPPED.
5657
5658 2015-07-30  Pedro Alves  <palves@redhat.com>
5659
5660         PR threads/18600
5661         * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5662         only shows inferior 1.
5663
5664 2015-07-30  Simon Marchi  <simon.marchi@ericsson.com>
5665             Pedro Alves  <palves@redhat.com>
5666
5667         PR threads/18600
5668         * gdb.threads/fork-plus-threads.c: New file.
5669         * gdb.threads/fork-plus-threads.exp: New file.
5670
5671 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5672
5673         * gdb.base/batch-preserve-term-settings.exp
5674         (test_terminal_settings_preserved_after_cli_exit): Use
5675         send_quit_command.
5676
5677 2015-07-29  Pedro Alves  <palves@redhat.com>
5678             Don Breazeal  <donb@codesourcery.com>
5679
5680         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5681         output from both inferior_spawn_id and gdb_spawn_id.
5682
5683 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
5684
5685         * gdb.threads/attach-into-signal.exp (corefunc): Use
5686         with_test_prefix on nested loops, uniquefying the test messages.
5687
5688 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
5689
5690         * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5691         commit.
5692
5693 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5694
5695         * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5696         New proc.
5697         (test_terminal_settings_preserved_after_sigterm): New test.
5698
5699 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5700
5701         * gdb.base/batch-preserve-term-settings.exp
5702         (test_terminal_settings_preserved_after_cli_exit): New test.
5703
5704 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5705
5706         * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5707         manipulation of saved_gdbflags.
5708         (test_terminal_settings_preserved): Remove global declaration of
5709         the unused variable pagination_prompt.  Remove manipulation of
5710         saved_gdbflags.  Use a local variable EXTRA_GDBFLAGS instead of
5711         GDBFLAGS.
5712
5713 2015-07-29  Pedro Alves  <palves@redhat.com>
5714
5715         * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5716
5717 2015-07-29  Pedro Alves  <palves@redhat.com>
5718
5719         * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5720         at the top.
5721
5722 2015-07-29  Pedro Alves  <palves@redhat.com>
5723
5724         * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5725         (main): Call gdb_unbuffer_output.
5726         * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5727         (main): Call gdb_unbuffer_output.
5728         * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5729         (main): Call gdb_unbuffer_output.
5730         * gdb.base/call-strs.exp: Adjust to step over the
5731         gdb_unbuffer_output call.
5732         * gdb.base/catch-gdb-caused-signals.c: Include
5733         "../lib/unbuffer_output.c".
5734         (main): Call gdb_unbuffer_output.
5735         * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5736         (main): Call gdb_unbuffer_output.
5737         * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5738         (main): Call gdb_unbuffer_output.
5739         * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5740         (main): Call gdb_unbuffer_output.
5741         * gdb.base/shlib-call.exp: Adjust to step over the
5742         gdb_unbuffer_output call.
5743         * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5744         (main): Call gdb_unbuffer_output.
5745         * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5746         (main): Call gdb_unbuffer_output.
5747         * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
5748         (main): Rename to ...
5749         (test): ... this.
5750         (main): Reimplement.
5751         * gdb.base/varargs.exp: Run to test instead of to main.
5752         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5753         (main): Call gdb_unbuffer_output.
5754
5755 2015-07-29  Pedro Alves  <palves@redhat.com>
5756
5757         * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
5758         factore out from mi_continue_dprintf.  For call-style dprintfs,
5759         expect dprintf output out of $inferior_spawn_id.
5760         (mi_continue_dprintf): Use mi_expect_dprintf.
5761         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5762         (main): Call gdb_unbuffer_output.
5763
5764 2015-07-29  Pedro Alves  <palves@redhat.com>
5765
5766         * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
5767         (default_mi_gdb_start): Set inferior_spawn_id instead of
5768         mi_inferior_spawn_id.  If $inferior_spawn_id is not set, set it to
5769         gdb_spawn_id.
5770         (mi_gdb_test): Always expect inferior output from both
5771         $inferior_spawn_id and $gdb_spawn_id.
5772
5773 2015-07-29  Pedro Alves  <palves@redhat.com>
5774
5775         * gdb.gdb/selftest.exp (test_with_self): Update comment.  Use
5776         send_inferior and $inferior_spawn_id.
5777
5778 2015-07-29  Pedro Alves  <palves@redhat.com>
5779
5780         * gdb.gdb/complaints.exp (test_initial_complaints)
5781         (test_serial_complaints, test_short_complaints): Use
5782         gdb_test_stdio.
5783         (test_empty_complaint): Handle $inferior_spawn_id !=
5784         $gdb_spawn_id.
5785
5786 2015-07-29  Pedro Alves  <palves@redhat.com>
5787
5788         * gdb.base/varargs.exp: Use gdb_test_stdio.
5789
5790 2015-07-29  Pedro Alves  <palves@redhat.com>
5791
5792         * gdb.base/shlib-call.exp: Use gdb_test_stdio.
5793
5794 2015-07-29  Pedro Alves  <palves@redhat.com>
5795
5796         * gdb.base/ending-run.exp: Use gdb_test_stdio.
5797
5798 2015-07-29  Pedro Alves  <palves@redhat.com>
5799
5800         * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
5801         parameter into two new parameters, "inf_result" and "gdb_result".
5802         Expect inferior output and gdb output from $inferior_spawn_id and
5803         $gdb_spawn_id, respectively.  Adjust all callers.
5804
5805 2015-07-29  Pedro Alves  <palves@redhat.com>
5806
5807         * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
5808         of gdb_test_sequence.
5809
5810 2015-07-29  Pedro Alves  <palves@redhat.com>
5811
5812         * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
5813         (saw_spurious_output): Expect inferior output from
5814         $inferior_spawn_id.  Use gdb_test_stdio.
5815
5816 2015-07-29  Pedro Alves  <palves@redhat.com>
5817
5818         * gdb.base/dprintf.exp: Use standard_testfile.  Change
5819         prepare_for_testing call.
5820         (srcfile): Don't set.
5821         (restart): New procedure.
5822         (test_dprintf): New procecure, use to continue over dprintfs.
5823         (test_call, test_agent): New procedures, tests moved here.
5824         Restart gdb and recreate dprintfs.  Adjust expected output.
5825
5826 2015-07-29  Pedro Alves  <palves@redhat.com>
5827
5828         * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
5829
5830 2015-07-29  Pedro Alves  <palves@redhat.com>
5831
5832         * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
5833
5834 2015-07-29  Pedro Alves  <palves@redhat.com>
5835
5836         * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
5837         gdb_test_stdio.
5838
5839 2015-07-29  Pedro Alves  <palves@redhat.com>
5840
5841         * lib/gdb.exp (gdb_test_stdio): New procedure.
5842
5843 2015-07-29  Pedro Alves  <palves@redhat.com>
5844
5845         * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
5846
5847 2015-07-29  Pedro Alves  <palves@redhat.com>
5848
5849         * gdb.base/call-signal-resume.exp: Remove check for
5850         gdb,noinferiorio.  Don't expect "no signal".  Use gdb_test.
5851         * gdb.base/unwindonsignal.exp: Likewise.
5852         * gdb.base/call-signals.c (gen_signal): Remove printf call.
5853         * gdb.base/unwindonsignal.c (gen_signal): Likewise.
5854
5855 2015-07-29  Pedro Alves  <palves@redhat.com>
5856
5857         * gdb.base/siginfo-addr.c (pass): New function.
5858         (handler): Call it iff si_addr is correct.
5859         * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
5860         Set a breakpoint at "pass" and continue to it.
5861
5862 2015-07-28  Sergio Durigan Junior  <sergiodj@redhat.com>
5863
5864         * gdb.python/py-objfile.exp: Make some tests have unique names.
5865         * gdb.python/py-pp-registration.exp: Likewise.
5866
5867 2015-07-28  Pedro Alves  <palves@redhat.com>
5868
5869         * gdb.server/server-exec-info.exp: Issue a "disconnect".
5870
5871 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5872
5873         * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
5874
5875 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5876
5877         * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
5878
5879 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
5880
5881         * gdb.base/gdb-sigterm-2.exp: New test.
5882
5883 2015-07-25  Doug Evans  <xdje42@gmail.com>
5884
5885         Revert:
5886         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5887         (workers/%.worker, build-perf): New rule.
5888         (GDB_PERFTEST_MODE): New variable.
5889         (check-perf): Use it.
5890         (clean): Clean up gdb.perf parallel build subdirs.
5891         * lib/build-piece.exp: New file.
5892         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5893         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5894         name.
5895         (standard_temp_file): Ditto.
5896         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5897         of $GDB_PARALLEL.
5898
5899 2015-07-24  Doug Evans  <dje@google.com>
5900
5901         * gdb.perf/lib/perftest/utils.py: New file.
5902         * gdb.perf/gm-hello.cc: New file.
5903         * gdb.perf/gm-pervasive-typedef.cc: New file.
5904         * gdb.perf/gm-pervasive-typedef.h: New file.
5905         * gdb.perf/gm-std.cc: New file.
5906         * gdb.perf/gm-std.h: New file.
5907         * gdb.perf/gm-use-cerr.cc: New file.
5908         * gdb.perf/gm-utils.h: New file.
5909         * gdb.perf/gmonster-null-lookup.py: New file.
5910         * gdb.perf/gmonster-pervasive-typedef.py: New file.
5911         * gdb.perf/gmonster-print-cerr.py: New file.
5912         * gdb.perf/gmonster-ptype-string.py: New file.
5913         * gdb.perf/gmonster-runto-main.py: New file.
5914         * gdb.perf/gmonster-select-file.py: New file.
5915         * gdb.perf/gmonster1-null-lookup.exp: New file.
5916         * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
5917         * gdb.perf/gmonster1-print-cerr.exp: New file.
5918         * gdb.perf/gmonster1-ptype-string.exp: New file.
5919         * gdb.perf/gmonster1-runto-main.exp: New file.
5920         * gdb.perf/gmonster1-select-file.exp: New file.
5921         * gdb.perf/gmonster1.cc: New file.
5922         * gdb.perf/gmonster1.exp: New file.
5923         * gdb.perf/gmonster2-null-lookup.exp: New file.
5924         * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
5925         * gdb.perf/gmonster2-print-cerr.exp: New file.
5926         * gdb.perf/gmonster2-ptype-string.exp: New file.
5927         * gdb.perf/gmonster2-runto-main.exp: New file.
5928         * gdb.perf/gmonster2-select-file.exp: New file.
5929         * gdb.perf/gmonster2.cc: New file.
5930         * gdb.perf/gmonster2.exp: New file.
5931
5932 2015-07-24  Doug Evans  <dje@google.com>
5933
5934         * gdb.perf/README: New file.
5935         * lib/perftest.exp (tcl_string_list_to_python_list): New function.
5936         * lib/gen-perf-test.exp: New file.
5937
5938 2015-07-24  Doug Evans  <dje@google.com>
5939
5940         * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
5941         (PerfTest::startup): New function.
5942         (PerfTest::run): Return result of calling body.
5943         (PerfTest::assemble): Rewrite.
5944         * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
5945         * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
5946         * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
5947         * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
5948         * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
5949
5950 2015-07-24  Doug Evans  <dje@google.com>
5951
5952         * lib/gdb.exp (clean_restart): Make executable optional.
5953
5954 2015-07-24  Doug Evans  <dje@google.com>
5955
5956         * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
5957         compiler_info references.
5958         * gdb.cp/temargs.exp: Ditto.
5959         * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
5960         (get_compiler_info): Early exit if already computed.  Set compiler_info
5961         to "unknown" if there was a problem.
5962         (test_compiler_info): Add function comment.  Call get_compiler_info.
5963
5964 2015-07-24  Doug Evans  <dje@google.com>
5965
5966         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5967         (workers/%.worker, build-perf): New rule.
5968         (GDB_PERFTEST_MODE): New variable.
5969         (check-perf): Use it.
5970         (clean): Clean up gdb.perf parallel build subdirs.
5971         * lib/build-piece.exp: New file.
5972         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5973         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5974         name.
5975         (standard_temp_file): Ditto.
5976         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5977         of $GDB_PARALLEL.
5978
5979 2015-07-24  Doug Evans  <dje@google.com>
5980
5981         * lib/future.exp (gdb_default_target_compile): New option
5982         "early_flags".
5983         * lib/gdb.exp (gdb_compile): Undo debian's change in default of
5984         --as-needed.
5985
5986 2015-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
5987
5988         * gdb.base/catch-syscall.exp: Call gdb_exit before
5989         gdb_skip_xml_test.
5990
5991 2015-07-24  Pedro Alves  <palves@redhat.com>
5992
5993         * gdb.python/py-events.exp: Accept output between the stop event
5994         and the prompt.
5995         * gdb.python/py-evsignal.exp: Likewise.
5996         * gdb.python/py-evthreads.exp: Likewise.
5997
5998 2015-07-24  Pedro Alves  <palves@redhat.com>
5999
6000         PR gdb/18717
6001         * gdb.threads/non-ldr-exit.c: New file.
6002         * gdb.threads/non-ldr-exit.exp: New file.
6003
6004 2015-07-24  Yao Qi  <yao.qi@linaro.org>
6005
6006         * gdb.server/ext-wrapper.exp: Test --wrapper option when
6007         restarting process.
6008
6009 2015-07-24  Yao Qi  <yao.qi@linaro.org>
6010
6011         * gdb.server/ext-restart.exp: New file.
6012
6013 2015-07-24  Yao Qi  <yao.qi@linaro.org>
6014
6015         * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6016         argument options.
6017         * gdb.server/ext-wrapper.exp: New file.
6018
6019 2015-07-23  Doug Evans  <dje@google.com>
6020
6021         * gdb.dwarf2/dw2-dummy-cu.S: New file.
6022         * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6023
6024 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
6025
6026         * gdb.ada/var_arr_typedef.exp: New testcase.
6027         * gdb.ada/var_arr_typedef/pack.adb: New file.
6028         * gdb.ada/var_arr_typedef/pack.ads: New file.
6029         * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6030
6031 2015-07-20  Joel Brobecker  <brobecker@adacore.com>
6032
6033         * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6034
6035 2015-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
6036
6037         * gdb.arch/i386-biarch-core.exp: Replace istarget
6038         by "complete set gnutarget". Remove expectation for the "core-file"
6039         command.
6040
6041 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6042
6043         Revert the previous commit:
6044         Tests for validate symbol file using build-id.
6045
6046 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6047
6048         Tests for validate symbol file using build-id.
6049         * gdb.base/solib-mismatch-lib.c: New file.
6050         * gdb.base/solib-mismatch-libmod.c: New file.
6051         * gdb.base/solib-mismatch.c: New file.
6052         * gdb.base/solib-mismatch.exp: New file.
6053
6054 2015-07-15  Sandra Loosemore  <sandra@codesourcery.com>
6055
6056         * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6057         nios2-*-linux*.
6058         * gdb.base/sigbpt.exp (stepi_out): Likewise.
6059         * gdb.base/siginfo.exp: Likewise.
6060         * gdb.base/sigstep.exp (advance, advancei): Likewise.
6061
6062 2015-07-15  Pierre Langlois  <pierre.langlois@arm.com>
6063
6064         * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6065         Move it to ...
6066         * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6067         ... here.
6068         * gdb.trace/range-stepping.exp: Check that the target supports
6069         range stepping.
6070
6071 2015-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6072
6073         * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6074
6075 2015-07-14  Pedro Alves  <palves@redhat.com>
6076
6077         * gdb.base/killed-outside.exp: New file.
6078         * gdb.base/killed-outside.c: New file.
6079
6080 2015-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
6081
6082         * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6083         (n at main): New.
6084         * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6085
6086 2015-07-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6087
6088         * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6089         infcall tests instead of setting up for KFAIL.
6090
6091 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
6092
6093         * gdb.btrace/record_goto-step.exp: New.
6094
6095 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6096
6097         PR compile/18484
6098         * gdb.compile/compile.c (struct struct_type): Add volatile to
6099         selffield's type.
6100         * gdb.compile/compile.exp
6101         (compile code struct_object.selffield = &struct_object): Skip further
6102         struct_object tests if this one xfails.
6103
6104 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
6105
6106         PR exp/18617
6107         * gdb.trace/ax.exp: Add test.
6108
6109 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6110
6111         * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6112         instead of istarget "aarch64*-*-*".
6113         * gdb.arch/aarch64-fp.exp: Likewise.
6114         * gdb.base/float.exp: Likewise.
6115         * gdb.reverse/aarch64.exp: Likewise.
6116         * lib/gdb.exp (is_aarch64_target): New proc.
6117
6118 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6119
6120         * lib/gdb.exp (is_aarch32_target): New proc.
6121         * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6122         instead of "istarget "arm*-*-*"".
6123         * gdb.arch/arm-disp-step.exp: Likewise.
6124         * gdb.arch/thumb-bx-pc.exp: Likewise.
6125         * gdb.arch/thumb-prologue.exp: Likewise.
6126         * gdb.arch/thumb-singlestep.exp: Likewise.
6127         * gdb.base/disp-step-syscall.exp: Likewise.
6128         * gdb.base/float.exp: Likewise.
6129
6130 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6131
6132         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6133         Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6134
6135 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6136
6137         * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6138         is aarch64.  If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6139         if it exists.
6140         * gdb.multi/multi-arch.exp: Likewise.
6141
6142 2015-07-07  Simon Marchi  <simon.marchi@ericsson.com>
6143
6144         * gdb.python/py-lazy-string.exp: Add missing parentheses to
6145         print.
6146
6147 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6148
6149         * gdb.arch/thumb-singlestep.exp: Do one more single step.
6150
6151 2015-06-30  Martin Galvan  <martin.galvan@tallertechnologies.com>
6152
6153         * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6154         '[' and ']' characters.
6155
6156 2015-06-30  Iain Buclaw  <ibuclaw@gdcproject.org>
6157
6158         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6159
6160 2015-06-29  Pedro Alves  <palves@redhat.com>
6161
6162         PR threads/18127
6163         * gdb.threads/hand-call-new-thread.c: New file.
6164         * gdb.threads/hand-call-new-thread.c: New file.
6165
6166 2015-06-26  Keith Seitz  <keiths@redhat.com>
6167             Doug Evans  <dje@google.com>
6168
6169         PR 16253
6170         * gdb.cp/var-tag-2.cc: New file.
6171         * gdb.cp/var-tag-3.cc: New file.
6172         * gdb.cp/var-tag-4.cc: New file.
6173         * gdb.cp/var-tag.cc: New file.
6174         * gdb.cp/var-tag.exp: New file.
6175
6176 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
6177
6178         * gdb.base/history-duplicates.exp: New test.
6179
6180 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
6181
6182         * gdb.base/completion.exp: Test the completion of the "focus"
6183         command.
6184
6185 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
6186
6187         * gdb.arch/amd64-prologue-skip.S: New file.
6188         * gdb.arch/amd64-prologue-skip.exp: New file.
6189
6190 2015-06-25  Simon Marchi  <simon.marchi@ericsson.com>
6191
6192         * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6193         is_address_zero_readable check.
6194
6195 2015-06-24  Peter Bergner  <bergner@vnet.ibm.com>
6196
6197         * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6198         * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6199
6200 2015-06-24  Yao Qi  <yao.qi@linaro.org>
6201
6202         * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6203         linux targets.
6204
6205 2015-06-24  Yao Qi  <yao.qi@linaro.org>
6206
6207         * lib/gdb.exp (supports_get_siginfo_type): New proc.
6208         * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6209         * gdb.base/siginfo-thread.exp: Likewise.
6210
6211 2015-06-22  Yao Qi  <yao.qi@linaro.org>
6212
6213         * boards/remote-gdbserver-on-localhost.exp: Add comments.
6214
6215 2015-06-22  Yao Qi  <yao.qi@linaro.org>
6216
6217         * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6218         aarch64*-*-*.
6219         (skip_hw_watchpoint_tests): Likewise.
6220
6221 2015-06-18  Patrick Palka  <patrick@parcs.ath.cx>
6222
6223         * gdb.base/gdbinit-history.exp: Test the interaction between
6224         setting GDBHISTSIZE and setting the history size via .gdbinit.
6225
6226 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
6227
6228         PR gdb/16999
6229         * gdb.base/gdbhistsize-history.exp: New test.
6230
6231 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
6232
6233         * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6234         with GDBHISTSIZE.
6235         * gdb.base/readline.exp: Likewise.
6236
6237 2015-06-17  Yao Qi  <yao.qi@linaro.org>
6238
6239         * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6240         line.
6241
6242 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
6243
6244         * gdb.base/gdbinit-history.exp: Add test case to check that
6245         an unlimited history file does not get truncated on exit.
6246
6247 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6248
6249         * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6250         (VECTOR): New macro.  Use it...
6251         (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6252         ...for these typedefs.
6253         (int8, char1, int1, double1): New typedefs.
6254         (struct just_int2, struct two_int2): New structures.
6255         (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6256         (add_structvecs, add_singlevecs): New functions.
6257         (main): Call add_some_intvecs twice.
6258         * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6259         the compile and exit upon failure.  Try compiling for the "native"
6260         architecture.  Test inferior function calls with vector arguments
6261         and vector return value handling with "finish" and "return".
6262
6263 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
6264
6265         * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6266         * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6267         PE file.
6268         * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6269
6270 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6271
6272         PR breakpoints/16465
6273         * gdb.mi/mi-dprintf-pending.c: New file.
6274         * gdb.mi/mi-dprintf-pending.exp: New test.
6275         * gdb.mi/mi-dprintf-pendshr.c: New file.
6276
6277 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6278             Mircea Gherzan  <mircea.gherzan@intel.com>
6279
6280         * gdb.arch/i386-mpx-map.c: New file.
6281         * gdb.arch/i386-mpx-map.exp: New File.
6282
6283 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6284
6285         * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6286         * gdb.arch/i386-mpx.exp: Indentation fixed.
6287
6288 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6289
6290         * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6291         function and improved indentation.
6292         * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6293         gdb_test_multiple. Added additional tests to skip the test.
6294
6295 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6296
6297         * gdb.arch/i386-avx512.c: Change path in include file.
6298         * gdb.arch/i386-avx512.exp: Change include dir path
6299         compilation flag.
6300         * gdb.arch/i386-mpx.c: Change path in include file.
6301         * gdb.arch/i386-mpx.exp: Change include dir path compilation
6302         flag.
6303
6304 2015-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
6305
6306         * gdb.compile/compile-print.exp (compile print *vararray@3)
6307         (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6308
6309 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
6310
6311         * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6312         (do not keep jit in memory): ... this.
6313         (expect 5): Change it to ...
6314         (expect no 5): ... this.
6315
6316 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
6317
6318         PR gdb/15564
6319         * gdb.mi/mi-detach.exp: New file.
6320
6321 2015-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6322
6323         PR symtab/18392
6324         * gdb.arch/amd64-tailcall-self.S: New file.
6325         * gdb.arch/amd64-tailcall-self.c: New file.
6326         * gdb.arch/amd64-tailcall-self.exp: New file.
6327
6328 2015-05-28  Don Breazeal  <donb@codesourcery.com>
6329
6330         * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6331         tests for remote targets by checking is_target_gdbserver.
6332
6333 2015-05-27  Doug Evans  <dje@google.com>
6334
6335         * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6336         * gdb.dwarf2/opaque-type-lookup.c: New file.
6337         * gdb.dwarf2/opaque-type-lookup.exp: New file.
6338
6339 2015-05-26  Doug Evans  <dje@google.com>
6340
6341         * gdb.cp/iostream.cc: New file.
6342         * gdb.cp/iostream.exp: New file.
6343
6344 2015-05-26  Doug Evans  <dje@google.com>
6345
6346         * gdb.dwarf2/dw2-op-call.exp: Update.
6347         * gdb.dwarf2/dw4-sig-types.exp: Update.
6348         * gdb.dwarf2/implptr.exp: Update.
6349         * gdb.mi/mi-cmd-param-changed.exp: Update.
6350
6351 2015-05-26  Doug Evans  <dje@google.com>
6352
6353         * gdb.python/py-lazy-string.c: New file.
6354         * gdb.python/py-lazy-string.exp: New file.
6355         * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6356         (main): Update.  Add estring3.
6357         * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6358         * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6359
6360 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
6361             Yao Qi  <yao.qi@linaro.org>
6362
6363         * gdb.reverse/aarch64.c: New.
6364         * gdb.reverse/aarch64.exp: New.
6365
6366 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
6367
6368         * lib/gdb.exp (supports_process_record): Return true for
6369         aarch64*-linux*.
6370         (supports_reverse): Likewise.
6371
6372 2015-05-22  Patrick Palka  <patrick@parcs.ath.cx>
6373
6374         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6375         Use with_test_prefix.
6376
6377 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
6378
6379         * gdb.base/completion.exp: Add test for completion of layout
6380         names.
6381
6382 2015-05-20  Andrew Burgess  <andrew.burgess@embecosm.com>
6383
6384         * lib/gdb.exp (skip_tui_tests): New proc.
6385         * gdb.base/tui-layout.exp: Check skip_tui_tests.
6386
6387 2015-05-19  Pedro Alves  <palves@redhat.com>
6388
6389         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6390         Save the whole env array instead of just HOME.  Unset HISTSIZE in
6391         the environment while testing.  Restore whole environment
6392         afterwards.
6393
6394 2015-05-16  Doug Evans  <xdje42@gmail.com>
6395
6396         * gdb.guile/scm-ports.c: New file.
6397         * gdb.guile/scm-ports.exp: Add memory port tests.
6398
6399 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
6400
6401         * gdb.compile/compile-print.c: New file.
6402         * gdb.compile/compile-print.exp: New file.
6403
6404 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
6405
6406         * gdb.compile/compile-ops.exp: Cast param to void.
6407         * gdb.compile/compile.exp: Complete type for _gdb_expr.
6408         (compile code struct_object.selffield = &struct_object): Add xfail.
6409
6410 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
6411
6412         * gdb.ada/arr_enum_with_gap: New testcase.
6413
6414 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
6415
6416         * gdb.ada/byte_packed_arr: New testcase.
6417
6418 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
6419
6420         * gdb.ada/pckd_neg: New testcase.
6421
6422 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
6423
6424         PR gdb/17820
6425         * gdb.base/gdbinit-history.exp: New test.
6426         * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6427         * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6428
6429 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
6430
6431         * gdb.python/py-xmethods.cc: Enhance test case.
6432         * gdb.python/py-xmethods.exp: New tests.
6433         * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6434         function.
6435         (B_indexoper): Likewise.
6436         (global_dm_list) : Add new xmethod worker functions.
6437
6438 2015-05-08  Sergio Durigan Junior  <sergiodj@redhat.com>
6439
6440         * gdb.base/coredump-filter.exp: Correctly unset
6441         "coredump_var_addr" array.
6442
6443 2015-05-08  Pedro Alves  <palves@redhat.com>
6444
6445         * gdb.server/non-existing-program.exp: Unset spawn_id.
6446
6447 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
6448
6449         PR python/18291
6450         * gdb.python/py-xmethods.exp: Add tests.
6451
6452 2015-05-08  Yao Qi  <yao.qi@linaro.org>
6453
6454         PR gdb/18208
6455         * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6456         * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6457         function set_coredump_filter, and remove remote_exec call.
6458         Remove argument ipid.  Callers update.
6459         (top level): Don't get inferior's PID.
6460
6461 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6462
6463         * gdb.base/watch_thread_num.exp: Skip test on targets without
6464         access watchpoints.
6465
6466 2015-05-06  Pedro Alves  <palves@redhat.com>
6467
6468         PR server/18081
6469         * gdb.server/non-existing-program.exp: New file.
6470
6471 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
6472
6473         * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6474
6475 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
6476
6477         * gdb.ada/out_of_line_in_inlined: New testcase.
6478
6479 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
6480
6481         * gdb.ada/var_rec_arr: New testcase.
6482
6483 2015-04-30  Yao Qi  <yao.qi@linaro.org>
6484
6485         * gdb.base/break-idempotent.exp: If
6486         skip_hw_watchpoint_multi_tests returns true, skip the tests
6487         on "rwatch" and "awatch".
6488
6489 2015-04-30  Yao Qi  <yao.qi@linaro.org>
6490
6491         * gdb.base/relativedebug.exp: Invoke gdb command
6492         "info sharedlibrary", and if libc.so doesn't have debug info,
6493         skip the test.
6494
6495 2015-04-29  Doug Evans  <dje@google.com>
6496
6497         * gdb.python/py-xmethods.exp: Add ptype tests.
6498         * gdb.python/py-xmethods.py (E_method_char_worker): Add
6499         get_result_type method.
6500
6501 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
6502
6503         * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6504         the target does not support hardware watchpoints.
6505
6506 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
6507
6508         * gdb.base/break-always.exp: Abort testing if writing to memory
6509         causes an error.
6510
6511 2015-04-28  Doug Evans  <dje@google.com>
6512
6513         * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6514         * gdb.python/py-pp-registration.exp: ... here.  New file.
6515         * gdb.python/py-pp-registration.c: New file.
6516         * gdb.python/py-pp-registration.py: New file.
6517
6518 2015-04-28  Doug Evans  <dje@google.com>
6519
6520         * gdb.python/py-bad-printers.c: New file.
6521         * gdb.python/py-bad-printers.py: New file.
6522         * gdb.python/py-bad-printers.exp: New file.
6523
6524 2015-04-28  Sasha Smundak  <asmundak@google.com>
6525
6526         * gdb.python/py-type.exp: New test.
6527
6528 2015-04-28  Andy Wingo  <wingo@igalia.com>
6529
6530         * gdb.python/py-parameter.exp:
6531         * gdb.guile/scm-parameter.exp: Escape the path that we are
6532         matching against, as it might contain characters that are special
6533         to regular expressions.
6534
6535 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
6536
6537         * gdb.ada/rec_comp: New testcase.
6538
6539 2015-04-26  Sergio Durigan Junior  <sergiodj@redhat.com>
6540
6541         * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6542         before using it.
6543
6544 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
6545
6546         * gdb.base/dump.exp: Add *.verilog files to all_files list.  Add
6547         new tests for verilog output.
6548
6549 2015-04-24  Yao Qi  <yao.qi@linaro.org>
6550
6551         * boards/remote-gdbserver-on-localhost.exp: New file.
6552
6553 2015-04-23  Pedro Alves  <palves@redhat.com>
6554
6555         * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6556         $inferior_spawn_id instead of $inferior_spawn_id directly.  On
6557         "end of file", remove $inferior_spawn_id from the indirect list.
6558
6559 2015-04-23  Pedro Alves  <palves@redhat.com>
6560
6561         * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6562
6563 2015-04-23  Pedro Alves  <palves@redhat.com>
6564
6565         * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6566         on $any_spawn_id instead of only on $gdb_spawn_id.
6567
6568 2015-04-21  Pierre Muller  <muller@sourceware.org>
6569
6570         PR pascal/17815
6571         * lib/pascal.exp (gpc_compile): Add new option "class".
6572         (fpc_compile): Likewise.
6573         * gdb.pascal/case-insensitive-symbols.pas: New file.
6574         * gdb.pascal/case-insensitive-symbols.exp: New file.
6575
6576 2015-04-20  Gary Benson <gbenson@redhat.com>
6577
6578         * gdb.base/attach.exp: Fix three extended remote failures.
6579
6580 2015-04-17  Gary Benson <gbenson@redhat.com>
6581
6582         * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6583         the main executable over the remote protocol.
6584
6585 2015-04-16  Pedro Alves  <palves@redhat.com>
6586
6587         * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6588         a new gdbserver if gdbserver_reconnect_p is set.
6589
6590 2015-04-16  Pedro Alves  <palves@redhat.com>
6591
6592         * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6593         is set, don't exit gdbserver.
6594
6595 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6596
6597         * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6598         appropriate .insn, such that an older assembler can be used.
6599         * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6600         the z/Architecture instruction set on 31-bit targets as well.
6601
6602 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6603
6604         * gdb.go/handcall.exp: Remove all logic related to the first
6605         breakpoint and rely on go_runto_main instead.
6606         * gdb.go/strings.exp: Likewise.
6607         * gdb.go/unsafe.exp: Likewise.
6608         * gdb.go/hello.exp: Likewise.  Also rename the remaining
6609         breakpoint marker to "breakpoint 1".
6610         * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6611         * gdb.go/strings.go: Likewise.
6612         * gdb.go/unsafe.go: Likewise.
6613         * gdb.go/hello.go: Likewise.  Also remove the second occurrence of
6614         "set breakpoint 2 here" and rename the remaining breakpoint marker
6615         to "breakpoint 1".
6616
6617 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
6618
6619         * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6620         if itertools.imap is not present.
6621         * gdb.python/py-objfile.exp: Add parentheses.
6622         * gdb.python/py-type.exp: Same.
6623         * gdb.python/py-unwind-maint.py: Same.
6624
6625 2015-04-15  Yao Qi  <yao.qi@linaro.org>
6626
6627         * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6628         of ":$ptr_size" and set its form explicitly.
6629
6630 2015-04-15  Pedro Alves  <palves@redhat.com>
6631             Yao Qi  <yao.qi@linaro.org>
6632
6633         * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6634         timeout by factor of 4.
6635         (test_regular_watch): Likewise.
6636         * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6637         * gdb.reverse/sigall-reverse.exp: Likewise.
6638         * gdb.reverse/until-precsave.exp: Likewise.
6639         * lib/gdb.exp (with_timeout_factor): New proc.
6640         (gdb_expect): Move some code to ...
6641         (get_largest_timeout): ... here.  New procedure.
6642
6643 2015-04-14  Luis Machado  <lgustavo@codesourcery.com>
6644
6645         * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6646
6647 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
6648
6649         * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6650         to write to the .text section.
6651
6652 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
6653
6654         * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6655         Handle the case of targets that do not provide PID information.
6656
6657 2015-04-13  Yao Qi  <yao.qi@linaro.org>
6658
6659         * lib/gdbserver-support.exp (gdb_exit): Catch exception
6660         and use expect instead of gdb_expect.
6661
6662 2015-04-13  Sergio Durigan Junior  <sergiodj@redhat.com>
6663
6664         * gdb.base/coredump-filter.exp: Rename variable "addr" to
6665         "coredump_var_addr" to avoid naming conflict with other testcases.
6666
6667 2015-04-10  Pedro Alves  <palves@redhat.com>
6668
6669         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6670         gdb_test_sequence and gdb_assert.
6671
6672 2015-04-10  Pedro Alves  <palves@redhat.com>
6673
6674         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6675         test messages that don't include the breakpoint address.
6676
6677 2015-04-10  Yao Qi  <yao.qi@linaro.org>
6678
6679         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6680         false for some offset and width combinations which aren't
6681         supported by linux kernel.
6682
6683 2015-04-10  Pedro Alves  <palves@redhat.com>
6684
6685         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6686         procedure, factored out from ...
6687         (top level): ... here.  Add "set displaced-stepping" testing axis.
6688         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6689         parameter "displaced".  Use it.
6690         (top level): Use foreach and add "set displaced-stepping" testing
6691         axis.
6692
6693 2015-04-10  Pedro Alves  <palves@redhat.com>
6694
6695         * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6696         Remove comment.
6697         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6698         both the address of the instruction that triggers the watchpoint
6699         and the address of the instruction immediately after, and use
6700         those addresses for the test.  Fix comment.
6701
6702 2015-04-10  Pedro Alves  <palves@redhat.com>
6703
6704         * gdb.base/sigstep.exp (breakpoint_to_handler)
6705         (breakpoint_to_handler_entry): New parameter 'displaced'.  Use it.
6706         Test "backtrace" in handler.
6707         (breakpoint_over_handler): New parameter 'displaced'.  Use it.
6708         (top level): Add new "displaced" test axis to
6709         breakpoint_to_handler, breakpoint_to_handler_entry and
6710         breakpoint_over_handler.
6711
6712 2015-04-10  Pedro Alves  <palves@redhat.com>
6713
6714         PR gdb/18216
6715         * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6716
6717 2015-04-10  Yao Qi  <yao.qi@linaro.org>
6718
6719         * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6720         (test_add_rn_pc): New function.
6721         * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6722         (top level): Invoke test_add_rn_pc.
6723
6724 2015-04-10  Pedro Alves  <palves@redhat.com>
6725
6726         PR gdb/13858
6727         * gdb.base/step-over-no-symbols.exp: New file.
6728
6729 2015-04-09  Andy Wingo  <wingo@igalia.com>
6730
6731         * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6732         after the Python tests.
6733
6734 2015-04-08  Keith Seitz  <keiths@redhat.com>
6735
6736         PR python/16699
6737         * gdb.python/py-completion.exp: New tests for completion.
6738         * gdb.python/py-completion.py (CompleteLimit1): New class.
6739         (CompleteLimit2): Likewise.
6740         (CompleteLimit3): Likewise.
6741         (CompleteLimit4): Likewise.
6742         (CompleteLimit5): Likewise.
6743         (CompleteLimit6): Likewise.
6744         (CompleteLimit7): Likewise.
6745
6746 2015-04-08  Pedro Alves  <palves@redhat.com>
6747
6748         PR gdb/18214
6749         PR gdb/18216
6750         * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
6751         function.
6752         (main): Install it as SIGUSR1 handler.
6753         * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
6754         parameter.  Always use "setup" as prefix.  Toggle "set
6755         displaced-stepping" off/on depending on global.  Don't switch to
6756         thread 1 here.
6757         (top level): Add displaced stepping "off/on" test axis.  Update
6758         "setup" calls.  Wrap each subtest with with_test_prefix.  Test
6759         continuing with a queued signal in each thread.
6760
6761 2015-04-08  Pedro Alves  <palves@redhat.com>
6762
6763         * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
6764         * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd.  Use
6765         gdb_breakpoint instead of gdb_test that doesn't expect anything.
6766         Return early if running to main fails.
6767         * gdb.trace/while-stepping.exp: Likewise.
6768
6769 2015-04-07  Pedro Alves  <palves@redhat.com>
6770
6771         * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
6772         $gdb_spawn_id.  Use send_inferior and $inferior_spawn_id to
6773         interact with inferior program.
6774
6775 2015-04-07  Pedro Alves  <palves@redhat.com>
6776
6777         * lib/gdb.exp (inferior_spawn_id): New global.
6778         (gdb_test_multiple): Handle "-i".  Reset the spawn id to GDB's
6779         spawn id after processing the user code.
6780         (default_gdb_start): Set inferior_spawn_id.
6781         (send_inferior): New procedure.
6782         * lib/gdbserver-support.exp (gdbserver_start): Set
6783         inferior_spawn_id.
6784         (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
6785
6786 2015-04-07  Pedro Alves  <palves@redhat.com>
6787
6788         * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
6789         * lib/gdbserver-support.exp (gdbserver_start): Make
6790         $server_spawn_id global.
6791         (gdbserver_start): Don't wait for gdbserver's spawn id with
6792         expect_background.
6793         (close_gdbserver): New procedure.
6794         (gdb_exit): Rename the default version and reimplement.
6795
6796 2015-04-07  Pedro Alves  <palves@redhat.com>
6797
6798         * lib/gdb.exp (gdb_test_multiple): When processing an argument,
6799         append the substituted item, not the original item.
6800
6801 2015-04-07  Pedro Alves  <palves@redhat.com>
6802
6803         * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
6804         gdb_expect.
6805
6806 2015-04-07  Pedro Alves  <palves@redhat.com>
6807
6808         * gdb.base/interrupt.exp: Don't handle the case of the inferior
6809         output appearing once only.
6810
6811 2015-04-07  Pedro Alves  <palves@redhat.com>
6812
6813         * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
6814         that doesn't expect anything.  Return early if running to main
6815         fails.
6816
6817 2015-04-07  Yao Qi  <yao.qi@linaro.org>
6818
6819         * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
6820         (child_function): Call alarm.
6821         (main): Move call to alarm into the loop.
6822         * gdb.threads/non-stop-fair-events.exp: Build program with
6823         -DTIMEOUT=$timeout.
6824
6825 2015-04-06  Doug Evans  <xdje42@gmail.com>
6826
6827         * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
6828         Fix dest parameter to board_info.
6829         (fpc_compile): Ditto.
6830         (gdb_compile_pascal): Rename dest arg to destfile.
6831
6832 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
6833
6834         * gdb.ada/funcall_ref.exp: New file.
6835         * gdb.ada/funcall_ref/foo.adb: New file.
6836
6837 2015-04-02  Yao Qi  <yao.qi@linaro.org>
6838
6839         * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
6840         is remote.
6841
6842 2015-04-02  Gary Benson <gbenson@redhat.com>
6843
6844         * gdb.base/break-probes.exp: Cope with "target:" sysroot.
6845
6846 2015-04-01  Sasha Smundak  <asmundak@google.com>
6847
6848         * gdb.python/py-unwind-maint.c: New file.
6849         * gdb.python/py-unwind-maint.exp: New test.
6850         * gdb.python/py-unwind-maint.py: New file.
6851         * gdb.python/py-unwind.c: New file.
6852         * gdb.python/py-unwind.exp: New test.
6853         * gdb.python/py-unwind.py: New test.
6854
6855 2015-04-01  Pedro Alves  <palves@redhat.com>
6856
6857         * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
6858         to fail instead of non-existent $test.
6859
6860 2015-04-01  Pedro Alves  <palves@redhat.com>
6861
6862         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
6863         GDBFLAGS if not empty.
6864
6865 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
6866
6867         * gdb.ada/complete.exp: Remove "multi_line".
6868         * gdb.ada/info_exc.exp: Remove "multi_line".
6869         * gdb.ada/packed_tagged.exp: Remove "multi_line".
6870         * gdb.ada/ptype_field.exp: Remove "multi_line".
6871         * gdb.ada/sym_print_name.exp: Remove "multi_line".
6872         * gdb.ada/tagged.exp: Remove "multi_line".
6873         * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
6874         [multi_line ...]
6875         * gdb.btrace/delta.exp: Likewise.
6876         * gdb.btrace/exception.exp: Likewise.
6877         * gdb.btrace/function_call_history.exp: Likewise.
6878         * gdb.btrace/instruction_history.exp: Likewise.
6879         * gdb.btrace/nohist.exp: Likewise.
6880         * gdb.btrace/record_goto.exp: Likewise.
6881         * gdb.btrace/segv.exp: Likewise.
6882         * gdb.btrace/stepi.exp: Likewise.
6883         * gdb.btrace/tailcall.exp: Likewise.
6884         * gdb.btrace/unknown_functions.exp: Likewise.
6885         * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
6886         * lib/gdb.exp: Add the "multi_line" helper.
6887
6888 2015-04-01  Pedro Alves  <palves@redhat.com>
6889
6890         * gdb.threads/tid-reuse.c: New file.
6891         * gdb.threads/tid-reuse.exp: New file.
6892
6893 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
6894
6895         PR corefiles/16092
6896         * gdb.base/coredump-filter.c: New file.
6897         * gdb.base/coredump-filter.exp: Likewise.
6898
6899 2015-03-27  Petr Machata  <pmachata@redhat.com>
6900
6901         * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
6902         (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
6903         (Dwarf::assemble): Initialize them.
6904         (Dwarf::lines): New function.
6905
6906 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
6907
6908         * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
6909         SYMBOL_PREFIX for x86_64-*-cygwin.
6910
6911 2015-03-26  Andy Wingo  <wingo@igalia.com>
6912
6913         PR symtab/18148
6914         * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
6915         const_value but not a location.
6916         * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
6917         location defined in non-main CUs are visible.
6918
6919 2015-03-26  Yao Qi  <yao.qi@linaro.org>
6920
6921         PR testsuite/18139
6922         * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
6923         Add a line number entry for the same line.
6924         * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
6925         Add a line number entry for the same line.
6926
6927 2015-03-26  Yao Qi  <yao.qi@linaro.org>
6928
6929         * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
6930         .int 0.
6931         (func): Likewise.  Add .Lfunc_1 label.
6932         Use .Lfunc_1 label.
6933         * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
6934         .int 0.
6935         (func): Likewise.
6936         Use .Lfunc_1 label.
6937
6938 2015-03-26  Yao Qi  <yao.qi@linaro.org>
6939
6940         * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
6941         Call gdb_compile instead to compile each .s files without debug
6942         information.
6943
6944 2015-03-26  Yao Qi  <yao.qi@linaro.org>
6945
6946         * gdb.base/savedregs.exp (process_saved_regs): Make
6947         "Saved registers:" optional in the pattern.
6948
6949 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
6950
6951         * gdb.btrace/next.exp: Merged into step.exp.
6952         * gdb.btrace/finish.exp: Merged into step.exp.
6953         * gdb.btrace/nexti.exp: Merged into stepi.exp.
6954         * gdb.btrace/step.exp: Use record_goto.c as test file.  Avoid using
6955         "record goto" and checking the exact replay position.
6956         * gdb.btrace/stepi.exp: Choose test file based on target.  Do not
6957         check for "Recording format" in "info record" output.
6958         * gdb.btrace/record_goto.exp: Choose test file based on target.
6959         * gdb.btrace/x86-record_goto.S: Renamed into ...
6960         * gdb.btrace/x86_64-record_goto.S: ... this.
6961         * gdb.btrace/i686-record_goto.S: New.
6962         * gdb.btrace/x86-tailcall.S: Renamed into ...
6963         * gdb.btrace/x86_64-tailcall.S: ... this.
6964         * gdb.btrace/i686-tailcall.S: New.
6965         * gdb.btrace/x86-tailcall.c: Renamed into ...
6966         * gdb.btrace/tailcall.c: ... this.  Split "return ++answer" into two
6967         separate statements.  Update test.
6968         * gdb.btrace/delta.exp: Use record_goto.c as test file.
6969         * gdb.btrace/gcore.exp: Use record_goto.c as test file.
6970         * gdb.btrace/nohist.exp: Use record_goto.c as test file.
6971         * gdb.btrace/tailcall.exp: Choose test file based on target.
6972         * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
6973
6974 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
6975
6976         * gdb.btrace/exception.exp: Increase BTS buffer size.
6977
6978 2015-03-24  Pedro Alves  <palves@redhat.com>
6979
6980         * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
6981
6982 2015-03-24  Pedro Alves  <palves@redhat.com>
6983
6984         * gdb.threads/schedlock.exp (test_step): No longer expect that
6985         "set scheduler-locking step" with "next" over a function call runs
6986         threads unlocked.
6987
6988 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6989
6990         * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
6991
6992 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6993
6994         PR breakpoints/16466
6995         * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
6996         * gdb.mi/mi-pending.c (thread_func): New function.
6997         (int main): Add threading support required.
6998         * gdb.mi/mi-pending.exp: Add tests for this issue.
6999         * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7000         (pendfunc2): Remove stdio dependency.
7001         * gdb.mi/mi-pendshr2.c: New file.
7002
7003 2015-03-23  Keith Seitz  <keiths@redhat.com>
7004
7005         * gdb.linespec/keywords.c: New file.
7006         * gdb.linespec/keywords.exp: New file.
7007
7008 2015-03-23  Keith Seitz  <keiths@redhat.com>
7009
7010         PR gdb/18021
7011         * gdb.dwarf2/staticvirtual.exp: New test.
7012
7013 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7014
7015         * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7016         * README: Remove HP-UX and gdb.hp.
7017         (configuration):
7018         * configure: Regenerate.
7019         * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7020         gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7021         gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7022         gdb.hp/gdb.defects/Makefile.
7023         * gdb.hp/Makefile.in: File deleted.
7024         * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7025         * gdb.hp/gdb.aCC/optimize.c: File deleted.
7026         * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7027         * gdb.hp/gdb.aCC/run.c: File deleted.
7028         * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7029         * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7030         * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7031         * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7032         * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7033         * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7034         * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7035         * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7036         * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7037         * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7038         * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7039         * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7040         * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7041         * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7042         * gdb.hp/gdb.base-hp/reg.s: File deleted.
7043         * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7044         * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7045         * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7046         * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7047         * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7048         * gdb.hp/gdb.compat/Makefile.in: File deleted.
7049         * gdb.hp/gdb.compat/average.c: File deleted.
7050         * gdb.hp/gdb.compat/sum.c: File deleted.
7051         * gdb.hp/gdb.compat/xdb.c: File deleted.
7052         * gdb.hp/gdb.compat/xdb0.c: File deleted.
7053         * gdb.hp/gdb.compat/xdb0.h: File deleted.
7054         * gdb.hp/gdb.compat/xdb1.c: File deleted.
7055         * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7056         * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7057         * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7058         * gdb.hp/gdb.defects/Makefile.in: File deleted.
7059         * gdb.hp/gdb.defects/bs14602.c: File deleted.
7060         * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7061         * gdb.hp/gdb.defects/solib-d.c: File deleted.
7062         * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7063         * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7064         * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7065         * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7066         * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7067         * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7068         * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7069         * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7070         * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7071         * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7072         * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7073         * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7074         * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7075         * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7076         * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7077         * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7078         * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7079         * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7080         * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7081         * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7082         * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7083         * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7084         * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7085         * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7086         * gdb.hp/tools/odump: File deleted.
7087
7088 2015-03-19  Pedro Alves  <palves@redhat.com>
7089
7090         * gdb.threads/continue-pending-status.exp (saw_thread_2)
7091         (saw_thread_3): New globals.
7092         (top level): Increment them when an event for the corresponding
7093         thread is seen.
7094         (no thread starvation): New test.
7095
7096 2015-03-19  Pedro Alves  <palves@redhat.com>
7097
7098         * gdb.threads/continue-pending-status.c: New file.
7099         * gdb.threads/continue-pending-status.exp: New file.
7100
7101 2015-03-18  Pedro Alves  <palves@redhat.com>
7102
7103         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7104         Use gdb_is_target_remote instead of is_remote.  Use
7105         gdb_test_multiple instead of gdb_expect.  Exit early if
7106         gdb_test_multiple hits its internal matches.  Tighten stepi tests
7107         expected output.  Fail on exit with any signal, instead of just
7108         SIGILL.
7109
7110 2015-03-18  Yao Qi  <yao.qi@linaro.org>
7111
7112         PR tdep/18107
7113         * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7114         variable.
7115         * gdb.base/catch-syscall.exp: Don't skip it on
7116         aarch64*-*-linux* target.  Remove elements in all_syscalls.
7117         (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7118         target.
7119         (setup_all_syscalls): New proc.
7120
7121 2015-03-16  Yao Qi  <yao.qi@linaro.org>
7122
7123         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7124         (top level): Skip tests if valid_addr_p returns false for
7125         $cmd1 or $cmd2.
7126
7127 2015-03-11  Andy Wingo  <wingo@igalia.com>
7128
7129         * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7130
7131 2015-03-11  Yao Qi  <yao.qi@linaro.org>
7132
7133         * gdb.base/catch-syscall.exp: Fix typo in comments.
7134
7135 2015-03-11  Yao Qi  <yao.qi@linaro.org>
7136
7137         * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7138
7139 2015-03-09  Pedro Alves  <palves@redhat.com>
7140
7141         * dg-extract-results.py: Delete.
7142
7143 2015-03-09  Pedro Alves  <palves@redhat.com>
7144
7145         Merge dg-extract-results.sh from GCC upstream (r218843).
7146
7147         2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
7148                 * dg-extract-results.sh: Use --text with grep to avoid issues with
7149                 binary files.  Fall back to cat -v, if that doesn't work.
7150
7151 2015-03-05  Pedro Alves  <palves@redhat.com>
7152
7153         * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7154
7155 2015-03-04  Simon Marchi  <simon.marchi@ericsson.com>
7156
7157         * lib/mi-support.exp (mi_expect_interrupt): Accept
7158         alternative event for when in all-stop mode.
7159
7160 2015-03-04  Pedro Alves  <palves@redhat.com>
7161
7162         * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7163
7164 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
7165
7166         * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7167
7168 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7169
7170         * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7171         regexps for GDB's current line display, accept a hex address
7172         preceding the line number.
7173
7174 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7175
7176         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7177         the 'arch1' variable for "s390*-linux*" targets.
7178
7179 2015-03-04  Pedro Alves  <palves@redhat.com>
7180
7181         * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7182         (main): Pass missing retval argument to pthread_join call.
7183
7184 2015-03-02  Pedro Alves  <palves@redhat.com>
7185
7186         * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7187         (top level): Call do_test with non-stop as well.
7188
7189 2015-03-02  Pedro Alves  <palves@redhat.com>
7190
7191         * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7192         -1.
7193
7194 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7195
7196         * gdb.arch/s390-vregs.exp: New test.
7197         * gdb.arch/s390-vregs.S: New file.
7198
7199 2015-02-27  Pedro Alves  <palves@redhat.com>
7200
7201         * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7202         call to catch_command_errors.
7203         * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7204         catch_command_errors.
7205
7206 2015-02-27  Pedro Alves  <palves@redhat.com>
7207
7208         * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7209         "true" for boolean result.
7210         * gdb.gdb/selftest.exp (test_with_self): Also accept full
7211         prototype of main.
7212
7213 2015-02-27  Pedro Alves  <palves@redhat.com>
7214
7215         * lib/unbuffer_output.c: New file.
7216         * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7217         (main): Call gdb_unbuffer_output.
7218
7219 2015-02-27  Yao Qi  <yao.qi@linaro.org>
7220
7221         * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7222         target.
7223
7224 2015-02-26  Doug Evans  <dje@google.com>
7225
7226         * gdb.cp/class2.cc (Dbase, D): New classes.
7227         (main): New local delta.
7228         * gdb.cp/class2.exp: Test printing delta.
7229         * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7230         (dynbar): New global.
7231         * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7232
7233 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7234
7235         * gdb.compile/compile-ifunc.c: New file.
7236         * gdb.compile/compile-ifunc.exp: New file.
7237
7238 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7239
7240         * gdb.base/structs.exp: Check for correct struct on finish.
7241
7242 2015-02-26  Yao Qi  <yao.qi@linaro.org>
7243
7244         * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7245         is zero.
7246
7247 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7248
7249         * gdb.arch/cordic.ko.bz2: New file.
7250         * gdb.arch/cordic.ko.debug.bz2: New file.
7251         * gdb.arch/ppc64-symtab-cordic.exp: New file.
7252
7253 2015-02-25  Yao Qi  <yao.qi@linaro.org>
7254
7255         * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7256         aarch64*-*-* target.
7257
7258 2015-02-23  Pedro Alves  <palves@redhat.com>
7259
7260         * lib/gdb.exp (delete_breakpoints): Rewrite using
7261         gdb_test_multiple.
7262
7263 2015-02-23  Pedro Alves  <palves@redhat.com>
7264
7265         * gdb.base/info-os.c: Include stdlib.h.
7266
7267 2015-02-22  Doug Evans  <xdje42@gmail.com>
7268
7269         PR symtab/17855
7270         * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7271         is read after symbols have been re-read.
7272         * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7273         * gdb.ada/exec_changed/second.adb (Second): Ditto.
7274
7275 2015-02-21  Doug Evans  <dje@google.com>
7276
7277         * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7278
7279 2015-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
7280
7281         PR corefiles/17808
7282         * gdb.arch/i386-biarch-core.core.bz2: New file.
7283         * gdb.arch/i386-biarch-core.exp: New file.
7284
7285 2015-02-21  Pedro Alves  <palves@redhat.com>
7286
7287         * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7288         runto_main fails.
7289
7290 2015-02-20  Pedro Alves  <palves@redhat.com>
7291
7292         * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7293         info probes.
7294
7295 2015-02-20  Pedro Alves  <palves@redhat.com>
7296
7297         * gdb.threads/multi-create-ns-info-thr.exp: New file.
7298
7299 2015-02-20  Pedro Alves  <palves@redhat.com>
7300
7301         * gdb.trace/no-attach-trace.exp: Don't run to main.  Do
7302         clean_restart before gdb_target_supports_trace.
7303
7304 2015-02-20  Pedro Alves  <palves@redhat.com>
7305
7306         PR threads/18006
7307         * gdb.threads/clone-thread_db.c: New file.
7308         * gdb.threads/clone-thread_db.exp: New file.
7309
7310 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7311
7312         PR breakpoints/16812
7313         * gdb.base/catch-gdb-caused-signals.c: New file.
7314         * gdb.base/catch-gdb-caused-signals.exp: New file.
7315
7316 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
7317
7318         * configure: Regenerated.
7319         * configure.ac: Use GDB_AC_TRANSFORM.
7320         * aclocal.m4: sinclude ../transform.m4.
7321
7322 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
7323
7324         * lib/dtrace.exp: New file.
7325         * gdb.base/dtrace-probe.exp: Likewise.
7326         * gdb.base/dtrace-probe.d: Likewise.
7327         * gdb.base/dtrace-probe.c: Likewise.
7328         * lib/pdtrace.in: Likewise.
7329         * configure.ac: Output variables with the transformed names of
7330         the strip, readelf, as and nm tools.  AC_SUBST lib/pdtrace.in.
7331         * configure: Regenerated.
7332
7333 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
7334
7335         * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7336         expected message when trying to access $_probe_* convenience
7337         variables while not on a probe.
7338
7339 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7340
7341         * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7342
7343 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
7344
7345         * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7346         * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7347
7348 2015-02-10  Doug Evans  <xdje42@gmail.com>
7349
7350         * lib/gdb.exp (gdb_load): Always return a result.
7351
7352 2015-02-10  Pedro Alves  <palves@redhat.com>
7353
7354         * gdb.threads/signal-sigtrap.c: New file.
7355         * gdb.threads/signal-sigtrap.exp: New file.
7356
7357 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
7358
7359         * gdb.trace/no-attach-trace.c: New file.
7360         * gdb.trace/no-attach-trace.exp: New file.
7361
7362 2015-02-09  Mark Wielaard  <mjw@redhat.com>
7363
7364         * gdb.dwarf2/atomic.c: New file.
7365         * gdb.dwarf2/atomic-type.exp: Likewise.
7366
7367 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
7368
7369         * gdb.btrace/buffer-size.exp: Update "info record" output.
7370         * gdb.btrace/delta.exp: Update "info record" output.
7371         * gdb.btrace/enable.exp: Update "info record" output.
7372         * gdb.btrace/finish.exp: Update "info record" output.
7373         * gdb.btrace/instruction_history.exp: Update "info record" output.
7374         * gdb.btrace/next.exp: Update "info record" output.
7375         * gdb.btrace/nexti.exp: Update "info record" output.
7376         * gdb.btrace/step.exp: Update "info record" output.
7377         * gdb.btrace/stepi.exp: Update "info record" output.
7378         * gdb.btrace/nohist.exp: Update "info record" output.
7379
7380 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
7381
7382         * gdb.btrace/buffer-size: New.
7383
7384 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
7385
7386         * gdb.btrace/delta.exp: Update "info record" output.
7387         * gdb.btrace/enable.exp: Update "info record" output.
7388         * gdb.btrace/finish.exp: Update "info record" output.
7389         * gdb.btrace/instruction_history.exp: Update "info record" output.
7390         * gdb.btrace/next.exp: Update "info record" output.
7391         * gdb.btrace/nexti.exp: Update "info record" output.
7392         * gdb.btrace/step.exp: Update "info record" output.
7393         * gdb.btrace/stepi.exp: Update "info record" output.
7394         * gdb.btrace/nohist.exp: Update "info record" output.
7395
7396 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
7397
7398         PR gdb/15678
7399         * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7400
7401 2015-02-06  Pedro Alves  <palves@redhat.com>
7402
7403         * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7404         macro.
7405         (seconds_left, again): New globals.
7406         (main): Wait seconds_left in a 1-second sleep loop instead of
7407         sleeping 180 seconds.  If 'again' is set, reset the seconds
7408         counter.
7409         * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7410         'again' in the inferior before detaching.  Print the seconds left.
7411         (options): New global.
7412         (top level): Build program with -DTIMEOUT=$timeout.
7413
7414 2015-02-06  Pedro Alves  <palves@redhat.com>
7415
7416         * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7417         determine how many seconds to pass to 'alarm'.
7418         * gdb.base/gdb-sigterm.exp (top level): Build program with
7419         -DTIMEOUT=$timeout.
7420         (do_test): Return success/failure indication.  Add more verbose
7421         logging.  Don't fail if 200 single steps are seen.  Instead, fail
7422         when the test times out.
7423         (passes): New global.
7424         (top level): Break the testing loop if testing fails on any
7425         iteration.  Use gdb_assert.
7426
7427 2015-02-04  Don Breazeal  <donb@codesourcery.com>
7428
7429         * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7430         and initialize them.
7431         (ipc_cleanup): New function.
7432         (main): Don't declare shmid, semid, and msqid.  Add a call to
7433         atexit so that we call ipc_cleanup on exit.
7434
7435 2015-02-04  Pedro Alves  <palves@redhat.com>
7436
7437         * boards/native-extended-gdbserver.exp: Remove any target variant
7438         specifications from the board name before clearing the isremote
7439         flag from board_info.
7440
7441 2015-01-31  Doug Evans  <xdje42@gmail.com>
7442
7443         * gdb.base/maint.exp <maint print type argc>: Update expected output.
7444
7445 2015-01-31  Gary Benson <gbenson@redhat.com>
7446
7447         * gdb.base/completion.exp: Disable completion limiting for
7448         existing tests.  Add new tests to check completion limiting.
7449         * gdb.linespec/ls-errs.exp: Disable completion limiting.
7450
7451 2015-01-31  Doug Evans  <xdje42@gmail.com>
7452
7453         * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7454
7455 2015-01-31  Doug Evans  <xdje42@gmail.com>
7456
7457         * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7458         entries.  Duplicate file section script entries.
7459         * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7460         inlined entries.  Add test for safe-path rejection.
7461         * gdb.python/py-section-script.c: Add duplicate inlined section script
7462         entries.  Duplicate file section script entries.
7463         * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7464         inlined entries.  Add test for safe-path rejection.
7465
7466 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
7467
7468         * gdb.ada/disc_arr_bound: New testcase.
7469
7470 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
7471
7472         * gdb.ada/mi_var_array: New testcase.
7473
7474 2015-01-27  Doug Evans  <dje@google.com>
7475
7476         * gdb.python/py-objfile.exp: Add tests for objfile.username.
7477         Add test for objfile.filename, objfile.username after objfile
7478         has been unloaded.
7479
7480 2015-01-26  Joel Brobecker  <brobecker@adacore.com>
7481
7482         * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7483         the second test to print the name attribute of value
7484         returned by the call to gdb.lookup_type, and adjust
7485         the expected output accordingly.
7486
7487 2015-01-25  Mark Wielaard  <mjw@redhat.com>
7488
7489         * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7490         * gdb.base/disp-step-fork.c: Include unistd.h.
7491         * gdb.base/siginfo-obj.c: Include stdio.h.
7492         * gdb.base/siginfo-thread.c: Likewise.
7493         * gdb.mi/non-stop.c: Include unistd.h.
7494         * gdb.mi/nsthrexec.c: Include stdio.h.
7495         * gdb.mi/pthreads.c: Include unistd.h.
7496         * gdb.modula2/unbounded1.c (main): Declare returns int.
7497         * gdb.reverse/consecutive-reverse.c: Likewise.
7498         * gdb.threads/create-fail.c: Include unistd.h.
7499         * gdb.threads/killed.c: Likewise.
7500         * gdb.threads/linux-dp.c: Likewise.
7501         * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7502         * gdb.threads/non-ldr-exc-2.c: Likewise.
7503         * gdb.threads/non-ldr-exc-3.c: Likewise.
7504         * gdb.threads/non-ldr-exc-4.c: Likewise.
7505         * gdb.threads/pthreads.c: Include unistd.h.
7506         (main): Declare returns int.
7507         * gdb.threads/tls-main.c (foo): New declaration.
7508         * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7509
7510 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
7511
7512         * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7513         * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7514
7515 2015-01-15  Mark Wielaard  <mjw@redhat.com>
7516
7517         * gdb.base/noreturn-return.c: New file.
7518         * gdb.base/noreturn-return.exp: New file.
7519         * gdb.base/noreturn-finish.c: New file.
7520         * gdb.base/noreturn-finish.exp: New file.
7521
7522 2015-01-23  Pedro Alves  <palves@redhat.com>
7523
7524         * gdb.threads/continue-pending-after-query.c: New file.
7525         * gdb.threads/continue-pending-after-query.exp: New file.
7526
7527 2015-01-22  Anders Granlund  <anders.granlund@ericsson.com>
7528             Simon Marchi  <simon.marchi@ericsson.com>
7529
7530         * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7531         * gdb.base/valgrind-db-attach.exp: Same.
7532         * gdb.base/valgrind-infcall.exp: Same.
7533         * lib/mi-support.exp (default_mi_gdb_start): Same.
7534         * lib/prompt.exp (default_prompt_gdb_start): Same.
7535         * lib/gdb.exp (default_gdb_spawn): Same.
7536         (gdb_interact): New.
7537
7538
7539 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7540
7541         * gdb.compile/compile.exp (pointer to jit function): New test.
7542
7543 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
7544
7545         * lib/gdb.exp (supports_process_record): Return true for
7546         powerpc*-*-linux*.
7547         (supports_reverse): Likewise.
7548
7549 2015-01-15  Don Breazeal  <donb@codesourcery.com>
7550
7551         * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7552         instead of checking whether the target board is remote and
7553         use spawn_wait_for_attach instead of exec/sleep.
7554         * gdb.base/attach-twice.exp: Likewise.
7555
7556 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
7557
7558         * gdb.ada/var_arr_attrs: New testcase.
7559
7560 2015-01-14  Pedro Alves  <palves@redhat.com>
7561             Joel Brobecker  <brobecker@adacore.com>
7562
7563         PR gdb/17525
7564         * gdb.base/bp-cmds-execution-x-script.c: New file.
7565         * gdb.base/bp-cmds-execution-x-script.exp: New file.
7566         * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7567
7568 2015-01-14  Pedro Alves  <palves@redhat.com>
7569
7570         PR cli/17828
7571         * gdb.base/batch-preserve-term-settings.c: New file.
7572         * gdb.base/batch-preserve-term-settings.exp: New file.
7573
7574 2015-01-13  Doug Evans  <dje@google.com>
7575
7576         * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7577         binary.
7578
7579 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
7580
7581         * Makefile.in (clean mostlyclean): Do not delete *.py.
7582
7583 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
7584
7585         * gdb.python/py-lookup-type.exp: New file.
7586
7587 2015-01-12  Pedro Alves  <palves@redhat.com>
7588
7589         * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7590         restore GDBFLAGS before returning.
7591
7592 2015-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
7593
7594         * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7595         is_amd64_regs_target and is_x86_like_target.
7596
7597 2015-01-11  Doug Evans  <xdje42@gmail.com>
7598
7599         * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7600         is given without an explicit form.
7601         * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7602         attributes.
7603         * gdb.dwarf/corrupt.exp: Ditto.
7604         * gdb.dwarf2/enum-type.exp: Ditto.
7605         * gdb.trace/entry-values.exp: Ditto.
7606         * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7607
7608 2015-01-11  Doug Evans  <xdje42@gmail.com>
7609
7610         PR gdb/15830
7611         * gdb.base/maint.exp: Remove references to "maint demangle".
7612         * gdb.cp/demangle.exp: Update.  "maint demangle" -> "demangle".
7613         Add tests for explicitly specifying language to demangle.
7614         * gdb.dlang/demangle.exp: Ditto.
7615
7616 2015-01-09  Pedro Alves  <palves@redhat.com>
7617
7618         * gdb.threads/non-stop-fair-events.c: New file.
7619         * gdb.threads/non-stop-fair-events.exp: New file.
7620
7621 2015-01-09  Pedro Alves  <palves@redhat.com>
7622
7623         * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7624         the global scope.  Set a breakpoint after all threads are started
7625         rather than stepping over two source lines.  Expect the prompt.
7626         * gdb.base/watch_thread_num.c (threads_started_barrier): New
7627         global.
7628         (NUM): Now 15.
7629         (main): Use threads_started_barrier to wait for all threads to
7630         start.  Main thread no longer calls thread_function.  Exit after
7631         180 seconds.
7632         (loop): New function.
7633         (thread_function): Wait on threads_started_barrier barrier.  Call
7634         'loop' at each iteration.
7635         * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7636         threads have started, instead of hardcoding number of "next"
7637         steps.  Use an access watchpoint instead of a write watchpoint.
7638
7639 2015-01-09  Pedro Alves  <palves@redhat.com>
7640
7641         * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7642         (thread_func): Wait on barrier.
7643         (main): Wait for all threads to start before stopping GDB.
7644         * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7645         global.
7646         (thread1_func, thread2_func): Wait on barrier.
7647         (main): Wait for all threads to start before stopping GDB.
7648         * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7649         New global.
7650         (thread1_func, thread2_func): Wait on barrier.
7651         (main): Wait for all threads to start before stopping GDB.
7652
7653 2015-01-09  Pedro Alves  <palves@redhat.com>
7654
7655         * gdb.threads/attach-many-short-lived-threads.c: New file.
7656         * gdb.threads/attach-many-short-lived-threads.exp: New file.
7657
7658 2014-01-09  Pedro Alves  <palves@redhat.com>
7659
7660         * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7661         instead of to thread 2.
7662         * gdb.threads/signal-command-multiple-signals-pending.c (main):
7663         Add barrier around each pthread_create call instead of around all
7664         calls.
7665         * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7666         Set a break on thread_function and have the child threads hit it
7667         one at at a time.
7668
7669 2015-01-09  Pedro Alves  <palves@redhat.com>
7670
7671         * lib/gdb.exp (can_spawn_for_attach): New procedure.
7672         (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7673         false.
7674         * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7675         checking whether the target board is remote.
7676         * gdb.multi/multi-attach.exp: Likewise.
7677         * gdb.python/py-sync-interp.exp: Likewise.
7678         * gdb.server/ext-attach.exp: Likewise.
7679         * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7680         tests that need to attach, instead of checking whether the target
7681         board is remote at the top of the file.
7682
7683 2015-01-08  Yao Qi  <yao@codesourcery.com>
7684
7685         * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7686
7687 2015-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
7688
7689         Fix testcase compilation.
7690         * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7691
7692 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
7693
7694         * gdb.python/py-type.exp: Add a couple test about empty
7695         array creation, and negative-length array creation.
7696
7697 2015-01-02  Doug Evans  <xdje42@gmail.com>
7698
7699         * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7700
7701 2015-01-02  Doug Evans  <dje@google.com>
7702
7703         * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7704
7705 2014-12-29  Yao Qi  <yao@codesourcery.com>
7706
7707         * gdb.trace/entry-values.exp: Update comments.  Rename variable
7708         bar_call_foo to returned_from_foo.
7709
7710 2014-12-20  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
7711
7712         PR gdb/17394
7713         * gdb.linespec/break-asm-file.c: New file.
7714         * gdb.linespec/break-asm-file.exp: New file.
7715         * gdb.linespec/break-asm-file0.s: New file.
7716         * gdb.linespec/break-asm-file1.s: New file.
7717
7718 2014-12-18  Nigel Stephens  <nigel@mips.com>
7719             Maciej W. Rozycki  <macro@codesourcery.com>
7720
7721         * gdb.base/float.exp: Handle the new output from "info float" on
7722         MIPS targets.
7723
7724 2014-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7725
7726         Fix MinGW compilation.
7727         * gdb.compile/compile-ops.exp: Update untested message if
7728         !skip_compile_feature_tests.
7729         * gdb.compile/compile-setjmp.exp: Likewise.
7730         * gdb.compile/compile-tls.exp: Likewise.
7731         * gdb.compile/compile.exp: Likewise.
7732         * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7733         supported on this host".
7734
7735 2014-12-16  Doug Evans  <xdje42@gmail.com>
7736
7737         * boards/stabs.exp: New file.
7738
7739 2014-12-16  Andreas Arnez  <arnez@vnet.linux.ibm.com>
7740
7741         * gdb.base/completion.exp: Adjust to format changes of "maint
7742         print user-registers".
7743
7744 2014-12-16  Catalin Udma  <catalin.udma@freescale.com>
7745
7746         PR server/17457
7747         * gdb.arch/aarch64-fp.c: New file.
7748         * gdb.arch/aarch64-fp.exp: New file.
7749
7750 2014-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
7751
7752         Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
7753         r210637, r210913, r211666, r215400, r215817).
7754
7755         2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
7756                 * dg-extract-results.py: New file.
7757                 * dg-extract-results.sh: Use it if the environment seems
7758                 suitable.
7759
7760         2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
7761
7762                 * dg-extract-results.py (parse_run): Handle warnings that
7763                 are printed before a test harness is run.
7764
7765         2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
7766
7767                 * dg-extract-results.py (Named): Remove __cmp__ method.
7768                 (output_variation): Use a key to sort variation.harnesses.
7769
7770         2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
7771
7772                 * dg-extract-results.py: For Python 3, force sys.stdout to
7773                 handle surrogate escape sequences.
7774                 (safe_open): New function.
7775                 (output_segment, main): Use it.
7776
7777         2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
7778
7779                 * dg-extract-results.py (Prog.result_re): Include options
7780                 in test name.
7781
7782         2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
7783
7784                 * dg-extract-results.py (output_variation): Always sort if
7785                 do_sum.
7786
7787 2014-12-15  Simon Marchi  <simon.marchi@ericsson.com>
7788
7789         * lib/gdb.exp (default_gdb_start): After starting gdb, loop
7790         as long as we get pagination notifications.
7791
7792 2014-12-15  Jason Merrill  <jason@redhat.com>
7793
7794         * Makefile.in (check-gdb.%): Restore.
7795         * README: Mention it.
7796
7797 2014-12-13  Joel Brobecker  <brobecker@adacore.com>
7798
7799         * gdb.ada/str_uninit: New testcase.
7800
7801 2014-12-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7802
7803         PR symtab/17642
7804         * gdb.base/vla-stub-define.c: New file.
7805         * gdb.base/vla-stub.c: New file.
7806         * gdb.base/vla-stub.exp: New file.
7807
7808 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
7809             Jan Kratochvil  <jan.kratochvil@redhat.com>
7810             Tom Tromey  <tromey@redhat.com>
7811
7812         * configure.ac: Add gdb.compile/.
7813         * configure: Regenerate.
7814         * gdb.compile/Makefile.in: New file.
7815         * gdb.compile/compile-ops.exp: New file.
7816         * gdb.compile/compile-ops.c: New file.
7817         * gdb.compile/compile-tls.c: New file.
7818         * gdb.compile/compile-tls.exp: New file.
7819         * gdb.compile/compile-constvar.S: New file.
7820         * gdb.compile/compile-constvar.c: New file.
7821         * gdb.compile/compile-mod.c: New file.
7822         * gdb.compile/compile-nodebug.c: New file.
7823         * gdb.compile/compile-setjmp-mod.c: New file.
7824         * gdb.compile/compile-setjmp.c: New file.
7825         * gdb.compile/compile-setjmp.exp: New file.
7826         * gdb.compile/compile-shlib.c: New file.
7827         * gdb.compile/compile.c: New file.
7828         * gdb.compile/compile.exp: New file.
7829         * lib/gdb.exp (skip_compile_feature_tests): New proc.
7830
7831 2014-12-12  Tom Tromey  <tromey@redhat.com>
7832
7833         * lib/dwarf.exp (_location): Ignore blank lines.  Allow comments.
7834         Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
7835
7836 2014-12-12  Doug Evans  <dje@google.com>
7837
7838         * lib/gdb-python.exp (get_python_valueof): New function.
7839         * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
7840
7841 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7842
7843         * gdb.base/completion.exp: Add test for completion of "info
7844         registers ".
7845
7846 2014-12-12  Maciej W. Rozycki  <macro@codesourcery.com>
7847
7848         * gdb.base/func-ptrs.c: New file.
7849         * gdb.base/func-ptrs.exp: New file.
7850
7851 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
7852
7853         PR breakpoints/17012
7854         * gdb.base/dprintf-detach.c: New file.
7855         * gdb.base/dprintf-detach.exp: New file.
7856
7857 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
7858
7859         * gdb.trace/qtro.exp: Replace gdbserver detection code by...
7860         * lib/gdb.exp (target_is_gdbserver): New procedure.
7861
7862 2014-12-08  Doug Evans  <dje@google.com>
7863
7864         * gdb.python/py-objfile.exp: Add tests for objfile.owner.
7865
7866 2014-12-05  Yao Qi  <yao@codesourcery.com>
7867
7868         * gdb.guile/scm-error.exp: Remove the third argument to
7869         gdb_remote_download.
7870         * gdb.guile/scm-frame-args.exp: Likewise.
7871         * gdb.guile/scm-section-script.exp: Likewise.
7872
7873 2014-12-05  Yao Qi  <yao@codesourcery.com>
7874
7875         * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
7876
7877 2014-12-04  Doug Evans  <dje@google.com>
7878
7879         * gdb.python/py-objfile.exp: Add tests for
7880         objfile.add_separate_debug_file.
7881
7882 2014-12-04  Doug Evans  <dje@google.com>
7883
7884         * lib/gdb.exp (get_build_id): New function.
7885         (build_id_debug_filename_get): Rewrite to use it.
7886         * gdb.python/py-objfile.exp: Add test for objfile.build_id.
7887
7888 2014-12-04  Maciej W. Rozycki  <macro@codesourcery.com>
7889
7890         * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
7891         `method(long)', not just 0x0.
7892         * gdb.cp/nsalias.exp: Align code labels to 4.
7893         * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
7894         * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
7895         * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
7896         * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
7897         (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
7898         * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
7899
7900 2014-12-02  Doug Evans  <dje@google.com>
7901
7902         PR symtab/17602
7903         * gdb.cp/anon-ns.cc: Move guts of this file to ...
7904         * gdb.cp/anon-ns2.cc: ... here.  New file.
7905         * gdb.cp/anon-ns.exp: Update.
7906
7907 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
7908
7909         * gdb.python/py-events.py (inferior_call_handler): New.
7910         (register_changed_handler, memory_changed_handler): New.
7911         (test_events.invoke): Register new handlers.
7912         * gdb.python/py-events.exp: Add tests for inferior call,
7913         memory_changed and register_changed events.
7914
7915 2014-12-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7916
7917         * gdb.base/execl-update-breakpoints.exp: Specify the link address
7918         with '-Ttext-segment' instead of '-Ttext'.  Fall back to '-Ttext'
7919         if the linker doesn't understand this.
7920
7921 2014-12-01  Simon Marchi  <simon.marchi@ericsson.com>
7922
7923         * gdb.python/python.exp: Change expected reply to help().
7924
7925 2014-12-01  Yao Qi  <yao@codesourcery.com>
7926
7927         * configure.ac: Remove AC_ARG_ENABLE for gdbtk.  Don't invoke
7928         AC_CONFIG_SUBDIRS(gdb.gdbtk).
7929         * configure: Re-generated.
7930
7931 2014-11-28  Siva Chandra Reddy  <sivachandra@google.com>
7932
7933         * gdb.cp/chained-calls.cc: New file.
7934         * gdb.cp/chained-calls.exp: New file.
7935         * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
7936
7937 2014-11-28  Simon Marchi  <simon.marchi@ericsson.com>
7938
7939         * gdb.ada/py_range.exp: Add parentheses to python calls to print.
7940         * gdb.dwarf2/symtab-producer.exp: Same.
7941         * gdb.gdb/python-interrupts.exp: Same.
7942         * gdb.gdb/python-selftest.exp: Same.
7943         * gdb.python/py-linetable.exp: Same.
7944         * gdb.python/py-type.exp: Same.
7945         * gdb.python/py-value-cc.exp: Same.
7946         * gdb.python/py-value.exp: Same.
7947
7948 2014-11-28  Yao Qi  <yao@codesourcery.com>
7949
7950         * gdb.base/break-probes.exp: Match library name prefixed with
7951         sysroot.
7952
7953 2014-11-27  Simon Marchi  <simon.marchi@ericsson.com>
7954
7955         * gdb.python/py-linetable.exp: Escape properly sorted(fset)
7956         test expected output.  Add parentheses for the call to print.
7957         Remove L suffix from integers.
7958
7959 2014-11-26  Doug Evans  <dje@google.com>
7960
7961         * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
7962
7963 2014-11-22  Yao Qi  <yao@codesourcery.com>
7964
7965         * gdb.trace/entry-values.c: Remove asms.
7966         (foo): Add foo_label.
7967         (bar): Add bar_label.
7968         * gdb.trace/entry-values.exp: Remove code computing  foo's
7969         length and bar's length.
7970         (Dwarf::assemble): Invoke function_range for bar and use
7971         MACRO_AT_func for foo.
7972
7973 2014-11-22  Yao Qi  <yao@codesourcery.com>
7974
7975         * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
7976         and .Lgcc43_procstart.  Use .Lgcc42_procstart instead of gcc42.
7977         Use .Lgcc43_procstart instead of gcc43.
7978
7979 2014-11-21  Joel Brobecker  <brobecker@adacore.com>
7980
7981         * gdb.ada/n_arr_bound: New testcase.
7982
7983 2014-11-20  Sergio Durigan Junior  <sergiodj@redhat.com>
7984
7985         PR breakpoints/10737
7986         * gdb.base/catch-syscall.exp (do_syscall_tests): Call
7987         test_catch_syscall_multi_arch.
7988         (test_catch_syscall_multi_arch): New function.
7989
7990 2014-11-20  Doug Evans  <xdje42@gmail.com>
7991
7992         * gdb.base/maint.exp: Update expected output.
7993
7994 2014-11-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7995
7996         * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
7997         4-byte instruction on S390.
7998
7999 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
8000
8001         * gdb.ada/arr_arr: New testcase.
8002
8003 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
8004
8005         * gdb.ada/pkd_arr_elem: New Testcase.
8006
8007 2014-11-18  Luis Machado  <lgustavo@codesourcery.com>
8008
8009         * gdb.reverse/break-precsave: Expect completion message for
8010         core file reads.
8011         * gdb.reverse/consecutive-precsave.exp: Likewise.
8012         * gdb.reverse/finish-precsave.exp: Likewise.
8013         * gdb.reverse/i386-precsave.exp: Likewise.
8014         * gdb.reverse/machinestate-precsave.exp: Likewise.
8015         * gdb.reverse/sigall-precsave.exp: Likewise.
8016         * gdb.reverse/solib-precsave.exp: Likewise.
8017         * gdb.reverse/step-precsave.exp: Likewise.
8018         * gdb.reverse/until-precsave.exp: Likewise.
8019         * gdb.reverse/watch-precsave.exp: Likewise.
8020
8021 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8022
8023         * gdb.base/bp-permanent.c: Include unistd.h.
8024         * gdb.python/py-framefilter-mi.c (main): Add return type.
8025         * gdb.python/py-framefilter.c (main): Likewise.
8026         * gdb.trace/actions-changed.c (main): Likewise.
8027
8028 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8029
8030         * gdb.mi/until.c: Add eye-catchers.
8031         * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8032         line numbers.
8033
8034 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8035
8036         * gdb.base/condbreak.exp: Drop references to removed non-prototype
8037         function header variants in break1.c.
8038         * gdb.base/ena-dis-br.exp: Likewise.
8039         * gdb.base/hbreak2.exp: Likewise.
8040         * gdb.reverse/until-precsave.exp: Drop references to removed
8041         non-prototype function header variants in ur1.c.
8042         * gdb.reverse/until-reverse.exp: Likewise.
8043
8044 2014-11-17  Petr Machata  <pmachata@redhat.com>
8045
8046         * lib/dwarf.exp  (Dwarf::cu, Dwarf::tu): Emit
8047         ${_cu_offset_size} bytes abbrev offset.
8048
8049 2014-11-15  Doug Evans  <xdje42@gmail.com>
8050
8051         PR symtab/17559
8052         * gdb.base/line-symtabs.exp: New file.
8053         * gdb.base/line-symtabs.c: New file.
8054         * gdb.base/line-symtabs.h: New file.
8055
8056 2014-11-14  Yao Qi  <yao@codesourcery.com>
8057
8058         * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8059         (func): Add label func_label.
8060         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8061         Replace low_pc and high_pc with MACRO_AT_range.
8062         Replace name, low_pc and high_pc with MACRO_AT_func.
8063
8064 2014-11-14  Yao Qi  <yao@codesourcery.com>
8065
8066         * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8067         Replace name, low_pc and high_pc with MACRO_AT_func.
8068
8069 2014-11-14  Yao Qi  <yao@codesourcery.com>
8070
8071         * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8072         produce debug information.
8073         * gdb.dwarf2/implptr-optimized-out.S: Removed.
8074
8075 2014-11-14  Yao Qi  <yao@codesourcery.com>
8076
8077         * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8078         object and get function length.
8079         (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8080         with MACRO_AT_func.
8081         (top-level): Replace gdb_compile and clean_restart with
8082         prepare_for_testing.
8083         * gdb.dwarf2/main.c (main): Add label main_label.
8084
8085 2014-11-14  Yao Qi  <yao@codesourcery.com>
8086
8087         * lib/dwarf.exp (function_range): New procedure.
8088         (Dwarf::_handle_macro_at_func): New procedure.
8089         (Dwarf::_handle_macro_at_range): New procedure.
8090         (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8091
8092 2014-11-14  Yao Qi  <yao@codesourcery.com>
8093
8094         * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8095         (_handle_attribute): New procedure.
8096
8097 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8098
8099         * gdb.ada/cond_lang/foo.c (callme): Add return type.
8100         * gdb.base/call-sc.c (zed): Likewise.
8101         * gdb.base/checkpoint.c (main): Likewise.
8102         * gdb.base/dump.c (main): Likewise.
8103         * gdb.base/gcore.c (main): Likewise.
8104         * gdb.base/huge.c (main): Likewise.
8105         * gdb.base/multi-forks.c (main): Likewise.
8106         * gdb.base/pr10179-a.c (main): Likewise.
8107         * gdb.base/savedregs.c (main): Likewise.
8108         * gdb.base/sigaltstack.c (main): Likewise.
8109         * gdb.base/siginfo.c (main): Likewise.
8110         * gdb.base/structs.c (zed): Likewise.
8111         * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8112         * gdb.mi/mi-syn-frame.c (main): Likewise.
8113         * gdb.mi/until.c (foo, main): Likewise.
8114         * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8115         * gdb.base/solib-weak.c (foo): Declare.
8116         * gdb.base/attach-twice.c: Include stdio.h.
8117         * gdb.base/weaklib1.c: Likewise.
8118         * gdb.base/weaklib2.c: Likewise.
8119         * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8120         * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8121         unistd.h.
8122         * gdb.base/attach-pie-misread.c: Include stdlib.h.
8123         * gdb.mi/mi-exit-code.c: Likewise.
8124         * gdb.base/break-interp-lib.c: Include string.h.
8125         * gdb.base/coremaker.c: Likewise.
8126         * gdb.base/testenv.c: Likewise.
8127         * gdb.python/py-finish-breakpoint.c: Likewise.
8128         * gdb.base/inferior-died.c: Include sys/wait.h.
8129         * gdb.base/fileio.c: Include time.h.
8130         * gdb.base/async-shell.c: Include unistd.h.
8131         * gdb.base/dprintf-non-stop.c: Likewise.
8132         * gdb.base/info-os.c: Likewise.
8133         * gdb.mi/mi-console.c: Likewise.
8134         * gdb.mi/watch-nonstop.c: Likewise.
8135         * gdb.python/py-events.c: Likewise.
8136         * gdb.base/async.c (baz): Move up before its invocation.
8137         * gdb.base/code_elim2.c (my_global_func): Likewise.
8138         * gdb.base/skip-solib-lib.c (multiply): Likewise.
8139         * gdb.base/advance.c (func2): Likewise.
8140
8141 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8142
8143         * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8144         variant.
8145         * gdb.base/annota3.c: Likewise.
8146         * gdb.base/async.c: Likewise.
8147         * gdb.base/average.c: Likewise.
8148         * gdb.base/call-ar-st.c: Likewise.
8149         * gdb.base/call-rt-st.c: Likewise.
8150         * gdb.base/call-sc.c: Likewise.
8151         * gdb.base/call-strs.c: Likewise.
8152         * gdb.base/ending-run.c: Likewise.
8153         * gdb.base/execd-prog.c: Likewise.
8154         * gdb.base/exprs.c: Likewise.
8155         * gdb.base/foll-exec.c: Likewise.
8156         * gdb.base/foll-fork.c: Likewise.
8157         * gdb.base/foll-vfork.c: Likewise.
8158         * gdb.base/funcargs.c: Likewise.
8159         * gdb.base/gcore.c: Likewise.
8160         * gdb.base/jump.c: Likewise.
8161         * gdb.base/langs0.c: Likewise.
8162         * gdb.base/langs1.c: Likewise.
8163         * gdb.base/langs2.c: Likewise.
8164         * gdb.base/mips_pro.c: Likewise.
8165         * gdb.base/nodebug.c: Likewise.
8166         * gdb.base/opaque0.c: Likewise.
8167         * gdb.base/opaque1.c: Likewise.
8168         * gdb.base/recurse.c: Likewise.
8169         * gdb.base/run.c: Likewise.
8170         * gdb.base/scope0.c: Likewise.
8171         * gdb.base/scope1.c: Likewise.
8172         * gdb.base/setshow.c: Likewise.
8173         * gdb.base/setvar.c: Likewise.
8174         * gdb.base/shmain.c: Likewise.
8175         * gdb.base/shr1.c: Likewise.
8176         * gdb.base/shr2.c: Likewise.
8177         * gdb.base/sigall.c: Likewise.
8178         * gdb.base/signals.c: Likewise.
8179         * gdb.base/so-indr-cl.c: Likewise.
8180         * gdb.base/solib2.c: Likewise.
8181         * gdb.base/structs.c: Likewise.
8182         * gdb.base/sum.c: Likewise.
8183         * gdb.base/vforked-prog.c: Likewise.
8184         * gdb.base/watchpoint.c: Likewise.
8185         * gdb.reverse/shr2.c: Likewise.
8186         * gdb.reverse/until-reverse.c: Likewise.
8187         * gdb.reverse/ur1.c: Likewise.
8188         * gdb.reverse/watch-reverse.c: Likewise.
8189
8190 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8191
8192         * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8193         variant.
8194         * gdb.base/sepdebug.exp: Drop references to removed code.
8195
8196 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8197
8198         * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8199         variant.  Preserve original line numbering.
8200         * gdb.base/list1.c: Likewise.
8201
8202 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8203
8204         * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8205         variant.
8206         * gdb.base/break1.c: Likewise.
8207         * gdb.base/break.exp: Drop references to removed code.
8208
8209 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8210
8211         * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8212         variant.
8213
8214 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8215
8216         * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8217
8218 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8219
8220         * gdb.base/callfuncs.exp: Remove 'prototypes' variable.  Move main
8221         logic into perform_all_tests() and invoke it with and without
8222         function header prototypes.
8223         (do_function_calls): Remove conditional XFAIL for PR 5318.
8224         (rerun_and_prepare): Remove duplicate code.
8225         (perform_all_tests): New.  Main logic moved here.
8226
8227 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8228
8229         * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8230         code guarded by #ifdef NO_PROTOTYPES.
8231         (t_double_many_args): Likewise.
8232         (DEF_FUNC_MANY_ARGS_1): Likewise.
8233         (DEF_FUNC_VALUES_1): Likewise.
8234         (t_structs_ldc): Renamed from t_structs_fc in conditional code
8235         guarded by #ifdef PROTOTYPES.
8236
8237 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8238
8239         * gdb.mi/mi-console.c: Add eye-catcher.
8240         * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8241         instead of literal line number.
8242
8243 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8244
8245         * gdb.base/shr2.c: Add eye-catcher.
8246         * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8247         line number.
8248
8249 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8250
8251         * gdb.base/jump.c: Add eye-catchers.
8252         * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8253         numbers.
8254
8255 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8256
8257         * gdb.base/execd-prog.c: Add eye-catchers.
8258         * gdb.base/foll-exec.c: Likewise.
8259         * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8260         line numbers.
8261
8262 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8263
8264         * gdb.base/ending-run.c: Add eye-catchers.
8265         * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8266         literal line numbers.
8267
8268 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8269
8270         * gdb.base/call-rt-st.c: Add eye-catchers.
8271         * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8272         literal line numbers.
8273
8274 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8275
8276         * gdb.base/call-ar-st.c: Add eye-catchers.
8277         * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8278         literal line numbers.
8279
8280 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8281
8282         * gdb.base/average.c: Add eye-catchers.
8283         * gdb.base/sum.c: Likewise.
8284         * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8285         regexps dynamically.
8286
8287 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8288
8289         * gdb.base/solib1.c: Add eye-catchers.
8290         * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8291         literal line numbers.
8292
8293 2014-11-12  Pedro Alves  <palves@redhat.com>
8294
8295         * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8296         leader has exited.
8297
8298 2014-11-12  Pedro Alves  <palves@redhat.com>
8299
8300         * gdb.arch/i386-bp_permanent.c: New file.
8301         * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8302         (srcfile): Set to i386-bp_permanent.c.
8303         (top level): Adjust to work in both 32-bit and 64-bit modes.  Test
8304         that stepi does not execute the 'leave' instruction, instead of
8305         testing it does execute.
8306         * gdb.base/bp-permanent.c: New file.
8307         * gdb.base/bp-permanent.exp: New file.
8308
8309 2014-11-10  Doug Evans  <xdje42@gmail.com>
8310
8311         PR symtab/17564
8312         * gdb.base/symtab-search-order.exp: New file.
8313         * gdb.base/symtab-search-order.c: New file.
8314         * gdb.base/symtab-search-order-1.c: New file.
8315         * gdb.base/symtab-search-order-shlib-1.c: New file.
8316
8317 2014-11-07  Pedro Alves  <palves@redhat.com>
8318
8319         PR gdb/17511
8320         * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8321         i?86-*-linux*.
8322
8323 2014-11-03  Siva Chandra Reddy  <sivachandra@google.com>
8324
8325         PR c++/17494
8326         * gdb.cp/pr17494.cc: New file.
8327         * gdb.cp/pr17494.exp: New file.
8328
8329 2014-11-02  Yao Qi  <yao@codesourcery.com>
8330
8331         * gdb.python/python.exp: Get working directory and match the
8332         output of "set extended-prompt \\w " with it.
8333
8334 2014-10-30  Doug Evans  <dje@google.com>
8335
8336         * gdb.python/py-objfile.exp: Add tests for setting random attributes
8337         in objfiles.
8338         * gdb.python/py-progspace.exp: Add tests for setting random attributes
8339         in progspaces.
8340
8341 2014-10-30  Janis Johnson  <janisjo@codesourcery.com>
8342
8343         * gdb.base/fullpath-expand.exp: Skip for a remote host.
8344         * gdb.base/realname-expand.exp: Likewise.
8345         * gdb.linespec/macro-relative.exp: Likewise.
8346
8347 2014-10-29  Pedro Alves  <palves@redhat.com>
8348
8349         PR gdb/17408
8350         * gdb.threads/schedlock.c (some_function): New function.
8351         (call_function): New global.
8352         (MAYBE_CALL_SOME_FUNCTION): New macro.
8353         (thread_function): Call it.
8354         * gdb.threads/schedlock.exp (get_args): Add description parameter,
8355         and use it instead of a global counter.  Adjust all callers.
8356         (get_current_thread): Use "find current thread" for test message
8357         here rather than having all callers pass down the same string.
8358         (goto_loop): New procedure, factored out from ...
8359         (my_continue): ... this.
8360         (step_ten_loops): Change parameter from test message to command to
8361         use.  Adjust.
8362         (list_count): Delete global.
8363         (check_result): New procedure, factored out from duplicate top
8364         level code.
8365         (continue tests): Wrap in with_test_prefix.
8366         (test_step): New procedure, factored out from duplicate top level
8367         code.
8368         (top level): Test "step" in combination with all scheduler-locking
8369         modes.  Test "next" in combination with all scheduler-locking
8370         modes, and in combination with stepping over a function call or
8371         not.
8372         * gdb.threads/next-bp-other-thread.c: New file.
8373         * gdb.threads/next-bp-other-thread.exp: New file.
8374
8375 2014-10-29  Pedro Alves  <palves@redhat.com>
8376
8377         PR python/17372
8378         * gdb.python/python.exp: Test a multi-line command that spawns
8379         interactive Python.
8380         * gdb.base/multi-line-starts-subshell.exp: New file.
8381
8382 2014-10-29  Yao Qi  <yao@codesourcery.com>
8383
8384         * gdb.base/fileio.exp: Make directories on host.
8385
8386 2014-10-29  Yao Qi  <yao@codesourcery.com>
8387
8388         * gdb.base/fileio.c (test_write): Close the file.
8389
8390 2014-10-28  Pedro Alves  <palves@redhat.com>
8391
8392         PR gdb/12623
8393         * gdb.base/sigstep.c (no_handler): New global.
8394         (main): If 'no_handler is true, set the signal handlers to
8395         SIG_IGN.
8396         * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8397         with_sw_watch and no_handler parameters.  Handle them.
8398         (top level) <stepping over handler when stopped at a breakpoint
8399         test>: Add a test axis for testing with a software watchpoint, and
8400         another for testing with the signal handler set to SIG_IGN.
8401         * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8402         * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8403
8404 2014-10-28  Pedro Alves  <palves@redhat.com>
8405
8406         PR gdb/17511
8407         * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8408         * gdb.base/sigstep.exp (other_handler_location): New global.
8409         (advance): Support stepping into the signal handler, and running
8410         commands while in the handler.
8411         (in_handler_map): New global.
8412         (top level): In the advance test, add combinations for getting
8413         into the handler with stepping commands, and for running commands
8414         in the handler.  Add comment descripting the advancei tests.
8415
8416 2014-10-28  Pedro Alves  <palves@redhat.com>
8417
8418         * gdb.base/sigstep.exp: Use build_executable instead of
8419         prepare_for_testing.
8420         (top level): Move code that starts GDB, runs to main and creates a
8421         display to ...
8422         (restart): ... this new procedure.
8423         (top level): Move backtrace from signal handler test to ...
8424         (validate_backtrace): ... this new procedure.
8425         (advance, advancei): Rename parameter from 'i' to 'cmd'.  Use
8426         with_test_prefix.  Always restart GDB.
8427         (skip_to_handler): Rename parameter from 'i' to 'cmd'.  Use
8428         with_test_prefix.  Always restart GDB.  No need to delete
8429         breakpoints after the test.
8430         (test_skip_handler): Remove prefix parameter.
8431         (skip_over_handler, breakpoint_to_handler)
8432         (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8433         parameter from 'i' to 'cmd'.  Use with_test_prefix.  Always
8434         restart GDB.  No need to delete breakpoints after the test.
8435         (top level): Use foreach to call the test procedures with
8436         different commands.
8437
8438 2014-10-28  Pedro Alves  <palves@redhat.com>
8439
8440         * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8441         instead of GNATS numbers.
8442         * gdb.base/sigbpt.exp: Likewise.
8443         * gdb.base/siginfo.exp: Likewise.
8444         * gdb.base/sigstep.exp: Likewise.
8445
8446 2014-10-27  Pedro Alves  <palves@redhat.com>
8447
8448         * gdb.base/sigstep.c (dummy): New global.
8449         (main): Issue a couple writes to the new global.
8450         * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8451         procedures.
8452         (skip_over_handler): Use test_skip_handler.
8453         (top level): Call skip_over_handler for stepi and nexti too.
8454         (breakpoint_over_handler): Use test_skip_handler.
8455         (top level): Call breakpoint_over_handler for stepi and nexti too.
8456
8457 2014-10-27  Yao Qi  <yao@codesourcery.com>
8458
8459         * gdb.trace/tfile.c (adjust_function_address)
8460         [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8461         function descriptor.
8462
8463 2014-10-24  Don Breazeal  <donb@codesourcery.com>
8464
8465         * gdb.base/foll-fork.exp (test_follow_fork,
8466         catch_fork_child_follow): Check for updated fork messages emitted
8467         from infrun.c.
8468         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8469         vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8470         vfork_and_exec_child_follow_through_step): Check for updated vfork
8471         messages emitted from infrun.c.
8472
8473 2014-10-24  Pedro Alves  <palves@redhat.com>
8474
8475         * gdb.base/corefile.exp: Remove references to ultrix.
8476         * gdb.base/interrupt.exp: Likewise.
8477         * gdb.base/whatis.exp: Likewise.
8478         * gdb.gdb/selftest.exp: Likewise.
8479         * gdb.threads/manythreads.exp: Likewise.
8480         * gdb.threads/print-threads.exp: Likewise.
8481         * gdb.threads/pthreads.exp:: Likewise.
8482         * gdb.threads/schedlock.exp: Likewise.
8483
8484 2014-10-24  Siva Chandra Reddy  <sivachandra@google.com>
8485
8486         * gdb.cp/non-trivial-retval.cc: Add a test case.
8487         * gdb.cp/non-trivial-retval.exp: Add a test.
8488
8489 2014-10-20  Yao Qi  <yao@codesourcery.com>
8490
8491         * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8492         * gdb.python/py-objfile-script-gdb.py: New file.
8493         * gdb.python/py-objfile-script.exp: Update reference to
8494         py-objfile-script-gdb.py.in.  Use gdb_remote_donwload instead
8495         of remote_download.  Remove the dest file.
8496
8497 2014-10-20  Yao Qi  <yao@codesourcery.com>
8498
8499         * gdb.base/checkpoint.exp: Don't remove file copied on host.
8500         * gdb.base/step-line.exp: Likewise.
8501         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8502         * gdb.dwarf2/dw2-basic.exp: Likewise.
8503         * gdb.dwarf2/dw2-compressed.exp: Likewise.
8504         * gdb.dwarf2/dw2-filename.exp: Likewise.
8505         * gdb.dwarf2/dw2-intercu.exp: Likewise.
8506         * gdb.dwarf2/dw2-intermix.exp: Likewise.
8507         * gdb.dwarf2/dw2-producer.exp: Likewise.
8508         * gdb.dwarf2/mac-fileno.exp: Likewise.
8509         * gdb.python/py-frame-args.exp: Likewise.
8510         * gdb.python/py-framefilter.exp: Likewise.
8511         * gdb.python/py-mi.exp: Likewise.
8512         * gdb.python/py-objfile-script.exp: Likewise
8513         * gdb.python/py-pp-integral.exp: Likewise.
8514         * gdb.python/py-pp-re-notag.exp: Likewise.
8515         * gdb.python/py-prettyprint.exp: Likewise.
8516         * gdb.python/py-section-script.exp: Likewise.
8517         * gdb.python/py-typeprint.exp: Likewise.
8518         * gdb.python/py-xmethods.exp: Likewise.
8519         * gdb.stabs/weird.exp: Likewise.
8520         * gdb.xml/tdesc-regs.exp: Likewise.
8521
8522 2014-10-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
8523
8524         * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8525         (out_cu): Use addr_len for the size of addresses.
8526         (out_line): Likewise.  Size DW_LNE_set_address instruction
8527         according to addr_len.
8528         * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8529         (FUNC): Add START_INSNS to definition.
8530
8531 2014-10-18  Yao Qi  <yao@codesourcery.com>
8532
8533         * gdb.base/argv0-symlink.exp: Check argv[0] value if
8534         gdb_has_argv0 return true.
8535         * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8536         check [target_info exists noargs], check [gdb_has_argv0]
8537         instead.
8538         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8539         * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8540         procedures.
8541
8542 2014-10-17  Doug Evans  <dje@google.com>
8543
8544         * gdb.python/py-events.exp: Update expected output for clear_objfiles
8545         event.
8546         * gdb.python/py-events.py: Add clear_objfiles event.
8547
8548 2014-10-17  Doug Evans  <dje@google.com>
8549
8550         * gdb.python/py-objfile.exp: Test progspace attribute.
8551
8552 2014-10-17  Luis Machado  <lgustavo@codesourcery.com>
8553
8554         * gdb.guile/scm-breakpoint.exp: Do not assume any
8555         directory separators when matching source file paths.
8556         * gdb.python/py-breakpoint.exp: Likewise.
8557         * gdb.reverse/break-precsave.exp: Likewise.
8558         * gdb.reverse/break-reverse.exp: Likewise.
8559         * gdb.reverse/consecutive-precsave.exp: Likewise.
8560         * gdb.reverse/finish-precsave.exp: Likewise.
8561         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8562         * gdb.reverse/finish-reverse.exp: Likewise.
8563         * gdb.reverse/i386-precsave.exp: Likewise.
8564         * gdb.reverse/i387-env-reverse.exp: Likewise.
8565         * gdb.reverse/i387-stack-reverse.exp: Likewise.
8566         * gdb.reverse/machinestate-precsave.exp: Likewise.
8567         * gdb.reverse/machinestate.exp: Likewise.
8568         * gdb.reverse/sigall-precsave.exp: Likewise.
8569         * gdb.reverse/solib-precsave.exp: Likewise.
8570         * gdb.reverse/step-precsave.exp: Likewise.
8571         * gdb.reverse/until-precsave.exp: Likewise.
8572         * gdb.reverse/watch-precsave.exp: Likewise.
8573         * gdb.reverse/watch-reverse.exp: Likewise.
8574
8575 2014-10-17  Yao Qi  <yao@codesourcery.com>
8576
8577         * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8578         * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8579
8580 2014-10-17  Pedro Alves  <palves@redhat.com>
8581
8582         PR gdb/17471
8583         * gdb.base/bg-execution-repeat.c: New file.
8584         * gdb.base/bg-execution-repeat.exp: New file.
8585
8586 2014-10-17  Pedro Alves  <palves@redhat.com>
8587
8588         PR gdb/17300
8589         * gdb.base/continue-all-already-running.c: New file.
8590         * gdb.base/continue-all-already-running.exp: New file.
8591
8592 2014-10-17  Pedro Alves  <palves@redhat.com>
8593
8594         PR gdb/17472
8595         * gdb.base/annota-input-while-running.c: New file.
8596         * gdb.base/annota-input-while-running.exp: New file.
8597
8598 2014-10-17  Pedro Alves  <palves@redhat.com>
8599
8600         * gdb.base/callfuncs.exp: emove references to osf.
8601         * gdb.base/sigall.exp: Likewise.
8602         * gdb.gdb/selftest.exp: Likewise.
8603         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8604         * gdb.mi/non-stop.c: Likewise.
8605         * gdb.mi/pthreads.c: Likewise.
8606         * gdb.reverse/sigall-precsave.exp: Likewise.
8607         * gdb.reverse/sigall-reverse.exp: Likewise.
8608         * gdb.threads/pthreads.c: Likewise.
8609         * gdb.threads/pthreads.exp: Likewise.
8610
8611 2014-10-17  Yao Qi  <yao@codesourcery.com>
8612
8613         * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8614         check 'target_info exists noargs'.
8615         (test_command_prompt_position): Likewise.
8616         (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8617         Remove "set args".
8618         (progvar_simple_while_test): Likewise.
8619         (progvar_complex_if_while_test): Likewise.
8620         (if_while_breakpoint_command_test): Likewise.
8621         (infrun_breakpoint_command_test): Likewise.
8622         (breakpoint_command_test): Likewise.
8623         (watchpoint_command_test): Likewise.
8624         (bp_deleted_in_command_test): Likewise.
8625         (temporary_breakpoint_commands): Likewise.
8626
8627 2014-10-16  Yao Qi  <yao@codesourcery.com>
8628
8629         * gdb.base/remotetimeout.exp: Remove noargs checking.
8630
8631 2014-10-15  Pedro Alves  <palves@redhat.com>
8632
8633         PR breakpoints/9649
8634         * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8635         * gdb.base/breakpoint-in-ro-region.exp
8636         (probe_target_hardware_step): New procedure.
8637         (top level): Probe hardware stepping and hardware breakpoint
8638         support.  Test stepping through a read-only region, with both
8639         "breakpoint auto-hw" on and off and both "always-inserted" on and
8640         off.
8641
8642 2014-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
8643
8644         * gdb.dlang/demangle.exp: Update for demangling changes.
8645
8646 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
8647
8648         * gdb.cp/non-trivial-retval.cc: Add new test cases.
8649         * gdb.cp/non-trivial-retval.exp: Add new tests.
8650
8651 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
8652
8653         PR c++/13403
8654         PR c++/15154
8655         * gdb.cp/non-trivial-retval.cc: New file.
8656         * gdb.cp/non-trivial-retval.exp: New file.
8657
8658 2014-10-15  Yao Qi  <yao@codesourcery.com>
8659
8660         * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8661         remote host.
8662
8663 2014-10-15  Yao Qi  <yao@codesourcery.com>
8664
8665         * gdb.python/py-symbol.exp: Match file base name if host is
8666         remote, otherwise match file name with dir name.
8667         * gdb.python/py-symtab.exp: Likewise.
8668         * gdb.python/python.exp: Likewise.
8669
8670 2014-10-15  Yao Qi  <yao@codesourcery.com>
8671
8672         * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8673         pattern.
8674         * gdb.python/py-symtab.exp: Likewise.
8675         * gdb.python/python.exp: Remove trailing ".*".  Fix typo
8676         locationn.
8677
8678 2014-10-14  Joel Brobecker  <brobecker@adacore.com>
8679
8680         * gdb.ada/addr_arith: New testcase.
8681
8682 2014-10-14  Maciej W. Rozycki  <macro@codesourcery.com>
8683
8684         * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8685         * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8686         * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8687         * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8688
8689 2014-10-14  Sergio Durigan Junior  <sergiodj@redhat.com>
8690
8691         * gdb.arch/stap-eval-lang-ada.S: Likewise.
8692         * gdb.arch/stap-eval-lang-ada.c: Likewise.
8693         * gdb.arch/stap-eval-lang-ada.exp: New file.
8694
8695 2014-10-14  Yao Qi  <yao@codesourcery.com>
8696
8697         * gdb.mi/mi-var-child.c (nothing1): New function.
8698         (nothing2): New function.
8699         (do_children_tests): Set function pointers by nothing1 and
8700         nothing2.
8701         * gdb.mi/mi-var-child.exp: Step over new added statements.
8702         Update test to match the new output.
8703         * gdb.mi/var-cmd.c (nothing1): New function.
8704         (nothing2): New function.
8705         (do_children_tests): Set function pointers by  nothing1 and
8706         nothing2.
8707         * gdb.mi/mi-var-display.exp: Update test to match output.
8708         Step to the line specified by $line_dct_nothing.
8709         Increase the number of lines to step.
8710
8711 2014-10-14  Yao Qi  <yao@codesourcery.com>
8712
8713         * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8714         tests.
8715         * gdb.mi/mi2-var-child.exp: Likewise.
8716
8717 2014-10-13  Doug Evans  <dje@google.com>
8718
8719         * gdb.python/py-objfile.exp: Change name of file name test.
8720
8721 2014-10-13  Doug Evans  <dje@google.com>
8722
8723         * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8724         from the start of the CU.
8725
8726 2014-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8727             Yao Qi  <yao@codesourcery.com>
8728
8729         Fix "save breakpoints" for "catch" command.
8730         * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8731         Remove -nonewline.  Match also the added "main" line.
8732
8733 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8734
8735         Fix "save breakpoints" for "disable $bpnum" command.
8736         * gdb.base/save-bp.c (main): Add label.
8737         * gdb.base/save-bp.exp: Add 8th disabled breakpoint.  Match it.
8738
8739 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8740
8741         * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8742
8743 2014-10-11  Yao Qi  <yao@codesourcery.com>
8744
8745         * gdb.server/server-kill.exp: Execute command
8746         "set remote trace-status-packet on" before "tstatus".
8747
8748 2014-10-11  Yao Qi  <yao@codesourcery.com>
8749
8750         * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
8751         (main): Call getppid.
8752         * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
8753         and continue to it.  Read variable "server_pid".
8754
8755 2014-10-11  Yao Qi  <yao@codesourcery.com>
8756
8757         * gdb.server/server-kill.exp: Remove "delete_breakpoints".
8758
8759 2014-10-11  Yao Qi  <yao@codesourcery.com>
8760
8761         * gdb.threads/thread-find.exp: Don't execute command
8762         "info threads".
8763         * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
8764         * gdb.threads/linux-dp.exp: Don't check the condition
8765         $threads_created equals to zero.
8766
8767 2014-10-10  Pedro Alves  <palves@redhat.com>
8768
8769         * gdb.base/bigcore.exp: Remove references to IRIX.
8770         * gdb.base/funcargs.exp: Likewise.
8771         * gdb.base/interrupt.exp: Likewise.
8772         * gdb.base/mips_pro.exp: Likewise.
8773         * gdb.base/nodebug.exp: Likewise.
8774         * gdb.base/setvar.exp: Likewise.
8775         * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
8776
8777 2014-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8778             Pedro Alves  <palves@redhat.com>
8779
8780         PR symtab/14466
8781         * gdb.base/vdso-warning.c: New file.
8782         * gdb.base/vdso-warning.exp: New file.
8783
8784 2014-10-02  Doug Evans  <dje@google.com>
8785
8786         * gdb.base/structs.c (main): Don't run forever.
8787
8788 2014-10-02  Pedro Alves  <palves@redhat.com>
8789
8790         * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
8791         (top level) <stop threads 1, stop threads 2>: Use it.
8792
8793 2014-10-02  Pedro Alves  <palves@redhat.com>
8794
8795         * gdb.threads/break-while-running.exp (test): Add new
8796         'update_thread_list' argument.  Skip "info threads" if false.
8797         (top level): Add new 'update_thread_list' axis.
8798
8799 2014-10-02  Pedro Alves  <palves@redhat.com>
8800
8801         PR breakpoints/17431
8802         * gdb.base/execl-update-breakpoints.c: New file.
8803         * gdb.base/execl-update-breakpoints.exp: New file.
8804
8805 2014-10-01  Pedro Alves  <palves@redhat.com>
8806
8807         * gdb.base/breakpoint-in-ro-region.c: New file.
8808         * gdb.base/breakpoint-in-ro-region.exp: New file.
8809
8810 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
8811
8812         * gdb.mi/mi-exit-code.exp: New file.
8813         * gdb.mi/mi-exit-code.c: New file.
8814
8815 2014-09-30  Yao Qi  <yao@codesourcery.com>
8816
8817         * lib/prelink-support.exp (build_executable_own_libs): Error if
8818         the target isn't native.
8819
8820 2014-09-30  Yao Qi  <yao@codesourcery.com>
8821
8822         * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
8823         false.
8824
8825 2014-09-22  Pedro Alves  <palves@redhat.com>
8826
8827         * gdb.threads/break-while-running.exp: New file.
8828         * gdb.threads/break-while-running.c: New file.
8829
8830 2014-09-19  Yao Qi  <yao@codesourcery.com>
8831
8832         * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
8833         Invoke test.  Restart GDB with --readnow and invoke test again.
8834
8835 2014-09-19  Yao Qi  <yao@codesourcery.com>
8836
8837         * gdb.base/break-on-linker-gcd-function.exp: Move test into new
8838         proc set_breakpoint_on_gcd_function.  Invoke
8839         set_breakpoint_on_gcd_function.  Restart GDB with --readnow and
8840         invoke set_breakpoint_on_gcd_function again.
8841
8842 2014-09-18  Doug Evans  <dje@google.com>
8843
8844         * gdb.dwarf2/symtab-producer.exp: New file.
8845
8846 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
8847
8848         * gdb.base/global-var-nested-by-dso-solib1.c: New file.
8849         * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
8850         * gdb.base/global-var-nested-by-dso.c: Likewise.
8851         * gdb.base/global-var-nested-by-dso.exp: Likewise.
8852
8853 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
8854             Pedro Alves  <palves@redhat.com>
8855
8856         * gdb.base/watch-bitfields.exp: Pass string other than test file
8857         name to prepare_for_testing.
8858         (watch): New procedure.
8859         (expect_watchpoint): Use with_test_prefix.
8860         (top level): Factor out tests to ...
8861         (test_watch_location, test_regular_watch): ... these new
8862         procedures, and use with_test_prefix and gdb_continue_to_end.
8863
8864 2014-09-16  Patrick Palka  <patrick@parcs.ath.cx>
8865
8866         PR breakpoints/12526
8867         * gdb.base/watch-bitfields.exp: New file.
8868         * gdb.base/watch-bitfields.c: New file.
8869
8870 2014-09-16  Pedro Alves  <palves@redhat.com>
8871
8872         * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
8873         software and hardware addresses, not software address against
8874         itself.
8875
8876 2014-09-16  Pedro Alves  <palves@redhat.com>
8877
8878         * gdb.base/watchpoint-stops-at-right-insn.c: New file.
8879         * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
8880
8881 2014-09-16  Pedro Alves  <palves@redhat.com>
8882
8883         * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
8884         files.
8885         * gdb.base/a2-run.exp: Remove all code guarded by istarget
8886         "*-*-vxworks*" throughout.
8887         * gdb.base/break.exp: Likewise.
8888         * gdb.base/default.exp: Likewise.
8889         * gdb.base/scope.exp: Likewise.
8890         * gdb.base/sepdebug.exp: Likewise.
8891         * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
8892         throughout.
8893         * gdb.base/run.c: Likewise.
8894         * gdb.base/sepdebug.c: Likewise.
8895         * gdb.hp/gdb.aCC/run.c: Likewise.
8896         * gdb.reverse/until-reverse.c: Likewise.
8897         * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
8898
8899 2014-09-16  Yao Qi  <yao@codesourcery.com>
8900
8901         * boards/local-remote-host-native.exp: New file.
8902
8903 2014-09-14  Doug Evans  <xdje42@gmail.com>
8904
8905         * gdb.threads/queue-signal.c (thread_count): New variable.
8906         (thread_count_mutex, thread_count_condvar): New variables.
8907         (incr_thread_count, wait_all_threads_running): New functions.
8908         (main): Wait for all threads to be in their thread functions.
8909
8910 2014-09-13  Doug Evans  <xdje42@gmail.com>
8911
8912         * gdb.threads/queue-signal.c: New file.
8913         * gdb.threads/queue-signal.exp: New file.
8914
8915 2014-09-13  Doug Evans  <xdje42@gmail.com>
8916
8917         * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
8918         be consistent with what default_gdb_init uses.
8919         (with_gdb_prompt): Change form of PROMPT argument from a regexp to
8920         the plain text of the prompt.  Add some logging printfs.
8921         * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
8922
8923 2014-09-12  Pedro Alves  <palves@redhat.com>
8924
8925         * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
8926         gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
8927         * gdb.arch/i386-size-overlap.exp: Likewise.
8928         * gdb.arch/i386-size.exp: Likewise.
8929         * gdb.arch/i386-unwind.exp: Likewise.
8930         * gdb.base/a2-run.exp: Likewise.
8931         * gdb.base/break.exp: Likewise.
8932         * gdb.base/charset.exp: Likewise.
8933         * gdb.base/chng-syms.exp: Likewise.
8934         * gdb.base/commands.exp: Likewise.
8935         * gdb.base/dbx.exp: Likewise.
8936         * gdb.base/find.exp: Likewise.
8937         * gdb.base/funcargs.exp: Likewise.
8938         * gdb.base/jit-simple.exp: Likewise.
8939         * gdb.base/reread.exp: Likewise.
8940         * gdb.base/sepdebug.exp: Likewise.
8941         * gdb.base/step-bt.exp: Likewise.
8942         * gdb.cp/mb-inline.exp: Likewise.
8943         * gdb.cp/mb-templates.exp: Likewise.
8944         * gdb.objc/basicclass.exp: Likewise.
8945         * gdb.threads/killed.exp: Likewise.
8946
8947 2014-09-12  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
8948
8949         PR tdep/17379
8950         * gdb.arch/powerpc-stackless.S: New file.
8951         * gdb.arch/powerpc-stackless.exp: New file.
8952
8953 2014-09-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8954
8955         * gdb.base/attach.c: Include unistd.h.
8956         (main): Call alarm.  Add label postloop.
8957         * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
8958         gdb_breakpoint, gdb_continue_to_breakpoint.
8959         (test_command_line_attach_run): Kill ${testpid} in one exit path.
8960
8961 2014-09-11  Pedro Alves  <palves@redhat.com>
8962
8963         PR gdb/17347
8964         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
8965         * gdb.base/attach.exp (test_command_line_attach_run): New
8966         procedure.
8967         (top level): Call it.
8968
8969 2014-09-11  Pedro Alves  <palves@redhat.com>
8970
8971         * lib/gdb.exp (spawn_wait_for_attach): New procedure.
8972         * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
8973         (do_command_attach_tests): Use spawn_wait_for_attach.
8974         * gdb.base/solib-overlap.exp: Likewise.
8975         * gdb.multi/multi-attach.exp: Likewise.
8976         * gdb.python/py-prompt.exp: Likewise.
8977         * gdb.python/py-sync-interp.exp: Likewise.
8978         * gdb.server/ext-attach.exp: Likewise.
8979
8980 2014-09-11  Gabriel Krisman Bertazi  <gabriel@krisman.be>
8981
8982         * gdb.fortran/array-element.exp: Remove unexpected "continue"
8983         command in testcase.  Simplify testcase.
8984
8985 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
8986
8987         * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
8988
8989 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
8990
8991         * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
8992
8993 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
8994
8995         * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
8996
8997 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
8998
8999         * gdb.dwarf2/dynarr-ptr.c: New file.
9000         * gdb.dwarf2/dynarr-ptr.exp: New file.
9001
9002 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
9003
9004         * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9005         of 30 rather than hardcoding 120 for a slow test case.  Take the
9006         `gdb,timeout' target setting into account for this calculation.
9007         Don't extend the timeout for the test cases that don't need it.
9008
9009 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
9010
9011         * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9012         a factor of 2 for a slow test case.  Take the `gdb,timeout'
9013         target setting into account for this calculation.
9014         * gdb.reverse/until-precsave.exp: Increase the timeout by
9015         a factor of 15 and 3 respectively rather than adding 120
9016         for a pair of slow test cases.  Take the `gdb,timeout'
9017         target setting into account for this calculation.
9018
9019 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
9020
9021         * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9022         timeout, don't pass one down to gdb_expect.
9023         (gdb_expect): Rework timeout selection.
9024
9025 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
9026
9027         * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9028         exception on timeout.
9029         (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9030         (gdbserver_start_extended): Catch any `gdbserver_start' error
9031         exceptions.
9032         (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9033         * lib/mi-support.exp (mi_gdb_target_load): Catch any
9034         `gdbserver_gdb_load' error exceptions.
9035
9036 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
9037
9038         * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9039         120 on waiting for the TCP socket to open.
9040
9041 2014-09-09  Doug Evans  <xdje42@gmail.com>
9042
9043         * gdb.base/default.exp (show_conv_list): Add _caller_is,
9044         _caller_matches, _any_caller_is, _any_caller_matches.
9045
9046 2014-09-09  Doug Evans  <xdje42@gmail.com>
9047
9048         * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9049
9050 2014-09-09  Yao Qi  <yao@codesourcery.com>
9051
9052         * gdb.mi/mi-var-display.exp: Set print symbol off.
9053
9054 2014-09-07  Gabriel Krisman Bertazi  <gabriel@krisman.be>
9055
9056         PR gdb/17035
9057         * gdb.base/commands.exp: Add tests to verify user-defined
9058         commands with empty bodies.
9059         * gdb.python/py-cmd.exp: Test that we don't show user-defined
9060         python commands in `show user command`.
9061         * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9062         scheme commands in `show user command`.
9063
9064 2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
9065
9066         PR python/17355
9067         * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9068         * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9069         * gdb.python/py-framefilter-invalidarg.exp: New file.
9070         * gdb.python/py-framefilter-invalidarg.py: New file.
9071
9072 2014-09-06  Doug Evans  <xdje42@gmail.com>
9073
9074         PR 15276
9075         * gdb.python/py-caller-is.c: New file.
9076         * gdb.python/py-caller-is.exp: New file.
9077
9078 2014-09-05  Sergio Durigan Junior  <sergiodj@redhat.com>
9079
9080         PR gdb/17235
9081         * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9082         * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9083
9084 2014-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
9085
9086         PR fortran/17237
9087         * gdb.fortran/print-formatted.exp: New file.
9088         * gdb.fortran/print-formatted.f90: Likewise.
9089
9090 2014-09-03  Sasha Smundak  <asmundak@google.com>
9091
9092         * gdb.python/py-frame.exp: Test Frame.read_register.
9093
9094 2014-09-03  Sergio Durigan Junior  <sergiodj@redhat.com>
9095
9096         PR python/16699
9097         * gdb.python/py-completion.exp: New file.
9098         * gdb.python/py-completion.py: Likewise.
9099
9100 2014-08-28  Doug Evans  <dje@google.com>
9101
9102         * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9103         eax,etc. are live with values set by gdb and thus the compiler can't
9104         use them.
9105         * gdb.arch/i386-pseudo.c (main): Ditto.
9106
9107 2014-08-27  Doug Evans  <dje@google.com>
9108
9109         * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9110
9111 2014-08-25  Doug Evans  <dje@google.com>
9112
9113         * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9114         (main): Ditto.
9115
9116 2014-08-25  Doug Evans  <dje@google.com>
9117
9118         * gdb.threads/thread-execl.exp: #include <stdio.h>.
9119
9120 2014-08-24  Yao Qi  <yao@codesourcery.com>
9121
9122         * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9123         symbol off.
9124         * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9125
9126 2014-08-22  Doug Evans  <dje@google.com>
9127
9128         PR 17276
9129         * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9130         * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9131         * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9132
9133 2014-08-22  Yao Qi  <yao@codesourcery.com>
9134
9135         * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9136         * gdb.python/py-finish-breakpoint2.exp: Likewise.
9137         * gdb.python/python.exp: Likewise.  Use .py file on the host
9138         instead of the build.
9139
9140 2014-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
9141
9142         * gdb.threads/gcore-stale-thread.c: New file.
9143         * gdb.threads/gcore-stale-thread.exp: New file.
9144
9145 2014-08-21  Pedro Alves  <palves@redhat.com>
9146
9147         * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9148         * gdb.base/gcore-relro-pie.exp: Likewise.
9149         * gdb.base/gcore-relro.exp: Likewise.
9150         * gdb.base/gcore.exp: Likewise.
9151         * gdb.base/print-symbol-loading.exp: Likewise.
9152         * gdb.threads/gcore-thread.exp: Likewise.
9153         * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9154
9155 2014-08-20  Pedro Alves  <palves@redhat.com>
9156             Jan Kratochvil  <jan.kratochvil@redhat.com>
9157
9158         * Makefile.in (EXTRA_RULES, CC): New variables, get from
9159         configure.
9160         (EXPECT): Handle READ1 being set.
9161         (all): Depend on EXTRA_RULES.
9162         (check-read1, expect-read1, read1.so, read1): New rules.
9163         * README (Testsuite Parameters): Document the READ1 make variable.
9164         (Race detection): New section.
9165         * configure: Regenerate.
9166         * configure.ac: If build==host==target, and running under a
9167         GNU/glibc system, add read1 to the extra Makefile rules.
9168         (EXTRA_RULES): AC_SUBST it.
9169         * lib/read1.c: New file.
9170
9171 2014-08-20  Joel Brobecker  <brobecker@adacore.com>
9172
9173         * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9174         the handling of variables declared as a typedef to an array
9175         which a DW_AT_data_location attribute.
9176
9177 2014-08-19  Andrew Burgess  <aburgess@broadcom.com>
9178             Pedro Alves  <palves@redhat.com>
9179
9180         PR symtab/14604
9181         PR symtab/14605
9182         * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9183         gdb_test.
9184
9185 2014-08-19  Pedro Alves  <palves@redhat.com>
9186
9187         * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9188
9189 2014-08-19  Yao Qi  <yao@codesourcery.com>
9190
9191         * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9192         right line.
9193
9194 2014-08-18  David Blaikie  <dblaikie@gmail.com>
9195
9196         * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9197
9198 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
9199
9200         * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9201         attribute in array range.
9202
9203 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
9204
9205         * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9206
9207 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
9208
9209         PR c++/17132
9210         * gdb.cp/pr17132.cc: New file.
9211         * gdb.cp/pr17132.exp: New file.
9212
9213 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
9214
9215         * gdb.python/py-xmethods.py (A_getarrayind)
9216         (E_method_char_worker.__call__, E_method_int_worker.__call__):
9217         Use 'print' with function call syntax.
9218         (E_method_matcher.match): Fix tab vs space indentation mixup.
9219
9220 2014-08-15  Yao Qi  <yao@codesourcery.com>
9221
9222         * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9223         false.
9224
9225 2014-08-15  Yao Qi  <yao@codesourcery.com>
9226
9227         * gdb.cp/casts.exp: Set print symbol off.
9228         * gdb.cp/class2.exp: Likewise.
9229         * gdb.cp/overload.exp: Likewise.
9230         * gdb.cp/templates.exp: Likewise.
9231
9232 2014-08-11  Doug Evans  <dje@google.com>
9233
9234         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9235         (test_load_shlib): Update.
9236
9237 2014-08-09  Yao Qi  <yao@codesourcery.com>
9238
9239         * gdb.base/display.exp: Invoke is_address_zero_readable.
9240         * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9241         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9242         * gdb.base/hbreak-unmapped.exp: Return if
9243         is_address_zero_readable returns true.
9244         * gdb.base/signest.exp: Likewise.
9245         * gdb.base/signull.exp: Likewise.
9246         * gdb.base/sigbpt.exp: Likewise.
9247         * gdb.guile/scm-disasm.exp: Do the test if
9248         is_address_zero_readable returns false.
9249         * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9250         * gdb.python/py-arch.exp: Likewise.
9251         * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9252         * lib/gdb.exp (is_address_zero_readable): New proc.
9253
9254 2014-08-09  Yao Qi  <yao@codesourcery.com>
9255
9256         PR testsuite/13443
9257         * gdb.mi/mi-var-display.exp: Make test messages unique.
9258
9259 2014-08-04  Tom Tromey  <tromey@redhat.com>
9260
9261         * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9262         target 0".
9263
9264 2014-08-04  Tom Tromey  <tromey@redhat.com>
9265
9266         * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9267         "target_resume".
9268
9269 2014-08-01  Joel Brobecker  <brobecker@adacore.com>
9270
9271         * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9272         inner_vla_struct_object_size.
9273         * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9274         as xfail.
9275
9276 2014-07-30  Pedro Alves  <palves@redhat.com>
9277
9278         * gdb.threads/signal-command-handle-nopass.exp (test): Add
9279         comment.
9280
9281 2014-07-29  Yao Qi  <yao@codesourcery.com>
9282
9283         PR gdb/17206
9284         * gdb.base/until-nodebug.exp: New.
9285
9286 2014-07-28  Doug Evans  <xdje42@gmail.com>
9287
9288         PR guile/17203
9289         * gdb.guile/scm-parameter.exp: Add tests for trying to create
9290         previously existing parameter, and previously ambiguously spelled
9291         parameter.
9292
9293 2014-07-28  Will Newton  <will.newton@linaro.org>
9294
9295         * gdb.base/varargs.exp: Remove KFAILs for ARM.
9296
9297 2014-07-26  Ludovic Courtès  <ludo@gnu.org>
9298             Doug Evans  <xdje42@gmail.com>
9299
9300         PR guile/17146
9301         * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9302
9303 2014-07-25  Pedro Alves  <palves@redhat.com>
9304
9305         * gdb.threads/signal-command-handle-nopass.c: New file.
9306         * gdb.threads/signal-command-handle-nopass.exp: New file.
9307         * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9308         * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9309         * gdb.threads/signal-delivered-right-thread.c: New file.
9310         * gdb.threads/signal-delivered-right-thread.exp: New file.
9311
9312 2014-07-25  Pedro Alves  <palves@redhat.com>
9313
9314         * gdb.base/double-prompt-target-event-error.exp
9315         (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9316         match.
9317         (cancel_pagination_in_target_event): Rework double prompt
9318         detection.
9319         * gdb.base/paginate-after-ctrl-c-running.exp
9320         (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9321         <return>' match.
9322         * gdb.base/paginate-bg-execution.exp
9323         (test_bg_execution_pagination_return)
9324         (test_bg_execution_pagination_cancel): Remove '-notransfer
9325         <return>' matches.
9326         * gdb.base/paginate-execution-startup.exp
9327         (test_fg_execution_pagination_return)
9328         (test_fg_execution_pagination_cancel): Remove '-notransfer
9329         <return>' matches.
9330         * gdb.base/paginate-inferior-exit.exp
9331         (test_paginate_inferior_exited): Remove '-notransfer <return>'
9332         match.
9333         * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9334         * lib/gdb.exp (pagination_prompt): Run text through
9335         string_to_regexp.
9336         (gdb_test_multiple): Match $pagination_prompt instead of
9337         "<return>".
9338         (string_to_regexp): Move to lib/gdb-utils.exp.
9339
9340 2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9341
9342         * gdb.arch/amd64-entry-value-paramref.S: New file.
9343         * gdb.arch/amd64-entry-value-paramref.cc: New file.
9344         * gdb.arch/amd64-entry-value-paramref.exp: New file.
9345         * gdb.arch/amd64-optimout-repeat.S: New file.
9346         * gdb.arch/amd64-optimout-repeat.c: New file.
9347         * gdb.arch/amd64-optimout-repeat.exp: New file.
9348
9349 2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
9350
9351         PR gdb/17170
9352         * gdb.base/statistics.exp: New file.
9353
9354 2014-07-17  Doug Evans  <dje@google.com>
9355
9356         PR gdb/17170
9357         * gdb.base/maint.exp: Update testing of per-command stats.
9358
9359 2014-07-16  Pedro Alves  <palves@redhat.com>
9360
9361         * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9362         (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9363         (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9364         (tfile_write_buf): New functions.
9365         (add_memory_block): Rewrite using the above.
9366         (adjust_function_address): New function.
9367         (FUNCTION_ADDRESS): New macro.
9368         (write_basic_trace_file): Remove short_x local, and use
9369         tfile_write_16. Change type of func_addr local to unsigned long
9370         long.  Use FUNCTION_ADDRESS instead of handling the Thumb bit
9371         here.  Cast argument of add_memory_block to char pointer.
9372         (write_error_trace_file): Avoid alloca.  Use FUNCTION_ADDRESS.
9373         (main): Remove parameters.
9374         * gdb.trace/tfile.exp: Remove nowarnings.
9375
9376 2014-07-15  Simon Marchi  <simon.marchi@ericsson.com>
9377
9378         * gdb.base/debug-expr.exp: Test string evaluation with
9379         "debug expression" on.
9380
9381 2014-07-15  Pedro Alves  <palves@redhat.com>
9382
9383         * gdb.base/reread.exp: Use clean_restart.
9384
9385 2014-07-15  Pierre Langlois  <pierre.langlois@embecosm.com>
9386
9387         * gdb.arch/avr-flash-qualifer.c: New.
9388         * gdb.arch/avr-flash-qualifer.exp: New.
9389
9390 2014-07-14  Pedro Alves  <palves@redhat.com>
9391
9392         * gdb.base/paginate-after-ctrl-c-running.c: New file.
9393         * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9394
9395 2014-07-14  Pedro Alves  <palves@redhat.com>
9396
9397         * gdb.base/double-prompt-target-event-error.c: New file.
9398         * gdb.base/double-prompt-target-event-error.exp: New file.
9399
9400 2014-07-14  Pedro Alves  <palves@redhat.com>
9401
9402         PR gdb/17072
9403         * gdb.base/paginate-inferior-exit.c: New file.
9404         * gdb.base/paginate-inferior-exit.exp: New file.
9405
9406 2014-07-14  Pedro Alves  <palves@redhat.com>
9407
9408         PR gdb/17072
9409         * gdb.base/paginate-bg-execution.c: New file.
9410         * gdb.base/paginate-bg-execution.exp: New file.
9411
9412 2014-07-14  Pedro Alves  <palves@redhat.com>
9413
9414         PR gdb/17072
9415         * gdb.base/paginate-execution-startup.c: New file.
9416         * gdb.base/paginate-execution-startup.exp: New file.
9417         * lib/gdb.exp (pagination_prompt): New global.
9418         (default_gdb_spawn): New procedure, factored out from
9419         default_gdb_spawn.
9420         (default_gdb_start): Adjust to call default_gdb_spawn.
9421         (gdb_spawn): New procedure.
9422
9423 2014-07-14  Pedro Alves  <palves@redhat.com>
9424
9425         * lib/gdb.exp (gdb_assert): New procedure.
9426         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9427
9428 2014-07-14  Pedro Alves  <palves@redhat.com>
9429
9430         * gdb.base/execution-termios.c: New file.
9431         * gdb.base/execution-termios.exp: New file.
9432
9433 2014-07-14  Tom Tromey  <tromey@redhat.com>
9434
9435         * gdb.cp/vla-cxx.cc: New file.
9436         * gdb.cp/vla-cxx.exp: New file.
9437
9438 2014-07-14  Tom Tromey  <tromey@redhat.com>
9439
9440         * gdb.reverse/rerun-prec.c: New file.
9441         * gdb.reverse/rerun-prec.exp: New file.
9442
9443 2014-07-12  Maciej W. Rozycki  <macro@mips.com>
9444             Maciej W. Rozycki  <macro@codesourcery.com>
9445
9446         * lib/gdb-utils.exp: New file.
9447         * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9448         inline `gdb_init_command' processing.
9449         (gdb_start_cmd): Likewise.
9450         * lib/mi-support.exp (mi_run_cmd): Likewise.
9451         * README: Document `gdb_init_command' and `gdb_init_commands'.
9452
9453 2014-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9454
9455         Fix false FAIL running under a very long directory name.
9456         * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9457         and "set print elements 10000".  Twice.
9458
9459 2014-07-11  Yao Qi  <yao@codesourcery.com>
9460
9461         * gdb.base/exprs.exp: "set print symbol off".
9462
9463 2014-07-11  Pedro Alves  <palves@redhat.com>
9464
9465         * gdb.threads/kill.c: New file.
9466         * gdb.threads/kill.exp: New file.
9467
9468 2014-07-10  Yao Qi  <yao@codesourcery.com>
9469
9470         * gdb.trace/tfile.c (write_basic_trace_file)
9471         [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9472         address written to trace file.
9473
9474 2014-07-09  Pedro Alves  <palves@redhat.com>
9475
9476         * gdb.base/attach-wait-input.exp: New file.
9477         * gdb.base/attach-wait-input.c: New file.
9478
9479 2014-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
9480
9481         * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9482         setting up test structures.
9483         (main): Call new test function.
9484         * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9485         test function, continue into test function and walk test
9486         structures.
9487
9488 2014-07-02  Yao Qi  <yao@codesourcery.com>
9489
9490         * gdb.trace/entry-values.c: Define labels 'foo_start' and
9491         'bar_start' at the beginning of functions 'foo' and 'bar'
9492         respectively.
9493         * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9494         instead of 'foo' and 'bar'.
9495
9496 2014-07-08  Markus Metzger  <markus.t.metzger@intel.com>
9497
9498         * gdb.btrace/segv.exp: New.
9499         * gdb.btrace/segv.c: New.
9500
9501 2014-07-02  Luis Machado  <lgustavo@codesourcery.com>
9502
9503         * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9504         instruction.
9505
9506 2014-06-30  Mark Wielaard  <mjw@redhat.com>
9507
9508         * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9509         vulture, vilify, villar): New volatile array constants.
9510         (vindictive, vegetation): New const volatile array constants.
9511         * gdb.base/volatile.exp: Test volatile and const volatile array
9512         types.
9513
9514 2014-06-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9515
9516         * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9517         target lacks support for awatch, rwatch, or hbreak.
9518
9519 2014-06-27  Yao Qi  <yao@codesourcery.com>
9520
9521         * gdb.multi/dummy-frame-restore.exp: New.
9522         * gdb.multi/dummy-frame-restore.c: New.
9523
9524 2014-06-25  Markus Metzger  <markus.t.metzger@intel.com>
9525
9526         * gdb.btrace/gcore.exp: New.
9527
9528 2014-06-23  Pedro Alves  <palves@redhat.com>
9529
9530         * gdb.base/watchpoint-reuse-slot.c: New file.
9531         * gdb.base/watchpoint-reuse-slot.exp: New file.
9532
9533 2014-06-23  Siva Chandra Reddy  <sivachandra@google.com>
9534
9535         * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9536         progspace's filename in 'info', 'enable' and 'disable' command
9537         tests.
9538
9539 2014-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
9540
9541         * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9542         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9543         * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9544
9545 2014-06-20  Gary Benson  <gbenson@redhat.com>
9546
9547         * gdb.arch/i386-avx.exp: Fix include file location.
9548         * gdb.arch/i386-sse.exp: Likewise.
9549
9550 2014-06-19  Iain Buclaw  <ibuclaw@gdcproject.org>
9551
9552         * gdb.dlang/expression.exp: New file.
9553
9554 2014-06-19  Pedro Alves  <palves@redhat.com>
9555
9556         * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9557         out from ...
9558         (top level): ... here.  Iterate running tests under different
9559         scheduler-locking settings.
9560
9561 2014-06-18  Luis Machado  <lgustavo@codesourcery.com>
9562
9563         * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9564         to DW_FORM_addr and use non-zero addresses.
9565
9566 2014-06-18  Siva Chandra Reddy  <sivachandra@google.com>
9567
9568         PR gdb/17017
9569         * gdb.python/py-xmethods.cc: Add global function call counters and
9570         increment them in their respective functions.  Remove "cout"
9571         statements.
9572         * gdb.python/py-xmethods.exp: Make tests check the global function
9573         call counters instead of depending on inferior IO.
9574
9575 2014-06-18  Don Breazeal  <donb@codesourcery.com>
9576
9577         * gdb.base/foll-fork.exp (default_fork_parent_follow):
9578         Deleted procedure.
9579         (explicit_fork_parent_follow): Deleted procedure.
9580         (explicit_fork_child_follow): Deleted procedure.
9581         (test_follow_fork): New procedure.
9582         (do_fork_tests): Replace calls to deleted procedures with
9583         calls to test_follow_fork and reset GDB for subsequent
9584         procedure calls.
9585
9586 2014-06-17  Yao Qi  <yao@codesourcery.com>
9587
9588         * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9589         CP1252.
9590
9591 2014-06-17  Luis Machado  <lgustavo@codesourcery.com>
9592
9593         * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9594         Initialize ptr and S explicitly.
9595         (skip_type_update_when_not_use_rtti_test): Likewise.
9596
9597 2014-06-16  Keith Seitz  <keiths@redhat.com>
9598
9599         PR mi/15863
9600         * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9601         the inferior is started.
9602
9603 2014-06-16  Pedro Alves  <palves@redhat.com>
9604
9605         * gdb.base/break-main-file-remove-fail.c: New file.
9606         * gdb.base/break-main-file-remove-fail.exp: New file.
9607         * gdb.base/break-unload-file.exp: Use build_executable instead of
9608         prepare_for_testing.
9609         (test_break): New parameter "initial_load".  Handle it.
9610         (top level): Add initial_load cmdline/file axis.
9611
9612 2014-06-12  Tom Tromey  <tromey@redhat.com>
9613
9614         * gdb.base/completion.exp: Don't use directory name in test.
9615
9616 2014-06-09  Gary Benson  <gbenson@redhat.com>
9617
9618         * gdb.base/sigall.c [Functions to send signals]: Reorder to
9619         separate the always-available ANSI-standard signals from the
9620         signals that require checking.
9621         (main): Likewise.
9622         * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9623         Likewise.
9624         (main): Likewise.
9625
9626 2014-06-07  Keith Seitz  <keiths@redhat.com>
9627
9628         Revert:
9629         PR c++/16253
9630         * gdb.cp/var-tag.cc: New file.
9631         * gdb.cp/var-tag.exp: New file.
9632         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9633         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9634         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9635         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9636
9637 2014-06-06  Doug Evans  <xdje42@gmail.com>
9638
9639         * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9640
9641 2014-06-06  Pedro Alves  <palves@redhat.com>
9642
9643         * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9644         in target debug output instead of looking at RSP packets,
9645         disabling the test on any target that uses hardware stepping.
9646         Update comments.
9647
9648 2014-06-06  Pedro Alves  <palves@redhat.com>
9649
9650         * gdb.base/break-unload-file.exp: Fix typo.
9651
9652 2014-06-06  Yao Qi  <yao@codesourcery.com>
9653
9654         * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9655         from "jit_function" to "^jit_function".
9656
9657 2014-06-06  Yao Qi  <yao@codesourcery.com>
9658
9659         * gdb.base/async.c (foo): Add one statement.
9660         * gdb.base/async.exp: Get the next instruction address and
9661         match the output of "nexti" by instruction address.  Match
9662         the hex address in the output of "finish".
9663
9664 2014-06-06  Gary Benson  <gbenson@redhat.com>
9665
9666         * gdb.base/call-signals.c: Remove preprocessor conditionals
9667         for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9668         SIGSEGV and SIGTERM.
9669         * gdb.base/sigall.c: Likewise.
9670         * gdb.base/unwindonsignal.c: Likewise.
9671         * gdb.reverse/sigall-reverse.c: Likewise.
9672
9673 2014-06-06  Yao Qi  <yao@codesourcery.com>
9674
9675         * gdb.base/hbreak-unmapped.exp: Read memory at address 0.  If
9676         readable, skip the test.
9677
9678 2014-06-06  Yao Qi  <yao@codesourcery.com>
9679
9680         * gdb.threads/staticthreads.c (thread_function): Move the line
9681         setting breakpoint on forward.
9682         * gdb.threads/staticthreads.exp: Update comments.
9683
9684 2014-06-05  Ludovic Courtès  <ludo@gnu.org>
9685
9686         * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9687         "history-append! type error".
9688
9689 2014-06-05  Simon Marchi  <simon.marchi@ericsson.com>
9690
9691         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9692         erroneous dprintf expected input.
9693
9694 2014-06-04  Doug Evans  <xdje42@gmail.com>
9695
9696         * gdb.guile/scm-generics.exp: Delete.
9697
9698 2014-06-04  Doug Evans  <xdje42@gmail.com>
9699
9700         * gdb.guile/scm-breakpoint.exp: Update.
9701         Add tests for breakpoint registration.
9702
9703 2014-06-04  Tom Tromey  <tromey@redhat.com>
9704
9705         * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9706         VLA-in-union.
9707         * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9708         inner_vla_struct, vla_union types.  Initialize objects of those
9709         types and compute their sizes.
9710
9711 2014-06-04  Nathan Sidwell  <nathan@codesourcery.com>
9712             Hui Zhu  <hui@codesourcery.com>
9713
9714         * gdb.base/fileio.exp: Add test for shell not available as well as
9715         available.
9716         * gdb.base/fileio.c (test_system): Check for shell twice.
9717
9718 2014-06-04  Yao Qi  <yao@codesourcery.com>
9719
9720         * gdb.base/auto-connect-native-target.exp: Remove redundant
9721         space from the regexp pattern.
9722
9723 2014-06-04  Yao Qi  <yao@codesourcery.com>
9724
9725         * gdb.base/default.exp: Replace "child" with "native" in
9726         regexp pattern.
9727
9728 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
9729
9730         * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9731         * gdb.python/py-xmethods.exp: New tests to test xmethods.
9732         * gdb.python/py-xmethods.py: Python script supporting the
9733         new testcase and tests.
9734
9735 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
9736             Pedro Alves  <palves@redhat.com>
9737
9738         PR breakpoints/17000
9739         * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9740         * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9741
9742 2014-06-03  Brad Mouring  <bmouring@ni.com>  (tiny patch)
9743
9744         * gdb.base/subst.exp: Add tests to verify partial path matching
9745         output.
9746
9747 2014-06-03  Pedro Alves  <palves@redhat.com>
9748
9749         * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
9750         target that doesn't use software single-stepping.
9751
9752 2014-06-03  Pedro Alves  <palves@redhat.com>
9753
9754         PR breakpoints/17000
9755         * gdb.base/sss-bp-on-user-bp-2.c: New file.
9756         * gdb.base/sss-bp-on-user-bp-2.exp: New file.
9757
9758 2014-06-02  Doug Evans  <xdje42@gmail.com>
9759
9760         * gdb.guile/scm-parameter.exp: New file.
9761
9762 2014-06-02  Doug Evans  <xdje42@gmail.com>
9763
9764         * gdb.guile/scm-cmd.c: New file.
9765         * gdb.guile/scm-cmd.exp: New file.
9766
9767 2014-06-02  Doug Evans  <xdje42@gmail.com>
9768
9769         * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
9770         pretty-printer lookup.
9771         * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
9772         (make-pp_s-printer): Call it.
9773         (make-pretty-printer-from-dict): New function.
9774         (lookup-pretty-printer-maker-from-dict): New function.
9775         (*pretty-printer*): Simplify.
9776         (make-objfile-pp_s-printer): New function.
9777         (install-objfile-pretty-printers!): New function.
9778         (make-progspace-pp_s-printer): New function.
9779         (install-progspace-pretty-printers!): New function.
9780         * gdb.guile/scm-progspace.c: New file.
9781         * gdb.guile/scm-progspace.exp: New file.
9782
9783 2014-06-02  Pedro Alves  <palves@redhat.com>
9784
9785         * gdb.base/dprintf-bp-same-addr.c: New file.
9786         * gdb.base/dprintf-bp-same-addr.exp: New file.
9787
9788 2014-06-02  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
9789
9790         * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
9791         * gdb.arch/powerpc-power.s: Likewise.
9792
9793 2014-06-02  Joel Brobecker  <brobecker@adacore.com>
9794
9795         * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
9796
9797 2014-06-01  Yao Qi  <yao@codesourcery.com>
9798
9799         * gdb.base/watchpoint.exp (test_watch_location): Check null
9800         pointer can be dereferenced.  If not, do the test, otherwise
9801         skip it.
9802
9803 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
9804
9805         * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
9806         results.
9807         * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
9808
9809 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
9810
9811         * gdb.arch/amd64-invalid-stack-middle.S: New file.
9812         * gdb.arch/amd64-invalid-stack-middle.c: New file.
9813         * gdb.arch/amd64-invalid-stack-middle.exp: New file.
9814         * gdb.arch/amd64-invalid-stack-top.c: New file.
9815         * gdb.arch/amd64-invalid-stack-top.exp: New file.
9816
9817 2014-05-30  Pedro Alves  <palves@redhat.com>
9818
9819         PR breakpoints/17000
9820         * gdb.base/sss-bp-on-user-bp.c: New file.
9821         * gdb.base/sss-bp-on-user-bp.exp: New file.
9822
9823 2014-05-30  David Blaikie  <dblaikie@gmail.com>
9824
9825         * gdb.opt/inline-break.c: Fix clang compatibility by specifying
9826         gnu_inline semantics via attribute.
9827         * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
9828         source explicitly specifies the required semantics.
9829
9830 2014-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
9831
9832         * gdb.reverse/sigall-reverse.exp: Fix a typo.
9833
9834 2014-05-29  Pedro Alves  <palves@redhat.com>
9835             Tom Tromey  <tromey@redhat.com>
9836
9837         * gdb.base/async-shell.exp: Don't enable target-async.
9838         * gdb.base/async.exp
9839         * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
9840         parameter.  Adjust.
9841         (top level): Don't test with "target-async".
9842         * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
9843         * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
9844         * gdb.base/inferior-died.exp: Don't enable target-async.
9845         * gdb.base/interrupt-noterm.exp: Likewise.
9846         * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
9847         * gdb.mi/mi-nonstop-exit.exp: Likewise.
9848         * gdb.mi/mi-nonstop.exp: Likewise.
9849         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9850         * gdb.mi/mi-nsintrall.exp: Likewise.
9851         * gdb.mi/mi-nsmoribund.exp: Likewise.
9852         * gdb.mi/mi-nsthrexec.exp: Likewise.
9853         * gdb.mi/mi-watch-nonstop.exp: Likewise.
9854         * gdb.multi/watchpoint-multi.exp: Adjust comment.
9855         * gdb.python/py-evsignal.exp: Don't enable target-async.
9856         * gdb.python/py-evthreads.exp: Likewise.
9857         * gdb.python/py-prompt.exp: Likewise.
9858         * gdb.reverse/break-precsave.exp: Don't test with "target-async".
9859         * gdb.server/solib-list.exp: Don't enable target-async.
9860         * gdb.threads/thread-specific-bp.exp: Likewise.
9861         * lib/mi-support.exp: Adjust to use mi-async.
9862
9863 2014-05-29  Pedro Alves  <palves@redhat.com>
9864
9865         PR gdb/13860
9866         * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
9867         reason, even in sync mode.
9868
9869 2014-05-29  Pedro Alves  <palves@redhat.com>
9870             Hui Zhu  <hui@codesourcery.com>
9871
9872         PR PR15693
9873         * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
9874         * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
9875         * gdb.mi/mi-condbreak-call-thr-state.c: New file.
9876         * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
9877
9878 2014-05-28  Joel Brobecker  <brobecker@adacore.com>
9879
9880         * config/monitor.exp (gdb_target_monitor): Replace use of
9881         "set remotebaud" by "set serial baud".
9882
9883 2014-05-26  Andy Wingo  <wingo@igalia.com>
9884
9885         * gdb.guile/scm-breakpoint.exp:
9886         * gdb.guile/scm-gsmob.exp: Update to use plain old object
9887         properties instead of gdb-object-properties.
9888
9889 2014-05-26  Yao Qi  <yao@codesourcery.com>
9890
9891         * gdb.server/no-thread-db.exp: Specify source file name
9892         explicitly when setting a breakpoint.
9893
9894 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
9895
9896         * gdb.btrace/vdso.c: New.
9897         * gdb.btrace/vdso.exp: New.
9898
9899 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
9900
9901         * gdb.base/gcore.exp (capture_command_output): Move ...
9902         * lib/gdb.exp (capture_command_output): ... here.
9903
9904 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
9905
9906         * gdb.btrace/data.exp: Test memory access during btrace replay.
9907
9908 2014-05-22  Simon Marchi  <simon.marchi@ericsson.com>
9909
9910         * lib/mi-support.exp (mi_run_cmd_full): Add comments.
9911
9912 2014-05-21  Pedro Alves  <palves@redhat.com>
9913
9914         PR gdb/13860
9915         * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
9916         (top level): Test that output related to execution commands is
9917         sent to the console with CLI commands, but not with MI commands.
9918         Test that breakpoint events are always mirrored to the console.
9919         Also expect the new source line to be output after a "next" in
9920         async mode too.  Make it a pass/fail test.
9921         * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
9922         output.
9923         * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
9924
9925 2014-05-21  Pedro Alves  <palves@redhat.com>
9926
9927         * gdb.base/list.exp (build_pattern, test_list): New procedures.
9928         Use them to test variations of "list" after reaching a breakpoint.
9929         * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
9930         Test "list" with listsize 10 after reaching a breakpoint.
9931         * gdb.python/python.exp (decode_line current location line
9932         number): Adjust expected line number.
9933
9934 2014-05-21  Simon Marchi  <simon.marchi@ericsson.com>
9935
9936         * lib/mi-support.exp (mi_run_cmd_full): Revert to original
9937         behavior for $args, pass it directly to "run".
9938
9939 2014-05-21  Maciej W. Rozycki  <macro@codesourcery.com>
9940
9941         * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
9942         30000 to 65536.
9943
9944 2014-05-21  Pedro Alves  <palves@redhat.com>
9945
9946         * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
9947         auto-connect-native-target off".
9948         * gdb.base/auto-connect-native-target.c: New file.
9949         * gdb.base/auto-connect-native-target.exp: New file.
9950
9951 2014-05-21  Pedro Alves  <palves@redhat.com>
9952
9953         * gdb.base/default.exp: Test "target native" instead of "target
9954         child".
9955
9956 2014-05-21  Mark Wielaard  <mjw@redhat.com>
9957
9958         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9959
9960 2014-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
9961
9962         Fix TLS access for -static -pthread.
9963         * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
9964         <HAVE_TLS> (thread_function, main): Initialize it.
9965         * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
9966         Add clean_restart.
9967         <$have_tls != "">: Check TLSVAR.
9968
9969 2014-05-21  Pedro Alves  <palves@redhat.com>
9970
9971         * gdb.base/dcache-line-read-error.c: New.
9972         * gdb.base/dcache-line-read-error.exp: New.
9973
9974 2014-05-20  Pedro Alves  <palves@redhat.com>
9975
9976         * gdb.base/compare-sections.c: New file.
9977         * gdb.base/compare-sections.exp: New file.
9978
9979 2014-05-20  Pedro Alves  <palves@redhat.com>
9980
9981         * gdb.base/break-idempotent.c: New file.
9982         * gdb.base/break-idempotent.exp: New file.
9983
9984 2014-05-20  Markus Metzger  <markus.t.metzger@intel.com>
9985
9986         * gdb.btrace/nohist.exp: New.
9987
9988 2014-05-20  Yao Qi  <yao@codesourcery.com>
9989
9990         * lib/gdb.exp (gdb_init): Set timeout if test file is under
9991         gdb.reverse directory and gdb_reverse_timeout exists in board
9992         setting.
9993         * README: Document gdb_reverse_timeout.
9994
9995 2014-05-20  Yao Qi  <yao@codesourcery.com>
9996
9997         * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
9998         'test_file_name'.  Treat args as a string instead of a list.
9999         (gdb_init): Rename argument 'args' by 'test_file_name'.
10000
10001 2014-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
10002
10003         * gdb.arch/powerpc-power.exp: New file.
10004         * gdb.arch/powerpc-power.s: New file.
10005
10006 2014-05-16  Doug Evans  <dje@google.com>
10007
10008         * gdb.base/Makefile.in (EXECUTABLES): Add completion.
10009         * gdb.base/completion.exp: Check that all expected files exist
10010         before doing file completion.
10011
10012 2014-05-16  Doug Evans  <dje@google.com>
10013
10014         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10015         Update.
10016         (do_syscall_tests_without_xml): Update.
10017
10018 2014-05-16  Pedro Alves  <palves@redhat.com>
10019
10020         * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10021         instead of "unknown output after running".
10022
10023 2014-05-16  Yao Qi  <yao@codesourcery.com>
10024
10025         * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host.  Remove
10026         file1.txt from host at the end.
10027         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10028
10029 2014-05-15  Doug Evans  <dje@google.com>
10030
10031         * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10032         * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10033         loading file.  Add test for TU lookup.
10034
10035 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
10036
10037         * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10038         calling "-exec-arguments" or "set args" before running the
10039         inferior.
10040
10041 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
10042
10043         * lib/mi-support.exp (mi_expect_stop): Expect message for
10044         inferiors that exit with non-zero exit code.
10045
10046 2014-05-14  Yao Qi  <yao@codesourcery.com>
10047
10048         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10049         match absolute path on remote host.
10050         (test_file_list_exec_source_files): Remove "/" from the
10051         pattern.
10052
10053 2014-05-14  Yao Qi  <yao@codesourcery.com>
10054
10055         * boards/local-remote-host-notty.exp (${board}_file): New
10056         proc.
10057
10058 2014-05-07  Kyle McMartin  <kyle@redhat.com>
10059
10060         Pushed by Joel Brobecker  <brobecker@adacore.com>.
10061         * gdb.arch/aarch64-atomic-inst.c: New file.
10062         * gdb.arch/aarch64-atomic-inst.exp: New file.
10063
10064 2014-05-07  Yao Qi  <yao@codesourcery.com>
10065
10066         * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10067         in current context" too.
10068
10069 2014-05-05  Keith Seitz  <keiths@redhat.com>
10070
10071         * gdb.linespec/ls-dollar.exp: Add test for linespec
10072         file:convenience_variable.
10073
10074 2014-05-05  Yao Qi  <yao@codesourcery.com>
10075
10076         * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10077         traceframes into tfile and ctf trace files.  Read data from
10078         trace file and test collected data.
10079         (gdb_collect_locals_test): Likewise.
10080         (gdb_unavailable_registers_test): Likewise.
10081         (gdb_unavailable_floats): Likewise.
10082         (gdb_collect_globals_test): Likewise.
10083         (top-level): Append "ctf" to trace_file_targets if GDB
10084         supports.
10085
10086 2014-05-05  Yao Qi  <yao@codesourcery.com>
10087
10088         * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10089         code to ...
10090         (gdb_collect_args_test_1): ... it.  New proc.
10091         (gdb_collect_locals_test): Move some code to ...
10092         (gdb_collect_locals_test_1): ... it.  New proc.
10093         (gdb_unavailable_registers_test): Move some code to ...
10094         (gdb_unavailable_registers_test_1): ... it.  New proc.
10095         (gdb_unavailable_floats): Move some code to ...
10096         (gdb_unavailable_floats_1): ... it.  New proc.
10097
10098 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
10099
10100         * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10101         probes to test for bitness recognition.
10102         * gdb.arch/amd64-stap-optional-prefix.exp
10103         (test_probe_value_without_reg): New procedure.
10104         Add code to test for different kinds of bitness.
10105
10106 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
10107
10108         PR breakpoints/16889
10109         * gdb.arch/amd64-stap-optional-prefix.S: New file.
10110         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10111
10112 2014-05-01  Pedro Alves  <palves@redhat.com>
10113
10114         * lib/gdb.exp (gdb_load): Extend comment.  Skip calling
10115         gdb_file_cmd if no file is specified.
10116         * boards/native-extended-gdbserver.exp (gdb_load): Use the
10117         last_loaded_file to set the remote exec-file.
10118
10119 2014-05-01  Pedro Alves  <palves@redhat.com>
10120
10121         * boards/local-remote-host.exp: New file.
10122
10123 2014-05-01  Pedro Alves  <palves@redhat.com>
10124
10125         * boards/local-remote-host.exp: Rename to ...
10126         * boards/local-remote-host-notty.exp: ... this.
10127
10128 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
10129
10130         * gdb.ada/dyn_arrayidx: New testcase.
10131
10132 2014-04-26  Yao Qi  <yao@codesourcery.com>
10133
10134         * gdb.dwarf2/dwz.exp: Compile main.c to object.  Restart GDB
10135         and compute the length of function main.  Save it in
10136         $main_length.
10137         (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10138         (top-level): Use gdb_compile to compile objects into
10139         executable and restart GDB.  Remove invocation to
10140         prepare_for_testing.
10141
10142 2014-04-25  Simon Marchi  <simon.marchi@ericsson.com>
10143             Pedro Alves  <palves@redhat.com>
10144
10145         PR server/16255
10146         * gdb.multi/multi-attach.c: New file.
10147         * gdb.multi/multi-attach.exp: New file.
10148
10149 2014-04-25  Pedro Alves  <palves@redhat.com>
10150
10151         * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10152         user.
10153         (top level): Test that "set remote conditional-breakpoints-packet
10154         off" works as intended.
10155         * gdb.base/dprintf.exp: Test that "set remote
10156         breakpoint-commands-packet off" works as intended.
10157         * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10158         New function.
10159         (top level): Call it.
10160         * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10161         remote fast-tracepoints-packet off" works as intended.
10162         * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10163         * lib/gdb.exp (gdb_is_target_remote): ... here.
10164
10165 2014-04-24  David Blaikie  <dblaikie@gmail.com>
10166
10167         * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10168         ensure clang would not discard them.
10169         * gdb.base/gdbvars.c: Ditto.
10170         * gdb.base/memattr.c: Ditto.
10171         * gdb.base/whatis.c: Ditto.
10172         * gdb.python/py-prettyprint.c: Ditto.
10173         * gdb.trace/actions.c: Ditto.
10174         * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10175         ensure clang would not discard it.
10176
10177 2014-04-24  David Blaikie  <dblaikie@gmail.com>
10178
10179         * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10180         clang to emit the full definition of type required by the test
10181         * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10182
10183 2014-04-24  David Blaikie  <dblaikie@gmail.com>
10184
10185         * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10186         coax Clang into emitting the definition of the type.
10187         * gdb.cp/pr10728-x.h (y): Ditto.
10188         * gdb.cp/pr10728-y.cc (y): Ditto.
10189
10190 2014-04-24  David Blaikie  <dblaikie@gmail.com>
10191
10192         * gdb.base/label.exp: XFAIL label related tests under Clang.
10193         * gdb.cp/cplabel.exp: Ditto.
10194         * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10195         under Clang those using labels.
10196
10197 2014-04-25  Yao Qi  <yao@codesourcery.com>
10198
10199         * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10200         double_label.
10201         * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10202         partial_label and double_label.
10203
10204 2014-04-24  David Blaikie  <dblaikie@gmail.com>
10205
10206         * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10207
10208 2014-04-24  David Blaikie  <dblaikie@gmail.com>
10209
10210         * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10211         of the function to work across GCC and Clang.
10212         * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10213         pointer types (const void ** const V void **).
10214
10215 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
10216             Walfred Tedeschi  <walfred.tedeschi@intel.com>
10217
10218         * Makefile.in (EXECUTABLES): Added i386-avx512.
10219         * gdb.arch/i386-avx512.c: New file.
10220         * gdb.arch/i386-avx512.exp: Likewise.
10221
10222 2014-04-23  Keith Seitz  <keiths@redhat.com>
10223
10224         * lib/mi-support.exp (mi_list_breakpoints): Delete.
10225         (mi_make_breakpoint_table): New procedure.
10226         (mi_create_breakpoint): Use mi_make_breakpoint
10227         and return the result.
10228         (mi_make_breakpoint): New procedure.
10229         (mi_build_kv_pairs): New procedure.
10230
10231         * gdb.mi/mi-break.exp: Remove unused globals,
10232         update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10233         All callers updated.
10234         * gdb.mi/mi-dprintf.exp: Use variable to track command
10235         number.
10236         Update all callers of mi_create_breakpoint and use
10237         mi_make_breakpoint_table.
10238         Remove any unused global variables.
10239         * gdb.mi/mi-nonstop.exp: Likewise.
10240         * gdb.mi/mi-nsintrall.exp: Likewise.
10241         * gdb.mi/mi-nsmoribund.exp: Likewise.
10242         * gdb.mi/mi-nsthrexec.exp: Likewise.
10243         * gdb.mi/mi-reverse.exp: Likewise.
10244         * gdb.mi/mi-simplerun.exp: Likewise.
10245         * gdb.mi/mi-stepn.exp: Likewise.
10246         * gdb.mi/mi-syn-frame.exp: Likewise.
10247         * gdb.mi/mi-until.exp: Likewise.
10248         * gdb.mi/mi-var-cp.exp: Likewise.
10249         * gdb.mi/mi-var-display.exp: Likewise.
10250         * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10251         * gdb.mi/mi2-var-child.exp: Likewise.
10252         * gdb.mi/mi-vla-c99.exp: Likewise.
10253         * lib/mi-support.exp: Likewise.
10254
10255         From Ian Lance Taylor  <iant@cygnus.com>:
10256         * lib/gdb.exp (parse_args): New procedure.
10257
10258 2014-04-23  Pedro Alves  <palves@redhat.com>
10259
10260         * gdb.base/break-unload-file.c: New file.
10261         * gdb.base/break-unload-file.exp: New file.
10262         * gdb.base/sym-file-lib.c (baz): New function.
10263         * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10264         field.
10265         (load): Store the segment's mapped size.
10266         (unload): New function.
10267         (unload_shlib): New function.
10268         * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10269         * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10270         set a breakpoint at baz, and call it.
10271         * gdb.base/sym-file.exp: New tests for stale breakpoint
10272         instructions.
10273
10274 2014-04-23  Pedro Alves  <palves@redhat.com>
10275
10276         * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10277         * gdb.base/hbreak-in-shr-unsupported.c: New file.
10278         * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10279         * gdb.base/hbreak-unmapped.c: New file.
10280         * gdb.base/hbreak-unmapped.exp: New file.
10281         * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10282         * lib/gdb.exp (gdb_is_target_remote): ... here.
10283
10284 2014-04-22  Pedro Alves  <palves@redhat.com>
10285
10286         * gdb.base/consecutive-step-over.c: New file.
10287         * gdb.base/consecutive-step-over.exp: New file.
10288
10289 2014-04-22  Pedro Alves  <palves@redhat.com>
10290
10291         * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10292         instead of send_gdb/gdb_expect.
10293
10294 2014-04-22  Yao Qi  <yao@codesourcery.com>
10295
10296         * lib/trace-support.exp (generate_tracefile): New procedure.
10297         * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10298         return 0.
10299         * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10300         if generate_tracefile returns 1.
10301
10302 2014-04-18  Tom Tromey  <palves@redhat.com>
10303             Pedro alves  <tromey@redhat.com>
10304
10305         PR backtrace/15558
10306         * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10307         with a backtrace limit.
10308         * gdb.python/py-frame-inline.exp: Test running to an inline
10309         function with a backtrace limit, and printing the newest frame.
10310         * gdb.python/py-frame-inline.c (main): Call f.
10311
10312 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10313
10314         * gdb.java/jnpe.exp: Drop srcdir from untested path.
10315
10316 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10317
10318         * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10319         Drop prefix from unsupported source file path.
10320
10321 2014-04-17  Yao Qi  <yao@codesourcery.com>
10322
10323         * lib/gdb.exp (with_target_charset): New proc.
10324         * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10325         with_target_charset.
10326         (test_print_strings): Likewise.
10327         (test_repeat_bytes): Likewise.
10328         * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10329         for some tests.
10330
10331 2014-04-16  Keith Seitz  <keiths@redhat.com>
10332
10333         PR gdb/15827
10334         * gdb.dwarf2/corrupt.c: New file.
10335         * gdb.dwarf2/corrupt.exp: New file.
10336
10337 2014-04-16  Keith Seitz  <keiths@redhat.com>
10338
10339         PR c++/16597
10340         * gdb.cp/namelessclass.cc: New file.
10341         * gdb.cp/namelessclass.exp: New file.
10342         * gdb.cp/namelessclass.S: New file.
10343
10344 2014-04-16  Doug Evans  <dje@google.com>
10345
10346         * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10347         Add comment.
10348         (gdbserver_default_get_comm_port): New function.
10349         (gdbserver_start): Check if board file provided
10350         "gdbserver,get_comm_port" and use it if so.
10351         * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10352         (gdb,socketport): Set to "stdio".
10353         (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10354         (stdio_gdbserver_template): Delete.
10355         (${board}_get_remote_address): Update.
10356         (${board}_build_remote_cmd): Delete.
10357         (${board}_get_comm_port): New function.
10358         (${board}_spawn): Update.
10359         * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10360         Delete.
10361         (${board}_get_remote_address): Update.
10362         (${board}_get_comm_port): New function.
10363
10364 2014-04-16  Andrew Burgess  <aburgess@broadcom.com>
10365
10366         * gdb.base/memattr.exp: Improve regexps to handle memory regions
10367         appearing in any order.
10368
10369 2014-04-15  Doug Evans  <dje@google.com>
10370
10371         * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10372         uninitialized value of "description".
10373
10374 2014-04-15  Keith Seitz  <keiths@redhat.com>
10375
10376         * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10377         Remove unused globals.
10378         (test_running_the_program): Likewise.
10379         (test_controlled_execution): Likewise.
10380         (test_controlling_breakpoints): Likewise.
10381         (test_program_termination): Likewise.
10382
10383 2014-04-15  Keith Seitz  <keiths@redhat.com>
10384
10385         * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10386         unused globals.
10387         (test_rbreak_creation_and_listing): Likewise.
10388         (test_ignore_count): Likewise.
10389         (test_error): Likewise.
10390
10391 2014-04-15  Pedro Alves  <palves@redhat.com>
10392
10393         * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10394         <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10395         sym-file-loader.c.
10396         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10397         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10398         to sym-file-loader.c.
10399         (struct library): Forward declare.
10400         (load_shlib, lookup_function): Change prototypes.
10401         (find_shstrtab, find_strtab, find_shdr, find_symtab)
10402         (translate_offset): Remove declarations.
10403         (get_text_addr): New declaration.
10404         * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10405         <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10406         sym-file-loader.h.
10407         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10408         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10409         here from sym-file-loader.h.
10410         (struct library): New structure.
10411         (load_shlib, lookup_function): Change prototypes and adjust to
10412         work with a struct library.
10413         (find_shstrtab, find_strtab, find_shdr, find_symtab)
10414         (translate_offset): Make static.
10415         (get_text_addr): New function.
10416         * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10417
10418 2014-04-15  Pedro Alves  <palves@redhat.com>
10419
10420         * gdb.base/sym-file-loader.c: Fix typo.  SELF_LINK, not SELK_LINK.
10421
10422 2014-04-15  Pedro Alves  <palves@redhat.com>
10423
10424         * gdb.base/sym-file-loader.c: Include <limits.h>.
10425         (SELF_LINK): New define.
10426         (get_origin): New function.
10427         (load_shlib): Use it.
10428         * gdb.base/sym-file.exp: Don't early return if the target is
10429         remote.  Use runto_main, and issue fail is that fails.  Use
10430         gdb_load_shlibs.
10431         (shlib_name): Delete.
10432         (lib_so, lib_syms, lib_dlopen): New globals.  Use them throughout.
10433
10434 2014-04-15  Pedro Alves <palves@redhat.com>
10435
10436         * gdb.base/sym-file.exp: Remove regex characters from test
10437         message.  Don't refer to breakpoint numbers in test messages.
10438
10439 2014-04-14  Keith Seitz  <keiths@redhat.com>
10440
10441         PR c++/16253
10442         * gdb.cp/var-tag.cc: New file.
10443         * gdb.cp/var-tag.exp: New file.
10444         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10445         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10446         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10447         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10448
10449 2014-04-14  Tom Tromey  <tromey@redhat.com>
10450
10451         * gdb.cp/classes.exp (test_enums): Handle underlying type.
10452         * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10453         type.
10454         * gdb.cp/enum-class.exp: New file.
10455         * gdb.cp/enum-class.cc: New file.
10456
10457 2014-04-14  Tom Tromey  <tromey@redhat.com>
10458
10459         * gdb.dwarf2/enum-type.exp: New file.
10460
10461 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
10462
10463         * gdb.mi/mi-vla-c99.exp: New file.
10464         * gdb.mi/vla.c: New file.
10465
10466 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
10467
10468         * gdb.base/vla-datatypes.c: New file.
10469         * gdb.base/vla-datatypes.exp: New file.
10470
10471 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
10472
10473         * gdb.base/vla-ptr.c: New file.
10474         * gdb.base/vla-ptr.exp: New file.
10475
10476 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
10477
10478         * gdb.dwarf2/count.exp: New file.
10479
10480 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
10481
10482         * gdb.base/vla-sideeffect.c: New file.
10483         * gdb.base/vla-sideeffect.exp: New file.
10484
10485 2014-04-14  David Blaikie <dblaikie@gmail.com>
10486
10487         * gdb.mi/non-stop.c: Add return value for non-void function return
10488         statement.
10489         * gdb.threads/staticthreads.c: Ditto.
10490
10491 2014-04-12  Siva Chandra Reddy  <sivachandra@google.com>
10492             Doug Evans  <xdje42@gmail.com>
10493
10494         * gdb.guile/scm-value.c: Improve test case.
10495         * gdb.guile/scm-value.exp: Add new test.
10496
10497 2014-04-11  David Blaikie  <dblaikie@gmail.com>
10498
10499         * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10500         override Clang's default.
10501
10502 2014-04-11  Joel Brobecker  <brobecker@adacore.com>
10503
10504         Revert the following changes (regressions):
10505
10506         * gdb.base/vla-sideeffect.c: New file.
10507         * gdb.base/vla-sideeffect.exp: New file.
10508
10509         * gdb.dwarf2/count.exp: New file.
10510
10511         * gdb.base/vla-multi.c: New file.
10512         * gdb.base/vla-multi.exp: New file.
10513
10514         * gdb.base/vla-ptr.c: New file.
10515         * gdb.base/vla-ptr.exp: New file.
10516
10517         * gdb.base/vla-datatypes.c: New file.
10518         * gdb.base/vla-datatypes.exp: New file.
10519
10520         * gdb.mi/mi-vla-c99.exp: New file.
10521         * gdb.mi/vla.c: New file.
10522
10523 2014-04-11  Keith Seitz  <keiths@redhat.com>
10524
10525         PR c++/16675
10526         * gdb.cp/cpsizeof.exp: New file.
10527         * gdb.cp/cpsizeof.cc: New file.
10528
10529 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
10530
10531         * gdb.mi/mi-vla-c99.exp: New file.
10532         * gdb.mi/vla.c: New file.
10533
10534 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
10535
10536         * gdb.base/vla-datatypes.c: New file.
10537         * gdb.base/vla-datatypes.exp: New file.
10538
10539 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
10540
10541         * gdb.base/vla-ptr.c: New file.
10542         * gdb.base/vla-ptr.exp: New file.
10543
10544 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
10545
10546         * gdb.base/vla-multi.c: New file.
10547         * gdb.base/vla-multi.exp: New file.
10548
10549 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
10550
10551         * gdb.dwarf2/count.exp: New file.
10552
10553 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
10554
10555         * gdb.base/vla-sideeffect.c: New file.
10556         * gdb.base/vla-sideeffect.exp: New file.
10557
10558 2014-04-11  Yao Qi  <yao@codesourcery.com>
10559
10560         * gdb.base/completion.exp: Check file exists before running tests
10561         on file completion.
10562
10563 2014-04-10  Pedro Alves  <palves@redhat.com>
10564
10565         * gdb.base/cond-eval-mode.c: New file.
10566         * gdb.base/cond-eval-mode.exp: Use standard_testfile.  Adjust
10567         prepare_for_testing to build the new file.  Check result of
10568         runto_main.
10569         (test_break, test_watch): New procedures.
10570         (top level): Use them.
10571
10572 2014-04-08  Pierre Muller  <muller@sourceware.org>
10573
10574         * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10575         Ctrl-V use for mingw hosts.
10576
10577 2014-04-07  Siva Chandra Reddy  <sivachandra@google.com>
10578
10579         * gdb.python/py-value.c: Improve test case.
10580         * gdb.python/py-value.exp: Add new test.
10581
10582 2014-04-07  David Blaikie  <dblaikie@gmail.com>
10583
10584         * lib/compiler.c: Identify the clang compiler.
10585         * lib/compiler.cc: Ditto.
10586
10587 2014-04-03  Yao Qi  <yao@codesourcery.com>
10588
10589         * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10590
10591 2014-04-01  Anton Blanchard  <anton@samba.org>
10592
10593         * gdb.arch/ppc64-atomic-inst.exp: Use untested.  Make test
10594         messages unique.
10595
10596 2014-04-01  Anton Blanchard  <anton@samba.org>
10597
10598         * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10599         prepare_for_testing.
10600
10601 2014-04-01  Anton Blanchard  <anton@samba.org>
10602
10603         * gdb.arch/ppc64-atomic-inst.c: Remove.
10604         * gdb.arch/ppc64-atomic-inst.S: New file.
10605         * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10606
10607 2014-03-31  Doug Evans  <dje@google.com>
10608
10609         * gdb.base/print-symbol-loading-lib.c: New file.
10610         * gdb.base/print-symbol-loading-main.c: New file.
10611         * gdb.base/print-symbol-loading.exp: New file.
10612
10613 2014-03-31  Yao Qi  <yao@codesourcery.com>
10614
10615         * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10616
10617 2014-03-28  Joel Brobecker  <brobecker@adacore.com>
10618
10619         * gdb.ada/mi_dyn_arr: New testcase.
10620
10621 2014-03-27  Doug Evans  <dje@google.com>
10622
10623         * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10624
10625 2014-03-27  Yao Qi  <yao@codesourcery.com>
10626
10627         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10628         if target is nios2-*-*.
10629
10630 2014-03-26  Yao Qi  <yao@codesourcery.com>
10631
10632         * lib/gdb.exp (readline_is_used): New proc.
10633         * gdb.base/completion.exp: Move tests on command complete up.
10634         Skip the rest of tests if readline is not used.
10635         * gdb.ada/complete.exp: Skp the test if readline is not
10636         used.
10637         * gdb.base/filesym.exp: Likewise.
10638         * gdb.base/macscp.exp: Likewise.
10639         * gdb.base/readline-ask.exp: Likewise.
10640         * gdb.base/readline.exp: Likewise.
10641         * gdb.python/py-cmd.exp: Likewise.
10642         * gdb.trace/tfile.exp: Likewise.
10643
10644 2014-03-26  Yao Qi  <yao@codesourcery.com>
10645
10646         * gdb.base/macscp.exp: Fix code format issues.
10647
10648 2014-03-25  Ulrich Weigand  <uweigand@de.ibm.com>
10649
10650         * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10651         * gdb.asm/powerpc64le.inc: New file.
10652
10653 2014-03-25  Pedro Alves  <palves@redhat.com>
10654             Doug Evans  <dje@google.com>
10655
10656         * gdb.base/source-execution.c: New file.
10657         * gdb.base/source-execution.exp: New file.
10658         * gdb.base/source-execution.gdb: New file.
10659
10660 2014-03-24  Doug Evans  <dje@google.com>
10661
10662         * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10663         using fission.
10664
10665 2014-03-24  Hui Zhu  <hui@codesourcery.com>
10666             Pedro Alves  <palves@redhat.com>
10667
10668         PR breakpoints/16101
10669         * gdb.base/dprintf.exp: Use unsupported rather than changing the
10670         test pass/fail messages.  Detect missing support for dprintf when
10671         breakpoints are actually inserted.
10672         * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10673         breakpoints are actually inserted.
10674         * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10675         fails.
10676
10677 2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10678
10679         * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10680
10681 2014-03-22  Doug Evans  <xdje42@gmail.com>
10682
10683         * gdb.python/python.exp (python not supported): Verify multi-line
10684         python command issues an error.
10685         * gdb.guile/guile.exp (guile not supported): Verify multi-line
10686         guile command issues an error.
10687
10688 2014-03-21  Maciej W. Rozycki  <macro@codesourcery.com>
10689
10690         * gdb.threads/thread-specific.exp: Handle the lack of usable
10691         $this_breakpoint and $this_thread.
10692
10693 2014-03-21  Hui Zhu  <hui@codesourcery.com>
10694
10695         * gdb.base/attach.exp (do_command_attach_tests): New.
10696
10697 2014-03-20  Tom Tromey  <tromey@redhat.com>
10698             Pedro Alves  <palves@redhat.com>
10699
10700         PR cli/15718
10701         * gdb.base/condbreak-call-false.c: New file.
10702         * gdb.base/condbreak-call-false.exp: New file.
10703
10704 2014-03-20  Pedro Alves  <palves@redhat.com>
10705
10706         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10707         Delete.
10708         (block_signals, unblock_signals): Delete.
10709         (child_function_2, main): Remove references to deleted variable
10710         and functions.
10711
10712 2014-03-20  Pedro Alves  <palves@redhat.com>
10713
10714         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10715         Use pthread_kill to signal thread 2.
10716         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10717         Adjust to make the test send itself a signal rather than using the
10718         host's "kill" command.
10719
10720 2014-03-20  Pedro Alves  <palves@redhat.com>
10721
10722         * gdb.threads/multiple-step-overs.c: New file.
10723         * gdb.threads/multiple-step-overs.exp: New file.
10724         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10725         Adjust expected infrun debug output.
10726
10727 2014-03-20  Pedro Alves  <palves@redhat.com>
10728
10729         * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10730         * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10731
10732 2014-03-20  Pedro Alves  <palves@redhat.com>
10733
10734         PR breakpoints/7143
10735         * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10736         old gnats gdb/38.  Remove kfail.  Adjust to use gdb_test instead
10737         of gdb_test_multiple.
10738         * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10739         * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10740
10741 2014-03-20  Pedro Alves  <palves@redhat.com>
10742
10743         * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10744         * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10745
10746 2014-03-19  Pedro Alves  <palves@redhat.com>
10747
10748         * gdb.base/async.exp: Remove early return.
10749
10750 2014-03-19  Pedro Alves  <palves@redhat.com>
10751
10752         * gdb.base/async.exp (step& tests): Pass explicit test messages.
10753
10754 2014-03-19  Pedro Alves  <palves@redhat.com>
10755
10756         * gdb.base/async.exp (test_background): Expect \r\n after
10757         "completed." in the fail pattern.
10758
10759 2014-03-19  Pedro Alves  <palves@redhat.com>
10760
10761         * gdb.base/async.exp (test_background): New procedure.
10762         Use it for all background execution command tests.
10763
10764 2014-03-19  Pedro Alves  <palves@redhat.com>
10765
10766         * gdb.base/async.exp: Use prepare_for_testing.
10767
10768 2014-03-19  Pedro Alves  <palves@redhat.com>
10769
10770         * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
10771         the same line.
10772
10773 2014-03-19  Pedro Alves  <palves@redhat.com>
10774
10775         * gdb.base/async.c (main): Add "jump here" and "until here" line
10776         marker comments.
10777         * gdb.base/async.exp (jump_here): New global.
10778         (jump& test): Use it.
10779         (until_here): New global.
10780         (until& test): Use it.
10781
10782 2014-03-19  Pedro Alves  <palves@redhat.com>
10783
10784         * gdb.base/async.exp: Don't frob gdb_protocol.
10785
10786 2014-03-18  Doug Evans  <xdje42@gmail.com>
10787
10788         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
10789         Fix spelling of exec-done-display.
10790
10791 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
10792
10793         PR gdb/15358
10794         * gdb.base/gdb-sigterm.c: New file.
10795         * gdb.base/gdb-sigterm.exp: New file.
10796
10797 2014-03-18  Pedro Alves  <palves@redhat.com>
10798
10799         PR gdb/13860
10800         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
10801         * lib/mi-support.exp (mi_expect_stop): Add special handling for
10802         solib-event.
10803
10804 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
10805
10806         * gdb.ada/pckd_arr_ren: New testcase.
10807
10808 2014-03-13  Doug Evans  <xdje42@gmail.com>
10809
10810         PR guile/16612
10811         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
10812         collect after discarding symbols.
10813
10814 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
10815             Doug Evans  <xdje42@gmail.com>
10816
10817         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
10818         to history survives a gc.
10819
10820 2014-03-13  Pedro Alves  <palves@redhat.com>
10821
10822         * gdb.base/default.exp: Don't test "target procfs".
10823
10824 2014-03-13  Pedro Alves  <palves@redhat.com>
10825
10826         * gdb.base/default.exp: Update "target child" and "target procfs"
10827         tests to not expect "Unix".
10828
10829 2014-03-12  Tom Tromey  <tromey@redhat.com>
10830
10831         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
10832         New procs.  Add target-async tests.
10833         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
10834         Add target-async tests.
10835
10836 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10837
10838         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
10839         'func_start' and 'func_end' for the beginning and end of the
10840         function code, respectively.
10841         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
10842         'func_end' instead of 'func' and 'main'.
10843
10844 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10845
10846         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
10847         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
10848         generate the debug info assembler source.
10849
10850 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10851
10852         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
10853         * gdb.dwarf2/arr-subrange.exp: Likewise.
10854         * gdb.dwarf2/dwz.exp: Likewise.
10855         * gdb.dwarf2/method-ptr.exp: Likewise.
10856         * gdb.dwarf2/missing-sig-type.exp: Likewise.
10857         * gdb.dwarf2/subrange.exp: Likewise.
10858         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
10859         * gdb.dwarf2/implptrpiece.exp: Likewise.
10860         * gdb.dwarf2/nostaticblock.exp: Likewise.
10861
10862 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10863
10864         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
10865         directory to absolute path name arguments.
10866
10867 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
10868
10869         * gdb.ada/tagged_access: New testcase.
10870
10871 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
10872
10873         * gdb.btrace/data.exp: Update expected output.
10874
10875 2014-03-06  Yao Qi  <yao@codesourcery.com>
10876
10877         * gdb.trace/pr16508.exp: New file.
10878
10879 2014-03-05  Pedro Alves  <palves@redhat.com>
10880
10881         PR gdb/16575
10882         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
10883         procedure.
10884         (top level): Adjust to use it.  Add tests that exercise breakpoint
10885         interaction with the code-cache.
10886
10887 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
10888
10889         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
10890         test for 'history-append!'.
10891
10892 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
10893
10894         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
10895         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
10896         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
10897         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
10898         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
10899         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
10900
10901 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
10902
10903         * testsuite/gdb.python/py-pp-re-notag.c: New file.
10904         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
10905         * testsuite/gdb.python/py-pp-re-notag.p: New file.
10906
10907 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
10908
10909         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
10910
10911 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
10912
10913         * gdb.dwarf2/arr-stride.c: New file.
10914         * gdb.dwarf2/arr-stride.exp: New file.
10915
10916 2014-02-26  Pedro Alves  <palves@redhat.com>
10917
10918         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
10919         that won't ever trigger.  Make sure that GDB reports the correct
10920         breakpoint that caused the stop.
10921
10922 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
10923
10924         PR gdb/16626
10925         * gdb.base/auto-load-script: New file.
10926         * gdb.base/auto-load.c: New file.
10927         * gdb.base/auto-load.exp: New file.
10928
10929         PR gdb/16626
10930         * gdb.base/auto-load.exp: Fix out-of-srctree run.
10931
10932 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
10933
10934         Fix dw2-icycle.exp -fsanitize=address GDB crash.
10935         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
10936
10937 2014-02-24  Doug Evans  <dje@google.com>
10938
10939         * lib/gdb.exp (run_on_host): Log error output if program fails.
10940
10941 2014-02-21  Pedro Alves  <palves@redhat.com>
10942
10943         * gdb.threads/step-after-sr-lock.c: Rename to ...
10944         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
10945         * gdb.threads/step-after-sr-lock.exp: Rename to ...
10946         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10947         ... this.
10948
10949 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
10950
10951         PR tdep/16397
10952         * gdb.arch/amd64-stap-special-operands.exp: New file.
10953         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
10954         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
10955         * gdb.arch/amd64-stap-triplet.S: Likewise.
10956         * gdb.arch/amd64-stap-triplet.c: Likewise.
10957
10958 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
10959
10960         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
10961         in .section pseudo-op.
10962
10963 2014-02-20  lin zuojian  <manjian2006@gmail.com>
10964             Joel Brobecker  <brobecker@adacore.com>
10965             Doug Evans  <xdje42@gmail.com>
10966
10967         PR symtab/16581
10968         * gdb.dwarf2/dw2-icycle.S: New file.
10969         * gdb.dwarf2/dw2-icycle.c: New file.
10970         * gdb.dwarf2/dw2-icycle.exp: New file.
10971
10972 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
10973
10974         * gdb.python/py-value-cc.cc: Improve test case to enable testing
10975         operations on gdb.Value objects.
10976         * gdb.python/py-value-cc.exp: Add new test to test operations on
10977         gdb.Value objects.
10978
10979 2014-02-18  Doug Evans  <dje@google.com>
10980
10981         * Makefile.in (TESTS): New variable.
10982         (expanded_tests, expanded_tests_or_none): New variables
10983         (check-single): Pass $(expanded_tests_or_none) to runtest.
10984         (check-parallel): Only run tests in $(TESTS) if non-empty.
10985         (check/no-matching-tests-found): New rule.
10986         * README: Document TESTS makefile variable.
10987
10988 2014-02-18  Doug Evans  <dje@google.com>
10989
10990         * Makefile.in (check-parallel): rm -rf outputs temp.
10991
10992 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10993
10994         Fix "ERROR: no fileid for" in the testsuite.
10995         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
10996
10997 2014-02-12  Doug Evans  <dje@google.com>
10998
10999         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11000         (MISCELLANEOUS): New variable.
11001         (clean): rm -rf $(MISCELLANEOUS).
11002         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11003         dwp live in the same directory as symlinks, with each symlink pointed
11004         to a differently named file in a different directory.
11005
11006 2014-02-11  Doug Evans  <dje@google.com>
11007
11008         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11009         of Tcl file commands.
11010
11011 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
11012
11013         * gdb.threads/step-after-sr-lock.exp: Avoid executing
11014         "kill -SIGUSR1 -1".
11015
11016 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
11017
11018         * gdb.ada/tick_length_array_enum_idx: New testcase.
11019
11020 2014-02-10  Doug Evans  <xdje42@gmail.com>
11021
11022         * configure.ac (AC_OUTPUT): Add gdb.guile.
11023         * configure: Regenerate.
11024         * lib/gdb-guile.exp: New file.
11025         * lib/gdb.exp (get_target_charset): New function.
11026         * gdb.base/help.exp: Update expected output from "apropos apropos".
11027         * gdb.guile/Makefile.in: New file.
11028         * gdb.guile/guile.exp: New file.
11029         * gdb.guile/scm-arch.c: New file.
11030         * gdb.guile/scm-arch.exp: New file.
11031         * gdb.guile/scm-block.c: New file.
11032         * gdb.guile/scm-block.exp: New file.
11033         * gdb.guile/scm-breakpoint.c: New file.
11034         * gdb.guile/scm-breakpoint.exp: New file.
11035         * gdb.guile/scm-disasm.c: New file.
11036         * gdb.guile/scm-disasm.exp: New file.
11037         * gdb.guile/scm-equal.c: New file.
11038         * gdb.guile/scm-equal.exp: New file.
11039         * gdb.guile/scm-error.exp: New file.
11040         * gdb.guile/scm-error.scm: New file.
11041         * gdb.guile/scm-frame-args.c: New file.
11042         * gdb.guile/scm-frame-args.exp: New file.
11043         * gdb.guile/scm-frame-args.scm: New file.
11044         * gdb.guile/scm-frame-inline.c: New file.
11045         * gdb.guile/scm-frame-inline.exp: New file.
11046         * gdb.guile/scm-frame.c: New file.
11047         * gdb.guile/scm-frame.exp: New file.
11048         * gdb.guile/scm-generics.exp: New file.
11049         * gdb.guile/scm-gsmob.exp: New file.
11050         * gdb.guile/scm-iterator.c: New file.
11051         * gdb.guile/scm-iterator.exp: New file.
11052         * gdb.guile/scm-math.c: New file.
11053         * gdb.guile/scm-math.exp: New file.
11054         * gdb.guile/scm-objfile-script-gdb.in: New file.
11055         * gdb.guile/scm-objfile-script.c: New file.
11056         * gdb.guile/scm-objfile-script.exp: New file.
11057         * gdb.guile/scm-objfile.c: New file.
11058         * gdb.guile/scm-objfile.exp: New file.
11059         * gdb.guile/scm-ports.exp: New file.
11060         * gdb.guile/scm-pretty-print.c: New file.
11061         * gdb.guile/scm-pretty-print.exp: New file.
11062         * gdb.guile/scm-pretty-print.scm: New file.
11063         * gdb.guile/scm-section-script.c: New file.
11064         * gdb.guile/scm-section-script.exp: New file.
11065         * gdb.guile/scm-section-script.scm: New file.
11066         * gdb.guile/scm-symbol.c: New file.
11067         * gdb.guile/scm-symbol.exp: New file.
11068         * gdb.guile/scm-symtab-2.c: New file.
11069         * gdb.guile/scm-symtab.c: New file.
11070         * gdb.guile/scm-symtab.exp: New file.
11071         * gdb.guile/scm-type.c: New file.
11072         * gdb.guile/scm-type.exp: New file.
11073         * gdb.guile/scm-value-cc.cc: New file.
11074         * gdb.guile/scm-value-cc.exp: New file.
11075         * gdb.guile/scm-value.c: New file.
11076         * gdb.guile/scm-value.exp: New file.
11077         * gdb.guile/source2.scm: New file.
11078         * gdb.guile/types-module.cc: New file.
11079         * gdb.guile/types-module.exp: New file.
11080
11081 2014-02-10  Yao Qi  <yao@codesourcery.com>
11082
11083         PR testsuite/16543
11084         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11085         * configure: Regenerated.
11086         * Makefile.in: New file.
11087
11088 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
11089
11090         * gdb.python/py-framefilter.exp: Fix typo.
11091
11092 2014-02-08  Yao Qi  <yao@codesourcery.com>
11093
11094         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11095         that no =breakpoint-modified is emitted when breakpoints are
11096         modified through MI commands.
11097
11098 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
11099             Pedro Alves  <palves@redhat.com>
11100
11101         * gdb.threads/step-after-sr-lock.c: New file.
11102         * gdb.threads/step-after-sr-lock.exp: New file.
11103
11104 2014-02-07  Pedro Alves  <palves@redhat.com>
11105
11106         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11107
11108 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
11109
11110         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11111         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11112
11113 2014-02-06  Doug Evans  <xdje42@gmail.com>
11114
11115         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11116         output.
11117
11118         * gdb.gdb/python-interrupts.exp: New file.
11119
11120 2014-02-05  Yao Qi  <yao@codesourcery.com>
11121
11122         * gdb.trace/report.exp (use_collected_data): Test the output
11123         of "info threads" and "info inferiors".
11124
11125 2014-02-05  Yao Qi  <yao@codesourcery.com>
11126
11127         Revert this patch:
11128
11129         2013-05-24  Yao Qi  <yao@codesourcery.com>
11130
11131         * gdb.trace/tfile.exp: Test inferior and thread.
11132
11133 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
11134
11135         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11136         on a function.
11137         * gdb.base/step-bt.c: Call hello via function pointer to make
11138         sure its first instruction is executed on powerpc64le-linux.
11139
11140 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
11141
11142         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11143
11144 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
11145
11146         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
11147         of the test patterns for use on little-endian systems.
11148
11149 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
11150
11151         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11152         (decimal_vector): Fix for little-endian.
11153
11154 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
11155
11156         * gdb.arch/sparc-sysstep.exp: New file.
11157         * gdb.arch/sparc-sysstep.c: Likewise.
11158
11159         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11160
11161 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
11162
11163         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11164
11165 2014-01-23  Tom Tromey  <tromey@redhat.com>
11166
11167         * gdb.ada/array_char_idx: New testcase.
11168
11169 2014-01-23  Tom Tromey  <tromey@redhat.com>
11170
11171         PR python/16487:
11172         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11173         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11174         classes.
11175
11176 2014-01-23  Tom Tromey  <tromey@redhat.com>
11177
11178         PR python/16491:
11179         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11180         string from an inferior frame.
11181         * gdb.python/py-framefilter-mi.exp: Update.
11182
11183 2014-01-22  Doug Evans  <dje@google.com>
11184
11185         * gdb.server/server-mon.exp: Add tests for "set debug-format".
11186
11187 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
11188
11189         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11190
11191 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
11192
11193         * gdb.trace/entry-values.exp: Remove excess space character from
11194         regex patterns.  Handle s390 call instruction.
11195
11196 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
11197
11198         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11199         define "*_start" label.  Make "name" static.
11200         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11201         ${name} by references to ${name}_start.
11202
11203 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
11204
11205         * gdb.base/info-macros.exp: Remove "debug" from the compile
11206         options.
11207
11208 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
11209
11210         * gdb.dlang/demangle.exp: New file.
11211
11212 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
11213
11214         * gdb.dlang/primitive-types.exp: New file.
11215
11216 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
11217
11218         * configure.ac: Create gdb.dlang/Makefile.
11219         * configure: Regenerate.
11220         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11221         * gdb.dlang/Makefile.in: New file.
11222         * lib/d-support.exp: New file.
11223         * lib/gdb.exp (skip_d_tests): New proc.
11224
11225 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11226
11227         * gdb.btrace/delta.exp: Check reverse stepi.
11228         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
11229         * gdb.btrace/finish.exp: New.
11230         * gdb.btrace/next.exp: New.
11231         * gdb.btrace/nexti.exp: New.
11232         * gdb.btrace/record_goto.c: Add comments.
11233         * gdb.btrace/step.exp: New.
11234         * gdb.btrace/stepi.exp: New.
11235         * gdb.btrace/multi-thread-step.c: New.
11236         * gdb.btrace/multi-thread-step.exp: New.
11237         * gdb.btrace/rn-dl-bind.c: New.
11238         * gdb.btrace/rn-dl-bind.exp: New.
11239         * gdb.btrace/data.c: New.
11240         * gdb.btrace/data.exp: New.
11241         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11242
11243 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11244
11245         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11246         * gdb.btrace/exception.exp: Update.
11247         * gdb.btrace/instruction_history.exp: Update.
11248         * gdb.btrace/record_goto.exp: Update.
11249         * gdb.btrace/tailcall.exp: Update.
11250         * gdb.btrace/unknown_functions.exp: Update.
11251         * gdb.btrace/delta.exp: New.
11252
11253 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11254
11255         * gdb.btrace/record_goto.exp: Add backtrace test.
11256         * gdb.btrace/tailcall.exp: Add backtrace test.
11257
11258 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11259
11260         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11261         * gdb.btrace/record_goto.c: New.
11262         * gdb.btrace/record_goto.exp: New.
11263         * gdb.btrace/x86-record_goto.S: New.
11264
11265 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11266
11267         * gdb.btrace/function_call_history.exp: Update tests.
11268         * gdb.btrace/instruction_history.exp: Update tests.
11269
11270 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11271
11272         * gdb.btrace/function_call_history.exp: Fix expected field
11273         order for "record function-call-history".
11274         Add new tests for "record function-call-history /c".
11275         * gdb.btrace/exception.cc: New.
11276         * gdb.btrace/exception.exp: New.
11277         * gdb.btrace/tailcall.exp: New.
11278         * gdb.btrace/x86-tailcall.S: New.
11279         * gdb.btrace/x86-tailcall.c: New.
11280         * gdb.btrace/unknown_functions.c: New.
11281         * gdb.btrace/unknown_functions.exp: New.
11282         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11283
11284 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11285
11286         * gdb.btrace/instruction_history.exp: Update.
11287         * gdb.btrace/function_call_history.exp: Update.
11288
11289 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11290
11291         * gdb.btrace/function_call_history.exp: Fix expected function
11292         trace.
11293         * gdb.btrace/instruction_history.exp: Initialize traced.
11294         Remove traced_functions.
11295
11296 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11297
11298         * gdb.btrace/function_call_history.exp: Update
11299         * gdb.btrace/instruction_history.exp: Update.
11300
11301 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11302
11303         * gdb.btrace/enable.exp: Update expected text.
11304
11305 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
11306
11307         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11308         bytes.
11309
11310 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
11311
11312         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11313
11314 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
11315
11316         * lib/gdb.exp (supports_process_record): Return true for
11317         arm*-linux*.  (supports_reverse): Likewise.
11318
11319 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
11320
11321         PR python/15464
11322         PR python/16113
11323         * gdb.python/py-type.c: Enhance test case.
11324         * gdb.python/py-value-cc.cc: Likewise
11325         * gdb.python/py-type.exp: Add new tests.
11326         * gdb.python/py-value-cc.exp: Likewise
11327
11328 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11329             Pedro Alves <palves@redhat.com>
11330
11331         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11332         Make "name" extern.
11333         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11334         references to ${name}_start by references to ${name}.
11335
11336 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
11337
11338         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11339
11340 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
11341
11342         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11343
11344 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
11345             Pedro Alves  <palves@redhat.com>
11346
11347         * gdb.mi/mi-info-os.exp: Connect to the target with
11348         mi_gdb_target_load.
11349
11350 2014-01-08  Pedro Alves  <palves@redhat.com>
11351
11352         * gdb.threads/reconnect-signal.c: New file.
11353         * gdb.threads/reconnect-signal.exp: New file.
11354
11355 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
11356
11357         * gdb.base/source-dir.exp: New file.
11358
11359 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
11360
11361         * gdb.ada/mi_interface: New testcase.
11362
11363 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
11364
11365         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11366         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11367         gdb.ada/pp-rec-component/pck.ads: New files.
11368
11369 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
11370
11371         * gdb.python/py-pp-integral.c: New file.
11372         * gdb.python/py-pp-integral.py: New file.
11373         * gdb.python/py-pp-integral.exp: New file.
11374
11375 For older changes see ChangeLog-1993-2013.
11376 \f
11377 ;; Local Variables:
11378 ;; mode: change-log
11379 ;; left-margin: 8
11380 ;; fill-column: 74
11381 ;; version-control: never
11382 ;; End:
11383
11384     Copyright 2014-2017 Free Software Foundation, Inc.
11385   Copying and distribution of this file, with or without modification,
11386   are permitted provided the copyright notice and this notice are preserved.